/*
Theme Name: KnitwearSource Child
Theme URI: https://KnitwearSource.com/
Description: Child theme for KnitwearSource.com custom B2B knitwear manufacturer website.
Author: KnitwearSource
Template: blocksy
Version: 0.1.0
Text Domain: knitwearsource-child
*/

:root {
    --ks-ink: #17212f;
    --ks-muted: #637083;
    --ks-line: #d9e0e8;
    --ks-soft: #f5f7f9;
    --ks-warm: #f0e7da;
    --ks-deep: #101820;
    --ks-accent: #8b5e3c;
    --ks-accent-dark: #68442a;
    --ks-green: #667b62;
    --ks-white: #ffffff;
}

body {
    color: var(--ks-ink);
}

.ks-language-switcher {
    position: fixed;
    top: 12px;
    right: 18px;
    left: auto !important;
    z-index: 9999;
    display: grid;
    width: 176px;
    overflow: hidden;
    border: 1px solid var(--ks-line);
    border-radius: 6px;
    background: var(--ks-white);
    box-shadow: 0 14px 40px rgba(23, 33, 47, .12);
}

.ks-language-switcher .gtranslate_wrapper,
.ks-language-switcher .gt_switcher_wrapper,
.ks-language-switcher .gt_switcher {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
}

.gtranslate_wrapper,
.gt_switcher_wrapper {
    left: auto !important;
    right: 18px !important;
}

.ks-language-switcher select,
.ks-language-switcher .gt_selector {
    width: 100%;
    min-height: 36px;
    border: 0;
    background: var(--ks-white);
    color: var(--ks-ink);
    font-size: 14px;
}

.ks-language-switcher__item {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    padding: 9px 13px;
    color: var(--ks-ink);
    font-size: 15px;
    text-decoration: none;
}

.ks-language-switcher__item:hover {
    background: var(--ks-soft);
    color: var(--ks-ink);
}

.ks-language-switcher__flag {
    width: 22px;
    flex: 0 0 22px;
}

.ks-page {
    font-family: inherit;
}

.ks-section {
    padding: 76px 0;
}

.ks-section--soft {
    background: var(--ks-soft);
}

.ks-section--warm {
    background: var(--ks-warm);
}

.ks-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ks-hero {
    min-height: 620px;
    display: flex;
    align-items: center;
    color: var(--ks-white);
    background:
        linear-gradient(90deg, rgba(17, 25, 35, .86), rgba(17, 25, 35, .52), rgba(17, 25, 35, .18)),
        url("/wp-content/themes/knitwearsource-child/assets/images/hero-knitwear-source.png") center / cover;
}

.ks-hero__content {
    max-width: 760px;
    padding: 80px 0;
}

.ks-kicker {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ks-accent);
}

.ks-hero .ks-kicker {
    color: #e7c8a6;
}

.ks-hero h1,
.ks-page h1,
.ks-page h2,
.ks-page h3 {
    color: inherit;
    letter-spacing: 0;
}

.ks-hero h1 {
    max-width: 700px;
    margin: 0 0 22px;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.02;
}

.ks-hero p {
    max-width: 660px;
    margin: 0 0 30px;
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .88);
}

.ks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.ks-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: var(--ks-accent);
    color: var(--ks-white);
    font-weight: 700;
    text-decoration: none;
}

.ks-btn:hover {
    background: var(--ks-accent-dark);
    color: var(--ks-white);
}

.ks-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}

.ks-btn--ghost:hover {
    background: rgba(255, 255, 255, .12);
}

.ks-btn--dark {
    background: var(--ks-ink);
}

.ks-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.ks-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
}

.ks-heading p {
    margin: 0;
    color: var(--ks-muted);
    font-size: 17px;
    line-height: 1.75;
}

.ks-grid {
    display: grid;
    gap: 22px;
}

.ks-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ks-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ks-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ks-card {
    background: var(--ks-white);
    border: 1px solid var(--ks-line);
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(23, 33, 47, .04);
}

.ks-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.25;
}

.ks-card p,
.ks-card li {
    color: var(--ks-muted);
    line-height: 1.7;
}

.ks-card ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.ks-stat {
    padding: 26px;
    border-left: 3px solid var(--ks-accent);
    background: var(--ks-white);
    box-shadow: 0 10px 30px rgba(23, 33, 47, .04);
}

.ks-stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 1;
}

.ks-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 46px;
    align-items: center;
}

.ks-media {
    overflow: hidden;
    border-radius: 8px;
    background: var(--ks-line);
}

.ks-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.ks-media--wide img {
    min-height: 360px;
}

.ks-home-hero {
    min-height: 660px;
    display: flex;
    align-items: flex-end;
    color: var(--ks-white);
    background:
        linear-gradient(180deg, rgba(16, 24, 32, .18), rgba(16, 24, 32, .72)),
        url("/wp-content/themes/knitwearsource-child/assets/images/hero-knitwear-source.png") center / cover;
}

.ks-home-hero .ks-hero__content {
    max-width: 820px;
    padding: 120px 0 88px;
}

.ks-home-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(44px, 6.5vw, 82px);
    line-height: 1.02;
}

.ks-home-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.75;
}

.ks-solution-card {
    min-height: 100%;
    padding: 34px;
    background: #fbfbfa;
}

.ks-solution-card img,
.ks-collection-tile img,
.ks-why-card img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.ks-solution-card img {
    aspect-ratio: 4 / 5;
    margin-bottom: 28px;
}

.ks-solution-card h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.35;
}

.ks-solution-card p {
    margin: 0;
    color: var(--ks-muted);
    line-height: 1.75;
}

.ks-logo-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
    color: #1f2933;
}

.ks-logo-strip span {
    display: grid;
    place-items: center;
    min-height: 54px;
    border-top: 1px solid var(--ks-line);
    border-bottom: 1px solid var(--ks-line);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ks-collection-tile {
    position: relative;
    overflow: hidden;
    background: var(--ks-line);
}

.ks-collection-tile img {
    aspect-ratio: 4 / 5;
    min-height: 520px;
}

.ks-collection-tile a {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 38px;
    display: grid;
    place-items: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, .82);
    color: var(--ks-white);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(16, 24, 32, .15);
}

.ks-number-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    text-align: center;
}

.ks-number strong {
    display: block;
    color: #4a4f55;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
}

.ks-number span {
    display: block;
    margin-top: 8px;
    color: var(--ks-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ks-factory-band {
    position: relative;
    overflow: hidden;
}

.ks-factory-band img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.ks-factory-band strong {
    position: absolute;
    left: 50%;
    bottom: 16%;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(44px, 8vw, 110px);
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.ks-why-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.ks-why-card {
    background: #fbfbfa;
}

.ks-why-card img {
    aspect-ratio: 4 / 3;
}

.ks-why-card div {
    padding: 28px;
}

.ks-why-card h3 {
    margin: 0 0 14px;
    font-size: 17px;
    text-transform: uppercase;
}

.ks-why-card p {
    margin: 0;
    color: var(--ks-muted);
    line-height: 1.75;
}

.ks-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ks-testimonial {
    min-height: 220px;
    padding: 28px;
    background: var(--ks-white);
    border: 1px solid var(--ks-line);
}

.ks-testimonial p {
    color: var(--ks-muted);
    line-height: 1.75;
}

.ks-testimonial b {
    display: block;
    margin-top: 18px;
}

.header-menu-1 .sub-menu {
    min-width: 230px;
}

.header-menu-1 .menu-item.ks-mega-menu {
    position: static;
}

.header-menu-1 .menu-item.ks-mega-menu > .sub-menu {
    left: 50% !important;
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 34px;
    width: min(1180px, calc(100vw - 56px));
    padding: 38px 46px;
    border-top: 2px solid var(--ks-ink);
    background: var(--ks-white);
    box-shadow: 0 18px 40px rgba(23, 33, 47, .12);
    transform: translateX(-50%);
}

.header-menu-1 .menu-item.ks-mega-menu > .sub-menu > li > a,
.header-menu-1 .menu-item.ks-mega-menu > .sub-menu > li > span {
    margin-bottom: 12px;
    color: var(--ks-ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-menu-1 .menu-item.ks-mega-menu > .sub-menu .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-menu-1 .menu-item.ks-mega-menu > .sub-menu .sub-menu a {
    padding: 7px 0;
    color: var(--ks-ink);
    font-size: 15px;
}

.ks-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--ks-line);
    background: var(--ks-white);
}

.ks-fact {
    padding: 22px;
    border-right: 1px solid var(--ks-line);
    border-bottom: 1px solid var(--ks-line);
}

.ks-fact:nth-child(4n) {
    border-right: 0;
}

.ks-fact b {
    display: block;
    margin-bottom: 6px;
    color: var(--ks-accent);
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ks-fact span {
    display: block;
    color: var(--ks-ink);
    font-weight: 700;
}

.ks-solution {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
}

.ks-solution__mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--ks-warm);
    color: var(--ks-accent);
    font-weight: 800;
}

.ks-feature-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
}

.ks-feature-list li {
    list-style: none;
    padding: 14px 16px;
    border-left: 3px solid var(--ks-accent);
    background: rgba(255, 255, 255, .68);
}

.ks-process-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--ks-line);
    background: var(--ks-white);
}

.ks-process-rail .ks-step {
    min-height: 178px;
    padding: 26px 20px 22px 62px;
    border-right: 1px solid var(--ks-line);
}

.ks-process-rail .ks-step:last-child {
    border-right: 0;
}

.ks-page-hero {
    padding: 92px 0;
    color: var(--ks-white);
    background:
        linear-gradient(90deg, rgba(16, 24, 32, .88), rgba(16, 24, 32, .48)),
        var(--ks-page-image, url("/wp-content/themes/knitwearsource-child/assets/images/hero-knitwear-source.png")) center / cover;
}

.ks-page-hero .ks-heading {
    margin-bottom: 0;
}

.ks-page-hero .ks-heading p {
    color: rgba(255, 255, 255, .84);
}

.ks-page-hero .ks-kicker {
    color: #e7c8a6;
}

.ks-image-band {
    padding: 0;
}

.ks-image-band img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.ks-steps {
    counter-reset: ks-step;
}

.ks-step {
    position: relative;
    padding-left: 54px;
}

.ks-step::before {
    counter-increment: ks-step;
    content: counter(ks-step);
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ks-accent);
    color: var(--ks-white);
    font-weight: 700;
}

.ks-cta {
    color: var(--ks-white);
    background: var(--ks-ink);
}

.ks-cta .ks-heading p {
    color: rgba(255, 255, 255, .76);
}

.ks-faq details {
    border-top: 1px solid var(--ks-line);
    padding: 18px 0;
}

.ks-faq summary {
    cursor: pointer;
    font-weight: 700;
}

.ks-faq p {
    margin-bottom: 0;
    color: var(--ks-muted);
}

.ks-rfq-form {
    max-width: 860px;
    padding: 30px;
    border: 1px solid var(--ks-line);
    border-radius: 8px;
    background: var(--ks-white);
}

.ks-rfq-form h2 {
    margin: 0 0 22px;
}

.ks-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ks-rfq-form label {
    display: grid;
    gap: 7px;
    margin-bottom: 16px;
    color: var(--ks-ink);
    font-weight: 700;
}

.ks-rfq-form input,
.ks-rfq-form select,
.ks-rfq-form textarea {
    width: 100%;
    border: 1px solid var(--ks-line);
    border-radius: 4px;
    background: var(--ks-white);
    color: var(--ks-ink);
    font: inherit;
}

.ks-rfq-form textarea {
    resize: vertical;
}

.ks-form-success {
    padding: 12px 14px;
    border-left: 3px solid var(--ks-green);
    background: #eef4ed;
    color: var(--ks-ink);
}

.ks-quote-modal[hidden] {
    display: none;
}

.ks-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.ks-quote-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 32, .62);
}

.ks-quote-modal__dialog {
    position: relative;
    width: min(100%, 760px);
    max-height: min(92vh, 880px);
    overflow: auto;
    border-radius: 12px;
    background: var(--ks-white);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.ks-quote-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--ks-ink);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.ks-quote-modal__body .ks-rfq-section {
    padding: 0;
    background: transparent;
}

.ks-quote-modal__body .ks-wrap {
    width: 100%;
}

.ks-quote-modal__body .ks-rfq-form {
    max-width: none;
    margin: 0;
    padding: 36px 54px 44px;
    border: 0;
    box-shadow: none;
}

.ks-quote-modal__body .ks-rfq-form h2 {
    padding-right: 36px;
    font-size: 30px;
}

.ks-quote-modal-open {
    overflow: hidden;
}

.ks-quote-trigger {
    cursor: pointer;
}

.ks-share {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    width: min(1180px, calc(100% - 40px));
    margin: 34px auto 72px;
    padding-top: 22px;
    border-top: 1px solid var(--ks-line);
    color: var(--ks-ink);
}

.ks-share__link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--ks-ink);
    font-weight: 700;
    text-decoration: none;
}

.ks-share__link span {
    color: var(--ks-accent);
    font-weight: 900;
}

.ks-share__link:hover {
    color: var(--ks-accent);
}

.ks-site-footer {
    background: #1f2328;
    color: #f8f5ef;
    font-size: 15px;
}

.ks-site-footer a {
    color: inherit;
    text-decoration: none;
}

.ks-site-footer a:hover {
    text-decoration: underline;
}

.ks-footer-service {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #30343a;
}

.ks-footer-service__item {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 38px 24px;
    background: #262a2f;
    text-align: center;
}

.ks-footer-service__item span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #f2d7a4;
    font-weight: 800;
}

.ks-footer-service__item strong,
.ks-footer-main h2,
.ks-footer-newsletter h2 {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ks-footer-service__item p,
.ks-footer-brand p,
.ks-footer-newsletter p,
.ks-footer-metric span {
    margin: 0;
    color: rgba(248, 245, 239, .78);
    line-height: 1.65;
}

.ks-footer-service__item a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.ks-footer-main {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, minmax(150px, .75fr)) 1.45fr;
    gap: 44px;
    width: min(100% - 72px, 1380px);
    margin: 0 auto;
    padding: 72px 0 58px;
}

.ks-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
}

.ks-footer-location {
    margin-top: 16px !important;
}

.ks-footer-nav {
    display: grid;
    align-content: start;
    gap: 13px;
}

.ks-footer-nav h2,
.ks-footer-newsletter h2 {
    margin: 0 0 8px;
}

.ks-footer-nav a {
    color: rgba(248, 245, 239, .88);
}

.ks-footer-newsletter {
    display: grid;
    align-content: start;
    gap: 16px;
}

.ks-footer-newsletter form {
    display: flex;
    min-height: 48px;
}

.ks-footer-newsletter input {
    min-width: 0;
    flex: 1 1 auto;
    border: 1px solid rgba(255, 255, 255, .6);
    border-right: 0;
    background: transparent;
    color: #ffffff;
    padding: 0 15px;
}

.ks-footer-newsletter input::placeholder {
    color: rgba(248, 245, 239, .68);
}

.ks-footer-newsletter button {
    border: 1px solid rgba(255, 255, 255, .6);
    background: transparent;
    color: #ffffff;
    padding: 0 22px;
    font-weight: 700;
    cursor: pointer;
}

.ks-footer-metric {
    display: grid;
    gap: 5px;
    padding-top: 24px;
}

.ks-footer-metric strong {
    color: #f2d7a4;
    font-size: 24px;
    font-weight: 400;
}

.ks-footer-legal {
    display: grid;
    gap: 14px;
    width: min(100% - 72px, 1380px);
    margin: 0 auto;
    padding: 28px 0 42px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: rgba(248, 245, 239, .86);
    font-size: 12px;
    text-transform: uppercase;
}

.ks-footer-country {
    color: #ffffff;
    font-size: 15px;
    text-transform: none;
}

.ks-footer-legal__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.ks-footer-legal__links a {
    font-weight: 700;
}

.ks-footer-legal p {
    margin: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce .single_add_to_cart_button,
.woocommerce .quantity {
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce div.product {
    color: var(--ks-ink);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--ks-ink);
    font-weight: 800;
}

@media (max-width: 920px) {
    .ks-grid--3,
    .ks-grid--2,
    .ks-grid--4,
    .ks-facts,
    .ks-process-rail,
    .ks-form-grid,
    .ks-split {
        grid-template-columns: 1fr;
    }

    .ks-fact,
    .ks-fact:nth-child(4n),
    .ks-process-rail .ks-step {
        border-right: 0;
    }

    .ks-hero {
        min-height: 560px;
    }
}

@media (max-width: 560px) {
    .ks-wrap {
        width: min(100% - 28px, 1180px);
    }

    .ks-section {
        padding: 56px 0;
    }

    .ks-hero h1 {
        font-size: 40px;
    }

    .ks-hero p {
        font-size: 17px;
    }

    .ks-btn {
        width: 100%;
    }

    .ks-language-switcher {
        position: fixed;
        top: 8px;
        right: 10px;
        left: auto !important;
        width: 166px;
        margin: 0;
        box-shadow: none;
    }

    .ks-share {
        width: min(100% - 28px, 1180px);
        gap: 12px;
        margin-bottom: 52px;
    }

    .ks-quote-modal {
        padding: 12px;
    }

    .ks-quote-modal__body .ks-rfq-form {
        padding: 28px 18px 30px;
    }

    .ks-quote-modal__body .ks-rfq-form h2 {
        font-size: 24px;
    }

    .ks-footer-service,
    .ks-footer-main {
        grid-template-columns: 1fr;
    }

    .ks-footer-main,
    .ks-footer-legal {
        width: min(100% - 28px, 1180px);
    }

    .ks-footer-newsletter form {
        display: grid;
        gap: 10px;
    }

    .ks-footer-newsletter input,
    .ks-footer-newsletter button {
        width: 100%;
        min-height: 48px;
        border: 1px solid rgba(255, 255, 255, .6);
    }
}
