@font-face {
    font-family: "Bely Display W00 Regular";
    src: url("../../assets/fonts/f05f148ec6596f0b75375fa566aaf1fe.eot"); /* IE9*/
    src: url("../../assets/fonts/f05f148ec6596f0b75375fa566aaf1fe.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../assets/fonts/f05f148ec6596f0b75375fa566aaf1fe.woff2") format("woff2"), /* chrome、firefox */
    url("../../assets/fonts/f05f148ec6596f0b75375fa566aaf1fe.woff") format("woff"), /* chrome、firefox */
    url("../../assets/fonts/f05f148ec6596f0b75375fa566aaf1fe.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../assets/fonts/f05f148ec6596f0b75375fa566aaf1fe.svg#Bely Display W00 Regular") format("svg"); /* iOS 4.1- */
}

.tupp{
    text-transform: uppercase;
}

.fixed{
    position: fixed;
    background-color: #00264D;
    z-index: 1000;
}

.mb-17{
    margin-bottom: 17px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-32{
    margin-bottom: 32px;
}

.me-0{
    margin-right: 0;
}

.me-18{
    margin-right: 18px !important;
}

.me-26{
    margin-right: 26px;
}

.me-39{
    margin-right: 39px;
}

.gotohome{
    color: #081226;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.hoverbtn{
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    background-color: #0044CC;
    border: none;
    border-radius: 25px;
}

.hoverbtn.bmn{
    width: 95px;
}

.hoverbtn.bm{
    width: 165px;
}

.hoverbtn:hover{
    background-color: #A1DAE6;
    color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.hoverbtn2{
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #0044CC;
    border-radius: 25px;
}

.hoverbtn2:hover{
    background-color: #0044CC;
    color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.hoverbtn3{
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0044CC;
    font-weight: 300;
    font-size: 12px;
    background-color: #fff;
    border: none;
    border-radius: 25px;
}

.hoverbtn3.bm{
    width: 170px;
}

.hoverbtn3:hover{
    background-color: #A1DAE6;
    color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.h2{
	cursor: default;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.5px;
}