.section-1 {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    height: 920px;
    overflow: hidden;
    position: relative;
}

.section-1 .section-1-div {
    padding-bottom: 250px;
}

.section-1 .section-1-div .section-1-cap {
    color: white;
    font-size: 70px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 100;
}

.section-1 .section-1-div .section-1-paragraph {
    color: white;
    font-size: 20px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    margin-bottom: 5%;
    text-align: justify;
    max-width: 60%;
}

.section-1 .section-1-div .section-1-button {
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    padding: 13px 54px;
    text-decoration: none;
    cursor: pointer;
}

.section-1 .section-1-div .section-1-button-2 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    background: none;
    border: none;
}

.section-1 .limit-cont {
    max-width: 1920px;
    margin: auto;
}

.section-1 .lent {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-30deg) translateX(350px);
    top: 600px;
    z-index: 0;
}

.section-1 .lent video {
    margin-bottom: 20px;
    height: 290px;
}

@keyframes moveFilmLentToRight {
    from {
        transform: rotate(-28deg) translateX(0%);
    }
    to {
        transform: rotate(-28deg) translateX(calc(100% - 170px));
    }
}

@keyframes moveFilmLentToLeft {
    from {
        transform: rotate(-28deg) translateX(0%);
    }
    to {
        transform: rotate(-28deg) translateX(-100%);
    }
}

.section-2 .slide-controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-2 .slide-controls button {
    background: none;
    border: none;
}

.section-2 .slide-controls .slide-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "HelveticaNeue";
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #939393;
}

.section-2 .slide-controls .slide-count span {
    font-family: "HelveticaNeue";
    font-size: 28px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 5px;
    color: #000;
}

.section-2 .slide-controls .slide-count span:last-child {
    margin-left: 9px;
    margin-left: 5px;
}

.section-2 .slide-controls .slide-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: flex;
    align-items: center;
}

.section-2 .slide-controls .slide-line .slide-dot {
    transition: 0.4s;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

.section-2 .slide-controls .next-slide img {
    transform: rotate(180deg);
}

.section-2 a {
    text-decoration: none;
}

.section-2 .section-2-cap {
    color: #171717;
    font-size: 42px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-2 .cards-div .agents-card {
    width: 518px;
    height: 530px;
    text-align: center;
    background: linear-gradient(0deg, #e4e2dc 0%, #e4e2dc 100%);
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-2 .cards-div .agents-card p {
    top: 70%;
    bottom: 0px;
    position: relative;
    color: white;
    font-size: 36px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 900;
    z-index: 2;
    margin-bottom: 0;
}

.section-2 .cards-div .agents-card .card-line {
    top: 70%;
    left: 0%;
    bottom: 0px;
    position: relative;
    width: 90%;
    height: 1px;
    background: #E4E2DC;
    transition: 200ms;
    opacity: 0;
}

.section-2 .cards-div .agents-card .card-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 530px;
    background: rgba(0, 0, 0, 0.5019607843);
    transition: 200ms;
    opacity: 0;
}

.section-2 .cards-div .agents-card:hover .card-line {
    transition: 200ms;
    opacity: 1;
}

.section-2 .cards-div .agents-card:hover .card-overlay {
    transition: 200ms;
    opacity: 1;
}

.section-3 {
    background-color: black;
    color: white;
    overflow: hidden;
}

.section-3 .section-3-div {
    padding: 0% 8%;
}

.section-3 .section-3-div .section-3-cap {
    color: #e4e2dc;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 24px;
}

.section-3 .section-3-div .section-3-paragraph {
    color: #e4e2dc;
    font-size: 18px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    text-align: justify;
    line-height: 200%;
    width: 100%;
}

.section-3 .section-3-div .readmore {
    color: #e4e2dc;
    font-size: 22px;
    font-weight: 700;
    margin-top: 7%;
}

.section-4 .section-4-cap {
    color: black;
    font-size: 42px;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
}

.section-4 p {
    margin-bottom: 10px;
}

.section-4 .custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 9px;
    max-height: 740px;
}

.section-4 .custom-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 400ms;
}

.section-4 .custom-grid a:hover img {
    filter: unset;
    transition: 400ms;
}

.section-4 .custom-grid .card-content {
    position: absolute;
    background: linear-gradient(0.3deg, #000000 0.29%, rgba(0, 0, 0, 0.269651) 31.68%, rgba(0, 0, 0, 0) 99.77%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px 20px;
}

.section-4 .custom-grid .card-content .news-card-cap {
    color: #fff;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.section-4 .custom-grid .card-content .news-card-content {
    color: #fff;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.3%; /* 19.502px */
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-4 .custom-grid .card-content .news-card-more {
    color: #fff;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 139.3%; /* 25.074px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-4 .custom-grid .custom-grid-item-0 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section-4 .custom-grid .custom-grid-item-0 .card-content {
    position: absolute;
    background: linear-gradient(0.3deg, #000000 0.29%, rgba(0, 0, 0, 0.269651) 31.68%, rgba(0, 0, 0, 0) 99.77%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 50px;
}

.section-4 .custom-grid .custom-grid-item-0 .card-content .news-card-cap {
    color: #fff;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-4 .custom-grid .custom-grid-item-0 .card-content .news-card-content {
    color: #fff;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.3%; /* 27.86px */
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-4 .custom-grid .custom-grid-item-0 .card-content .news-card-more {
    color: #fff;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 139.3%; /* 25.074px */
}

.section-4 .custom-grid .custom-grid-item-1 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section-4 .custom-grid .custom-grid-item-2 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section-4 .custom-grid .custom-grid-item-3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section-4 .custom-grid .custom-grid-item-4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1025px) {
    .section-1 {
        margin-bottom: 70px;
    }

    .section-1 .lent {
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-30deg) translateX(0px);
        top: 560px;
        z-index: 0;
    }

    .section-1 .lent video {
        margin-bottom: 20px;
        height: 190px;
    }

    .section-2 {
        margin-bottom: 70px;
    }

    .section-2 .slide-controls img {
        width: 30px;
    }

    .section-3 {
        margin-bottom: 70px;
    }

    .section-3 .section-3-div {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-3 .section-3-div .img-about {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .section-1-div .section-1-paragraph {
        max-width: 100% !important;
    }

    .section-1 .lents-container .lents img {
        height: 66px;
    }

    .section-2 .slide-controls img {
        width: 20px;
    }

    .section-2 .section-2-cap {
        font-size: 32px;
    }

    .section-4 {
        margin-bottom: 70px;
    }

    .section-4 .section-4-cap {
        color: black;
        font-size: 42px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 500;
    }

    .section-4 p {
        margin-bottom: 10px;
    }

    .section-4 .custom-grid {
        display: grid !important;
        grid-template-columns: auto !important;
        grid-template-rows: auto;
    }

    .section-4 .custom-grid .card-content {
        padding: 5px 10px;
    }

    .section-4 .custom-grid .card-content .news-card-cap {
        font-size: 14px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section-4 .custom-grid .card-content .news-card-content {
        font-size: 12px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section-4 .custom-grid .card-content .news-card-more {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section-4 .custom-grid .custom-grid-item-0 {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
        grid-row-start: 1 !important;
        grid-row-end: 1 !important;
    }

    .section-4 .custom-grid .custom-grid-item-0 .card-content {
        padding: 5px 10px;
    }

    .section-4 .custom-grid .custom-grid-item-0 .card-content .news-card-cap {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .section-4 .custom-grid .custom-grid-item-0 .card-content .news-card-content {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-4 .custom-grid .custom-grid-item-0 .card-content .news-card-more {
        font-size: 12px;
    }

    .section-4 .custom-grid .custom-grid-item-1 {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
        grid-row-start: 2 !important;
        grid-row-end: 3 !important;
    }

    .section-4 .custom-grid .custom-grid-item-2 {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
        grid-row-start: 3 !important;
        grid-row-end: 4 !important;
    }

    .section-4 .custom-grid .custom-grid-item-3 {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
        grid-row-start: 4 !important;
        grid-row-end: 5 !important;
    }

    .section-4 .custom-grid .custom-grid-item-4 {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
        grid-row-start: 5 !important;
        grid-row-end: 6 !important;
    }
}

.section-2 .cards-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 500px) {
    .section-1 {
        height: 600px;
    }

    .section-1 .section-1-div .section-1-cap {
        color: white;
        font-size: 28px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 100;
    }

    .section-1 .section-1-div .section-1-paragraph {
        color: white;
        font-size: 14px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 400;
        margin-bottom: 5%;
    }

    .section-1 .section-1-div .section-1-button {
        background-color: white;
        color: black;
        font-size: 14px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 500;
        padding: 6px 50px;
        text-decoration: none;
        cursor: pointer;
    }


    .section-1-button {
        padding: 6px 30px !important;
    }

    .section-1 .lent {
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-30deg) translateX(-60px);
        top: 320px !important;
        z-index: 0;
    }

    .section-2 .section-2-cap {
        color: #171717;
        font-size: 20px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .section-2 .cards-div .agents-card p {
        top: 70%;
        bottom: 0px;
        position: relative;
        color: white;
        font-size: 20px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 900;
        transform: unset;
    }

    .section-3 .section-3-div .section-3-cap {
        color: #e4e2dc;
        font-size: 25px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 500;
    }

    .section-3 .section-3-div .section-3-paragraph {
        color: #e4e2dc;
        font-size: 14px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 400;
    }

    .section-3 .section-3-div {
        text-align: center;
        padding: 5% 5%;
        border: 0px solid white;
    }

    .section-4 .news-card .news-card-content {
        font-size: 12px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section-4 .news-card .news-card-cap {
        font-size: 16px;
        font-weight: 500;
    }

    .section-4 .little-news-card .news-card-cap {
        font-size: 10px;
        font-weight: 500;
    }

    .section-4 .news-card .news-card-more {
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
    }

    .section-4 .little-news-card .news-card-content {
        font-size: 8px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section-4 .little-news-card .news-card-more {
        font-size: 10px;
        font-weight: 500;
        cursor: pointer;
    }

    .section-4 p {
        margin-bottom: 0px;
    }

    .section-4 .little-news-card .card-content {
        position: absolute;
        top: 10%;
        font-family: "HelveticaNeue", sans-serif;
        color: white;
        gap: 10px;
        display: grid;
        padding: 0% 9%;
        bottom: 0px;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        align-content: center;
    }

    .section-4 .news-card .card-content {
        position: absolute;
        top: 40%;
        font-family: "HelveticaNeue", sans-serif;
        color: white;
        gap: 10px;
        display: grid;
        padding: 0% 9%;
        bottom: 0px;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        align-content: center;
    }

    .section-2 .cards-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .section-2 .cards-div .agents-card {
        width: 350px;
        height: 350px;
        text-align: center;
        background: linear-gradient(0deg, #e4e2dc 0%, #e4e2dc 100%);
    }

    .section-1 .lent {
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-30deg) translateX(-60px);
        top: 220px;
        z-index: 0;
    }

    .section-1 .lent video {
        margin-bottom: 20px;
        height: 130px;
    }
}

.loader {
    background-image: url(/assets/loader.gif);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 999999999;
    overflow: hidden;
}

/*# sourceMappingURL=index.css.map */
