@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@font-face {
	font-family: 'SF Pro Display'; 
	src: url(../fonts/SF-Pro-Display-Semibold.otf); 
}
@font-face {
	font-family: 'Gilroy'; 
	src: url(../fonts/Gilroy-Semibold.ttf); 
}

p {
    margin: 0;
}
body {
    background-color: #16304b;
    min-height: 100vh;
}
header{
    background-color: #FFFFFF;
}
.menu {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-logo p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}
.menu-button {
}
.menu-button button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16.4px;
    line-height: 19px;
    color: #fff;
    border: 0;
    border-radius: 24px;
    padding: 12px 48px;
    transition: .2s;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgba(8, 8, 8, 0.2), 0px 4px 4px rgba(8, 8, 8, 0.08), inset 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px 6px 12px rgba(255, 255, 255, 0.12);
}
.menu-button button:hover{
    background-color: #0085FFbc;
    transition: .2s;
}
.main {
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
}
.left {
    width: 47%;
    padding-top: 60px;
}
.left img{
    width: 100%;
}
.left-button {
    width:80%;
    border: 6px solid #fff;
    border-radius: 24px;
    text-align: center;
    margin: auto;
    margin-top: 24px;
}
.left-button p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.002em;
    color: #FFFFFF;
    padding: 24px 0px;
}
.button-item {
}
.anchor {
    text-align: center;
    margin-top: 12px;
}
.anchor a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.right {
    width: 47%;
}
.info-header {
    margin-bottom: 16px;
}
.info-header h1{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 75.0627px;
    line-height: 70px;
    color: #FFFFFF;
}
.info-header p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.1px;
    line-height: 24px;
    color: #FFFFFF;
}
.h1-img img{
    width: 90px;
}
.info-text {
    margin-bottom: 16px;
}
.info-text h2{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF;
}
.info-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.r-button {
    margin-bottom: 32px;
}
.r-button button{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 28.26px;
    line-height: 38px;
    letter-spacing: -0.002em;
    color: #002646;
    border: 0;
    padding: 24px 0px;
    width: 100%;
    border-radius: 24px;
    transition: .2s;
}
.r-button button:hover{
    background-color: #ffffffa2;
    transition: .2s;
}
.mob {
    display: none;
}