/* HEADER */
.media-kit:not(.header-pined) #header {
    background: linear-gradient(90deg, rgba(53, 87, 143, 1) 0%, rgba(17, 32, 63, 1) 100%);
}
.media-kit:not(.header-pined) #header .logo {
    background-image: url('../../img/logo/logo-full-white-color.svg');
}
.media-kit:not(.header-pined) #header .nav > ul > li > a {
    color: #FFFFFF;
}
.media-kit:not(.header-pined) #header .nav > ul > li.white-button > a {
    border: 1px solid var(--white);
}
.media-kit:not(.header-pined) #header .nav > ul > li:not(.try-button) > a:hover {
    color: #abb9f0;
}
.media-kit:not(.header-pined) #header .nav > ul > li:not(.try-button) > a > svg {
    fill: #FFFFFF;
}
.media-kit:not(.header-pined)  #header .hamburger {
    color: #FFFFFF;
}


/* HERO */
.hero-media-kit {
    background: linear-gradient(90deg, rgba(53, 87, 143, 1) 0%, rgba(17, 32, 63, 1) 100%);
}
.hero-media-kit .text-box {
    text-align: center;
}
@media only screen
and (min-width : 768px) {
    .hero-media-kit {
        padding: 5rem 0 16rem;
    }
}
@media only screen
and (max-width : 767px) {
    .hero-media-kit {
        padding-block: 7.2rem 16rem;
    }
    .hero-media-kit .text-box {
        margin: auto;
        text-align: center;
        max-width: 69.2vw;
    }
}

/* TRUSTED BANNER */
.media-kit .trusted-companies-banner {
    margin-top: -12rem;
}
.media-kit .trusted-companies-banner .title h2 {
    color: #ffffff;
}
.media-kit .trusted-companies-banner .companies {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    padding: 3.75rem 1.5rem;
}
.media-kit .trusted-companies-banner .companies li img {
    height: auto;
}
.media-kit .trusted-companies-banner .companies li {
    margin: 0;
}
@media only screen
and (min-width : 768px) {
    .media-kit .trusted-companies-banner {
        margin-top: -10rem;
        padding-block: 0 6.8rem;
    }
    .media-kit .trusted-companies-banner .row-top {
        margin-bottom: 3rem;
    }
}
@media only screen
and (max-width : 767px) {
    .media-kit .trusted-companies-banner .row-top {
        margin: 0;
    }
}


/* BRAND ASSETS */
.brand-assets {
    padding: 3rem 0 6rem;
}
.brand-assets .text-box {
    text-align: center;
}
@media only screen
and (min-width : 768px) {
    .brand-assets {
        padding: 0;
    }
    .brand-assets .text-box {
        margin: 0 0 6.8rem;
    }
}


/* TWO BOXES */
.two-boxes article {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.two-boxes article .screen {
    width: 100%;
    height: 10rem;
    position: relative;
    margin-bottom: 1rem;
}
.two-boxes article .screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    display: inline-block;
    vertical-align: top;
}
.two-boxes article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 1.7rem;
    padding: 5rem 3.5rem;
}
.two-boxes article h3 {
    color: #242954;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1em;
    letter-spacing: 0;
}
.two-boxes article p {
    color: #636587;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.66em;
    letter-spacing: 0;
}
.two-boxes article a {
    color: #7183FF;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: .9rem
}
.two-boxes article .icon-container img {
    width: 1.6rem;
    height: 1.6rem;
    object-position: center;
    object-fit: contain;
}
@media only screen
and (min-width : 768px) {
    .two-boxes {
        margin: 0 0 13.4rem;
    }
    .two-boxes .row {
        justify-content: center;
        align-items: stretch;
    }
    .two-boxes article {
        padding: 5rem 3.5rem;
        max-width: 36.6rem;
        margin: 0 2.2rem;
    }
}
@media only screen
and (max-width : 767px) {
    .two-boxes .row {
        padding: 0 2.5rem;
    }
    .two-boxes article:not(:last-child) {
        margin: 0 0 1.5rem;
    }
}

/* SOCIAL MEDIA */
.social-media-kit {
    position: relative;
}
.social-media-kit .text-box {
    text-align: center;
}
.social-media-kit .boxes-area {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin: 3.5rem 0 0;
    flex-wrap: wrap;
}
.social-media-kit .box {
    display: inline-flex;
    height: 5rem;
    align-items: center;
    padding: 0 1.5rem;
    background: var(--white);
    border-radius: .5rem;
    box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .1);
    color: #636587;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.875em;
}
.social-media-kit .box img {
    margin-right: 1rem;
    max-width: 2rem;
    max-height: 2rem;
    width: auto;
    height: auto;
}
@media only screen
and (min-width : 768px) {
    .media-kit .text-and-cta-banner {
        padding-top: 0;
    }
    .social-media-kit {
        margin: 0 0 11.4rem;
    }
}
@media only screen
and (max-width : 767px) {
    .social-media-kit {
        padding: 6rem 0;
    }
}