.logo-left .logo{
    margin-right: 75px;
}
.header-main .nav > li{
    margin: 0 15px;
}
.header-main .nav > li > a{
    font-size: 20px;
    font-weight: 400;
}
.header-main .nav > li.current_page_item > a{ 
    font-weight: 600;
}
.header-main .header-button-1 > .header-button .button:not(.is-outline){
    background-color: #0085FF !important;
    padding: 11px 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main .header-button-1 .header-button .button> span{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
#main .section-1{
    height: calc(100vh - 123px);
}
.blocks-text-s1{
    max-width: 655px;
}
.blocks-text-s1 h2{
    font-size: 60px;
    color: #383A42;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 30px;
}
.blocks-text-s1 h2 > a{
    color: #0085FF;
}
.blocks-text-s1 > p{
    font-weight: 500;
    line-height: 24px;
    color: #383A42;
    margin-bottom: 50px;
    font-size: 20px;
}
.s1_r1_c1_r1_c1 > .col-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.ButtonWebsite .button{
    margin-bottom: 0;
    margin-right: 0;
}
.ButtonWebsite .button-website{
    border-radius: 99px;
    background: #0085FF;
    border: 1px solid #0085FF;
    text-transform: initial;
    padding: 10px 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ButtonWebsite .button-website i{
    font-size: 20px;
}
.ButtonWebsite .button-website span{
    font-size: 20px;
    font-weight: 600;
}
.ButtonWebsite .button-website.is-outline{
    background: transparent;
}
.ButtonWebsite .button-website.is-outline span{
    color: #0085FF;
    font-weight: 600;
}
.ButtonWebsite .button-website.is-outline:hover{
    background: #0085FF;
}
.ButtonWebsite .button-website.is-outline:hover span{
    color: #ffffff;
}
#header.transparent #masthead .header-nav > .menu-item > a{
    color: #ffffff;
}
#header.transparent #masthead #logo .header_logo{
    display: none;
}
#header.transparent #masthead #logo .header-logo-dark{
    display: block !important;
}
#header.transparent #masthead .header-button .button{
    background-color: transparent !important;
    border: 1px solid #FFFFFF;
}
#header.transparent #masthead .header-button .button span{
    color: #FFFFFF;
}
.header, .header-wrapper{
    transition: unset;
}