@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { 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;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-out
{
   0% { transform: rotate(0deg) ; opacity: 1;  }
   100% { transform: rotate(0deg) scale(0,0) ; opacity: 0;  }
}
@keyframes transform-swing
{
   0% { transform: rotate(0deg) ;  }
   20% { transform-origin: top center; transform: rotate(15deg) ;  }
   40% { transform-origin: top center; transform: rotate(-10deg) ;  }
   60% { transform-origin: top center; transform: rotate(5deg) ;  }
   80% { transform-origin: top center; transform: rotate(-5deg) ;  }
   100% { transform-origin: top center; transform: rotate(0deg) ;  }
}
a..half-circle-top
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..half-circle-top:visited
{
   color: #800080;
   text-decoration: underline;
}
a..half-circle-top:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..half-circle-top:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..half-circle-top:before
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..half-circle-top:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..half-circle-top:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..half-circle-top:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..half-circle-bottom
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..half-circle-bottom:visited
{
   color: #800080;
   text-decoration: underline;
}
a..half-circle-bottom:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..half-circle-bottom:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..half-circle-bottom:after
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..half-circle-bottom:after:visited
{
   color: #800080;
   text-decoration: underline;
}
a..half-circle-bottom:after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..half-circle-bottom:after:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..diagonal
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..diagonal:visited
{
   color: #800080;
   text-decoration: underline;
}
a..diagonal:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..diagonal:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..diagonal:before
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..diagonal:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..diagonal:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..diagonal:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..diagonal:after
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..diagonal:after:visited
{
   color: #800080;
   text-decoration: underline;
}
a..diagonal:after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..diagonal:after:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangle
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangle:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangle:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangle:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangle:after
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangle:after:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangle:after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangle:after:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangles
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangles:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangles:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangles:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangles:after
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangles:after:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangles:after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangles:after:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..curve
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..curve:visited
{
   color: #800080;
   text-decoration: underline;
}
a..curve:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..curve:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..curve:before
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..curve:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..curve:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..curve:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..curve:after
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..curve:after:visited
{
   color: #800080;
   text-decoration: underline;
}
a..curve:after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..curve:after:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..blocks
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..blocks:visited
{
   color: #800080;
   text-decoration: underline;
}
a..blocks:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..blocks:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..blocks:before
{
   color: #0000FF;
   text-decoration: none;
}
a..blocks:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..blocks:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..blocks:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..zigzag
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..zigzag:visited
{
   color: #800080;
   text-decoration: underline;
}
a..zigzag:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..zigzag:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..zigzag:before
{
   color: #0000FF;
   text-decoration: none;
}
a..zigzag:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..zigzag:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..zigzag:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..zigzag-bottom
{
   color: #0000FF;
   background: #000000;
   text-decoration: none;
}
a..zigzag-bottom:visited
{
   color: #800080;
   text-decoration: underline;
}
a..zigzag-bottom:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..zigzag-bottom:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..zigzag-bottom:after
{
   color: #0000FF;
   text-decoration: none;
}
a..zigzag-bottom:after:visited
{
   color: #800080;
   text-decoration: underline;
}
a..zigzag-bottom:after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..zigzag-bottom:after:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangles-top
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangles-top:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangles-top:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangles-top:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangles-top:before
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangles-top:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangles-top:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangles-top:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangle-top
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangle-top:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangle-top:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangle-top:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a..triangle-top:before
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a..triangle-top:before:visited
{
   color: #800080;
   text-decoration: underline;
}
a..triangle-top:before:active
{
   color: #FF0000;
   text-decoration: underline;
}
a..triangle-top:before:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.a
{
   color: #0000FF;
   text-decoration: underline;
}
a.a:visited
{
   color: #800080;
   text-decoration: underline;
}
a.a:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.input:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.input:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.textarea:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.textarea:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.select:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.select:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:visited
{
   color: #800080;
   text-decoration: none;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style1:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style1::after
{
   color: #0000FF;
   text-decoration: underline;
}
a.style1::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style1::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style1::after:hover
{
   color: #0000FF;
   background: #0000FF;
   text-decoration: underline;
}
a.Link_Style
{
   color: #FFFFFF;
   background: #000000;
   text-decoration: none;
}
a.Link_Style:visited
{
   color: #FFFFFF;
   background: #000000;
   text-decoration: none;
}
a.Link_Style:active
{
   color: #4169E1;
   background: #000000;
   text-decoration: none;
}
a.Link_Style:hover
{
   color: #00BFFF;
   background: #000000;
   text-decoration: none;
}
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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.half-circle-top
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.half-circle-top:before
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
   border-radius: 50px;
   left: 50%;
   position: absolute;
   transform: translateX(-50%);
   content: "";
   height: 100px;
   top: -50px;
   z-index: 10;
   width: 100px;
}
.half-circle-bottom
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.half-circle-bottom:after
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
   border-radius: 50px;
   bottom: -50px;
   left: 50%;
   position: absolute;
   transform: translateX(-50%);
   content: "";
   height: 100px;
   top: auto;
   z-index: 10;
   width: 100px;
}
.diagonal
{
   text-decoration: none;
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
   background-image: linear-gradient(to top, #4F4F4F 0%, #4F4F4F 100%);
   border: 1px solid #DCDCDC;
   --border-color: #DCDCDC;
   padding-top: 6em;
   z-index: 1;
   background-position: linear-gradient(to top, 0%, 100%);
}
.diagonal:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   left: -25%;
   position: absolute;
   transform: rotate(-3deg);
   transform-origin: 3% 0;
   content: '';
   height: 50%;
   top: 0;
   z-index: -1;
   display: block;
   width: 150%;
}
.diagonal:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   left: -25%;
   position: absolute;
   transform: rotate(-2deg);
   transform-origin: 0 0;
   content: '';
   height: 75%;
   top: 0;
   z-index: -1;
   display: block;
   width: 150%;
}
.triangle
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangle:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   bottom: -50px;
   left: 50%;
   position: absolute;
   transform: translateX(-50%) rotate(45deg);
   content: "";
   height: 100px;
   z-index: 10;
   width: 100px;
}
.triangles
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangles:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   box-shadow: -50px 50px 0 #000000;
   bottom: -25px;
   left: 50%;
   position: absolute;
   transform: translateX(-50%) rotate(45deg);
   content: "";
   height: 50px;
   z-index: 10;
   width: 50px;
}
.curve
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.curve:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   left: 0;
   position: absolute;
   content: "";
   height: 70px;
   top: -70px;
   z-index: 10;
   width: 50%;
}
.curve:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   left: 50%;
   position: absolute;
   content: "";
   height: 70px;
   top: -70px;
   z-index: 10;
   width: 50%;
}
.blocks
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.blocks:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(to right, #000000 50%, #FFFFFF 50%');
   background-size: 130px 100%;
   left: 0;
   position: absolute;
   content: "";
   height: 50px;
   top: -50px;
   width: 100%;
}
.zigzag
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.zigzag:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%');
   background-size: 50px 100%;
   left: 0;
   position: absolute;
   right: 0;
   content: "";
   height: 90px;
   top: -90px;
   z-index: 10;
   display: block;
   background-position: 50%;
}
.zigzag-bottom
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.zigzag-bottom:after
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%');
   background-size: 50px 100%;
   left: 0;
   position: absolute;
   right: 0;
   content: "";
   height: 90px;
   top: 100%;
   z-index: 10;
   display: block;
   background-position: 50%;
}
.triangles-top
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangles-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   box-shadow: -50px 50px 0 #000000;
   left: 50%;
   position: absolute;
   transform: translateX(-50%) rotate(45deg);
   content: "";
   top: -25px;
   height: 50px;
   width: 50px;
}
.triangle-top
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangle-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   left: 50%;
   position: absolute;
   transform: translateX(-50%) rotate(45deg);
   content: "";
   top: -50px;
   height: 100px;
   width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
