/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

footer a {
    text-decoration: none;
    color: inherit;
}
footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/texture.png);
    mix-blend-mode: overlay;
    opacity: .25;
    z-index: 0;
    pointer-events: none;
}
.footer-contact-box a,.footer-address .footer-contact-box > div {
    direction: ltr;
    display: block;
    text-align: right;
    font-size: 0.97rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.footer-contact-box a:not(:last-child), .footer-address .footer-contact-box > div:not(:last-child) {
    margin-bottom: .5rem;
}
html[dir=ltr] .footer-contact-box a,
html[dir=ltr] .footer-address .footer-contact-box > div {
    text-align: left;
}
.footer-address .footer-contact-box > div {
    margin-bottom: .5rem;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer {
    background-color: var(--BrandGreen500);
    color: var(--white);
    padding: 3.12rem var(--spaceX) 2.69rem;
    position: relative;
}
.footer-bottom p,.footer-bottom a {
    font-size: .97rem;
}
.footer-column.footer-info {
    margin-bottom: 1.75rem;
}
.footer-column {
    margin-bottom: 1.37rem;
}
.footer-logo {
    width: 8.1875rem;
}
.footer-info p {
    line-height: 1.6;
    font-size: .97rem;
    margin-top: .75rem;
    margin-bottom: 0;
}
footer .social-icons a {
    background-color: rgba(247, 247, 247, 0.30);
    font-size: 1.2em;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-number-address-email {
    position: relative;
    display: block;
}
.footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.75rem;
}
.footer-newsletter {
    margin-bottom: var(--space4Y);
}
.footer-number-address {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.footer-nav a:hover,.footer-contact-box-email a:hover {
    color: var(--BrandYellow600);
}
.footer-contact-box-email {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.footer-contact-box-email a {
    font-size: .97rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #ffffff;
}
.footer-links h5 {
    color: var(--grayBlue);
    margin-bottom: 1rem;
    font-size: 1.125rem;
    margin-top: 0;
}
.footer-links ul li {
    margin-bottom: .5rem;
}
.footer-links ul li:last-child {
    margin-bottom: 0;
}
.footer-links ul li a {
    color: var(--white);
    font-size: 0.97rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.footer-links ul li a:hover {
    color: #ffffff;
}
.contact_item_wrap .contact_item:hover,.contact_item_wrap.socialMedia ul li a:hover {
    color: var(--BrandYellow600);
}

section.heroContainer .heroContainer_info .heroSocial_media ul li a:hover {
    opacity: .65;
}

.contact_item_wrap.route a:hover {
    opacity: .6;
}

footer .social-icons a:hover {
    background-color: var(--BrandYellow600);
}
.footer-contact-box a:hover {
    color: var(--BrandYellow600);
}
.footer-links ul li a:hover {
    color: var(--BrandYellow600);
}
.footer-middle {
    /*display: -ms-grid;*/
    /*display: grid;*/
    padding: 0 0 var(--space3Y);
    /*grid-gap: 8.94rem;*/
    /*-ms-grid-columns: 1fr 8.94rem 1fr 8.94rem 1fr 8.94rem 1fr 8.94rem 1fr 8.94rem 1fr;*/
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
    margin-bottom: 0;
    border-bottom: 1px solid;
    -o-border-image: -o-linear-gradient(left, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 197, 60, 0.00)), color-stop(19.23%, var(--BrandYellow500)), color-stop(79.33%, var(--BrandYellow500)), to(rgba(255, 197, 60, 0.00)));
    border-image: linear-gradient(90deg, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    border-image-slice: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*gap: 3.5rem;*/
}
.myFooterSwiper:not(.swiper-initialized) .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(10,1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.swiper-pagination.footer span.swiper-pagination-bullet {
    background-color: var(--BrandGreen400);
    opacity: 1;
    border-radius: 0;
    width: .5rem;
    height: 0.15rem;
}
.swiper-pagination.footer span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--BrandYellow500);
}
.footer-contact h5, .footer-address h5, .footer-newsletter h5 {
    color: var(--grayBlue);
    margin-bottom: 10px;
    font-size: 1.125rem;
    margin-top: 0;
}
html[dir=ltr] .footer-contact h5,html[dir=ltr] .footer-address h5,html[dir=ltr] .footer-newsletter h5 {
    font-weight: 600;
}
.footer-contact-box-email h4 ,.footer-contact-box-email h5 {
    margin-bottom: 0;
}
.footer-contact p, .footer-address p, .footer-newsletter p {
    font-size: .97rem;
    line-height: 1.6;
    color: var(--white);
    margin-bottom: 15px;
    direction: ltr;
    text-align: right;
}
html[dir=ltr] .footer-contact p, html[dir=ltr] .footer-address p, html[dir=ltr] .footer-newsletter p {
    text-align: left;
}
.footer-address p:last-of-type{
    margin-bottom: 0;
}
.footer-column.footer-contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.footer-column.footer-address {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.footer-number-address,.footer-contact-box-email {
    grid-gap: 2rem;
}
.footer-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    background-color: var(--white);
    border-radius: 2.56rem;
    padding: .56rem;
}
.footer-newsletter input[type="email"] {
    padding: 0 10px;
    border: none;
    border-radius: 4px 0 0 4px;
    color: var(--dark);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: inherit;
    direction: ltr;
    text-align: right;
    background: transparent;
}
html[dir=ltr] .footer-newsletter input[type="email"] {
    text-align: left;
}
.footer-newsletter input[type="email"]::-webkit-input-placeholder {
    text-align: right;
    color: #999;
}
.footer-newsletter input[type="email"]::-moz-placeholder {
    text-align: right;
    color: #999;
}
.footer-newsletter input[type="email"]:-ms-input-placeholder {
    text-align: right;
    color: #999;
}
.footer-newsletter input[type="email"]::-ms-input-placeholder {
    text-align: right;
    color: #999;
}
.footer-newsletter input[type="email"]::placeholder {
    text-align: right;
    color: #999;
}
html[dir=ltr] .footer-newsletter input[type="email"]::-webkit-input-placeholder {
    text-align: left;
}
html[dir=ltr] .footer-newsletter input[type="email"]::-moz-placeholder {
    text-align: left;
}
html[dir=ltr] .footer-newsletter input[type="email"]:-ms-input-placeholder {
    text-align: left;
}
html[dir=ltr] .footer-newsletter input[type="email"]::-ms-input-placeholder {
    text-align: left;
}
html[dir=ltr] .footer-newsletter input[type="email"]::placeholder {
    text-align: left;
}
.footer-newsletter #form-message_newsletter > * {
    font-size: .97rem;
}
.footer-column.footer-newsletter h4 {
    color: var(--white);
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
}
html[dir=ltr] .footer-column.footer-newsletter h5 {
    font-weight: 600;
}
.footer-newsletter button {
    padding: 10px 20px;
    border: none;
    background-color: var(--BrandYellow500);
    color: var(--BrandGreen500);
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 5.51781rem;
    width: 7rem;
}
.footer-logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}
.footer-column .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.footer-logo-text span {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    display: block;
}
html[dir="ltr"] .footer-logo-text span {
    font-weight: 600;
}
.footer-newsletter button:hover {
    background-color: var(--BrandYellow600);
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0 0;
    font-size: 0.85em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.footer-bottom p {
    margin: 0;
    direction: ltr;
}

.footer-nav a {
    margin-left: 15px;
    color: var(--white);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
html[dir=ltr] .footer-nav a {
    margin-left: 0;
    margin-right: 15px;
}
.footer-nav a:last-child {
    margin-left: 0;
}
html[dir=ltr] .footer-nav a:last-child {
    margin-right: 0;
}
.footer-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--spaceXX) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--spaceXX);
    position: relative;
    padding-bottom: var(--space4Y);
    margin-bottom: var(--space4Y);
    border-bottom: 1px solid;
    -o-border-image: -o-linear-gradient(left, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 197, 60, 0.00)), color-stop(19.23%, var(--BrandYellow500)), color-stop(79.33%, var(--BrandYellow500)), to(rgba(255, 197, 60, 0.00)));
    border-image: linear-gradient(90deg, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    border-image-slice: 1;
}
footer .footer-logo-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
footer .footer-logo-wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1 / 1 auto;
    vertical-align: middle;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;

}
footer .footer-logo-wrap:hover img {
    opacity: .5;
}
/*=================FOOTER SLOGAN SECTION==================*/
section.sloganContainer {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 65vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer #dokmeh-credit {
    direction: ltr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    display: none;
}
footer .dokmeh img {
    width: 3.5rem;
    margin-top: 2px;
}
footer #dokmeh-credit.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.sloganContainer .video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
section.sloganContainer .video_overlay video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.sloganContainer img {
    width: 23.6875rem;
    position: relative;
    z-index: 1;
}
section.sloganContainer .title {
    position: relative;
    z-index: 0;
    margin-top: 1.5rem;
}

/*=================FOOTER SLOGAN SECTION==================*/
.iconConsulting {
    position: fixed;
    z-index: 50;
    bottom: calc(78px + env(safe-area-inset-bottom));
    right: 16px;
    width: 50px;
    height: 50px;
    background-color: var(--BrandGreen500);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 48%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 48%);
}
.iconConsulting span.tooltips {
    color: var(--white);
    position: absolute;
    top: 0;
    left: 50%;
    font-size: .65rem;
    min-width: 6rem;
    text-align: center;
    -webkit-transform: translate(calc(-50% - 1.25rem),-35px);
    -ms-transform: translate(calc(-50% - 1.25rem),-35px);
    transform: translate(calc(-50% - 1.25rem),-35px);
    border: var(--BrandGreen500);
    padding: .25rem;
    border-radius: .25rem;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: var(--BrandGreen500);
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 48%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 48%);
}
.iconConsulting [class^="icon-"] {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 3px;
    direction: rtl;
}
.iconConsulting span.tooltips::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--BrandGreen500);
    position: absolute;
    bottom: -5px;
    right: calc(25px + 4px);
}
.iconConsulting:hover span.tooltips {
    opacity: 1;
}
#chatContainer {
    right: 16px !important;
}
@media only screen and (max-width: 768px){
    .iconConsulting {
        /*bottom: 1rem;*/
        right: 5px;
        width: 40px;
        height: 40px;
        bottom: calc(10px + env(safe-area-inset-bottom));
    }
    body[data-pagetype="home"] .iconConsulting {
        /*bottom: 68px;*/
        bottom: calc(10px + env(safe-area-inset-bottom));
    }
    #chatContainer{
        right: 5px !important;
    }
    .iconConsulting [class^="icon-"] {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }
    /*=============TOP FOOTER SECTION=================*/
    section.sloganContainer img {
        width: calc(100% - var(--spaceX)*4);
    }
    section.sloganContainer {
        overflow: hidden;
    }
    section.sloganContainer .titleWrappedByLine .titleText {
        white-space: normal;
        text-align: center;
    }
    section.sloganContainer .title{
        margin-top: 2.5rem;
    }
    /*=============TOP FOOTER SECTION=================*/
    /*=============Footer SECTION=================*/
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        border-top: 0.125rem solid;
        -o-border-image: -o-linear-gradient(left, rgba(255, 197, 60, 0) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0) 100%) 1;
        border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 197, 60, 0)), color-stop(19.23%, var(--BrandYellow500)), color-stop(79.33%, var(--BrandYellow500)), to(rgba(255, 197, 60, 0))) 1;
        border-image: linear-gradient(90deg, rgba(255, 197, 60, 0) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0) 100%) 1;
        padding: 1rem 0;
        gap: 1rem;
    }
    .footer-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .footer-number-address {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1.125rem;
        margin-bottom: 1.125rem;
    }
    .footer-wrap:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 2.25rem;
    }
    .footer-menu {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 1rem;
    }
    .footer-nav {
        margin-top: 10px;
    }
    .footer-nav a {
        margin: 0 8px; /* فاصله افقی کمتر */
    }
    .footer-newsletter input[type="email"],
    .footer-newsletter button {
        /* گرد کردن همه گوشه‌ها در موبایل */
        width: 100%;
        /* فاصله بین اینپوت و دکمه */
    }
    .footer-newsletter button {
        width: auto;
        padding: 10px 30px;
        margin: 0 auto;
        display: block;
    }
    .footer-newsletter form {
        margin-top: 1.5rem;
    }
    .footer-newsletter #form-message_newsletter > * {
        font-size: .75rem;
    }
    .searchBar-container:before {
        width: 100%;
    }
    footer {
        padding: 3rem var(--spaceX) 3rem;
    }
    .footer-logo-text {
        gap: 2rem;
    }
    .footer-logo-text span {
        font-size: 1.875rem;
        display: none;
    }
    .footer-info p {
        font-size: .9rem;
    }
    .searchBar-container:before {
        width: 100%;
    }
    .footer-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 1.5rem;
    }
    .footer-top {
        display: block;
        padding-bottom: 0;
    }
    .footer-column.footer-links {
        width: 100%;
        display: inline-block;
    }
    .footer-column.footer-links:nth-child(even) {
        /* margin-left: 1rem; */
    }
    .footer-middle {
        /*-ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;*/
        /*grid-template-columns: 1fr 1fr 1fr;*/
        /*grid-column-gap: 3rem;*/
        /*grid-row-gap: 1rem;*/
        padding-bottom: 2rem;
    }
    .footer-column.footer-newsletter h4 {
        font-size: 1.25rem;
    }
    .footer-contact p, .footer-address p, .footer-newsletter p {
        font-size: 1rem;
    }
    .footer-contact h5, .footer-address h5, .footer-newsletter h5 {
        margin-top: 0;
    }
    .footer-contact-box:not(:last-child) {
        margin-bottom: var(--spaceX);
    }
    .footer-column .social-icons {
        margin-bottom: 1.54rem;
        margin-top: 1.54rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.25rem;
    }
    .footer-logo {
        width: 7.1875rem;
    }
    .footer-links h5 {
        margin-bottom: 1.25rem;
    }
    .footer-contact-box-email h5{
        margin-bottom: 10px;
    }
    .footer-contact-box-email {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .footer-links ul li a {
        font-size: .9rem;
    }
    body[data-pagetype="singleProduct"] footer {
        padding-bottom: 12rem;
    }
    /*=============Footer SECTION=================*/
    .swiper-pagination.footer {
        bottom: .5rem !important;
    }
    .myFooterSwiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 30px;
        aspect-ratio: 3.65;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3,1fr);
    }
    .iconConsulting span.tooltips,
    .iconConsulting:hover span.tooltips{
        opacity: 0;
    }
    .scroll-top {
        top: 5rem;
        -webkit-transform: translateX(-50%) rotate(180deg) scale(.65);
        -ms-transform: translateX(-50%) rotate(180deg) scale(.65);
        transform: translateX(-50%) rotate(180deg) scale(.65);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.sloganContainer img {
        width: 50vw;
    }
    .footer-middle {
        /*-ms-grid-columns: 1fr 7rem 1fr 7rem 1fr;*/
        /*grid-template-columns: 1fr 1fr 1fr;*/
        /*grid-column-gap: 7rem;*/
        /*grid-row-gap: 1rem;*/
    }
    .footer-middle {
        /*-ms-grid-columns: 1fr 8.94rem 1fr 8.94rem 1fr 8.94rem 1fr;*/
        /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    }
    .myFooterSwiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 20px;
        aspect-ratio: 4.36;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(4,1fr);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    .footer-logo-text span {
        font-size: 1.45rem;
    }
    section.sloganContainer {
        height: 48vh;
    }
    section.sloganContainer img {
        width: 18.6875rem;
    }
    .titleWrappedByLine .titleText {
        font-size: 1.25rem;
    }
    .footer-middle{
        /*grid-gap: 1.94rem;*/
    }
    .swiper-pagination.footer {
        bottom: .5rem !important;
    }
    .myFooterSwiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 40px;
        aspect-ratio: 6.03;
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
        grid-template-columns: repeat(5,1fr);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    section.sloganContainer img {
        width: 19.6875rem;
    }
    .titleWrappedByLine .titleText {
        font-size: 1.25rem;
    }
    .footer-column.footer-newsletter h4, .footer-logo-text span {
        font-size: 1.5rem;
    }
    .footer-middle{
        /*grid-gap: 7.94rem;*/
        padding: 0 0 1rem;
    }
    .footer-column .social-icons {
        margin-top: 1.5rem;
    }

    footer {
        padding: 1.54rem var(--spaceX) 1.69rem;
    }

    .footer-newsletter form {
        margin-top: 1.5rem;
    }

    .footer-container {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .footer-newsletter {
        margin-bottom: 2rem;
    }

    .footer-column.footer-info {
        margin-bottom: 1.5rem;
    }

    .footer-bottom {
        padding: 1rem 0 0;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    section.sloganContainer img {
        width: 21.6875rem;
    }
    .titleWrappedByLine .titleText {
        font-size: 1.35rem;
    }
    .footer-middle{
        /*grid-gap: 7.94rem;*/
        padding-bottom: 1.25rem;
    }
    .footer-column .social-icons {
        margin-top: 1.5rem;
    }
    footer {
        padding: 1.54rem var(--spaceX) 1.69rem;
    }
    .footer-newsletter form {
        margin-top: 1.5rem;
    }
    .footer-container {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .footer-newsletter {
        margin-bottom: 2rem;
    }
    .footer-column.footer-info {
        margin-bottom: 1.5rem;
    }
    .footer-bottom {
        padding: 1.25rem 0 0;
    }
    .footer-logo-text span {
        font-size: 1.5rem;
    }
    .footer-column.footer-newsletter h4 {
        font-size: 1.125rem;
    }
}