@font-face {
   font-family: "Segoe UI";
   src: url('segoeui.ttf') format('truetype');
}
@font-face {
   font-family: "SFNS Display";
   src: url('verdana.ttf') format('truetype');
}
@font-face {
   font-family: "Segoe UI Light";
   src: url('segoeuil.ttf') format('truetype');
}
@-webkit-keyframes transform-scale-in {
0% {
   -webkit-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
100% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
   opacity: 1;
}
}
@-moz-keyframes transform-scale-in {
0% {
   -moz-transform: rotate(0deg) scale(0,0);
   opacity: 0;
}
100% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
   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);
}
}
@-webkit-keyframes transform-3d-flip {
0% {
   -webkit-transform: perspective(400px) rotateX(0deg);
}
40% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
@-moz-keyframes transform-3d-flip {
0% {
   -moz-transform: perspective(400px) rotateX(0deg);
}
40% {
   -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
@keyframes transform-3d-flip {
0% {
   transform: perspective(400px) rotateX(0deg);
}
40% {
   transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
a {
   color: #32B4AA;
   text-decoration: underline;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #FF0000;
   text-decoration: underline;
}
input:focus,
textarea:focus,
select:focus {
   outline: none;
}
.visibility-hidden {
   visibility: hidden;
}
a.1 {
   background: #FFFFFF;
   color: #32B4AA;
   text-decoration: underline;
}
a.1:visited {
   color: #32B4AA;
   text-decoration: underline;
}
a.1:active {
   background: #FFFFFF;
   color: #FF0000;
   text-decoration: none;
}
a.1:hover {
   background: #32B4AA;
   color: #FF0000;
   text-decoration: none;
}
a.2bckground {
   -moz-transition: all 300ms linear;
   -webkit-transition: all 300ms linear;
   color: #FFFFFF;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 300ms linear;
}
a.2bckground::after {
   -moz-transition: all 300ms linear;
   -webkit-transition: all 300ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 0;
   margin-top: 2px;
   transition: all 300ms linear;
   width: 100%;
}
a.2bckground:hover::after {
   background: #32B4AA;
   height: 2px;
}
a.2bckground:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a.2bckground:active {
   background: #FFFFFF;
   color: #32B4AA;
   text-decoration: none;
}
a.2bckground:hover {
   background: #FFFFFF;
   color: #32B4AA;
   text-decoration: none;
}
h1,
.h1 {
   background-color: transparent;
   color: #000000;
   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;
   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;
   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;
   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;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #000080;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
