* {
    transition: 0.1s !important;
}
/*banner*/
.banner {
    position: relative;
    height: 486px;
    overflow: hidden;
    padding-top: 32px;
    text-align: center;
}
.banner-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: -1;
}
.logos-ec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 79px;
}
.bar {
    height: 36px;
    width: 1px;
    background-color: var(--base-300);
    margin: 0px 16px;
}
.logo2 img {
    position: relative;
    top: -3px;
}
.banner .content {
    max-width: 639px;
    margin: auto;
    color: var(--base-900);
}
.banner .content .h1 {
    margin-bottom: 24px;
}

.banner .content p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}

@media (max-width: 1476px) {
    .banner-image {
        bottom: 0px;
        top: inherit;
    }
}
@media (max-width: 490px) {
    .banner {
        height: auto;
        overflow: auto;
    }
    .logos-ec {
        margin-bottom: 50px;
    }
    .banner .content {
        max-width: 283px;
        margin-bottom: 42px;
    }
    .banner .content .h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .banner .content p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 32px;
    }
}
/*banner*/
/*banner-bottom-sec*/
.banner-bottom-sec .crow {
    gap: 80px;
    justify-content: space-between;
}

.banner-bottom-sec .ccol.title {
    max-width: 425px;
}

.banner-bottom-sec .ccol p,
.banner-bottom-sec .ccol b {
    letter-spacing: 0.4px;
}
.banner-bottom-sec .ccol p {
    margin-bottom: 24px;
}
.banner-bottom-sec .ccol b {
    display: inline-block;
    max-width: 366px;
}
.banner-bottom-sec .ccol {
    max-width: 440px;
}
@media (max-width: 1120px) {
    .banner-bottom-sec .crow {
        gap: 20px;
    }
    .banner-bottom-sec .ccol.title {
        max-width: 316px;
    }
    .banner-bottom-sec .ccol.title .h1 {
        font-size: 40px;
        line-height: 48px;
        max-width: 390px;
        margin: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 810px) {
    .banner-bottom-sec .ccol {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }
}
@media (max-width: 437px) {
    .banner-bottom-sec .ccol.title .h1 {
        font-size: 26px;
        line-height: 33px;
        max-width: 251px;
        margin-bottom: 10px;
    }
    .banner-bottom-sec .ccol b {
        max-width: 248px;
    }
}
/*banner-bottom-sec*/
/*bg-2cols*/
.bg-2cols .inner {
    background: var(--grey-bg);
    max-width: 1280px;
    margin: auto;
}
.bg-2cols .inner .top-row {
    gap: 80px;
}
.bg-2cols .col {
    width: 50%;
}
.bg-2cols .top-row p {
    margin-bottom: 64px;
    letter-spacing: 0.4px;
}
.bg-2cols .h2 {
    margin-bottom: 32px;
    max-width: 400px;
}
.bg-2cols .h2.full {
    max-width: 440px;
}
.bg-2cols .h2.full-max {
    max-width: 100%;
}
.bg-2cols ul {
    list-style: none;
    padding-left: 0px;
}
.bg-2cols ul li {
    margin-right: 32px;
    display: inline-block;
}
.bg-2cols ul li:last-child {
    margin-right: 0px;
}
.bg-2cols ul li a {
    display: block;
    font-size: 17px;
    line-height: 24px;
    color: var(--base-600);
    text-decoration: none;
}
.bg-2cols ul li a svg {
    margin-left: 8px;
}
.bg-2cols ul li a:hover,
.bg-2cols ul li a:hover:focus,
.bg-2cols ul li a:focus {
    color: var(--base-900);
}
.bg-2cols ul li a:hover path,
.bg-2cols ul li a:focus path,
.bg-2cols ul li a:hover:focus path {
    fill: var(--base-900);
}
@media (max-width: 1120px) {
    .bg-2cols .inner .top-row {
        gap: 20px;
    }
    .bg-2cols .h2 {
        max-width: 265px;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}
@media (max-width: 810px) {
    .bg-2cols .col {
        width: 100%;
        max-width: 100% !important;
        flex: inherit;
        text-align: center;
    }
    .bg-2cols .h2 {
        max-width: 394px;
        font-size: 20px;
        line-height: 25px;
        margin: auto;
        margin-bottom: 15px;
    }
    .bg-2cols .top-row p {
        margin-bottom: 48px;
    }
    .bg-2cols .bottom-content {
        text-align: center;
    }
    .bg-2cols ul li {
        margin-top: 15px;
        margin-right: 15px;
    }
    .bg-2cols ul li a {
        font-size: 15px;
        line-height: 18px;
    }
    .bg-2cols ul li a svg {
        margin-left: 5px;
        max-width: 10px;
        position: relative;
        top: 1px;
    }
}
/*bg-2cols*/
/*black-bg*/
.black-bg {
    background-color: var(--base-900);
    color: var(--base-100);
}
.black-bg .crow {
    align-items: center;
    gap: 80px;
}
.black-bg .col1 {
    max-width: 570px;
}
.black-bg .col1 .h1 {
    margin-bottom: 51px;
    color: var(--base-100);
}
.black-bg .col1 p {
    letter-spacing: 0.4px;
}
.black-bg .col2 {
    text-align: right;
}

@media (max-width: 1120px) {
    .black-bg .crow {
        gap: 20px;
    }
    .black-bg .col1 {
        max-width: 510px;
    }
}
@media (max-width: 810px) {
    .black-bg .crow .ccol {
        width: 100%;
        max-width: 100% !important;
        flex: inherit;
        text-align: center;
    }

    .black-bg .crow p {
        margin-bottom: 48px;
    }
}
@media (max-width: 490px) {
    .black-bg .col1 .h1 {
        margin-bottom: 21px;
        color: var(--base-100);
        font-size: 36px;
        line-height: 52px;
    }
}
/*black-bg*/
