/* 	Begin Modified Meyer Reset */
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,
ul,
li,
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 reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    letter-spacing: -0.25px;
    overscroll-behavior: contain;
}
#container:not([style*='zoom']) {
    -webkit-text-size-adjust: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: normal;
    text-align: left;
}
ul {
    list-style-type: none;
}
.page ol {
    list-style-position: outside;
    margin-left: 1em;
}
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li,
.page .singleline li {
    text-indent: inherit;
    padding: 0;
}
.page ol > li > *,
.page ul > li > * {
    text-indent: initial;
    padding-left: initial;
}
button {
    background: transparent;
    border: none;
}
/*General styles*/
html,
body,
#container-wrap,
#container {
    height: 100%;
}
#container-wrap {
    margin: 0 auto;
    max-width: 418px;
    /*
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 418px;
		*/
}
#container-wrap,
#container {
    min-height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 0;
}
b {
    font-weight: bold;
}
i {
    font-style: italic;
}
a {
    color: inherit;
    text-decoration: inherit;
}
input,
select,
textarea {
    font-size: inherit;
}
p:first-child {
    margin-top: inherit !important;
}
* {
    outline: none;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
[data-onclick],
[onclick],
[onrollover],
[data-fixed-action],
[aria-details],
button,
.flipwrap {
    cursor: pointer;
    pointer-events: auto;
}

body[class^='scaled-none'],
body[class*=' scaled-none'] {
    overflow: auto;
}
body[class^='scaled-width'],
body[class*=' scaled-width'] {
    overflow-x: hidden;
}
body[class^='scaled-height'],
body[class*=' scaled-height'] {
    overflow-y: hidden;
}
body[class^='scaled-best'],
body[class*=' scaled-best'] {
    overflow: hidden;
}
body[class^='scaled-best'][data-page-mode^='c'],
body[class*=' scaled-best'][data-page-mode^='c'] {
    overflow: auto;
}
body[class^='scaled-width'][data-page-mode^='csh'],
body[class*=' scaled-width'][data-page-mode^='csh'] {
    overflow-x: auto;
}
body[class^='scaled-height'][data-page-mode^='csv'],
body[class*=' scaled-height'][data-page-mode^='csv'] {
    overflow-y: auto;
}
body[data-scaled-to='w'] #container {
    height: auto;
    min-height: auto;
}
body[data-scaled-to='w'][data-page-mode^='cs'] #container {
    position: absolute;
}
body[data-scaled-to='w'][data-page-mode^='csv'] .pages {
    padding: 0;
}
body.zoomed:not([class*='scaled-']) #container {
    position: absolute;
}
body[class*='scaled-'] .pages.paper-vertical {
    margin: 0;
}
body[class^='zoomed'],
body[class*=' zoomed'] {
    overflow-x: auto;
    overflow-y: auto;
}
body[data-scaled-to] .anythingSlider-in5,
body[data-scaled-to] #container > .page {
    padding: 0;
    margin: 0;
}
body[data-scaled-to] #in5footer {
    position: fixed;
    bottom: 0;
}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container {
    position: absolute;
    top: 0;
    left: 0;
}
body.tall-page {
    overflow-y: auto;
}
.liquid .page.tall-page {
    height: auto;
}

.paper-vertical:after {
    position: relative;
    content: ' ';
    display: block;
    height: 50px;
    clear: both;
}
body[data-scaled-to='h'] .paper-vertical:after {
    display: none;
}
body[data-scaled-to='h'] .paper-horizontal {
    margin: 0;
}
body[data-scaled-to='h'] .paper-horizontal .page {
    margin-top: 0;
}

#in5footer,
#demoNote,
#loadIndicator {
    min-width: 100%;
    color: #fff;
    background: #666;
    font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, sans-serif;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#loadIndicator {
    width: 100%;
    padding: 6px;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 1s ease-in 0.5s;
    opacity: 1;
    z-index: 99;
}
body.loaded #loadIndicator {
    opacity: 0;
    transform: translateY(-36px);
    -webkit-transform: translateY(-36px);
    display: none\9; /*old IE*/
}
#loadIndicator img {
    vertical-align: text-bottom;
    width: 18px;
}
html.local #loadIndicator,
html.dps #loadIndicator,
html.baker #loadIndicator {
    display: none;
}

#in5footer {
    height: 26px;
    line-height: 26px;
    clear: both;
    position: relative;
    margin-top: -26px;
}

#demoNote {
    right: 0;
    bottom: 0;
    margin: auto;
    height: 96px !important;
    padding: 36px 10px;
}

#in5footer a,
#demoNote a {
    text-decoration: none;
    color: #99ccff;
}
svg-img {
    display: block;
    position: absolute;
}
.win-safari svg-img {
    width: 100%;
}
svg-img {
    width: 100%\9;
}
.spread-shift {
    position: absolute;
}
.pageItem,
svg {
    position: absolute;
    top: 0;
    left: 0;
}
svg {
    overflow: visible;
}
.pageItem {
    display: block;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
}
.pageItem.hd/*, .pageItem img.hd*/ {
    -ms-transform: scale(0.5);
    -ms-transform-origin: 0 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0 0;
    transform: scale(0.5);
    transform-origin: 0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .pageItem {
        image-rendering: -webkit-optimize-contrast;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .pageItem {
            image-rendering: optimizeSpeed;
        }
    }
}
@-moz-document url-prefix() {
    .pageItem {
        image-rendering: optimizeQuality;
    }
}
.svg-wrap {
    width: inherit !important;
    height: inherit !important;
}
.pageItem p img {
    vertical-align: text-top;
}
.pageItem p input,
.pageItem p button {
    display: inline;
}
.pageItem p .hidden,
.details {
    visibility: hidden;
}
.pageItem.group[data-ani] {
    will-change: transform;
}
#colorbox .details {
    visibility: visible;
}
.details {
    max-width: 550px;
    font-size: 18px;
    font-family: sans-serif;
    padding: 0 24px;
    line-height: 150%;
    left: 0;
    right: 0;
    margin: auto;
}
.details p {
    margin-top: 0.5em;
}
.details h1,
.details h2,
.details h3,
.details h4,
.details h5,
.details strong {
    font-weight: bold;
    margin: 0.7em 0;
}
.details em {
    font-style: italic;
}
.details h1 {
    font-size: 150%;
}
.details h2 {
    font-size: 140%;
}
.details h3 {
    font-size: 130%;
}
.details a {
    color: #0099ff;
    text-decoration: underline;
}
.details a:hover {
    text-decoration: none;
}
@media (max-device-width: 812px) {
    .details {
        font-size: 32px;
    }
}
html.ios .iframe-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
iframe[scrolling='auto'] {
    overflow: auto;
}
iframe[scrolling='yes'] {
    overflow: scroll;
}
iframe[scrolling='no'] {
    overflow: hidden;
}
.page-scale-wrap {
    transform: translateZ(0);
}
.page,
.page-scale-wrap {
    position: relative;
    float: left;
    overflow: hidden;
}
.pages {
    list-style: none outside none;
    padding: 0;
    margin: 0 auto;
}
#container > .page {
    /*center single page baker*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

body:not(.zoomed,.responsive) #container /*, .page-scale-wrap*/ {
    /*desktop scaling transitions*/
    /*
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
		*/
}

html .multifile body #container {
    opacity: 0;
}
html.multifile body.loaded #container {
    /*do show scaling of multi-page*/
    opacity: 1;
    -ms-transition: opacity 0.1s step-start 0.1s !important;
    -webkit-transition: opacity 0.1s step-start 0.1s !important;
    transition: opacity 0.1s step-start 0.1s !important;
}
html.multifile.fade body.loaded #container {
    -ms-transition: opacity 0.6s !important;
    -webkit-transition: opacity 0.6s !important;
    transition: opacity 0.6s !important;
}

.textColumn {
    float: left;
}
.singleline p {
    line-height: 1em !important;
    position: absolute;
    width: 100%; /*fix webkit display issue*/
}
p.col-break-before::before {
    content: '';
    height: 0px;
    width: 100%;
    display: block;
    margin-bottom: 100%;
}
.scroll,
.scroll-vert,
.scroll-horiz {
    -webkit-overflow-scrolling: touch;
} /*was broken in iOS, turn off if scroll not working*/
.scroll {
    overflow: auto;
}
.scroll-vert {
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-horiz {
    overflow-x: auto;
    overflow-y: hidden;
}
.scroll-vert::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
} /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
}
.hidescroll::-webkit-scrollbar {
    display: none;
}
.hidescroll {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; /*old FF*/
}
.pulltab-left,
.pulltab-left > * {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.pulltab-top,
.pulltab-top > * {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
object,
embed,
img,
a {
    outline: 0;
}
.liquid svg,
.liquid .page-scale-wrap {
    height: 100%;
    width: 100%;
}
.noPlugin {
    width: 100%;
    height: 100%;
    padding: 6px;
    background: #ccc;
    border: 1px solid #666;
}

.paper-vertical,
.paper-horizontal {
    padding: 0 8px;
}
.flip {
    overflow: hidden;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.turn-page-wrapper {
    will-change: transform;
}
.turn-page {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] {
    /*fix 2x animation*/
    opacity: 0;
    animation: none !important;
}
.paper-horizontal {
    position: absolute;
    overflow-y: visible;
    overflow-x: hidden;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

.paper-vertical .page,
.paper-horizontal .page {
    border: 1px solid #bbb;
    margin: 4px 4px 4px 0;
    -moz-box-shadow: 0px 0px 0px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

html[data-dir='rtl'] .paper-horizontal .page {
    float: right;
}

.one-page-scroll .page {
    border: none;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mejs-mediaelement {
    overflow: hidden;
}
.mejs-container {
    position: relative;
    background: none;
}
.mejs-none .mejs-overlay-loading,
.mejs-none .mejs-overlay-button,
.mejs-none .mejs-controls,
.mejs-bigplay .mejs-controls {
    display: none !important;
}
.mejs-uncon video {
    object-fit: fill;
}
.mejs-coverfit video {
    object-fit: cover;
}
.mejs-ccsize-large .mejs-captions-layer {
    font-size: 20px;
}
.mejs-ccsize-xlarge .mejs-captions-layer {
    font-size: 26px;
}
.mejs-video .mejs-controls {
    transform: translateZ(0);
}

.mejs-no-controls {
    display: none;
}
.vid-scaled .mejs-layers,
.vid-scaled .mejs-controls {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.liquid .page,
.page.liquid {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.page.liquid {
    /*for multi-file*/
    display: block;
}
.liquid .page.activePage {
    display: block;
}
.liquid video {
    width: 100%;
    height: 100%;
}
.liquid .slideshow img {
    object-fit: contain;
}

.in5-highlight {
    background: rgba(255, 255, 0, 0.6);
    mix-blend-mode: multiply;
    pointer-events: none;
    animation-name: in5-highlight-in, in5-highlight-in;
    animation-direction: normal, reverse;
    animation-delay: 3s, 3s;
    animation-duration: 0.5s, 1s;
    animation-iteration-count: 1, 1;
}
@keyframes in5-highlight-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.hidden {
    display: none !important;
}
.skip-link-wrap {
    z-index: 1;
    position: fixed;
}
[data-reader-only='1'] {
    transform: translateY(-100vh) !important;
    z-index: -1;
}
[data-reader-only='1']:focus,
[data-reader-only='1']:active {
    transform: translateY(0%) !important;
    z-index: 1;
}
.mso,
.group,
.mso > .state {
    pointer-events: none;
}
.mso > .state * {
    pointer-events: inherit;
}
.mso > .state.active * {
    pointer-events: auto;
}
[data-tapstart='1'],
[data-useswipe='1'],
.group > * {
    pointer-events: auto;
}
.mso > .state {
    display: block;
    opacity: 0;
    width: 100% !important;
    height: inherit !important;
    position: absolute;
    z-index: -1;
}
.liquid .mso > .state {
    height: 100% !important;
}
.liquid label > .state {
    width: 100% !important;
    height: 100% !important;
}
.mso > .state.active,
.mso > .state.transition {
    display: block;
    opacity: 1;
    z-index: 0;
}
.mso.slideshow.seq,
.panzoom,
.fauxgroup {
    overflow: hidden;
}
.panzoom {
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.panzoom > .content {
    -ms-transform: none;
    -ms-transform-origin: auto;
    -webkit-transform: none;
    -webkit-transform-origin: auto;
    transform: none;
    transform-origin: auto;
}
.panzoom:not(.dragging) > .content {
    transition: all 0.3s;
}

button .state {
    width: 100% !important;
    height: 100% !important;
}
button .state.btn-on,
button .state.btn-down {
    display: none;
}
html:not(.ios) button.has-on:hover .state.btn-on {
    display: block;
}
html:not(.ios) button.has-on:hover .state.btn-off,
html:not(.ios) button.has-on:hover .state.btn-down {
    display: none;
}
html:not(.zz) button.has-down .state {
    pointer-events: none;
}
html:not(.zz) button.has-down:active .state.btn-down {
    display: block;
}
html:not(.zz) button.has-down:active .state.btn-off,
html:not(.zz) button.has-down:active .state.btn-on {
    display: none;
}

.align-vert {
    display: table;
}
[class^='valign'] {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    columns: inherit;
}
.valign-bottom {
    vertical-align: bottom;
}
[class^='valign'] > p {
    position: relative;
}

.flex-image,
.fill-image {
    background-repeat: no-repeat;
}
.flex-image {
    background-size: contain;
    background-position: center;
}
.fill-image {
    background-size: cover;
}

/*tabs*/
p.tabs,
p.tabs > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.tabs > a {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
}
p.tabs span.tabbed-right {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
}
p.tabs span.tabbed-center {
    -ms-flex-grow: 50;
    -webkit-flex-grow: 50;
    flex-grow: 50;
    text-align: center;
}
span.tabbed-standard {
    text-indent: 2ex;
    padding-left: 2ex;
}
p.no-start-indent {
    text-indent: 0px !important;
}

/*anchor object styles*/
.ao-noTextWrap {
    position: absolute;
}
.ao-alignLeft,
.ao-leftFullWidth {
    float: left;
    position: relative;
}
.ao-alignRight,
.ao-rightFullWidth {
    float: right;
    transform-origin: 90% 50%;
    -webkit-transform: 90% 50%; /*fix for anchored animation*/
}
.ao-alignCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ao-inlineTable {
    display: block;
}
.ao-leftFullWidth {
    padding-right: 100%;
}
.ao-rightFullWidth {
    padding-left: 100%;
}
.anchorGroup {
    position: relative;
}
div.ao-alignLeft:before,
div.ao-leftFullWidth:before {
    content: '';
    float: left;
    display: none;
}
div.ao-alignRight:before,
div.ao-leftFullRight:before {
    content: '';
    float: right;
    display: none;
}
.anchorGroup > .mso,
.anchorGroup > .group {
    position: relative;
}

ul.thumbs {
    padding: 20px;
    white-space: nowrap;
    width: 1px;
}

ul.thumbs li {
    /*Baker index thumbnails*/
    display: inline;
    list-style-type: none;
    margin: 0 4px;
    outline: none;
    vertical-align: top;
}
ul.thumbs > li img {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.baker audio[controls] {
    min-width: 400px;
} /*fix progress bar*/

@media print {
    #container,
    .page-scale-wrap {
        transform: none !important;
    }
    [class*=' btn-form-'] {
        display: none;
    }
}

:-ms-fullscreen .paper-horizontal {
    width: auto;
    height: auto;
    position: initial;
    margin: auto;
}
:-moz-full-screen .paper-horizontal {
    width: auto;
    height: auto;
    position: initial;
    margin: auto;
}
:-webkit-full-screen .paper-horizontal {
    width: auto;
    height: auto;
    position: initial;
    margin: auto;
}

:-ms-fullscreen .paper-vertical .page {
    display: none;
}
:-moz-full-screen .paper-vertical .page {
    display: none;
}
:-webkit-full-screen .paper-vertical .page {
    display: none;
}

:-ms-fullscreen .paper-horizontal .page {
    display: none;
}
:-moz-full-screen .paper-horizontal .page {
    display: none;
}
:-webkit-full-screen .paper-horizontal .page {
    display: none;
}

:-ms-fullscreen .page.activePage {
    display: block;
}
:-moz-full-screen .page.activePage {
    display: block;
}
:-webkit-full-screen .page.activePage {
    display: block;
}

:-webkit-full-screen .hideFS {
    display: none;
}
:-ms-fullscreen .hideFS {
    display: none;
}
:-moz-full-screen .hideFS {
    display: none;
}

/*CSS Generated from InDesign Styles*/

body,
#container-wrap {
    background: #ededed;
}
:-webkit-full-screen {
    background: #ededed;
}
#loadIndicator span:after {
    padding-left: 1ex;
    content: 'loading content...';
}
#slider {
    width: 1125px;
    height: 2436px;
}
.page-scale-wrap {
    width: 1125px;
    height: 2436px;
    background: #fff !important;
}
.paper-vertical {
    width: 1125px;
    height: 100%;
}
.paper-horizontal {
    width: 4540px;
    height: 2448px;
}
@media all and (max-height: 2436px) {
    .paper-horizontal {
        margin: 0;
        top: 0;
    }
    #container > .page {
        margin: 0 auto;
    } /*pos top for webkit+baker*/
}
@media all and (max-width: 1125px) {
    .paper-vertical .page,
    .paper-horizontal .page,
    .anythingSlider-in5 {
        padding: 0;
        top: 0;
        border: 0;
    }
    .paper-vertical,
    .paper-horizontal {
        padding: 0;
    }
}

@media all and (max-width: 780px) {
    nav#page-nav > button {
        width: 8rem;
        height: 8rem;
        margin: -4rem 0 0 0; /*.5 height*/
    }
}

@keyframes fadein-9527 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-9527 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item9527 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-9525 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-9525 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item9525 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-2842 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-2842 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item2842 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-9526 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-9526 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item9526 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-9523 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-9523 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item9523 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-9524 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-9524 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item9524 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

#item2758 {
    width: 500px !important;
    height: 648px !important;
}

#item2764 {
    width: 500px !important;
    height: 648px !important;
    left: 626px !important;
    top: 240px !important;
}

#item5580 {
    width: 545px !important;
    height: 558px !important;
}

#item5577 {
    width: 545px !important;
    height: 558px !important;
    top: 87px !important;
}

#item5584 {
    width: 371px !important;
    height: 558px !important;
}

#item5581 {
    width: 371px !important;
    height: 558px !important;
    top: 705px !important;
}

#item5589 {
    width: 332px !important;
    height: 657px !important;
}

#item5586 {
    width: 332px !important;
    height: 657px !important;
    left: 794px !important;
    top: 981px !important;
}

#item5594 {
    width: 532px !important;
    height: 606px !important;
}

#item5591 {
    width: 532px !important;
    height: 606px !important;
    top: 1602px !important;
}

#item5599 {
    width: 533px !important;
    height: 606px !important;
}

#item5596 {
    width: 533px !important;
    height: 606px !important;
    left: 554px !important;
    top: 1830px !important;
}

#item8848 {
    width: 148px !important;
    height: 148px !important;
    left: 807px !important;
    top: 1370px !important;
}

#item2904 {
    width: 148px !important;
    height: 148px !important;
    left: 170px !important;
    top: 1370px !important;
}

#item6970 {
    width: 148px !important;
    height: 148px !important;
    left: 383px !important;
    top: 1370px !important;
}

#item8846 {
    width: 148px !important;
    height: 148px !important;
    left: 595px !important;
    top: 1370px !important;
}

#item2189 {
    width: 1040px !important;
    height: 2436px !important;
    left: 85px !important;
    background: #00d2d2;
}

#item2773 {
    opacity: 0.7;
    width: 85px !important;
    height: 2436px !important;
    background: #fff;
}

#item8745 {
    width: 978px !important;
    height: 1932px !important;
    left: 101px !important;
    top: 456px !important;
}

#item4873 {
    width: 120px !important;
    height: 120px !important;
    left: 1148px !important;
}

#item8736 {
    width: 1268px !important;
    height: 2436px !important;
}

#item2363 {
    width: 138px !important;
    height: 138px !important;
}

#item2749 {
    width: 138px !important;
    height: 138px !important;
    left: 950px !important;
    top: 100px !important;
}

@keyframes fadein-11649 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11649 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11649 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

#item11191 {
    width: 417px !important;
    height: 525px !important;
}

#item11188 {
    width: 417px !important;
    height: 525px !important;
    left: 668px !important;
    top: 322px !important;
}

@keyframes fadein-11837 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11837 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11837 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-11834 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11834 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11834 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-11760 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11760 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11760 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-11726 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11726 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11726 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-11689 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11689 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11689 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

#item11179 {
    width: 459px !important;
    height: 459px !important;
}

#item11176 {
    width: 459px !important;
    height: 459px !important;
    left: 68px !important;
    top: 193px !important;
}

#item11183 {
    width: 417px !important;
    height: 513px !important;
}

#item11180 {
    width: 417px !important;
    height: 513px !important;
    top: 724px !important;
}

#item11187 {
    width: 460px !important;
    height: 582px !important;
}

#item11184 {
    width: 460px !important;
    height: 582px !important;
    left: 32px !important;
    top: 1612px !important;
}

#item11195 {
    width: 354px !important;
    height: 471px !important;
}

#item11192 {
    width: 354px !important;
    height: 471px !important;
    left: 755px !important;
    top: 1066px !important;
}

#item11199 {
    width: 507px !important;
    height: 507px !important;
}

#item11196 {
    width: 507px !important;
    height: 507px !important;
    left: 599px !important;
    top: 1828px !important;
}

#item11223 {
    width: 148px !important;
    height: 148px !important;
    left: 595px !important;
    top: 1370px !important;
}

#item11250 {
    width: 148px !important;
    height: 148px !important;
    left: 383px !important;
    top: 1370px !important;
}

#item11278 {
    width: 148px !important;
    height: 148px !important;
    left: 170px !important;
    top: 1370px !important;
}

#item11305 {
    width: 148px !important;
    height: 148px !important;
    left: 807px !important;
    top: 1370px !important;
}

#item11337 {
    width: 1040px !important;
    height: 2436px !important;
    left: 85px !important;
    background: #00d2d2;
}

#item11394 {
    opacity: 0.7;
    width: 85px !important;
    height: 2436px !important;
    background: #fff;
}

#item11395 {
    width: 978px !important;
    height: 1895px !important;
    left: 101px !important;
    top: 456px !important;
}

#item11424 {
    width: 927px !important;
    height: 102px !important;
}

#item11421 {
    width: 927px !important;
    height: 102px !important;
    top: 6px !important;
}

#item11429 {
    width: 927px !important;
    height: 102px !important;
}

#item11425 {
    width: 927px !important;
    height: 102px !important;
    top: 1035px !important;
}

#item11433 {
    width: 927px !important;
    height: 102px !important;
}

#item11430 {
    width: 927px !important;
    height: 102px !important;
    top: 1515px !important;
}

#item11437 {
    width: 927px !important;
    height: 102px !important;
}

#item11434 {
    width: 927px !important;
    height: 102px !important;
    top: 1995px !important;
}

#item11441 {
    width: 927px !important;
    height: 102px !important;
}

#item11438 {
    width: 927px !important;
    height: 102px !important;
    top: 483px !important;
}

#item11445 {
    width: 927px !important;
    height: 69px !important;
}

#item11442 {
    width: 927px !important;
    height: 69px !important;
    top: 141px !important;
}

#item11449 {
    width: 927px !important;
    height: 69px !important;
}

#item11446 {
    width: 927px !important;
    height: 69px !important;
    top: 1170px !important;
}

#item11453 {
    width: 927px !important;
    height: 69px !important;
}

#item11450 {
    width: 927px !important;
    height: 69px !important;
    top: 1650px !important;
}

#item11457 {
    width: 927px !important;
    height: 69px !important;
}

#item11454 {
    width: 927px !important;
    height: 69px !important;
    top: 2130px !important;
}

#item11461 {
    width: 927px !important;
    height: 69px !important;
}

#item11458 {
    width: 927px !important;
    height: 69px !important;
    top: 621px !important;
}

#item11465 {
    width: 927px !important;
    height: 69px !important;
}

#item11462 {
    width: 927px !important;
    height: 69px !important;
    top: 211px !important;
}

#item11469 {
    width: 927px !important;
    height: 69px !important;
}

#item11466 {
    width: 927px !important;
    height: 69px !important;
    top: 1240px !important;
}

#item11473 {
    width: 927px !important;
    height: 69px !important;
}

#item11470 {
    width: 927px !important;
    height: 69px !important;
    top: 1720px !important;
}

#item11477 {
    width: 927px !important;
    height: 69px !important;
}

#item11474 {
    width: 927px !important;
    height: 69px !important;
    top: 2200px !important;
}

#item11481 {
    width: 927px !important;
    height: 69px !important;
}

#item11478 {
    width: 927px !important;
    height: 69px !important;
    top: 691px !important;
}

#item11485 {
    width: 927px !important;
    height: 69px !important;
}

#item11482 {
    width: 927px !important;
    height: 69px !important;
    top: 281px !important;
}

#item11491 {
    width: 927px !important;
    height: 69px !important;
}

#item11487 {
    width: 927px !important;
    height: 69px !important;
    top: 1310px !important;
}

#item11495 {
    width: 927px !important;
    height: 69px !important;
}

#item11492 {
    width: 927px !important;
    height: 69px !important;
    top: 1790px !important;
}

#item11499 {
    width: 927px !important;
    height: 69px !important;
}

#item11496 {
    width: 927px !important;
    height: 69px !important;
    top: 2270px !important;
}

#item11503 {
    width: 927px !important;
    height: 69px !important;
}

#item11500 {
    width: 927px !important;
    height: 69px !important;
    top: 759px !important;
}

#item11507 {
    width: 927px !important;
    height: 69px !important;
}

#item11504 {
    width: 927px !important;
    height: 69px !important;
    top: 351px !important;
}

#item11511 {
    width: 927px !important;
    height: 69px !important;
}

#item11508 {
    width: 927px !important;
    height: 69px !important;
    top: 1380px !important;
}

#item11515 {
    width: 927px !important;
    height: 69px !important;
}

#item11512 {
    width: 927px !important;
    height: 69px !important;
    top: 1860px !important;
}

#item11519 {
    width: 927px !important;
    height: 69px !important;
}

#item11516 {
    width: 927px !important;
    height: 69px !important;
    top: 2340px !important;
}

#item11523 {
    width: 927px !important;
    height: 144px !important;
}

#item11520 {
    width: 927px !important;
    height: 144px !important;
    top: 831px !important;
}

#item11527 {
    width: 927px !important;
    height: 102px !important;
}

#item11524 {
    width: 927px !important;
    height: 102px !important;
    left: 5px !important;
    top: 2477px !important;
}

#item11531 {
    width: 927px !important;
    height: 69px !important;
}

#item11528 {
    width: 927px !important;
    height: 69px !important;
    left: 5px !important;
    top: 2615px !important;
}

#item11537 {
    width: 927px !important;
    height: 69px !important;
}

#item11532 {
    width: 927px !important;
    height: 69px !important;
    left: 5px !important;
    top: 2687px !important;
}

#item11541 {
    width: 927px !important;
    height: 69px !important;
}

#item11538 {
    width: 927px !important;
    height: 69px !important;
    left: 5px !important;
    top: 2759px !important;
}

#item11545 {
    width: 927px !important;
    height: 69px !important;
}

#item11542 {
    width: 927px !important;
    height: 69px !important;
    left: 5px !important;
    top: 2831px !important;
}

#item11335 {
    width: 114px !important;
    height: 114px !important;
    left: 1151px !important;
    top: 7px !important;
}

#item11333 {
    width: 1264px !important;
    height: 2436px !important;
}

#item11550 {
    width: 138px !important;
    height: 138px !important;
}

#item11546 {
    width: 138px !important;
    height: 138px !important;
    left: 950px !important;
    top: 100px !important;
}

@keyframes fadein-12227 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12227 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12227 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12188 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12188 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12188 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12152 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12152 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12152 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12144 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12144 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12144 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12030 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12030 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12030 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-11995 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-11995 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item11995 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

#item3324 {
    width: 500px !important;
    height: 648px !important;
}

#item3321 {
    width: 500px !important;
    height: 648px !important;
    left: 620px !important;
    top: 234px !important;
}

#item7922 {
    width: 545px !important;
    height: 558px !important;
}

#item7919 {
    width: 545px !important;
    height: 558px !important;
    left: 19px !important;
    top: 87px !important;
}

#item7926 {
    width: 349px !important;
    height: 558px !important;
}

#item7923 {
    width: 349px !important;
    height: 558px !important;
    left: 17px !important;
    top: 705px !important;
}

#item7930 {
    width: 332px !important;
    height: 657px !important;
}

#item7927 {
    width: 332px !important;
    height: 657px !important;
    left: 788px !important;
    top: 1050px !important;
}

#item7934 {
    width: 514px !important;
    height: 606px !important;
}

#item7931 {
    width: 514px !important;
    height: 606px !important;
    left: 14px !important;
    top: 1602px !important;
}

#item7938 {
    width: 533px !important;
    height: 606px !important;
}

#item7935 {
    width: 533px !important;
    height: 606px !important;
    left: 593px !important;
    top: 1830px !important;
}

#item7516 {
    width: 148px !important;
    height: 148px !important;
    left: 595px !important;
    top: 1370px !important;
}

#item7415 {
    width: 148px !important;
    height: 148px !important;
    left: 383px !important;
    top: 1370px !important;
}

#item3376 {
    width: 148px !important;
    height: 148px !important;
    left: 170px !important;
    top: 1370px !important;
}

#item7518 {
    width: 148px !important;
    height: 148px !important;
    left: 807px !important;
    top: 1370px !important;
}

#item6981 {
    width: 1040px !important;
    height: 2436px !important;
    left: 85px !important;
    background: #00d2d2;
}

#item7038 {
    opacity: 0.7;
    width: 85px !important;
    height: 2436px !important;
    background: #fff;
}

#item7039 {
    width: 978px !important;
    height: 1920px !important;
    left: 101px !important;
    top: 456px !important;
}

#item7277 {
    width: 927px !important;
    height: 102px !important;
}

#item7274 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 8px !important;
}

#item7281 {
    width: 927px !important;
    height: 102px !important;
}

#item7278 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 992px !important;
}

#item7285 {
    width: 927px !important;
    height: 102px !important;
}

#item7282 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 1467px !important;
}

#item7289 {
    width: 927px !important;
    height: 102px !important;
}

#item7286 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 1949px !important;
}

#item7293 {
    width: 927px !important;
    height: 102px !important;
}

#item7290 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 506px !important;
}

#item7297 {
    width: 927px !important;
    height: 69px !important;
}

#item7294 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 146px !important;
}

#item7301 {
    width: 927px !important;
    height: 69px !important;
}

#item7298 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1129px !important;
}

#item7305 {
    width: 927px !important;
    height: 69px !important;
}

#item7302 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1602px !important;
}

#item7309 {
    width: 927px !important;
    height: 69px !important;
}

#item7306 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2089px !important;
}

#item7313 {
    width: 927px !important;
    height: 69px !important;
}

#item7310 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 643px !important;
}

#item7317 {
    width: 927px !important;
    height: 69px !important;
}

#item7314 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 215px !important;
}

#item7322 {
    width: 927px !important;
    height: 69px !important;
}

#item7318 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1199px !important;
}

#item7326 {
    width: 927px !important;
    height: 69px !important;
}

#item7323 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1672px !important;
}

#item7330 {
    width: 927px !important;
    height: 69px !important;
}

#item7327 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2159px !important;
}

#item7334 {
    width: 927px !important;
    height: 69px !important;
}

#item7331 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 717px !important;
}

#item7338 {
    width: 927px !important;
    height: 69px !important;
}

#item7335 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 290px !important;
}

#item7342 {
    width: 927px !important;
    height: 69px !important;
}

#item7339 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1269px !important;
}

#item7347 {
    width: 927px !important;
    height: 69px !important;
}

#item7343 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1746px !important;
}

#item7351 {
    width: 927px !important;
    height: 69px !important;
}

#item7348 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2229px !important;
}

#item7355 {
    width: 927px !important;
    height: 69px !important;
}

#item7352 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 787px !important;
}

#item7359 {
    width: 927px !important;
    height: 69px !important;
}

#item7356 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 360px !important;
}

#item7363 {
    width: 927px !important;
    height: 69px !important;
}

#item7360 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1339px !important;
}

#item7367 {
    width: 927px !important;
    height: 69px !important;
}

#item7364 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1816px !important;
}

#item7371 {
    width: 927px !important;
    height: 69px !important;
}

#item7368 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2299px !important;
}

#item7375 {
    width: 927px !important;
    height: 69px !important;
}

#item7372 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 859px !important;
}

#item7379 {
    width: 927px !important;
    height: 102px !important;
}

#item7376 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 2426px !important;
}

#item7384 {
    width: 927px !important;
    height: 69px !important;
}

#item7381 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2564px !important;
}

#item7388 {
    width: 927px !important;
    height: 69px !important;
}

#item7385 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2636px !important;
}

#item7392 {
    width: 927px !important;
    height: 69px !important;
}

#item7389 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2708px !important;
}

#item7396 {
    width: 927px !important;
    height: 69px !important;
}

#item7393 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2780px !important;
}

#item9173 {
    width: 135px !important;
    height: 135px !important;
    left: 1169px !important;
    top: 14px !important;
}

#item9174 {
    width: 1304px !important;
    height: 2436px !important;
}

#item6975 {
    width: 138px !important;
    height: 138px !important;
}

#item6973 {
    width: 138px !important;
    height: 138px !important;
    left: 950px !important;
    top: 100px !important;
}

@keyframes fadein-12493 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12493 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12493 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12455 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12455 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12455 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12418 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12418 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12418 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12417 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12417 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12417 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12310 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12310 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12310 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

@keyframes fadein-12270 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein-12270 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#item12270 {
    transform-origin: 49.992% 49.989%;
    -webkit-transform-origin: 49.992% 49.989%;
}

#item4150 {
    width: 500px !important;
    height: 648px !important;
}

#item4147 {
    width: 500px !important;
    height: 648px !important;
    left: 626px !important;
    top: 234px !important;
}

#item7945 {
    width: 545px !important;
    height: 558px !important;
}

#item7942 {
    width: 545px !important;
    height: 558px !important;
    left: 24px !important;
    top: 87px !important;
}

#item7949 {
    width: 371px !important;
    height: 558px !important;
}

#item7946 {
    width: 371px !important;
    height: 558px !important;
    top: 705px !important;
}

#item7953 {
    width: 332px !important;
    height: 657px !important;
}

#item7950 {
    width: 332px !important;
    height: 657px !important;
    left: 794px !important;
    top: 1050px !important;
}

#item7957 {
    width: 532px !important;
    height: 606px !important;
}

#item7954 {
    width: 532px !important;
    height: 606px !important;
    top: 1602px !important;
}

#item7961 {
    width: 533px !important;
    height: 606px !important;
}

#item7958 {
    width: 533px !important;
    height: 606px !important;
    left: 598px !important;
    top: 1830px !important;
}

#item7605 {
    width: 148px !important;
    height: 148px !important;
    left: 595px !important;
    top: 1370px !important;
}

#item7603 {
    width: 148px !important;
    height: 148px !important;
    left: 383px !important;
    top: 1370px !important;
}

#item4202 {
    width: 148px !important;
    height: 148px !important;
    left: 170px !important;
    top: 1370px !important;
}

#item7607 {
    width: 148px !important;
    height: 148px !important;
    left: 807px !important;
    top: 1370px !important;
}

#item7967 {
    width: 1040px !important;
    height: 2436px !important;
    left: 85px !important;
    background: #00d2d2;
}

#item8026 {
    opacity: 0.7;
    width: 85px !important;
    height: 2436px !important;
    background: #fff;
}

#item9184 {
    width: 978px !important;
    height: 1895px !important;
    left: 101px !important;
    top: 456px !important;
}

#item9237 {
    width: 927px !important;
    height: 102px !important;
}

#item9234 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 9px !important;
}

#item9241 {
    width: 927px !important;
    height: 102px !important;
}

#item9238 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 946px !important;
}

#item9245 {
    width: 927px !important;
    height: 102px !important;
}

#item9242 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 1419px !important;
}

#item9249 {
    width: 927px !important;
    height: 102px !important;
}

#item9246 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 1888px !important;
}

#item9253 {
    width: 927px !important;
    height: 102px !important;
}

#item9250 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 478px !important;
}

#item9257 {
    width: 927px !important;
    height: 69px !important;
}

#item9254 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 133px !important;
}

#item9262 {
    width: 927px !important;
    height: 69px !important;
}

#item9259 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1077px !important;
}

#item9266 {
    width: 927px !important;
    height: 69px !important;
}

#item9263 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1545px !important;
}

#item9270 {
    width: 927px !important;
    height: 69px !important;
}

#item9267 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2015px !important;
}

#item9274 {
    width: 927px !important;
    height: 69px !important;
}

#item9271 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 606px !important;
}

#item9278 {
    width: 927px !important;
    height: 69px !important;
}

#item9275 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 202px !important;
}

#item9282 {
    width: 927px !important;
    height: 69px !important;
}

#item9279 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1147px !important;
}

#item9286 {
    width: 927px !important;
    height: 69px !important;
}

#item9283 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1616px !important;
}

#item9290 {
    width: 927px !important;
    height: 69px !important;
}

#item9287 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2085px !important;
}

#item9294 {
    width: 927px !important;
    height: 69px !important;
}

#item9291 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 677px !important;
}

#item9298 {
    width: 927px !important;
    height: 69px !important;
}

#item9295 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 277px !important;
}

#item9302 {
    width: 927px !important;
    height: 69px !important;
}

#item9299 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1217px !important;
}

#item9306 {
    width: 927px !important;
    height: 69px !important;
}

#item9303 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1686px !important;
}

#item9310 {
    width: 927px !important;
    height: 69px !important;
}

#item9307 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2155px !important;
}

#item9314 {
    width: 927px !important;
    height: 69px !important;
}

#item9311 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 747px !important;
}

#item9320 {
    width: 927px !important;
    height: 69px !important;
}

#item9315 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 347px !important;
}

#item9324 {
    width: 927px !important;
    height: 69px !important;
}

#item9321 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1287px !important;
}

#item9328 {
    width: 927px !important;
    height: 69px !important;
}

#item9325 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 1755px !important;
}

#item9332 {
    width: 927px !important;
    height: 69px !important;
}

#item9329 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2225px !important;
}

#item9336 {
    width: 927px !important;
    height: 69px !important;
}

#item9333 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 819px !important;
}

#item9340 {
    width: 927px !important;
    height: 102px !important;
}

#item9337 {
    width: 927px !important;
    height: 102px !important;
    left: 9px !important;
    top: 2354px !important;
}

#item9344 {
    width: 927px !important;
    height: 69px !important;
}

#item9341 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2480px !important;
}

#item9348 {
    width: 927px !important;
    height: 69px !important;
}

#item9345 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2551px !important;
}

#item9353 {
    width: 927px !important;
    height: 69px !important;
}

#item9350 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2621px !important;
}

#item9357 {
    width: 927px !important;
    height: 69px !important;
}

#item9354 {
    width: 927px !important;
    height: 69px !important;
    left: 9px !important;
    top: 2692px !important;
}

#item9389 {
    width: 138px !important;
    height: 138px !important;
    left: 1151px !important;
    top: 3px !important;
}

#item9390 {
    width: 1289px !important;
    height: 2436px !important;
}

#item8180 {
    width: 138px !important;
    height: 138px !important;
}

#item8177 {
    width: 138px !important;
    height: 138px !important;
    left: 950px !important;
    top: 100px !important;
}
#in5footer,
#prefooter {
    display: none;
}
img {
    pointer-events: none;
}
