<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-banner-info-new {
    display: none;
}

.main-header:not(.sticky) {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

body:not(.menu-opened) .main-header:not(.sticky) .main-logo path {
    fill: #fff;
}

body:not(.menu-opened) .main-header:not(.sticky) .mobile-menu-opener:after, 
body:not(.menu-opened) .main-header:not(.sticky) .mobile-menu-opener:before,
body:not(.menu-opened) .main-header:not(.sticky) .mobile-menu-opener i {
    background-color: #FFF;
}

.main-header-links a::after,
.home-page-presentation__button a::after {
    display: inline-block;
    width: .75em;
    height: .75em;
    content: '';
    mask: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.75L5 5.75L1 9.75' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    mask-size: cover;
    background-color: currentColor;
    margin-left: .65em;
}

@media screen and (min-width: 1024px) {
    .main-header:not(.sticky) #menu-main_menu &gt; li:not(:hover) &gt; a {
        color: #fff;
    }

    .main-header:not(.sticky) #menu-header_additional_menu a {
        color: #fff;
    }

    .main-header:not(.sticky) #menu-header_additional_menu a:hover,
    .main-header:not(.sticky) #menu-header_additional_menu a:active {
        color: #4169e1;
    }

    .main-header:not(.sticky) li#menu-item-12073 {
        /* background-color: #fff; */
        /* border-color: transparent; */
        padding: 7px 0;
        border-color: #FFF;
        color: #FFF;
    }

    .main-header:not(.sticky) li#menu-item-12073:hover {
        border-color: #FFF;
        background-color: #fff;
    }
    
    .main-header:not(.sticky) #menu-header_additional_menu .button-link.transparent.transparent a:hover {
        color: #4169e1;
    }
    
    .main-header:not(.sticky) .main-header-links .button-link {
        background: transparent;
    }
    
    .main-header:not(.sticky) .main-header-links .button-link:hover,
    .main-header:not(.sticky) .main-header-links .button-link:active {
        background: transparent;
        border-color: transparent;
        color: #4169e1;
    }
}

.home-page-presentation {
    display: flex;
    flex-direction: column;
    padding-top: 100px;

    position: relative;
    z-index: 10;
}

.home-page-presentation__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-page-presentation__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}

.home-page-presentation__content {
    position: relative;
    z-index: 50;

    margin: 0 auto;
    max-width: 1230px;

    color: #fff;
    text-align: center;
}

.home-page-presentation__title {
    margin: 0 auto;
    max-width: 800px;
    text-wrap-style: balance;
}

.home-page-presentation__title h1,
.home-page-presentation__title h2,
.home-page-presentation__title h3{
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -1px;
}

.home-page-presentation__subtitle {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 26px;
    max-width: 598px;
}

.home-page-presentation__subtitle,
.home-page-presentation__subtitle p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.home-page-presentation__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-page-presentation__button a {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;

    transition: all .5s ease;
}

.home-page-presentation__button--filled a {
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
}

.home-page-presentation__button a:hover,
.home-page-presentation__button a:active {
    color: #4169e1;
}

.home-page-presentation__code {
    position: relative;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 0 20px;
}

.home-page-presentation__code .nylas-multi-code {
    background: linear-gradient(205deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
    backdrop-filter: blur(40px);
    border-radius: 16px;
    
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    position: relative;
}

.home-page-presentation__code .nylas-multi-code &gt; * {
    position: relative;
}

.home-page-presentation__code .nylas-multi-code::before {
    border-radius: 16px;
    padding: 1px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(69.43% 69.43% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(60% 51.57% at 50% 50%, #0938DF 0%, rgba(9, 56, 223, 0) 100%),
        radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%);
    /* z-index: -1; */
    pointer-events: none;

    mask: 
        linear-gradient(#000 0 0) exclude, 
        linear-gradient(#000 0 0) content-box;
}

@media screen and (max-width: 1023px) {
    .home-page-presentation__content {
        margin-right: 30px;
        margin-left: 30px;
    }
}</pre></body></html>