body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 450px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(255, 255, 255); }
.clickable { display: inline-block; width: 100%; height: 100%; }
.PlaceObject { background-color: rgba(0,0,0,0) !important; }
/*----------------------------------------------------------- Mobile styles -----------------------------------------*/
/* burger = button to show the sidenav */
/* sidenav = menu for the mobile version */
/* mobile = is the div which encloses ALL mobile elements it is also the element which needs to be hidden to hide the */
/* mobile elements from the page (needed for the regular desktop version) */
/* mobile-content = is a child of mobile and contains the content elements */
/* mobile-footer = is a child of mobile and contains the footer elements */
/* mobile-clone = cloned elements which are located in either content or footer */
/* mobile-child = cloned elements which are located in mobile-clones */

/*----------------------------------------------------------- start Burger section -----------------------------------------*/

#sidenav {
    display: none;
}

.burger {
    display: none;
}

/*----------------------------------------------------------- end Burger section -----------------------------------------*/

/*----------------------------------------------------------- start other element section -----------------------------------------*/

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
}

#footer-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#fix {
    width: 100%;
    position: fixed;
    z-index: 4000;
}

#fix-area {
    margin: 0 auto;
    position: relative;
}

/*----------------------------------------------------------- end other element section -----------------------------------------*/

/*----------------------------------------------------------- Dextermedia logo -----------------------------------------*/
.LogoTextObject .dexterlogo::before {
    content: attr(data-before);
}

.LogoTextObject .dexterlogo {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: black;
}

/*==========================================================================================================================*/
/*= Mobile version styles start ============================================================================================*/
/*==========================================================================================================================*/

.mobile .root-area,
.mobile .footer,
.mobile .footer-area,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
}

.mobile .positioned,
.mobile .positioned object {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ImageObject .one-hundred-percent,
.mobile .HeaderLogoImageObject .one-hundred-percent {
    width: 100% !important;
    height: 100% !important;
}

.mobile .root-area .scroll-margin,
.mobile .footer .scroll-margin,
.mobile .footer-area .scroll-margin,
.mobile #content-area .scroll-margin,
.mobile #footer .scroll-margin,
.mobile #footer-area .scroll-margin {
    margin-top: 25vh !important;
}

.mobile .positioned {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ContentModule {
    padding: 10px;
    text-align: center;
}

.mobile .dcmp-mobile-invisible,
.mobile .MenuItemsObject,
.mobile .invisible {
    display: none !important;
}

.mobile .positioned:not(:first-child),
.mobile .footer {
    margin-top: 10px !important;
}

.mobile .root-area,
.mobile .root-area > :first-child,
.mobile .footer > :first-child {
    margin-top: 0 !important;
}

.mobile .mobile-left,
.mobile .mobile-left > p,
.mobile .mobile-left > p span {
    margin-left: 0 !important;
    text-align: left !important;
}

.mobile .mobile-center,
.mobile .mobile-center > p,
.mobile .mobile-center > p span {
    margin: 0 auto !important;
    text-align: center !important;
}

.mobile .mobile-right,
.mobile .mobile-right > p,
.mobile .mobile-right > p span {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

.mobile .gallery .no-margin-left {
    margin-left: 0 !important;
}

.mobile .gallery .no-margin-right {
    margin-right: 0 !important;
}

.mobile .color-black {
    color: black !important;
}

.mobile .color-white {
    color: white !important;
}

.mobile .margin-left {
    margin-left: 10px !important;
}

.mobile .TextObject ul li,
.mobile .TextObject ol li {
    text-align: left !important;
    margin-left: 15px;
}

/* Sidenav */
.mobile #content #sidenav .sidemenu-wrapper > div > ul {
    height: auto;
    position: relative;
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div,
.mobile #content #sidenav .sidemenu-wrapper > div > ul,
.mobile #content #sidenav .sidemenu-wrapper > div > ul > li {
    width: 100%;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul,
.mobile #content #sidenav .sidemenu-wrapper > div li {
    border-width: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    overflow: hidden;
    text-align: left !important;
    padding-left: 10px;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div {
    height: auto !important;
}

.mobile .burger {
    display: block;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul ul {
    top: 100%;
    left: 0;
    width: calc(100% - 10px);
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul {
    display: block;
    position: relative;
}

.mobile #content #sidenav .sidemenu-wrapper > div a {
    line-height: 26px;
    padding-left: 0;
}

.mobile #content,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area,
.mobile .published {
    min-width: 0 !important;
    /*min-height: 0 !important;*/
    min-height: 0;
    max-width: 100% !important;
}

.mobile .fullscreen-bg img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100vw !important;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.mobile .a-class {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mobile #content-area > .TextObject.dcmp-full-width,
.mobile #footer-area > .TextObject.dcmp-full-width,
.mobile #content-area > .TextObject.mobile-full-width,
.mobile #footer-area > .TextObject.mobile-full-width {
    padding: 0 10px;
}

.mobile #content #content-area > *:not(.header-box),
.mobile #footer #footer-area > *:not(.header-box) {
    top: 10px !important;
}

.mobile #footer {
    margin-top: 10px !important;
}

.mobile table:not(.ui-datepicker-calendar) tr td {
    width: 100% !important;
    float: left;
    display: block;
}

.mobile .social-media-icons a img {
    height: auto !important
}

.mobile .LogoTextObject > p .font-black,
.mobile .TextObject .font-black {
    color: black !important;
}

.mobile .LogoTextObject > p .font-white,
.mobile .TextObject .font-white {
    color: white !important;
}

.mobile #footer {
    padding-bottom: 10px;
}

.mobile .LogoTextObject {
    margin-bottom: 10px;
}

@media (max-width: 1365px) {
    .mobile .LogoTextObject {
        margin-bottom: 3rem !important;
    }
}

.mobile .PlaceObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject ul {
    text-align: right !important;
    /*padding: 20px !important;*/
    padding-left: 10px !important;
    height: auto !important;
    /*width: 330px !important;*/
    /*margin-left: calc(100% - 330px) !important;*/
}

.mobile .LanguageChangeObject ul li {
    height: auto !important;
    width: auto !important;
    margin-right: 10px !important;
}

.mobile .LanguageChangeObject ul li a {
    width: 46px !important;
    height: 46px !important;
}

#mobile-menu ul, #mobile-menu ul:hover {
    animation: none !important;
}

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/
.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(30, 155, 155) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(0, 78, 82) !important; }

.element_1484642881632_3254_none { left: 73px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 73px !important; --position-y: 1398px !important; --position-z: 2002 !important; }
.element_1484572905706_7295_none { box-shadow: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 933 !important; --position-width: 100% !important; --position-z: 2003 !important; }
.element_1484642739927_856_none { background-color: rgb(209, 236, 236); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(119, 119, 119) 0px 0px 10px; --background-image-url: none     !important; --background-color: rgb(209, 236, 236)     !important; --position-z: 2001 !important; }
#image-117 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1721134309569_1738_none { --position-z: 2005 !important; --position-height: 44 !important; --position-width: 150 !important; }
.element_1721134350879_2712_none { background-color: rgba(255, 255, 255, 0.7); border-radius: 5px; --background-color: rgba(255, 255, 255, 0.7)     !important; --position-z: 2004 !important; }
.element_1721134375820_7412_none { position: absolute; list-style: outside; overflow-wrap: break-word; left: 782px; --position-x: 782px !important; --position-y: 1212px !important; --position-z: 2006 !important; }
#image-120 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1723722300964_0713_none { --position-z: 2007 !important; --position-height: 44 !important; --position-width: 150 !important; }
.element_1767001088663_112_none { background-color: rgba(255, 255, 255, 0.8); border-style: solid; border-width: 3px; border-radius: 5px; border-color: rgb(183, 218, 218); --position-z: 2008 !important; --background-color: rgba(255, 255, 255, 0.8)      !important; --position-y: 761px    !important; --borderColor: rgb(183, 218, 218)      !important; --borderTopColor: rgb(183, 218, 218)      !important; --borderLeftColor: rgb(183, 218, 218)      !important; --borderRightColor: rgb(183, 218, 218)      !important; --borderBottomColor: rgb(183, 218, 218)      !important; --position-x: 104px    !important; --position-width: 639px    !important; --position-height: 314px    !important; }
.element_1767001088867_9685_none { left: 138px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 138px !important; --position-y: 791px !important; --position-z: 2009 !important; --position-width: 567px      !important; }
.element_1769418402804_289_none { left: 300px; --position-x: 73px !important; --position-y: 1242px !important; position: absolute; list-style: outside; overflow-wrap: break-word; --position-z: 2010 !important; --position-width: 657px !important; }
.element_1484569596702_8372_none { background-color: rgb(21, 101, 105); border-style: solid; border-top-width: 8px; border-color: rgb(30, 155, 155); --background-color: rgb(21, 101, 105)      !important; --position-z: 1 !important; }
.element_1484570346988_7268_none { left: 49px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 49px !important; --position-y: 8px !important; --position-z: 2 !important; }
.element_1494084087359_5925_none { --position-width: 281px !important; --position-height: 187px !important; --position-x: 385px !important; --position-y: 55px !important; --position-z: 3 !important; }
#socialmedia-81000022 a {			display: inline-block;			float: left;			width: 53.38px;			height: auto;opacity: 1;margin-bottom: 13px;}#socialmedia-81000022 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-81000022 a img {			width: 100%;			height: auto;		}#socialmedia-81000022 a:hover {opacity: 1;}
.element_14846498106249_9378_none { --position-z: 4 !important; }
.element_1484568947387_501_none { left: 705px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 705px !important; --position-y: 55px !important; --position-z: 5 !important; }
.element_1484569252512_9595_none { --position-width: 150px !important; --position-y: 284px !important; --position-x: 1026px !important; --position-z: 6 !important; --top-border-top: none !important; --top-border-left: none !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: vertical !important; --position-fixed: relative !important; --text-align: center !important; --top-line-height: 31px !important; --hover-background-color: rgba(255, 255, 255, 0.8) !important; --hover-font-color: rgb(30, 155, 155) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: normal !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --hover-other-level-font-color: rgb(246, 166, 72) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 8px !important; --top-padding-horizontal: 8px !important; --top-font-size: 14px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgba(255,255,255, 1) !important; --top-font-family: Raleway !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(255, 255, 255, 0.8) !important; --current-top-level-font-color: rgb(30, 155, 155) !important; --current-top-level-font-weight: normal !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgb(246, 166, 72) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(0, 78, 158, 0) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: center !important; --other-font-size: 18px !important; --other-font-color: rgba(255,255,255, 1) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; }
#image-531000032 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1485853164517_5461_none { --position-z: 7 !important; --position-height: 18 !important; --position-width: 150 !important; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1026px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 1026px !important; --position-y: 409px !important; --font-color: rgb(255, 255, 255) !important; --font-size: 12px !important; --font-family: railway !important; --font-weight: normal !important; --font-style: normal !important; --text-decoration: none !important; --position-z: 5001 !important; }
.element_1484646226167_1262_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1485854103743_739_none { left: 876.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1485854301029_3894_none { left: 81px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1493899021130_5737_none { left: 84px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_14846462264126_6709_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_1485854697826_9875_none { left: 63px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-634 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1517918709854_0876_none { background-image: none;  }
.element_1616079778479_409_none { border-color: rgba(1, 1, 1, 0.5);  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1686917915856_229_none { border-style: solid; border-width: 1px; border-color: rgba(0, 0, 0, 0.4);  }
.element_14846525228628_448_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1484652936830_556_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14846525226104_2916_none { opacity: 0; background-repeat: no-repeat; background-image: url(https://cms.dextermedia.de/images/07575756448/Handy_Laptop_2500.jpg); background-size: cover; background-position: center center; background-attachment: fixed; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_14846525221627_2915_none { background-color: rgb(209, 236, 236); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1526309632818_367_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526309698006_1929_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526309714324_088_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526309728398_0884_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526366503880_3965_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526366864803_7158_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526367218273_429_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526367318735_142_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526367434487_2651_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526367535540_5364_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526367604759_1716_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1526369102910_1824_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1559558028741_9446_none { left: 92px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14858568715868_200_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14858568719556_362_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14858568714030_823_none { opacity: 0; background-repeat: no-repeat; background-image: url(https://cms.dextermedia.de/images/07575756448/Handy_Laptop_2500.jpg); background-size: cover; background-position: center center; background-attachment: fixed; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1485856871432_5630_none { background-color: rgb(209, 236, 236); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_14858584641557_8291_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_148585846420_5803_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14858584642065_7797_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-1228 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1721131968317_5676_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14858590305293_5411_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14858590304868_3216_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
#image-1328 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1485859576786_3855_none { box-shadow: rgb(133, 133, 133) 0px 0px 10px;  }
#image-1335 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1485859817244_1108_none { box-shadow: rgb(133, 133, 133) 0px 0px 10px;  }
.element_1485859686762_7502_none { left: 83.6px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1485859843155_5593_none { left: 830.5px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14858590306943_9715_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_1503399481165_661_none { background-color: rgba(255, 255, 255, 0);  }
.element_1503399508321_3918_none { background-color: rgba(255, 255, 255, 0);  }
#image-1340 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516701253688_2122_none { background-image: none;  }
.element_1485862593501_80_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14858625937260_8218_none { left: 338px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
#image-1428 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-1428 [class^=layer]{
position: absolute;
}#image-1428 .layer2 {
width: 100%;
height: 100%;
}#image-1428 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-1428.a {width:100%;height:100%;}
.element_14858625931194_6377_none { box-shadow: rgb(133, 133, 133) 0px 0px 10px;  }
.element_1485862782491_8113_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14858625932648_6030_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-1438 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516701525277_6445_none { background-image: none;  }
.element_14858634097514_2016_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14858634098479_2874_none { left: 338px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
#image-1628 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_14858634095047_951_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_1485863672215_2896_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1485863409757_2507_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-1630 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516701677051_328_none { background-image: none;  }
.element_1492605955784_9294_none { left: 81.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_14885287456332_5524_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_1497252188339_105_hover:hover {  }
.element_1492607311514_6226_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_14885287452366_8826_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1497338706339_7307_none { left: 629px; overflow-wrap: break-word; list-style: outside; position: absolute; }
#image-1838 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1488530705563_7432_none { background-image: none;  }
.element_1497256790646_9524_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; }
#image-18133 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516701866219_2742_none { background-image: none;  }
#image-18135 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1718621705126_6248_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1721129880658_322_none { left: 81.5px; overflow-wrap: break-word; list-style: outside; position: absolute; }
.element_1722602650559_5261_none { background-color: rgba(0, 0, 0, 0);  }
#image-18141 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722602745925_4297_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722602886050_977_none { background-color: rgba(0, 0, 0, 0);  }
#image-18144 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722602886060_4067_none {  }
.element_1722602886067_7476_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722603126375_711_none { background-color: rgba(0, 0, 0, 0);  }
.element_1722603388772_664_none { background-color: rgba(0, 0, 0, 0);  }
#image-18148 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722603388782_3762_none {  }
.element_1722603388799_1348_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722603553777_0544_none { background-color: rgba(0, 0, 0, 0);  }
#image-18151 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722603553791_2507_none {  }
.element_1722603553809_3325_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722603652584_6538_none { background-color: rgba(0, 0, 0, 0);  }
#image-18154 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722603652596_3743_none {  }
.element_1722603652611_4358_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722603944956_2383_none { background-color: rgba(0, 0, 0, 0);  }
#image-18157 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722603944970_2578_none {  }
.element_1722603944987_9534_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722604006782_631_none { background-color: rgba(0, 0, 0, 0);  }
#image-18160 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722604006794_8152_none {  }
.element_1722604006808_9766_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722854593935_509_none { background-color: rgba(0, 0, 0, 0);  }
#image-18163 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722854593948_8901_none {  }
.element_1722854593964_3574_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722854663452_6287_none { background-color: rgba(0, 0, 0, 0);  }
#image-18166 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722854663468_7517_none {  }
.element_1722854663487_9878_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722854666412_9175_none { background-color: rgba(0, 0, 0, 0);  }
#image-18169 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722854666423_3245_none {  }
.element_1722854666441_4602_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1722855042026_1719_none { background-color: rgba(0, 0, 0, 0);  }
#image-18172 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1722855042038_486_none { filter: opacity(100%) brightness(119%) saturate(100%) contrast(100%) blur(0px);  }
.element_1722855042057_5654_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1723465691834_3228_none { position: absolute; list-style: outside; overflow-wrap: break-word; }
.element_1488531054940_3582_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14885310543921_8801_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1488531054314_6765_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-1928 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516702087218_2913_none { background-image: none;  }
.element_14885401137865_9819_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14885401137748_7782_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14885401135770_9475_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-2128 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516702656039_9744_none { background-image: none;  }
.element_1490174517340_5835_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901741166846_5501_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901741168169_8138_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-2431 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_14901747209085_5298_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14901747204809_4092_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1490174720670_1647_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-2533 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516703662423_2815_none { background-image: none;  }
.element_14901763151141_4839_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901763157830_8108_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901763156276_5909_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-2730 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516703779003_183_none { background-image: none;  }
.element_14901766074006_7837_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901766073647_3520_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901766079185_9535_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-2830 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516704049660_4448_none { background-image: none;  }
.element_14901769258471_4786_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901769258645_8888_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901769253242_1013_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-2930 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516704215617_488_none { background-image: none;  }
.element_14901851205127_8187_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14901851203921_9317_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14901851208644_2959_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3030 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516704332109_738_none { background-image: none;  }
.element_14901878075494_7539_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901878071235_9702_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901878077385_8424_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3130 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516704622915_2812_none { background-image: none;  }
.element_14901880232940_4848_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901880236625_342_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901880233331_2349_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3230 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516704729459_1343_none { background-image: none;  }
.element_149018845758_4860_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901884571242_8336_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
#image-3330 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1494594842465_1592_none {  }
.element_1494595048329_2153_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_1494595155901_44_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
#image-3334 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1494595287075_127_none {  }
.element_14901884577424_5832_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3335 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1495112252494_564_none {  }
#image-3336 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516719310096_942_none { background-image: none;  }
.element_14901886854736_462_none { left: 65px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901886856204_9239_none { left: 65px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901886855078_7100_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3430 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516704916917_5168_none { background-image: none;  }
.element_14901895039720_5246_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14901895032905_8508_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14901895034646_1155_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3530 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_14901896865528_4960_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901896869085_7236_none { left: 65px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901896867813_1549_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3630 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516711377282_407_none { background-image: none;  }
.element_14901897836809_3002_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901897839061_2153_none { left: 65px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_14901897839665_2611_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3730 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516711496734_9302_none { background-image: none;  }
.element_14901901422902_1155_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901901424369_6087_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901901422734_5343_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3830 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516711765227_092_none { background-image: none;  }
.element_14901905396228_5040_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14901905394350_2948_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_1490190539576_7808_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-3930 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516713125295_8079_none { background-image: none;  }
.element_14901907126461_9276_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14901907125390_5463_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14901907125497_5341_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4030 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516713570084_964_none { background-image: none;  }
.element_14901909203723_9288_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14901909203248_4869_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1490190920872_7981_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4132 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1491295670526_9985_none { left: 268px; overflow-wrap: break-word; list-style: disc;  }
.element_1491217619196_6145_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912176198657_8320_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_1491295520022_9531_none { background-color: rgba(255, 255, 255, 0.37); background-image: none;  }
.element_14912176197999_5500_none { left: 90px; overflow-wrap: break-word; list-style: disc;  }
.element_14912176198816_30_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4439 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516714584487_0625_none { background-image: none;  }
.element_14912197318675_8048_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912197313761_4489_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912197319258_9766_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4530 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516718664697_2568_none { background-image: none;  }
.element_1491221007703_6024_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912210079296_8866_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912210074960_747_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4630 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516718858794_1453_none { background-image: none;  }
.element_14912216211467_8118_none { left: 87px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14912216218782_6247_none { left: 87px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14912216218204_4101_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4730 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516714768524_103_none { background-image: none;  }
.element_1718707518481_0957_none { background-color: rgb(209, 236, 236);  }
.element_14912225758534_7356_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_1491222575351_8107_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912225752638_2173_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4830 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516714886133_9666_none { background-image: none;  }
.element_1491222993612_4699_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1491222993997_4779_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14912229936833_1378_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-4930 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516718952066_4001_none { background-image: none;  }
.element_14912234395597_1559_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14912234397499_2297_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14912234397087_248_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-5030 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516715211488_9624_none { background-image: none;  }
.element_14912237573160_2614_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1491223757349_8859_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14912237577767_5468_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-5130 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516715312965_6992_none { background-image: none;  }
.element_14912240726269_1507_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912240723457_9519_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912240729071_6028_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-5230 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516715090171_55_none { background-image: none;  }
.element_14912893086101_9122_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 1132px !important; --position-z: 2002 !important; }
.element_14912893088846_6216_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 1188px !important; --position-z: 2003 !important; }
.element_14912893085808_1247_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px; --background-image-url: none !important; --background-color: rgb(209, 236, 236) !important; --position-z: 2001 !important; }
#image-5331 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1727346908526_021_none { --position-z: 2004 !important; --position-height: 827 !important; --position-width: 100% !important; }
.element_1491291498161_1646_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912914986298_3847_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912914982997_1483_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-5630 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516715633808_4026_none { background-image: none;  }
.element_14912917341793_6079_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912917349169_1961_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14912917349119_3890_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-5730 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516717789035_171_none { background-image: none;  }
.element_149129909689_3297_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14912990961479_4588_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14912990965475_6837_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6230 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516719204464_7083_none { background-image: none;  }
.element_14913015855747_2393_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1491301585173_7559_none { left: 81px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14913015856689_4966_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6330 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516720244024_367_none { background-image: none;  }
.element_14913019536287_8056_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913019536226_1580_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913019537333_2918_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6431 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_14913027265965_3612_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913027267091_3379_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913027263317_3106_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6530 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516719447595_614_none { background-image: none;  }
.element_14913031117294_3004_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14913031118234_1557_none { left: 81px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14913031119842_9469_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6630 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516719559740_6748_none { background-image: none;  }
.element_1491303786925_2231_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913037868820_9810_none { left: 80px; overflow-wrap: break-word; list-style: disc;  }
.element_149130378670_1600_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6730 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516719851665_5354_none { background-image: none;  }
.element_14913040853976_4651_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14913040857647_4460_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1491304085514_7696_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6830 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516719649106_9473_none { background-image: none;  }
.element_14913044161343_1354_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913044165112_8033_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913044166749_8950_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-6930 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516719732736_1206_none { background-image: none;  }
.element_14913050165862_3013_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_1491305016668_7646_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14913050161774_6820_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-7030 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516719930305_6094_none { background-image: none;  }
.element_1718624155969_6152_none { border-style: solid; border-width: 1px; border-color: rgb(30, 155, 155);  }
.element_14913057367435_965_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913057366742_1107_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913057365454_341_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-7130 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516718768425_761_none { background-image: none;  }
.element_14913060523541_8626_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913060529439_9910_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913060527381_8555_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-7230 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516719115934_9836_none { background-image: none;  }
.element_14913081524466_8923_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913081521109_588_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14913081523783_6602_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-7330 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516718533875_0642_none { background-image: none;  }
.element_1492671215996_5159_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14926712157975_782_none { left: 338px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-7428 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-7428 [class^=layer]{			position: absolute;		}#image-7428 .layer2 {			width: 100%;			height: 100%;		}#image-7428 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14926712152179_1320_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_1492671215529_4080_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926735106580_3830_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14926735102365_3659_none { left: 338px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-7528 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-7528 [class^=layer]{			position: absolute;		}#image-7528 .layer2 {			width: 100%;			height: 100%;		}#image-7528 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14926735102132_1482_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926735108439_8290_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926739072410_8940_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14926739073769_1879_none { left: 338px; overflow-wrap: break-word; list-style: disc;  }
#image-7628 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-7628 [class^=layer]{			position: absolute;		}#image-7628 .layer2 {			width: 100%;			height: 100%;		}#image-7628 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-7628.a {                width:100%;                height:100%;        }
.element_14926739077499_6082_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926739075511_4047_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926743628418_1290_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-7828 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-7828 [class^=layer]{			position: absolute;		}#image-7828 .layer2 {			width: 100%;			height: 100%;		}#image-7828 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_1492674362133_2725_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_1492674362676_3217_none { left: 338px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1492674362924_4337_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_1492674538451_4709_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-7928 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-7928 [class^=layer]{			position: absolute;		}#image-7928 .layer2 {			width: 100%;			height: 100%;		}#image-7928 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_1492674538642_7589_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926745385946_7068_none { left: 338px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14926745386770_3615_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926749113194_4857_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-8028 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-8028 [class^=layer]{			position: absolute;		}#image-8028 .layer2 {			width: 100%;			height: 100%;		}#image-8028 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14926749119097_6464_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926749117323_6517_none { left: 338px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14926749111645_4349_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_1492675296180_4096_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-8128 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-8128 [class^=layer]{			position: absolute;		}#image-8128 .layer2 {			width: 100%;			height: 100%;		}#image-8128 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14926752962436_8631_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926752968406_9313_none { left: 309.2px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1492675296759_7898_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926754924115_8714_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-8228 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-8228 [class^=layer]{			position: absolute;		}#image-8228 .layer2 {			width: 100%;			height: 100%;		}#image-8228 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14926754926025_2826_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926754921782_2852_none { left: 309.2px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14926754924685_1007_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926760498994_8192_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
#image-8328 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-8328 [class^=layer]{			position: absolute;		}#image-8328 .layer2 {			width: 100%;			height: 100%;		}#image-8328 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-8328.a {                width:100%;                height:100%;        }
.element_14926760495237_8835_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926760493282_878_none { left: 309.2px; overflow-wrap: break-word; list-style: disc;  }
.element_14926760499913_1217_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14926766209843_2483_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-8428 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-8428 [class^=layer]{			position: absolute;		}#image-8428 .layer2 {			width: 100%;			height: 100%;		}#image-8428 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14926766207424_9983_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14926766203107_8734_none { left: 309.2px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14926766203449_1063_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14945958218704_9546_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14945958217229_1352_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
#image-8630 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-8630 [class^=layer]{			position: absolute;		}#image-8630 .layer2 {			width: 100%;			height: 100%;		}#image-8630 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-8630.a {                width:100%;                height:100%;        }
.element_14945958211902_8063_none {  }
.element_14945958219010_5801_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
.element_14945958215597_1692_none { left: 81px; overflow-wrap: break-word; list-style: disc;  }
#image-8634 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-8634 [class^=layer]{			position: absolute;		}#image-8634 .layer2 {			width: 100%;			height: 100%;		}#image-8634 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-8634.a {                width:100%;                height:100%;        }
.element_1494595821844_5571_none {  }
.element_14945958214008_8938_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-8635 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-8635 [class^=layer]{			position: absolute;		}#image-8635 .layer2 {			width: 100%;			height: 100%;		}#image-8635 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-8635.a {                width:100%;                height:100%;        }
.element_1495112518513_2732_none {  }
#image-8636 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1516714984571_5667_none { background-image: none;  }
.element_1494597152235_7235_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14945971526413_9938_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
#image-8730 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_14945971527767_4337_none {  }
.element_14945971522467_2227_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14945971523204_3278_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute;  }
.element_14945971527693_8727_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-8736 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1516711103473_5286_none { background-image: none;  }
.element_14970015831715_1728_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-8828 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-8828 [class^=layer]{			position: absolute;		}#image-8828 .layer2 {			width: 100%;			height: 100%;		}#image-8828 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14970015835685_9635_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14970015832192_9966_none { left: 309.2px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14970015833578_8152_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_14972551411314_5959_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
#image-8928 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-8928 [class^=layer]{			position: absolute;		}#image-8928 .layer2 {			width: 100%;			height: 100%;		}#image-8928 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_14972551416239_8619_none { box-shadow: 0px 0px 10px rgb(133, 133, 133); background-image: none;  }
.element_14972551418023_1304_none { left: 309.2px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1497255141232_5980_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
.element_17186296151488_6589_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_17186296152356_4892_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_17186296157867_5929_none { background-color: rgb(209, 236, 236); border-color: rgb(142, 142, 142); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgb(146, 146, 146) 0px 0px 10px;  }
#image-112131 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 184px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 4000;
}
.element_1485849436676_4514_none { background-color: rgb(30, 155, 155); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --background-color: rgb(30, 155, 155)      !important; --position-z: 4003 !important; }
.element_1484569581660_5735_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-z: 4008 !important; --position-height: 105 !important; --position-width: 132 !important; }#image-533000001 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1485850256030_2349_none { left: 902px; overflow-wrap: break-word; list-style: outside; position: absolute; opacity: 0; animation-name: fadeInDown; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-x: 902px !important; --position-y: 73px !important; --position-z: 4006 !important; }
.element_1485849847201_2913_none { left: 49px; overflow-wrap: break-word; list-style: outside; position: absolute; opacity: 0; animation-name: fadeInDown; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-x: 49px !important; --position-y: 38px !important; --position-z: 4005 !important; }
.element_1485850092077_743_none { left: 927px; overflow-wrap: break-word; list-style: outside; position: absolute; opacity: 0; animation-name: fadeInDown; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-x: 927px !important; --position-y: 38px !important; --position-z: 4004 !important; }
.element_1484568887314_9143_none { opacity: 0; background-image: none; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; background-color: rgb(30, 155, 155); --position-width: 1061px !important; --position-y: 142px !important; --position-x: 136px !important; --position-z: 4007 !important; --top-border-top: none !important; --top-border-left: 0px solid rgba(0, 0, 0, 1) !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: center !important; --top-line-height: 44px !important; --hover-background-color: rgba(255, 255, 255, 0.8) !important; --hover-font-color: rgb(30, 155, 155) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: normal !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --hover-other-level-font-color: rgb(30, 155, 155) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 45px !important; --top-padding-horizontal: 0px !important; --top-font-size: 16px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgb(255, 255, 255) !important; --top-font-family: Raleway !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(255, 255, 255, 0.8) !important; --current-top-level-font-color: rgb(30, 155, 155) !important; --current-top-level-font-weight: normal !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgb(30, 155, 155) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(30, 155, 155, 0.8) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: left !important; --other-font-size: 15px !important; --other-font-color: rgb(255, 255, 255) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --submenu-animation: scrollDownLeft !important; --other-submenu-animation: scrollDownLeft !important; --submenu-animation-line-height: 45px !important; }
.element_1752496300761_3108_none { --position-z: 4002 !important; --position-height: 44 !important; --position-width: 150 !important; }#image-533000006 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1752496300781_3267_none { --position-z: 4001 !important; --position-height: 44 !important; --position-width: 150 !important; }#image-533000007 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}