/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.shttSlider {
    width: 100vw;
    overflow: hidden;
    transform: translateX(calc((100% - 1350px) / -2));
    max-height: 80vh;
}

.shttSlider .slide {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-gap: 16px;
    width: 100%;
    overflow: hidden;
}
.shttSlider__imgcontainer {
    grid-column: 1/13;
    grid-row: 1/13;
    position: relative;
}
.shttSlider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shttSlider .slide__image1 {
    grid-column: 2/11;
    grid-row: 1/10;
}

.shttSlider .slide__image2 {
    grid-column: 8/12;
    grid-row: 8/13;
    border: 10px solid white;
    background-color: white;
}
.slide__textLeft {
    flex-shrink: 0;
    max-width: 100%;
}
.shttSlider .slide__title {
    color: white;
    font-size: 55px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    position: relative;
}
.swiper-slide .slide_link {
    font-size: 15px;
}
.swiper-slide .slide_text {
    font-size: 16px;
    max-width: 400px;
    line-height: 1.3;
}
.slide__textRight {
    margin-bottom: 12px;
}
.shttSlider .slide__description {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.shttSlider .slide__link {
    color: white;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: 300ms ease;
    gap: 10px;
    background: #dc5643;
    padding: 8px 16px;
    border-radius: 4px;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.slide__textWrapper {
    grid-row: 5/13;
    grid-column: 9/12;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-right: 8px;
    z-index: 1;
}
.shttSlider__imgcontainer::after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), transparent);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.slide__description--mobile {
    display: none;
}

@media (max-width: 1199px) {
    .shttSlider {
        width: 100vw;
        overflow: hidden;
        transform: translateX(-10px);
    }
    .shttSlider .slide__image1 {
        grid-column: 1/13;
        grid-row: 1/7;
    }

    .shttSlider .slide__image2 {
        grid-column: 8/12;
        grid-row: 5/9;
        border-width: 6px;
    }

    .slide__textWrapper {
        grid-column: 8/12;
        grid-row: 6/13;
    }
    .slide__description {
        display: none;
    }
    .slide__description--mobile {
        display: block;
    }
    .shttSlider .slide {
        grid-gap: 4px;
    }
    .shttSlider {
    }
    .slide__textLeft {
        max-width: 100%;
    }
}

@media (max-width: 1439px) {
    .shttSlider {
        transform: translateX(calc((100% - 1050px) / -2));
    }
}

@media (max-width: 1199px) {
    .shttSlider {
        transform: translateX(calc((100% - 910px) / -2));
    }
    .shttSlider .slide__title {
        font-size: 40px;
    }
    .shttSlider .slide__description {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .shttSlider {
        transform: translateX(calc((100% - 670px) / -2));
        height: 80vh;
    }

    .shttSlider .slide__link {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .shttSlider {
        transform: translateX(calc((100% - 460px) / -2));
    }
    .shttSlider .slide__description {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .shttSlider .slide__image1 {
        grid-row: 1/6;
    }

    .shttSlider .slide__image2 {
        grid-row: 5/8;
        grid-column: 7/12;
    }
    .slide__textWrapper {
        grid-column: 2/10;
        grid-row: 5/12;
        align-items: flex-start;
        padding-top: 15px;
    }
    .shttSlider .slide__title {
        font-size: 41px;
        line-height: 50px;
    }
    .shttSlider .slide__description {
        font-size: 15px;
    }
    .shttSlider__imgcontainer::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
    }
}

@media (max-width: 574px) {
    .shttSlider {
        transform: translateX(-40px);
    }
}

/* loader */

/***************************************************
 * Generated by SVG Artista on 9/8/2022, 1:38:56 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 2342.35693359375px;
        stroke-dasharray: 2342.35693359375px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2342.35693359375px;
    }
}
@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 2342.35693359375px;
        stroke-dasharray: 2342.35693359375px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2342.35693359375px;
    }
}
.tr-1 {
    -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 1746.2138671875px;
        stroke-dasharray: 1746.2138671875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1746.2138671875px;
    }
}
@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 1746.2138671875px;
        stroke-dasharray: 1746.2138671875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1746.2138671875px;
    }
}
.tr-2 {
    -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
    animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 1780.57861328125px;
        stroke-dasharray: 1780.57861328125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1780.57861328125px;
    }
}
@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 1780.57861328125px;
        stroke-dasharray: 1780.57861328125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1780.57861328125px;
    }
}
.tr-3 {
    -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
    animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 1931.435546875px;
        stroke-dasharray: 1931.435546875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1931.435546875px;
    }
}
@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 1931.435546875px;
        stroke-dasharray: 1931.435546875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1931.435546875px;
    }
}
.tr-4 {
    -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
    animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
}
@-webkit-keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 1898.8662109375px;
        stroke-dasharray: 1898.8662109375px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1898.8662109375px;
    }
}
@keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 1898.8662109375px;
        stroke-dasharray: 1898.8662109375px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1898.8662109375px;
    }
}
.tr-5 {
    -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
    animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
}
@-webkit-keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 2159.74267578125px;
        stroke-dasharray: 2159.74267578125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2159.74267578125px;
    }
}
@keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 2159.74267578125px;
        stroke-dasharray: 2159.74267578125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2159.74267578125px;
    }
}
.tr-6 {
    -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
    animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}
@-webkit-keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 2074.903564453125px;
        stroke-dasharray: 2074.903564453125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2074.903564453125px;
    }
}
@keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 2074.903564453125px;
        stroke-dasharray: 2074.903564453125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2074.903564453125px;
    }
}
.tr-7 {
    -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
    animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
}
@-webkit-keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 1279.4244384765625px;
        stroke-dasharray: 1279.4244384765625px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1279.4244384765625px;
    }
}
@keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 1279.4244384765625px;
        stroke-dasharray: 1279.4244384765625px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1279.4244384765625px;
    }
}
.tr-8 {
    -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both;
    animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both;
}
@-webkit-keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 1100.9110107421875px;
        stroke-dasharray: 1100.9110107421875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1100.9110107421875px;
    }
}
@keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 1100.9110107421875px;
        stroke-dasharray: 1100.9110107421875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1100.9110107421875px;
    }
}
.tr-9 {
    -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
    animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
}
@-webkit-keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 688.9067993164062px;
        stroke-dasharray: 688.9067993164062px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 688.9067993164062px;
    }
}
@keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 688.9067993164062px;
        stroke-dasharray: 688.9067993164062px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 688.9067993164062px;
    }
}
.tr-10 {
    -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both;
    animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both;
}
@-webkit-keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 1837.21435546875px;
        stroke-dasharray: 1837.21435546875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1837.21435546875px;
    }
}
@keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 1837.21435546875px;
        stroke-dasharray: 1837.21435546875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1837.21435546875px;
    }
}
.tr-11 {
    -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
    animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@-webkit-keyframes animate-svg-stroke-12 {
    0% {
        stroke-dashoffset: 1747.5057373046875px;
        stroke-dasharray: 1747.5057373046875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1747.5057373046875px;
    }
}
@keyframes animate-svg-stroke-12 {
    0% {
        stroke-dashoffset: 1747.5057373046875px;
        stroke-dasharray: 1747.5057373046875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1747.5057373046875px;
    }
}
.tr-12 {
    -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both;
    animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both;
}
@-webkit-keyframes animate-svg-stroke-13 {
    0% {
        stroke-dashoffset: 1561.4849853515625px;
        stroke-dasharray: 1561.4849853515625px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1561.4849853515625px;
    }
}
@keyframes animate-svg-stroke-13 {
    0% {
        stroke-dashoffset: 1561.4849853515625px;
        stroke-dasharray: 1561.4849853515625px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1561.4849853515625px;
    }
}
.tr-13 {
    -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
    animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
}
@-webkit-keyframes animate-svg-stroke-14 {
    0% {
        stroke-dashoffset: 1459.88671875px;
        stroke-dasharray: 1459.88671875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1459.88671875px;
    }
}
@keyframes animate-svg-stroke-14 {
    0% {
        stroke-dashoffset: 1459.88671875px;
        stroke-dasharray: 1459.88671875px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1459.88671875px;
    }
}
.tr-14 {
    -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both;
    animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both;
}
@-webkit-keyframes animate-svg-stroke-15 {
    0% {
        stroke-dashoffset: 1859.579345703125px;
        stroke-dasharray: 1859.579345703125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1859.579345703125px;
    }
}
@keyframes animate-svg-stroke-15 {
    0% {
        stroke-dashoffset: 1859.579345703125px;
        stroke-dasharray: 1859.579345703125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1859.579345703125px;
    }
}
.tr-15 {
    -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
    animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
}
@-webkit-keyframes animate-svg-stroke-16 {
    0% {
        stroke-dashoffset: 1103.8096923828125px;
        stroke-dasharray: 1103.8096923828125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1103.8096923828125px;
    }
}
@keyframes animate-svg-stroke-16 {
    0% {
        stroke-dashoffset: 1103.8096923828125px;
        stroke-dasharray: 1103.8096923828125px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1103.8096923828125px;
    }
}
.tr-16 {
    -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both;
    animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both;
}

.trMask {
    opacity: 0;
}
.loader svg.trHide .tr {
    opacity: 0;
    transition: 1000ms;
}
.loader svg.trHide .trMask {
    opacity: 1;
    transition: 1000ms ease;
}
.loader svg.logoDisplayed .trMask {
    opacity: 0;
    transition: 1000ms ease;
}
.loader.loaded {
    transform: translateY(-150%);
    transition: 1000ms ease;
}
.loader {
    width: 100vw;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000000000000;
}
.loader svg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.5);
}
.logosvg {
    opacity: 0;
}
.logosvg.displayed {
    opacity: 1;
    transition: 400ms;
}
.skip_anim {
    position: absolute;
    bottom: 100px;
    right: 100px;
}

@media (max-width: 1024px) {
    .loader svg {
        transform: scale(4.5);
    }
}

@media (max-width: 767px) {
    .loader svg {
        transform: scale(3.5);
    }
    .skip_anim {
        position: absolute;
        bottom: 36px;
        right: 36px;
    }
}
