.believe h2 spannav #nav ul li a, nav #nav ul li a:visited{
    color: white;
}

nav #nav ul li a, nav #nav ul li a:visited {
    color: white;
}

main {
    h1, h2, h3, h4, h5, h6, p {
        letter-spacing: 0;
    }
}

main img {
    display: block;
}

main .row::before {
    display: unset;
    content: unset;
}
nav .logo-holder img.sm-type {
    filter: invert(1);
}
body.dark-mode nav.minimalized .logo-holder img.sm-type {
    filter: invert(1);
}
nav.minimalized .logo-holder img.sm-type {
    filter: invert(0);
}
body.dark-mode nav.minimalized #nav ul li a, body.dark-mode nav.minimalized #nav ul li a:visited {
    color: white;
}
body.dark-mode .quick-ref-links {
    background-color: #0F0F0F !important;
    color: white;
}
body.dark-mode .c-form .wrap-close {
    color: white !important;
}
body.dark-mode .c-form .wrap-close:hover {
    color: #EB6608 !important;
}

body.dark-mode .c-form a {
    color: #cbcbcb;
}

body.dark-mode .socials .socials-slider-wrap {
    &::before {
        height: calc(100% - 2.5rem);
        left: 0;
        top: 1.25rem;
        background: linear-gradient(to right, #2F2F2F 0%, rgba(255, 255, 255, 0) 100%);
    }
}
body.dark-mode .socials .socials-slider-wrap {
    &::after {
        height: calc(100% - 2.5);
        right: 0;
        top: 1.25rem;
        background: linear-gradient(to left, #2F2F2F 0%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 768px) {
    body .socials .socials-slider-wrap {
        &::before {
            display: none;
        }
        &::after {
            display: none;
        }
    }
}


#videotitle iframe {
    width: 100%;
    height: 100%;
    border: none;
}

body.dark-mode .c-form {
    background-color: #252525 !important;
}
body.dark-mode .c-form h3 {
    color: white !important;
}
body.dark-mode .c-form .btn {
    background-color: #EB6608 !important;
    color: white !important;
}

body.dark-mode .c-form .btn:hover {
    background-color: #000 !important;
    color: white !important;
}
#videotitle {
    z-index: 12000;
}
.case-section-tag .content.white {
    background-color: #fff;
    color: #E20516;
    font-weight: bold;
    width: fit-content !important;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body.dark-mode .case-section-tag .content.white {
    background-color: #E20516;
    color: #fff;
    font-weight: bold;
}

.case-section-tag .content.red {
    background-color: #E20516;
    color: #fff;
    font-weight: bold;
}

body.dark-mode .case-section-tag .content.red {
    background-color: #E20516;
    color: #fff;
    font-weight: bold;
}

.play-ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url('/media/case-study/lion/icons/play-button.svg');
    mask-image: url('/media/case-study/lion/icons/play-button.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #E20516;
    margin-right: 5px;
    transition: transform 250ms ease;
}

body.dark-mode .play-ico {
    background-color: #fff;
}

.c-form h3 {
    font-size: 3.5rem;
}
@media (max-width: 768px) {
    .row .col-xs-9 {
        width: 75%;
    }
    .row .col-xs-3 {
        width: 25%;
    }
}
.dark-mode .bg-white {
    background-color: #252525 !important;
}
.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

footer p {
    color: #4f4f4f !important;
}

footer .socials {
    background-color: unset;
    position: unset;
    padding-top: unset;
    padding-bottom: unset;
}

/*
html, body {
    -height: calc(var(--vh) * 100) !important;
}*/

main {
    font-family: "Montserrat", serif !important;
    height: 100% !important;
    scroll-behavior: smooth;
}

main,
section,
h1, h2, h3, h4, h5, h6,
p,
span,
div, li, ul {
    transition: background-color 0.4s ease, color 0.4s ease;
}

.content-wrapper {
    overflow: hidden;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1172px !important;
        width: 100%;
    }
}
@media (min-width: 1680px) {
    .container {
        max-width: 1320px !important;
        width: 100%;
    }
}
section, .pin-spacer:has(section) {
    overflow: hidden;
}

.web_configurator, .ar, .visual, .bpm-header, .why_pwa, .client_response {
    overflow: unset;
}

body.light-mode h1, body.light-mode h2, body.light-mode h3, body.light-mode p, body.light-mode span {
    color: #252525;
}
body.dark-mode nav.minimalized::before {
    background-color: #0F0F0F;
}
body.dark-mode body {
    background-color: #202020;
}
body.dark-mode .thats-us {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.introduction {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.introduction h2, body.dark-mode section.introduction p, body.dark-mode section.introduction span {
    color: #FFFFFF;
}
body.dark-mode section.logo .image-wrapper--colour img {
    width: 32.0rem;
}
body.dark-mode section.thats-us {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.thats-us .thats-us__content h2, body.dark-mode  section.thats-us .thats-us__content p, body.dark-mode section.thats-us .thats-us__content span {
    color: #FFFFFF;
}
body.dark-mode  section.thats-us .thats-us__content .thats-us__line path {
    stroke: #FFFFFF;
}
body.dark-mode section.thats-us .thats-us__content p {
    color: #FFFFFF;
}
body.dark-mode section.request {
    background-color: #252525;
    color: #FFFFFF;
}
body.dark-mode section.request h2, body.dark-mode section.request button {
    color: #FFFFFF;
}
body.dark-mode section.request button {
    background-color: #E20516 !important;
}
body.dark-mode section.request button:hover {
    background-color: #b00411 !important;
}
body.dark-mode section.goals .goals__pinned {
    background-color: #202020;
}
body.dark-mode section.bpm-header {
    background-color: #505046;
    color: #FFFFFF;
}
body.dark-mode section.bpm-header h2, body.dark-mode section.bpm-header h3, body.dark-mode section.bpm-header p, body.dark-mode section.bpm-header span {
    color: #FFFFFF;
}
body.dark-mode section.bpm-header ul li {
    color: #FFFFFF;
}
body.dark-mode section.visual {
    background-color: #2F2F2F;
    color: #FFFFFF;
}
body.dark-mode section.visual h2, body.dark-mode section.visual p, body.dark-mode section.visual span {
    color: #FFFFFF;
}
body.dark-mode section.video-into {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.logo {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.grid-gallery {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.web_configurator {
    background-color: #202020;
    color: #FFFFFF;
}
body.dark-mode section.web_configurator span, body.dark-mode section.web_configurator h2, body.dark-mode section.web_configurator p {
    color: #FFFFFF;
}
body.dark-mode section.socials .socials__icons .nav__button--active {
    border-bottom: 1px solid #FFFFFF;
}
body.dark-mode section.socials .socials__icons .nav__button:hover {
    border-bottom: 1px solid #FFFFFF;
}
body.dark-mode section.logo div.image-wrapper--video video {
    z-index: 0;
    width: 28.8rem;
}
body.dark-mode section.logo .logo__description p {
    color: #FFFFFF;
}
body.dark-mode section.why_pwa {
    background-color: #3F3F37;
    color: #FFFFFF;
}
body.dark-mode section.why_pwa h2, body.dark-mode section.why_pwa p, body.dark-mode section.why_pwa span {
    color: #FFFFFF;
}
body.dark-mode section.why_pwa ul li {
    color: #FFFFFF !important;
}
body.dark-mode section.socials {
    background-color: #252525;
}
body.dark-mode section.socials div.stat-number, body.dark-mode section.socials p.stat-text {
    color: #FFFFFF !important;
}
body.dark-mode section.socials .socials__icons h2, body.dark-mode section.socials .socials__icons h3, body.dark-mode section.socials .socials__icons p, body.dark-mode section.socials .socials__icons span {
    color: #FFFFFF;
}
body.dark-mode section.socials .socials__statistics, body.dark-mode section.socials .socials__header {
    color: #FFFFFF;
}
body.dark-mode section.socials .socials__statistics h2, body.dark-mode section.socials .socials__statistics h3, body.dark-mode section.socials .socials__statistics p, body.dark-mode section.socials .socials__statistics span, body.dark-mode section.socials .socials__header h2, body.dark-mode section.socials .socials__header h3, body.dark-mode section.socials .socials__header p, body.dark-mode section.socials .socials__header span {
    color: #FFFFFF;
}
body.dark-mode section.believe {
    background-color: #0F0F0F;
    color: #FFFFFF;
}
body.dark-mode section.believe h2, body.dark-mode section.believe h3, body.dark-mode section.believe p, body.dark-mode section.believe span {
    color: #FFFFFF;
}
@media (max-width: 768px) {
    body.dark-mode section.visual .image-wrapper {
        background-color: #2F2F2F;
    }
    body.dark-mode section.visual div.col-lg-6:has(.content) {
        background-color: #202020;
        color: #FFFFFF;
    }
    body.dark-mode section.visual .content {
        background-color: #202020;
    }
    body.dark-mode section.visual .content h2, body.dark-mode section.visual .content p, body.dark-mode section.visual .content span {
        color: #FFFFFF;
    }
}

.hero {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.hero__video-container {
    /*position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;*/
}
.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto !important;
    z-index: 1;
}
.hero__video--light {
    opacity: 1;
}
.hero__video--dark {
    opacity: 0;
}
.hero__video.fade-in {
    opacity: 1;
    pointer-events: auto;
}
.hero__video.fade-out {
    opacity: 0;
    pointer-events: none;
}
.hero__image-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slowZoom 20s ease forwards;
    z-index: 1;
    opacity: 1;
}
.hero__image-mobile--light {
    background-image: url("/media/case-study/profiltechnik-new/images/denni-poster.webp");
}
.hero__image-mobile--dark {
    background-image: url("/media/case-study/profiltechnik-new/images/nocni-poster.webp");
    opacity: 0;
}
.hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
}

.hero__content .hero__description h1 {
    font-size: 13.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
@media (max-width: 1250px) {
    .hero__content .hero__description h1 {
        font-size: 11.2rem;
    }
}
@media (max-width: 1024px) {
    .hero__content .hero__description h1 {
        font-size: 8.8rem;
    }
}
@media (max-width: 768px) {
    .hero__content .hero__description h1 {
        font-size: 5.6rem;
    }
}
@media (max-width: 550px) {
    .hero__content .hero__description h1 {
        font-size: 4.0rem;
    }
}
.hero__content .hero__description p {
    font-size: 3.0rem;
    color: #FFFFFF;
    margin-top: 0.8rem;
    font-weight: 300;
}
@media (max-width: 1250px) {
    .hero__content .hero__description p {
        font-size: 2.4rem;
    }
}
@media (max-width: 1024px) {
    .hero__content .hero__description p {
        font-size: 2.0rem;
    }
}
@media (max-width: 768px) {
    .hero__content .hero__description p {
        font-size: 1.6rem;
    }
}
@media (max-width: 768px) {
    .hero__video {
        display: none !important;
    }
    .hero__image-mobile {
        display: block;
    }
}

.hero__toggle {
    position: fixed;
    bottom: 6.4rem;
    height: fit-content;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.hero__toggle label {
    margin: 0;
}
@media (max-width: 768px) {
    .hero__toggle {
        bottom: 9.6rem;
    }
}
.hero__toggle .toggle {
    position: relative;
    width: 8.8rem;
    height: 3.2rem;
    display: inline-block;
}
.hero__toggle .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.hero__toggle .toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 12.8rem;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
    backdrop-filter: blur(8px);
}
.hero__toggle .toggle .slider::before {
    content: "";
    position: absolute;
    width: 3.68rem;
    height: 2.64rem;
    background-color: #FFFFFF;
    border-radius: 1.6rem;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero__toggle .toggle .slider .toggle__icon {
    width: 2.4rem;
    height: 2.4rem;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.hero__toggle .toggle .slider .toggle__icon--sun {
    -webkit-mask-image: url("/media/case-study/profiltechnik-new/images/icons/icon-toggleSun.svg");
    mask-image: url("/media/case-study/profiltechnik-new/images/icons/icon-toggleSun.svg");
    background-color: #252525;
    position: absolute;
    left: 1.36rem;
    opacity: 1;
    width: 1.76rem;
    height: 1.76rem;
}
.hero__toggle .toggle .slider .toggle__icon--moon {
    -webkit-mask-image: url("/media/case-study/profiltechnik-new/images/icons/icon-toggleMoon.svg");
    mask-image: url("/media/case-study/profiltechnik-new/images/icons/icon-toggleMoon.svg");
    background-color: #FFFFFF;
    position: absolute;
    right: 1.36rem;
    width: 1.6rem;
    height: 1.6rem;
}
.hero__toggle .toggle input:checked + .slider {
    background: rgba(0, 0, 0, 0.28);
}
.hero__toggle .toggle input:checked + .slider::before {
    transform: translateX(4.16rem);
}
.hero__toggle .toggle input:checked + .slider .toggle__icon--sun {
    background-color: #FFFFFF;
    opacity: 1;
}
.hero__toggle .toggle input:checked + .slider .toggle__icon--moon {
    background-color: #252525;
    opacity: 1;
}
.hero__toggle.toggle-fixed {
    position: fixed;
    height: fit-content;
    bottom: 6.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 12.8rem;
}
@media (max-width: 768px) {
    .hero__toggle.toggle-fixed {
        bottom: 9.6rem;
    }
}
.hero__toggle.toggle-absolute {
    position: absolute;
    height: fit-content;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12.8rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: 100;
    bottom: unset !important;
}
.hero__toggle.toggle-absolute .slider {
    background: rgba(0, 0, 0, 0.28) !important;
}
.hero__toggle.toggle-sticky {
    height: fit-content;
    bottom: unset !important;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12.8rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: 999;
}
.hero__toggle.toggle-sticky .slider {
    background: rgba(0, 0, 0, 0.28) !important;
}

@keyframes slowZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.3);
    }
}
.zoom-stop {
    animation-play-state: paused !important;
}

.overlay-section {
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    min-height: calc(var(--vh, 1vh) * 100) !important;
}
@media (max-width: 768px) {
    .overlay-section {
        max-height: unset;
    }
}

section.introduction {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14.5rem 0;
}
@media (max-width: 768px) {
    section.introduction {
        padding-top: 17rem;
        padding-bottom: 10.0rem;
    }
}
section.introduction > span {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    display: block;
}
section.introduction .introduction__header {
    margin-bottom: 14.0rem;
}
section.introduction .introduction__header img {
    width: 27.2rem;
    height: 27.2rem;
    display: block;
}

@media (max-width: 768px) {
    section.introduction .introduction__header {
        margin-bottom: 6.4rem;
    }
}
section.introduction .introduction__header h2 {
    font-size: 5.8rem;
    color: #E20516;
    font-weight: bold;
}
@media (max-width: 768px) {
    section.introduction .introduction__header h2 {
        font-size: 4.0rem;
        margin-bottom: 0;
        position: relative;
    }
}
@media (max-width: 980px) {
    section.introduction .introduction__header img {
        z-index: -1;
    }
}
@media (max-width: 768px) {
    section.introduction .introduction__header img {
        width: 9.6rem;
        position: absolute;
        bottom: -2.4rem;
        right: 0.8rem;
        display: none;
    }
}
section.introduction .introduction__header div:has(img) {
    display: flex;
    justify-content: end;
}
section.introduction .introduction__content img {
    width: 24.2rem;
    height: 16.9rem;
    object-fit: cover;
}
@media (max-width: 768px) {
    section.introduction .introduction__content img {
        display: block;
        margin: 0 auto;
        margin-top: 3.2rem;
    }
}
section.introduction .introduction__content p {
    font-size: 2.4rem;
    color: #252525;
    font-weight: 300;
}
@media (max-width: 768px) {
    section.introduction .introduction__content p {
        font-size: 2.0rem;
    }
}

.horizontal-scroll {
    position: relative;
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden;
    z-index: 3;
}
@media (max-width: 768px) {
    .horizontal-scroll {
        height: auto !important;
        overflow: visible !important;
    }
}
.horizontal-scroll .horizontal-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100) !important;
}
@media (max-width: 768px) {
    .horizontal-scroll .horizontal-wrapper {
        overflow: hidden !important;
        height: calc(var(--vh, 1vh) * 91) !important;
    }
}
.horizontal-scroll .slide {
    flex: 0 0 100vw;
    height: calc(var(--vh, 1vh) * 100) !important;
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.0rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% center;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #FFFFFF;
}
.horizontal-scroll .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100) !important;
    background: rgba(0, 0, 0, 0.5);
}
.horizontal-scroll .slide h2 {
    font-size: 7.0rem;
    font-weight: bold;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 96.0rem;
    width: 100%;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .horizontal-scroll .slide h2 {
        font-size: 4.0rem;
        max-width: 85vw;
        top: 42%;
    }
}
.horizontal-scroll .slide h2 span {
    display: block;
    font-size: 3.2rem;
    font-weight: 400;
    margin-top: 1.2rem;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .horizontal-scroll .slide h2 span {
        font-size: 2.4rem;
        margin-top: 0.5rem;
        line-height: 3.25rem;
    }
}
.horizontal-scroll .slide p {
    font-size: 1.6rem;
    font-weight: 400;
    position: absolute;
    bottom: 9.6rem;
    left: 50%;
    color: #FFFFFF;
    transform: translateX(-50%);
    z-index: 3;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .horizontal-scroll .slide p {
        font-size: 1.4rem;
        width: 85vw;
        bottom: 17rem;
    }
}
.horizontal-scroll .slider-nav {
    position: absolute;
    bottom: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.6rem;
}
@media (max-width: 768px) {
    .horizontal-scroll .slider-nav {
        bottom: 3.4rem;
    }
}
.horizontal-scroll .slider-nav__button {
    width: 2.5008rem;
    height: 2.5008rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    background-color: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
    font-size: 1.4rem;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.horizontal-scroll .slider-nav__button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
    .horizontal-scroll .slider-nav__button:hover {
        background-color: #E20516;
    }
}
.horizontal-scroll .slider-nav__button--active {
    background-color: #E20516;
    color: #FFFFFF;
}
.horizontal-scroll .global-arrow-left,
.horizontal-scroll .global-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
}
.horizontal-scroll .global-arrow-left::before, .horizontal-scroll .global-arrow-left::after,
.horizontal-scroll .global-arrow-right::before,
.horizontal-scroll .global-arrow-right::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 14px;
    top: 50%;
    left: 63%;
    transform-origin: center;
    transition: background-color 0.3s;
}

.horizontal-scroll .global-arrow-left:hover::before, .horizontal-scroll .global-arrow-left:hover::after,
.horizontal-scroll .global-arrow-right:hover::before,
.horizontal-scroll .global-arrow-right:hover::after {
    background-color: #ccc;
}
.horizontal-scroll .global-arrow-left {
    left: 1rem;
}
.horizontal-scroll .global-arrow-left::before {
    transform: translate(-50%, -50%) rotate(45deg) translateY(-6px);
    left: 34%;
}
.horizontal-scroll .global-arrow-left::after {
    transform: translate(-50%, -50%) rotate(-45deg) translateY(6px);
    left: 34%;
}
.horizontal-scroll .global-arrow-right {
    right: 1rem;
}
.horizontal-scroll .global-arrow-right::before {
    transform: translate(-50%, -50%) rotate(-45deg) translateY(-6px);
    left: 63%;
}
.horizontal-scroll .global-arrow-right::after {
    transform: translate(-50%, -50%) rotate(45deg) translateY(6px);
    left: 63%;
}

.thats-us {
    position: relative;
    background-color: #FFFFFF;
    z-index: 3;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1080px;
}
@media (max-width: 768px) {
    .thats-us {
        max-height: calc(var(--vh, 1vh) * 70) !important;

    }
}
.thats-us .thats-us__content {
    position: relative;
    transform: translateY(-70%) !important;
}
.thats-us .thats-us__content .thats-us__uppertitle {
    font-size: 5.8rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .thats-us .thats-us__content .thats-us__uppertitle {
        font-size: 3.8rem;
    }
}
.thats-us .thats-us__content h2 {
    font-size: 12.8rem;
    font-weight: bold;
    margin: 0;
    position: relative;
}
@media (max-width: 768px) {
    .thats-us .thats-us__content h2 {
        font-size: 4.8rem;
        margin-top: 0;
    }
}
.thats-us .thats-us__content .thats-us__line {
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    bottom: -24.0rem;
    z-index: 5;
}
@media (max-width: 768px) {
    .thats-us .thats-us__content .thats-us__line {
        width: 90px;
        height: 200px;
        left: 11%;
        bottom: -16.8rem;
    }
}
.thats-us .thats-us__content .thats-us__subtitle-container {
    display: flex;
    width: 100%;
    justify-content: end;
    flex-direction: column;
    position: absolute;
    bottom: -32.0rem;
}
@media (max-width: 768px) {
    .thats-us .thats-us__content .thats-us__subtitle-container {
        bottom: -16.0rem;
        right: 0.8rem;
    }
}
.thats-us .thats-us__content .thats-us__subtitle-container p {
    font-size: 4.0rem;
    font-weight: 400;
    opacity: 1;
    text-align: end;
    color: #252525;
    display: block;
    margin: 0;
}
@media (max-width: 768px) {
    .thats-us .thats-us__content .thats-us__subtitle-container p {
        font-size: 3.4rem;
    }
}




.goals .goals__pinned {
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 3;
}
.goals .goals__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100) !important;
    max-height: 100%;
    z-index: 3;
    background: url("/media/case-study/profiltechnik-new/images/goals_background.webp")
    center top / cover no-repeat;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.goals__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
            0deg,
            rgb(17, 17, 17) 0%,
            rgba(17, 17, 17, 0.75) 34%,
            rgba(17, 17, 17, 0.32) 80%,
            rgba(17, 17, 17, 0) 100%
    );
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease;
    z-index: 0;
}


@media (max-width: 768px) {
    .goals .goals__wrapper {
        background: url("/media/case-study/profiltechnik-new/images/goals_background.webp")
        center top / cover no-repeat;
    }
}
.goals .goals__scroll-content {
    position: relative;
    z-index: 3;
    padding: 0;
    height: 100%;
}
.goals .goals__content {
    color: #FFFFFF;
    padding-top: calc(var(--vh, 1vh) * 100) !important;
    height: 100%;
}
.goals .goals__content span {
    color: #FFFFFF;
}

.goals .goals__content h2 {
    font-size: 5.8rem;
    font-weight: bold;
    max-width: 90rem;
    margin: 0;
    padding-top: 3.2rem;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .goals .goals__content h2 {
        font-size: 3.2rem;
    }
}
.goals .goals__content .goals__list {
    max-width: 44.0rem;
    margin-top: 3.2rem;
    margin-left: auto;
}
.goals .goals__content .goals__list p {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.25rem;
    color: #FFFFFF;
    margin-bottom: 3.2rem;
}
.goals .goals__content .goals__list p span.red {
    font-weight: bold;
    color: #E20516;
}
.goals .goals__content .goals__list ul {
    list-style: none;
    padding: 3.2rem 0 0 0;
    margin: 0;
}
.goals .goals__content .goals__list ul li {
    position: relative;
    font-size: 2.0rem;
    font-weight: 300;
    color: #FFFFFF;
    padding-bottom: 4.8rem;
    line-height: 2.75rem;
}
.goals .goals__content .goals__list ul li span.bold {
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.2;
}
.goals .goals__content .goals__list ul li span.red {
    display: block;
    font-size: 1.6rem;
    opacity: 0.2;
    font-weight: bold;
    color: #E20516;
    margin-bottom: 0.8rem;
}
.goals .goals__content p {
    max-width: 54.4rem;
    margin-right: auto;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.5rem;
    margin-bottom: 19.2rem;
    margin-top: 12.8rem;
}

.goals__content .word {
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    opacity: 0.2;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}


.video-into {
    position: relative;
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden;
    z-index: 2;
}
.video-into__pin-container {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-into__video-container {
    position: relative;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100) !important;
}
.video-into__video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-into__side-images {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.video-into__img {
    position: absolute;
    height: 54.4rem;
    width: auto;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.video-into__img.img1 {
    top: -16.0rem;
    left: -89.6rem;
    height: 56.0rem;
    width: auto;
}
@media (max-height: 890px) and (min-width: 1000px) {
    .video-into__img.img1 {
        top: -13.3333333333vw;
    }
}
@media (max-height: 1050px) {
    .video-into__img.img1 {
        height: 52.8rem;
    }
}
@media (max-height: 825px) and (min-width: 1000px) {
    .video-into__img.img1 {
        top: -15vw;
    }
}
@media (max-width: 768px) {
    .video-into__img.img1 {
        top: -8.0rem;
        left: -48.0rem;
        height: 32.0rem;
    }
}
.video-into__img.img2 {
    bottom: -14.4rem;
    left: -106.0rem;
    height: 56.0rem;
    width: auto;
}
@media (max-height: 890px) and (min-width: 1000px) {
    .video-into__img.img2 {
        bottom: -12.2222222222vw;
    }
}
@media (max-height: 1050px) {
    .video-into__img.img2 {
        height: 52.8rem;
    }
}
@media (max-height: 825px) and (min-width: 1000px) {
    .video-into__img.img2 {
        bottom: -13.75vw;
    }
}
@media (max-width: 768px) {
    .video-into__img.img2 {
        bottom: -8.0rem;
        left: -56.8rem;
        height: 32.0rem;
    }
}
.video-into__img.img3 {
    bottom: -75vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
}
@media (max-width: 768px) {
    .video-into__img.img3 {
        bottom: -85vw;
    }
}
.video-into__img.img4 {
    bottom: -14.4rem;
    right: -88.0rem;
    height: 56.0rem;
    width: auto;
}
@media (max-height: 1050px) {
    .video-into__img.img4 {
        height: 52.8rem;
    }
}
@media (max-height: 890px) and (min-width: 1000px) {
    .video-into__img.img4 {
        bottom: -12.2222222222vw;
    }
}
@media (max-height: 825px) and (min-width: 1000px) {
    .video-into__img.img4 {
        bottom: -13.75vw;
    }
}
@media (max-width: 768px) {
    .video-into__img.img4 {
        bottom: -8.0rem;
        right: -48.0rem;
        height: 32.0rem;
    }
}
.video-into__img.img5 {
    top: -16.0rem;
    right: -102.4rem;
    height: 56.0rem;
    width: auto;
}
@media (max-height: 1050px) {
    .video-into__img.img5 {
        height: 52.8rem;
    }
}
@media (max-height: 890px) and (min-width: 1000px) {
    .video-into__img.img5 {
        top: -13.3333333333vw;
    }
}
@media (max-height: 825px) and (min-width: 1000px) {
    .video-into__img.img5 {
        top: -15vw;
    }
}
@media (max-width: 768px) {
    .video-into__img.img5 {
        top: -8.0rem;
        right: -56.0rem;
        height: 32.0rem;
    }
}
.video-into__img.img6 {
    top: -59vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
}
@media (max-width: 768px) {
    .video-into__img.img6 {
        top: -65vw;
    }
}

.bpm-header {
    background-color: #E8E8D9;
    padding-top: 9.6rem;
    padding-bottom: 8.0rem;
    position: relative;
}
.bpm-header span {
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 11.2rem;
    z-index: 2;
    position: relative;
}
@media (max-width: 768px) {
    .bpm-header span {
        margin-bottom: 4.8rem;
    }
}
.bpm-header h2 {
    font-size: 5.8rem;
    max-width: 57.6rem;
    font-weight: bold;
    z-index: 3;
    position: relative;
}
@media (max-width: 768px) {
    .bpm-header h2 {
        font-size: 3.2rem;
        margin-bottom: 6.4rem;
    }
}
.bpm-header img {
    position: absolute;
    top: 0;
    left: 35%;
    transform: translateX(-50%);
    width: auto;
    height: 22.4rem;
    opacity: 0;
    z-index: 1;
}
@media (max-width: 768px) {
    .bpm-header img {
        height: 12.8rem;
    }
}
.bpm-header ul {
    margin-left: auto;
    padding: 0;
    list-style: none;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .bpm-header ul {
        margin-left: 3.2rem;
    }
}
.bpm-header ul h3 {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 0.8rem;
    position: relative;
    color: #444444;
}
@media (max-width: 768px) {
    .bpm-header ul h3 {
        font-size: 2.0rem;
    }
}
.bpm-header ul h3::before {
    content: counter(list-item, decimal-leading-zero);
    display: block;
    padding-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #E20516;
    position: absolute;
    top: -0.1rem;
    left: -1.6rem;
    transform: translateX(-50%);
}
.bpm-header ul li ul {
    display: flex;
    padding-bottom: 4.8rem;
    flex-direction: column;
    margin-left: 0;
    gap: 0.8rem;
}
.bpm-header ul li ul li {
    font-size: 1.8rem;
    color: #252525;
}
@media (max-width: 768px) {
    .bpm-header ul li ul li {
        font-size: 1.6rem;
    }
}

.visual {
    background-color: #F6F6F6;
    height: auto;
    max-height: 51.2rem;
    position: relative;
    color: #252525;
    padding-bottom: 4rem;
    padding-top: 1rem;
}

body.en .visual {
    max-height: 56rem;
}
@media (max-width: 768px) {
    .visual {
        height: unset;
        max-height: unset;
        position: static;
        display: block;
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    .visual div.col-lg-6:has(.content) {
        background-color: #F6F6F6;
    }
}
.visual div:has(img) {
    display: flex;
    justify-content: end;
    height: 100%;
    position: static !important;
}
@media (max-width: 768px) {
    .visual div:has(img) {
        margin: 0;
        padding: 0;
        max-width: unset;
        display: block;
    }
}
.visual img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 76.8rem;
    height: auto;
    display: block;
    width: 100vw;
}
@media (min-width: 1750px) {
    .visual img {
        max-width: 84.8rem;
    }
}
@media (max-width: 1350px) {
    .visual img {
        max-width: 64.0rem;
    }
}
@media (max-width: 768px) {
    .visual img {
        bottom: 0;
        width: 100%;
        position: static;
        max-width: unset;
        display: block;
    }
}
@media (max-width: 768px) {
    .visual .image-wrapper {
        background-color: #FFFFFF;
        width: 100%;
        height: auto;
        display: block;
    }
}
.visual .content {
    padding-top: 7.2rem;
    margin-left: 13.6rem;
    padding-bottom: 3.2rem;
}
@media (max-width: 768px) {
    .visual .content {
        margin-left: 0;
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
        background-color: #F6F6F6;
    }
}
.visual .content span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
}
.visual .content h2 {
    font-size: 5.8rem;
    font-weight: bold;
    margin: 0;
    display: block;
    padding-top: 0.8rem;
    padding-bottom: 3.2rem;
}
@media (max-width: 1100px) {
    .visual .content h2 {
        font-size: 4.8rem;
    }
}
@media (max-width: 768px) {
    .visual .content h2 {
        font-size: 3.2rem;
    }
}
.visual .content p {
    font-size: 2.2rem;
}
@media (max-width: 768px) {
    .visual .content p {
        font-size: 1.6rem;
    }
}

.logo {
    padding-top: 9.6rem;
    padding-bottom: 8.0rem;
}
@media (max-width: 768px) {
    .logo {
        padding-top: 4rem;
        padding-bottom: 4.8rem;
    }
}
.logo .logo__images .image-wrapper:nth-child(1) video {
    overflow: hidden;
}
.logo .logo__images .image-wrapper img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}
.logo .logo__images .image-wrapper--video {
    position: relative;
}

.logo .logo__images .image-wrapper--video img{
    @media (min-width: 768px) {
        margin-left: -2rem;
    }
}

.image-wrapper--colour img {
    @media (min-width: 768px) {
        margin-right: -2rem;
    }
}
@media (max-width: 768px) {
    .logo .logo__images .image-wrapper--video {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
    }
}
@media (max-width: 768px) {
    .logo .logo__images .image-wrapper--video:nth-child(1) {
        margin-top: -4.8rem;
        margin-bottom: -8.0rem;
    }
}
.logo .logo__images .image-wrapper--video video {
    width: 59.2rem;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
    .logo .logo__images .image-wrapper--video video {
        width: 48.0rem;
    }
}
.logo .logo__images .image-wrapper--layout {
    width: 28.3008rem;
}
.logo .logo__images .image-wrapper--colour img {
    width: 32.0rem;
}
@media (max-width: 768px) {
    .logo .logo__images {
        display: flex;
        flex-direction: column;
        gap: 9.6rem;
        justify-content: center;
    }
}
.logo .logo__description {
    max-width: 69.6rem;
    margin: 0 auto;
    padding-top: 8.0rem;
    font-size: 2.0rem;
}
.logo .logo__description p {
    margin-top: 1.6rem;
    color: #252525;
}
@media (max-width: 768px) {
    .logo .logo__description {
        padding-top: 0.5em;
        font-size: 1.6rem;
    }
}

.grid-gallery {
    overflow: hidden;
}

.grid-gallery .animate-on-scroll {
    opacity: 0;
    will-change: opacity, transform;
}
.grid-gallery .from-left { transform: translateX(-100px); }
.grid-gallery .from-right { transform: translateX(100px); }
.grid-gallery .from-top { transform: translateY(-100px); }
.grid-gallery .from-bottom { transform: translateY(100px); }


.grid-gallery .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4.8rem;
    max-width: 1920px;
    max-height: 81.3008rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .grid-gallery .gallery-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        max-height: unset;
    }
}
.grid-gallery .gallery-container .gallery-item {
    overflow: hidden;
}
.grid-gallery .gallery-container .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.grid-gallery .gallery-container .gallery-item:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1;
}
.grid-gallery .gallery-container .gallery-item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}
.grid-gallery .gallery-container .gallery-item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
.grid-gallery .gallery-container .gallery-item:nth-child(4) {
    grid-row: 1/span 2;
    grid-column: 3;
}
@media screen and (max-width: 768px) {
    .grid-gallery .gallery-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .grid-gallery .gallery-container .gallery-item:nth-child(1), .grid-gallery .gallery-container .gallery-item:nth-child(4) {
        grid-column: span 2;
        grid-row: auto;
    }
    .grid-gallery .gallery-container .gallery-item:nth-child(2), .grid-gallery .gallery-container .gallery-item:nth-child(3) {
        grid-column: span 1;
        grid-row: auto;
    }
}
@media screen and (max-width: 480px) {
    .grid-gallery .gallery-container {
        grid-template-columns: 1fr;
    }
    .grid-gallery .gallery-container .gallery-item {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}

.web_configurator {
    position: relative;
}
@media (max-width: 768px) {
    .web_configurator {
        overflow: hidden;
    }
}
.web_configurator .web_configurator__header {
    padding-top: 9.6rem;
    padding-bottom: 12.8rem;
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__header {
        padding-top: 6.4rem;
        padding-bottom: 9.6rem;
    }
}
.web_configurator .web_configurator__header span {
    margin-right: auto;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.web_configurator .web_configurator__header h2 {
    font-size: 5.8rem;
    font-weight: bold;
    max-width: 72rem;
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__header h2 {
        font-size: 3.2rem;
    }
}
.web_configurator .web_configurator__header p {
    max-width: 55.2rem;
    font-size: 2.2rem;
    margin-top: 3.2rem;
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__header p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
}
.web_configurator .web_configurator__video-container {
    position: relative;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100) !important;
    max-height: 81.7008rem;
    background: url("/media/case-study/profiltechnik-new/images/web_configurator_background.webp") center/cover no-repeat;
}
.web_configurator .web_configurator__video-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__video-container {
        max-height: 64.0rem;
    }
}
.web_configurator .web_configurator__video-container .video-frame {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    max-width: 70.3008rem;
    height: 100%;
    width: 100%;
    left: 10vw;
    bottom: 20%;
    max-height: 52.6784rem;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 4.8rem;
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);
}
@media (max-width: 1275px) {
    .web_configurator .web_configurator__video-container .video-frame {
        max-width: 61.5888rem;
    }
}
@media (min-width: 1920px) {
    .web_configurator .web_configurator__video-container .video-frame {
        left: 15vw;
    }
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__video-container .video-frame {
        width: 100%;
        max-width: 35.2rem;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        max-height: 27.2rem;
        border-radius: 3.2rem;
    }
}
.web_configurator .web_configurator__video-container .video-frame .dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2.0rem;
    left: 3.6rem;
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__video-container .video-frame .dots {
        top: 1.6rem;
        left: 2.4rem;
    }
}
.web_configurator .web_configurator__video-container .video-frame .dots .dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 0.8rem;
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__video-container .video-frame .dots .dot {
        width: 0.56rem;
        height: 0.56rem;
    }
}
.web_configurator .web_configurator__video-container .video-frame video {
    max-width: 65.6rem;
    width: 100%;
    max-height: 46.4rem;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 3.2rem 3.2rem;
    margin-bottom: 1.6rem;
}
@media (max-width: 1275px) {
    .web_configurator .web_configurator__video-container .video-frame video {
        max-width: 57.6rem;
    }
}
@media (max-width: 768px) {
    .web_configurator .web_configurator__video-container .video-frame video {
        width: 100%;
        max-width: 32.0rem;
        left: 2.4rem;
        height: 100%;
        max-height: 22.4rem;
        border-radius: 0 0 1.6rem 1.6rem;
        margin-bottom: 1.2rem;
    }
}
.web_configurator .flowing_card-wrapper {
    position: absolute;
    top: 15%;
    right: 9.6rem;
    height: 100%;
    max-height: 91.2rem;
    width: 38.2048rem;
}
@media (max-width: 1300px) {
    .web_configurator .flowing_card-wrapper {
        right: 8.0rem;
        width: 36.6048rem;
    }
}
@media (max-width: 768px) {
    .web_configurator .flowing_card-wrapper {
        right: 1.6rem;
        height: 100%;
        width: 24.0rem;
    }
}
.web_configurator .flowing_card-wrapper .flowing_card {
    position: sticky;
    top: 15%;
    background-color: #E20516;
    width: 38rem;
    height: 36rem;
    color: #FFFFFF;
    padding: 4.0rem;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    clip-path: polygon(0 0, calc(100% - 6.4rem) 0, calc(100% - 6.4rem) 6.4rem, 100% 6.4rem, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
    .web_configurator .flowing_card-wrapper .flowing_card {
        clip-path: polygon(0 0, calc(100% - 3.2rem) 0, calc(100% - 3.2rem) 3.2rem, 100% 3.2rem, 100% 100%, 0 100%);
        top: 31%;
        padding: 2.4rem;
        width: 24.0rem;
        height: fit-content;
    }
}
.web_configurator .flowing_card-wrapper .flowing_card p {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    max-width: 28.392rem;
}
body.en .web_configurator .flowing_card-wrapper .flowing_card p {
    margin-top: 2.5rem;
    max-width: 27rem;
}
@media (max-width: 768px) {
    .web_configurator .flowing_card-wrapper .flowing_card p {
        font-size: 1.28rem;
        max-width: 20.8rem;
    }
}

.why_pwa {
    background-color: #E8E8D9;
    padding-top: 9.6rem;
    padding-bottom: 12.8rem;
    position: relative;
}
.why_pwa img.leaf {
    position: absolute;
    top: 0;
    right: 6%;
    transform: translateX(-50%);
    width: auto;
    height: 22.4rem;
    opacity: 0;
    z-index: 2;
}
@media (max-width: 768px) {
    .why_pwa img.leaf {
        height: 12.8rem;
        right: 25%;
    }
}
@media (max-width: 768px) {
    .why_pwa {
        padding-bottom: 6.4rem;
    }
}
.why_pwa .why_pwa__header {
    max-width: 55.2rem;
    width: 100%;
    margin-right: auto;
    font-size: 2.4rem;
    position: relative;
    z-index: 3;
}
@media (max-width: 768px) {
    .why_pwa .why_pwa__header {
        font-size: 2.0rem;
    }
}
.why_pwa .why_pwa__content {
    margin-top: 9.6rem;
    position: relative;
    z-index: 3;
}
@media (max-width: 768px) {
    .why_pwa .why_pwa__content {
        margin-top: 4.8rem;
    }
}
.why_pwa .why_pwa__content .why_pwa__text {
    padding-top: 0rem;
    max-width: 44.5008rem;
    margin-right: auto;
    margin-left: 4.8rem;
}
@media (max-width: 768px) {
    .why_pwa .why_pwa__content .why_pwa__text {
        margin-left: 0.5rem;
    }
}
.why_pwa .why_pwa__content .why_pwa__text h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.4rem;
}
.why_pwa .why_pwa__content .why_pwa__text p {
    font-size: 1.8rem;
    margin-top: 4.8rem;
}
@media (max-width: 768px) {
    .why_pwa .why_pwa__content .why_pwa__text p {
        font-size: 1.6rem;
    }
}
.why_pwa .why_pwa__content .why_pwa__text ul {
    list-style: none;
    padding: 0;
    margin: 1.6rem 0 0;
}
.why_pwa .why_pwa__content .why_pwa__text ul li {
    font-size: 2.0rem;
    font-weight: 300;
    padding-bottom: 2.4rem;
    position: relative;
    color: #252525;
    line-height: 1.25;
}
@media (max-width: 768px) {
    .why_pwa .why_pwa__content .why_pwa__text ul li {
        font-size: 1.6rem;
    }
}
.why_pwa .why_pwa__content .why_pwa__text ul li::before {
    content: counter(list-item, decimal-leading-zero);
    left: 0;
    display: block;
    padding-bottom: 0.8rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #E20516;
}
.why_pwa .why_pwa__content .why_pwa__images {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3.2rem;
    margin-left: -12vw;
}
@media (max-width: 990px) {
    .why_pwa .why_pwa__content .why_pwa__images {
        margin-left: 0;
        margin-bottom: 3.2rem;
    }
    .why_pwa .why_pwa__content .why_pwa__images .images__item:nth-child(3) {
        display: none;
    }
}
.why_pwa .why_pwa__content .why_pwa__images .images__item img {
    max-width: 23.0rem;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.25);
    border-radius: 1.6rem;
}
@media (min-width: 1800px) {
    .why_pwa .why_pwa__content .why_pwa__images .images__item img {
        max-width: 26rem;
    }
}

.ar {
    background-color: #111111;
}
.ar .background_image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0px, rgba(17, 17, 17, 0) 85px, rgb(17, 17, 17) 100%), url("/media/case-study/profiltechnik-new/images/ar_background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
    max-height: 66.0rem;
}
@media (max-width: 768px) {
    .ar .background_image {
        max-height: 100%;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0px, rgba(17, 17, 17, 0) 85px, rgb(17, 17, 17) 60%), url("/media/case-study/profiltechnik-new/images/ar_background.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
}
.ar .background_image .building-roof {
    position: absolute;
    z-index: 2;
    top: -10%;
    left: 56.25%;
    transform: translateX(-50%);
    width: 48%;
    height: auto;
}
@media (min-width: 2070px) {
    .ar .background_image .building-roof {
        top: -13.5%;
        left: 57.25%;
        width: 50%;
    }
}
@media (max-width: 1440px) {
    .ar .background_image .building-roof {
        top: -9%;
        left: 56.25%;
        width: 48%;
    }
}
@media (max-width: 1370px) {
    .ar .background_image .building-roof {
        top: -8%;
        left: 56.25%;
        width: 50%;
    }
}
@media (max-width: 1270px) {
    .ar .background_image .building-roof {
        top: -9%;
        left: 57.25%;
        width: 55.25%;
    }
}
@media (max-width: 768px) {
    .ar .background_image .building-roof {
        top: -14vw;
        left: 71%;
        width: 166vw;
    }
}
.ar .background_image .container {
    padding-top: 12.8rem;
    margin-bottom: -6.4rem;
}
.ar .background_image .ar__content {
    margin-left: auto;
}
.ar .background_image .ar__header {
    position: relative;
    z-index: 3;
}
.ar .background_image .ar__header h2 {
    font-size: 5.8rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    max-width: 41.5008rem;
}
@media (max-width: 768px) {
    .ar .background_image .ar__header h2 {
        font-size: 3.2rem;
        padding-top: 6.4rem;
    }
}
.ar .background_image .ar__header p {
    font-size: 2.4rem;
    color: #FFFFFF;
    max-width: 41.6rem;
    margin-top: 3.2rem;
}
@media (max-width: 768px) {
    .ar .background_image .ar__header p {
        font-size: 1.6rem;
        margin-bottom: 3.2rem;
    }
}
.ar .background_image .video-frame {
    margin-top: auto;
    position: relative;
    z-index: 5;
    width: 100vw;
    max-width: 69.5888rem;
    height: calc(var(--vh, 1vh) * 100) !important;
    max-height: 43.3568rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 4.0rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
}
@media (max-width: 1275px) {
    .ar .background_image .video-frame {
        max-width: 64.7888rem;
    }
}
@media (min-width: 1800px) {
    .ar .background_image .video-frame {
        justify-self: end;
    }
}
@media (max-width: 768px) {
    .ar .background_image .video-frame {
        width: 100vw;
        max-width: 35.2rem;
        left: 50%;
        transform: translateX(-50%);
        height: calc(var(--vh, 1vh) * 100) !important;
        max-height: 22.4rem;
        border-radius: 3.2rem;
    }
}
.ar .background_image .video-frame video {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 5;
    object-fit: cover;
    display: block;
    max-width: 61.4224rem;
    max-height: 40.9808rem;
    border-radius: 3.2rem 0 0 3.2rem;
    left: 1.28rem;
    bottom: 1.2rem;
}
@media (max-width: 1275px) {
    .ar .background_image .video-frame video {
        max-width: 56.6224rem;
    }
}
@media (max-width: 768px) {
    .ar .background_image .video-frame video {
        width: 100vw;
        max-width: 30.4rem;
        left: 50%;
        transform: translateX(-55%);
        height: calc(var(--vh, 1vh) * 100) !important;
        border-radius: 2.4rem 0 0 2.4rem;
        max-height: 20.0rem;
    }
}
.ar .background_image .video-frame::after {
    content: "";
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.4224rem;
    height: 3.4224rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    z-index: 4;
}
@media (max-width: 768px) {
    .ar .background_image .video-frame::after {
        width: 1.6rem;
        height: 1.6rem;
        transform: translateX(25%);
    }
}
@media (max-width: 768px) {
    .ar .container:has(.ar__description) {
        max-height: unset;
        height: 24.0rem;
        margin-top: 3.2rem;
    }
}
.ar .ar__description {
    background-color: #111111;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 26);
}
.ar .ar__description p {
    font-size: 1.8rem;
    color: #FFFFFF;
    max-width: 65.6rem;
    margin-left: auto;
    padding-top: 3.2rem;
}
@media (min-width: 1800px) {
    .ar .ar__description p {
        max-width: 70.4rem;
    }
}
@media (max-width: 768px) {
    .ar .ar__description p {
        font-size: 1.6rem;
        margin: 0;
        height: 24.0rem;
        padding-top: 4.8rem;
    }
}

.house {
    position: relative;
    height: calc(var(--vh, 1vh) * 100) !important;
    max-height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden;
    background-color: #252525;
}
@media (max-width: 768px) {
    .house {
        max-height: calc(var(--vh, 1vh) * 94) !important;
    }
}

.house {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.house__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center top;
    will-change: transform;
    pointer-events: none;
}

.house__day   { opacity: 1; }
.house__night { opacity: 0; }


.socials {
    background-color: #FFF0F1;
    position: relative;
    padding-top: 16.0rem;
    padding-bottom: 49vw;
}
@media (max-width: 1600px) {
    .socials {
        padding-bottom: 44vw;
    }
}
@media (max-width: 768px) {
    .socials {
        padding-top: 6.4rem;
        padding-bottom: 60vw;
    }
}
.socials .section_background {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
}
.socials .swiper {
    width: 100%;
}
.socials .swiper-wrapper {
    display: flex;
}
.socials .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}
.socials .socials__header {
    height: 100%;
    max-height: 49.6rem;
    position: relative;
    z-index: 2;
    margin-bottom: 16.0rem;
}
@media (max-width: 768px) {
    .socials .socials__header {
        margin-bottom: 8.0rem;
    }
}
.socials .socials__header span {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.5em;
    width: fit-content;
}
@media (max-width: 768px) {
    .socials .socials__header span {
        margin-bottom: 3.2rem;
    }
}
.socials .socials__header h2 {
    font-size: 5.8rem;
    font-weight: bold;
    margin: 0 0 1.6rem 0;
    width: fit-content;
}
body.en .socials .socials__header h2 {
    max-width: 66rem;
}
@media (max-width: 768px) {
    .socials .socials__header h2 {
        font-size: 3.2rem;
    }
}
.socials .socials__header p {
    max-width: 44.4rem;
    font-size: 2.4rem;
    margin-left: auto;
    line-height: 1.4;
    width: fit-content;
    margin-top: -6.4rem;
}
body.en .socials .socials__header p {
    margin-top: -16rem;
}
@media (max-width: 768px) {
    .socials .socials__header p {
        font-size: 1.6rem;
        margin-top: unset;
    }
}
.socials .socials__icons {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: start;
    gap: 6.4rem;
    margin-bottom: 6.4rem;
}
@media (max-width: 768px) {
    .socials .socials__icons {
        gap: 3.2rem;
        margin-bottom: 1.6rem;
        justify-content: center;
    }
}
.socials .socials__icons .nav__button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #252525;
    cursor: pointer;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border-bottom: 2px solid transparent;
    padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
    .socials .socials__icons .nav__button {
        font-size: 1.2rem;
        gap: 0.8rem;
    }
}
@media (max-width: 385px) {
    .socials .socials__icons .nav__button {
        font-size: 1.12rem;
        gap: 0.56rem;
    }
}
.socials .socials__icons .nav__button img {
    width: 2.6rem;
    height: 2.6rem;
}
@media (max-width: 768px) {
    .socials .socials__icons .nav__button img {
        width: 2.0rem;
        height: 2.0rem;
    }
}
@media (max-width: 385px) {
    .socials .socials__icons .nav__button img {
        width: 1.84rem;
        height: 1.84rem;
    }
}
.socials .socials__icons .nav__button:hover {
    border-bottom: 1px solid #252525;
}
.socials .socials__icons .nav__button--active {
    border-bottom: 1px solid #252525;
}
.socials .socials-slider-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 6.4rem;

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100px;
        opacity: 0.75;
        height: 100%;
        pointer-events: none;
        z-index: 2;
    }

    &::before {
        height: calc(100% - 2.5rem);
        left: 0;
        top: 1.25rem;
        background: linear-gradient(to right,
        #fff 0%,
        rgba(255,255,255,0) 100%);
    }

    &::after {
        height: calc(100% - 2.5rem);
        right: 0;
        top: 1.25rem;
        background: linear-gradient(to left,
        #fff 0%,
        rgba(255,255,255,0) 100%);
    }
}

@media (max-width: 768px) {
    .socials .socials-slider-wrap {
        overflow: visible;
        margin-bottom: 1.6rem;
    }
}
.socials .socials-slider-wrap .slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    max-width: 1900px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 768px) {
    .socials .socials-slider-wrap .slider-arrows {
        display: none;
    }
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow {
    width: 5.6rem;
    height: 5.6rem;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    background-color: #E20516;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow::before, .socials .socials-slider-wrap .slider-arrows .slider-arrow::after {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 3px;
    background-color: #FFFFFF;
    transition: 0.2s;
    z-index: 2;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.left {
    margin-left: 6.6rem;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.left::before {
    transform: rotate(-45deg);
    left: 1.84rem;
    top: 2.16rem;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.left::after {
    transform: rotate(45deg);
    left: 1.84rem;
    top: 3.2rem;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.right {
    margin-right: 6.6rem;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.right::before {
    transform: rotate(45deg);
    right: 1.84rem;
    top: 2.16rem;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.right::after {
    transform: rotate(-45deg);
    right: 1.84rem;
    top: 3.2rem;
}
.socials .socials-slider-wrap .slider-arrows .slider-arrow.disabled {
    opacity: 0;
    pointer-events: none;
}
.socials .socials-slider-wrap .socials-slider {
    display: flex;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.socials .socials-slider-wrap .socials-slider .socials-slide {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .socials .socials-slider-wrap .socials-slider .socials-slide {
        scroll-snap-align: start;
    }
}
.socials .socials-slider-wrap .socials-slider .socials-slide .socials-slide__cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.0rem;
    width: max-content;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .socials .socials-slider-wrap .socials-slider .socials-slide .socials-slide__cards {
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding-left: 2.0rem;
    }
}
@media (min-width: 1850px){
    .socials .socials-slider-wrap::before {
        display: none !important;
    }
    .socials .socials-slider-wrap::after {
        display: none !important;
    }
}
.socials ::-webkit-scrollbar {
    display: none;
}
.socials .social-card {
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 1.6rem;
    width: auto;
    flex: 0 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .socials .social-card {
        margin: 0.75rem !important;
        scroll-snap-align: start;
    }
}
.socials .social-card__header {
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border-bottom: 1px solid #eee;
    color: #252525;
}
.socials .social-card__content img {
    width: 100%;
    display: block;
}
.socials .social-card__content p {
    padding: 1.6rem;
    font-size: 1.52rem;
    color: #333;
}
.socials .social-card__content p .see-more {
    color: #65676b;
    cursor: pointer;
}
.socials .social-card__footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.8rem;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    color: #252525;
}
.socials .social-card__footer span {
    font-size: 1.44rem;
    color: #666;
    cursor: pointer;
}
.socials .social-card.social-card--facebook {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #FFFFFF;
    width: 33.6rem;
    min-width: 33.6rem;
    display: block;
    border: none;
    border-radius: 1.2rem;
    height: 55.8rem;
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.socials .social-card.social-card--facebook:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.01) !important;
    cursor: pointer;
}
.socials .social-card.social-card--facebook .social-card__header {
    border-bottom: none;
    padding: 1.2rem;
    display: flex;
    padding-bottom: 0.56rem;
    align-items: center;
}
.socials .social-card.social-card--facebook .social-card__header img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    margin-right: 0.4rem;
}
.socials .social-card.social-card--facebook .social-card__header .social-card__header-text {
    margin-left: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: -0.4rem;
}
.socials .social-card.social-card--facebook .social-card__header .social-card__header-text h4 {
    font-weight: 600;
    font-size: 1.04rem;
    margin: 0;
    color: #252525;
}
.socials .social-card.social-card--facebook .social-card__header .social-card__header-text span {
    font-size: 0.96rem;
    color: #666;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.socials .social-card.social-card--facebook .social-card__header .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0.4rem;
}
.socials .social-card.social-card--facebook .social-card__header .dots .dot {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #666;
    margin-right: 2px;
}
.socials .social-card.social-card--facebook .social-card__content {
    padding: 0;
}
.socials .social-card.social-card--facebook .social-card__content .content__text {
    padding: 1.2rem;
    padding-top: 0;
    padding-bottom: 0.4rem;
    height: 10.16rem;
}
.socials .social-card.social-card--facebook .social-card__content .content__text p {
    padding-top: 0;
    font-size: 1.1rem;
    color: #333;
    padding: 0;
    white-space: normal;
    word-break: break-word;
    font-weight: 400;
    margin-bottom: 0.4rem;
    line-height: 1.28rem;
}
.socials .social-card.social-card--facebook .social-card__content .content__text .see-more {
    color: #252525;
    font-weight: 500;
    margin-left: 0.4rem;
}
.socials .social-card.social-card--facebook .social-card__content .fb-images {
    max-height: 32.9008rem;
    overflow: hidden;
}
.socials .social-card.social-card--facebook .social-card__content .fb-images .fb-image img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.socials .social-card.social-card--facebook .social-card__content .fb-images .fb-images__top img {
    max-height: 21.6rem;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.socials .social-card.social-card--facebook .social-card__content .fb-images .fb-images__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 3px;
}
.socials .social-card.social-card--facebook .social-card__content .fb-images .fb-images__bottom img {
    border-top: 3px solid #FFFFFF;
    height: auto;
    max-width: calc(50% - 0.24rem);
    object-fit: cover;
    object-position: bottom;
    max-height: 12.0rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.socials .social-card.social-card--facebook .fb-footer {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-bottom: 0.56rem;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions {
    display: flex;
    justify-content: space-around;
    padding: 0.32rem 0;
    font-size: 1.04rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions .fb-action {
    display: flex;
    align-items: center;
    gap: 0.24rem;
    cursor: pointer;
    border-radius: 0.8rem;
    padding: 0.0rem;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions .fb-action .fb-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    scale: 0.55;
    background-image: url("https://static.xx.fbcdn.net/rsrc.php/v4/y6/r/olX2yf1iinG.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions .fb-action .fb-icon.fb-icon--like {
    background-position: 0 -798px;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions .fb-action .fb-icon.fb-icon--comment {
    background-position: 0 -588px;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions .fb-action .fb-icon.fb-icon--share {
    background-position: 0 -924px;
}
.socials .social-card.social-card--facebook .fb-footer .fb-actions .fb-action span {
    font-weight: 500;
}
.socials .social-card.social-card--facebook .fb-footer .comment {
    display: flex;
    width: 100%;
    padding: 0.4rem;
    padding-left: 0.56rem;
    padding-right: 0.56rem;
    align-items: center;
    gap: 0.24rem;
}
.socials .social-card.social-card--facebook .fb-footer .comment .avatar {
    width: 2.0rem;
    height: 2.0rem;
    margin-bottom: -0.24rem;
    border-radius: 50%;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.48rem;
    margin-top: 0.4rem;
    padding-right: 0.56rem;
    background-color: #f0f2f5;
    border-radius: 0.8rem;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.96rem;
    padding-left: 0.56rem;
    cursor: pointer;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons {
    display: flex;
    gap: 0.64rem;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon {
    width: 16px;
    height: 16px;
    scale: 0.75;
    background-image: url("https://static.xx.fbcdn.net/rsrc.php/v4/yU/r/ETqWQ46BPZV.png");
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    opacity: 0.7;
    cursor: pointer;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon:hover {
    opacity: 1;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon.comment-icon--star {
    background-position: 0 -371px;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon.comment-icon--person {
    background-position: 0px -201px;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon.comment-icon--emoji {
    background-position: 0 -269px;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon.comment-icon--camera {
    background-position: 0 -235px;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon.comment-icon--gif {
    background-position: 0 -286px;
}
.socials .social-card.social-card--facebook .fb-footer .comment .fb-comment-bar .comment-icons .comment-icon.comment-icon--sticker {
    background-position: 0 -388px;
}
.socials .social-card.social-card--instagram {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff;
    width: 33.6rem;
    min-width: 33.6rem;
    border-radius: 1.2rem;
    display: block;
    border: none;
    margin: 0 auto;
    margin: 1.6rem;
    height: 54.64rem;
    transition: all 0.2s ease-out;
}
.socials .social-card.social-card--instagram:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transform: scale(1.01) !important;
}
.socials .social-card.social-card--instagram .insta-card__header {
    display: flex;
    align-items: center;
    padding: 1.04rem 1.2rem;
}
.socials .social-card.social-card--instagram .insta-card__header .profile-image {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1.2rem;
}
.socials .social-card.social-card--instagram .insta-card__header .insta-card__header-text {
    display: flex;
    flex-direction: column;
}
.socials .social-card.social-card--instagram .insta-card__header .insta-card__header-text h4 {
    font-size: 1.36rem;
    font-weight: 600;
    margin: 0;
    color: #252525;
}
.socials .social-card.social-card--instagram .insta-card__header .insta-card__header-text span {
    font-size: 1.2rem;
    color: #8e8e8e;
}
.socials .social-card.social-card--instagram .insta-card__header .dots {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
}
.socials .social-card.social-card--instagram .insta-card__header .dots .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #262626;
    margin-left: 3px;
    margin-right: 0.4rem;
}
.socials .social-card.social-card--instagram .insta-card__content {
    position: relative;
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container {
    position: relative;
    width: 100%;
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container img {
    width: 100%;
    display: block;
    height: 36.4rem;
    object-fit: cover;
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container .multi-post-overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin: 0.8rem;
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container .multi-post-overlay .image-count {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.4rem 0.64rem;
    font-size: 1.04rem;
    border-radius: 1.2rem;
    margin-bottom: 0.56rem;
    margin-right: 0.56rem;
    margin-top: 0.56rem;
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container .multi-post-overlay .slider-indicator {
    display: flex;
    gap: 0.24rem;
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container .multi-post-overlay .slider-indicator .slider-indicator__dot {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    background-color: #666;
    opacity: 0.2;
}
.socials .social-card.social-card--instagram .insta-card__content .insta-card__image-container .multi-post-overlay .slider-indicator .slider-indicator__dot--active {
    background-color: rgba(66, 150, 255, 0.9);
    opacity: 1;
}
.socials .social-card.social-card--instagram .insta-card__footer {
    padding: 0 1.2rem 1.2rem 1.2rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__actions {
    display: flex;
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.48rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__actions .action {
    width: 24px;
    height: 24px;
    scale: 0.9;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin-right: 1.2rem;
    opacity: 0.85;
    transition: all 0.2s ease-out;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__actions .action:hover {
    opacity: 1;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__actions .action.action--save {
    background-image: url("#");
    margin-right: 0;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__actions .action-space {
    flex: 1;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__likes {
    font-size: 1.36rem;
    font-weight: 600;
    margin-bottom: 0.0rem;
    margin-top: 0.32rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__caption {
    font-size: 1.28rem;
    margin-bottom: 0.4rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__caption .username {
    font-weight: 600;
    margin-right: 0.16rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__caption .caption-text {
    color: #262626;
    font-weight: 400;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__caption .caption-text span {
    color: #8e8e8e;
    font-weight: 400;
    margin-left: 0.32rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__date {
    margin-top: -0.4rem;
}
.socials .social-card.social-card--instagram .insta-card__footer .insta-card__date span {
    color: #8e8e8e;
    font-weight: 400;
    font-size: 1.12rem;
    letter-spacing: 0.25px;
}
.socials .social-card.social-card--pinterest {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    background-color: #fff;
    width: 28.8rem;
    min-width: 28.8rem;
    border-radius: 1.2rem;
    display: block;
    border: none;
    margin: 1.6rem;
    height: 54.64rem;
    overflow: hidden;
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.socials .social-card.social-card--pinterest:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transform: scale(1.01) !important;
}
.socials .social-card.social-card--pinterest .pin-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.socials .social-card.social-card--pinterest .pin-image img {
    width: 100%;
    display: block;
    height: 41.6rem;
    object-fit: cover;
    object-position: top;
    border-radius: 2.0rem;
    padding: 0.56rem;
}
.socials .social-card.social-card--pinterest .pin-image .pin-tools {
    position: absolute;
    right: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    bottom: 2.4rem;
}
.socials .social-card.social-card--pinterest .pin-image .pin-tools .pin-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #eaeeed;
    opacity: 1;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.socials .social-card.social-card--pinterest .pin-image .pin-tools .pin-icon--search {
    background-image: url("/media/case-study/profiltechnik-new/images/icons/pinterest-search-icon.png");
    background-size: 1.44rem;
}
.socials .social-card.social-card--pinterest .pin-image .pin-tools .pin-icon--crop {
    background-image: url("/media/case-study/profiltechnik-new/images/icons/pinterest-cut-icon.png");
    background-size: 1.36rem;
}
.socials .social-card.social-card--pinterest .pin-info {
    padding: 0.24rem 1.2rem 1.2rem 1.2rem;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    gap: 0.56rem;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-action {
    width: 20px;
    height: 20px;
    margin-right: 1.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-action--heart {
    background-image: url("https://s.pinimg.com/webapp/reactionHeartOutline-24ab75a6.svg");
    background-size: contain;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-action--comment {
    background-image: url("/media/case-study/profiltechnik-new/images/icons/pinterest-comment-icon.png");
    background-size: contain;
    scale: 0.9;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-action--share {
    background-image: url("/media/case-study/profiltechnik-new/images/icons/pinterest-share-icon.png");
    scale: 0.9;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-action--dots {
    display: flex;
    gap: 1px;
    align-items: center;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-action--dots .dot {
    width: 4px;
    height: 4px;
    border-radius: 16.0rem;
    background-color: #252525;
    margin-right: 2px;
}
.socials .social-card.social-card--pinterest .pin-info .pin-actions .pin-save {
    background-color: #e60023;
    color: #fff;
    border: none;
    border-radius: 2.4rem;
    padding: 0.64rem 1.44rem;
    font-size: 1.36rem;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.2s ease-out;
}
.socials .social-card.social-card--pinterest .pin-info .user {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0.4rem;
}
.socials .social-card.social-card--pinterest .pin-info .user img {
    width: 1.84rem;
    height: 1.84rem;
    border-radius: 50%;
    margin-right: 0.8rem;
}
.socials .social-card.social-card--pinterest .pin-info .user h4 {
    font-size: 1.36rem;
    font-weight: 600;
    margin: 0;
    color: #252525;
    margin-top: -3.5px;
}
.socials .social-card.social-card--pinterest .pin-info .pin-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 0.64rem 0;
    color: #252525;
    line-height: 1.2;
    margin-top: 0.56rem;
}
.socials .social-card.social-card--pinterest .pin-info .pin-desc {
    position: relative;
    color: #252525;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    height: 2.24rem;
    font-size: 1.36rem;
}
.socials .social-card.social-card--pinterest .pin-info .pin-desc::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 11.6rem;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 5%, #FFFFFF 25%, #FFFFFF 100%);
}
.socials .social-card.social-card--pinterest .pin-info .pin-desc .see-more {
    position: absolute;
    top: 0;
    right: 0.4rem;
    color: #252525;
    font-weight: 500;
    line-height: 1.4;
    background: #FFFFFF;
    z-index: 2;
    padding-left: 0.32rem;
    cursor: pointer;
}
.socials .socials__statistics {
    margin-top: 4.8rem;
    overflow: hidden;
}
@media (max-width: 768px) {
    .socials .socials__statistics {
        margin-top: 3.2rem;
    }
}
.socials .socials__statistics p {
    max-width: 41.6rem;
    font-size: 2.0rem;
}
@media (max-width: 768px) {
    .socials .socials__statistics p {
        font-size: 1.6rem;
    }
}
.socials .socials__statistics h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 6.4rem;
    margin-left: auto;
}
@media (max-width: 768px) {
    .socials .socials__statistics h3 {
        font-size: 2.0rem;
        margin-top: 2.4rem;
        margin-bottom: 4.8rem;
    }
}
.socials .socials__statistics .stat-item {
    opacity: 1;
    transform: translateY(30px);
    margin-bottom: 12rem;
    position: relative;
}
@media (max-width: 768px) {
    .socials .socials__statistics .stat-item {
        margin-bottom: 9.6rem;
    }
}
.socials .socials__statistics .stat-item .stat-number-wrap {
    position: relative;
    display: inline-block;
    min-width: 80px;
}
.socials .socials__statistics .stat-item .stat-number {
    font-size: 4.8rem;
    font-weight: bold;
    color: #252525;
    width: fit-content;
}
@media (max-width: 768px) {
    .socials .socials__statistics .stat-item .stat-number {
        font-size: 3.2rem;
        height: 4.8rem;
    }
}
.socials .socials__statistics .stat-item .stat-text {
    position: absolute;
    top: 50%;
    color: #252525;
    left: 45%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    max-width: 24.0rem;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .socials .socials__statistics .stat-item .stat-text {
        font-size: 1.6rem;
    }
}
.socials .socials__statistics .stat-item .stat-arrow {
    position: absolute;
    top: 120%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    background-color: red;
    width: 0;
    top: 6.5rem;
}
@media (max-width: 768px) {
    .socials .socials__statistics .stat-item .stat-arrow {
        top: 150%;
    }
}
.socials .socials__statistics .stat-item .stat-arrow::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(-45deg);
}

.believe {
    min-height: 118.4rem;
    padding-top: 12.8rem;
    overflow: hidden;
    padding-bottom: 12.8rem;
    background-color: #FFFFFF;
}
.believe h2 {
    font-size: 5.8rem;
    font-weight: bold;
    position: relative;
    margin: 0;
}
@media (max-width: 768px) {
    .believe {
        padding-bottom: 5rem;
    }
    .believe h2 {
        font-size: 3.2rem;
    }
}
.believe h2 span {
    display: block;
    font-size: 12.8rem;
    margin-top: 1rem;
}
body.en .believe h2 span {
    margin-top: 1.35rem;
}
@media (max-width: 768px) {
    .believe h2 span {
        font-size: 4.6rem;
        margin-top: 0.0rem;
    }
}
.believe h2::after {
    content: "";
    position: absolute;
    width: 5.0rem;
    top: 0.55rem;
    left: 43rem;
    height: 5.0rem;
    transform: translateX(-50%);
    background-image: url("/media/case-study/profiltechnik-new/images/believe-emoji.png");
}
body.en .believe h2::after {
    left: 25rem;
}
@media (max-width: 768px) {
    .believe h2::after {
        font-size: 3.2rem;
        left: 24.8rem;
        top: -0.24rem;
        width: 3.2rem;
        height: 3.2rem;
        background-size: cover;
    }
}
.believe .mark {
    margin-top: 14.4rem;
    margin-bottom: 14.4rem;
    background: none;
    margin-left: auto;
    display: block;
    width: fit-content;
    position: relative;
}
@media (max-width: 768px) {
    .believe .mark {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
        margin-right: 2.4rem;
    }
}
.believe .mark p {
    font-size: 4.0rem;
    text-align: right;
    margin: 0;
    position: relative;
}
@media (max-width: 768px) {
    .believe .mark p {
        font-size: 2.4rem;
    }
}
.believe .mark span {
    display: block;
    position: relative;
}
.believe .mark span.svg-wrapper {
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: 1em;
    pointer-events: none;
    position: relative;
    display: inline-block;
}
.believe .mark span.svg-wrapper .underline {
    position: absolute;
    bottom: -1.6rem;
    left: 6.4rem;
    width: 100%;
    height: 3.2rem;
    stroke: currentColor;
}
@media (max-width: 768px) {
    .believe .mark span.svg-wrapper .underline {
        height: 2.4rem;
        width: 65%;
        bottom: -0.8rem;
    }
}
.believe .mark img {
    position: absolute;
    bottom: 5.6rem;
    right: -2.4rem;
    width: 31.5px;
    height: 28.5px;
}
@media (max-width: 768px) {
    .believe .mark img {
        bottom: 2.5em;
        right: -2.4rem;
    }
}
.believe .info p {
    font-size: 2.4rem;
    max-width: 54.9008rem;
}
@media (max-width: 768px) {
    .believe .info p {
        font-size: 1.9rem;
    }
}
.believe .info div:nth-child(2) p {
    max-width: 54.9008rem;
    font-size: 1.8rem;
}
@media (max-width: 768px) {
    .believe .info div:nth-child(2) p {
        font-size: 1.6rem;
        margin-top: 1.6rem;
    }
}
.believe .info div:nth-child(2) p span {
    font-weight: bold;
}
.believe .list {
    margin-top: 9.6rem;
}
@media (max-width: 768px) {
    .believe .list {
        margin-top: 4.8rem;
    }
}
.believe .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.6rem;
}
.believe .list ul li {
    font-weight: 300;
    padding-bottom: 1.6rem;
    position: relative;
    max-width: 32.8rem;
}
.believe .list ul li p {
    font-size: 2.0rem;
}
@media (max-width: 768px) {
    .believe .list ul li p {
        font-size: 1.6rem;
    }
}
.believe .list ul li::before {
    content: counter(list-item, decimal-leading-zero);
    left: 0;
    display: block;
    padding-bottom: 0.8rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #E20516;
}

.client_response {
    background: url("/media/case-study/profiltechnik-new/images/client_response_background.webp");
    background-size: cover;
    background-position: center top;
    padding-top: 12.8rem;
    padding-bottom: 16.0rem;
    position: relative;
    height: calc(var(--vh, 1vh) * 100) !important;
    max-height: 70.4rem;
}
@media (min-width: 1800px) {
    .client_response {
        max-height: 88.0rem;
    }
}
@media (max-width: 768px) {
    .client_response {
        background-position: 223vw top;
        max-height: 88.0rem;
        padding-top: 70%;
        position: relative;
    }
}
@media (max-width: 385px) {
    .client_response {
        background-position: 225vw top;
    }
}
.client_response::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0) 100%);
    z-index: 1;
}
.client_response > * {
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .client_response > * {
        position: unset;
    }
}
.client_response img.leaf {
    position: absolute;
    top: 0;
    right: 2%;
    transform: translateX(-50%);
    width: auto;
    height: 22.4rem;
    opacity: 0;
    z-index: 3;
}
@media (max-width: 768px) {
    .client_response img.leaf {
        height: 12.8rem;
        right: 25%;
    }
}
.client_response span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF !important;
}
@media (max-width: 768px) {
    .client_response span {
        position: absolute;
        bottom: 36.8rem;
        z-index: 4;
    }
}
.client_response .red_box {
    margin-top: 3.2rem;
    background-color: #E20516;
    color: #FFFFFF;
    padding: 3.2rem;
    max-width: 41.6rem;
    height: calc(var(--vh, 1vh) * 100) !important;
    max-height: 41.6rem;
    margin-right: auto;
    clip-path: polygon(0 0, calc(100% - 5.6rem) 0, calc(100% - 5.6rem) 5.6rem, 100% 5.6rem, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
    .client_response .red_box {
        max-width: 29.6rem;
        max-height: 28.8rem;
        position: absolute;
        bottom: 4.8rem;
        z-index: 4;
        clip-path: polygon(0 0, calc(100% - 4.0rem) 0, calc(100% - 4.0rem) 4.0rem, 100% 4.0rem, 100% 100%, 0 100%);
    }
}
.client_response .red_box p {
    margin-top: 4.0rem;
    font-size: 2.0rem;
    font-weight: bold;
    max-width: 32.8rem;
    color: #FFFFFF;
}
body.en .client_response .red_box p {
    margin-top: 1.75rem;
}
@media (max-width: 768px) {
    .client_response .red_box p {
        font-size: 1.4rem;
        margin-top: 1.6rem;
        max-width: 27.2rem;
    }
}
.client_response .red_box p:nth-child(2) {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1.6rem;
}
.client_response .red_box p:nth-child(2) span {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
}
@media (max-width: 768px) {
    .client_response .red_box p:nth-child(2) span {
        font-size: 1.4rem;
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .client_response .red_box p:nth-child(2) {
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }
}

.request {
    background-color: #FFF0F1;
    max-height: 67.2rem;
    position: relative;
    z-index: 2;
    padding-top: 10rem;
    padding-bottom: 20rem;
}
@media (max-width: 768px) {
    .request {
        padding-top: 12.8rem;
        padding-bottom: 12.8rem;
        height: unset;
        max-height: unset;
    }
}
.request div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.8rem;
}
.request div h2 {
    text-align: center;
    font-size: 5.8rem;
    max-width: 90.4rem;
    font-weight: 400;
}
@media (max-width: 768px) {
    .request div h2 {
        font-size: 3.2rem;
    }
}
.request div button {
    background-color: #E20516;
    color: #FFFFFF;
    padding: 0.8rem 4.8rem;
    font-weight: 500;
    font-size: 2.4rem;
    border-radius: 3.2rem;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: none;
    height: 5.2rem;
}
.request div button:hover {
    background: #b00411;
}
@media (max-width: 768px) {
    .request div button {
        font-size: 1.6rem;
        padding: 0.8rem 3.2rem;
    }
    .request div button:hover {
        background-color: #E20516;
    }
}

@media (max-width: 576px) {
    main .container,
    main .container-fluid,
    main .container-xxl,
    main .container-xl,
    main .container-lg,
    main .container-md,
    main .container-sm {
        --bs-gutter-x: 4rem;
    }
}
