@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-up
{
   0% { -webkit-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes scale-in-horizontal-center
{
   0% { -webkit-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-moz-keyframes scale-in-horizontal-center
{
   0% { -moz-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-horizontal-center
{
   0% { transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
a.Footer_Link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Footer_Link:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Footer_Link:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Footer_Link:hover
{
   color: #FA311F;
   text-decoration: underline;
}
a.All_White
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 2ms linear;
   transition: all 2ms linear;
}
a.All_White:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_White:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_White:hover
{
   color: #FF0000;
   text-decoration: none;
}
a.All_Black
{
   color: #000000;
   text-decoration: none;
}
a.All_Black:visited
{
   color: #000000;
   text-decoration: none;
}
a.All_Black:active
{
   color: #000000;
   text-decoration: none;
}
a.All_Black:hover
{
   color: #000000;
   text-decoration: none;
}
a.All_White_underlined
{
   color: #FFFFFF;
   text-decoration: underline;
   -webkit-transition: all 2ms linear;
   transition: all 2ms linear;
}
a.All_White_underlined:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_White_underlined:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_White_underlined:hover
{
   color: #FF0000;
   text-decoration: none;
}
a.All_Black_underlined
{
   color: #000000;
   text-decoration: underline;
}
a.All_Black_underlined:visited
{
   color: #000000;
   text-decoration: none;
}
a.All_Black_underlined:active
{
   color: #000000;
   text-decoration: none;
}
a.All_Black_underlined:hover
{
   color: #000000;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 53px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 43px;
   text-decoration: none;
   color: #FF0000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 37px;
   font-style: normal;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 27px;
   text-decoration: none;
   color: #F5F5F5;
   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;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.Background
{
   text-decoration: none;
   background-color: #000000;
   backdrop-filter: blur(67px) ;
   -webkit-backdrop-filter: blur(67px) ;
   backdrop-filter: blur(67px);
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
h1, .h1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 37px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 37px;
   text-decoration: none;
   color: #FF0000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
}
@media only screen and (max-width: 479px)
{
h1, .h1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   text-decoration: none;
   color: #FF0000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
}
