@font-face
{
   font-family: "Fira Sans Extra Condensed";
   font-display: swap;
   src: url('Fira-Sans-Extra-Condensed.woff2') format('woff2'),
        url('Fira-Sans-Extra-Condensed.woff') format('woff');
}
@font-face
{
   font-family: "Fira Sans Extra Condensed";
   font-weight: 700;
   font-display: swap;
   src: url('Fira-Sans-Extra-Condensed-Bold.woff2') format('woff2'),
        url('Fira-Sans-Extra-Condensed-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Fira Sans";
   font-display: swap;
   src: url('Fira-Sans.woff2') format('woff2'),
        url('Fira-Sans.woff') format('woff');
}
@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-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
a.Style1
{
   color: #232B2B;
   text-decoration: none;
}
a.Style1:visited
{
   color: #232B2B;
   text-decoration: none;
}
a.Style1:active
{
   color: #232B2B;
   text-decoration: underline;
}
a.Style1:hover
{
   color: #232B2B;
   text-decoration: underline;
}
a.menu
{
   color: #325781;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.menu::after,
a.menu::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 3px;
   background: #009EFF;
   opacity: 0;
   transition: all 300ms linear;
}
a.menu::before
{
   top: -3px;
   transform: translateY(-10px);
}
a.menu::after
{
   bottom: -3px;
   transform: translateY(10px);
}
a.menu:hover::after,
a.menu:hover::before
{
   background: #009EFF;
   opacity: 1;
   transform: translateY(0px);
}
a.menu:visited
{
   color: #325781;
   text-decoration: none;
}
a.menu:active
{
   color: #325781;
   text-decoration: none;
}
a.menu:hover
{
   color: #009EFF;
   text-decoration: none;
}
a.e-mail
{
   color: #009EFF;
   text-decoration: none;
}
a.e-mail:visited
{
   color: #009EFF;
   text-decoration: none;
}
a.e-mail:active
{
   color: #009EFF;
   text-decoration: none;
}
a.e-mail:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Fira Sans";
   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: "Fira Sans";
   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: "Fira Sans";
   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: "Fira Sans";
   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: "Fira Sans";
   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: "Fira Sans";
   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;
}
.CustomStyle
{
   font-family: "Fira Sans";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
}
@media only screen and (max-width: 767px)
{
}
