@font-face {
   font-display: swap;
   font-family: "Times New Roman";
   src: url('../times.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Arial Greek";
   src: url('../arial-greek.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Courier New";
   src: url('../cour.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Material Icons";
   src: url('../MaterialIcons-Regular.woff2') format('woff2'), url('../MaterialIcons-Regular.woff') format('woff'), url('../MaterialIcons-Regular.ttf') format('truetype'), url('../MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'), url('../MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face {
   font-display: swap;
   font-family: "Open Sans";
   font-stretch: 75% 100%;
   font-weight: 300 800;
   font-weight: 400;
   src: url('../Open-Sans-subset0.woff2') format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes fall {
0% {
   opacity: 0;
   transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg);
}
100% {
   opacity: 1;
   transform: translate3d(0px,0px,0px) rotateX(0deg);
}
}
@keyframes push {
0% {
   transform: perspective(1px) rotateX(0deg) scale3d(1,1,1);
}
50% {
   transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8);
}
100% {
   transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0);
}
}
h1,
.h1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h2,
.h2 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h3,
.h3 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h4,
.h4 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h5,
.h5 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h6,
.h6 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
.CustomStyle {
   --color: #2E74B5;
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
