/** Shopify CDN: Minification failed

Line 387:19 Expected ":"

**/
.footer {
    position: relative;
    z-index: 10;
    font-family: var(--font-footer-menu-family);
    font-weight: var(--font-footer-menu-weight);
    font-style: var(--font-footer-menu-style)
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

[data-scheme=light] .footer-dark-box {
    display: none
}

[data-scheme=dark] .footer-light-box {
    display: none
}

.footer--border {
    border-bottom: 1px solid rgb(var(--color-border))
}

.footer__content-top {
    padding-bottom: 40px;
    padding-top: 40px;
    display: block
}

@media (min-width:990px) {
    .footer__content-top {
        padding-bottom: 5rem
    }
}

@media (min-width:990px) {
    .padding-left-none {
        padding-right: 0 !important
    }
}

.footer__blocks-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 75px 3rem
}

@media screen and (max-width:1430px) {
    .footer__blocks-wrapper {
        gap: 4rem !important
    }
}

@media screen and (max-width:989px) {
    .footer__blocks-wrapper {
        gap: 0 !important
    }
}

.footer-block--menu {
    display: flex;
    gap: 40px;
    justify-content: center
}

.footer__text {
    font-size: 1.2rem
}

.footer__copyright {
    font-family: 'Supreme', arial, sans-serif;
    font-size: var(--font-footer-bottom-link-size);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    color: var(--kally-core-3)
}

.focus-inset {
    height: 100%;
    overflow: auto
}

.focus-inset img {
    height: 100%
}

.footer__bottom-menu .link {
    font-size: var(--font-footer-bottom-link-size)
}

.footer__logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative
}

.footer-block--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 0
}

@media (max-width:750px) {
    .footer__logo-box {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .footer-block--logo a {
        line-height: 0
    }
    /* .footer-block--logo {
        max-width: 81px !important
    } */
}

.footer .button-footer-subscribe {
    position: relative !important;
    right: 0 !important;
    height: 60px !important;
    font-family: 'Supreme', sans-serif;
    font-size: var(--font-footer-bottom-link-size);
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.2999999523162842px;
    text-align: center
}

.footer .field .field__input+label {
    font-family: 'Supreme', sans-serif !important
}

@media screen and (max-width:989.98px) {
    .footer .button-footer-subscribe {
        width: auto !important
    }
}

@media screen and (max-width:749px) {
    .footer .button-footer-subscribe {
        width: 100% !important
    }
    .newsletter-form__inner {
        flex-wrap: wrap
    }
}

.footer__logo-placeholder {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10rem;
    border: 1px solid rgba(var(--color-foreground), .1);
    overflow: hidden
}

.footer__logo-placeholder svg {
    scale: 1.5;
    width: 100%;
    height: 100%
}

@media screen and (min-width:990px) {
    .footer__content-top {
        position: relative;
        padding-top: 100px;
        padding-bottom: 80px
    }
    .footer__blocks-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 75px 3rem
    }
}

@media screen and (min-width:990px) {
    .footer__copyright {
        max-width: 100%;
        display: flex;
        justify-content: flex-end
    }
}

.mission {
    display: flex !important;
    max-width: 23.4rem;
    justify-content: space-between;
    gap: 5rem
}

@media screen and (max-width:989.98px) {
    .mission {
        flex-direction: column;
        max-width: 100%
    }
}

@media screen and (min-width:320px) {
    .mission {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1200px) {
    .mission {
        margin-top: 0;
        margin-bottom: 0
    }
}

.width-wide {
    width: 100%
}

.img-left {
    flex-direction: column-reverse
}

@media screen and (min-width:990px) {
    .img-left {
        flex-direction: row-reverse
    }
}

@media screen and (min-width:1200px) {
    .mission__box {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%
    }
}

.footer__logo-link {
    width: 100%
}

.footer__logo-link img {
    object-fit: cover;
    aspect-ratio: auto;
    width: 100%
}

.image-text__image-ibg {
    overflow: hidden;
    position: relative;
    background-color: #e0e0e0;
    min-height: 100%
}

.image-text__image-ibg img {
    margin-bottom: -.6rem
}

@media screen and (min-width:990px) {
    .image-text__image-ibg {
        max-width: 50.9rem
    }
}

@media screen and (min-width:990px) {
    [class*=-ibg] img {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0
    }
    .image-text__image-ibg {
        width: 100%;
        height: 100%;
        min-height: 30rem
    }
}

@media screen and (min-width:990px) and (min-width:990px) {
    .image-text__image-ibg {
        max-width: 50rem
    }
}

@media screen and (min-width:990px) {
    .image-text__image-ibg svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }
}

@media screen and (min-width:1920px) {
    .footer-block:last-child.mission .image-text__image-ibg {
        margin-right: -6.4rem
    }
    .footer-block:first-child.mission .image-text__image-ibg {
        margin-left: -6.4rem
    }
    .img-left .image-text__image-ibg {
        margin-right: 0 !important
    }
}

.footer__logo {
    display: block;
    max-width: 100%;
    height: auto
}

.footer__logo-link span {
    text-transform: var(--font-header-menu-text-transform)
}

.footer__content-middle {
    position: relative;
  padding-left: 26px;
}

.footer__content-middle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    height: .1rem;
    background-color: rgb(var(--color-border))
}

@media screen and (min-width:990px) {
    .footer__content-middle::before {
        width: 100%;
        max-width: 100%
    }
}

.footer__content-middle-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem
}

.footer__content-middle-main {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5rem;
    justify-content: space-between;
    font-family: 'Supreme', arial, sans-serif;
    font-size: var(--font-footer-bottom-link-size);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left
}

@media screen and (max-width:749px) {
    .footer__content-middle-main {
        flex-direction: column;
        gap: 20px;
        text-alignL center
    }
}

.footer__bottom-menu .list-menu__item {
    padding: 0;
    font-family: 'Supreme', arial, sans-serif;
    font-size: var(--font-footer-bottom-link-size);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left
}

.list-menu__item--active span {
    text-decoration-color: rgb(var(--color-foreground))
}

@media screen and (min-width:1200px) {
    .right {
        display: flex;
        min-width: 100%;
        justify-content: flex-end
    }
    .right .footer__list-social {
        justify-content: flex-end
    }
}

.footer__bottom-menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 1.8rem;
    margin-top: 0
}

.footer__column--localization {
    flex: none;
    gap: 4rem;
    display: flex;
    align-items: center
}

@media screen and (max-width:480px) {
    .footer__column--localization {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem
    }
}

.footer .field .field__input[required]+label:after {
    display: none !important
}

.footer .newsletter__form .field__input {
    border-color: rgb(var(--color-background-input))
}

.footer .field .field__input+label {
    text-transform: uppercase !important
}

.footer.color-inverse .localization-selector+.disclosure__list {
    box-shadow: 0 -1rem 6rem rgba(var(--color-foreground), .1)
}

.footer.color-inverse .disclosure__button {
    color: #fff
}

.footer.color-inverse .disclosure__link,
.footer.color-inverse .field__input {
    color: #fff
}

.footer.color-inverse .field__input::placeholder {
    color: #fff
}

.disclosure__list .link {
    padding: .6rem 2rem !important;
    font-size: 1.4rem !important
}

.subtitle-footer {
    letter-spacing: .1em;
    line-height: calc(var(--font-heading-line-height) + 0.47);
    font-size: calc(var(--font-footer-link-size) - 1px);
    font-family: var(--font-footer-menu-family);
    font-weight: var(--font-footer-menu-weight);
    font-style: var(--font-footer-menu-style)
}

[data-scheme=dark] .footer.color-background-1 .disclosure__link,
[data-scheme=dark] .footer.color-background-2 .disclosure__link,
[data-scheme=dark] .footer.color-background-3 .disclosure__link,
[data-scheme=dark] .footer.color-background-4 .disclosure__link,
[data-scheme=dark] .footer.color-background-5 .disclosure__link {
    color: rgb(var(--color-foreground-title))
}

[data-scheme=dark] .footer.color-background-1 .field__input,
[data-scheme=dark] .footer.color-background-2 .field__input,
[data-scheme=dark] .footer.color-background-3 .field__input,
[data-scheme=dark] .footer.color-background-4 .field__input,
[data-scheme=dark] .footer.color-background-5 .field__input {
    border: .1rem solid rgb(var(--color-border-input))
}

[data-scheme=dark] .footer.color-inverse .field__input {
    border: .1rem solid #434343
}

[data-scheme=dark] .footer.color-inverse .field__label,
[data-scheme=dark] .footer.color-inverse .disclosure__list {
    color: rgba(var(--color-placeholder-input), var(--alpha-placeholder-input))
}

[data-scheme=light] .footer.color-background-3 .disclosure__link,
[data-scheme=light] .footer.color-background-3 .field__input,
[data-scheme=light] .footer.color-background-4 .disclosure__link,
[data-scheme=light] .footer.color-background-4 .field__input,
[data-scheme=light] .footer.color-background-5 .disclosure__link,
[data-scheme=light] .footer.color-background-5 .field__input {
    background-color: #fff;
    color: #000
}

[data-scheme=light] .footer.color-background-3 .field__input::placeholder,
[data-scheme=light] .footer.color-background-4 .field__input::placeholder,
[data-scheme=light] .footer.color-background-5 .field__input::placeholder {
    color: #fff
}

.localization-form__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight)
}

@media screen and (min-width:990px) {
    .footer__column--localization+.footer__column--localization {
        margin-left: 3rem
    }
    .footer__column--localization:last-child {
        margin-right: 0
    }
    .footer__content-middle-main {
        gap: 3rem
    }
    /* .footer__content-middle-container {
        padding-top: 4.2rem;
        padding-bottom: 4.2rem
    } */
}

@media screen and (min-width:1200px) {
    .footer__column--localization:last-child {
        margin-left: auto
    }
}

@media screen and (min-width:1360px) {
    .footer__column--localization+.footer__column--localization {
        margin-left: 11.5rem
    }
    .footer__content-middle-main {
        gap: 3rem 7.2rem
    }
}

.accordion:empty+.footer-block {
    margin-top: 0
}

.footer .accordion {
    margin-top: 0;
    border-bottom: 0
}

.footer .accordion .footer-block__heading {
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-bottom: 0
}

.footer .accordion:last-child {
    border-bottom: .1rem solid rgba(var(--color-foreground), .2) !important
}

@media screen and (min-width:1200px) {
    .footer .footer-block:first-child.newsletter__form {
        padding-left: 0
    }
}

@media screen and (min-width:1200px) {
    .footer .footer-block:last-child.newsletter__form {
        padding-right: 0
    }
}

.footer .footer-link-hover span {
    letter-spacing: 0
}

.footer .newsletter__subtitle {
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
    line-height: calc(var(--font-body-line-height) + 10%);
    letter-spacing: normal
}

.footer .newsletter__form {
    width: 100%
}

@media screen and (min-width:990px) {
    .footer .newsletter__form {
        margin-top: 0
    }
}

.footer .newsletter__form {
    max-width: 580px
}

.footer .newsletter__form .rte {
    color: rgba(var(--color-foreground), .55)
}

.footer .newsletter__form .rte a {
    color: rgb(var(--color-link), 1);
    transition: color var(--duration-default)
}

.footer .newsletter__form .rte a:hover {
    color: rgba(var(--color-foreground), .8)
}

.footer .newsletter__form .field {
    min-height: 5.7rem;
    background-color: rgba(var(--color-background-input))
}

.footer .newsletter__form .field:hover {
    border-color: rgb(var(--color-border-input-hover))
}

.footer .newsletter__form .field:focus {
    border-color: rgb(var(--color-border-input-hover)) !important
}

.footer .newsletter__form .field input {
    border-radius: 4px !important;
    border-color: rgba(var(--color-foreground), .16)
}

.footer .newsletter__form .newsletter__title {
    margin-bottom: 2.4rem;
    line-height: 1.5 !important
}

@media screen and (max-width:750px) {
    .footer .newsletter__form .newsletter__title,
    .footer .newsletter__form .newsletter__title em {
        font-size: 24px;
        font-weight: 300;
        line-height: 2 !important;
        letter-spacing: 2px;
        text-transform: uppercase
    }
    .footer .newsletter__form .newsletter__title {
        margin-bottom: 10px !important
    }
}

.footer .newsletter__form .newsletter__text {
    margin: 2rem 0;
    max-width: 40.8rem
}

.footer .newsletter__form .newsletter__text p {
    font-size: 1.3rem;
    line-height: calc(var(--font-body-line-height) - 2%) !important
}

.footer .newsletter__form .newsletter-form__inner {
    gap: .8rem
}

.footer .newsletter__form .newsletter-form__field-wrapper {
    position: relative;
    transition: all 0.3s ease 0s
}

.footer .newsletter__form .newsletter__button {
    position: absolute;
    right: .8rem;
    min-width: 11.2rem;
    min-height: 6rem;
    height: 5rem;
    width: auto
}

.footer .footer-block--logo+.accordion {
    margin-top: 2.4rem
}

@media screen and (min-width:990px) {
    .footer .footer-block--logo+.accordion {
        margin-top: 0
    }
}

.mission__text {
    margin-top: 1.6rem;
    font-size: var(--font-footer-link-size)
}

.mission__text a {
    text-decoration: none;
    color: rgba(var(--color-foreground));
    position: relative;
    box-sizing: border-box;
    transition: all var(--duration-default);
    max-height: 100%;
    line-height: 2.5rem;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 1;
    width: fit-content;
    padding: .4rem 0
}

.mission__text a::after {
    content: "";
    position: absolute;
    color: inherit;
    background-color: rgba(var(--color-foreground));
    z-index: -11;
    height: .1rem;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: width var(--duration-default)
}

.mission__text a:hover::after {
    width: 0
}

.mission__text p {
    line-height: calc(var(--font-body-line-height) + 17%)
}

@media screen and (min-width:990px) {
    .footer-block {
        display: block;
        margin-top: 0
    }
}

.footer-block:empty {
    display: none
}

.footer-block__heading {
    margin-top: 0;
    margin-bottom: 1.4rem
}

.footer__list-social:empty {
    display: none
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
    display: none
}

.footer__list-social .list-social__item {
    display: flex;
    align-items: center;
    justify-content: center
}

.list-social__item a svg {
    height: 2.506rem !important;
    width: 2.506rem !important
}

@media screen and (min-width:990px) {
    .footer__content-middle-container {
        flex-direction: row
    }
}

.footer__localization {
    display: flex;
    gap: 2rem
}

.localization-form {
    display: block
}

.localization-form {
    width: 100%
}

.footer__localization:empty {
    display: none
}

.localization-form {
    display: flex;
    flex-direction: column;
    flex: auto 1 0;
    margin: 0 auto
}

.localization-form:only-child {
    display: inline-flex;
    flex-wrap: wrap;
    flex: initial
}

.footer__localization h2,
.footer__payment h2 {
    margin: 0 0 1.5rem 0;
    color: rgba(var(--color-foreground))
}

.footer__column--info {
    display: flex;
    max-width: 100%;
    gap: 4rem;
    line-height: calc(var(--font-body-line-height) + 10%)
}

@media screen and (max-width:749px) {
    .footer__column--info {
        text-align: center
    }
}

@media screen and (max-width:426px) {
    .footer__column--info {
        flex-direction: column;
        gap: 1.3rem
    }
}

.footer__column--phone {
    text-decoration: none !important;
    color: rgba(var(--color-foreground), .6);
    position: relative
}

.footer__column--phone::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: .1rem;
    background-color: rgba(var(--color-foreground), .6);
    transition: width var(--duration-default)
}

.footer__column--phone:hover::after {
    width: 100%
}

.footer__column--email {
    text-decoration: none !important;
    color: var(--kally-core-3);
    position: relative;
    text-transform: none
}

.footer__column--email::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: .1rem;
    background-color: var(--kally-core-3);
    transition: width var(--duration-default)
}

.footer__column--email:hover::after {
    width: 100%
}

.min-w {
    justify-content: flex-START
}

@media screen and (min-width:990px) {
    .min-w {
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (max-width:600px) {
    .min-w {
        min-width: 100%
    }
}

.localization-form .button {
    padding: 1rem
}

.localization-form__currency {
    display: inline-block
}

@media screen and (max-width:989px) {
    .localization-form .button {
        word-break: break-all
    }
}

.localization-form__select {
    position: relative;
    box-shadow: 0 0 0 .1rem #fff0;
    padding-left: 1rem;
    text-align: left
}

noscript .localization-form__select {
    padding-left: 0rem
}

@media screen and (min-width:990px) {
    noscript .localization-form__select {
        min-width: 20rem
    }
}

.localization-form__select .icon-caret {
    margin-left: auto;
    height: 2rem
}

.localization-selector.link {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
    padding: 2rem 3rem;
    height: auto;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.localization-selector.link .value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem
}

.localization-selector {
    padding: 0 !important;
    outline: none !important
}

.localization-selector span svg {
    transition: all 0.3s ease 0s
}

.localization-selector[aria-expanded=true] span svg {
    transform: scaleY(-1)
}

.localization-selector.link .label {
    color: rgba(var(--color-foreground-title), .6)
}

noscript .localization-selector.link {
    padding-top: 1.5rem;
    padding-left: 1.5rem
}

.localization-selector option {
    color: #000
}

.disclosure__list {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.localization-selector+.disclosure__list {
    position: absolute;
    bottom: 100%;
    max-width: 23.2rem;
    min-width: 100%;
    width: max-content;
    min-height: 8.2rem;
    max-height: 29.2rem;
    background-color: rgb(var(--color-background-input));
    border: none;
    box-shadow: 0 40px 60px rgba(var(--color-foreground), .05);
    transform: translateY(-1rem);
    animation: animateLocalization var(--duration-default) ease;
    opacity: 1;
    z-index: 2;
    overflow-y: auto
}

.localization-form__select:focus {
    box-shadow: 0 0 0 .1rem #fff0
}

@media screen and (min-width:990px) {
    footer .accordion {
        display: none
    }
}

@keyframes appear-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

footer details[open] summary~* {
    animation: appear-down var(--duration-default) ease
}

.footer-block--menu .subtitle-footer,
.footer__content-top .accordion summary, .footer__content-top .accordion summary .subtitle {
  font-family: 'Supreme', arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--kally-core-3)

}

.footer-block__details-content {
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
  flex-direction: column;
    gap: 14px 40px;
    justify-content: center
}

@media screen and (max-width:749px) {
    .footer-block--menu {
        margin-top: 20px
    }
    .footer-block__details-content {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 0
    }
    .footer-block__details-content .list-menu__item--link {
        justify-content: flex-start;
        padding-top: 4px;
        padding-bottom: 4px
    }
}

.footer-block__details-content li:first-child .link {
    padding-top: 3rem
}

@media screen and (min-width:990px) {
    .footer-block__details-content {
        margin-bottom: 0
    }
    .footer-block__details-content li:first-child .link {
        padding-top: 0
    }
    .footer-block__details-content li:last-child .link {
        padding-bottom: 0
    }
    .footer-block__details-content>p,
    .footer-block__details-content>li {
        padding: 0
    }
    .accordion:first-child+.footer-block:last-child li,
    .footer-block:only-child li {
        display: inline
    }
}

.footer-block__details-content .list-menu__item--link {
    color: var(--kally-core-3);
    font-family: 'Supreme', arial, sans-serif;
    font-size: var(--font-footer-bottom-link-size);
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .01em;
    text-align: left
}

.footer-link-hover {
    line-height: calc(var(--font-body-line-height) + 10%);
    font-size: var(--font-footer-link-size)
}

@media screen and (max-width:750px) {
    .footer-title--section {
        font-size: 3rem
    }
}

@media screen and (min-width:990px) {
    .footer-link-hover {
        display: inline-block;
        position: relative
    }
    .footer-link-hover:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        display: block;
        margin-top: 5px;
        height: 1px;
        width: 0;
        background: #fff0;
        transition: width 0.3s ease, background-color 0.3s ease
    }
    .footer-link-hover:hover:after {
        width: 100%;
        background: var(--kally-core-3)
    }
    .footer-block__details-content .list-menu__item--link,
    .copyright__content a,
    .footer__bottom-menu .list-menu__item {
        position: relative;
        display: inline-flex
    }
    .footer__column--menu,
    .footer__column--payment,
    .footer__column--copyright {
        width: auto
    }
    .footer-block__details-content .list-menu__item--link {
        padding-top: 0rem;
        padding-bottom: .2rem
    }
    .footer-block__details-content .list-menu__item--link:hover,
    .footer__bottom-menu .list-menu__item:hover,
    .copyright__content a:hover {
        color: var(--kally-core-3)
    }
    .footer-block__details-content .list-menu__item--active:hover {
        text-decoration: none
    }
}

.list-social {
    grid-template-columns: repeat(auto-fit, 3.6rem) !important
}

.min-padding {
    padding: 1rem !important
}

.footer__column--social {
    margin-top: 2rem;
    margin-left: -.6rem
}

.footer__list-social {
    display: flex;
    flex-wrap: wrap
}

.footer__list-social svg.icon.icon-tiktok {
    left: 6px;
    top: 3px;
    position: relative
}

@media screen and (min-width:990px) {
    .footer__column--social {
        display: flex
    }
}

.footer-block__details-content .list-menu__item--active {
    transition: text-decoration-thickness var(--duration-short) ease;
    color: rgba(var(--color-foreground-title), 1)
}

@media screen and (min-width:990px) {
    .footer-block__details-content .list-menu__item--link {
        display: inline-flex
    }
    .footer-block__details-content>:first-child .list-menu__item--link {
        padding-top: 0;
        margin-top: 0
    }
}

.footer-block__details-content .placeholder-svg {
    max-width: 20rem
}

.copyright__content {
    letter-spacing: 0
}

.copyright__content a {
    line-height: 1.5;
    color: var(--kally-core-3);
    text-decoration: none
}

.copyright__content a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: .1rem;
    background-color: var(--kally-core-3);
    transition: width var(--duration-default)
}

.copyright__content a:hover::after {
    width: 100%
}

@keyframes animateLocalization {
    0% {
        opacity: 0;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(-1rem)
    }
}

.policies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem;
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid rgba(var(--color-border))
}

.footer {
    /* content-visibility: auto; */
  overflow: hidden;
}

.footer__blocks-wrapper {
    display: flex;
    column-gap: 40px;
}
.footer__blocks-wrapper > div {
  flex-grow: 0;
}
.footer__blocks-wrapper > .newsletter__form-cont {
  flex: 1 1 auto;
}
.footer__blocks-container {
  width: 100%;
  padding-left: 26px;
}
.footer-link_list {
  min-width: 200px;
}
.footer {
  display: flex;
  
}
.footer__logo-box {
  flex: 0 0 auto;
  width: 230px;
  padding:0;
  border: none;
}
.footer-block--logo {
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__logo-box img {
  height: 105%;
  width: auto;
  left: -30px;
    position: relative;
    top: -14px;
}
.footer__logo-link {
  width: auto;
  overflow: visible
}
.footer-right {
  width: 100%
}
/* .footer__logo-box {
  position: absolute; 
  left:-30px;
  top:-13px;
  padding:0;
      height: 105%;
    width: auto;
} */
.footer-block--logo {
  max-width: 100%;
}
.mobile-footer-logo {
  display: none;
}
.footer .subtitle {
  color: var(--kally-core-3)
}
.footer-right {
  padding-left: 25px;
}
@media (max-width: 1500px) {
  .footer__content-middle, .footer__blocks-container {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .footer-link_list {
    min-width: 125px;
  }
  .footer__logo-box {
    width: 130px
  }
  .footer__logo-box img {
    left: -110px;
  }
}
@media (max-width: 1024px) {
      .footer-block__details-content>:first-child .list-menu__item--link {
        margin-top: 0;
        
    }
  .list-menu__item--link {
        padding-top: 0;
    padding-bottom:0;
  }
  .footer-block--menu {
    display: block;
  }
  .footer-right {
    padding-left: 0;
  }
  .footer .newsletter__form .newsletter__title {
    margin-bottom: 0 !important;
  }
   .footer__content-top .desktop-footer-logo, .footer__logo-box .desktop-footer-logo {
    display: none;
  }
  .footer__content-top .mobile-footer-logo, .footer__logo-box .mobile-footer-logo {
    display: block;
  }
  .footer__img.desktop-footer-logo {
    display: block;
  }
  .footer {
    flex-direction: column;
  }
  .footer__logo-box{
    width: 100%;
  }
  .footer-block--logo {
    justify-content: center;
  }
  .footer__logo-box img{
     width: 170px;
    height: auto;
    left: auto;
    top: auto;
  }
  .footer {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .footer__content-middle-container {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .footer__blocks-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 27px !important;
  }
  .footer .newsletter__form-cont {
    width: 100%;
    padding-bottom: 35px;
  }
  .footer .newsletter__form {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__content-top {
    padding-top: 50px;
    padding-bottom: 27px;
  }
  .footer-link_list {
    width: 33.3%;
  }
  .footer__blocks-wrapper > div.footer-link_list {
    padding-left: 25px; 
  }
  .footer__blocks-wrapper > div:last-of-type {
    padding-right: 25px;
  }
    .newsletter__form-cont {
    position: relative;
  }
  .newsletter__form-cont:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: .1rem;
     background-color: var(--kally-core-1);
    max-width: 100%;
  }
  .footer__content-middle::before {
    max-width: calc(100% - 48px);
  }
  .footer__content-middle-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer .newsletter__form .field:focus, .footer .newsletter__form .field:hover {
  border-radius: 0 !important;
}

.footer .list-menu__item--active {
  color: var(--kally-core-3) !important; 
  text-decoration: underline !important;
}
.bcorp_image img {
    max-width: 92px;
  height: auto;
  }
@media(max-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer .newsletter__subtitle {
    margin-bottom: 12px;
    margin-top: 8px;
  }
  .footer .newsletter__form .newsletter__title, .footer .newsletter__form .newsletter__title em {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;

  }
  .footer-block__details-content .list-menu__item--link, .footer-block--menu .subtitle-footer, .footer__content-top .accordion summary, .footer__content-top .accordion summary .subtitle {
    font-size: 14px;
  }
  .footer__content-middle-main, .footer__copyright {
    font-size: 12px;
  }
  .footer .newsletter__form-cont {
    padding-bottom: 0;
  }
  .mobile-footer-logo {
      display: block;
  }
  .footer__blocks-wrapper {
    row-gap: 0 !important;
    column-gap: 20px !important;
  }
  .footer__blocks-wrapper > div.footer-link_list {
    padding-left: 0;
  }
  .footer__img.desktop-footer-logo {
    display: none;
  }
  
  .footer-link_list {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .footer__content-top {
    padding: 24px;
  }
  
  .footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .footer__logo-box img{
     width: 108px;
    }
  
 .footer .button-footer-subscribe{
    position: absolute !important;
    top:0;
    right: 0;
    background-image: url('data:image/svg+xml, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z" fill="%23A76D11"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px !important;
    height: 100% !important;
    background-color: transparent !important;
     border: none !important;
    text-indent: -9999999px;
     padding: 0 !important;
     min-width: auto;
  }
  .footer .newsletter__form .newsletter__button {
    min-width: 4.2rem;
  }
  .footer .newsletter__form .field input {
    padding-right: 75px;
  }
  .footer .accordion + .footer-block--menu {
    display: none;
  }
  .footer-block--menu {
    flex-direction: column;
    gap: 0px;
  }
  .footer-block__heading{
    margin-bottom: 12px;
  }
  .footer__content-middle-container {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .footer__content-middle-main {
    gap: 24px;
  }
  .footer__content-middle::before {
    background-color: var(--kally-core-1);
    max-width: calc(100% - 48px);
  }
  .footer .fullscreen-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer .newsletter__form .newsletter__text {
    margin-bottom: 24px;
  }
  .footer-block--menu {
    margin-top: 24px;
  }
  .copy-cert-b-logo  {
    max-width: 62px;
    line-height: 0;
  }
  .copy-cert-b-logo img {
    max-width: 100%;
    height: auto;
  }
}

