*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-family: 'Lato', sans-serif;
     font-weight: 400;
}
body{
    position: relative;
    overflow-x: hidden;
}
h1,h2,h3{
    font-family: 'Quicksand', sans-serif;
}
.container{
    width: 100%;
    max-width: 1250px;
    padding: 0 25px;
    margin: 0 auto;
}
.container-header{
    max-width: 1316px;
    transform: translateX(-25px);
}
.header{
    position: relative;
}
.header-inner{
    padding: 13px 0;
}
.header-wrapper{
    display: flex;
    align-items: flex-end;
}
.header-menu{
    margin-left: auto;
}
.hamburger-menu {
   
    display: none;
    flex-flow: column wrap;
    justify-content: center;
    height: 40px;
    width: 30px;
    cursor: pointer;
  }
  .bar-top,
  .bar-middle,
  .bar-bottom {
    height: 4px;
    background: #1C3E95;
    border-radius: 4px;
    margin: 6px 0 0;
    transform-origin: left;
    transition: all 0.5s;
  }
  .hamburger-menu.active .bar-top {
    transform: rotate(45deg) translateX(-.5px);
    background: #FE7A22;
  }
  .hamburger-menu.active .bar-middle {
    transform:translateX(1rem);
    opacity: 0;
  }
  .hamburger-menu.active .bar-bottom {
    transform: rotate(-45deg) translateX(-.5px);
    background: #FE7A22;
  }
.menu-mobile{
    display: none;
}
.menu{
    list-style-type: none;
    display: flex;
    padding-bottom: 8px;
}
.menu-item{
    padding-left: 30px;
}
.menu-item a{
    text-decoration: none;
    color: #1C3E95;
    font-size: 24px;
    transition: all .3s;
}
.menu-item a:hover{
    color: #FE7A22;
}
.hero{
    font-family: 'Quicksand', sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-inner{
    padding: 66px 0;
}
.hero-wrapper{
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.hero-content{
    width: calc(100% - 489px);
    padding-right: 59px;
    position: relative;
}
.hero-content::before{
    content: '';
    position: absolute;
    left: -100vw;
    bottom: -66px;
    height: 100%;
    background-color: #1C3E95;
    opacity: .75;
    width: 100%;
    right: 0;
    width: 200vw;
    height: calc(100% + 112px);
    z-index: -1;
}
.hero-title{
    color: #FE7A22;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hero-desc p{
    margin-bottom: 0;
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.hero-form{
    width: 489px;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 8px 48px rgba(22, 22, 22, 0.08);

}
.hero-form-title{
    color: #1C3E95;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.cf-label input{
    width: 100%;
    outline: none;
    appearance: none;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #979494;
    padding: 12.5px 16px;
    margin-bottom: 12px;
    color: #161616;
}
.cf-label-2{
    display: flex;
    justify-content: space-between;
}
.cf-label-long{
    width: 60.4%;
}
.cf-label-short{
    width: 35.7%;
}
.cf-label input::placeholder{
    opacity: .7;
}
.cf-acceptance .wpcf7-list-item{
    margin-left: 0;
}
.cf-acceptance label{
    display: flex;
    align-items: flex-start;
}
.cf-acceptance label input{
    margin-right: 14px;
}
.cf-acceptance .wpcf7-list-item-label{
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #161616;
    opacity: .5;
    font-family: 'Lato', sans-serif;
}
.wpcf7-spinner{
    display: none!important;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.cf-acceptance{
    margin-bottom: 16px;
}
.btn{
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    min-width: 205px;
    padding: 13.5px 50px;
    background-color: #FE7A22;
    border-radius: 10px;
    border: none;
    outline: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}
.btn:hover{
    background-color: #1C3E95;
}
.cf-submit{
    display: flex;
    justify-content: center;
}
.um{
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.um-inner{
    padding: 76px 0 98px;
}
.um-content{
    max-width: 800px;
}
.um-title{
    font-size: 63px;
    line-height: 68px;
    font-weight: 700;
    color: #1C3E95;
    margin-bottom: 15px;
}
.um-undertitle{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #1C3E95;
    margin-bottom: 27px;
}
.um-desc{
    margin-bottom: 42px;
}
.um-desc p{
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 8px;
}
.um .btn{
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}
.footer{
    background-color: #1C3E95;
}
.footer-inner{
    padding: 61px 0 91px;
}
.footer-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.col{
    flex: 1;
    min-width: 280px;
    padding-right: 10px;
}
.col p{
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}
.col a{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: all .3s;
}
.col a:hover{
    color: #FE7A22;
}
.col a.number{
    font-size: 25px;
    font-weight: 700;
    color: #FE7A22;
}
.col a.number:hover{
    color: white;
}
@media(max-width:1400px){
    .header-logo{
        max-width: 180px;
        height: auto;
    }
    .menu-item{
        padding-left: 20px;
    }
    .menu-item a{
        font-size: 20px;
    }
    .container-header{
        transform: unset;
        max-width: 1250px;
    }
}
@media(max-width:1280px){
    .cf-label input{
        font-size: 16px;
    }
    .menu-item a{
        font-size: 18px;
    }
    .hero::before{
        height: 246px;
    }
    .hero-title{
        font-size: 36px;
    }
    .hero-desc p{
        font-size: 24px;
        line-height: 32px;
    }
    .hero-content{
        width: calc(100% - 460px);
        padding-right: 40px;
    }
    .hero-form{
        padding: 30px;
        width: 460px;
    }
    .um{
        background-position: center;
    }
    .um-title{
        font-size: 54px;
        line-height: 60px;
    }
}
@media(max-width:1024px){
    .hamburger-menu{
        display: flex;
    }
    .header-wrapper{
        align-items: center;
    }
    .menu{
        display: none;
        
    }
    .menu-mobile{
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        position: absolute;
        top: 90px;
        left: -100%;
        width: 100%;
        z-index: 9;
        background-color: white;
        height: 100vh;
        align-items: center;
        overflow-y: auto;
        transition: left .3s;
    }
    .menu-mobile.active{
        left: 0;
    }
    .menu-mobile .menu-item{
        padding-left: 0;
    }
    .menu-mobile a{
        font-size: 20px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .hero::before{
        display: none;
    }
    .hero-inner{
        padding-bottom: 0;
    }
    .hero-wrapper{
        flex-direction: column-reverse;
        
    }
    .hero-content{
        width: calc(100% + 50px);
        padding-right: 0;
        margin-left: -25px;
        margin-right: -25px;
        text-align: center;
        padding: 32px 0;
    }
    .hero-content::before{
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
    .hero-form{
        margin: 0 auto 44px;
        width: 100%;
        max-width: 460px;
        padding: 20px;
    }
    .cf-label-2{
        flex-wrap: wrap;
    }
    .cf-label-long{
        width: 100%;
    }
    .cf-label-short{
        width: 100%;
    }
    .um-inner{
        padding: 60px 0 70px;
    }
    .um-title{
        font-size: 44px;
        line-height: 50px;
    }
    .col{
        width: 100%;
        flex: unset;
        text-align: center;
        margin-bottom: 30px;
    }
    .col:last-child{
        margin-bottom: 0;
    }
    .footer-inner{
        padding-bottom: 61px;
    }
    .hero-desc p{
        font-size: 20px;
    }
    .hero-form-title{
        font-size: 16px;
    }
}
