/* ==========================================================================
                                RESET CSS
============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Raleway", sans-serif;
  color: #aeb4b6;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

body.no-scroll {
  overflow-y: hidden;
}

button {
  cursor: pointer;
}

img {
  display: inline-block;
  margin-bottom: -3px;
}

a:focus,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #005092;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.block {
  background: #d9d9d9;
  border-radius: 16px;
  margin: 20px;
}

.page {
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
}

.row.center {
  justify-content: center;
}

.row.space-between {
  justify-content: space-between;
}

.w-30 {
  width: 30%;
}

.w-50 {
  width: 50%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.h-50 {
  height: 50px;
}

.h-100 {
  height: 100px;
}

.h-300 {
  height: 300px;
}

.h-500 {
  height: 500px;
}
