@charset "utf-8";

html {
	display: block;
	font-size: 1vw;
	box-sizing: border-box;
	font-family: "AGaramondPro-Regular";
	color: #000000;
	text-decoration: none;
	scroll-behavior: smooth;
	overflow-clip-margin: content-box;
	overflow: clip;
	overflow-x: hidden;
	overflow-y: visible;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

@media screen and (max-width: 1180px) {
html { font-size: 1.63vw;}
}
@media screen and (max-width: 868px) {
html { font-size: 2.22vw; }
}
@media screen and (max-width: 668px) {
html { font-size: 2.88vw; }
}
@media screen and (max-width: 468px) {
html { font-size: 4.11vw; }
}

@font-face { 
    font-family: "AGaramondPro-Regular";
    src: url("/site/fonts/AGaramondPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
 }
@font-face { 
    font-family: "AGaramondPro-Bold";
    src: url("/site/fonts/AGaramondPro-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
 } 
@font-face { 
    font-family: "AGaramondPro-Italic";
    src: url("/site/fonts/AGaramondPro-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
 } 
@font-face { 
    font-family: "AGaramondPro-BoldItalic";
    src: url("/site/fonts/AGaramondPro-BoldItalic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
 } 

bold {
	font-family: "AGaramondPro-Bold";
}
ital {
	font-family: "AGaramondPro-Italic";
}
italb {
	font-family: "AGaramondPro-BoldItalic";
}
u {
    text-decoration: underline;
}

black {
	color: #000000;
}
blue {
	color: #01407F;
}
grey {
	color: #9A9999;
}
red {
	color: #C1121C;
}
green {
	color: #00BB2D;
}

body {
	display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

div {
	line-height: 1.2em;
}

p {
	display: block;
	line-height: 1.2em;
	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: "AGaramondPro-Bold";
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	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: "AGaramondPro-Bold";
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	letter-spacing: 0.025em;
	line-height: 1.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: "AGaramondPro-Bold";
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.01em;
	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: #01407F;
	text-decoration: none;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.2em;
	transition: 0.25s;
}
a:hover {
	transition: 0.25s;
	filter: brightness(75%);
}
a:active {
	filter: brightness(75%);
}
a:visited {
	color: #01407F;
}

button {
	border: none;
	cursor: pointer;
	background-color: transparent;
}
button:hover {
	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: #9A9999; 
}
::-webkit-scrollbar-thumb:hover {
	background: #CCCCCC;
}