@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   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;  }
}
a.Link-Black
{
   color: #323232;
   text-decoration: none;
}
a.Link-Black:visited
{
   color: #323232;
   text-decoration: none;
}
a.Link-Black:active
{
   color: #323232;
   text-decoration: none;
}
a.Link-Black:hover
{
   color: #E1187A;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Eberhardt RTS";
   font-weight: bold;
   line-height: 130%;
   text-decoration: none;
   color: #323232;
   --color: #323232;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-transform: uppercase;
   letter-spacing: 0.23em;
   font-size: clamp(22px, 3vw, 27px);
}
h2, .h2
{
   font-family: "Eberhardt RTS";
   font-weight: normal;
   line-height: 130%;
   text-decoration: none;
   color: #323232;
   --color: #323232;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-size: clamp(22px, 3vw, 27px);
}
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-block;
}
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-block;
}
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-block;
}
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-block;
}
.CopyRegular
{
   font-family: "Eberhardt RTS";
   font-weight: normal;
   font-size: 16px;
   line-height: 150%;
   text-decoration: none;
   color: #323232;
   --color: #323232;
   background-color: transparent;
}
.CopyBold
{
   font-family: "Eberhardt RTS";
   font-weight: bold;
   font-size: 16px;
   line-height: 150%;
   text-decoration: none;
   color: #323232;
   --color: #323232;
   background-color: transparent;
}
