@font-face
{
   font-family: "Rock Salt";
   font-weight: 400;
   font-display: swap;
   src: url('../Rock-Salt.woff2') format('woff2'),
        url('../Rock-Salt.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Condensed Thin";
   font-display: swap;
   src: url('../Roboto-Condensed-Thin.woff2') format('woff2'),
        url('../Roboto-Condensed-Thin.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Condensed Light";
   font-display: swap;
   src: url('../Roboto-Condensed-Light.woff2') format('woff2'),
        url('../Roboto-Condensed-Light.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-display: swap;
   src: url('../Roboto-Condensed.woff2') format('woff2'),
        url('../Roboto-Condensed.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Condensed Medium";
   font-display: swap;
   src: url('../Roboto-Condensed-Medium.woff2') format('woff2'),
        url('../Roboto-Condensed-Medium.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Condensed";
   font-weight: 700;
   font-display: swap;
   src: url('../Roboto-Condensed-Bold.woff2') format('woff2'),
        url('../Roboto-Condensed-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Condensed Heavy";
   font-display: swap;
   src: url('../Roboto-Condensed-Heavy.woff2') format('woff2'),
        url('../Roboto-Condensed-Heavy.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   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;
   src: url('../Roboto-Slab-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Montserrat";
   font-weight: 100;
   font-display: swap;
   src: url('../Montserrat-Thin.woff2') format('woff2'),
        url('../Montserrat-Thin.woff') format('woff');
}
@font-face
{
   font-family: "Montserrat";
   font-weight: 300;
   font-display: swap;
   src: url('../Montserrat-Light.woff2') format('woff2'),
        url('../Montserrat-Light.woff') format('woff');
}
@font-face
{
   font-family: "Montserrat";
   font-display: swap;
   src: url('../Montserrat.woff2') format('woff2'),
        url('../Montserrat.woff') format('woff');
}
@font-face
{
   font-family: "Montserrat";
   font-weight: 500;
   font-display: swap;
   src: url('../Montserrat-Medium.woff2') format('woff2'),
        url('../Montserrat-Medium.woff') format('woff');
}
@font-face
{
   font-family: "Montserrat";
   font-weight: 600;
   font-display: swap;
   src: url('../Montserrat-SemiBold.woff2') format('woff2'),
        url('../Montserrat-SemiBold.woff') format('woff');
}
@font-face
{
   font-family: "Montserrat";
   font-weight: 800;
   font-display: swap;
   src: url('../Montserrat-ExtraBold.woff2') format('woff2'),
        url('../Montserrat-ExtraBold.woff') format('woff');
}
@font-face
{
   font-family: "Oxygen Mono";
   font-weight: 400;
   font-display: swap;
   src: url('../Oxygen-Mono.woff2') format('woff2'),
        url('../Oxygen-Mono.woff') format('woff');
}
@font-face
{
   font-family: "Oxygen";
   font-weight: 300;
   font-display: swap;
   src: url('../Oxygen-Light.woff2') format('woff2'),
        url('../Oxygen-Light.woff') format('woff');
}
@font-face
{
   font-family: "Oxygen";
   font-weight: 400;
   font-display: swap;
   src: url('../Oxygen.woff2') format('woff2'),
        url('../Oxygen.woff') format('woff');
}
@font-face
{
   font-family: "Oxygen";
   font-weight: 700;
   font-display: swap;
   src: url('../Oxygen-Bold.woff2') format('woff2'),
        url('../Oxygen-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Ubuntu";
   font-weight: 400;
   font-display: swap;
   src: url('../Ubuntu.woff2') format('woff2'),
        url('../Ubuntu.woff') format('woff');
}
@font-face
{
   font-family: "Ubuntu";
   font-weight: 400;
   font-weight: 700;
   font-display: swap;
   src: url('../Ubuntu-Bold.woff2') format('woff2'),
        url('../Ubuntu-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Roboto Flex";
   font-display: swap;
   font-weight: 100 1000;
   font-stretch: 25% 151%;
   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;
   src: url('../Roboto-Flex-subset0.woff2') format('woff2');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-opacity
{
   0% { opacity: 0;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.style1
{
   color: #F4A460;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.initially-hidden
{
   text-decoration: none;
   background-color: transparent;
   opacity: 0;
}
.blurred-backdrop
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   --background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(10px) ;
   -webkit-backdrop-filter: blur(10px) ;
   padding: 10px 10px 10px 10px;
}
.blurred-backdrop_copy
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   --background-color: rgba(0,0,0,0.50);
   filter: saturate(78%) ;
   backdrop-filter: blur(91px) brightness(25%) contrast(36%) saturate(60%) ;
   -webkit-backdrop-filter: blur(91px) brightness(25%) contrast(36%) saturate(60%) ;
   padding: 10px 10px 10px 10px;
   backdrop-filter: blur(10px) saturate(60%);
   filter: saturate(50%);
}
@media only screen and (max-width: 480px)
{
}
