/* Scoped Developer2 stylesheet. Source: Developer2/css2/style2.css */
.ks-dev2-page {
    --blue: #448DCA;
    --black: #2D2D2D;
    --pink: #ED337E;
    --green: #8FB33F;
    --orange: #F2962E;
    --white: #FFFFFF;
    --muted: #696969;
    --line: #E8E8E8;
    --cream: #F8F6F1;
    --shadow: 0 24px 60px rgba(45, 45, 45, 0.08);
}.ks-dev2-page * {
    box-sizing: border-box;
}.ks-dev2-page {
    scroll-behavior: smooth;
}.ks-dev2-page {
    margin: 0;
    font-family: "Inter Tight", Arial, sans-serif;
    color: var(--black);
    background: var(--white);
}.ks-dev2-page img {
    display: block;
    max-width: 100%;
}.ks-dev2-page a {
    color: inherit;
    text-decoration: none;
}.ks-dev2-page button, .ks-dev2-page input {
    font: inherit;
}.ks-dev2-page .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}.ks-dev2-page .header-top {
    max-width: 1720px;
    height: 112px;
    margin: 0 auto;
    padding: 0 68px;
    display: grid;
    grid-template-columns: 220px minmax(220px, 460px) auto;
    align-items: center;
    gap: 40px;
}.ks-dev2-page .brand img {
    width: 118px;
}.ks-dev2-page .search-form {
    height: 44px;
    padding: 0 18px;
    border: 1px solid #EFEFEF;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FBFBFB;
}.ks-dev2-page .search-form img, .ks-dev2-page .icon-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}.ks-dev2-page .search-form input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: var(--black);
}.ks-dev2-page .header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 28px;
}.ks-dev2-page .icon-button, .ks-dev2-page .menu-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}.ks-dev2-page .icon-button {
    position: relative;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
}.ks-dev2-page .cart-button span {
    position: absolute;
    top: -8px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--pink);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
}.ks-dev2-page .search-toggle {
    display: none;
}.ks-dev2-page .menu-toggle {
    display: none;
    width: 32px;
    height: 28px;
}.ks-dev2-page .menu-toggle span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: var(--black);
}.ks-dev2-page .main-nav {
    max-width: 1720px;
    height: 55px;
    margin: 0 auto;
    padding: 0 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    font-weight: 500;
}.ks-dev2-page .main-nav a {
    position: relative;
    white-space: nowrap;
}.ks-dev2-page .main-nav a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 22px;
    height: 2px;
    background: var(--black);
    transform: translateX(-50%);
}.ks-dev2-page .hero-section {
    position: relative;
    min-height: 505px;
    border-bottom: 1px solid #D9D9D9;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) 230px;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(180.18deg, rgba(68, 141, 202, 0.1) 0.17%, rgba(68, 141, 202, 0) 99.85%);
}.ks-dev2-page .hero-section::before, .ks-dev2-page .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #D9D9D9;
}.ks-dev2-page .mid-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}.ks-dev2-page .hero-content {
    flex: 0 1 auto;
    min-height: 0px;
    padding: 0;
}.ks-dev2-page .hero-content h1 {
    margin: 0;
    text-align: left;
    color: var(--blue);
    font-size: 200px;
    line-height: 0.92;
    letter-spacing: -0.01em;
    font-weight: 700;
}.ks-dev2-page em {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
}.ks-dev2-page .top-container {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    margin-top: 8px;
}.ks-dev2-page .top-container .content {
    flex: 0 1 520px;
}.ks-dev2-page .hero-content p {
    max-width: 520px;
    margin: 0;
    text-align: left;
    color: #111111;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
}.ks-dev2-page .sub-head {
    flex: 0 0 auto;
    padding-top: 2px;
}.ks-dev2-page .sub-head span {
    display: inline-block;
    color: var(--green);
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 60px;
    line-height: 1;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    white-space: nowrap;
}.ks-dev2-page .sub-head strong {
    color: var(--orange);
    font: inherit;
}.ks-dev2-page .hero-side {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}.ks-dev2-page .hero-side::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    height: 1px;
    background: #D9D9D9;
}.ks-dev2-page .hero-side-left {
    justify-content: flex-start;
}.ks-dev2-page .hero-side-right {
    justify-content: flex-end;
}.ks-dev2-page .circle-frame {
    position: relative;
    z-index: 1;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}.ks-dev2-page .circle-frame.blue {
    margin-left: -130px;
    border: 1.01px solid #C6C6C6;
    background: #EAF4FB;
}.ks-dev2-page .circle-frame.pink {
    margin-right: -130px;
    border: 1.01px solid #C6C6C6;
    background: #F9E2E5;
}.ks-dev2-page .circle-frame img {
    padding: 0px;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
}.ks-dev2-page .circle-frame.blue img {
    width: 194px;
    height: 224px;
    object-fit: fill;
    transform: translate(30px, 8px);
}.ks-dev2-page .circle-frame.pink img {
    width: 198px;
    transform: translate(-37px, -1px);
}.ks-dev2-page .scroll-badge {
    position: relative;
    top: 2px;
    right: -21px;
    flex: 0 0 173px;
    width: 173px;
    height: 173px;
    border: 0;
}.ks-dev2-page .scroll-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: ksDev2ScrollBadgeRotate 16s linear infinite !important;
    transform-origin: center;
}.ks-dev2-page .scroll-badge::before, .ks-dev2-page .scroll-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: none !important;
    transition: none !important;
}.ks-dev2-page .scroll-badge::before {
    width: 44px;
    height: 58px;
    background: #F6FAFD;
}.ks-dev2-page .scroll-badge::after {
    content: "";
    width: 12px;
    height: 29px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='29' viewBox='0 0 12 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99262 28.5303C5.28551 28.8232 5.76039 28.8232 6.05328 28.5303L10.8263 23.7574C11.1191 23.4645 11.1191 22.9896 10.8263 22.6967C10.5334 22.4038 10.0585 22.4038 9.76559 22.6967L5.52295 26.9393L1.28031 22.6967C0.987416 22.4038 0.512543 22.4038 0.219649 22.6967C-0.073244 22.9896 -0.073244 23.4645 0.219649 23.7574L4.99262 28.5303ZM5.52295 0L4.77295 3.27835e-08L4.77295 28L5.52295 28L6.27295 28L6.27295 -3.27835e-08L5.52295 0Z' fill='%23111111'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .ks-dev2-page .privacy-hero {
        padding: 86px 36px 46px;
    }.ks-dev2-page .privacy-hero h1 {
        font-size: 52px;
        line-height: 60px;
    }.ks-dev2-page .privacy-summary {
        padding: 42px 36px 28px;
    }.ks-dev2-page .privacy-summary-grid {
        grid-template-columns: 1fr;
    }.ks-dev2-page .privacy-summary-grid article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(45, 45, 45, 0.08);
    }.ks-dev2-page .privacy-summary-grid article:last-child {
        border-bottom: 0;
    }.ks-dev2-page .privacy-content-section {
        padding: 36px 36px 80px;
    }.ks-dev2-page .privacy-content-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }.ks-dev2-page .privacy-toc {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.ks-dev2-page .privacy-toc strong {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .ks-dev2-page .privacy-hero {
        padding: 70px 20px 36px;
    }.ks-dev2-page .privacy-hero h1 {
        font-size: 40px;
        line-height: 48px;
    }.ks-dev2-page .privacy-hero-inner > p:not(.top-small-text) {
        font-size: 16px;
        line-height: 26px;
    }.ks-dev2-page .privacy-meta {
        margin-top: 22px;
        display: grid;
        justify-content: stretch;
    }.ks-dev2-page .privacy-meta span {
        text-align: center;
    }.ks-dev2-page .privacy-summary {
        padding: 34px 20px 20px;
    }.ks-dev2-page .privacy-summary-grid article {
        padding: 26px 22px;
    }.ks-dev2-page .privacy-summary-grid h2 {
        font-size: 24px;
        line-height: 30px;
    }.ks-dev2-page .privacy-content-section {
        padding: 28px 20px 70px;
    }.ks-dev2-page .privacy-toc {
        padding: 22px;
        grid-template-columns: 1fr;
    }.ks-dev2-page .privacy-policy-card, .ks-dev2-page .privacy-note {
        padding: 24px 20px;
    }.ks-dev2-page .privacy-policy-card h2, .ks-dev2-page .privacy-note h2 {
        font-size: 26px;
        line-height: 32px;
    }.ks-dev2-page .privacy-policy-card p, .ks-dev2-page .privacy-note p {
        font-size: 16px;
        line-height: 26px;
    }
}

@keyframes ksDev2ScrollBadgeRotate  {
    from  {
        transform: rotate(0deg);
    }

    to  {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce)  {.ks-dev2-page .scroll-badge img {
        animation: none;
    }
}.ks-dev2-page .section-pad {
    padding: 104px 68px;
}.ks-dev2-page .story-grid, .ks-dev2-page .mission-inner, .ks-dev2-page .support-section, .ks-dev2-page .footer-inner {
    max-width: 1440px;
    margin: 0 auto;
}.ks-dev2-page .story-grid {
    display: grid;
    grid-template-columns: minmax(360px, 636px) minmax(360px, 1fr);
    align-items: center;
    gap: 33px;
}.ks-dev2-page .story-image img, .ks-dev2-page .mission-photo img, .ks-dev2-page .category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}.ks-dev2-page .story-image {
    aspect-ratio: 636 / 428;
}.ks-dev2-page .top-small-text {
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111111;
    font-family: "Poppins", Arial, sans-serif;
    font-size: clamp(14px, 0.94vw, 18px);
    font-weight: 300;
    line-height: 1;
    letter-spacing:1em;
    text-transform: uppercase;
}.ks-dev2-page .top-small-text::before {
    content: "";
    flex: 0 0 clamp(18px, 1.46vw, 28px);
    width: clamp(18px, 1.46vw, 28px);
    height: 1px;
    background: #6E7F67;
}.ks-dev2-page .centered .top-small-text {
    justify-content: center;
}.ks-dev2-page .centered .top-small-text::after {
    content: "";
    flex: 0 0 clamp(18px, 1.46vw, 28px);
    width: clamp(18px, 1.46vw, 28px);
    height: 1px;
    background: #6E7F67;
}.ks-dev2-page .missin-text {
    color: #fff;
}.ks-dev2-page .why-top-text::after {
    content: "";
    flex: 0 0 clamp(18px, 1.46vw, 28px);
    width: clamp(18px, 1.46vw, 28px);
    height: 1px;
    background: #6E7F67;
}.ks-dev2-page h2 {
    margin: 0;
    font-family: "Inter Tight", Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
    text-align: center;
}.ks-dev2-page .color-text {
    display: inline-block;
    margin-bottom: 15px;
    color: #ED337E;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: clamp(38px, 3.13vw, 60px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    vertical-align: middle;
}.ks-dev2-page .story-copy p:not(.top-small-text), .ks-dev2-page .mission-copy p:not(.top-small-text), .ks-dev2-page .support-copy p, .ks-dev2-page .newsletter-copy p, .ks-dev2-page .feature-card p, .ks-dev2-page .testimonial-card p, .ks-dev2-page .faq-panel p, .ks-dev2-page .site-footer p {
    margin: 0;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-page .centered {
    text-align: center;
}.ks-dev2-page .section-heading.centered h2 {
    max-width: 585px;
    margin: 0 auto;
}.ks-dev2-page .story-copy h2, .ks-dev2-page .mission-copy h2 {
    text-align: left;
}.ks-dev2-page section.why-section {
    padding: 0 58px 96px 58px;
    background-color: #fff;
}.ks-dev2-page .why-section .section-heading {
    margin-bottom: 56px;
}.ks-dev2-page .why-section .section-heading.centered h2 {
    color: #2D2D2D;
}.ks-dev2-page .features-grid {
    max-width: 1784px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 0;
}.ks-dev2-page .feature-card, .ks-dev2-page .family-count {
    min-height: 246px;
    padding: 0 40px 50px 40px;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    background: var(--white);
}.ks-dev2-page .feature-card {
    padding-top: 0;
}.ks-dev2-page .features-grid .feature-card:nth-last-child(n+2):nth-last-child(-n+4) {
    padding-top: 51px;
}.ks-dev2-page .features-grid > :nth-child(4n), .ks-dev2-page .family-count {
    border-right: 0;
}.ks-dev2-page .features-grid > :nth-last-child(-n+4) {
    border-bottom: 0;
}.ks-dev2-page .no-border {
    border-bottom: 0;
    padding-top: 50px !important;
}.ks-dev2-page .images-cont {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: rgba(185, 151, 91, 0.15);
}.ks-dev2-page .images-cont img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}.ks-dev2-page .feature-card h3, .ks-dev2-page .family-count h3 {
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin: 0px 0px 10px;
}.ks-dev2-page .feature-card h3, .ks-dev2-page .no-border h3 {
    color: #292929;
}.ks-dev2-page article.family-count {
    min-height: 246px;
    margin: 8px 0 0 8px;
    padding: 46px 30px 38px !important;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 18px;
    border: 1px solid rgba(45, 45, 45, 0.05);
    box-shadow: 0px 4px 24px 0px rgba(45, 45, 45, 0.07);
    transform: translate(1px, 1px);
}.ks-dev2-page .family-count h3 {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 38px;
    max-width: 235px;
    color: #2D2D2D;
}.ks-dev2-page .family-count h3 em {
    color: #F2962E;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: inherit;
    font-style: italic;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: -0.01em;
}.ks-dev2-page .family-count .pill-button svg {
    width: 14px;
    height: 14px;
}.ks-dev2-page .pill-button {
    min-width: clamp(142px, 8.8vw, 169px);
    height: auto;
    padding: clamp(14px, 0.99vw, 19px) clamp(24px, 1.67vw, 32px);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    background-color: #448DCA;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}.ks-dev2-page .pill-button span {
    margin: 0;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-page .pill-button:hover {
    background-color: #ED337E;
}.ks-dev2-page .mission-section {
    padding: clamp(70px, 6.25vw, 120px) clamp(20px, 3.54vw, 68px);
    margin-bottom: clamp(40px, 3.65vw, 70px);
    background-color: #2D2D2D;
    color: var(--white);
}.ks-dev2-page .mission-inner {
    display: grid;
    grid-template-columns: 1fr 0.86fr;
    column-gap: 33px;
    row-gap: clamp(34px, 2.86vw, 55px);
}.ks-dev2-page .mission-copy {
    align-self: center;
}.ks-dev2-page .mission-copy h2 {
    max-width: 540px;
}.ks-dev2-page .mission-copy p:not(.top-small-text) {
    color: rgba(255, 255, 255, 0.78);
}.ks-dev2-page .mission-photo {
    aspect-ratio: 636 / 428;
}.ks-dev2-page .category-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}.ks-dev2-page .category-card {
    display: block;
    overflow: visible;
    isolation: isolate;
    position: relative;
}.ks-dev2-page .category-card-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: 20px;
}.ks-dev2-page .category-card-link:focus-visible {
    outline: 3px solid #ED337E;
    outline-offset: 4px;
}.ks-dev2-page .category-media {
    aspect-ratio: 460 / 469;
    border-radius: 20px;
    overflow: hidden;
}.ks-dev2-page .category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.45s ease-in-out;
    will-change: transform;
}.ks-dev2-page .mission-content {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 15px 24px 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: #2D2D2D;
    width: 100%;
}

@media (hover: hover)  {.ks-dev2-page .category-card:hover img {
        transform: scale(1.08);
    }
}.ks-dev2-page .mission-content h3 {
    margin: 0;
    color: var(--white);
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.01em;
}.ks-dev2-page .mission-content h3 em {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: inherit;
    font-style: italic;
    font-weight: 500;
    line-height: inherit;
}.ks-dev2-page .mission-content h3 span {
    font-size: 35px;
    line-height: 35px;
}.ks-dev2-page .mission-content h3 span em {
    color: #fff;
}.ks-dev2-page .mission-content a, .ks-dev2-page .mission-content .category-card-arrow {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    flex: 0 0 34px;
    display: inline-grid;
    place-items: center;
    transition: all 0.3s ease-in-out;
}.ks-dev2-page .mission-content a:hover, .ks-dev2-page .category-card:hover .category-card-arrow {
    border-color: #ED337E;
    background: #ED337E;
}.ks-dev2-page .testimonial-wrap {
    position: relative;
    max-width: 1460px;
    margin: 40px auto 0;
}.ks-dev2-page .testimonial-viewport {
    overflow: hidden;
}.ks-dev2-page .testimonials {
    padding: clamp(70px, 5.21vw, 100px) clamp(20px, 3.54vw, 68px);
}.ks-dev2-page .testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.7s ease-in-out;
    will-change: transform;
}.ks-dev2-page .testimonial-card {
    flex: 0 0 calc((100% - 60px) / 3);
    min-height: 245px;
    padding: clamp(24px, 1.56vw, 30px) clamp(24px, 2.08vw, 40px);
    border: 1px solid rgba(45, 45, 45, 0.15);
    border-radius: 24px;
    background: var(--white);
}.ks-dev2-page .testimonial-card.center-card {
    box-shadow: 0px 4px 24px 0px rgba(45, 45, 45, 0.07);
    border: 1px solid rgba(45, 45, 45, 0.05);
}.ks-dev2-page .testimonial-card p {
    margin: 8px 0 30px 0;
    font-style: italic;
}.ks-dev2-page .stars {
    color: #B9975B;
    font-size: 17px;
    letter-spacing: 0.12em;
}.ks-dev2-page .person {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}.ks-dev2-page .person img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}.ks-dev2-page .test-cont h4 {
    margin: 0;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.01em;
}.ks-dev2-page .test-cont p {
    margin: 0;
    color: #666666;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
}.ks-dev2-page .slider-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    border: 0.35px solid rgba(155, 155, 155, 1);
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}.ks-dev2-page .slider-arrow.prev {
    left: -66px;
}.ks-dev2-page .slider-arrow.next {
    right: -66px;
}.ks-dev2-page .slider-arrow:hover {
    background: #6E7F67;
}.ks-dev2-page .slider-arrow:hover path {
    stroke: #FFFFFF;
}.ks-dev2-page .support-section {
    padding: clamp(70px, 4.95vw, 95px) clamp(20px, 3.54vw, 68px);
    display: grid;
    grid-template-columns: 0.70fr 1.25fr;
    gap: clamp(34px, 4.48vw, 86px);
    align-items: start;
    background-color: #FFFDF9;
}.ks-dev2-page .support-copy {
    max-width: 486px;
}.ks-dev2-page .support-section p {
    margin: 18px 0 6px 0;
}.ks-dev2-page .support-copy .pill-button {
    margin-top: 20px;
}.ks-dev2-page .faq-list {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}.ks-dev2-page .faq-item {
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 16px;
    margin-bottom: 15px;
    background: var(--white);
}.ks-dev2-page .faq-item button {
    width: 100%;
    padding: 25px 35px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: transparent;
    color: var(--black);
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}.ks-dev2-page .faq-item button h4 {
    flex: 1 1 auto;
    margin: 0;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: clamp(18px, 1.04vw, 20px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.01em;
}.ks-dev2-page .faq-item button span {
    max-width: 24px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: rgba(45, 45, 45, 0.05);
    transition: all 0.25s ease;
}.ks-dev2-page .faq-item.open button span {
    background: #6E7F67;
    transform: rotate(180deg);
}.ks-dev2-page article.faq-item.open {
    box-shadow: 0px 4px 24px 0px rgba(45, 45, 45, 0.07);
}.ks-dev2-page .faq-item.open button span path {
    stroke: #FFFFFF;
}.ks-dev2-page .faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}.ks-dev2-page .faq-panel p {
    margin: 0px 35px 25px 35px;
    padding: 0;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-section {
    background: #fff;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-inner {
    max-width: 1440px;
    margin: 0 auto;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-heading {
    max-width: 720px;
    margin: 0 auto 48px;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-heading .top-small-text {
    gap: 20px;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-heading .top-small-text::before, .ks-dev2-page.ks-dev2-faq-page .faq-page-heading .top-small-text::after {
    flex-basis: 28px;
    width: 28px;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-heading h2 {
    color: #2D2D2D;
}.ks-dev2-page.ks-dev2-faq-page .faq-page-heading p:not(.top-small-text) {
    max-width: 480px;
    margin: 0px auto 0;
    color: #111111;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}.ks-dev2-page.ks-dev2-faq-page .accordion-list {
    display: grid;
    gap: 25px;
}.ks-dev2-page.ks-dev2-faq-page .faq-item {
    margin-bottom: 0;
    border: 1px solid #edf0f2;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
}.ks-dev2-page.ks-dev2-faq-page .faq-item.active {
    box-shadow: 0px 4px 24px 0px rgba(45, 45, 45, 0.07);
}.ks-dev2-page.ks-dev2-faq-page .faq-item button {
    min-height: auto;
    font-size: 20px;
    line-height: 30px;
}.ks-dev2-page.ks-dev2-faq-page .faq-icon {
    position: relative;
    max-width: 24px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background: transparent;
    transform: none;
}.ks-dev2-page.ks-dev2-faq-page .faq-icon svg {
    display: block;
    grid-area: 1 / 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}.ks-dev2-page.ks-dev2-faq-page .faq-icon-open {
    opacity: 0;
    transform: scale(0.86);
}.ks-dev2-page.ks-dev2-faq-page .faq-item.active .faq-icon-close {
    opacity: 0;
    transform: scale(0.86);
}.ks-dev2-page.ks-dev2-faq-page .faq-item.active .faq-icon-open {
    opacity: 1;
    transform: scale(1);
}.ks-dev2-page.ks-dev2-faq-page .faq-panel {
    max-height: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.36s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease;
    will-change: height;
}.ks-dev2-page.ks-dev2-faq-page .faq-item.active .faq-panel {
    opacity: 1;
}.ks-dev2-page.ks-dev2-faq-page .faq-empty {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}.ks-dev2-page.ks-dev2-privacy-page {
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.96) 0%, #fff 420px);
}.ks-dev2-page .privacy-hero {
    padding: 110px 20px 54px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.08);
}.ks-dev2-page .privacy-hero-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}.ks-dev2-page .privacy-hero .top-small-text {
    justify-content: center;
    margin-inline: auto;
    padding-left: 1em;
}.ks-dev2-page .privacy-hero h1 {
    max-width: 820px;
    margin: 14px auto 18px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: -0.01em;
}.ks-dev2-page .privacy-hero h1 span {
    color: #ED337E;
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 500;
}.ks-dev2-page .privacy-hero-inner > p:not(.top-small-text) {
    max-width: 720px;
    margin: 0 auto;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}.ks-dev2-page .privacy-meta {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}.ks-dev2-page .privacy-meta span {
    padding: 10px 18px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 999px;
    background: #fff;
    color: #6E7F67;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}.ks-dev2-page .privacy-summary {
    padding: 54px 20px 34px;
}.ks-dev2-page .privacy-summary-grid {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}.ks-dev2-page .privacy-summary-grid article {
    min-height: 220px;
    padding: 36px 34px;
    border-right: 1px solid rgba(45, 45, 45, 0.08);
    text-align: left;
}.ks-dev2-page .privacy-summary-grid article:last-child {
    border-right: 0;
}.ks-dev2-page .privacy-summary-grid span, .ks-dev2-page .privacy-policy-card > span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #EFF1EF;
    color: #6E7F67;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}.ks-dev2-page .privacy-summary-grid h2 {
    margin: 22px 0 10px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
}.ks-dev2-page .privacy-summary-grid p {
    margin: 0;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
}.ks-dev2-page .privacy-content-section {
    padding: 46px 20px 100px;
}.ks-dev2-page .privacy-content-layout {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}.ks-dev2-page .privacy-toc {
    position: sticky;
    top: 190px;
    padding: 26px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    background: #fff;
}.admin-bar .ks-dev2-page .privacy-toc {
    top: 222px;
}.ks-dev2-page .privacy-toc strong {
    margin-bottom: 4px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}.ks-dev2-page .privacy-toc a {
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
    transition: color 0.2s ease;
}.ks-dev2-page .privacy-toc a:hover {
    color: #448DCA;
}.ks-dev2-page .privacy-policy-body {
    display: grid;
    gap: 18px;
}.ks-dev2-page .privacy-policy-card, .ks-dev2-page .privacy-note {
    padding: 34px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    background: #fff;
    text-align: left;
}.ks-dev2-page .privacy-policy-card h2, .ks-dev2-page .privacy-note h2 {
    margin: 18px 0 12px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}.ks-dev2-page .privacy-policy-card p, .ks-dev2-page .privacy-note p {
    margin: 0;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}.ks-dev2-page .privacy-policy-card p + p, .ks-dev2-page .privacy-note p + p {
    margin-top: 14px;
}.ks-dev2-page .privacy-policy-card ul, .ks-dev2-page .privacy-policy-card ol, .ks-dev2-page .privacy-note ul, .ks-dev2-page .privacy-note ol {
    margin: 14px 0 0 22px;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}.ks-dev2-page .privacy-policy-card li + li, .ks-dev2-page .privacy-note li + li {
    margin-top: 8px;
}.ks-dev2-page .privacy-note {
    border-color: rgba(237, 51, 126, 0.18);
    background: rgba(237, 51, 126, 0.04);
}.ks-dev2-page .privacy-note h2 {
    margin-top: 0;
}

@media (max-width: 1180px) {
    .ks-dev2-page .privacy-hero {
        padding: 92px 28px 48px;
    }.ks-dev2-page .privacy-hero h1 {
        max-width: 760px;
        font-size: 58px;
        line-height: 1.08;
    }.ks-dev2-page .privacy-summary, .ks-dev2-page .privacy-content-section {
        padding-left: 28px;
        padding-right: 28px;
    }.ks-dev2-page .privacy-summary-grid article {
        padding: 32px 28px;
    }.ks-dev2-page .privacy-content-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 28px;
    }.ks-dev2-page .privacy-policy-card, .ks-dev2-page .privacy-note {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .ks-dev2-page .privacy-hero {
        padding: 76px 28px 42px;
    }.ks-dev2-page .privacy-hero h1 {
        max-width: 680px;
        font-size: 50px;
        line-height: 1.1;
    }.ks-dev2-page .privacy-hero-inner > p:not(.top-small-text) {
        font-size: 18px;
        line-height: 30px;
    }.ks-dev2-page .privacy-summary {
        padding: 40px 28px 28px;
    }.ks-dev2-page .privacy-summary-grid {
        grid-template-columns: 1fr;
    }.ks-dev2-page .privacy-summary-grid article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(45, 45, 45, 0.08);
    }.ks-dev2-page .privacy-summary-grid article:last-child {
        border-bottom: 0;
    }.ks-dev2-page .privacy-content-section {
        padding: 34px 28px 82px;
    }.ks-dev2-page .privacy-content-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }.ks-dev2-page .privacy-toc {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.ks-dev2-page .privacy-toc strong {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .ks-dev2-page.ks-dev2-privacy-page {
        background: linear-gradient(180deg, rgba(245, 251, 255, 0.96) 0%, #fff 360px);
    }.ks-dev2-page .privacy-hero {
        padding: 58px 20px 34px;
    }.ks-dev2-page .privacy-hero h1 {
        max-width: 520px;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: 0;
    }.ks-dev2-page .privacy-hero h1 span {
        display: block;
    }.ks-dev2-page .privacy-hero-inner > p:not(.top-small-text) {
        max-width: 560px;
        font-size: 16px;
        line-height: 27px;
    }.ks-dev2-page .privacy-meta {
        margin: 22px auto 0;
        display: grid;
        max-width: 360px;
        justify-content: stretch;
    }.ks-dev2-page .privacy-meta span {
        width: 100%;
        text-align: center;
    }.ks-dev2-page .privacy-summary {
        padding: 32px 20px 22px;
    }.ks-dev2-page .privacy-summary-grid article {
        padding: 26px 22px;
    }.ks-dev2-page .privacy-summary-grid h2 {
        margin-top: 18px;
        font-size: 24px;
        line-height: 30px;
    }.ks-dev2-page .privacy-summary-grid p {
        font-size: 15px;
        line-height: 25px;
    }.ks-dev2-page .privacy-content-section {
        padding: 26px 20px 70px;
    }.ks-dev2-page .privacy-toc {
        padding: 22px;
        grid-template-columns: 1fr;
        gap: 10px;
    }.ks-dev2-page .privacy-toc strong {
        font-size: 21px;
        line-height: 27px;
    }.ks-dev2-page .privacy-policy-body {
        gap: 16px;
    }.ks-dev2-page .privacy-policy-card, .ks-dev2-page .privacy-note {
        padding: 24px 20px;
    }.ks-dev2-page .privacy-policy-card h2, .ks-dev2-page .privacy-note h2 {
        margin-top: 16px;
        font-size: 25px;
        line-height: 31px;
    }.ks-dev2-page .privacy-policy-card p, .ks-dev2-page .privacy-note p {
        font-size: 16px;
        line-height: 27px;
    }.ks-dev2-page .privacy-policy-card ul, .ks-dev2-page .privacy-policy-card ol, .ks-dev2-page .privacy-note ul, .ks-dev2-page .privacy-note ol {
        font-size: 16px;
        line-height: 27px;
    }.ks-dev2-page .privacy-note h2 {
        margin-top: 0;
    }
}

@media (max-width: 520px) {
    .ks-dev2-page .privacy-hero {
        padding: 48px 16px 30px;
    }.ks-dev2-page .privacy-hero .top-small-text {
        padding-left: 0.45em;
        gap: 8px;
        font-size: 12px;
        letter-spacing: 0.45em;
        white-space: nowrap;
    }.ks-dev2-page .privacy-hero .top-small-text::before, .ks-dev2-page .privacy-hero .top-small-text::after {
        width: 22px;
        flex-basis: 22px;
    }.ks-dev2-page .privacy-hero h1 {
        font-size: 34px;
        line-height: 1.14;
    }.ks-dev2-page .privacy-meta {
        max-width: 100%;
    }.ks-dev2-page .privacy-summary {
        padding: 26px 16px 18px;
    }.ks-dev2-page .privacy-summary-grid, .ks-dev2-page .privacy-toc, .ks-dev2-page .privacy-policy-card, .ks-dev2-page .privacy-note {
        border-radius: 8px;
    }.ks-dev2-page .privacy-summary-grid article {
        padding: 24px 18px;
    }.ks-dev2-page .privacy-summary-grid span, .ks-dev2-page .privacy-policy-card > span {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }.ks-dev2-page .privacy-content-section {
        padding: 22px 16px 62px;
    }.ks-dev2-page .privacy-toc, .ks-dev2-page .privacy-policy-card, .ks-dev2-page .privacy-note {
        padding: 20px 18px;
    }.ks-dev2-page .privacy-policy-card h2, .ks-dev2-page .privacy-note h2 {
        font-size: 23px;
        line-height: 29px;
    }
}.ks-dev2-page.ks-dev2-terms-page {
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.96) 0%, #fff 420px);
}.ks-dev2-page .terms-hero {
    padding: 96px 20px 52px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.08);
}.ks-dev2-page .terms-hero-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}.ks-dev2-page .terms-hero .top-small-text {
    justify-content: center;
    margin-inline: auto;
    padding-left: 1em;
}.ks-dev2-page .terms-hero h1 {
    max-width: 820px;
    margin: 14px auto 18px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 68px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0;
}.ks-dev2-page .terms-hero-inner > p:not(.top-small-text) {
    max-width: 760px;
    margin: 0 auto;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
}.ks-dev2-page .terms-meta {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}.ks-dev2-page .terms-meta span {
    padding: 10px 18px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 999px;
    background: #fff;
    color: #6E7F67;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}.ks-dev2-page .terms-content-section {
    padding: 48px 20px 100px;
}.ks-dev2-page .terms-content-layout {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}.ks-dev2-page .terms-content-layout--single {
    max-width: 980px;
    grid-template-columns: minmax(0, 1fr);
}.ks-dev2-page .terms-toc {
    position: sticky;
    top: 190px;
    max-height: calc(100vh - 220px);
    overflow: auto;
    padding: 26px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    background: #fff;
}.admin-bar .ks-dev2-page .terms-toc {
    top: 222px;
    max-height: calc(100vh - 252px);
}.ks-dev2-page .terms-toc strong {
    margin-bottom: 4px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}.ks-dev2-page .terms-toc a {
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
    transition: color 0.2s ease;
}.ks-dev2-page .terms-toc a:hover {
    color: #448DCA;
}.ks-dev2-page .terms-toc .terms-toc-level-1 {
    font-weight: 400;
}.ks-dev2-page .terms-toc .terms-toc-level-3 {
    padding-left: 14px;
    color: #6E7F67;
    font-size: 14px;
}.ks-dev2-page .terms-content-card {
    padding: 42px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    background: #fff;
    color: #373737;
}.ks-dev2-page .terms-content-card > *:first-child {
    margin-top: 0;
}.ks-dev2-page .terms-content-card > *:last-child {
    margin-bottom: 0;
}.ks-dev2-page .terms-content-card h1, .ks-dev2-page .terms-content-card h2, .ks-dev2-page .terms-content-card h3, .ks-dev2-page .terms-content-card h4 {
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}.ks-dev2-page .terms-content-card h1 {
    margin: 0 0 24px;
    font-size: 42px;
    line-height: 48px;
}.ks-dev2-page .terms-content-card h2 {
    margin: 34px 0 14px;
    padding-top: 30px;
    border-top: 1px solid rgba(45, 45, 45, 0.1);
    font-size: 32px;
    line-height: 38px;
}.ks-dev2-page .terms-content-card h3 {
    margin: 26px 0 10px;
    font-size: 24px;
    line-height: 30px;
}.ks-dev2-page .terms-content-card p, .ks-dev2-page .terms-content-card li {
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
}.ks-dev2-page .terms-content-card p {
    margin: 0 0 16px;
}.ks-dev2-page .terms-content-card ul, .ks-dev2-page .terms-content-card ol {
    margin: 14px 0 20px 24px;
    padding: 0;
}.ks-dev2-page .terms-content-card li + li {
    margin-top: 8px;
}.ks-dev2-page .terms-content-card hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background: rgba(45, 45, 45, 0.1);
}.ks-dev2-page .terms-content-card a {
    color: #448DCA;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

@media (max-width: 1180px) {
    .ks-dev2-page .terms-hero {
        padding: 82px 28px 44px;
    }.ks-dev2-page .terms-hero h1 {
        font-size: 56px;
        line-height: 1.08;
    }.ks-dev2-page .terms-content-section {
        padding-left: 28px;
        padding-right: 28px;
    }.ks-dev2-page .terms-content-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 28px;
    }.ks-dev2-page .terms-content-card {
        padding: 34px;
    }
}

@media (max-width: 1024px) {
    .ks-dev2-page .terms-content-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }.ks-dev2-page .terms-toc {
        position: static;
        max-height: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.ks-dev2-page .terms-toc strong {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .ks-dev2-page .terms-hero {
        padding: 58px 20px 34px;
    }.ks-dev2-page .terms-hero h1 {
        font-size: 40px;
        line-height: 1.12;
    }.ks-dev2-page .terms-hero-inner > p:not(.top-small-text) {
        font-size: 16px;
        line-height: 27px;
    }.ks-dev2-page .terms-meta {
        margin: 22px auto 0;
        display: grid;
        max-width: 360px;
        justify-content: stretch;
    }.ks-dev2-page .terms-meta span {
        width: 100%;
        text-align: center;
    }.ks-dev2-page .terms-content-section {
        padding: 28px 20px 70px;
    }.ks-dev2-page .terms-toc {
        padding: 22px;
        grid-template-columns: 1fr;
        gap: 10px;
        max-height: 320px;
        overflow: auto;
    }.ks-dev2-page .terms-content-card {
        padding: 24px 20px;
    }.ks-dev2-page .terms-content-card h1 {
        font-size: 25px;
        line-height: 32px;
    }.ks-dev2-page .terms-content-card h2 {
        margin-top: 26px;
        padding-top: 24px;
        font-size: 25px;
        line-height: 31px;
    }.ks-dev2-page .terms-content-card h3 {
        font-size: 22px;
        line-height: 28px;
    }.ks-dev2-page .terms-content-card p, .ks-dev2-page .terms-content-card li {
        font-size: 16px;
        line-height: 27px;
    }
}

@media (max-width: 520px) {
    .ks-dev2-page .terms-hero {
        padding: 48px 16px 30px;
    }.ks-dev2-page .terms-hero .top-small-text {
        padding-left: 0.45em;
        gap: 8px;
        font-size: 12px;
        letter-spacing: 0.45em;
        white-space: nowrap;
    }.ks-dev2-page .terms-hero .top-small-text::before, .ks-dev2-page .terms-hero .top-small-text::after {
        width: 22px;
        flex-basis: 22px;
    }.ks-dev2-page .terms-hero h1 {
        font-size: 34px;
        line-height: 1.14;
    }.ks-dev2-page .terms-content-section {
        padding: 22px 16px 62px;
    }.ks-dev2-page .terms-toc, .ks-dev2-page .terms-content-card {
        padding: 20px 18px;
        border-radius: 8px;
    }.ks-dev2-page .terms-content-card ul, .ks-dev2-page .terms-content-card ol {
        margin-left: 20px;
    }
}.ks-dev2-page.ks-dev2-refund-page {
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.96) 0%, #fff 420px);
}.ks-dev2-page .refund-hero {
    padding: 96px 20px 52px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.08);
}.ks-dev2-page .refund-hero-inner {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}.ks-dev2-page .refund-hero .top-small-text {
    justify-content: center;
    margin-inline: auto;
    padding-left: 1em;
}.ks-dev2-page .refund-hero h1 {
    max-width: 860px;
    margin: 14px auto 18px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0;
}.ks-dev2-page .refund-hero-inner > p:not(.top-small-text) {
    max-width: 740px;
    margin: 0 auto;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
}.ks-dev2-page .refund-meta {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}.ks-dev2-page .refund-meta span {
    padding: 10px 18px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 999px;
    background: #fff;
    color: #6E7F67;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}.ks-dev2-page .refund-content-section {
    padding: 48px 20px 100px;
}.ks-dev2-page .refund-content-layout {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}.ks-dev2-page .refund-content-layout--single {
    max-width: 1440px;
    grid-template-columns: minmax(0, 1fr);
}.ks-dev2-page .refund-toc {
    position: sticky;
    top: 190px;
    max-height: calc(100vh - 220px);
    overflow: auto;
    padding: 26px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    background: #fff;
}.admin-bar .ks-dev2-page .refund-toc {
    top: 222px;
    max-height: calc(100vh - 252px);
}.ks-dev2-page .refund-toc strong {
    margin-bottom: 4px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}.ks-dev2-page .refund-toc a {
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
    transition: color 0.2s ease;
}.ks-dev2-page .refund-toc a:hover {
    color: #448DCA;
}.ks-dev2-page .refund-toc .refund-toc-level-3, .ks-dev2-page .refund-toc .refund-toc-level-4 {
    padding-left: 14px;
    color: #6E7F67;
    font-size: 14px;
}.ks-dev2-page .refund-content-card {
    padding: 42px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    background: #fff;
    color: #373737;
}.ks-dev2-page .refund-content-card > *:first-child {
    margin-top: 0;
}.ks-dev2-page .refund-content-card > *:last-child {
    margin-bottom: 0;
}.ks-dev2-page .refund-content-card h1, .ks-dev2-page .refund-content-card h2, .ks-dev2-page .refund-content-card h3, .ks-dev2-page .refund-content-card h4 {
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}.ks-dev2-page .refund-content-card h1 {
    margin: 34px 0 14px;
    padding-top: 30px;
    border-top: 1px solid rgba(45, 45, 45, 0.1);
    font-size: 36px;
    line-height: 42px;
}.ks-dev2-page .refund-content-card h2 {
    margin: 34px 0 14px;
    padding-top: 30px;
    border-top: 1px solid rgba(45, 45, 45, 0.1);
    font-size: 32px;
    line-height: 38px;
}.ks-dev2-page .refund-content-card h3 {
    margin: 26px 0 10px;
    font-size: 24px;
    line-height: 30px;
}.ks-dev2-page .refund-content-card h4 {
    margin: 22px 0 8px;
    font-size: 20px;
    line-height: 26px;
}.ks-dev2-page .refund-content-card p, .ks-dev2-page .refund-content-card li {
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    text-align: left;
}.ks-dev2-page .refund-content-card p {
    margin: 0 0 16px;
}.ks-dev2-page .refund-content-card ul, .ks-dev2-page .refund-content-card ol {
    margin: 14px 0 20px 24px;
    padding: 0;
}.ks-dev2-page .refund-content-card li + li {
    margin-top: 8px;
}.ks-dev2-page .refund-content-card hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background: rgba(45, 45, 45, 0.1);
}.ks-dev2-page .refund-content-card a {
    color: #448DCA;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

@media (max-width: 1180px) {
    .ks-dev2-page .refund-hero {
        padding: 82px 28px 44px;
    }.ks-dev2-page .refund-hero h1 {
        font-size: 54px;
        line-height: 1.08;
    }.ks-dev2-page .refund-content-section {
        padding-left: 28px;
        padding-right: 28px;
    }.ks-dev2-page .refund-content-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 28px;
    }.ks-dev2-page .refund-content-card {
        padding: 34px;
    }
}

@media (max-width: 1024px) {
    .ks-dev2-page .refund-content-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }.ks-dev2-page .refund-toc {
        position: static;
        max-height: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.ks-dev2-page .refund-toc strong {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .ks-dev2-page .refund-hero {
        padding: 58px 20px 34px;
    }.ks-dev2-page .refund-hero h1 {
        font-size: 38px;
        line-height: 1.12;
    }.ks-dev2-page .refund-hero-inner > p:not(.top-small-text) {
        font-size: 16px;
        line-height: 27px;
    }.ks-dev2-page .refund-meta {
        margin: 22px auto 0;
        display: grid;
        max-width: 360px;
        justify-content: stretch;
    }.ks-dev2-page .refund-meta span {
        width: 100%;
        text-align: center;
    }.ks-dev2-page .refund-content-section {
        padding: 28px 20px 70px;
    }.ks-dev2-page .refund-toc {
        padding: 22px;
        grid-template-columns: 1fr;
        gap: 10px;
        max-height: 320px;
        overflow: auto;
    }.ks-dev2-page .refund-content-card {
        padding: 24px 20px;
    }.ks-dev2-page .refund-content-card h1, .ks-dev2-page .refund-content-card h2 {
        margin-top: 26px;
        padding-top: 24px;
        font-size: 25px;
        line-height: 32px;
    }.ks-dev2-page .refund-content-card h3 {
        font-size: 22px;
        line-height: 28px;
    }.ks-dev2-page .refund-content-card h4 {
        font-size: 19px;
        line-height: 25px;
    }.ks-dev2-page .refund-content-card p, .ks-dev2-page .refund-content-card li {
        font-size: 16px;
        line-height: 27px;
    }
}

@media (max-width: 520px) {
    .ks-dev2-page .refund-hero {
        padding: 48px 16px 30px;
    }.ks-dev2-page .refund-hero .top-small-text {
        padding-left: 0.45em;
        gap: 8px;
        font-size: 12px;
        letter-spacing: 0.45em;
        white-space: nowrap;
    }.ks-dev2-page .refund-hero .top-small-text::before, .ks-dev2-page .refund-hero .top-small-text::after {
        width: 22px;
        flex-basis: 22px;
    }.ks-dev2-page .refund-hero h1 {
        font-size: 32px;
        line-height: 1.14;
    }.ks-dev2-page .refund-content-section {
        padding: 22px 16px 62px;
    }.ks-dev2-page .refund-toc, .ks-dev2-page .refund-content-card {
        padding: 20px 18px;
        border-radius: 8px;
    }.ks-dev2-page .refund-content-card ul, .ks-dev2-page .refund-content-card ol {
        margin-left: 20px;
    }
}.ks-dev2-page .newsletter {
    position: relative;
    min-height: 490px;
    display: grid;
    align-items: end;
    padding-bottom: 65px;
    overflow: hidden;
    color: var(--white);
}.ks-dev2-page .newsletter::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}.ks-dev2-page .newsletter > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.ks-dev2-page .newsletter-copy {
    position: relative;
    z-index: 1;
    width: min(590px, calc(100% - 48px));
    margin-left: auto;
    margin-right: 13vw;
}.ks-dev2-page .newsletter-copy p {
    margin: 2px 126px 15px 0;
    color: rgba(255, 255, 255, 0.82);
}.ks-dev2-page .newsletter h2 .color-text {
    color: #8FB33F;
}.ks-dev2-page .newsletter form {
    height: 63px;
    max-width: 528px;
    margin-top: 0;
    padding: 9px 15px 9px 29px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}.ks-dev2-page .newsletter input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 18px 0 0;
    background: transparent;
    color: var(--white);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
}.ks-dev2-page .newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}.ks-dev2-page .newsletter button {
    border: 0;
    border-radius: 32px;
    padding: 9px 26px;
    background: #448DCA;
    color: var(--white);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}.ks-dev2-page .newsletter button:hover {
    background: #ED337E;
}.ks-dev2-page .site-footer {
    padding: 64px 68px 33px;
    background: #1E1C18;
    color: var(--white);
}.ks-dev2-page .footer-inner {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, 1fr);
    gap: 58px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}.ks-dev2-page .footer-brand img {
    width: 179px;
}.ks-dev2-page .socials {
    margin-top: 28px;
    display: flex;
    gap: 14px;
}.ks-dev2-page .socials a {
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    transition: all 0.3s ease-in-out;
}.ks-dev2-page .socials a:hover {
    background-color: #448DCA;
}.ks-dev2-page .site-footer h4 {
    margin: 0 0 18px 0;
    color: #fff;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01em;
}.ks-dev2-page .site-footer a {
    margin-bottom: 15px;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
}.ks-dev2-page .site-footer p {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 1320px)  {.ks-dev2-page .header-top, .ks-dev2-page .main-nav, .ks-dev2-page .section-pad, .ks-dev2-page .mission-section, .ks-dev2-page .site-footer {
        padding-left: 36px;
        padding-right: 36px;
    }.ks-dev2-page .hero-section {
        grid-template-columns: 150px minmax(0, 1fr) 150px;
    }.ks-dev2-page .hero-section::before {
        left: 150px;
    }.ks-dev2-page .hero-section::after {
        right: 150px;
    }.ks-dev2-page .scroll-badge {
        flex-basis: 126px;
        width: 126px;
        height: 126px;
    }.ks-dev2-page .sub-head span {
        font-size: 52px;
    }.ks-dev2-page h2 {
        font-size: 40px;
        line-height: 50px;
    }.ks-dev2-page .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.ks-dev2-page .feature-card:nth-child(even), .ks-dev2-page .family-count {
        border-right: 0;
    }.ks-dev2-page .features-grid .no-border {
        border-bottom: 1px solid #F0F0F0;
    }.ks-dev2-page .features-grid > :nth-last-child(-n+2) {
        border-bottom: 0;
    }.ks-dev2-page .feature-card, .ks-dev2-page .family-count {
        padding: 28px 24px;
    }.ks-dev2-page .features-grid .feature-card {
        padding: 28px 24px;
        border-bottom: 1px solid #F0F0F0;
    }.ks-dev2-page .features-grid .feature-card:nth-last-child(n+2):nth-last-child(-n+4) {
        padding-top: 28px;
    }.ks-dev2-page .features-grid .feature-card:nth-last-child(2) {
        margin-bottom: 0;
        border-bottom: 0;
    }.ks-dev2-page section.why-section {
        padding: 0 36px 90px 36px;
    }.ks-dev2-page .mission-content h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
    }.ks-dev2-page .mission-content h3 span {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1024px)  {.ks-dev2-page .header-top {
        height: 92px;
        grid-template-columns: auto 1fr auto;
        gap: 22px;
    }.ks-dev2-page .brand img {
        width: 96px;
    }.ks-dev2-page .main-nav {
        position: fixed;
        top: 92px;
        left: 0;
        right: 0;
        height: auto;
        padding-top: 24px;
        padding-bottom: 24px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        background: var(--white);
        border-bottom: 1px solid var(--line);
    }.ks-dev2-page .main-nav.open {
        display: flex;
    }.ks-dev2-page .main-nav a.active::after {
        display: none;
    }.ks-dev2-page .menu-toggle {
        display: block;
        justify-self: end;
        order: 3;
    }.ks-dev2-page .search-form {
        max-width: 360px;
        justify-self: center;
    }.ks-dev2-page .header-actions {
        gap: 16px;
    }.ks-dev2-page .hero-section {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 50px 36px 50px;
    }.ks-dev2-page .hero-section::before, .ks-dev2-page .hero-section::after, .ks-dev2-page .hero-side {
        display: none;
    }.ks-dev2-page .mid-container {
        padding: 0;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }.ks-dev2-page .hero-content h1 {
        text-align: center;
    }.ks-dev2-page .scroll-badge {
        display: none;
    }.ks-dev2-page .top-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }.ks-dev2-page .top-container .content {
        flex: 0 1 auto;
        width: 100%;
        order: 2;
    }.ks-dev2-page .sub-head {
        order: 1;
    }.ks-dev2-page .hero-content p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }.ks-dev2-page .why-section .section-heading {
        margin-bottom: 20px;
    }.ks-dev2-page.ks-dev2-faq-page .faq-page-heading {
        margin-bottom: 34px;
    }.ks-dev2-page.ks-dev2-faq-page .faq-page-heading p:not(.top-small-text) {
        font-size: 16px;
        line-height: 26px;
    }.ks-dev2-page .story-grid, .ks-dev2-page .mission-inner, .ks-dev2-page .support-section {
        grid-template-columns: 1fr;
    }.ks-dev2-page .mission-photo {
        order: -1;
    }.ks-dev2-page .category-grid, .ks-dev2-page .testimonial-track, .ks-dev2-page .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.ks-dev2-page .category-grid {
        column-gap: 30px;
        row-gap: 54px;
    }.ks-dev2-page .category-card {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }.ks-dev2-page .category-media {
        width: 100%;
        aspect-ratio: 460 / 469;
        flex: 0 0 auto;
    }.ks-dev2-page .category-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }.ks-dev2-page .mission-content {
        position: relative;
        z-index: 1;
        flex: 0 0 auto;
    }.ks-dev2-page .testimonial-card {
        flex-basis: calc((100% - 30px) / 2);
    }.ks-dev2-page .testimonial-wrap {
        padding-bottom: 76px;
    }.ks-dev2-page .testimonial-viewport {
        margin: -10px;
        padding: 10px 10px 28px;
    }.ks-dev2-page .slider-arrow {
        top: auto;
        bottom: 0;
        z-index: 2;
        transform: none;
    }.ks-dev2-page .slider-arrow.prev {
        left: calc(50% - 44px);
    }.ks-dev2-page .slider-arrow.next {
        right: calc(50% - 44px);
    }.ks-dev2-page .support-copy {
        max-width: none;
    }
}

@media (max-width: 760px)  {.ks-dev2-page .header-top {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: auto auto auto;
    }.ks-dev2-page .search-form {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 100px;
        max-width: none;
        display: none;
        background: var(--white);
        box-shadow: var(--shadow);
    }.ks-dev2-page .search-form.open {
        display: flex;
    }.ks-dev2-page .search-toggle {
        display: grid;
    }.ks-dev2-page .header-actions .icon-button:not(.search-toggle):not(.cart-button) {
        display: none;
    }.ks-dev2-page .main-nav, .ks-dev2-page .section-pad, .ks-dev2-page .mission-section, .ks-dev2-page .site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }.ks-dev2-page .hero-section {
        padding-left: 20px;
        padding-right: 20px;
    }.ks-dev2-page .hero-content h1 {
        text-align: center;
        font-size: 80px;
        line-height: 0.98;
    }.ks-dev2-page .top-container {
        align-items: center;
        margin-top: 0;
        gap: 15px;
    }.ks-dev2-page .top-container .content {
        flex: 0 1 auto;
    }.ks-dev2-page .sub-head span {
        font-size: 30px;
        line-height: 30px;
        white-space: normal;
    }.ks-dev2-page h2 {
        font-size: 30px;
        line-height: 40px;
    }.ks-dev2-page .color-text {
        font-size: 30px;
    }.ks-dev2-page .section-pad {
        padding-top: 70px;
        padding-bottom: 70px;
    }.ks-dev2-page section.why-section {
        padding: 0 20px 70px 20px;
    }.ks-dev2-page .top-small-text {
        margin: 0 0 5px 0;
        gap: 8px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.28em;
        flex-wrap: wrap;
    }.ks-dev2-page p {
        font-size: 16px;
        line-height: 26px;
    }.ks-dev2-page .story-copy p:not(.top-small-text), .ks-dev2-page .mission-copy p:not(.top-small-text), .ks-dev2-page .support-copy p, .ks-dev2-page .newsletter-copy p, .ks-dev2-page .feature-card p, .ks-dev2-page .testimonial-card p, .ks-dev2-page .faq-panel p, .ks-dev2-page .site-footer p {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }.ks-dev2-page .top-small-text::before, .ks-dev2-page .centered .top-small-text::after, .ks-dev2-page .why-top-text::after {
        flex-basis: 18px;
        width: 18px;
    }.ks-dev2-page .story-grid, .ks-dev2-page .mission-inner, .ks-dev2-page .support-section {
        gap: 34px;
    }.ks-dev2-page .features-grid, .ks-dev2-page .category-grid, .ks-dev2-page .testimonial-track, .ks-dev2-page .footer-inner {
        grid-template-columns: 1fr;
    }.ks-dev2-page .features-grid {
        margin-top: 28px;
    }.ks-dev2-page .category-grid {
        column-gap: 20px;
        row-gap: 20px;
    }.ks-dev2-page .feature-card, .ks-dev2-page .family-count {
        border-right: 0;
        border-bottom: 1px solid #F0F0F0;
    }.ks-dev2-page .features-grid > :last-child {
        border-bottom: 0;
    }.ks-dev2-page .category-card {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }.ks-dev2-page .category-media {
        width: 100%;
        aspect-ratio: 460 / 469;
        flex: 0 0 auto;
    }.ks-dev2-page .category-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }.ks-dev2-page .feature-card, .ks-dev2-page .family-count {
        min-height: auto;
        padding: 15px 15px;
    }.ks-dev2-page .features-grid .feature-card {
        padding: 15px 15px;
        border-bottom: 1px solid #F0F0F0;
    }.ks-dev2-page .features-grid .feature-card:nth-last-child(n+2):nth-last-child(-n+4) {
        padding-top: 15px;
    }.ks-dev2-page .features-grid .feature-card:nth-last-child(2) {
        margin-bottom: 0;
        border-bottom: 0;
    }.ks-dev2-page .images-cont {
        width: 50px;
        height: 50px;
        margin-bottom: 14px;
    }.ks-dev2-page .images-cont img {
        width: 22px;
        height: 22px;
    }.ks-dev2-page .family-count {
        transform: none;
    }.ks-dev2-page .mission-content {
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: auto;
        margin-top: 0;
        padding: 8px 10px 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }.ks-dev2-page .mission-content h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }.ks-dev2-page .testimonial-card {
        display: block;
        flex-basis: 100%;
        padding: 22px 20px;
    }.ks-dev2-page .testimonial-wrap {
        padding-bottom: 70px;
    }.ks-dev2-page .testimonial-viewport {
        margin: -8px;
        padding: 8px 8px 24px;
    }.ks-dev2-page .testimonial-card.active {
        display: block;
    }.ks-dev2-page .support-section {
        padding: 70px 20px;
    }.ks-dev2-page.ks-dev2-faq-page .faq-page-heading {
        margin-bottom: 26px;
    }.ks-dev2-page.ks-dev2-faq-page .faq-page-heading .top-small-text {
        gap: 12px;
    }.ks-dev2-page.ks-dev2-faq-page .faq-page-heading .top-small-text::before, .ks-dev2-page.ks-dev2-faq-page .faq-page-heading .top-small-text::after {
        flex-basis: 28px;
        width: 28px;
    }.ks-dev2-page.ks-dev2-faq-page .faq-item button {
        padding: 18px 18px;
        font-size: 17px;
        line-height: 24px;
    }.ks-dev2-page .pill-button {
        min-width: 136px;
        padding: 13px 22px;
        column-gap: 12px;
    }.ks-dev2-page .faq-item button {
        min-height: 68px;
        padding: 0 18px;
    }.ks-dev2-page .faq-item button h4 {
        font-size: 18px;
        line-height: 26px;
    }.ks-dev2-page .faq-panel p {
        margin-left: 18px;
        margin-right: 18px;
    }.ks-dev2-page .newsletter {
        min-height: 430px;
        align-items: end;
        padding: 0 20px 42px;
    }.ks-dev2-page .newsletter-copy {
        width: 100%;
        margin: 0;
    }.ks-dev2-page .newsletter-copy p {
        margin-right: 0;
    }.ks-dev2-page .newsletter form {
        height: auto;
        padding: 6px;
        flex-direction: column;
        border-radius: 20px;
        gap: 8px;
    }.ks-dev2-page .newsletter input, .ks-dev2-page .newsletter button {
        height: 42px;
        width: 100%;
    }
}


.ks-dev2-page {
  font-family: "Inter Tight", Arial, sans-serif;
  color: var(--black);
  background: var(--white);
}

.ks-dev2-page .site-header,
.ks-dev2-page .site-footer {
  display: none;
}

.ks-dev2-page .ks-dev2-hidden {
  display: none !important;
}

.woocommerce img, .woocommerce-page img {
    height: 100% !important;
}

.ks-dev2-product-page {
    background: linear-gradient(180.18deg, rgba(245, 251, 255, 0.96) 0.17%, rgba(68, 141, 202, 0) 99%);
}.ks-dev2-product-page .woocommerce-notices-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 22px 20px 0;
}.ks-dev2-product-page .woocommerce-message,
.ks-dev2-product-page .woocommerce-info,
.ks-dev2-product-page .woocommerce-error {
    min-height: 72px;
    margin: 0;
    padding: 18px 26px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(45, 45, 45, 0.07);
    color: #2D2D2D;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    outline: 0 !important;
}.ks-dev2-product-page .woocommerce-message::before,
.ks-dev2-product-page .woocommerce-info::before,
.ks-dev2-product-page .woocommerce-error::before {
    position: static;
    flex: 0 0 auto;
    order: -1;
    margin: 0;
    color: #6E7F67;
    align-self: center;
}.ks-dev2-product-page .woocommerce-message .button,
.ks-dev2-product-page .woocommerce-info .button,
.ks-dev2-product-page .woocommerce-error .button {
    order: 2;
    flex: 0 0 auto;
    float: none;
    margin-left: auto;
    padding: 18px 30px;
    white-space: nowrap;
    border: 0;
    border-radius: 30px;
    background: #448DCA;
    background-color: #448DCA;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
    box-shadow: none;
}.ks-dev2-product-page .woocommerce-error a.button.wc-forward {
    padding: 8px 23px !important;
}.ks-dev2-product-page .woocommerce-message .button:hover,
.ks-dev2-product-page .woocommerce-info .button:hover,
.ks-dev2-product-page .woocommerce-error .button:hover {
    background: #ED337E;
    background-color: #ED337E;
    color: #fff;
}.ks-dev2-product-page .woocommerce-message:focus,
.ks-dev2-product-page .woocommerce-message:focus-visible,
.ks-dev2-product-page .woocommerce-info:focus,
.ks-dev2-product-page .woocommerce-info:focus-visible,
.ks-dev2-product-page .woocommerce-error:focus,
.ks-dev2-product-page .woocommerce-error:focus-visible,
.ks-dev2-product-page .woocommerce-message .button:focus,
.ks-dev2-product-page .woocommerce-message .button:focus-visible,
.ks-dev2-product-page .woocommerce-message .button:active,
.ks-dev2-product-page .woocommerce-info .button:focus,
.ks-dev2-product-page .woocommerce-info .button:focus-visible,
.ks-dev2-product-page .woocommerce-info .button:active,
.ks-dev2-product-page .woocommerce-error .button:focus,
.ks-dev2-product-page .woocommerce-error .button:focus-visible,
.ks-dev2-product-page .woocommerce-error .button:active {
    outline: 0 !important;
    box-shadow: none !important;
}@media (max-width: 767px) {
    .ks-dev2-product-page .woocommerce-message,
    .ks-dev2-product-page .woocommerce-info,
    .ks-dev2-product-page .woocommerce-error {
        flex-wrap: wrap;
        gap: 12px 14px;
        padding: 16px;
    }

    .ks-dev2-product-page .woocommerce-message .button,
    .ks-dev2-product-page .woocommerce-info .button,
    .ks-dev2-product-page .woocommerce-error .button {
        order: 3;
        margin-left: 0;
        padding: 14px 24px;
        font-size: 16px;
        line-height: 22px;
    }
}.ks-dev2-product-detail {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 20px 10px;
    display: grid;
    grid-template-columns: minmax(0, 717px) minmax(420px, 1fr);
    gap: 54px;
    align-items: start;
}.ks-dev2-product-gallery {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
}.ks-dev2-product-gallery.no-thumbs {
    grid-template-columns: minmax(0, 1fr);
}.ks-dev2-product-main-image {
    position: relative;
    min-height: 0;
    aspect-ratio: 596 / 739;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 20px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #F8F8F8;
    order: 2;
}.ks-dev2-product-gallery.no-thumbs .ks-dev2-product-main-image {
    order: 1;
}.ks-dev2-product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.ks-dev2-product-main-image .ks-wishlist-static,
.ks-dev2-product-main-image .ks-wishlist-fallback,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block,
.ks-dev2-product-main-image .yith-wcwl-add-button,
.ks-dev2-product-main-image .yith-wcwl-wishlistaddedbrowse,
.ks-dev2-product-main-image .yith-wcwl-wishlistexistsbrowse,
.ks-dev2-product-main-image .yith-add-button {
    position: absolute;
    z-index: 2;
    top: 21px;
    right: 18px;
    margin: 0 !important;
    padding: 0 !important;
}.ks-dev2-product-main-image .ks-wishlist-static,
.ks-dev2-product-main-image .ks-wishlist-fallback,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist a,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block button,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block a,
.ks-dev2-product-main-image .yith-wcwl-wishlistaddedbrowse a,
.ks-dev2-product-main-image .yith-wcwl-wishlistexistsbrowse a,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist-button,
.ks-dev2-product-main-image .yith-add-button > a,
.ks-dev2-product-main-image .yith-wcwl-add-button a.delete_item,
.ks-dev2-product-main-image a.add_to_wishlist {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0 !important;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    background: #fff;
    color: #111;
    font-size: 0 !important;
    line-height: 1;
    padding: 0 !important;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}.ks-dev2-product-main-image .ks-wishlist-static svg {
    width: 17px;
    height: 16px;
    fill: none;
    stroke: #000;
}.ks-dev2-product-main-image .ks-wishlist-fallback {
    text-indent: 0;
    text-decoration: none;
}.ks-dev2-product-main-image .ks-wishlist-fallback span {
    display: grid;
    place-items: center;
    color: #111;
    font-size: 22px;
    line-height: 1;
}.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist a::before,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block button::before,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block a::before,
.ks-dev2-product-main-image .yith-wcwl-wishlistaddedbrowse a::before,
.ks-dev2-product-main-image .yith-wcwl-wishlistexistsbrowse a::before,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist-button::before,
.ks-dev2-product-main-image .yith-add-button > a::before,
.ks-dev2-product-main-image .yith-wcwl-add-button a.delete_item::before,
.ks-dev2-product-main-image a.add_to_wishlist::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: 17px;
    height: 16px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    line-height: 1;
    text-indent: 0;
}.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::before,
.ks-dev2-product-main-image .yith-wcwl-wishlistaddedbrowse a::before,
.ks-dev2-product-main-image .yith-wcwl-wishlistexistsbrowse a::before,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist.is-added a::before,
.ks-dev2-product-main-image a.is-added::before,
.ks-dev2-product-main-image a.delete_item::before,
.ks-dev2-product-main-image a.remove_from_wishlist::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: cover;
}.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button span,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl-tooltip,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist .tinvwl-txt,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist img,
.ks-dev2-product-main-image .tinv-wraper.tinv-wishlist i,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist svg,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist img,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist span,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block svg,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block img,
.ks-dev2-product-main-image .yith-add-to-wishlist-button-block span,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist-button svg,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist-button img,
.ks-dev2-product-main-image .yith-wcwl-add-to-wishlist-button span,
.ks-dev2-product-main-image .feedback {
    display: none !important;
}.ks-dev2-product-main-image > .tinv-wraper.tinv-wishlist {
    top: 16px !important;
    right: 16px !important;
    bottom: auto !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    transform: none !important;
    z-index: 10 !important;
}.ks-dev2-product-main-image > .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    min-width: 40px !important;
    min-height: 40px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.1);
    transform: none !important;
}.ks-dev2-product-main-image > .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 17px !important;
    height: 16px !important;
    margin: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}.ks-dev2-product-main-image > .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,
.ks-dev2-product-main-image > .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}.ks-dev2-product-thumbs {
    display: grid;
    align-content: start;
    gap: 21px;
    order: 1;
}.ks-dev2-product-thumbs button {
    width: 106px;
    height: 131px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #F8F8F8;
    cursor: pointer;
}.ks-dev2-product-thumbs button.active {
    border-color: #2D2D2D;
}.ks-dev2-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.ks-dev2-product-summary {
    padding-top: 8px;
}.ks-dev2-product-title-row {
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}.ks-dev2-product-breadcrumb, .ks-dev2-product-breadcrumb a {
    color: #6F6F6F;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}.ks-dev2-product-rating {
    margin: 9px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: #292929;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
}.ks-dev2-stars {
    display: inline-flex;
    gap: 2px;
    color: #D9D9D9;
    font-size: 0;
    letter-spacing: 0;
    line-height: 1;
}.ks-dev2-stars span {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #D9D9D9;
    font-size: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6866 6.0586C16.6331 5.89281 16.532 5.74644 16.3959 5.63772C16.2598 5.529 16.0947 5.46274 15.9212 5.44722L11.0923 5.00872L9.18292 0.539467C9.04208 0.211944 8.72146 0 8.36521 0C8.00897 0 7.6883 0.211977 7.54753 0.540284L5.63807 5.00875L0.80849 5.44722C0.635176 5.46309 0.470332 5.52948 0.334397 5.63817C0.198461 5.74685 0.097413 5.89303 0.0437798 6.0586C-0.0663748 6.3974 0.0353491 6.76897 0.303792 7.0032L3.95383 10.2043L2.87751 14.9454C2.79876 15.294 2.93404 15.6543 3.2233 15.8634C3.37874 15.9758 3.56066 16.0329 3.74407 16.0329C3.90223 16.0329 4.05908 15.9903 4.19992 15.9061L8.36521 13.4166L12.529 15.9061C12.8337 16.0894 13.2178 16.0726 13.5064 15.8634C13.6477 15.7611 13.7558 15.6196 13.8173 15.4564C13.8787 15.2931 13.8909 15.1155 13.8522 14.9454L12.7759 10.2043L16.4259 7.00386C16.5572 6.88918 16.6519 6.73845 16.6983 6.5704C16.7446 6.40235 16.7406 6.22438 16.6866 6.0586Z' fill='%236E7F67'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6866 6.0586C16.6331 5.89281 16.532 5.74644 16.3959 5.63772C16.2598 5.529 16.0947 5.46274 15.9212 5.44722L11.0923 5.00872L9.18292 0.539467C9.04208 0.211944 8.72146 0 8.36521 0C8.00897 0 7.6883 0.211977 7.54753 0.540284L5.63807 5.00875L0.80849 5.44722C0.635176 5.46309 0.470332 5.52948 0.334397 5.63817C0.198461 5.74685 0.097413 5.89303 0.0437798 6.0586C-0.0663748 6.3974 0.0353491 6.76897 0.303792 7.0032L3.95383 10.2043L2.87751 14.9454C2.79876 15.294 2.93404 15.6543 3.2233 15.8634C3.37874 15.9758 3.56066 16.0329 3.74407 16.0329C3.90223 16.0329 4.05908 15.9903 4.19992 15.9061L8.36521 13.4166L12.529 15.9061C12.8337 16.0894 13.2178 16.0726 13.5064 15.8634C13.6477 15.7611 13.7558 15.6196 13.8173 15.4564C13.8787 15.2931 13.8909 15.1155 13.8522 14.9454L12.7759 10.2043L16.4259 7.00386C16.5572 6.88918 16.6519 6.73845 16.6983 6.5704C16.7446 6.40235 16.7406 6.22438 16.6866 6.0586Z' fill='%236E7F67'/%3E%3C/svg%3E") center / contain no-repeat;
}.ks-dev2-stars .is-filled {
    color: #F3C23B;
    background-color: #F3C23B;
}.ks-dev2-product-price {
    margin-bottom: 6px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: #292929;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
}.ks-dev2-product-price del {
    order: 2;
    margin-right: 0;
    color: #9A9A9A;
    font-size: 12px;
    font-weight: 500;
}.ks-dev2-product-price ins {
    order: 1;
    text-decoration: none;
}.ks-dev2-product-short {
    max-width: 100%;
    margin-bottom: 12px;
    color: #2D2D2D;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-product-short p {
    margin: 0;
}.ks-dev2-product-options {
    margin: 13px 0 26px;
    display: grid;
    gap: 22px;
}.ks-dev2-product-option-group h3 {
    margin: 0 0 12px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}.ks-dev2-product-swatches, .ks-dev2-product-size-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}.ks-dev2-product-swatches button {
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
}.ks-dev2-product-swatches button span {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    display: inline-block;
}.ks-dev2-product-swatches button.active span {
    border-color: #CECECE;
}.ks-dev2-product-size-list button {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    min-height: 31px;
    padding: 4px 16px;
    border: 1px solid #D6D6D6;
    border-radius: 999px;
    background-color: #fff;
    display: inline-grid;
    place-items: center;
    color: #292929;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    cursor: pointer;
}.ks-dev2-product-size-list button.active {
    border-color: #6E7F67;
    background: #6E7F67;
    color: #fff;
}.ks-dev2-product-swatches button:disabled,
.ks-dev2-product-swatches button.is-unavailable,
.ks-dev2-product-size-list button:disabled,
.ks-dev2-product-size-list button.is-unavailable {
    cursor: not-allowed;
    opacity: 0.45;
}.ks-dev2-product-swatches button:disabled span,
.ks-dev2-product-swatches button.is-unavailable span {
    filter: grayscale(1);
}.ks-dev2-product-swatches button:disabled span::after,
.ks-dev2-product-swatches button.is-unavailable span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #6b6b6b;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}.ks-dev2-product-size-list button:disabled,
.ks-dev2-product-size-list button.is-unavailable {
    border-color: #D6D6D6;
    background: #F3F3F3;
    color: #8E8E8E;
}.ks-dev2-product-size-list button:disabled::after,
.ks-dev2-product-size-list button.is-unavailable::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 1px;
    background: #9A9A9A;
    transform: translate(-50%, -50%) rotate(-18deg);
    transform-origin: center;
}.ks-dev2-product-short + .ks-dev2-product-cart {
    margin-top: 14px;
}.ks-dev2-product-options + .ks-dev2-product-cart {
    margin-top: 0;
}.ks-dev2-product-cart {
    margin-bottom: 14px;
}.ks-dev2-product-cart form.cart {
    display: grid;
    gap: 14px;
    align-items: start;
}.ks-dev2-product-cart .woocommerce-variation-availability,
.ks-dev2-product-cart .stock.in-stock {
    display: none !important;
}.ks-dev2-product-cart .tinv-wraper.tinv-wishlist {
    display: none !important;
}.ks-dev2-product-cart .quantity input {
    width: 82px;
    height: 52px;
    border: 1px solid rgba(45, 45, 45, 0.12);
    border-radius: 8px;
    text-align: center;
}.ks-dev2-product-cart .single_add_to_cart_button {
    width: fit-content;
    margin-top: 26px;
    padding: 18px 35px;
    border: 0;
    border-radius: 33px;
    background-color: #448DCA;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}.ks-dev2-product-cart .single_add_to_cart_button::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 9px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8H12.6663' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.66699 4L12.667 8L8.66699 12' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}.ks-dev2-page .ks-dev2-product-cart button.single_add_to_cart_button,
.woocommerce .ks-dev2-page .ks-dev2-product-cart .single_add_to_cart_button.button,
.woocommerce-page .ks-dev2-page .ks-dev2-product-cart .single_add_to_cart_button.button.alt {
    width: fit-content !important;
    margin-top: 26px !important;
    padding: 18px 35px !important;
    border: 0 !important;
    border-radius: 33px !important;
    background: #448DCA !important;
    background-color: #448DCA !important;
    color: #fff !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 26px !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 9px !important;
}.ks-dev2-page .ks-dev2-product-cart button.single_add_to_cart_button:hover,
.woocommerce .ks-dev2-page .ks-dev2-product-cart .single_add_to_cart_button.button:hover,
.woocommerce-page .ks-dev2-page .ks-dev2-product-cart .single_add_to_cart_button.button.alt:hover {
    background: #ED337E !important;
    background-color: #ED337E !important;
}.ks-dev2-page .ks-dev2-product-cart button.single_add_to_cart_button::after,
.woocommerce .ks-dev2-page .ks-dev2-product-cart .single_add_to_cart_button.button::after,
.woocommerce-page .ks-dev2-page .ks-dev2-product-cart .single_add_to_cart_button.button.alt::after {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: 0 !important;
    display: inline-block !important;
    flex: 0 0 16px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8H12.6663' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.66699 4L12.667 8L8.66699 12' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}.ks-dev2-product-cart .variations {
    width: 100%;
    margin-bottom: 0;
}.ks-dev2-product-cart.has-dev2-visible-options .variations {
    display: none;
}.ks-dev2-product-cart .variations th, .ks-dev2-product-cart .variations td {
    display: block;
    padding: 0;
    text-align: left;
}.ks-dev2-product-cart .variations tr {
    display: block;
    margin-bottom: 16px;
}.ks-dev2-product-cart .variations label, .ks-dev2-quantity-label {
    display: block;
    margin: 0 0 9px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}.ks-dev2-product-cart select {
    min-height: 44px;
    border: 1px solid rgba(45, 45, 45, 0.12);
    border-radius: 8px;
    padding: 0 12px;
}.ks-dev2-product-meta {
    display: none;
    gap: 13px;
    padding-top: 28px;
    border-top: 1px solid rgba(45, 45, 45, 0.08);
}.ks-dev2-product-meta p {
    margin: 0;
    color: #696969;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
}.ks-dev2-product-meta span {
    min-width: 104px;
    display: inline-block;
    color: #2D2D2D;
    font-weight: 500;
}.ks-dev2-product-info {
    max-width: 1440px;
    margin: 0 auto;
    padding: 35px 20px 0px;
    display: block;
}.ks-dev2-product-info-card {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}.ks-dev2-product-info-card h2 {
    margin: 0 0 14px;
    color: #121212;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}.ks-dev2-product-description, .ks-dev2-product-info-card p {
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-product-description p {
    margin: 0 0 14px;
}.ks-dev2-product-reviews, .ks-dev2-related-products {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 58px 72px;
}.ks-dev2-product-reviews {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 0 20px;
}.ks-dev2-related-products {
    max-width: 100%;
    margin: 0 auto;
    padding: 94px 0;
    overflow: hidden;
}.ks-dev2-product-reviews .section-heading, .ks-dev2-related-products .section-heading {
    margin-bottom: 26px;
}.ks-dev2-review-list {
    display: grid;
    gap: 0;
}.ks-dev2-review-card {
    padding: 25px 0 26px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    gap: 22px;
}.ks-dev2-review-card .ks-dev2-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 17px;
    color: #D9D9D9;
    font-size: 0;
    line-height: 1;
}.ks-dev2-review-card .ks-dev2-stars span {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #D9D9D9;
    font-size: 0;
}.ks-dev2-review-card .ks-dev2-stars .is-filled {
    color: #22254E;
    background-color: #22254E;
}.ks-dev2-review-card h3 {
    margin: 15px 0 6px;
    color: #121212;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
}.ks-dev2-review-card p {
    max-width: 760px;
    margin: 0;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-review-card time {
    flex: 0 0 auto;
    margin-top: 54px;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-product-empty {
    margin: 0;
    text-align: center;
    color: #696969;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
}.ks-dev2-related-viewport {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}.ks-dev2-related-track {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 96px) / 6);
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 8px;
    cursor: grab;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}.ks-dev2-related-track::-webkit-scrollbar {
    display: none;
}.ks-dev2-related-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}.ks-dev2-related-track.is-slider-ready {
    overflow: visible;
    cursor: grab;
    scroll-behavior: auto;
    scroll-snap-type: none;
    transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}.ks-dev2-related-track.is-slider-ready.is-dragging {
    transition: none;
}.ks-dev2-related-card {
    min-width: 0;
    position: relative;
    scroll-snap-align: start;
    user-select: none;
    -webkit-user-select: none;
}.ks-dev2-related-products .listing-card-image {
    border-radius: 12px;
    display: block;
    overflow: hidden;
    background: #f2f2f2;
}.ks-dev2-related-products .listing-card-image img {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    border-radius: 12px;
    object-fit: cover;
}.ks-dev2-related-products .listing-card-body {
    position: relative;
    padding-top: 13px;
}.ks-dev2-related-products .listing-card h3 {
    margin: 0 0 5px;
    color: #171717;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.08;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.ks-dev2-related-products .listing-card h3 a {
    color: inherit;
    text-decoration: none;
}.ks-dev2-related-products .listing-card--bestseller h3 {
    padding-right: 84px;
}.ks-dev2-related-products .badge {
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 999px;
    background: #f0f4ef;
    color: #a2ada4;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 13px;
}.ks-dev2-related-products .swatches {
    min-height: 14px;
    margin: 0 0 1px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}.ks-dev2-related-products .swatches i {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
}.ks-dev2-related-products .price {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
}.ks-dev2-related-products .price del {
    color: #9A9A9A;
    font-size: 11px;
}.ks-dev2-related-products .price ins {
    text-decoration: none;
}.ks-dev2-related-products .price small {
    border-radius: 999px;
    background: #eef4ee;
    color: #9ba89d;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
}.ks-dev2-stock-badge {
    width: fit-content;
    flex: 0 0 auto;
    margin: 0px 0 0;
    padding: 6px 17px;
    border-radius: 999px;
    background: #EFF1EF;
    color: #6E7F67;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}.ks-dev2-stock-badge.out-of-stock {
    background: rgba(237, 51, 126, 0.1);
    color: #ED337E;
}.ks-dev2-product-rating {
    width: fit-content;
    margin: 9px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #292929;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
}.ks-dev2-product-rating strong {
    color: #2D2D2D;
    font-weight: 600;
}.ks-dev2-product-info-strip {
    margin: 22px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}.ks-dev2-product-info-strip-item {
    display: flex;
    align-items: center;
    gap: 5px;
}.ks-dev2-product-info-strip-item span {
    width: 18px;
    height: 18px;
    border-radius: 0;
    display: grid;
    place-items: center;
    background: transparent;
    overflow: hidden;
}.ks-dev2-product-info-strip-item img {
    max-width: 18px;
    max-height: 18px;
}.ks-dev2-product-info-strip-item p {
    margin: 0;
    color: #2D2D2D;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-product-cart .quantity.ks-dev2-quantity {
    width: 285px;
    min-height: 49px;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
    overflow: hidden;
}.ks-dev2-quantity-label {
    margin: 0 0 15px 0;
}.ks-dev2-product-cart .ks-dev2-qty-button {
    height: 100%;
    border: 0;
    background: transparent;
    color: #2D2D2D;
    font-size: 20px;
    cursor: pointer;
}.ks-dev2-product-cart .quantity.ks-dev2-quantity input.qty {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    display: block !important;
    -moz-appearance: textfield;
}.ks-dev2-product-cart .quantity.ks-dev2-quantity input.qty::-webkit-outer-spin-button, .ks-dev2-product-cart .quantity.ks-dev2-quantity input.qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}.ks-dev2-product-cart .variations select.ks-dev2-native-attribute {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}.ks-dev2-product-cart .cfvsw-swatches-container {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}.ks-dev2-product-cart .cfvsw-swatches-option {
    margin: 0;
    box-shadow: none;
}.ks-dev2-product-cart .cfvsw-swatches-option:not(.cfvsw-label-option):not(.cfvsw-image-option) {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    border: 0 !important;
    border-radius: 50%;
    background: transparent;
}.ks-dev2-product-cart .cfvsw-swatches-option:not(.cfvsw-label-option):not(.cfvsw-image-option) .cfvsw-swatch-inner {
    width: 100%;
    height: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
}.ks-dev2-product-cart .cfvsw-swatches-option:not(.cfvsw-label-option):not(.cfvsw-image-option).cfvsw-selected-swatch .cfvsw-swatch-inner {
    border-color: #2D2D2D;
}.ks-dev2-product-cart .cfvsw-label-option {
    min-width: 52px;
    min-height: 30px;
    padding: 0 16px;
    border: 1px solid #D6D6D6 !important;
    border-radius: 999px;
    background: #fff;
    color: #292929;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}.ks-dev2-product-cart .cfvsw-label-option .cfvsw-swatch-inner {
    width: 100%;
    height: 100%;
}.ks-dev2-product-cart .cfvsw-label-option.cfvsw-selected-swatch {
    border-color: #6E7F67 !important;
    background: #6E7F67;
    color: #fff;
}.ks-dev2-product-cart .cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
    color: inherit;
}.ks-dev2-product-cart .reset_variations {
    display: none !important;
}.ks-dev2-variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}.ks-dev2-variation-button {
    min-width: 47px;
    min-height: 23px;
    padding: 0 12px;
    border: 1px solid #D6D6D6;
    border-radius: 999px;
    background: #fff;
    color: #292929;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    cursor: pointer;
}.ks-dev2-variation-button.active {
    border-color: #6E7F67;
    background: #6E7F67;
    color: #fff;
}.ks-dev2-variation-button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}.ks-dev2-variation-options.is-color .ks-dev2-variation-button {
    min-width: 20px;
    width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    border: 0;
    display: grid;
    place-items: center;
}.ks-dev2-variation-options.is-color .ks-dev2-variation-button span {
    width: 100%;
    height: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
}.ks-dev2-variation-options.is-color .ks-dev2-variation-button i {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}.ks-dev2-review-overview {
    margin-bottom: 31px;
    padding: 0 0 60px;
    border: 0;
    border-bottom: 1px solid #EFEFEF !important;
    border-radius: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 216px;
    gap: 100px;
    align-items: center;
}.ks-dev2-review-score {
    display: grid;
    justify-items: center;
}.ks-dev2-review-score strong {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #6E7F67;
    font-family: "Bodoni 72", "Bodoni Moda", Georgia, serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}.ks-dev2-review-score p {
    margin: 12px 0 0;
    color: #292929;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-review-bars {
    display: grid;
    gap: 14px;
}.ks-dev2-review-bar {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 28px;
    gap: 14px;
    align-items: center;
    color: #2D2D2D;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
}.ks-dev2-review-bar .ks-dev2-stars {
    width: 86px;
    justify-content: flex-start;
    color: #D9D9D9;
}.ks-dev2-review-bar span {
    display: flex;
    justify-content: center;
    align-items: center;
}.ks-dev2-review-bar .ks-dev2-stars .is-filled {
    color: #6E7F67;
    background-color: #6E7F67;
}.ks-dev2-review-bar i {
    height: 9px;
    border-radius: 999px;
    background: #E8ECE8;
    overflow: hidden;
}.ks-dev2-review-bar b {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #6E7F67;
}.ks-dev2-review-bar em {
    font-style: normal;
    text-align: right;
    color: #292929;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-write-review-button {
    padding: 18px 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4389C8;
    color: #fff !important;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}.ks-dev2-write-review-button:hover {
    background-color: #ED337E !important;
}.ks-dev2-write-review-button::after {
    content: "" !important;
    width: 16px;
    height: 16px;
    margin-left: 9px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8H12.6663' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.66699 4L12.667 8L8.66699 12' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}.ks-dev2-review-toolbar {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}.ks-dev2-review-toolbar label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}.ks-dev2-review-toolbar select {
    width: auto;
    padding: 0 14px 0 0;
    border: 0 !important;
    border-radius: 0;
    outline: 0 !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%232D2D2D' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 5px;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    cursor: pointer;
    appearance: none !important;
    box-shadow: none !important;
}.ks-dev2-review-toolbar select:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}.ks-dev2-review-toolbar select::-ms-expand {
    display: none;
}.ks-dev2-review-toolbar select option {
    padding: 12px 16px;
    background: #fff;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}.ks-dev2-review-toolbar select option:checked {
    background: #F6F8FA;
    color: #2D2D2D;
}.ks-dev2-review-card strong {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #373737;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}.ks-dev2-review-card strong span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: #F4F5F8;
}.ks-dev2-review-card strong span::before {
    content: "";
    width: 18px;
    height: 20px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 18.9844V16.9922C18 16.3047 17.8672 15.6562 17.6016 15.0469C17.3359 14.4375 16.9844 13.9062 16.5469 13.4531C16.0938 13 15.5625 12.6445 14.9531 12.3867C14.3438 12.1289 13.6953 12 13.0078 12H4.99219C4.30469 12 3.65625 12.1289 3.04688 12.3867C2.4375 12.6445 1.90625 13 1.45312 13.4531C1.01562 13.9062 0.664062 14.4375 0.398438 15.0469C0.132812 15.6562 0 16.3047 0 16.9922V18.9844C0 19.2656 0.0976563 19.5039 0.292969 19.6992C0.488281 19.8945 0.726562 19.9922 1.00781 19.9922C1.27344 19.9922 1.50391 19.8945 1.69922 19.6992C1.89453 19.5039 1.99219 19.2656 1.99219 18.9844V16.9922C1.99219 16.5703 2.07031 16.1797 2.22656 15.8203C2.38281 15.4609 2.60156 15.1484 2.88281 14.8828C3.14844 14.6016 3.46484 14.3828 3.83203 14.2266C4.19922 14.0703 4.58594 13.9922 4.99219 13.9922H13.0078C13.4141 13.9922 13.8008 14.0703 14.168 14.2266C14.5352 14.3828 14.8516 14.6016 15.1172 14.8828C15.3984 15.1484 15.6172 15.4609 15.7734 15.8203C15.9297 16.1797 16.0078 16.5703 16.0078 16.9922V18.9844C16.0078 19.2656 16.1055 19.5039 16.3008 19.6992C16.4961 19.8945 16.7266 19.9922 16.9922 19.9922C17.2734 19.9922 17.5117 19.8945 17.707 19.6992C17.9023 19.5039 18 19.2656 18 18.9844ZM13.9922 4.99219C13.9922 4.30469 13.8633 3.65625 13.6055 3.04688C13.3477 2.4375 12.9922 1.90625 12.5391 1.45312C12.0859 1 11.5547 0.644531 10.9453 0.386719C10.3359 0.128906 9.6875 0 9 0C8.3125 0 7.66406 0.128906 7.05469 0.386719C6.44531 0.644531 5.91406 1 5.46094 1.45312C5.00781 1.90625 4.65234 2.4375 4.39453 3.04688C4.13672 3.65625 4.00781 4.30469 4.00781 4.99219C4.00781 5.67969 4.13672 6.32812 4.39453 6.9375C4.65234 7.54688 5.00781 8.07812 5.46094 8.53125C5.91406 8.98438 6.44531 9.33984 7.05469 9.59766C7.66406 9.85547 8.3125 9.98438 9 9.98438C9.6875 9.98438 10.3359 9.85547 10.9453 9.59766C11.5547 9.33984 12.0859 8.98438 12.5391 8.53125C12.9922 8.07812 13.3477 7.54688 13.6055 6.9375C13.8633 6.32812 13.9922 5.67969 13.9922 4.99219ZM12 4.99219C12 5.41406 11.9219 5.80469 11.7656 6.16406C11.6094 6.52344 11.3906 6.83594 11.1094 7.10156C10.8438 7.38281 10.5312 7.60156 10.1719 7.75781C9.8125 7.91406 9.42188 7.99219 9 7.99219C8.57812 7.99219 8.1875 7.91406 7.82812 7.75781C7.46875 7.60156 7.15625 7.38281 6.89062 7.10156C6.60938 6.83594 6.39062 6.52344 6.23438 6.16406C6.07812 5.80469 6 5.41406 6 4.99219C6 4.57031 6.07812 4.17969 6.23438 3.82031C6.39062 3.46094 6.60938 3.14844 6.89062 2.88281C7.15625 2.60156 7.46875 2.38281 7.82812 2.22656C8.1875 2.07031 8.57812 1.99219 9 1.99219C9.42188 1.99219 9.8125 2.07031 10.1719 2.22656C10.5312 2.38281 10.8438 2.60156 11.1094 2.88281C11.3906 3.14844 11.6094 3.46094 11.7656 3.82031C11.9219 4.17969 12 4.57031 12 4.99219Z' fill='%2322254E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}.ks-dev2-review-form {
    max-width: 780px;
    margin: 32px auto 0;
    padding: 28px;
    border: 1px solid rgba(45, 45, 45, 0.08);
    border-radius: 10px;
    scroll-margin-top: 170px;
    outline: 0;
}.ks-dev2-review-form h3 {
    margin: 0 0 18px;
    color: #2D2D2D;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
}.ks-dev2-review-form p {
    margin: 0 0 15px;
}.ks-dev2-review-form label {
    display: block;
    margin-bottom: 7px;
    color: #2D2D2D;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}.ks-dev2-review-form input, .ks-dev2-review-form textarea, .ks-dev2-review-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(45, 45, 45, 0.12);
    border-radius: 8px;
    padding: 10px 12px;
}.ks-dev2-review-form textarea {
    min-height: 120px;
}.ks-dev2-review-form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}.ks-dev2-review-form .comment-form-cookies-consent input {
    width: 18px;
    min-height: 18px;
    flex: 0 0 18px;
    margin: 0;
    padding: 0;
}.ks-dev2-review-form .comment-form-cookies-consent label {
    margin: 0;
    color: #2D2D2D;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}.ks-dev2-review-form .submit, .ks-dev2-review-form #commentform .submit, #commentform .form-submit input#submit {
    width: fit-content;
    min-width: 0;
    min-height: auto;
    padding: 18px 22px !important;
    border: 0;
    border-radius: 30px !important;
    background: #448DCA;
    background-color: #448DCA !important;
    color: #fff !important;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}.ks-dev2-review-form .submit:hover, .ks-dev2-review-form #commentform .submit:hover, #commentform .form-submit input#submit:hover {
    background: #ED337E;
    background-color: #ED337E !important;
}.ks-dev2-related-products .listing-card .ks-wishlist-static,
.ks-dev2-related-products .listing-card .ks-wishlist-toggle,
.ks-dev2-related-products .listing-card .ks-wishlist-fallback,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block,
.ks-dev2-related-products .listing-card .yith-wcwl-add-button,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistaddedbrowse,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistexistsbrowse,
.ks-dev2-related-products .listing-card .yith-add-button {
    position: absolute;
    z-index: 5;
    top: 11px;
    right: 11px;
    margin: 0 !important;
    padding: 0 !important;
}.ks-dev2-related-products .listing-card .ks-wishlist-static,
.ks-dev2-related-products .listing-card .ks-wishlist-toggle,
.ks-dev2-related-products .listing-card .ks-wishlist-fallback,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist a,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block button,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block a,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistaddedbrowse a,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistexistsbrowse a,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist-button,
.ks-dev2-related-products .listing-card .yith-add-button > a,
.ks-dev2-related-products .listing-card .yith-wcwl-add-button a.delete_item,
.ks-dev2-related-products .listing-card a.add_to_wishlist {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0 !important;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    background: #fff;
    color: #111;
    font-size: 0 !important;
    line-height: 1;
    padding: 0 !important;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.1);
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}.ks-dev2-related-products .listing-card .ks-wishlist-static svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #111;
    stroke-width: 2;
}.ks-dev2-related-products .listing-card .ks-wishlist-fallback {
    text-indent: 0;
    text-decoration: none;
}.ks-dev2-related-products .listing-card .ks-wishlist-fallback span {
    display: grid;
    place-items: center;
    color: #111;
    font-size: 22px;
    line-height: 1;
}.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist a::before,
.ks-dev2-related-products .listing-card .ks-wishlist-toggle::before,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block button::before,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block a::before,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistaddedbrowse a::before,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistexistsbrowse a::before,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist-button::before,
.ks-dev2-related-products .listing-card .yith-add-button > a::before,
.ks-dev2-related-products .listing-card .yith-wcwl-add-button a.delete_item::before,
.ks-dev2-related-products .listing-card a.add_to_wishlist::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: 17px;
    height: 16px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    line-height: 1;
    text-indent: 0;
}.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::before,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistaddedbrowse a::before,
.ks-dev2-related-products .listing-card .yith-wcwl-wishlistexistsbrowse a::before,
.ks-dev2-related-products .listing-card .ks-wishlist-toggle.is-added::before,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist.is-added a::before,
.ks-dev2-related-products .listing-card a.is-added::before,
.ks-dev2-related-products .listing-card a.delete_item::before,
.ks-dev2-related-products .listing-card a.remove_from_wishlist::before {
    width: 17px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button span,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl-tooltip,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist .tinvwl-txt,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist img,
.ks-dev2-related-products .listing-card .tinv-wraper.tinv-wishlist i,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist svg,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist img,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist span,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block svg,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block img,
.ks-dev2-related-products .listing-card .yith-add-to-wishlist-button-block span,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist-button svg,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist-button img,
.ks-dev2-related-products .listing-card .yith-wcwl-add-to-wishlist-button span,
.ks-dev2-related-products .listing-card .feedback {
    display: none !important;
}

@media (max-width: 1024px) {
    .ks-dev2-product-detail {
        padding: 52px 36px 44px;
        grid-template-columns: 1fr;
        gap: 36px;
    }.ks-dev2-product-gallery {
        grid-template-columns: 96px minmax(0, 1fr);
    }.ks-dev2-product-main-image {
        min-height: 0;
    }.ks-dev2-product-info {
        padding: 35px 20px 0px;
    }.ks-dev2-product-reviews, .ks-dev2-related-products {
        padding: 0 36px 60px;
    }.ks-dev2-product-reviews {
        padding: 80px 20px 0 20px;
    }.ks-dev2-related-products {
        padding: 60px 0;
    }.ks-dev2-related-viewport {
        width: calc(100% - 40px);
    }.ks-dev2-related-track {
        grid-auto-columns: minmax(170px, 24vw);
    }.ks-dev2-review-overview {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }.ks-dev2-write-review-button {
        justify-self: center;
    }
}

@media (max-width: 760px) {
    .ks-dev2-product-detail {
        padding: 34px 20px 36px;
        gap: 28px;
    }.ks-dev2-product-gallery {
        grid-template-columns: 1fr;
    }.ks-dev2-product-main-image {
        min-height: auto;
        aspect-ratio: 1 / 1.12;
        order: 1;
    }.ks-dev2-product-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        order: 2;
    }.ks-dev2-product-thumbs button {
        width: 100%;
        height: auto;
        aspect-ratio: 106 / 131;
    }.ks-dev2-product-price {
        font-size: 26px;
        line-height: 34px;
    }.ks-dev2-product-cart form.cart {
        align-items: stretch;
    }.ks-dev2-product-cart .quantity:not(.ks-dev2-quantity) input {
        width: 76px;
    }.ks-dev2-product-info-strip {
        margin-bottom: 24px;
    }.ks-dev2-product-info-strip-item {
        display: flex;
        align-items: baseline !important;
        gap: 5px;
    }.ks-dev2-product-info {
        padding: 35px 20px 0px;
    }.ks-dev2-product-reviews, .ks-dev2-related-products {
        padding: 0 20px 52px;
    }.ks-dev2-product-reviews {
        padding: 80px 20px 0 20px;
    }.ks-dev2-related-products {
        padding: 94px 0;
    }.ks-dev2-related-viewport {
        width: calc(100% - 40px);
    }.ks-dev2-review-card {
        display: block;
    }.ks-dev2-review-card time {
        display: block;
        margin-top: 10px;
    }.ks-dev2-review-overview {
        padding: 22px 18px;
    }.ks-dev2-review-score strong {
        font-size: 24px;
        line-height: 1;
    }.ks-dev2-review-toolbar {
        display: block;
    }.ks-dev2-review-toolbar select {
        width: 100%;
    }.ks-dev2-review-form {
        padding: 22px 18px;
    }.ks-dev2-related-track {
        grid-auto-columns: minmax(150px, 58vw);
        gap: 14px;
    }
}

.ks-dev2-product-newsletter {
    width: 100%;
    clear: both;
    margin-top: 58px;
}

.ks-dev2-product-newsletter .newsletter-section {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ks-dev2-product-newsletter {
        margin-top: 38px;
    }
}
