a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align:baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display:block
}

[hidden] {
    display:none
}

body {
    line-height:1
}

menu, ol, ul {
    list-style:none
}

blockquote, q {
    quotes:none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}


body, html {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-weight: 400;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border:0
}

.p2, .p3 {
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
    line-height:1.2
}

.p2, .p3 {
    font-weight:400
}

.p2 {
    font-size: 14px;
    line-height:1.75
}

@media only screen and (min-width: 992px) {
    .p2 {
        font-size: 14px;
        font-weight:400
    }
}

.p3 {
    font-size: 10px;
    font-weight: 400;
    line-height:1.5
}

@media only screen and (min-width: 992px) {
    .p3 {
        font-size: 10px;
        font-weight:400
    }
}

@media only screen and (max-width: 667px) {
    .p2 {
        font-size: 11px;
        font-weight:400
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 58px);
    max-width:860px
}

@media only screen and (min-width: 992px) {
    .container {
        width:100%
    }
}

.img, .img__el {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width:100%
}

.img {
    background-color: var(--light-grey);
    overflow:hidden
}

.img.fit-cover .img__el {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.img.fit-contain .img__el {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.img.is-loaded .img__el {
    opacity: 1;
    visibility:visible
}

.img.is-loaded .img__loader {
    opacity: 0;
    visibility:hidden
}

.img.is-transparent {
    background-color:transparent
}

.img__el {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, visibility, z-index;
    transition-property: opacity, visibility, z-index;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    visibility: hidden;
    z-index:2
}

.img__el.is-fallback {
    opacity: 1;
    visibility:visible
}

.img__el.fade-enter, .img__el.fade-leave-to {
    opacity:0 !important
}

.img__el.fade-enter {
    z-index:1
}

.img__loader {
    opacity: 1;
    visibility: visible;
    -webkit-animation: spin .9s infinite;
    animation: spin .9s infinite;
    height: 30px;
    left: calc(50% - 15px);
    position: absolute;
    top: calc(50% - 15px);
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 30px;
    z-index:2
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform:rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform:rotate(1turn)
    }
}

.logo {
    position: fixed;
    z-index: 2;
    width: 130px;
    height: 444px;
    top: 50%;
    left: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity:0
}

.IS_READY .logo {
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    transition:opacity 1.5s ease
}

.logo svg {
    width: 100%;
    height: 100%;
    display:block
}

.logo svg path {
    fill:#fff
}

@media only screen and (max-width: 991px) {
    .logo {
        width: 65px;
        height: 222px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform:translate(-50%, -50%)
    }
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right:0
}

.legal {
    bottom: 25px;
    right: 25px;
    position: fixed;
    z-index: 2;
    color:#fff
}

@media only screen and (max-width: 1279px) {
    .legal {
        left: 15px;
        right: 15px;
        text-align:center
    }
}

.contact-menu {
    bottom: 25px;
    left: 25px;
    position: fixed;
    z-index:2
}

.contact-menu a {
    color: #fff;
    text-decoration:none
}

.contact-menu a:hover span {
    text-decoration:underline
}

.contact-menu a:last-child:before {
    content: "/";
    display: inline;
    margin:0 10px
}

@media only screen and (max-width: 1279px) {
    .contact-menu a:last-child:before {
        display:none
    }
}

@media only screen and (max-width: 1279px) {
    .contact-menu {
        bottom: auto;
        left: 15px;
        right: 15px;
        top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

/*# sourceMappingURL=style-ltr.css.map */

