@font-face {
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   direction: ltr;
   display: inline-block;
   font-family: "Material Icons";
   font-feature-settings: "liga";
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   letter-spacing: normal;
   line-height: 1;
   text-rendering: optimizeLegibility;
   text-transform: none;
   white-space: nowrap;
   word-wrap: normal;
}
@-webkit-keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@-moz-keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@-o-keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@-ms-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;
}
}
@-o-keyframes animate-fade-in-up {
0% {
   -o-transform: translate(0px,100px) rotate(0deg);
   opacity: 0;
}
100% {
   -o-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-ms-keyframes animate-fade-in-up {
0% {
   -ms-transform: translate(0px,100px) rotate(0deg);
   opacity: 0;
}
100% {
   -ms-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes animate-fade-in-up {
0% {
   opacity: 0;
   transform: translate(0px,100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@-webkit-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-moz-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-o-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-ms-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;
}
}
@-o-keyframes scale-in-horizontal-center {
0% {
   -o-transform: rotate(0deg) scale(0.0,1.0);
   opacity: 0.0;
}
100% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
   opacity: 1.0;
}
}
@-ms-keyframes scale-in-horizontal-center {
0% {
   -ms-transform: rotate(0deg) scale(0.0,1.0);
   opacity: 0.0;
}
100% {
   -ms-transform: rotate(0deg) scale(1.0,1.0);
   opacity: 1.0;
}
}
@keyframes scale-in-horizontal-center {
0% {
   opacity: 0.0;
   transform: rotate(0deg) scale(0.0,1.0);
}
100% {
   opacity: 1.0;
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@-webkit-keyframes slide-down-in {
0% {
   -webkit-transform-origin: 0 0;
   -webkit-transform: translate(0px,-100%) rotate(1deg);
   opacity: 0;
}
100% {
   -webkit-transform-origin: 0 0;
   -webkit-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-moz-keyframes slide-down-in {
0% {
   -moz-transform-origin: 0 0;
   -moz-transform: translate(0px,-100%) rotate(1deg);
   opacity: 0;
}
100% {
   -moz-transform-origin: 0 0;
   -moz-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-o-keyframes slide-down-in {
0% {
   -o-transform-origin: 0 0;
   -o-transform: translate(0px,-100%) rotate(1deg);
   opacity: 0;
}
100% {
   -o-transform-origin: 0 0;
   -o-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-ms-keyframes slide-down-in {
0% {
   -ms-transform-origin: 0 0;
   -ms-transform: translate(0px,-100%) rotate(1deg);
   opacity: 0;
}
100% {
   -ms-transform-origin: 0 0;
   -ms-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes slide-down-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(0px,-100%) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@-webkit-keyframes slide-up-in {
0% {
   -webkit-transform-origin: 0 0;
   -webkit-transform: translate(0px,100%) rotate(1deg);
   opacity: 0;
}
100% {
   -webkit-transform-origin: 0 0;
   -webkit-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-moz-keyframes slide-up-in {
0% {
   -moz-transform-origin: 0 0;
   -moz-transform: translate(0px,100%) rotate(1deg);
   opacity: 0;
}
100% {
   -moz-transform-origin: 0 0;
   -moz-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-o-keyframes slide-up-in {
0% {
   -o-transform-origin: 0 0;
   -o-transform: translate(0px,100%) rotate(1deg);
   opacity: 0;
}
100% {
   -o-transform-origin: 0 0;
   -o-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-ms-keyframes slide-up-in {
0% {
   -ms-transform-origin: 0 0;
   -ms-transform: translate(0px,100%) rotate(1deg);
   opacity: 0;
}
100% {
   -ms-transform-origin: 0 0;
   -ms-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes slide-up-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(0px,100%) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@-webkit-keyframes swash-in {
0% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
90% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(0.9,0.9);
   opacity: 1;
}
100% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(1,1);
}
}
@-moz-keyframes swash-in {
0% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
90% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(0.9,0.9);
   opacity: 1;
}
100% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(1,1);
}
}
@-o-keyframes swash-in {
0% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
90% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(0.9,0.9);
   opacity: 1;
}
100% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(1,1);
}
}
@-ms-keyframes swash-in {
0% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
90% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(0.9,0.9);
   opacity: 1;
}
100% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(1,1);
}
}
@keyframes swash-in {
0% {
   opacity: 0;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(0,0);
}
90% {
   opacity: 1;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(0.9,0.9);
}
100% {
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(1,1);
}
}
a {
   color: #0000FF;
   text-decoration: none;
}
a:visited {
   color: #800080;
}
a:active {
   color: #354F80;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
input:focus,
textarea:focus,
select:focus {
   outline: none;
}
.visibility-hidden {
   visibility: hidden;
}
a.style1 {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   color: #354F80;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 800ms linear;
}
a.style1::after {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   margin-top: 1px;
   transition: all 800ms linear;
   width: 0;
}
a.style1:hover::after {
   background: #354F80;
   width: 100%;
}
a.style1:visited {
   color: #354F80;
   text-decoration: none;
}
a.style1:active {
   color: #354F80;
   text-decoration: none;
}
a.style1:hover {
   color: #354F80;
   text-decoration: none;
}
a.style2 {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   color: #000000;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 800ms linear;
}
a.style2::after {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   margin-top: 1px;
   transition: all 800ms linear;
   width: 0;
}
a.style2:hover::after {
   background: #000000;
   width: 100%;
}
a.style2:visited {
   color: #000000;
   text-decoration: none;
}
a.style2:active {
   color: #000000;
   text-decoration: none;
}
a.style2:hover {
   color: #000000;
   text-decoration: none;
}
a.style3 {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   color: #354F80;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 800ms linear;
}
a.style3::after {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   margin-top: 1px;
   transition: all 800ms linear;
   width: 0;
}
a.style3:hover::after {
   background: #354F80;
   width: 100%;
}
a.style3:visited {
   color: #354F80;
   text-decoration: none;
}
a.style3:active {
   color: #354F80;
   text-decoration: none;
}
a.style3:hover {
   color: #354F80;
   text-decoration: none;
}
a.style4 {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   color: #FFFFFF;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 800ms linear;
}
a.style4::after {
   -moz-transition: all 800ms linear;
   -webkit-transition: all 800ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 1px;
   margin-top: 1px;
   transition: all 800ms linear;
   width: 0;
}
a.style4:hover::after {
   background: #FFFFFF;
   width: 100%;
}
a.style4:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a.style4:active {
   color: #FFFFFF;
   text-decoration: none;
}
a.style4:hover {
   color: #FFFFFF;
   text-decoration: none;
}
h1,
.h1 {
   background-color: transparent;
   color: #354F80;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2,
.h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3,
.h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4,
.h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5,
.h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6,
.h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
.half-circle-top {
   background-color: #000000;
   text-decoration: none;
}
.half-circle-top:before {
   background-color: #000000;
   border-radius: 50px;
   content: "";
   height: 100px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   top: -50px;
   transform: translateX(-50%);
   width: 100px;
   z-index: 10;
}
.half-circle-bottom {
   background-color: #000000;
   text-decoration: none;
}
.half-circle-bottom:after {
   background-color: #000000;
   border-radius: 50px;
   bottom: -50px;
   content: "";
   height: 100px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   top: auto;
   transform: translateX(-50%);
   width: 100px;
   z-index: 10;
}
.diagonal {
   background-color: #FFFFFF;
   padding-top: 6em;
   text-decoration: none;
   z-index: 1;
}
.diagonal:before {
   background-color: #FFFFFF;
   content: "";
   display: block;
   height: 50%;
   left: -25%;
   position: absolute;
   text-decoration: none;
   top: 0;
   transform-origin: 3% 0;
   transform: rotate(-3deg);
   width: 150%;
   z-index: -1;
}
.diagonal:after {
   background-color: #FFFFFF;
   content: "";
   display: block;
   height: 75%;
   left: -25%;
   position: absolute;
   text-decoration: none;
   top: 0;
   transform-origin: 0 0;
   transform: rotate(-2deg);
   width: 150%;
   z-index: -1;
}
.triangle {
   background-color: #FFFFFF;
   text-decoration: none;
}
.triangle:after {
   background-color: #FFFFFF;
   bottom: -50px;
   content: "";
   height: 100px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   transform: translateX(-50%) rotate(45deg);
   width: 100px;
   z-index: 10;
}
.triangles {
   background-color: #FFFFFF;
   text-decoration: none;
}
.triangles:after {
   background-color: #FFFFFF;
   bottom: -25px;
   box-shadow: -50px 50px 0px #000000;
   content: "";
   height: 50px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   transform: translateX(-50%) rotate(45deg);
   width: 50px;
   z-index: 10;
}
.curve {
   background-color: #FFFFFF;
   text-decoration: none;
}
.curve:before {
   background-color: #FFFFFF;
   content: "";
   height: 70px;
   left: 0px;
   position: absolute;
   text-decoration: none;
   top: -70px;
   width: 50%;
   z-index: 10;
}
.curve:after {
   background-color: #FFFFFF;
   content: "";
   height: 70px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   top: -70px;
   width: 50%;
   z-index: 10;
}
.blocks {
   background-color: #000000;
   text-decoration: none;
}
.blocks:before {
   background-color: transparent;
   background-image: url(linear-gradient(to right, #000000 50%, #FFFFFF 50%);
   background-size: 130px 100%;
   content: "";
   height: 50px;
   left: 0px;
   position: absolute;
   text-decoration: none;
   top: -50px;
   width: 100%;
}
.zigzag {
   background-color: #000000;
   text-decoration: none;
}
.zigzag:before {
   background-color: transparent;
   background-image: url(linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%);
   background-position: 50%;
   background-size: 50px 100%;
   content: "";
   display: block;
   height: 90px;
   left: 0px;
   position: absolute;
   right: 0px;
   text-decoration: none;
   top: -90px;
   z-index: 10;
}
.zigzag-bottom {
   background-color: #FF1493;
   text-decoration: none;
}
.zigzag-bottom:after {
   background-color: transparent;
   background-image: url(linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%);
   background-position: 50%;
   background-size: 50px 100%;
   content: "";
   display: block;
   height: 90px;
   left: 0px;
   position: absolute;
   right: 0px;
   text-decoration: none;
   top: 100%;
   z-index: 10;
}
.triangles-top {
   background-color: #FFFFFF;
   text-decoration: none;
}
.triangles-top:before {
   background-color: #FFFFFF;
   box-shadow: -50px 50px 0px #000000;
   content: "";
   height: 50px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   top: -25px;
   transform: translateX(-50%) rotate(45deg);
   width: 50px;
}
.triangle-top {
   background-color: #FFFFFF;
   text-decoration: none;
}
.triangle-top:before {
   background-color: #FFFFFF;
   content: "";
   height: 100px;
   left: 50%;
   position: absolute;
   text-decoration: none;
   top: -50px;
   transform: translateX(-50%) rotate(45deg);
   width: 100px;
}
