* {
border:0;
margin:0;
padding:0
}

*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
outline: none;
min-height: 0vw;
}

::-moz-selection {
color: #FFF;
background: #4a6a7d;
}

::selection {
color: #FFF;
background: #4a6a7d;
}

html { 
font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
width: 100%;
height: 100%;
position: relative;
}

.animate03 {
transition: all 0.3s ease-in-out;
}

.animate06 {
transition: all 0.6s ease-in-out;
}

.animate09 {
transition: all 0.9s ease-in-out;
}

.animate12 {
transition: all 1.2s ease-in-out;
}

.animate15 {
transition: all 1.5s ease-in-out;
}

.animate18 {
transition: all 1.8s ease-in-out;
}

.animate21 {
transition: all 2.1s ease-in-out;
}

.animate24 {
transition: all 2.4s ease-in-out;
}

.btn {
margin: 5vw 0 0 0;
display: inline-block;
padding: 8px 7vw;
border-radius: 8px;
font-family: 'basier_squaresemibold';
background: rgba(74,106,125,1);
color: rgba(255,255,255,0.6) !important;
text-decoration: none !important
}

.btn:hover {
opacity: 0.7
}