/*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: 160px;
	height: 600px;
	margin: 0px;
}
#mainContainer {
	position: absolute;
	width: 160px;
	height: 600px;
	overflow: hidden;
	background-color: #ffffff;
}
.animObj {
	position: absolute;
}
.start-invisible {
	visibility: hidden;
}
.set-WH {
	width: 160px;
	height: 600px;
}
.soft-light {
	mix-blend-mode: soft-light;
}
/*size-related and colors - end*/
/*specific*/
#links{
	position: absolute;
	top: 376px;
	left: 5px;
	width: 150px;
	height: 67px;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}
#legal{
	position: absolute;
	top: 425px;
	left: 1px;
	width: 157px;
	height: 174px;
	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: #fff
}
#legal::-webkit-scrollbar-thumb {
	/*width: 2px;
	border-radius: 2px;*/
	background: #2e4655;
	
	border: 2px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	
}
#legal::-webkit-scrollbar-thumb:hover {
	background: rgba(#2e4655, 1)
}
#links p {
	text-align: center;
	padding: 0px;
	font-size: 9.25px;
	line-height: 11px;
}
#legal p {
	padding:10px 2px 2px 10px;
}
#legal a {
	color:#cc0066;
	text-decoration: none
}
#legal a:hover {
	color:#3a59aa;
}

#links a {
	color:#3a59aa;
	text-decoration: underline
}
#links a:hover {
	color:#cc0066;
}

/*#legal a:visited, #links a:visited{
	color:#b1059d;
}*/
.purple{
	color:#3b2085;
}
.pink{
	color:#b1059d;
}
.bg-lt-purple{
	background-color:#e7e6fe;
}
.bg-lt-blue{
	background-color:#dee7ff;
}
.bg-lt-pink{
	background-color:#f9eaf7;
}
.bg-lt-red{
	background-color:#fceaf3;
}
.dk-gray{
	color:#4d4e53
}
.dk-blue{
	color:#3a59aa
}
.dk-red{
	color:#cc0066
}

.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: 9.125px;
	line-height: 10px;
}
.body-bold{
	text-align: left;
	font-weight: 600;
  font-style: normal;
	font-size: 9px;
	line-height: 10px
}
.heading{
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    font-size: 9.5px;
    line-height: 11px;
}
.bold{
	font-weight: 700;
  font-style: normal;
}
.sup { 
	font-size: .75em;
	vertical-align: super; 
}
.spacer{
	padding-top:10px
}
.adj{
	text-align: left!important;
    padding-right: 0px!important;
}
ul{
	margin-left: 5px;
	font-weight: 400;
	font-style: normal;
	font-size: 8px;
	line-height: 9.125px;
	list-style-position: outside;
	list-style-type: disc;
	padding-inline-start: 15px;
	margin-block-start: .5em;
	margin-block-end: .25em;
}
li::marker {
	color:#3a59aa
}
li{
	margin-bottom: 10px
}
.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 {
        fill: none;
      }

      .st1 {
        fill: #1e4089;
      }

      .st2 {
        fill: #a5a5a5;
      }

      .st3 {
        opacity: .04;
      }

      .st3, .st4, .st5, .st6 {
        fill: #fff;
      }

      .st4 {
        opacity: .75;
      }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      .st25 {
        fill: #395daa;
      }

      .st6 {
        opacity: 0;
      }

      .st26 {
        fill: #26479d;
      }

      .st27 {
        fill: #787a7d;
      }

      .st28 {
        fill: #d61c5f;
      }

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

      .st30 {
        fill: #4d4e53;
      }