@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	display: block;
	font-size: 1vw;
	line-height: 1em;
	box-sizing: border-box;
	font-family: "INSL";
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-style: normal;
	scroll-behavior: smooth;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
html.active {
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}

body {
	display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
	background-color: #000000;
}

@media screen and (max-width: 1279px) {
html { font-size: 1.50vw;}
}
@media screen and (max-width: 849px) {
html { font-size: 2.26vw; }
}
@media screen and (max-width: 449px) {
html { font-size: 4.28vw; }
}

@font-face { 
    font-family: "INSL";
    src: url("/site/fonts/inform-std-light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
 }

u {
    text-decoration: underline;
}

white {
	color: #FFFFFF;
}
black {
	color: #000000;
}
yellow {
	color: #FFED00;
}
grey {
	color: #9A9999;
}
darkgrey {
	color: #363636;
}
red {
	color: #FF0000;
}

.hryellow {
	display: block;
	width: 100%;
	border-bottom: 0.075rem solid #FFED00;
	margin: 1rem auto 1.075rem auto;
}
.hrwhite {
	display: block;
	width: 100%;
	border-bottom: 0.075rem solid #FFFFFF;
	margin: 1rem auto 1.075rem auto;
}

p {
	display: block;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0em;
    margin-inline-end: 0em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0em;
	-webkit-margin-end: 0em;
}

h1 {
	display: block;
	font-family: "INBB";
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.025em;
	line-height: 1em;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
h2 {
	display: block;
	font-family: "INSM";
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.0125em;
	line-height: 1em;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
h3 {
	display: block;
	font-family: "INSL";
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0em;
	line-height: 1em;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

img {
	overflow-clip-margin: content-box;
	overflow: clip;
	font-size: 0;
	line-height: 0;
}

sup {
    vertical-align:super;
	font-size: 0.75em;
}
sub {
	vertical-align: sub;
	font-size: 0.75em;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 0;
    border-color: transparent;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: transparent;
}
tr {
    display: table-row;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: transparent;
}
td {
    display: table-cell;
    vertical-align: middle;
    unicode-bidi: isolate;
}

ul {
	display: block;
	list-style-type: none;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	padding: 0;
	-webkit-padding-start: 0;
}
li {
	display: list-item;
}

a {
	color: #FFED00;
	text-decoration: none;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.25em;
	transition: 0.25s;
}
a:visited {
	color: #FFED00;
}
a:hover {
	transition: 0.25s;
	color: #9A9999;
}
a:active {
	color: #9A9999;
}


img a:hover {
	transition: 0.25s;
	filter: brightness(50%);
}

button {
	border: none;
	cursor: pointer;
	background-color: transparent;
	font-family: "INSL";
	font-size: 1em;
	padding: 0;
}
button:hover {
	transition: 0.25s;
	filter: brightness(75%);
}

input {
	border: none;
	padding-block: 0;
	padding-inline: 0;
	padding: 0;
}

::-webkit-scrollbar {
	height: 0.5rem;
	width: 0.5rem;
}
::-webkit-scrollbar-track {
	background: #000000; 
}
::-webkit-scrollbar-thumb {
	background: #363636; 
}
::-webkit-scrollbar-thumb:hover {
	background: #9A9999;
}