:root {
    --r1: 18px;
    --r2: 16px;
}
a {
    text-decoration: none;
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
ol,
ul {
    list-style: none;
}
*,
::after,
::before,
::after:focus,
::before:focus,
:focus {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

::after:focus,
::before:focus,
:focus {
    -webkit-tap-highlight-color: transparent;
}
html {
    font-size: 62.5%;
}
body {
    width: 100vw;
    position: relative;
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
}
main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5rem;
    overflow: hidden;
}
.layout {
    position: relative;
    height: 52rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 auto 0;
}
.layout__image-slider {
    padding-right: 2rem;
    margin-bottom: 4rem;
    width: 30%;
    align-self: flex-end;
}
ul {
    list-style: none;
}
button {
    cursor: pointer;
}
.btn {
    position: relative;
    display: block;
    background-color: #000;
    border: none;
    border-radius: 2.6rem;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s ease-out;
}
.btn:hover {
    transition: all 0.2s ease-in;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.icon {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s ease-in;
}
.header-navigation li:hover .icon {
    fill: #e200e2;
}
.slider__controler svg:hover .icon {
    stroke: #e200e2;
}
.footer__nav li:hover .icon {
    fill: #eba4eb;
}
.face-icon {
    width: 2.6rem;
    height: 2.6rem;
}
.header__container {
    max-width: 1280px;
    padding: 6rem 4rem 2rem 4.6rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    width: 193px;
    height: 54px;
}
.header-navigation ul {
    display: flex;
    align-items: center;
}
.contact-link:link,
.contact-link:visited {
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in;
}
.contact-link:focus,
.contact-link:hover {
    color: #6d006d;
    transition: all 0.2s ease-in;
}
.btn-blg,
.btn-cta {
    text-decoration: none;
    margin-left: 2.8rem;
    width: 12.6rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.cta {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -8%;
    left: 37%;
}
.btn-cta {
    width: 21.6rem;
    position: relative;
    height: 6.4rem;
    position: relatives;
    border-radius: 5.2rem;
}
.cta__text {
    font-size: 3.2rem;
    font-weight: 500;
    margin-left: -4rem;
}
.cta__arrow {
    width: 4.6rem;
    height: 4.6rem;
    border: #6d006d;
    position: absolute;
    right: 5%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}
.cta__arrow .icon {
    position: absolute;
    right: -4%;
    bottom: -3%;
    width: 5rem;
    height: 5rem;
    z-index: -1;
}
.hero-section {
    display: grid;
    grid-template-areas: "overlap";
}
.hero-section__container {
    grid-area: overlap;
    transition: all 1s ease-out;
}
.benefits__article {
    grid-area: overlap;
    margin-bottom: 4.8rem;
    transition: all 1s ease-out;
}
.article__typography,
.hero-section__typographgy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 64rem;
}
.article__title,
.article__title--sub,
.hero-section__title {
    font-size: 5.2rem;
    font-weight: 700;
    color: #262626;
}
.separator {
    width: 7rem;
    height: 4px;
    border-radius: 4px;
    background-color: #6d006d;
}
.article__title--sub,
.form__terms strong,
.form__title strong,
.hero-section__title strong {
    color: #6d006d;
}
.article__description,
.hero-section__description {
    font-size: 2rem;
    font-weight: 600;
    max-width: 50rem;
}
.slider__controler {
    grid-area: overlap;
    position: absolute;
    display: flex;
    gap: 2rem;
    bottom: 10%;
    left: 0;
}
.slider__controler svg {
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.slider__dots {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.slider__dot {
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all 0.8s ease-out;
}
.active--dot {
    background: #6d006d;
    border: #fff;
    transform: scale(1.5);
    transition: all 0.8s ease-in;
}
#section-introduction {
    min-width: 112rem;
    padding-top: 16rem;
    display: grid;
    grid-template-columns: 0.6fr 2fr;
}
#section-introduction header {
    height: auto;
    width: 2rem;
}
#section-introduction article {
    width: 80%;
    margin-left: 6rem;
}
#section-introduction h2 {
    transform: rotate(-90deg);
    font-size: 12.8rem;
    margin-left: 17rem;
    margin-top: 57rem;
}
#section-introduction h3 {
    margin-left: -2rem;
    font-size: 4.8rem;
}
#section-introduction h3 span {
    color: #6d006d;
}
#section-introduction p {
    width: 90%;
    line-height: 3.2rem;
    font-size: 1.8rem;
    margin-left: 4.2rem;
    color: #757575;
    margin-top: 4rem;
    font-weight: 500;
}
#section-introduction .main-Paragraph {
    margin-top: 1rem;
    margin-left: 4.2rem;
    font-size: 1.6rem;
    color: #757575;
}
#section-introduction h4 {
    margin-top: 3rem;
    margin-left: 4.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #757575;
}
#section-introduction .benefits-title {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #3a3a3a;
}
.indicator-icon {
    width: 2.4rem;
    height: 2.4rem;
}
.team-section {
    position: relative;
    color: #fff;
    max-width: 114rem;
    padding-bottom: 6rem;
    margin-left: 9rem;
}
.team-background {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 3rem;
}
.team-overlay {
    position: absolute;
    backdrop-filter: blur(5px);
    height: 20rem;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.65),
        rgba(255, 255, 255, 0)
    );
}
.team-section article {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 8rem;
    display: grid;
    grid-template-columns: 4fr 1fr;
    align-items: center;
    justify-content: center;
}
.team-section__title {
    font-size: 3.2rem;
    font-weight: 600;
}
.team-section__description {
    max-width: 90%;
    margin-top: 1.6rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
}
.team-logo {
    width: 7.3rem;
    height: 7.9rem;
    justify-self: end;
    transform: translateX(-100%);
}
.legal-links {
    background-color: #000;
    color: #fff;
    padding: 1rem 4rem;
}
.legal-links__container {
    margin: auto;
    max-width: 1280px;
    display: flex;
    justify-content: flex-end;
}
.legal-links ul {
    max-width: 1200px;
    display: flex;
    gap: 2rem;
}
.legal-link a:link,
.legal-link a:visited {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    text-decoration: underline;
    transition: all 0.2s ease-in;
}
.legal-link a:focus,
.legal-link a:hover {
    color: #e200e2;
    transition: all 0.2s ease-in;
}
footer {
    background: linear-gradient(to right, #6d006d, #262626);
    padding: 3rem 0;
    display: flex;
    justify-content: center;
}
.footer-container {
    width: 1280px;
    padding: 0 1rem;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 172px 16px 200px 1fr 1fr auto;
    gap: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer-logo {
    grid-column: 1;
    width: 172px;
    height: 45px;
}
.footer__l__separator {
    grid-column: 2;
    height: 2rem;
    width: 1px;
    border-radius: 5px;
    opacity: 30%;
    background-color: #fff;
}
.footer__nav {
    grid-column: 3;
}
.footer__nav ul {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
.footer__copywright {
    grid-column: 6;
    margin-left: auto;
    position: relative;
    font-size: 1.8rem;
}
.R {
    position: absolute;
    transform: translate(-40%, -40%);
    font-size: 1.2rem;
    font-weight: 700;
}
.triangle__container {
    position: relative;
    width: 20rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "triangles";
    align-items: center;
    justify-content: center;
}
.triangle1 {
    position: relative;
    grid-area: triangles;
    aspect-ratio: 1 / cos(30deg);
    --_g: calc(tan(60deg) * var(--r1)) top var(--r1), #000 98%, #0000 101%;
    mask: conic-gradient(
                from 150deg at 50% calc(3 * var(--r1) / 2 - 100%),
                #000 60deg,
                #0000 0
            )
            0 0/100% calc(100% - 3 * var(--r1) / 2) no-repeat,
        radial-gradient(
            var(--r1) at 50% calc(100% - 2 * var(--r1)),
            #000 98%,
            #0000 101%
        ),
        radial-gradient(var(--r1) at left var(--_g)),
        radial-gradient(var(--r1) at right var(--_g));
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: linear-gradient(90deg, #e200e2, #6d006d);
    transform: rotate(15deg) scale(2.4);
    overflow: visible;
    transition: all 0.8s ease-out;
}
.triangle2 {
    grid-area: triangles;
    position: relative;
    width: 180px;
    aspect-ratio: 1 / cos(30deg);
    --_g: calc(tan(60deg) * var(--r2)) top var(--r2), #000 98%, #0000 101%;
    mask: conic-gradient(
                from 150deg at 50% calc(3 * var(--r2) / 2 - 100%),
                #000 60deg,
                #0000 0
            )
            0 0/100% calc(100% - 3 * var(--r2) / 2) no-repeat,
        radial-gradient(
            var(--r2) at 50% calc(100% - 2 * var(--r2)),
            #000 98%,
            #0000 101%
        ),
        radial-gradient(var(--r2) at left var(--_g)),
        radial-gradient(var(--r2) at right var(--_g));
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    transform: scale(2.78) rotate(15deg);
    background: 0 0;
    margin-bottom: 72px;
    margin-left: 7.5px;
    width: 102%;
}
.image {
    position: absolute;
    display: block;
    width: 68%;
    height: auto;
    top: -8%;
    left: 17%;
    transform: rotate(-12deg);
    transition: all 0.8s ease-in;
}
.hiddenImg {
    opacity: 0;
    height: 0;
    transform: scale(0.8) translateY(10%);
    filter: blur(20px);
    transition: all 0.2s ease-out;
}
.shadowImg {
    width: 29.2rem;
    height: 29.7rem;
    position: absolute;
    transform: scale(1.5);
    filter: blur(20px);
    top: -26%;
    left: -3px;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.1s ease;
}
.blureTriangle {
    filter: blur(100px);
    transition: all 0.6s ease;
}
.subscription-modal {
    max-width: 81rem;
    height: 64rem;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 50%);
    overflow: hidden;
    background-color: #fff;
    border-radius: 3.5rem;
    box-shadow: 0 0 34px 5px #00000040;
    z-index: 10000000;
    transition: all 0.4s ease-out;
}
.subscribe {
    height: 100%;
    display: flex;
}
.subscribe figure {
    background: linear-gradient(135deg, #6d006de3, #d300d36b);
}
.subscribe figure img {
    width: 38rem;
    height: 60.6rem;
    margin-top: 6rem;
}
form {
    padding: 6rem 6rem 0 6rem;
    transition: all 0.2s ease-in;
}
.form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}
.form .header__logo {
    width: 193px;
    height: 54px;
    align-self: flex-start;
}
.form__input {
    font-family: inherit;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    width: 28.6rem;
    height: 5.4rem;
    border: none;
    border: 1px solid #000;
    padding: 1rem 5rem 1rem 2.6rem;
    text-wrap: wrap;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
.form input:nth-child(2) {
    margin-bottom: -1.4rem;
}
.form__input:hover {
    border: 1px solid #6d006d;
    transition: all 0.2s ease-in;
}
.form__input:focus {
    outline: 0;
    border: 1px solid #e200e2;
}
.form__input::placeholder {
    font-size: 1.8rem;
    font-weight: 600;
    color: #bdbdbd;
    transition: all 0.2s ease-out;
}
.form__input:valid {
    background-color: transparent;
}
.form__input:hover::placeholder {
    color: #6d006d6b;
    transition: all 0.2s ease-in;
}
.form button {
    width: 28.6rem;
    height: 5.4rem;
}
.layer {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in;
    z-index: 2;
}
.input__container {
    position: relative;
}
.input__email-icon,
.input__name-icon {
    position: absolute;
    top: 45%;
    right: 8%;
}
.icon-path {
    transition: all 0.2s ease-out;
}
.input__container:hover .input__name-icon .icon-path {
    stroke: #e200e2;
    transition: stroke 0.2s ease-in;
}
.input__container:hover .input__email-icon .icon-path {
    fill: #e200e2;
    transition: fill 0.2s ease-in;
}
.form__title {
    line-height: 2.8rem;
    font-size: 2.4rem;
    font-weight: 600;
    align-self: flex-start;
}
.form__terms-container {
    margin-top: 2rem;
    margin-bottom: -1.6rem;
    margin-left: -6rem;
    max-width: 30rem;
    display: flex;
    gap: 1rem;
}
.form__terms {
    font-size: 1.6rem;
    font-weight: 600;
    color: #7c7c7c;
}
.terms__confirm-checkbox {
    cursor: pointer;
    transform: translate(200%, 20%);
    height: 1.3rem;
    z-index: 100;
    opacity: 0;
}
.styled-checkbox {
    margin-right: 0.5rem;
}
.styled-checkbox:hover {
    cursor: pointer;
}
.styled-checkbox::after {
    opacity: 0;
    display: block;
    content: "";
    transform: translate(32%, 32%);
    background-color: #e200e2;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}
.terms__confirm-checkbox:checked ~ .styled-checkbox::after {
    opacity: 1;
    transition: all 0.2s ease-in;
}
.styled-checkbox::before {
    position: absolute;
    content: "";
    border: 2px solid #6d006d;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}
.form__terms strong {
    font-size: 1.7rem;
    opacity: 0.8;
}
.form__btn {
    font-size: 2rem;
    height: 700;
    width: 28.3rem;
    height: 54rem;
}
.form__copywright {
    align-self: flex-end;
    margin-top: 6rem;
}
.no-scroll-body {
    overflow: hidden;
}
.hide-modal {
    opacity: 0;
    transform: translate(-50%, -55%);
    filter: blur(6px);
    pointer-events: none;
    transition: all 0.4s ease-in;
}
.hide-layer {
    opacity: 0;
    filter: blur(6px);
    pointer-events: none;
    transition: all 0.4s ease-in;
}
.hidden {
    opacity: 0;
    filter: blur(15px);
    transform: translateY(10%);
    transition: all 0.2s ease-in;
}
.negra {
    display: none;
    width: 0;
    height: 0;
    margin-top: 16rem;
    position: relative;
    color: #fff;
    background-color: #000;
}
.negra__container {
    padding: 2rem 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.negra__title {
    margin-left: 5rem;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.8rem;
}
.negra__btn {
    margin-left: 5rem;
    color: inherit;
    border: 1px solid #e200e2;
    width: 13.5rem;
    height: 4rem;
    font-size: 2.4rem;
    font-weight: 500;
}
.negra__image {
    width: 24rem;
    height: auto;
    transform: translateY(-45%);
}
.form__close-btn {
    position: absolute;
    background: 0 0;
    border: none;
    font-size: 4rem;
    top: 3%;
    right: 4%;
}
.form__close-btn:focus {
    -webkit-tap-highlight-color: transparent;
}
.footer__btn,
.footer__legal-links {
    display: none;
}
.response-box {
    position: absolute;
    width: 400px;
    height: 250px;
    background: #fff;
    border-radius: 20px;
    top: 50vh;
    left: 50vw;
    z-index: 1000;
    transform: translate(-50%, -50%);
    transition: all 0.9s ease-in;
    overflow: hidden;
}
.hide__response-box {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-out;
}
.response-box__container {
    margin: 0 auto;
    width: 100%;
    height: 70%;
    padding: 0 2rem;
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.response-icon {
    margin-top: 1rem;
    width: 48px;
    aspect-ratio: 1;
    align-self: center;
}
.response-typography {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.response-title {
    font-size: 3.2rem;
    font-weight: 700;
}
.succes-color {
    color: #6d006d;
}
.taken-color {
    color: #6d006d;
}
.response-message {
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 2rem;
}
.response-btn {
    width: 100%;
    height: 30%;
    font-size: 2.8em;
    font-weight: 600;
    font-family: inherit;
    border-radius: 0;
    background-color: #000;
}
.response-btn:hover {
    border: none;
    outline: 0;
    background: #6d006d;
    color: #fff;
}
.ErrorServer {
    width: 70%;
    font-size: 1.6rem;
    color: #ff4c4c;
    position: absolute;
    top: 90%;
    left: 16%;
}
@media screen and (max-width: 1100px) {
    :root {
        --r1: 16px;
        --r2: 14px;
    }
    .triangle__container {
        margin-bottom: -5rem;
        width: 15rem;
    }
    .triangle1 {
        transform: rotate(15deg) scale(2.4);
    }
    .triangle2 {
        transform: scale(2.78) rotate(15deg);
        background: 0 0;
        margin-bottom: 60px;
        margin-left: 5.89px;
        width: 103.8%;
    }
    .shadowImg {
        transform: scale(1.1);
        top: -41%;
        left: -40px;
    }
    .main {
        padding: 0 8rem;
    }
    .header__container {
        padding: 4rem 6rem 6rem;
    }
    .layout {
        height: 28rem;
        margin: 5rem auto;
    }
    .article__typography,
    .hero-section__typographgy {
        max-width: 46rem;
    }
    .article__title,
    .article__title--sub,
    .hero-section__title {
        font-size: 4rem;
    }
    .separator {
        width: 5.5rem;
        height: 3px;
    }
    .article__description,
    .hero-section__description {
        font-size: 1.4rem;
        max-width: 26rem;
    }
    .slider__controler {
        bottom: -10%;
    }
    .cta {
        position: absolute;
        display: flex;
        justify-content: center;
        bottom: -34%;
        left: 37%;
    }
    .btn-cta {
        width: 18rem;
        position: relative;
        height: 5.4rem;
        position: relatives;
        border-radius: 5.2rem;
    }
    .cta__text {
        font-size: 2.6rem;
        font-weight: 500;
        margin-left: -3rem;
    }
    .cta__arrow {
        width: 3.8rem;
        height: 3.8rem;
        border: #6d006d;
        position: absolute;
        right: 5%;
        background-color: #fff;
        border-radius: 50%;
        z-index: 1;
    }
    .cta__arrow .icon {
        position: absolute;
        right: -5%;
        bottom: -6%;
        width: 4.2rem;
        height: 4.2rem;
        z-index: -1;
    }
    .team-section {
        margin-top: 8rem;
        padding-bottom: 6rem;
        margin-left: -80px;
        width: 100vw;
    }
    .team-background {
        border-radius: 0;
    }
    .team-overlay {
        top: 42%;
        height: 17rem;
    }
    .team-section article {
        padding-left: 5rem;
        top: 40%;
    }
    .team-section__title {
        font-size: 3rem;
    }
    .team-section__description {
        margin-top: 1rem;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .legal-links {
        padding: 1rem 6rem;
    }
    .layer {
        width: 100%;
    }
    .form__close-btn {
        font-size: 3.2rem;
        top: 2%;
        right: 10%;
        -webkit-tap-highlight-color: transparent;
    }
    #section-introduction {
        min-width: 125%;
        margin-left: -4rem;
        grid-template-columns: 1fr;
        padding: 15rem 2rem 0;
    }
    #section-introduction header {
        display: none;
        height: none;
        width: 0;
    }
    #section-introduction article {
        margin-left: 6rem;
    }
    #section-introduction h3 {
        font-size: 3.8rem;
        margin-left: 3rem;
    }
}
@media screen and (max-width: 840px) {
    .shadowImg {
        display: none;
    }
    .header__logo {
        width: 16rem;
        height: auto;
    }
    .form .header__logo {
        width: 16rem;
        height: auto;
    }
    .contact-link:link {
        font-size: 1.6rem;
    }
    .btn-blg {
        width: 8.6rem;
        height: 3.4rem;
        font-size: 1.6rem;
        margin-left: 1.4rem;
        background-color: transparent;
        border: 1px solid #000;
        color: #000;
    }
    .main {
        padding: 0;
    }
    .header__container {
        padding: 4rem 3rem 6rem;
    }
    nav .icon {
        width: 2rem;
        height: auto;
    }
    .layout {
        max-width: 48rem;
        height: 28rem;
        margin: 0 auto;
    }
    .article__typography,
    .hero-section__typographgy {
        min-width: 0;
        max-width: 48rem;
    }
    .article__title,
    .article__title--sub,
    .hero-section__title {
        font-size: 3.6rem;
    }
    .separator {
        width: 5.5rem;
        height: 2.5px;
    }
    .article__description,
    .hero-section__description {
        font-size: 1.4rem;
        max-width: 26rem;
    }
    .layout__image-slider {
        height: 0;
        width: 0;
        display: none;
    }
    .slider__controler {
        bottom: -10%;
    }
    .negra {
        display: block;
        width: 100vw;
        height: 18rem;
    }
    .cta {
        display: none;
    }
    .team-section {
        padding: 0;
        margin: 4rem 0;
        width: 100%;
        overflow: hidden;
    }
    .team-background {
        margin: 0 auto;
    }
    .team-overlay {
        top: 50%;
        height: 12rem;
        margin: 0 auto;
    }
    .team-section article {
        top: 50%;
        padding-left: 3rem;
        grid-template-columns: 1fr;
    }
    .team-section__title {
        font-size: 2.4rem;
    }
    .team-section__description {
        margin-top: 0.5rem;
        max-width: 90%;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .team-logo {
        display: none;
    }
    .legal-links {
        display: none;
    }
    .icon-size,
    ul .icon {
        width: 1.5rem;
        height: auto;
    }
    footer {
        padding: 2rem 2.6rem 1rem;
    }
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        row-gap: 3rem;
    }
    .footer__l__separator {
        display: none;
    }
    .footer-logo {
        grid-column: 1;
        width: 14.5rem;
        height: 3.8rem;
    }
    .footer__copywright {
        font-size: 1.2rem;
    }
    .footer__btn {
        grid-column: 2;
        width: 13.2rem;
        height: 3.1rem;
        margin-left: auto;
        font-size: 1.8rem;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }
    .footer__legal-links {
        width: 20.95;
        grid-row: 2;
        grid-column: span 2;
        margin-left: auto;
        margin-bottom: -4rem;
    }
    .footer__legal-links ul {
        display: flex;
        gap: 1.2rem;
    }
    .footer__legal-link a:link,
    .footer__legal-link a:visited {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 500;
        text-decoration: none;
        text-decoration: underline;
        transition: all 0.2s ease-in;
    }
    .footer__legal-link a:focus,
    .footer__legal-link a:hover {
        color: #e200e2;
        transition: all 0.2s ease-in;
    }
    .footer__nav {
        grid-row: 3;
        grid-column: 1;
    }
    .footer__copywright {
        grid-row: 3;
        grid-column: 2;
    }
    .R {
        font-size: 5px;
        transform: translate(-75%, -20%);
    }
    .subscribe figure {
        display: none;
    }
    .subscription-modal {
        overflow-y: auto;
        position: absolute;
        flex-direction: column;
        border-radius: 0;
        width: 100%;
        height: 100%;
        top: -50%;
    }
    .subscribe {
        justify-content: center;
    }
    .layer {
        width: 100%;
    }
    .form__close-btn {
        font-size: 3.2rem;
        top: 2%;
        right: 10%;
        -webkit-tap-highlight-color: transparent;
    }
    .form__title {
        word-break: none;
    }
    .terms__confirm-checkbox {
        cursor: default;
    }
    .footer__btn,
    .footer__legal-links {
        display: block;
    }
    .response-box {
        width: 300px;
        height: 200px;
    }
    .response-box__container {
        height: 75%;
    }
    .response-icon {
        margin-top: 1rem;
        width: 32px;
        aspect-ratio: 1;
        align-self: center;
    }
    .response-typography {
        gap: 5px;
    }
    .response-title {
        padding-top: 1rem;
        font-size: 1.8rem;
    }
    .succes-color {
        color: #6d006d;
    }
    .taken-color {
        color: #6d006d;
    }
    .response-message {
        font-size: 1.2rem;
        padding-bottom: 2rem;
    }
    .response-btn {
        height: 25%;
        font-size: 1.8em;
    }
    .ErrorServer {
        font-size: 1.4rem;
        top: 46%;
    }
    #section-introduction {
        min-width: 100%;
        padding-top: 7rem;
        padding-left: 6rem;
        grid-template-columns: 1fr;
    }
    #section-introduction p {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #section-introduction article {
        margin-left: 3rem;
        width: 95%;
        padding-right: 4rem;
    }
    #section-introduction h3 {
        font-size: 3.6rem;
        margin-left: 3rem;
    }
}
@media screen and (max-width: 500px) {
    .body {
        min-width: 380px;
        overflow-x: hidden;
    }
    .header__logo {
        width: 13.5rem;
        height: auto;
        width: 13.5rem;
        height: auto;
    }
    .contact-link:link {
        font-size: 1.4rem;
    }
    .btn-blg {
        width: 7.4rem;
        height: 2.8rem;
        font-size: 1.4rem;
    }
    .header__container {
        padding: 3rem 2rem 6rem;
    }
    .header-navigation .icon {
        display: none;
    }
    .layout__image-slider {
        display: none;
    }
    .layout {
        width: 32.8rem;
        height: 28rem;
        margin: 0;
        margin: 0 auto;
    }
    .article__typography,
    .hero-section__typographgy {
        min-width: 0;
        max-width: 38.2rem;
    }
    .article__title,
    .article__title--sub,
    .hero-section__title {
        font-size: 3rem;
    }
    .separator {
        width: 6rem;
        height: 2px;
    }
    .article__description,
    .hero-section__description {
        font-size: 1.4rem;
        max-width: 28rem;
    }
    .layout__image-slider {
        opacity: 0;
        display: none;
    }
    .slider__controler {
        bottom: 2.6%;
    }
    .negra {
        margin-top: 12rem;
        min-width: 380px;
        height: 16.5rem;
    }
    .negra__container {
        padding: 2rem 0;
    }
    .negra__title {
        margin-left: 4rem;
        font-size: 2.4rem;
        font-weight: 500;
        margin-bottom: 2.8rem;
    }
    .negra__btn {
        margin-left: 4rem;
        color: inherit;
        border: 1px solid #e200e2;
        width: 13.2rem;
        height: 3.5rem;
        font-size: 2rem;
        font-weight: 500;
    }
    .negra__image {
        width: 18rem;
        height: 18.3;
        left: 50%;
        top: -40%;
        pointer-events: none;
    }
    .team-section {
        padding-bottom: 0;
    }
    .team-background {
    }
    .team-overlay {
        backdrop-filter: blur(2px);
        top: 49%;
        height: 10rem;
    }
    .team-section article {
        top: 49%;
        padding-left: 2rem;
    }
    .team-section__title {
        font-size: 2rem;
    }
    .team-section__description {
        margin-top: 0.5rem;
        max-width: 95%;
        font-size: 1.1rem;
        line-height: 1.2;
        font-weight: 400;
    }
    .team-logo .cta {
        display: none;
    }
    .subscribe figure {
        display: none;
    }
    .subscription-modal {
        position: absolute;
        flex-direction: column;
        border-radius: 0;
        width: 100%;
        height: 100%;
        top: -50%;
    }
    .footer-container {
        padding: 0;
    }
    .footer-logo {
        width: 12rem;
        height: 3.16rem;
        padding: 0;
    }
    .footer__copywright {
        font-size: 1rem;
    }
    .layer {
        width: 100%;
    }
    .form__close-btn {
        font-size: 3.2rem;
        top: 2%;
        right: 10%;
        -webkit-tap-highlight-color: transparent;
    }
    .response-box {
        width: 250px;
        height: 170px;
    }
    .R {
        transform: translate(-40%, -20%);
    }
    #section-introduction {
        padding-top: 4rem;
        margin-top: 2rem;
        min-width: 100%;
        grid-template-columns: 1fr;
        margin: 0;
        padding-left: 0;
    }
    #section-introduction article {
        padding-right: 2rem;
    }
    #section-introduction h3 {
        font-size: 2.8rem;
        font-weight: 500;
    }
    #section-introduction p {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8;
    }
}
