@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap);

:root {
    --primaryFont: "Rajdhani", sans-serif;
    --white: #fff;
    --black: #2b2928;
    --red: #dd121f;
    --orange: #e85400;
    --yellow: #ffd000;
    --grey: #babdc1;
    --grey2: #747474;
    --grey3: #dadee1
}

*, :after, :before {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, main, menu, nav, section {
    display: block
}

img {
    max-width: 100%
}

main {
    overflow: hidden
}

button {
    background: transparent
}

li:empty, p:empty {
    display: none
}

button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    cursor: pointer;
    background: transparent
}

strong {
    font-weight: 700
}

a {
    text-decoration: none;
    color: inherit
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important
}

input[type=number] {
    -moz-appearance: textfield !important
}

sup {
    vertical-align: super;
    font-size: smaller
}

html {
    margin-top: 0 !important
}

#wpadminbar {
    opacity: .1
}

#wpadminbar:hover {
    opacity: .3
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

b {
    font-weight: 700
}

label {
    cursor: pointer
}

pre {
    font-size: 2rem
}

html {
    font-size: .52085vw;
    scroll-behavior: smooth
}

@media screen and (max-width: 800px) {
    html {
        font-size: 2.5vw
    }

    .fullpage-loader__logo {
        position: relative;
        width: 100%
    }

    .fullpage-loader__logo img {
        margin: 0 auto;
        width: 60% !important
    }
}

@media screen and (min-width: 2270px) {
    html {
        font-size: .45085vw
    }
}

body {
    color: var(--black);
    font-family: var(--primaryFont);
    overflow-x: hidden
}

@media screen and (max-width: 800px) {
    .body-noscroll {
        overflow: hidden
    }
}

.preload * {
    transition: none !important
}

.main {
    min-height: 55rem;
    position: relative
}

::-webkit-scrollbar {
    width: .7rem
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background: var(--green2);
    border-radius: .4rem
}

.desktop-hide {
    display: none
}

@media screen and (max-width: 800px) {
    .desktop-hide {
        display: flex
    }

    .mobile-hide {
        display: none
    }
}

.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: var(--white);
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-1deg, #edf2f5, var(--white))
}

.fullpage-loader .fullpage-loader__logo {
    position: relative
}

.fullpage-loader .fullpage-loader__logo img {
    width: 40rem;
    height: 100%;
    -webkit-animation: shine 2s ease-in-out infinite;
    animation: shine 2s ease-in-out infinite
}

@-webkit-keyframes shine {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.02)
    }
    to {
        transform: scale(1)
    }
}

@keyframes shine {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.02)
    }
    to {
        transform: scale(1)
    }
}

.fullpage-loader--invisible {
    opacity: 0
}

#cookies-message {
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .8);
    display: none;
    justify-content: center;
    align-items: center
}

#accept-cookies-checkbox {
    display: inline-block;
    margin-left: 5rem;
    padding: .2rem 4rem;
    border: .1rem solid var(--red);
    background-color: var(--red);
    border-radius: 10rem;
    transition: .2s
}

#accept-cookies-checkbox::hover {
    background-color: var(--white);
    color: var(--red)
}

@media screen and (max-width: 800px) {
    #cookies-message {
        flex-direction: column
    }

    #cookies-message #accept-cookies-checkbox {
        margin-left: 0;
        margin-top: 1.8rem
    }
}

.title-75 {
    font-size: 7.5rem;
    line-height: 9rem
}

.title-50, .title-75 {
    color: var(--black);
    font-weight: 700
}

.title-50 {
    font-size: 5rem;
    line-height: 7.5rem;
    position: relative
}

.title-50:before {
    content: "";
    width: 10rem;
    height: .2rem;
    background-color: var(--red);
    position: absolute;
    top: -5.3rem;
    left: 0
}

.title-40 {
    font-size: 4rem;
    line-height: 5.5rem
}

.title-25, .title-40 {
    color: var(--black);
    font-weight: 700
}

.title-25 {
    font-size: 2.5rem;
    line-height: 3.5rem
}

.text-20 {
    line-height: 4rem
}

.text-18, .text-20 {
    color: var(--black);
    font-size: 2rem;
    font-weight: 500
}

.text-18 {
    line-height: 3rem
}

.text-16 {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem
}

.list {
    list-style: none
}

.list--item {
    color: var(--white);
    font-size: 2rem;
    font-weight: 400;
    text-align: justify;
    line-height: 4rem;
    margin-left: 3.8rem;
    margin-bottom: .6rem;
    position: relative
}

.list--item:last-child {
    margin-bottom: 0
}

.list--item:before {
    content: "";
    width: 2rem;
    height: 1.4rem;
    background-image: url(../../assets/list-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 1.3rem;
    left: -3.8rem
}

.button-1 {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem;
    padding: 1.2rem 3rem 1.2rem 2.5rem;
    border-radius: 5rem;
    background-size: 300% 100%;
    background-image: linear-gradient(95deg, var(--red), var(--yellow));
    transition: all .2s ease-in-out
}

.button-1--text {
    margin-right: 1.5rem
}

.button-1:hover {
    background-position: 100% 0;
    transition: all .2s ease-in-out
}

.button-2 {
    color: var(--red);
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .15rem;
    text-transform: uppercase;
    padding: 1.5rem 5.7rem;
    border-radius: 3.4rem;
    border: .1rem solid var(--red);
    display: inline-block;
    position: relative;
    overflow: hidden
}

.button-2--text {
    position: relative;
    z-index: 1
}

.button-2:before {
    content: "";
    width: calc(100% + .2rem);
    height: calc(100% + .2rem);
    border-radius: 10rem;
    background: var(--red);
    transition: all .2s ease;
    position: absolute;
    bottom: -.1rem;
    left: -.1rem;
    opacity: 0
}

.button-2:hover {
    color: var(--white)
}

.button-2:hover:before {
    opacity: 1
}

.button-3 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .15rem;
    text-transform: uppercase;
    padding: 1.5rem 5.7rem;
    border-radius: 3.4rem;
    border: .1rem solid var(--white);
    display: inline-block;
    position: relative;
    overflow: hidden
}

.button-3--text {
    position: relative;
    z-index: 1
}

.button-3:before {
    content: "";
    width: calc(100% + .2rem);
    height: calc(100% + .2rem);
    border-radius: 10rem;
    background: var(--white);
    transition: all .2s ease;
    position: absolute;
    bottom: -.1rem;
    left: -.1rem;
    opacity: 0
}

.button-3:hover {
    color: var(--red)
}

.button-3:hover:before {
    opacity: 1
}

@media screen and (max-width: 800px) {
    .title-50 {
        font-size: 4rem;
        line-height: 6.5rem
    }

    .title-50:before {
        top: -3.3rem
    }

    .list--item {
        font-size: 2.4rem !important;
        line-height: 5rem !important;
        margin-left: 4.6rem
    }

    .list--item:before {
        width: 2.6rem !important;
        height: 1.6rem !important;
        top: 1.8rem !important;
        left: -4rem !important
    }

    .button-1, .button-2, .button-3 {
        font-size: 1.4rem
    }

    .button-1 {
        padding: 1.5rem 3.2rem
    }

    .button-2, .button-3 {
        padding: 1.5rem 2.7rem
    }
}

.red {
    color: var(--red) !important
}

.orange {
    color: var(--orange) !important
}

.yellow {
    color: var(--yellow) !important
}

.grey {
    color: var(--grey2) !important
}

.error-404 {
    width: 100%;
    height: 50vh;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.error-404 h2 {
    margin-bottom: 3.2rem
}

.contactFormSection {
    display: flex;
    justify-content: space-between;
    width: 176rem;
    margin: 0 auto 4.9rem
}

.contactFormSection__content {
    display: flex;
    justify-content: space-between;
    width: 120rem;
    min-height: 62rem;
    padding: 13.7rem 8rem 8.2rem;
    background-color: var(--white);
    border-radius: 2rem;
    position: relative
}

.contactFormSection__content:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(-180deg);
    box-shadow: 0 0 5rem rgba(0, 0, 0, .1);
    border-radius: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.contactFormSection__content__left {
    width: 32.2rem
}

.contactFormSection__content__form {
    width: 64rem;
    margin-top: .5rem
}

.contactFormSection__content__form .contact__single {
    width: 100%;
    position: relative;
    margin-bottom: 2.1rem
}

.contactFormSection__content__form .contact__single:last-child {
    margin-bottom: 0
}

.contactFormSection__content__form .contact__single--label {
    display: none
}

.contactFormSection__content__form .contact__single--input, .contactFormSection__content__form .contact__single--textarea {
    border-bottom: .1rem solid var(--red);
    padding-bottom: .5rem;
    width: 100%;
    transition: .2s
}

.contactFormSection__content__form .contact__single--input:invalid, .contactFormSection__content__form .contact__single--input:valid, .contactFormSection__content__form .contact__single--textarea:invalid, .contactFormSection__content__form .contact__single--textarea:valid {
    color: var(--black);
    font-size: 2rem;
    font-weight: 500;
    line-height: 4rem
}

.contactFormSection__content__form .contact__single--input:focus, .contactFormSection__content__form .contact__single--textarea:focus {
    color: var(--red);
    outline: none
}

.contactFormSection__content__form .contact__single--input::-moz-selection, .contactFormSection__content__form .contact__single--textarea::-moz-selection {
    color: var(--red)
}

.contactFormSection__content__form .contact__single--input::selection, .contactFormSection__content__form .contact__single--textarea::selection {
    color: var(--red)
}

.contactFormSection__content__form .contact__single--textarea {
    height: 11.1rem;
    margin-bottom: 0
}

.contactFormSection__content__form .contact--privacy {
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    width: 43.5rem
}

.contactFormSection__content__form .contact--privacy label {
    display: flex
}

.contactFormSection__content__form .contact--privacy input {
    width: 1.6rem;
    height: 1.6rem;
    border: .1rem solid var(--grey);
    margin-right: 1.3rem;
    transition: .2s ease
}

.contactFormSection__content__form .contact--privacy input:checked {
    background-color: var(--red)
}

.contactFormSection__content__form .contact--privacy .wpcf7-list-item-label {
    width: calc(100% - 2.9rem)
}

.contactFormSection__content__form .contact--privacy a {
    text-decoration: underline
}

.contactFormSection__content__form .contact__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.2rem
}

.contactFormSection__content__form .contact__bottom .button-1 {
    padding: 1.2rem 6.2rem 1.2rem 2.5rem;
    background-size: 300% 100%;
    border-radius: 5rem;
    transition: all .2s ease-in-out;
    color: var(--white);
    position: relative;
    background-image: linear-gradient(100deg, var(--red), var(--yellow))
}

.contactFormSection__content__form .contact__bottom .button-1:after {
    content: "";
    width: 2.5rem;
    height: .5rem;
    background-image: url(../../assets/dots.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1
}

.contactFormSection__content__form .contact__bottom .button-1:hover {
    background-position: 100% 0;
    transition: all .2s ease-in-out
}

.contactFormSection__map {
    width: 53.4rem;
    min-height: 62rem;
    box-shadow: 0 0 5rem rgba(0, 0, 0, .1);
    border-radius: 2rem;
    display: block;
    position: relative
}

.single_post {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 65rem;
    border-radius: 2rem;
    border: .1rem solid var(--white);
    background-color: var(--white);
    box-shadow: 0 0 5rem rgba(0, 0, 0, .1);
    transition: .2s
}

.single_post--thumbnail {
    height: 23rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    -o-object-fit: cover;
    object-fit: cover
}

.single_post__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: calc(100% - 23rem);
    padding: 2.6rem 2.5rem 2.7rem
}

.single_post__content__date {
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 3rem;
    display: flex
}

.single_post__content__date__categories {
    display: flex;
    align-items: center
}

.single_post__content__date__categories--single {
    color: var(--red);
    margin-right: .5em
}

.single_post__content__date__categories--single:after {
    content: ","
}

.single_post__content__date__categories--single:last-child {
    margin-right: 0
}

.single_post__content__date__categories--single:last-child:after {
    display: none
}

.single_post__content--title {
    margin-top: 2rem;
    margin-bottom: 2.5rem
}

.single_post__content--text {
    margin-bottom: 2.5rem
}

.single_post__content--button {
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-top: auto;
    transition: .2s
}

.single_post__content--button .btn-text {
    color: var(--black);
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: .1rem
}

.single_post__content--button .btn-icon {
    margin-left: 1.7rem
}

.single_post__content--button .btn-icon svg * {
    fill: var(--black);
    transition: .2s
}

.single_post:hover {
    border-color: var(--red);
    box-shadow: 0 0 5rem rgba(0, 0, 0, .6)
}

.single_post:hover .btn-text {
    color: var(--red)
}

.single_post:hover .btn-icon svg * {
    fill: var(--red);
    transition: .2s
}

@media screen and (max-width: 800px) {
    .contactFormSection {
        width: 100%;
        padding: 0 2rem;
        flex-direction: column
    }

    .contactFormSection__content, .contactFormSection__map {
        width: 100%
    }

    .contactFormSection__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10.7rem 2.6rem 5.2rem
    }

    .contactFormSection__content__form {
        width: 100%;
        margin-top: 3.8rem
    }

    .contactFormSection__content__form .contact__wrap {
        grid-template-columns: 1fr
    }

    .contactFormSection__content__form .contact__bottom {
        flex-direction: column
    }

    .contactFormSection__content__form .contact--privacy {
        width: 100%;
        margin-top: 0;
        margin-bottom: 3.2rem
    }

    .contactFormSection__content__form .contact .button-1 {
        margin-top: 1.8rem;
        margin-left: auto;
        margin-right: auto;
        align-self: center
    }

    .contactFormSection__map {
        min-height: 32rem;
        margin-top: 2.4rem
    }
}

.pagination-block, .pagination-block .pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination-block .pagination {
    list-style: none;
    margin: 0 3.6rem
}

.pagination-block .pagination li {
    color: var(--grey2);
    font-size: 2rem;
    font-weight: 500;
    margin-left: 4.9rem;
    transition: .2s;
    position: relative
}

.pagination-block .pagination li:before {
    content: "";
    width: 2rem;
    height: .1rem;
    background-color: var(--grey);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -3.8rem
}

.pagination-block .pagination li:first-child {
    margin-left: 0
}

.pagination-block .pagination li:first-child:before {
    display: none
}

.pagination-block .current, .pagination-block .pagination li:hover {
    color: var(--black);
    text-shadow: 0 0 .07rem var(--black), 0 0 .07rem var(--black), 0 0 .07rem var(--black)
}

.pagination-block .first, .pagination-block .last {
    display: none
}

.pagination-block .next, .pagination-block .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border: .1rem solid var(--grey);
    padding: 1rem;
    background-color: transparent;
    transition: .2s
}

.pagination-block .next svg, .pagination-block .prev svg {
    width: 100%;
    height: 100%
}

.pagination-block .next svg *, .pagination-block .prev svg * {
    transition: .2s;
    fill: var(--grey)
}

.pagination-block .next:hover, .pagination-block .prev:hover {
    background-color: var(--red);
    border-color: var(--red)
}

.pagination-block .next:hover svg *, .pagination-block .prev:hover svg * {
    fill: var(--white)
}

.pagination-block .next {
    transform: rotate(180deg)
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--grey)
}

.breadcrumbs .stepIcon {
    width: 2rem;
    height: .1rem;
    background-color: var(--grey);
    margin: 0 1.5rem
}

.breadcrumbs a {
    transition: .2s
}

.breadcrumbs a:hover {
    color: var(--red)
}

@media screen and (min-width: 2270px) {
    .header__bottom__nav > .menu {
        display: flex;
        list-style: none
    }

    .header__bottom__nav > .menu > .menu-item {
        font-size: 1.3rem !important
    }
}

.header {
    width: 100%;
    font-size: 1.4rem
}

.header__mobileBelt {
    display: none
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 160rem;*/
    margin: 0 auto;
    padding: 3.7rem 0 2.5rem
}

.header__main__branding {
    font-size: 0;
    width: 18.4rem;
    height: 8rem;
    position: relative;
    top: -.5rem;
    left: .4rem
}

.header__main__branding img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__main__nav {
    display: flex;
    position: relative
}

.header__main__nav > .menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 1rem
}

.header__main__nav > .menu > .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .1rem;
    margin-left: 5.4rem;
    transition: all .2s;
    position: relative
}

.header__main__nav > .menu > .menu-item:before {
    content: "";
    width: 0;
    height: .2rem;
    background-color: var(--red);
    position: absolute;
    top: -1.3rem;
    left: 0;
    transition: .2s
}

.header__main__nav > .menu > .menu-item:hover {
    color: var(--red)
}

.header__main__nav > .menu > .menu-item:hover:before {
    width: 4rem
}

.header__main__nav > .menu > .menu-item:first-child {
    margin-left: 0
}

.header__main__nav > .menu > .menu-item:last-child {
    margin-left: 22.5rem
}

.header__main__nav > .menu > .menu-item:last-child:before {
    display: none
}

.header__main__nav > .menu > .menu-item:last-child a {
    background-size: 300% 100%;
    padding: 1.2rem 6.2rem 1.2rem 2.5rem;
    border-radius: 5rem;
    transition: all .2s ease-in-out;
    color: var(--white);
    background-image: linear-gradient(100deg, var(--red), var(--yellow))
}

.header__main__nav > .menu > .menu-item:last-child a:after {
    content: "";
    width: 2.5rem;
    height: .5rem;
    background-image: url(../../assets/dots.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.header__main__nav > .menu > .menu-item:last-child a:hover {
    background-position: 100% 0;
    transition: all .2s ease-in-out
}

.header__main__nav > .menu > .active {
    color: var(--red)
}

.header__main__nav > .menu > .active:before {
    width: 4rem
}

.menuButton {
    display: none !important;
    border-radius: .5rem;
    width: 6.4rem;
    height: 6.4rem;
    position: relative;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s;
    cursor: pointer
}

.menuButton path {
    fill: none;
    transition: stroke-dasharray .5s, stroke-dashoffset .5s;
    stroke: var(--black);
    stroke-width: 4;
    stroke-linecap: round
}

.menuButton path:first-of-type {
    stroke-dasharray: 40 139
}

.menuButton path:nth-of-type(3) {
    stroke-dasharray: 40 180
}

.menuButton--active {
    transform: rotate(45deg)
}

.menuButton--active path:first-of-type {
    stroke-dashoffset: -98px
}

.menuButton--active path:nth-of-type(3) {
    stroke-dashoffset: -138px
}

.menuButton--active path {
    fill: none;
    transition: stroke-dasharray .5s, stroke-dashoffset .5s;
    stroke-width: 4;
    stroke-linecap: round;
    stroke: var(--red) !important
}

.menuButtonExit {
    position: absolute;
    top: 1rem;
    right: 2.2rem;
    z-index: 99
}

.page-template-template_homepage .header {
    position: absolute;
    z-index: 90
}

.page-template-template_homepage .header .menu-item {
    color: var(--white)
}

.page-template-template_homepage .menuButton path {
    stroke: var(--white)
}

@media screen and (max-width: 800px) {
    .header {
        width: 100%;
        padding-bottom: 0;
        margin-top: 0
    }

    .header__mobileBelt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1.3rem 2rem
    }

    .header__mobileBelt__branding {
        font-size: 0;
        width: 16rem
    }

    .header__main {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        /*flex-direction: column;*/
        /*position: fixed;*/
        /*width: 100vw;*/
        /*height: 100vh;*/
        /*z-index: 98;*/
        /*top: 0;*/
        /*left: 0;*/
        padding-top: 6rem;
        /*background-color: var(--white);*/
        /*transition: transform .3s ease-in-out .1s;*/
        /*transform: translateX(105vw);*/
        /*overflow: hidden*/
    }

    .header__main--active {
        /*transform: translateX(0)*/
    }

    .header__main__branding {
        /*display: none*/
    }

    .header__main__nav {
        /*align-items: center*/
    }

    .header__main__nav, .header__main__nav .menu {
        /*flex-direction: column;*/
        /*margin-right: 0*/
    }

    .header__main__nav .menu .menu-item {
        /*margin-left: 0;*/
        /*margin-bottom: 3.8rem;*/
        /*font-size: 2.8rem;*/
        /*color: var(--black)*/
    }

    .header__main__nav .menu .menu-item:last-child {
        /*margin-bottom: 0;*/
        /*margin-top: 4.2rem;*/
        /*margin-left: 0*/
    }

    .header__main__nav .menu .active {
        /*color: var(--red)*/
    }

    .menuButton, .menuButtonExit {
        display: block !important
    }
}

.footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 5.3rem 0 5rem;
    position: relative;
    z-index: 11
}

.footer, .footer__totop {
    display: flex;
    align-items: center
}

.footer__totop {
    justify-content: center;
    width: 7.4rem;
    height: 7.8rem;
    padding: 2.5rem 2rem;
    background-color: var(--red);
    border: .2rem solid var(--red);
    transition: .2s ease;
    z-index: 90;
    position: absolute;
    right: 0;
    bottom: 0
}

.footer__totop svg {
    width: 100%;
    height: 100%
}

.footer__totop svg * {
    transition: .2s ease
}

.footer__totop:hover {
    border-color: var(--grey);
    background-color: transparent
}

.footer__totop:hover svg * {
    fill: var(--grey)
}

.footer a {
    transition: .2s
}

.footer a:hover {
    color: var(--red)
}

.footer__bottom, .footer__top {
    width: 160rem
}

.footer__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4.7rem;
    margin-bottom: 6.3rem;
    border-bottom: .1rem solid var(--grey)
}

.footer__top__navs {
    width: 96.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.footer__top__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow: hidden
}

.footer__top__nav--title {
    font-weight: 700;
    line-height: 4rem
}

.footer__top__nav > .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none
}

.footer__top__nav > .menu > .menu-item {
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 4rem;
    transition: .2s;
    width: 100%;
    position: relative
}

.footer__top__nav > .menu > .menu-item:before {
    content: "";
    width: 4rem;
    height: .1rem;
    background-color: var(--black);
    transition: .2s;
    position: absolute;
    left: -5.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.footer__top__nav > .menu > .menu-item:hover {
    transform: translateX(5.5rem);
    color: var(--red)
}

.footer__top__nav > .menu > .menu-item:hover:before {
    background-color: var(--red)
}

.footer__top__nav > .menu .menu-item-has-children {
    display: none
}

.footer__top__nav > .menu .current_page_item {
    color: var(--red)
}

.footer__top__nav__contact__single--text {
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 4rem
}

.footer__top__nav__contact__single .email {
    font-weight: 700
}

.footer__top__conForms {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer__top__conForms__single {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .9rem
}

.footer__top__conForms__single--icon {
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 2.4rem
}

.footer__top__conForms__single--title {
    font-size: 3rem;
    text-align: right
}

.footer__top__conForms__single:first-child {
    position: relative;
    right: -1.34rem;
    margin-top: 0
}

.footer__top__miniMenu--single {
    margin-left: -6rem
}

.footer__bottom {
    display: flex;
    align-items: center
}

.footer__bottom__branding {
    font-size: 0;
    width: 12rem;
    height: 5rem;
    margin-right: 4.1rem;
    position: relative;
    top: -1.4rem
}

.footer__bottom__branding--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__bottom__info {
    display: flex
}

.footer__bottom__info a {
    text-decoration: underline
}

.footer__bottom__socialMedia {
    margin-left: 14.3rem;
    display: flex;
    list-style: none
}

.footer__bottom__socialMedia--single {
    color: var(--grey2);
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 4.3rem;
    position: relative
}

.footer__bottom__socialMedia--single:before {
    content: "";
    width: 2rem;
    height: .1rem;
    background-color: var(--grey);
    position: absolute;
    left: -3.3rem;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.footer__bottom__socialMedia--single:first-child {
    margin-left: 0
}

.footer__bottom__socialMedia--single:first-child:before {
    display: none
}

.footer__bottom--rightText {
    justify-self: flex-end;
    margin-left: auto
}

@media screen and (max-width: 800px) {
    .footer {
        width: 100%;
        padding: 6.6rem 2rem 2rem;
        margin-top: 0;
        overflow: hidden;
        flex-direction: column
    }

    .footer__totop {
        bottom: auto;
        top: 0
    }

    .footer__top {
        width: 100%;
        flex-direction: column
    }

    .footer__top__navs {
        grid-template-columns: 1fr
    }

    .footer__top__nav {
        width: 100%;
        margin-bottom: 2.4rem
    }

    .footer__top__nav:last-child {
        margin-bottom: 0
    }

    .footer__top__nav--title {
        margin-bottom: 1.6rem
    }

    .footer__top__conForms__single {
        flex-direction: row-reverse
    }

    .footer__top__conForms__single img {
        margin-left: 0;
        margin-right: 2.4rem
    }

    .footer__top__conForms__single--text {
        text-align: left
    }

    .footer__top__conForms__single:first-child {
        right: auto;
        left: 0
    }

    .footer__top__miniMenu--single {
        margin-left: 0;
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .footer__bottom {
        width: 100%;
        flex-direction: column;
        align-items: center
    }

    .footer__bottom__branding {
        width: 17rem;
        height: auto;
        margin-right: 0;
        margin-bottom: 3.6rem
    }

    .footer__bottom__socialMedia {
        margin: 3.2rem 0
    }

    .footer__bottom--rightText {
        justify-self: center;
        margin-left: 0
    }
}

.s1_homepage {
    display: flex;
    align-items: flex-end;
    width: 100%;
    position: relative;
    min-height: 85.7rem
}

.s1_homepage--img {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 85.7rem
}

.s1_homepage__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100rem;
    position: relative;
    left: 16rem;
    bottom: -10.3rem;
    z-index: 1
}

.s1_homepage__content--title {
    color: var(--white);
    position: relative
}

.s1_homepage__content--title:before {
    content: "";
    width: 10rem;
    height: .2rem;
    background-color: var(--red);
    position: absolute;
    top: -4rem
}

.s1_homepage__content__repeat {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 13.5rem
}

.s1_homepage__content__repeat__single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 30rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    border-radius: 2rem;
    padding: 5.2rem 4rem 4.5rem 5rem;
    transition: .2s !important
}

.s1_homepage__content__repeat__single:first-child {
    background-color: var(--orange)
}

.s1_homepage__content__repeat__single:nth-child(2) {
    background-color: var(--red)
}

.s1_homepage__content__repeat__single:nth-child(3) {
    background-color: var(--yellow)
}

.s1_homepage__content__repeat__single:hover {
    box-shadow: 0 0 5rem rgba(0, 0, 0, .6)
}

.s1_homepage__content__repeat__single--title {
    color: var(--white)
}

.s1_homepage__content__repeat__single--button {
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-top: auto
}

.s1_homepage__content__repeat__single--button .btn-text {
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: .1rem
}

.s1_homepage__content__repeat__single--button .btn-icon {
    margin-left: 1.7rem
}

.s2_homepage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 147.2rem;
    margin: 32.5rem auto 0
}

.s2_homepage__content {
    display: flex;
    width: 121.6rem;
    align-self: flex-end
}

.s2_homepage__content--title {
    width: 72rem
}

.s2_homepage__content--text {
    width: calc(100% - 84rem);
    margin-top: 1.5rem;
    margin-left: .3rem
}

.s2_homepage__slider {
    width: 100%;
    margin-top: 14.7rem
}

.s2_homepage__slider__single {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 19.6rem;
    padding: 2rem 0;
    border-radius: 2rem;
    transition: .2s !important
}

.s2_homepage__slider__single img {
    max-height: 10.9rem;
    -o-object-fit: contain;
    object-fit: contain
}

.s3_homepage {
    padding-top: 22.2rem;
    padding-bottom: .8rem;
    position: relative
}

.s3_homepage:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #edf2f5 0, var(--white));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.s3_homepage__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.s3_homepage__header {
    width: 128rem;
    margin: 0 auto
}

.s3_homepage__repeat {
    display: flex;
    align-items: flex-end;
    gap: 4rem;
    margin-top: 5.4rem;
    height: 63rem
}

.s3_homepage__slider {
    display: none
}

.s3_homepage .singleBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 2rem;
    box-shadow: 0 0 5rem rgba(0, 0, 0, .1);
    width: 44rem;
    height: 46.5rem;
    padding: 14.7rem 0 8.2rem;
    transition: .2s ease;
    position: relative
}

.s3_homepage .singleBlock .icon {
    width: 20.6rem;
    height: 18rem;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .2s ease;
    position: absolute;
    top: -7rem
}

.s3_homepage .singleBlock .title-50 {
    color: var(--white);
    font-size: 4rem;
    line-height: 5.5rem
}

.s3_homepage .singleBlock .title-50:before {
    display: none
}

.s3_homepage .singleBlock .text-20 {
    color: var(--white)
}

.s3_homepage .singleBlock--text {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    overflow: hidden
}

.s3_homepage .singleBlock .button-inactive {
    display: flex;
    align-items: center;
    margin-top: 1.6rem
}

.s3_homepage .singleBlock .button-inactive--icon {
    width: 2.4rem;
    height: 2.1rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10.2rem
}

.s3_homepage .singleBlock .button-inactive--text {
    letter-spacing: .1rem
}

.s3_homepage .singleBlock .button-active {
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(96deg, var(--grey2), #edf2f5);
    transition: .2s ease
}

.s3_homepage .singleBlock button {
    color: var(--white)
}

.s3_homepage .singleBlock:first-child {
    background-image: linear-gradient(224deg, var(--yellow), var(--orange));
    padding: 14.7rem 9rem 8.2rem 16rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.s3_homepage .singleBlock:first-child .icon {
    right: 7.8rem
}

.s3_homepage .singleBlock:first-child .button-inactive {
    flex-direction: row-reverse
}

.s3_homepage .singleBlock:first-child .button-inactive img {
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 10.2rem
}

.s3_homepage .singleBlock:nth-child(2) {
    background-image: linear-gradient(237deg, #7d7c7c, #000);
    padding: 14.7rem 9rem 8.2rem
}

.s3_homepage .singleBlock:nth-child(2) .button-inactive img {
    display: none
}

.s3_homepage .singleBlock:nth-child(3) {
    background-image: linear-gradient(224deg, var(--red), var(--orange));
    padding: 14.7rem 16rem 8.2rem 9rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.s3_homepage .singleBlock:nth-child(3) .icon {
    right: 16rem
}

.s3_homepage .singleBlock:nth-child(3) .title-50 {
    text-align: right
}

.s4_homepage {
    margin-top: -1.3rem;
    padding-top: 22.6rem;
    padding-bottom: 86rem;
    margin-bottom: -67.1rem;
    position: relative
}

.s4_homepage:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(-180deg);
    background-image: linear-gradient(0deg, #edf2f5 0, var(--white));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.s4_homepage__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 128rem;
    margin: 0 auto
}

.s4_homepage__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 4.2rem
}

.s4_homepage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 3.2rem
}

.s4_homepage .button-3 {
    margin-top: 13rem;
    align-self: flex-end;
    margin-left: auto
}

#kontakt, #oferta {
    width: 100%;
    height: .2rem
}

#kontakt {
    position: relative;
    top: -16rem
}

@media screen and (max-width: 800px) {
    .s1_homepage {
        flex-direction: column;
        min-height: 100vh
    }

    .s1_homepage--img {
        height: 100vh;
        -o-object-position: -61rem 0;
        object-position: -61rem 0
    }

    .s1_homepage__content {
        width: 100%;
        left: 0;
        top: 16rem;
        bottom: auto;
        padding: 0 2rem
    }

    .s1_homepage__content--title {
        text-align: center;
        font-size: 5.5rem;
        line-height: 7rem;
        text-shadow: .1rem .1rem .4rem var(--black)
    }

    .s1_homepage__content--title:before {
        top: -2rem;
        width: 15rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .s1_homepage__content__repeat {
        grid-template-columns: 1fr;
        margin-top: 12.5rem
    }

    .s1_homepage__content__repeat__single {
        min-height: 27rem
    }

    .s2_homepage {
        width: 100%;
        padding: 0 2rem;
        margin-top: 55rem;
        margin-bottom: 6.8rem;
        flex-direction: column
    }

    .s2_homepage__content {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin-top: -27rem;
        flex-direction: column
    }

    .s2_homepage__content--text, .s2_homepage__content--title {
        width: 100%
    }

    .s2_homepage__slider {
        margin-top: 4.8rem
    }

    .s2_homepage__slider__single {
        min-height: 14.6rem
    }

    .s3_homepage {
        width: 100%;
        padding: 0 2rem;
        margin-bottom: 7.8rem
    }

    .s3_homepage__header {
        width: 100%
    }

    .s3_homepage__slider {
        width: 100%;
        display: flex;
        margin-top: 9rem
    }

    .s3_homepage .singleBlock {
        width: 100%;
        height: auto;
        padding: 13rem 2rem 6rem !important;
        border-radius: 2rem !important
    }

    .s3_homepage .singleBlock .icon {
        right: 4rem !important
    }

    .s3_homepage .singleBlock--text {
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        margin-top: 2.8rem;
        margin-bottom: 2.3rem
    }

    .s3_homepage .singleBlock .button-active {
        height: auto;
        opacity: 1;
        visibility: visible
    }

    .s3_homepage .singleBlock .button-inactive, .s3_homepage__repeat {
        display: none
    }

    .s4_homepage {
        padding: 0 2rem;
        margin-bottom: 0
    }

    .s4_homepage, .s4_homepage__wrap {
        width: 100%;
        flex-direction: column
    }

    .s4_homepage__wrap {
        height: auto;
        margin-top: -8rem;
        padding-bottom: 8.8rem;
        padding-top: 15rem
    }

    .s4_homepage__wrap:before {
        top: 0;
        left: -2rem;
        right: auto;
        transform: skewX(0);
        width: calc(100% + 4rem)
    }

    .s4_homepage__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .s4_homepage__header--title {
        margin-bottom: 1rem
    }

    .s4_homepage__grid {
        width: 100%;
        grid-template-columns: 1fr;
        margin-left: 0
    }

    .s5_homepage {
        width: 100%;
        padding: 7rem 2rem;
        flex-direction: column;
        margin-bottom: 0
    }

    .s5_homepage:before {
        left: 0;
        right: auto;
        transform: skewX(0)
    }

    .s5_homepage__header {
        margin-bottom: 3.4rem
    }

    .s5_homepage__grid {
        width: 100%;
        grid-template-columns: 1fr
    }

    .s5_homepage .button-3 {
        margin-left: 0;
        align-self: center;
        margin-top: 4.8rem
    }
}

.s1_blog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 13.9rem;
    position: relative
}

.s1_blog:before {
    content: "";
    width: 100%;
    height: 77rem;
    transform: rotate(-180deg);
    background-image: linear-gradient(-1deg, #edf2f5, var(--white));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.s1_blog__wrap {
    width: 128rem;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.s1_blog--title span {
    color: var(--red)
}

.s1_blog__filters {
    display: flex;
    align-items: center;
    margin-top: 7.6rem
}

.s1_blog__filters__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 4.4rem
}

.s1_blog__filters__list--single {
    margin-left: 6rem;
    position: relative;
    font-weight: 500;
    transition: .2s;
    color: var(--categoryColor)
}

.s1_blog__filters__list--single:hover {
    text-shadow: 0 0 .07rem var(--categoryColor), 0 0 .07rem var(--categoryColor), 0 0 .07rem var(--categoryColor)
}

.s1_blog__filters__list--single:before {
    content: "|";
    color: var(--grey);
    position: absolute;
    left: -3rem
}

.s1_blog__filters__list--single:first-child {
    margin-left: 0
}

.s1_blog__filters__list--single:first-child:before {
    display: none
}

.s1_blog__filters .backToBlog {
    margin-left: 3.2rem
}

.s1_blog__filters .backToBlog img {
    transition: .2s
}

.s1_blog__filters .backToBlog img:hover {
    transform: rotate(90deg)
}

.s2_blog {
    min-height: 77rem;
    margin-top: 8.6rem;
    padding-bottom: 9.3rem;
    position: relative
}

.s2_blog:after {
    content: "";
    width: 100%;
    height: 77rem;
    background-image: linear-gradient(-1deg, #edf2f5, var(--white));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.s2_blog__query {
    width: 128rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4.3rem;
    margin: 0 auto 8.6rem
}

@media screen and (max-width: 800px) {
    .archive .s1_blog--title {
        font-size: 3.6rem
    }

    .s1_blog {
        padding: 8.9rem 2rem 0
    }

    .s1_blog__wrap {
        width: 100%
    }

    .s1_blog__filters {
        align-items: flex-start
    }

    .s1_blog__filters__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 2.4rem
    }

    .s1_blog__filters__list--single {
        margin-left: 0
    }

    .s1_blog__filters__list--single:before {
        display: none
    }

    .s2_blog {
        width: 100%;
        padding: 2rem;
        margin-top: 4.6rem
    }

    .s2_blog__query {
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 3.2rem
    }

    .s2_blog__query .single_post {
        flex-direction: column;
        min-height: 57rem
    }

    .s2_blog__query .single_post--thumbnail {
        width: 100%;
        height: 22rem
    }

    .s2_blog__query .single_post__content {
        width: 100%;
        padding: 2.7rem 2rem 3.7rem;
        margin-left: 0
    }

    .s2_blog__query .single_post__content--date {
        margin-bottom: 0
    }

    .s2_blog__query .single_post__content--description {
        margin-top: 1rem;
        margin-bottom: 0
    }

    .s2_blog__query .single_post__content .button-2 {
        margin-top: 4.2rem
    }
}

.s1_post {
    padding-top: 5.4rem;
    padding-bottom: 14.6rem;
    position: relative
}

.s1_post:after {
    bottom: 0
}

.s1_post:after, .s1_post:before {
    content: "";
    width: 100%;
    height: 77rem;
    background-image: linear-gradient(-1deg, #edf2f5, var(--white));
    position: absolute;
    left: 0;
    z-index: -1
}

.s1_post:before {
    transform: rotate(-180deg);
    top: 0
}

.s1_post__article, .s1_post__header {
    width: 144rem;
    margin: 0 auto
}

.s1_post__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.s1_post__header .breadcrumbs {
    margin-bottom: 11.3rem
}

.s1_post__header--title:before {
    top: -4rem
}

.s1_post__header__date {
    display: flex;
    margin-top: .5rem
}

.s1_post__article {
    margin-top: 8.8rem
}

.s1_post__article--editor {
    font-size: 2rem;
    width: 100%
}

.s1_post__article--editor h1, .s1_post__article--editor h2, .s1_post__article--editor h3, .s1_post__article--editor h4, .s1_post__article--editor h5, .s1_post__article--editor h6 {
    font-weight: 400;
    color: var(--black)
}

.s1_post__article--editor h1 {
    font-size: 3em
}

.s1_post__article--editor h2 {
    font-size: 2.4em
}

.s1_post__article--editor h3 {
    font-size: 1.6em
}

.s1_post__article--editor h4 {
    font-size: 1.2em
}

.s1_post__article--editor h5 {
    font-size: .83em
}

.s1_post__article--editor h6 {
    font-size: .67em
}

.s1_post__article--editor li, .s1_post__article--editor p {
    font-size: 1em;
    line-height: 1.8em
}

.s1_post__article--editor strong {
    font-size: 700
}

.s1_post__article--editor u {
    text-decoration: underline
}

.s1_post__article--editor i {
    font-style: italic
}

.s1_post__article--editor ol, .s1_post__article--editor ul {
    margin-left: 1.5rem
}

.s1_post__article--editor ul {
    list-style: none;
    margin-left: 1.5rem
}

.s1_post__article--editor ul li {
    line-height: 3.3rem;
    margin-bottom: .2rem;
    position: relative
}

.s1_post__article--editor ul li:before {
    content: "â˘";
    color: inherit;
    font-size: 2.7rem;
    font-weight: 500;
    position: absolute;
    left: -1.5rem
}

.s1_post__article--editor blockquote {
    position: relative;
    margin-left: 13.5rem;
    color: var(--red);
    font-size: 1.3em
}

.s1_post__article--editor blockquote:before {
    content: "";
    width: 10rem;
    height: 10rem;
    background-image: url(../../assets/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: .5rem;
    left: -13.5rem
}

.s1_post__article--editor img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

.s1_post__article--editor a {
    color: var(--red);
    text-decoration: underline
}

.s1_post__article--editor .alignleft {
    margin: .5rem 4rem 2rem 0
}

.s1_post__article--editor .alignright {
    margin: .5rem 0 2rem 4rem
}

.s1_post__article--editor .aligncenter {
    margin: 3rem auto
}

.s1_post__article--editor .alignnone {
    margin: 3rem 0
}

.s1_post__article--editor .gallery br {
    display: none !important
}

.s1_post__article--editor .gallery-columns-2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_post__article--editor .gallery-columns-3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_post__article--editor .gallery-columns-4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_post__article--editor .gallery-columns-5 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_post__article--editor .gallery-item {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important
}

.s1_post__article--editor .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    border: none !important;
    border-radius: .8rem
}

.s1_post__article--thumbnail {
    width: 72rem;
    height: 45rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem;
    margin-left: 8rem;
    margin-bottom: 3.2rem;
    float: right
}

@media screen and (max-width: 800px) {
    .s1_post {
        padding: 6rem 2rem
    }

    .s1_post, .s1_post__header {
        width: 100%
    }

    .s1_post__header .breadcrumbs {
        margin-bottom: 8.3rem
    }

    .s1_post__article {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 4.8rem
    }

    .s1_post__article--thumbnail {
        width: 100%;
        height: 24rem;
        margin-left: 0
    }
}

.s1_universal {
    width: 128rem;
    margin: 11.8rem auto 13.8rem
}

.s1_universal__header {
    margin-bottom: 9.3rem
}

.s1_universal--editor {
    font-size: 2rem;
    margin: 0 auto
}

.s1_universal--editor h1, .s1_universal--editor h2, .s1_universal--editor h3, .s1_universal--editor h4, .s1_universal--editor h5, .s1_universal--editor h6 {
    font-weight: 400;
    color: var(--black)
}

.s1_universal--editor h1 {
    font-size: 3em
}

.s1_universal--editor h2 {
    font-size: 2.4em
}

.s1_universal--editor h3 {
    font-size: 1.6em
}

.s1_universal--editor h4 {
    font-size: 1.2em
}

.s1_universal--editor h5 {
    font-size: .83em
}

.s1_universal--editor h6 {
    font-size: .67em
}

.s1_universal--editor li, .s1_universal--editor p {
    font-size: 1em;
    line-height: 1.8em
}

.s1_universal--editor strong {
    font-size: 700
}

.s1_universal--editor u {
    text-decoration: underline
}

.s1_universal--editor i {
    font-style: italic
}

.s1_universal--editor ol, .s1_universal--editor ul {
    margin-left: 1.5rem
}

.s1_universal--editor ul {
    list-style: none;
    margin-left: 1.5rem
}

.s1_universal--editor ul li {
    line-height: 3.3rem;
    margin-bottom: .2rem;
    position: relative
}

.s1_universal--editor ul li:before {
    content: "â˘";
    color: inherit;
    font-size: 2.7rem;
    font-weight: 500;
    position: absolute;
    left: -1.5rem
}

.s1_universal--editor blockquote {
    position: relative;
    margin-left: 13.5rem;
    color: var(--red);
    font-size: 1.3em
}

.s1_universal--editor blockquote:before {
    content: "";
    width: 10rem;
    height: 10rem;
    background-image: url(../../assets/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: .5rem;
    left: -13.5rem
}

.s1_universal--editor img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

.s1_universal--editor a {
    color: var(--red);
    text-decoration: underline
}

.s1_universal--editor .alignleft {
    margin: .5rem 4rem 2rem 0
}

.s1_universal--editor .alignright {
    margin: .5rem 0 2rem 4rem
}

.s1_universal--editor .aligncenter {
    margin: 3rem auto
}

.s1_universal--editor .alignnone {
    margin: 3rem 0
}

.s1_universal--editor .gallery br {
    display: none !important
}

.s1_universal--editor .gallery-columns-2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_universal--editor .gallery-columns-3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_universal--editor .gallery-columns-4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_universal--editor .gallery-columns-5 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
}

.s1_universal--editor .gallery-item {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important
}

.s1_universal--editor .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    border: none !important;
    border-radius: .8rem
}

.s1_universal--editor strong {
    font-weight: 700
}

@media screen and (max-width: 800px) {
    .s1_universal {
        width: 100%;
        padding: 0 2rem;
        margin-top: 15.7rem
    }
}
