/*@import url(https://use.typekit.net/vmk2cmn.css);*/

.banner {
    background: #1A224C;
    height: 677px;
    position: relative;
    border-radius: 0 0 200px 0;
    flex-shrink: 0;
    min-height: 677px;
    
}

.banner__bg {
    width: 100%;
    height: 100%;
    border-radius: 0 0 200px 0;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /*mix-blend-mode: hard-light;*/
    box-shadow: 0px 77px 25.3px 0px #00000040 inset;

}
.banner__bg:first-child {
    mix-blend-mode: hard-light;
    opacity: 0.2!important;
}

.banner .app-container {
    height: 100%;
}

.banner__wrapper {
    width: 100%;
    height: calc(100% - 87px);
    padding-top: 87px;
}

.banner__wrapper__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.banner__wrapper__info__top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.banner__wrapper .banner-progress{
    display: flex;
    position: absolute;
    bottom: -126px;
    flex-direction: row;
    gap: 12px;
}
.banner__wrapper .banner-progress__item{
    border: 3px solid #727DA4;
    width: 18px;
    border-radius: 100%;
    height: 18px;
    cursor: pointer;
}
.progress-active{
    background: #727DA4;
}

h1 {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 24px;
    height: 49px;
    /*text-transform: uppercase;*/
    line-height: 24px;
    letter-spacing: 0%;
    color: #FCFCFD;
}

.banner__wrapper__info__links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner__wrapper__info__links span {
    border: 2px solid #FFFFFF;
    border-radius: 90px;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    width: 192px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
   
}


.banner__wrapper__info__download {
    display: flex;
    transition: all 0.4s ease-in-out;
    align-items: center;
    position: absolute;
    bottom: -77px;
    gap: 4px;
    text-decoration: none;
    border-radius: 8px;
    background: #5C678E;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    height: 48px;
    width: fit-content;
    padding: 12px 16px;

}
.banner__wrapper__info__download svg path{
    transition: all 0.4s ease-in-out;

}
.banner__wrapper__info__download:hover{
  background: white;
    color: #5C678E;
}
.banner__wrapper__info__download:nth-of-type(2){
    background: #DDC9A3;
    color: #1A224C;
}
.banner__wrapper__info__download:nth-of-type(2):hover{
    background: white!important;
    color: #5C678E!important;
}

.banner__wrapper__info__download:hover svg path{
    fill: #5C678E;
}
.banner__wrapper__info__download:nth-of-type(2) svg path{
    fill: #1A224C;
}
.banner__wrapper__info__download:nth-of-type(2):hover svg path{
    fill: #5C678E!important;
}
.banner__main {
    position: absolute;
    top: -30px;
    object-fit: cover;
    right: -84px;
    pointer-events: none;
}

@media screen and (max-width:1024px) {
    .banner {
        background: #1A224C;
        height: 100dvh;
        position: relative;
        border-radius: unset;
        flex-shrink: 0;
    }
    
    .banner__bg {
        width: 100%;
        height: 100%;
        border-radius: unset;
    
    }
    .banner__main{
        display: none;
    }
    
    .banner .app-container {
        height: 100%;
    }
    
    .banner__wrapper {
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    
    .banner__wrapper__info {
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: 40px;
        justify-content: start;
        padding-top: 50px;
    }
    
    .banner__wrapper__info__top {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .banner__wrapper__info__top svg{
        width: 100%;
    }
    
    h1 {
        font-family: Segoe UI;
        font-weight: 400;
        font-size: 24px;
        height: 49px;
        text-align: center;
        line-height: 24px;
        letter-spacing: 0%;
        color: #FCFCFD;
    }
    
    .banner__wrapper__info__links {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .banner__wrapper__info__links a {
        border: 2px solid #FFFFFF;
        border-radius: 90px;
        font-family: Segoe UI;
        font-weight: 400;
        font-size: 20px;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;
        color: white;
        width: 192px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
       
    }
    .banner__wrapper__info__links a:hover{
        background: #5C678E;
    }
    .banner__wrapper .banner-progress{
        bottom: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner__wrapper__info__download {
        display: flex;
        margin: 0 auto;
        transition: all 0.4s ease-in-out;
        align-items: center;
        gap: 4px;
        text-decoration: none;
        border-radius: 8px;
        background: #5C678E;
        font-family: Segoe UI;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;
        color: white;
        width: fit-content;
        bottom: 180px;
        left: 50%;
        transform: translateX(-50%);
        padding: 12px 16px;
    
    }
    .banner__wrapper__info__download:hover{
       scale: 1.1;
    }
    
    .banner__main {
     display: none;
    }
}