html.has-scroll-smooth{
    overflow: unset !important;
    position: static !important;
}
body{
    overflow: unset !important;
}
.c-scrollbar{
    display: none;
}
@font-face {
    font-family: "NeueMachina";
    src: url("../fonts/NeueMachina-Bold.eot");
    src: url("../fontsNeueMachina-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina-Bold.svg#NeueMachina-Bold") format("svg"), url("../fonts/NeueMachina-Bold.ttf") format("truetype"), url("../fonts/NeueMachina-Bold.woff") format("woff"), url("../fonts/NeueMachina-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "NeueMachina";
    src: url("../fonts/NeueMachina-Medium.eot");
    src: url("../fontsNeueMachina-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina-Medium.ttf") format("truetype"), url("../fonts/NeueMachina-Medium.woff") format("woff"), url("../fonts/NeueMachina-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}
.article.content{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin: 110px auto 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: NeueMachina, sans-serif !important;
}
.section-article h1 {
    color: #131313;
    font-size: max(33px, min(7vw, 50px));
    line-height: 1.2;
    font-weight: 700;
}
.section-article h2 {
    font-size: max(30px, min(7vw, 35px));
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}
.section-article h1::first-letter,
.section-article h2::first-letter{
    text-transform: uppercase;
}
.section-article h3 {
    font-size: clamp(30px, 1.39vw + 3px, 40px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
}
.section-article_main{
    width: 75%;
}
.content-part{
    width: 100%;
    position: relative;
}
.content-part.pdf_enabled{
    margin-right: unset !important;
}
.sidebar{
    margin-left: unset !important;
}
html:not(.lenis) .wrapper{
    overflow: unset !important;
}
.sidebar .sticky-box{
    width: 326px;
    max-width: 100%;
    min-height: 540px;
    position: sticky;
    top: 5px;
    overflow: hidden;
    transition: 0.3s top;
}
.sidebar .sticky-box .contact-btn{
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    transition: height 0.5s;
    background: linear-gradient(#fafafa, #fafafa) padding-box, linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #672b41 96.32%) border-box;
}
.sidebar .sticky-box .contact-btn>div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.sidebar .sticky-box .contact-btn img{
    width: 36px;
    height: 36px;
    transform: translate(0, 0);
    transition: all 0.5s;
}
.sidebar .sticky-box .contact-btn:hover img{
    width: 45px;
    height: 45px;
    transform: translate(5px, -5px);
}
.sidebar .sticky-box .contact-btn p{
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    max-width: 180px;
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #221b1f 96.32%);
    background-clip: text;
}
.sidebar .sticky-box .contact-btn span{
    display: inline-block;
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #221b1f 96.32%);
    background-clip: text;
    position: relative;
    padding: 0;
}
.sidebar .sticky-box .contact-btn .btn-animate-chars span:after{
     bottom: 0;
     content: "";
     height: 1px;
     left: auto;
     position: absolute;
     right: 0;
     transition: .3s
     ease-in-out;
     width: 100%;
    background: linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #672b41 96.32%);
 }
.sticky-box-form{
    border-radius: 20px;
    background: #191919;
    min-height: 540px;
    overflow: hidden;
}
.sidebar .sticky-box.top70{
    top: 70px;
}
.sidebar .sticky-box.top100{
    top: 100px;
}
.logo-brochure{
    position: relative;
    max-width: 90px;
    top: 20px;
    left: 20px;
    z-index: 9;
}
.brochure-img{
    height: 180px;
    background-size: 100% 180px;
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
}
.brochure-img.full{
    height: 360px;
}
.brochure-img img{
    position: absolute;
    top: -65%;
    left: 60px;
}
.brochure-img.full img{
    position: relative;
    top: 25px;
    left: 0;
}
.form-brochure{
    padding: 50px 20px 20px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}
.form-title{
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.content .form-subtitle{
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
    margin-bottom: 8px;
}
.content p{
    color: #333;
    font-family: Inter;
    font-size: clamp(16px, 1.39vw + 3px, 18px);
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-right: 10px;
}
.content ul li{
    margin-bottom: 10px;
}
.content p a,
.content ul li a{
    /*color: #cb3374;*/
    display: inline-block;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #221b1f 96.32%);
    background-clip: text;
}

/*.content p a:hover,*/
/*.content ul li a:hover{*/
/*    color: #942454;*/
/*}*/

.content p strong{
    color: #000;
}

.content p a:after,
.content blockquote:before{
    background: linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #672b41 96.32%);
}
.article table tr{
    border-bottom: 1px solid transparent;
    background: linear-gradient(#fafafa, #fafafa) padding-box, linear-gradient(113.99deg, #672b41 2.19%, #984161 33.57%, #e15689 64.94%, #672b41 96.32%) border-box;
}
.content ul li:before{
    background: linear-gradient(90deg, #672b41, #813352 11%, #984161 25%, #ca547f 45%, #e15689 69%, #221b1f 82%, #672b41);
    background-size: 1400% 100%;
}
.content .article-author{
    position: absolute;
    bottom: 100%;
    border-top: unset;
}
.content .article-marker ul{
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
.content .article-marker ul li{
    padding: 0;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 4px;
}
.content .article-marker ul li:before{
    content: unset;
}
.content .article-marker ul li a{
    color: #333;
    text-decoration: none;
    border-radius: 0;
    padding: 12px 17px;
    height: 40px;
    display: flex;
    font-size: 13px;
    background: unset;
    -webkit-text-fill-color: unset;
    text-fill-color: unset;
}
.content .article-marker ul li a:hover{
    background: linear-gradient(113.99deg, #672b41 2.19%, #984161 35.57%, #c14673 57.94%, #672b41 96.32%);
    border: 1px solid transparent;
    color: #fff;
}
.form-brochure input{
    display: block;
    width: 100%;
    padding: 12px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    background: transparent;
    border-bottom: 1px solid #E8E8E866;
    margin-bottom: 12px;
    color: #E8E8E8;
    outline: none;
}
.form-brochure input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #191919 inset;
    -webkit-text-fill-color: #E8E8E8;
    transition: background-color 5000s ease-in-out;
}
.form-brochure input[type="checkbox"]{
    width: auto;
    display: inline-block;
}
.form-brochure input::placeholder{
    font-size: 14px;
    letter-spacing: -0.8px;
}

.form-brochure .send_pdf{
    background: #fff;
    padding: 12px;
    width: 100%;
    border-radius: 4px;
    margin-top: 12px;
    color: #191919;
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    transition: background-color 0.3s;
    min-height: 36px;
}
.form-brochure .send_pdf:hover{
    background-color: #cac9c9;
}
.form_checkboxes{
    color: #C0C0C0;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: -0.8px;
    display: none;
}
.form_checkboxes label input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form_checkboxes label{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #C0C0C0;
    border-radius: 2px;
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.form_checkboxes label.error{
    border: 2px solid #a00000;
}
.form-brochure #email_input.error,
.form-brochure #job_title_input.error{
    border-bottom: 2px solid #a00000;
}
.form_checkboxes a{
    text-decoration: underline;
}
.form_checkboxes label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form_checkboxes label input:checked + span::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid #7E7E7E;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.footer-section{
    transform: unset !important;
    opacity: 1 !important;
    pointer-events: all !important;
}
#form-message p,
#form-message-error p{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #E8E8E8;
    margin-bottom: 0;
}
#form-message>span{
    font-family: NeueMachina, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 14px;
}
#form-message,
#form-message-error{
    padding: 20px 20px 50px;
}

.section-last-posts{
    padding-top: 40px;
}
.section-last-posts .section-last-posts__text{
    font-family: NeueMachina, sans-serif !important;
    color: #131313;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.back-link{
    z-index: 999;
}
.sidebar .sticky-box .contact-btn .btn-animate-chars__bg{
    background-color: #fafafa !important;
}
.sidebar .sticky-box .contact-btn .btn-animate-chars [data-button-animate-chars] span{
    text-shadow: 0px 1.3em rgb(184, 48, 97) !important;
}
.sidebar .sticky-box .contact-btn:hover .btn-animate-chars [data-button-animate-chars] span {
    transform: translateY(-1.3em) rotate(0.001deg);
}
.loader_text {
    width: 24px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
    background:
            var(--_g) 0%   50%,
            var(--_g) 50%  50%,
            var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
    display: none;
    margin: auto;
}
.single-post .content figure{
    margin-bottom: 0;
}
.single-post .content figure img{
    margin-bottom: 0;
}
.article_author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 50px 0;
}

img.article-author__avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    object-position: top;
}

.article-author__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

span.article-author__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -.24px;
    text-decoration: none;
}

span.article-author__role {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -.12px;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

@media(max-width: 768px){
    .section-last-posts .section-last-posts__text{
        font-size: 27px;
    }
}

@media(max-width: 992px){
    .section-article{
        padding-bottom: 0;
    }
    .article.content {
        flex-direction: column;
    }
    .content-part.pdf_enabled{
        margin-right: auto !important;
    }
    .sidebar{
        margin-left: auto !important;
        margin-bottom: 30px;
        max-width: 100% !important;
    }
    .sidebar .sticky-box{
        max-width: 450px;
        width: 100%;
    }
    .brochure-img img{
        max-width: 336px;
    }
    .section-article_main{
        width: 100%;
    }
}