body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 330px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(239, 239, 239); }
.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(247, 166, 0) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(130, 130, 130) !important; }

.element_1484572905706_7295_none { box-shadow: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 850 !important; --position-width: 100% !important; --position-z: 2003 !important; }
.element_1484642881632_3254_none { left: 84px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 84px !important; --position-y: 1003px !important; --position-z: 2002 !important; }
.element_1554802950967_9094_hover:hover {  }
.element_1484642739927_856_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgb(239, 239, 239)  !important; --position-z: 2001 !important; }
.element_1554803315068_6104_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgb(255, 255, 255)  !important; --position-z: 2004 !important; }
.element_1554803315068_6104_hover:hover {  }
.element_1554803315079_4949_none { left: 84px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 84px !important; --position-y: 1400px !important; --position-z: 2005 !important; }
.element_1554803315079_4949_hover:hover {  }
.element_1554803315141_3357_none { left: 168px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 168px !important; --position-y: 1704px !important; --position-z: 2009 !important; }
.element_1554803315141_3357_hover:hover {  }
#image-125 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1554803553135_4902_none { --position-z: 2007 !important; --position-height: 100 !important; --position-width: 150 !important; }
.element_1554803611549_843_none { background-color: rgb(247, 166, 0); --background-color: rgb(247, 166, 0)  !important; --position-z: 2008 !important; }
.element_1554803611549_843_hover:hover { background-color: rgb(130, 130, 130);  }
.element_1554803880866_0747_none { background-color: rgba(139, 156, 207, 0); --background-color: rgba(139, 156, 207, 0)  !important; --position-z: 2006 !important; }
.element_1554803931970_64_none { background-color: rgba(139, 156, 207, 0); --background-color: rgba(139, 156, 207, 0)  !important; --position-z: 2010 !important; }
#image-129 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1554803931978_1228_none { --position-z: 2011 !important; --position-height: 100 !important; --position-width: 150 !important; }
.element_1554803932033_1787_none { background-color: rgb(247, 166, 0); --background-color: rgb(247, 166, 0)  !important; --position-z: 2012 !important; }
.element_1554803932033_1787_hover:hover { background-color: rgb(130, 130, 130);  }
.element_1554803932040_881_none { left: 541px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 541px !important; --position-y: 1704px !important; --position-z: 2013 !important; }
.element_1554803932040_881_hover:hover {  }
.element_1554803940159_9355_none { background-color: rgba(139, 156, 207, 0); --background-color: rgba(139, 156, 207, 0)  !important; --position-z: 2014 !important; }
#image-133 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1554803940167_1238_none { --position-z: 2015 !important; --position-height: 100 !important; --position-width: 150 !important; }
.element_1554803940214_3335_none { background-color: rgb(247, 166, 0); --background-color: rgb(247, 166, 0)  !important; --position-z: 2016 !important; }
.element_1554803940214_3335_hover:hover { background-color: rgb(130, 130, 130);  }
.element_1554803940222_953_none { left: 906px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 906px !important; --position-y: 1704px !important; --position-z: 2017 !important; }
.element_1554803940222_953_hover:hover {  }
#image-137 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1554804527787_9011_none { --position-z: 2018 !important; --position-height: 587 !important; --position-width: 100% !important; }
.element_1554804668438_8083_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgb(239, 239, 239)  !important; --position-z: 2019 !important; }
.element_1554804668438_8083_hover:hover {  }
.element_1554804668508_2148_none { left: 62px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 62px !important; --position-y: 2483px !important; --position-z: 2020 !important; }
.element_1554804668508_2148_hover:hover {  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1554804744992_2495_none { --position-z: 2021 !important; }
.element_1754983913446_4504_none { left: 300px; --position-x: 88px !important; --position-y: 888px !important; position: absolute; list-style: outside; overflow-wrap: break-word; --position-z: 2028 !important; --position-width: 1010px !important; }
.element_1554801480643_3564_none { background-color: rgb(136, 136, 136); --background-color: rgb(136, 136, 136)   !important; --position-z: 2 !important; }
.element_1554799842756_7876_none { background-color: rgba(239, 239, 239, 0.85); opacity: 0; box-shadow: rgb(0, 0, 0) 0px 5px 10px; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --background-color: rgba(239, 239, 239, 0.85)   !important; --position-z: 2022 !important; }
.element_1484569596702_8372_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 0px; border-color: rgb(142, 156, 207); --background-color: rgb(255, 255, 255)   !important; --position-z: 1 !important; }
.element_1484569252512_9595_none { --position-width: 333px !important; --position-y: 306px !important; --position-x: 51px !important; --position-z: 6 !important; --top-border-top: none !important; --top-border-left: 1px solid rgb(239, 239, 239) !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: left !important; --top-line-height: 17px !important; --hover-background-color: rgba(139, 156, 207, 0) !important; --hover-font-color: rgb(247, 166, 0) !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: 6px !important; --top-font-size: 12px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgb(239, 239, 239) !important; --top-font-family: Arial, Helvetica, sans-serif !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(139, 156, 207, 0) !important; --current-top-level-font-color: rgb(247, 166, 0) !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; }
.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: 1007px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 1007px !important; --position-y: 305px !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_1511769957457_3845_none { opacity: 0; background-image: none; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-width: 922px !important; --position-y: 89px !important; --position-x: 278px !important; --position-z: 2023 !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: horizontal !important; --position-fixed: relative !important; --text-align: right !important; --top-line-height: 39px !important; --hover-background-color: rgba(255, 255, 255, 0.7) !important; --hover-font-color: rgb(247, 166, 0) !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.7) !important; --hover-other-level-font-color: rgb(247, 166, 0) !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(130, 130, 130) !important; --top-font-family: Arial, Helvetica, sans-serif !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(246, 166, 72, 0) !important; --current-top-level-font-color: rgb(247, 166, 0) !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(247, 166, 0) !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.7) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(255, 255, 255, 0.7) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: center !important; --other-font-size: 16px !important; --other-font-color: rgb(136, 136, 136) !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: fadeInDownSmall !important; --other-submenu-animation: fadeInLeftSmall !important; }
#image-11000032 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557222823151_1973_none { --position-z: 3 !important; --position-height: 47 !important; --position-width: 150 !important; }
.element_1557223090520_777_none { overflow-wrap: break-word; list-style: outside; position: absolute; left: 86px; --position-x: 86px !important; --position-y: 11px !important; --position-z: 4 !important; }
.element_1557223155672_9072_none { overflow-wrap: break-word; list-style: outside; position: absolute; left: 801px; --position-x: 801px !important; --position-y: 33px !important; --position-z: 5 !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw66 { width: 66vw !important; height: 20.689655172414vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw60 { width: 60vw !important; height: 18.808777429467vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw50 { width: 50vw !important; height: 15.673981191223vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw40 { width: 40vw !important; height: 12.539184952978vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw30 { width: 30vw !important; height: 9.4043887147335vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw25 { width: 25vw !important; height: 7.8369905956113vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-11000035 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-11000035 [class^=layer]{
position: absolute;
}#image-11000035 .layer2 {
width: 100%;
height: 100%;
}#image-11000035 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-11000035.a {width:100%;height:100%;}
.element_1571407381357_2974_none { opacity: 0; animation-name: fadeInLeftSmall; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2024 !important; --position-height: 97 !important; --position-width: 309 !important; }
.element_1484646226167_1262_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1484648121385_06_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14846462264126_6709_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-627 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504508576864_0986_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1557736444550_173_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1557738733551_669_none { border-color: rgb(247, 166, 0);  }
.element_14846525228628_448_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-829 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504510017528_3884_none {  }
.element_1534842832497_8516_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842877239_4429_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842903477_0122_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842925747_1653_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536485351_1640_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536482442_832_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536488071_5792_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-937 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504509705886_6106_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15573973406570_4230_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573973409042_6498_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573973405918_2047_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1027 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15573973406806_1917_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15573976025756_2265_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573976026093_7218_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573976025448_7480_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15573976029281_8092_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15573978287139_3066_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 706px !important; --position-z: 2004 !important; }
.element_15573978281215_9744_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 776px !important; --position-z: 2005 !important; }
.element_1557397828897_4068_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgb(239, 239, 239) !important; --position-z: 2003 !important; }
#image-1227 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15573978289358_102_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --position-z: 2002 !important; --position-height: 664 !important; --position-width: 100% !important; }
.element_1557398114496_8198_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgb(255, 255, 255) !important; --position-z: 2001 !important; }
.element_1557402901291_042_hover:hover {  }
.element_1557398114504_659_none { left: 81px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 81px !important; --position-y: 1396px !important; --position-z: 2006 !important; }
#image-1236 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557398339417_855_none { --position-z: 2056 !important; --position-height: 187 !important; --position-width: 150 !important; --position-y: 3528px !important; --position-x: 112px !important; }
.element_1557403293472_2483_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2007 !important; }
.element_1557403293472_2483_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 2px; border-color: rgb(136, 136, 136);  }
.element_1557403417572_084_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2008 !important; }
.element_1557403417572_084_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1259 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557403417585_069_none { --position-z: 2063 !important; --position-height: 173 !important; --position-width: 150 !important; --position-x: 681px !important; }
.element_1557403417585_069_hover:hover {  }
.element_1557403457212_3948_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2009 !important; }
.element_1557403457212_3948_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1261 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557403457224_0415_none { --position-z: 2068 !important; --position-height: 125 !important; --position-width: 150 !important; --position-x: 396px !important; }
.element_1557403457224_0415_hover:hover {  }
.element_1557403552927_5361_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2010 !important; }
.element_1557403552927_5361_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1266 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557403552937_231_none { --position-z: 2055 !important; --position-height: 93 !important; --position-width: 150 !important; --position-x: 668px !important; }
.element_1557403552937_231_hover:hover {  }
.element_1557403670050_6423_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2011 !important; }
.element_1557403670050_6423_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1268 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557403670066_5918_none { --position-z: 2077 !important; --position-height: 119 !important; --position-width: 150 !important; --position-y: 2985px !important; --position-x: 961px !important; }
.element_1557403670066_5918_hover:hover {  }
.element_1557403709620_1333_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2013 !important; }
.element_1557403709620_1333_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1270 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557403709632_2502_none { --position-z: 2067 !important; --position-height: 88 !important; --position-width: 150 !important; }
.element_1557403709632_2502_hover:hover {  }
.element_1557403765329_3577_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2014 !important; }
.element_1557403765329_3577_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1272 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557403765340_4956_none { --position-z: 2075 !important; --position-height: 76 !important; --position-width: 150 !important; }
.element_1557403765340_4956_hover:hover {  }
.element_1557404126815_6257_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2015 !important; }
.element_1557404126815_6257_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1274 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404126830_1528_none { --position-z: 2071 !important; --position-height: 57 !important; --position-width: 150 !important; }
.element_1557404126830_1528_hover:hover {  }
.element_1557404420864_5168_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2016 !important; }
.element_1557404420864_5168_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1276 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404420877_8774_none { --position-z: 2069 !important; --position-height: 97 !important; --position-width: 150 !important; --position-y: 2707px !important; --position-x: 112px !important; }
.element_1557404420877_8774_hover:hover {  }
.element_1557404444397_1052_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2017 !important; }
.element_1557404444397_1052_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1278 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404444410_3801_none { --position-z: 2066 !important; --position-height: 93 !important; --position-width: 150 !important; --position-x: 396px !important; }
.element_1557404444410_3801_hover:hover {  }
.element_1557404486651_1033_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2018 !important; }
.element_1557404486651_1033_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1280 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404486662_7603_none { --position-z: 2019 !important; --position-height: 75 !important; --position-width: 150 !important; }
.element_1557404486662_7603_hover:hover {  }
.element_1557404512539_5693_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2020 !important; --position-x: 648px !important; }
.element_1557404512539_5693_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1282 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404512548_2014_none { --position-z: 2065 !important; --position-height: 43 !important; --position-width: 150 !important; --position-x: 936px !important; }
.element_1557404512548_2014_hover:hover {  }
.element_1557404625328_8618_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2021 !important; --position-x: 927px !important; }
.element_1557404625328_8618_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1284 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404625342_5737_none { --position-z: 2070 !important; --position-height: 63 !important; --position-width: 150 !important; --position-x: 369px !important; }
.element_1557404625342_5737_hover:hover {  }
.element_1557404648767_594_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2022 !important; --position-x: 926px !important; }
.element_1557404648767_594_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1286 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404648780_4016_none { --position-z: 2064 !important; --position-height: 46 !important; --position-width: 150 !important; --position-x: 396px !important; }
.element_1557404648780_4016_hover:hover {  }
.element_1557404679097_0835_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2023 !important; --position-y: 4100px !important; --position-x: 77px !important; }
.element_1557404679097_0835_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1288 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404679112_1182_none { --position-z: 2076 !important; --position-height: 45 !important; --position-width: 150 !important; }
.element_1557404679112_1182_hover:hover {  }
#image-1290 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404713096_3823_none { --position-z: 2024 !important; --position-height: 21 !important; --position-width: 150 !important; }
.element_1557404713096_3823_hover:hover {  }
.element_1557404778502_2705_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2025 !important; --position-x: 361px !important; }
.element_1557404778502_2705_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1292 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404778518_676_none { --position-z: 2026 !important; --position-height: 17 !important; --position-width: 150 !important; }
.element_1557404778518_676_hover:hover {  }
.element_1557404835317_5903_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2027 !important; --position-x: 645px !important; }
.element_1557404835317_5903_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1294 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404835331_8062_none { --position-z: 2028 !important; --position-height: 30 !important; --position-width: 150 !important; }
.element_1557404835331_8062_hover:hover {  }
.element_1557404865926_1052_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2029 !important; --position-x: 926px !important; }
.element_1557404865926_1052_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1296 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404865939_0042_none { --position-z: 2030 !important; --position-height: 29 !important; --position-width: 150 !important; }
.element_1557404865939_0042_hover:hover {  }
.element_1557404896345_884_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2012 !important; --position-y: 2932px !important; --position-x: 77px !important; }
.element_1557404896345_884_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1298 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404896359_8894_none { --position-z: 2062 !important; --position-height: 61 !important; --position-width: 150 !important; --position-y: 4169px !important; --position-x: 88px !important; }
.element_1557404896359_8894_hover:hover {  }
.element_1557404995133_0679_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2031 !important; --position-x: 361px !important; }
.element_1557404995133_0679_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12100 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557404995145_799_none { --position-z: 2032 !important; --position-height: 60 !important; --position-width: 150 !important; --position-x: 652px !important; }
.element_1557404995145_799_hover:hover {  }
.element_1557405115017_6409_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2033 !important; --position-y: 2932px !important; --position-x: 926px !important; }
.element_1557405115017_6409_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12102 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405115030_655_none { --position-z: 2034 !important; --position-height: 41 !important; --position-width: 150 !important; }
.element_1557405115030_655_hover:hover {  }
.element_1557405138419_2026_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2035 !important; --position-x: 77px !important; --position-y: 3224px !important; }
.element_1557405138419_2026_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12104 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405138430_9849_none { --position-z: 2036 !important; --position-height: 38 !important; --position-width: 150 !important; --position-y: 3028px !important; --position-x: 88px !important; }
.element_1557405138430_9849_hover:hover {  }
.element_1557405169817_338_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2037 !important; --position-x: 361px !important; }
.element_1557405169817_338_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
.element_1557405187432_1042_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2038 !important; --position-x: 361px !important; }
.element_1557405187432_1042_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12108 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405187443_7292_none { --position-z: 2073 !important; --position-height: 38 !important; --position-width: 150 !important; --position-x: 368px !important; }
.element_1557405187443_7292_hover:hover {  }
.element_1557405208324_5444_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2039 !important; --position-x: 646px !important; }
.element_1557405208324_5444_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12110 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405208334_3162_none { --position-z: 2057 !important; --position-height: 29.55px !important; --position-width: 150 !important; --position-x: 659px !important; }
.element_1557405208334_3162_hover:hover {  }
.element_1557405231906_9539_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2040 !important; --position-x: 926px !important; }
.element_1557405231906_9539_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12112 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405231914_6726_none { --position-z: 2058 !important; --position-height: 120.84px !important; --position-width: 150 !important; --position-y: 3583px !important; --position-x: 954px !important; }
.element_1557405231914_6726_hover:hover {  }
.element_1557405241377_5237_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2041 !important; --position-y: 3515px !important; --position-x: 77px !important; }
.element_1557405241377_5237_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12114 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405241385_3738_none { --position-z: 2059 !important; --position-height: 62 !important; --position-width: 150 !important; --position-y: 3888px !important; --position-x: 88px !important; }
.element_1557405241385_3738_hover:hover {  }
.element_1557405295468_4353_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2042 !important; --position-x: 361px !important; }
.element_1557405295468_4353_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12116 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405295478_9797_none { --position-z: 2060 !important; --position-height: 57 !important; --position-width: 150 !important; --position-x: 368px !important; }
.element_1557405295478_9797_hover:hover {  }
#image-12118 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405317665_4575_none { --position-z: 2061 !important; --position-height: 75 !important; --position-width: 150 !important; --position-x: 659px !important; }
.element_1557405317665_4575_hover:hover {  }
.element_1557405338241_999_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2043 !important; --position-x: 926px !important; }
.element_1557405338241_999_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
.element_1557405359387_971_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2044 !important; --position-y: 3810px !important; --position-x: 77px !important; }
.element_1557405359387_971_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12122 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1557405359394_1465_none { --position-z: 2074 !important; --position-height: 60 !important; --position-width: 150 !important; --position-x: 937px !important; }
.element_1557405359394_1465_hover:hover {  }
.element_1565949308823_04_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2045 !important; --position-x: 646px !important; }
.element_1565949308823_04_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12125 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1565949308837_9033_none { --position-z: 2046 !important; --position-height: 150 !important; --position-width: 150 !important; }
.element_1565949308837_9033_hover:hover {  }
.element_1606819892976_6418_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2047 !important; --position-x: 361px !important; }
.element_1606819892976_6418_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12131 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1606819892986_478_none { --position-z: 2048 !important; --position-height: 71 !important; --position-width: 150 !important; --position-x: 962px !important; }
.element_1606819892986_478_hover:hover {  }
.element_1606820607088_1108_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2049 !important; --position-x: 646px !important; }
.element_1606820607088_1108_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12135 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1606820607098_856_none { --position-z: 2050 !important; --position-height: 113 !important; --position-width: 150 !important; --position-x: 112px !important; --position-y: 3281px !important; }
.element_1606820607098_856_hover:hover {  }
.element_1606820812974_8486_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2051 !important; --position-x: 646px !important; }
.element_1606820812974_8486_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12138 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1606820812985_741_none { --position-z: 2079 !important; --position-height: 150 !important; --position-width: 150 !important; --position-x: 373px !important; --position-y: 4112px !important; }
.element_1606820812985_741_hover:hover {  }
.element_1606820872073_0342_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2052 !important; --position-y: 2640px !important; --position-x: 77px !important; }
.element_1606820872073_0342_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12140 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1606820872084_8394_none { --position-z: 2053 !important; --position-height: 35 !important; --position-width: 150 !important; }
.element_1606820872084_8394_hover:hover {  }
.element_1606820915645_7097_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2054 !important; }
.element_1606820915645_7097_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12142 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1606820915655_5493_none { --position-z: 2072 !important; --position-height: 38 !important; --position-width: 150 !important; --position-x: 659px !important; }
.element_1606820915655_5493_hover:hover {  }
.element_1648718190895_7544_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255) !important; --position-z: 2078 !important; --position-x: 361px !important; }
.element_1648718190895_7544_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12145 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1648718366325_969_none { --position-z: 2080 !important; --position-height: 81.84375px !important; --position-width: 150 !important; --position-y: 3286px !important; --position-x: 931px !important; }
.element_1648718366325_969_hover:hover {  }
.element_1752840607564_5796_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0); --background-color: rgb(255, 255, 255)  !important; --position-z: 2084 !important; --position-x: undefinedpx !important; --position-y: 2348px !important; }
.element_1752840607564_5796_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12149 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1752840607962_3757_none { --position-z: 2085 !important; --position-height: 41.15692307692308px !important; --position-width: 150 !important; --position-y: 2442px !important; --position-x: 97px !important; }
.element_1752840607962_3757_hover:hover {  }
.element_15574019621239_9612_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15574019621484_9961_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15574019629722_3894_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1327 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15574019624406_119_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_15574022294473_1528_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15574022296926_6282_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1564350880907_451_hover:hover {  }
#image-1427 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15574022296672_4912_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1564350880912_4458_hover:hover {  }
.element_1557402322474_6624_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1571407619972_2075_none { background-color: rgba(255, 255, 255, 0);  }
.element_15598084662770_8292_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15598084665580_1428_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15598084664090_37_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15598084664422_6839_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.mobile #content #content-area .element_1631627826020_2507_none.vw66 { width: 66vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1631627826020_2507_none.vw60 { width: 60vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1631627826020_2507_none.vw50 { width: 50vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1631627826020_2507_none.vw40 { width: 40vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1631627826020_2507_none.vw30 { width: 30vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1631627826020_2507_none.vw25 { width: 25vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1631627826020_2507_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1631627826020_2507_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1631627826020_2507_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1631627826020_2507_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1631627826020_2507_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1631627826020_2507_none.vw25 img { width: 100% !important; height: 100% !important; }
.element_1631627826020_2507_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1631627928035_3628_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }