/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	
}
img {
	border: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
}
/*reset css - end*/
/*size-related and colors*/
body, .background {
	width: 300px;
	height: 600px;
	margin: 0px;
}
#mainContainer {
	position: absolute;
	width: 300px;
	height: 600px;
	overflow: hidden;
	background-color: #ffffff;
}
.animObj {
	position: absolute;
}
.start-invisible {
	visibility: hidden;
}
.set-WH {
	width: 300px;
	height: 600px;
}
.soft-light {
	mix-blend-mode: soft-light;
}
/*size-related and colors - end*/
/*specific*/

#img1, #img2, #img3{
	transform-origin: left top;
}
#gradient_p2{
	mix-blend-mode: multiply
}
#links{
	position: absolute;
	top: 303px;
	left: 9px;
	width: 300px;
	height: 19px;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}
#legal{
	position: absolute;
	top: 319px;
	left: 1px;
	width: 297px;
	height: 280px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}
#legal_content{		
	padding-right: 1px;
}
#legal::-webkit-scrollbar {
	width: 6px
}
#legal::-webkit-scrollbar-track {
	background: rgba(255,255,255,0)/*#fff*/
}
#legal::-webkit-scrollbar-thumb {
	/*width: 2px;
	border-radius: 2px;*/
	background: #000;
	
	border: 2px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	
}
#legal::-webkit-scrollbar-thumb:hover {
	background: rgba(#000, 1)
}
#links p {
	text-align: left;
	padding: 0px;
	font-size: 10.25px;
	line-height: 13px;
}
#legal p {
	padding:2px 2px 2px 8px;
}
#legal a {
	color:#000;
	text-decoration: none
}
#legal a:hover {
	color:#b32283;
}

#links a {
	color:#000;
	text-decoration: underline
}
#links a:hover {
	color:#b32283;
}

/*#legal a:visited, #links a:visited{
	color:#b1059d;
}*/

.black{
	color:#000
}
.blue{
	color:#405364
}

.bg-lt-blue{
	background-color:#e5f3f9;
}

.body-bold{
	text-align: left;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	line-height: 12.25px;
}

.heading{
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: -.27px;
}
.header{
	font-size: 14px;
}
.body{
	font-weight: 400;
	font-size: 10px;
	line-height: 11.75px;
}

.border-bottom-normal {
  border-bottom: 1px solid #ffffff;
}
.border-bottom-centered{
	display: inline-block;
  position: relative;	
}
.border-bottom-centered:after {
  position: absolute;
	content: '';
	border-bottom: 1px solid #ffffff;
	width: 156px;
	transform: translateX(-50%);
	bottom: 1px;
	left: 50%;
}
.body-normal{
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-size: 10.5px;
	line-height: 12.25px;
}


.bold{
	font-weight: 700;
  font-style: normal;
}

.bolder{
	font-weight: 800;
  font-style: normal;
}

#box1{
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

#txt_p2, #txt_p3{
	-webkit-filter:	drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));	
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));	
}


.sup { 
	font-size: .75em;
	vertical-align: super; 
}
.spacer{
	padding-top:10px
}
.adj{
	text-align: left!important;
    padding-right: 0px!important;
}
ul{
	margin-left: 10px;
	font-weight: 400;
	font-style: normal;
font-size: 10.5px;
    line-height: 12.25px;
	list-style-position: outside;
	list-style-type: disc;
	padding-inline-start: 15px;
	margin-block-start: .5em;
	margin-block-end: .25em;
}
li::marker {
	color:#cc0066
}
.sub{
	font-size:.65em
}
@-moz-document url-prefix() {
	#legal{
		scrollbar-width: thin;
		width: 177px;
	}
	#legal_content{		
		padding-right: 0px;
	}
	.will-change {
		/*transform: translate3d(0, 0, 0);
		-o-perspective: 1000;
		perspective: 1000;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		transform: rotate(0.05deg);
		-moz-transform: rotate(0.05deg);*/
	}
}
.st0, .st1, .st2, .st3, .st4, .st5 {
        fill: none;
      }

      .st6 {
        fill: url(#linear-gradient1);
      }

      .st7 {
        fill: #0065a3;
      }

      .st8 {
        fill: url(#radial-gradient);
      }

      .st8, .st9 {
        mix-blend-mode: multiply;
      }

      .st1, .st2, .st3, .st4 {
        stroke-miterlimit: 10;
      }

      .st1, .st2, .st3, .st4, .st5 {
        stroke: #0065a4;
      }

      .st1, .st2, .st5 {
        stroke-linecap: round;
      }

      .st1, .st3 {
        stroke-width: 2.51px;
      }

      .st2 {
        stroke-width: 2.52px;
      }

      .st4 {
        stroke-width: 2.51px;
      }

      .st5 {
        stroke-linejoin: round;
        stroke-width: 2.51px;
      }

      .st10 {
        fill: url(#linear-gradient);
      }

      .st11 {
        isolation: isolate;
      }

      .st12 {
        fill: #616366;
      }

      .st13 {
        clip-path: url(#clippath-11);
      }

      .st14 {
        clip-path: url(#clippath-16);
      }

      .st15 {
        clip-path: url(#clippath-10);
      }

      .st16 {
        clip-path: url(#clippath-15);
      }

      .st17 {
        clip-path: url(#clippath-13);
      }

      .st18 {
        clip-path: url(#clippath-14);
      }

      .st19 {
        clip-path: url(#clippath-12);
      }

      .st20 {
        clip-path: url(#clippath-1);
      }

      .st21 {
        clip-path: url(#clippath-3);
      }

      .st22 {
        clip-path: url(#clippath-4);
      }

      .st23 {
        clip-path: url(#clippath-2);
      }

      .st24 {
        clip-path: url(#clippath-7);
      }

      .st25 {
        clip-path: url(#clippath-6);
      }

      .st26 {
        clip-path: url(#clippath-9);
      }

      .st27 {
        clip-path: url(#clippath-8);
      }

      .st28 {
        clip-path: url(#clippath-5);
      }

      .st29, .st30 {
        fill: #fff;
      }

      .st31 {
        fill: #7cc24d;
      }

      .st30 {
        opacity: 0;
      }

      .st32 {
        fill: #006998;
      }

      .st33 {
        fill: #b41f84;
      }

      .st34 {
        fill: #0065a4;
      }

      .st35 {
        fill: #b32283;
      }

      .st36 {
        fill: #777b83;
      }

      .st37 {
        clip-path: url(#clippath);
      }