
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'ART_Bold';
  src: url('../font/NEXTART_Bold.otf');
}
@font-face {
  font-family: 'ART_Heavy';
  src: url('../font/NEXTART_Heavy.otf');
}
@font-face {
  font-family: 'ART_Light';
  src: url('../font/NEXTART_Light.otf');
}
@font-face {
  font-family: 'ART_Regular';
  src: url('../font/NEXTART_Regular.otf');
}
@font-face {
  font-family: 'ART_SemiBold';
  src: url('../font/NEXTART_SemiBold.otf');
}
@font-face {
  font-family: 'Got_Bold';
  src: url('../font/Gotham-Bold.otf');
}
@font-face {
  font-family: 'Got_Book';
  src: url('../font/Gotham-Book.otf');
}
@font-face {
  font-family: 'Prompt_Bold';
  src: url('../font/Prompt-Bold.ttf');
}
@font-face {
  font-family: 'Prompt_Regular';
  src: url('../font/Prompt-Regular.ttf');
}
@font-face {
  font-family: 'Prompt_Medium';
  src: url('../font/Prompt-Medium.ttf');
}
html {
  background: transparent;
}

html,
body,
dl,
dt,
dd,
pre,
form,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
}
body{
  margin: 0 auto;
  background: #d6f4fc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}


sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

select,
input,
button,
textarea {
  border: none;
  background: transparent;
  outline: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.clear {
  clear: both;
}
