body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 350px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgba(176, 176, 176, 0.82); }
.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; --content-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgba(230, 126, 33, 1) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgba(85, 85, 85, 1) !important; }

.element_1597664066650_9634_none { --position-height: 996 !important; --position-width: 100% !important; --position-z: 2001 !important; --position-y: 202px !important; }
.element_1597665340493_4727_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; border-color: rgb(212, 175, 55); border-style: solid; border-width: 0px; --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); --position-z: 2002 !important; }
.element_1597665674648_8145_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: -220px; --position-z: 2003 !important; --position-x: -220px !important; --position-y: 270px !important; }
.element_1597666114071_4402_none { background-color: rgba(0, 0, 0, 0.5); background-image: none; border-style: solid; border-width: 0px 0px 1px; border-color: rgb(153, 153, 153); --background-image-url: none; --background-color: rgba(0, 0, 0, 0.5); --position-y: 1186px; --position-height: 376px; --position-z: 2004 !important; }
.element_1597736862908_7605_none { background-color: rgba(153, 153, 153, 0.075); background-image: url("https://cms.dextermedia.de/dcmpro/images/05841548366/HG_Hobel_HG-Footer_hell.jpg"); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 102); background-repeat: no-repeat; background-size: cover; background-position: center center; --background-image-url: url("https://cms.dextermedia.de/dcmpro/images/05841548366/HG_Hobel_HG-Footer_hell.jpg"); --position-y: 1600px; --position-height: 646px; --position-z: 2005 !important; --background-color: rgba(153, 153, 153, 0.075) !important; }
.element_1597736925130_5786_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 241px; --position-z: 2006 !important; --position-x: 241px !important; --position-y: 1200px !important; }
.element_1597740820999_0618_none { background-color: rgba(51, 51, 51, 0.6); background-image: none; --background-image-url: none; --position-y: 1945px; --position-x: 0px; --position-width: 372px; --position-height: 346px; --position-z: 2007 !important; --background-color: rgba(51, 51, 51, 0.6) !important; }
.element_1597740896279_6296_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 45px; --position-z: 2009 !important; --position-x: 45px !important; --position-y: 1793px !important; }
.element_1597740956805_8591_none { background-color: rgba(0, 0, 0, 0.29); background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 17%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 0) 100%); --background-image-url: repeating-linear-gradient(90deg, rgb(255,255,255) 0%, rgb(255,255,255) 17%, rgba(255,255,255,0.68) 50%, rgba(255,255,255,0) 100%); --background-color: rgba(0, 0, 0, 0.29); --position-z: 2008 !important; }
.element_1597741235228_4338_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 26px; --position-z: 2010 !important; --position-x: 26px !important; --position-y: 1875px !important; }
.element_1597742716068_9587_none { background-color: rgba(0, 0, 0, 0.29); background-image: none; --background-image-url: none; --position-y: 1995px; --position-x: 422px; --position-width: 363.047px; --position-height: 346px; --background-color: rgba(0, 0, 0, 0.29); --position-z: 2011 !important; }
.element_1597742716113_955_none { background-color: rgba(0, 0, 0, 0.29); background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 17%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 0) 100%); --background-image-url: repeating-linear-gradient(90deg, rgb(255,255,255) 0%, rgb(255,255,255) 17%, rgba(255,255,255,0.68) 50%, rgba(255,255,255,0) 100%); --background-color: rgba(0, 0, 0, 0.29); --position-z: 2012 !important; }
.element_1597742716117_7634_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 488px; --position-z: 2013 !important; --position-x: 488px !important; --position-y: 1797px !important; }
.element_1597742716170_2832_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 460px; --position-z: 2014 !important; --position-x: 460px !important; --position-y: 1874px !important; }
.element_1597742893592_9966_none { background-color: rgba(51, 51, 51, 0.6); background-image: none; --background-image-url: none; --position-y: 1993px; --position-x: 833px; --position-width: 367.297px; --position-height: 347px; --position-z: 2015 !important; --background-color: rgba(51, 51, 51, 0.6) !important; }
.element_1597742893636_4512_none { background-color: rgba(0, 0, 0, 0.29); background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 17%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 0) 100%); --background-image-url: repeating-linear-gradient(90deg, rgb(255,255,255) 0%, rgb(255,255,255) 17%, rgba(255,255,255,0.68) 50%, rgba(255,255,255,0) 100%); --background-color: rgba(0, 0, 0, 0.29); --position-z: 2016 !important; }
.element_1597742893643_7192_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 898px; --position-z: 2017 !important; --position-x: 898px !important; --position-y: 1791px !important; }
.element_1597742893702_2566_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 877px; --position-z: 2018 !important; --position-x: 877px !important; --position-y: 1877px !important; }
.element_1597745391562_5852_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 61px; --position-z: 2019 !important; --position-x: 61px !important; --position-y: 2246px !important; }
.element_1607605331337_9146_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 65px; --position-z: 2020 !important; --position-x: 65px !important; --position-y: 1480px !important; }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1739774775293_6687_none { --position-y: 2329px; --position-height: 588px; --position-z: 2021 !important; }
.element_1639651398005_0444_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 39px; --position-z: 2022 !important; --position-x: 39px !important; --position-y: 1375px !important; }
.element_1713356742118_3035_none { background-color: rgba(0, 0, 0, 0.13); background-image: none; border-radius: 120px; border-color: rgb(230, 126, 33); border-style: solid; border-width: 5px; --background-image-url: none; --position-y: 1245px; --position-x: 1256px; --position-width: 247px; --position-height: 247px; --background-color: rgba(0, 0, 0, 0.13); --position-z: 2023 !important; }
.element_1713356742123_8953_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 1286px; --position-z: 2024 !important; --position-x: 1286px !important; --position-y: 1331px !important; }
.element_1739781139430_2732_none { --position-top: 374px; --position-left: 572px; --position-z-index: 2025; --position-width: 850px !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: center !important; --top-line-height: 60px !important; --hover-background-color: rgba(243, 243, 243, 0.91) !important; --hover-font-color: rgba(0,0,0, 0.9) !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(243, 243, 243, 0.91) !important; --hover-other-level-font-color: rgba(0,0,0, 0.9) !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: 22px !important; --top-background-color: rgba(95, 95, 95, 0.8) !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(190, 207, 22, 1) !important; --current-top-level-font-color: rgba(255,255,255, 1) !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: rgba(255,255,255, 1) !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(0, 0, 0, 0) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(95, 95, 95, 0.8) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: none !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; --position-y: 374px !important; --position-x: 572px !important; --position-z: 2025 !important; }
.element_1757480655233_786_none { position: absolute; list-style: disc; overflow-wrap: break-word; border-style: solid; border-width: 0px; left: 746px; --position-x: 746px !important; --position-z: 9 !important; --position-y: 0 !important; }
#image-111000050 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1757481222589_5073_none { --position-height: 90 !important; --position-width: 90 !important; --position-z: 10 !important; --position-y: 73px !important; --position-x: 1049px !important; }
#image-111000045 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1739773547799_492_none { --position-height: 43 !important; --position-width: 45 !important; --position-z: 8 !important; --position-y: 112px !important; --position-x: 850px !important; }
.element_1597667233206_3271_none { position: absolute; list-style: disc; overflow-wrap: break-word; border-style: solid; border-width: 0px; left: 410px; --position-x: 410px !important; --position-z: 5 !important; --position-y: 0 !important; }
#image-111000053 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1634114301142_1182_none { --position-height: 50 !important; --position-width: 150 !important; --position-z: 6 !important; --position-y: 10px !important; --position-x: 0px !important; }
#image-111000049 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1757481689367_8013_none { --position-height: 38 !important; --position-width: 150 !important; --position-z: 11 !important; --position-y: 16px !important; --position-x: 989px !important; }
#image-111000043 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1739775460554_3516_none { filter: opacity(100%) brightness(92%) saturate(100%) contrast(106%) blur(0px); border-color: rgba(176, 176, 176, 0.82); --borderColor: rgba(176, 176, 176, 0.82); --borderTopColor: rgba(176, 176, 176, 0.82); --borderLeftColor: rgba(176, 176, 176, 0.82); --borderRightColor: rgba(176, 176, 176, 0.82); --borderBottomColor: rgba(176, 176, 176, 0.82); --background-image-url: none; --background-color: transparent; --position-height: 45 !important; --position-width: 47 !important; --position-x: 764px !important; --position-z: 7 !important; --position-y: 110px !important; }
#image-111000001 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1739775504210_5444_none { --position-height: 45 !important; --position-width: 45 !important; --position-z: 2 !important; --position-y: 111px !important; --position-x: 937px !important; }
.element_1597754162649_7136_none { background-image: none; --position-top: 308px; --position-left: 0px; --position-z-index: 4; --position-height: 24px; --position-width: 296px !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: left !important; --top-line-height: 24px !important; --hover-background-color: rgb(255, 255, 255) !important; --hover-font-color: rgb(51, 51, 102) !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(243, 243, 243, 0.91) !important; --hover-other-level-font-color: rgba(0,0,0, 0.9) !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: 5px !important; --top-padding-horizontal: 5px !important; --top-font-size: 14px !important; --top-background-color: rgba(255, 255, 255, 0) !important; --top-font-color: rgb(51, 51, 51) !important; --top-font-family: Ubuntu !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgb(255, 255, 255) !important; --current-top-level-font-color: rgb(253, 145, 47) !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: rgba(255,255,255, 1) !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(190, 207, 22, 1) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(255, 255, 255, 0) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: none !important; --other-font-size: 13px !important; --other-font-color: rgba(255,255,255, 1) !important; --other-font-family: Ubuntu !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --position-y: 190px !important; --position-x: 0px !important; --position-z: 4 !important; }
.element_1597666810397_378_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; background-repeat: no-repeat; background-size: cover; background-position: center center; border-color: rgb(51, 51, 51); border-style: solid; border-width: 0px; --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); --position-y: 0px !important; --position-height: 426px !important; --position-z: 1 !important; --position-x: 0px !important; }
.element_1597666865505_7168_none { background-color: rgb(253, 145, 47); background-image: none; border-style: solid; border-width: 0px; border-color: rgb(0, 119, 132); --background-image-url: none; --position-y: 172px; --position-height: 60px; --position-z: 3 !important; --background-color: rgb(253, 145, 47) !important; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(51, 51, 51);font-size:12px;font-family:Times New Roman;font-weight:undefined;font-style:undefined;text-decoration:undefined; }
.element_1597737838969_821_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 1026px; --position-z: 5001 !important; --position-x: 1026px !important; --position-y: 189px !important; --font-color: rgb(51, 51, 51) !important; --font-size: 12px !important; --font-family: Times New Roman !important; --font-weight: normal !important; --font-style: normal !important; --text-decoration: none !important; }
#image-22 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1597750653259_7473_none { background-image: none; --position-height: 700; --position-width: 1897; }
.element_1597750725379_9836_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); }
.element_1597750823161_0925_none { position: absolute; list-style: disc; overflow-wrap: break-word; }
.element_1597750867415_1145_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); }
.element_1597751345175_5696_none { position: absolute; list-style: disc; overflow-wrap: break-word; }
#image-62 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15977522988780_5797_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_15977522987937_7555_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --position-z: 2002 !important; }
.element_15977522984527_831_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_15977522981108_9191_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 74%, rgba(153, 153, 153, 0.094) 95%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 102); --background-image-url: linear-gradient(135deg, rgb(255, 255, 255) 74%, rgba(153, 153, 153, 0.094) 95%) !important; --position-z: 2004 !important; }
.element_1597752640292_455_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 769px !important; --position-z: 2005 !important; }
.element_1597753126674_813_none { background-image: none; border-color: rgb(230, 126, 33); --position-width: 540px !important; --position-z: 2006 !important; }
.element_1639651004587_917_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); --position-z: 2007 !important; }
.element_1641482789697_2139_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 621px; --position-x: 621px !important; --position-y: 1500px !important; --position-z: 2008 !important; }
#image-72 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1597754639172_541_none { background-image: none;  }
.element_15977546398288_374_none { background-color: rgba(255, 255, 255, 0.85); background-image: none;  }
.element_1597754639407_8581_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_15977546391590_8076_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 86%, rgb(250, 250, 250) 99%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51);  }
.element_15977546397917_2431_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1597754998304_9688_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1597755149532_0793_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1597755193454_7717_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1597755320434_8638_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1597755339476_2065_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1597755367033_4988_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
#image-82 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_15977554841441_7008_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 88%, rgb(250, 250, 250) 100%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51);  }
.element_15977554849216_5081_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
#image-92 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1607606968622_2895_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_16076069689947_3219_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --position-z: 2002 !important; --background-color: rgba(255, 255, 255, 0.85) !important; }
.element_16076069684099_8501_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_16076069682346_3674_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 102); --background-image-url: linear-gradient(135deg, rgb(255,255,255) 25%, rgba(153,153,153,0.094) 90%) !important; --position-z: 2004 !important; --background-color: rgba(153, 153, 153, 0.094) !important; }
.element_16076069684243_3918_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: -3px; --position-x: -3px !important; --position-y: 718px !important; --position-z: 2005 !important; }
#image-97 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1639666811578_179_none { --position-z: 2006 !important; --position-height: 200 !important; --position-width: 150 !important; }
#image-98 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1639666870934_4292_none { background-image: none; --position-z: 2007 !important; --position-height: 118 !important; --position-width: 150 !important; }
#image-99 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1639666913485_069_none { background-image: none; --position-z: 2008 !important; --position-height: 200 !important; --position-width: 150 !important; }
#image-910 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1639666920661_6575_none { --position-z: 2009 !important; --position-height: 113 !important; --position-width: 150 !important; }
#image-112 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16396697253386_3684_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_16396697257737_5945_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2002 !important; }
.element_16396697257505_4437_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 624px !important; --position-z: 2003 !important; }
.element_16396697252308_4353_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2004 !important; }
.element_16396697254510_4243_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 748px !important; --position-z: 2005 !important; }
#gallery-118 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 225.68px;
height: 150px;
margin-right: 11.78px;
margin-bottom: 11.78px;
}
#gallery-118 a:nth-child(5n) {
margin-right: 0;
}
.element_1639670027720_318_none { --real-image-width: 225.68px !important; --image-height: 150px !important; --image-gap: 11.78px !important; --position-z: 2007 !important; }
#image-122 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16414740008833_7424_none { background-image: none;  }
.element_16414740007545_7294_none { background-color: rgba(255, 255, 255, 0.85); background-image: none;  }
.element_16414740007795_2406_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_16414740003434_2784_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51);  }
.element_16414740003881_2077_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
#image-128 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1641474367032_7832_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none;  }
.element_1641474595753_7917_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
#image-132 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16414802733839_3714_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_1641480273329_314_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2002 !important; }
.element_16414802732674_228_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_16414802739889_743_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255,255,255) 25%, rgba(153,153,153,0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2004 !important; --position-y: 704px !important; --position-height: 1479px !important; }
.element_16414802732632_2482_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 764px !important; --position-z: 2005 !important; }
.element_16414802734208_9874_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1002px !important; --position-z: 2006 !important; }
.element_1641480976967_3115_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1298px !important; --position-z: 2007 !important; }
.element_1641481321032_8813_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1603px !important; --position-z: 2008 !important; }
.element_1641481669233_1213_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1858px !important; --position-z: 2009 !important; }
.element_1763551429910_2773_none { left: 628px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 628px !important; --position-y: 990px !important; --position-z: 2010 !important; }
#image-1315 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763551506694_769_none { --position-z: 2011 !important; --position-y: 1081px !important; --position-x: 628px !important; --position-width: 150 !important; --position-height: 213 !important; }
#image-1317 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763551554446_0745_none { --position-z: 2012 !important; --position-height: 211 !important; --position-width: 150 !important; --position-y: 1081px !important; --position-x: 929px !important; }
#image-1318 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763551594358_85_none { --position-z: 2013 !important; --position-height: 215 !important; --position-width: 150 !important; --position-y: 1642px !important; --position-x: 627px !important; }
#image-1319 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763551672150_7607_none { --position-z: 2014 !important; --position-height: 212 !important; --position-width: 150 !important; --position-y: 1642px !important; --position-x: 926px !important; }
.element_1763551907812_1082_none { left: 461px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 461px !important; --position-y: 1475px !important; --position-z: 2015 !important; }
.element_1763551933444_6167_none { left: 764px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 764px !important; --position-y: 1475px !important; --position-z: 2016 !important; }
.element_1763551954460_1453_none { left: 462px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 462px !important; --position-y: 2053px !important; --position-z: 2017 !important; }
.element_1763552002924_2336_none { left: 763px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 763px !important; --position-y: 2053px !important; --position-z: 2018 !important; }
#image-142 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16414831823191_7079_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; --position-y: 0px !important; }
.element_1641483182535_4752_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255,255,255) 25%, rgba(153,153,153,0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2002 !important; --position-y: 660px !important; --position-x: 0px !important; --position-height: 1471px !important; }
.element_16414831828282_183_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 671px !important; --position-z: 2003 !important; }
#image-148 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16414831823617_7874_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2004 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 848px !important; --position-y: 722px !important; }
.element_1641483280695_0703_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 720px !important; --position-z: 2005 !important; }
#image-1412 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1641483530573_1865_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2006 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 1010px !important; --position-y: 722px !important; }
.element_1641483592641_9329_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 963px !important; --position-z: 2007 !important; }
#image-1414 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1641483726080_5247_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2008 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 848px !important; --position-y: 965px !important; }
.element_1641483752584_1448_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1203px !important; --position-z: 2009 !important; }
#image-1416 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1641483904422_4082_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2010 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 848px !important; --position-y: 1207px !important; }
#image-1417 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1641483935532_7764_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2011 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 1010px !important; --position-y: 1207px !important; }
#image-1419 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763533196182_8135_none { --position-z: 2012 !important; --position-height: 213 !important; --position-width: 150 !important; --position-x: 45px !important; --position-y: 1465px !important; }
.element_1763533223934_0588_none { left: 285px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 285px !important; --position-y: 1574px !important; --position-z: 2013 !important; }
#image-1421 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763549302577_6943_none { --position-z: 2014 !important; --position-height: 212 !important; --position-width: 150 !important; --position-y: 1476px !important; --position-x: 921px !important; }
.element_16414831829132_850_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2015 !important; --position-y: 570px !important; --position-height: 94px !important; --position-x: 0px !important; }
.element_16414831828870_1206_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 590px !important; --position-z: 2016 !important; }
#image-152 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415685649888_6782_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_16415685644527_6235_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2002 !important; }
.element_1641568564707_1312_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_16415685643377_8127_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255,255,255) 25%, rgba(153,153,153,0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2004 !important; --position-y: 698px !important; --position-x: 0px !important; --position-height: 2418px !important; }
.element_16415685641798_6776_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 756px !important; --position-z: 2005 !important; }
#image-158 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415685641969_2962_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2007 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 844px !important; --position-y: 783px !important; }
.element_16415685644026_3341_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 7px; --position-x: 7px !important; --position-y: 1003px !important; --position-z: 2006 !important; }
#image-1512 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415685646577_3988_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2008 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 1006px !important; --position-y: 783px !important; }
.element_16415685645326_3854_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1276px !important; --position-z: 2009 !important; }
.element_16415685648142_2413_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1511px !important; --position-z: 2010 !important; }
.element_1641571132893_6584_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1745px !important; --position-z: 2011 !important; }
.element_1641571271535_8845_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1997px !important; --position-z: 2012 !important; }
.element_1641571404197_9487_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 2250px !important; --position-z: 2013 !important; }
.element_1641571632267_9487_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 2508px !important; --position-z: 2014 !important; }
.element_1763543838351_4875_none { left: 293px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 293px !important; --position-y: 2852px !important; --position-z: 2015 !important; }
#image-1523 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763544043520_3442_none { --position-z: 2016 !important; --position-height: 215 !important; --position-width: 150 !important; --position-y: 2737px !important; --position-x: 49px !important; }
#image-1524 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763548135873_6826_none { --position-z: 2017 !important; --position-height: 212 !important; --position-width: 150 !important; --position-y: 2737px !important; --position-x: 882px !important; }
#image-162 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415718727679_7564_none { background-image: none; --position-z: 2001 !important; --position-height: 700px !important; --position-width: 100% !important; --position-y: -2px !important; }
.element_16415718725273_1328_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2002 !important; --position-y: 597px !important; --position-x: 0px !important; --position-height: 100px !important; }
.element_16415718729394_8967_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 620px !important; --position-z: 2003 !important; }
.element_16415718727719_4659_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255,255,255) 25%, rgba(153,153,153,0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2004 !important; --position-y: 697px !important; --position-x: 0px !important; --position-height: 1113px !important; }
.element_16415718722442_6548_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 778px !important; --position-z: 2005 !important; }
.element_16415718725025_4458_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 970px !important; --position-z: 2006 !important; }
#image-1612 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415718726293_6577_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2007 !important; --position-height: 172 !important; --position-width: 150 !important; --position-x: 916px !important; --position-y: 780px !important; }
.element_16415718728678_58_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 1221px !important; --position-z: 2008 !important; }
#image-1614 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415718726250_6406_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2009 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 916px !important; --position-y: 991px !important; }
#image-1617 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415718724154_9762_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2010 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 916px !important; --position-y: 1230px !important; }
.element_1763539671310_2148_none { left: 300px; --position-x: 449px !important; --position-y: 1557px !important; position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2011 !important; }
#image-1619 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1763539787862_1084_none { --position-z: 2012 !important; --position-height: 318.094px !important; --position-width: 234.891px !important; --position-y: 1441px !important; --position-x: 118px !important; }
#image-172 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415728707601_1634_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_16415728705625_3291_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2002 !important; }
.element_16415728703286_26_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_16415728706320_4957_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2004 !important; --position-y: 586px !important; --position-height: 996px !important; }
.element_16415728709235_571_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 647px !important; --position-z: 2005 !important; }
.element_16415728705601_3542_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 12px; --position-x: 12px !important; --position-y: 924px !important; --position-z: 2006 !important; }
#image-1712 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415728701102_2516_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2007 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 883px !important; --position-y: 656px !important; }
.element_16415728703118_2099_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 12px; --position-x: 12px !important; --position-y: 1260px !important; --position-z: 2008 !important; }
#image-1714 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415728707955_1463_none { border-style: solid; border-width: 1px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2009 !important; --position-height: 200 !important; --position-width: 150 !important; --position-x: 1045px !important; --position-y: 656px !important; }
#image-182 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415736485992_5100_none { background-image: none; --position-z: 2001 !important; --position-height: 700 !important; --position-width: 100% !important; }
.element_16415736486930_1319_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.85) !important; --position-z: 2002 !important; }
.element_16415736489876_873_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_16415736487707_6387_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%) !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-z: 2004 !important; --position-y: 706px !important; --position-height: 1242px !important; }
.element_1641573648496_3341_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 12px; --position-x: 12px !important; --position-y: 760px !important; --position-z: 2005 !important; }
#image-1812 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16415736486010_6603_none { border-style: solid; border-width: 0px; border-color: rgb(176, 176, 176); background-image: none; --position-z: 2006 !important; --position-height: 89.875px !important; --position-width: 355.938px !important; --position-x: 736px !important; --position-y: 736px !important; }
.element_16415736485040_3470_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 12px; --position-x: 12px !important; --position-y: 1379px !important; --position-z: 2007 !important; }
.element_1641573875219_4922_none { --position-z: 2008 !important; --position-x: 362px !important; --position-y: 990px !important; }
.element_16415744223422_3230_none { background-image: none;  }
.element_16415744223817_1722_none { background-color: rgba(255, 255, 255, 0.85); background-image: none;  }
.element_1641574422810_3778_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_16415744229620_8912_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51);  }
.element_16415744221446_4958_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_16415744226882_6343_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1641574667553_8047_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1641574701039_6792_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1641574745697_7876_none { position: absolute; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1743683895103_8423_none { left: 300px; --position-x: 311px !important; --position-y: 323px !important; position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2001 !important; }
.element_1743686805542_5208_none { left: 348px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 348px !important; --position-y: 240px !important; --position-z: 2001 !important; }
#image-2511 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1762267615395_0935_none { --position-z: 2002 !important; --position-y: 461px !important; --position-x: 394px !important; --position-width: 150 !important; --position-height: 688.7852664576802px !important; }
.mobile #content #content-area .element_1762267664866_3662_none.vw66 { width: 66vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1762267664866_3662_none.vw60 { width: 60vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1762267664866_3662_none.vw50 { width: 50vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1762267664866_3662_none.vw40 { width: 40vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1762267664866_3662_none.vw30 { width: 30vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1762267664866_3662_none.vw25 { width: 25vw !important; height: auto !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1762267664866_3662_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1762267664866_3662_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1762267664866_3662_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1762267664866_3662_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1762267664866_3662_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1762267664866_3662_none.vw25 img { width: 100% !important; height: 100% !important; }
.element_1762267664866_3662_none { left: 382px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 381.5px !important; --position-y: 380px !important; --position-z: 2003 !important; --position-width: 516px !important; --position-height: 32px !important; }
.element_1743684318467_78_none { left: 300px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 300px !important; --position-y: 446px !important; --position-z: 2001 !important; }
#image-262 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17397862941586_8743_none { background-image: none; --position-z: 2001 !important; --position-height: 576 !important; --position-width: 100% !important; }
.element_17397862945495_4576_none { background-color: rgba(255, 255, 255, 0.85); background-image: none; --background-image-url: none !important; --position-z: 2002 !important; --background-color: rgba(255, 255, 255, 0.85) !important; }
.element_17397862946955_2828_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 623px !important; --position-z: 2003 !important; }
.element_17397862943036_3131_none { background-color: rgba(153, 153, 153, 0.094); background-image: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(153, 153, 153, 0.094) 90%); border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: linear-gradient(135deg, rgb(255,255,255) 25%, rgba(153,153,153,0.094) 90%) !important; --position-z: 2004 !important; --background-color: rgba(153, 153, 153, 0.094) !important; --position-y: 700px !important; --position-height: 463px !important; }
.element_17397862948797_6878_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 10px; --position-x: 10px !important; --position-y: 750px !important; --position-z: 2005 !important; }
#image-267 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1744896242116_189_none { --position-height: 52 !important; --position-width: 52 !important; --position-z: 8 !important; --position-y: 89px !important; --position-x: 1075px !important; }
#image-269 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1772116559960_5283_none { --position-z: 2006 !important; --position-height: 211 !important; --position-width: 150 !important; --position-y: 717px !important; --position-x: 867.906px !important; }
.element_1743684368971_1838_none { left: 300px; --position-x: 300px !important; --position-y: 413px !important; position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2001 !important; }
.element_1743684236531_3394_none { left: 300px; position: absolute; list-style: disc; overflow-wrap: break-word; --position-x: 300px !important; --position-y: 373px !important; --position-z: 2001 !important; }
#image-293 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1744896109925_8562_none { --position-height: 52px !important; --position-width: 52px !important; --position-z: 9 !important; --position-y: 90px !important; --position-x: 1075px !important; }
.element_17397978876948_9943_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); --position-z: 2001 !important; --position-y: 265px !important; --position-height: 72px !important; }
.element_17397978879647_2050_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 50px; --position-x: 50px !important; --position-y: 270px !important; --position-z: 2002 !important; }
.element_17397978879231_8956_none { background-color: rgba(0, 0, 0, 0.25); background-image: none; border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: none; --background-color: rgba(0, 0, 0, 0.25); --position-z: 2003 !important; --position-y: 627px !important; --position-height: 960px !important; }
#image-3016 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1739800007309_9443_none { background-color: rgba(153, 153, 153, 0.09); filter: opacity(98%) brightness(129%) saturate(290%) contrast(110%) blur(0px); --position-height: 96 !important; --position-width: 150 !important; --position-z: 2004 !important; --position-y: 370px !important; --position-x: 31.5px !important; }
#image-3017 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1744895992141_3462_none { --position-height: 52px !important; --position-width: 52px !important; --position-z: 9 !important; --position-y: 86px !important; --position-x: 1075px !important; }
#image-312 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17398011721511_9013_none { background-image: none; --position-height: 700; --position-width: 1903; --position-z: 2001; }
.element_17398011721345_7888_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); --position-z: 2002; }
.element_17398011729700_5953_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2003; }
.element_17398011721986_7444_none { background-color: rgba(176, 176, 176, 0.82); background-image: none; border-style: solid; border-width: 0px 0px 1px; border-color: rgb(51, 51, 51); --background-image-url: none; --background-color: rgba(176, 176, 176, 0.82); --position-z: 2004; --position-y: 910px; --position-height: 494px; }
.element_17398011723209_8507_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2005; }
.element_1740657587687_9263_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2006; }
#image-3112 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658013858_8655_none { --position-z: 2007; --position-height: 113; --position-width: 150; --position-y: 1258.5px; --position-x: 117px; }
#image-3115 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658115816_0408_none { --position-z: 2008; --position-height: 113; --position-width: 150; --position-y: 1258.5px; --position-x: 756px; filter: opacity(100%) brightness(100%) saturate(100%) contrast(100%) blur(0px); border-top-left-radius: 1px; }
.element_1740658182236_0828_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2009; }
#image-3117 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658294383_3472_none { --position-z: 2010; --position-height: 375px; --position-width: 335px; --position-y: 1896px; --position-x: 0.5px; }
#image-3118 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658535272_6284_none { --position-z: 2011; --position-height: 375px; --position-width: 339px; --position-y: 1896px; --position-x: 441px; }
#image-3119 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658548408_7231_none { --position-z: 2012; --position-height: 375px; --position-width: 340px; --position-y: 1896px; --position-x: 860px; }
.element_1740658618707_0464_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2013; }
#image-3121 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658681872_3203_none { --position-z: 2014; --position-height: 375px; --position-width: 342px; --position-y: 2508px; --position-x: -3.5px; }
#image-3122 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658730942_534_none { --position-z: 2015; --position-height: 375px; --position-width: 349px; --position-y: 2508px; --position-x: 436px; }
#image-3123 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1740658749823_962_none { --position-z: 2016; --position-height: 375px; --position-width: 348px; --position-y: 2508px; --position-x: 856px; }
.element_1740662076768_6396_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2018; }
.element_1740662121552_0923_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2019; }
.element_1740662153615_7317_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2020; }
.element_1740662172647_9258_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2021; }
.element_1740662211014_0786_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2022; }
.element_1740662242974_169_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2023; }
.element_1740662271118_407_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2024; }
.element_1740662307757_7358_none { position: absolute; list-style: disc; overflow-wrap: break-word; --position-z: 2025; }
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: rgba(176, 176, 176, 0.82); 
    z-index: 4000;
}
.element_1597662818506_538_none { background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); background-color: rgba(255, 255, 255, 0); --position-top: 152px; --position-left: 0px; --position-z-index: 4005; --background-image-url: linear-gradient(0deg, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%) !important; --position-width: 100% !important; --top-border-top: none !important; --top-border-left: 1px solid rgb(51, 51, 51) !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: 47px !important; --hover-background-color: rgba(255, 255, 255, 0.8) !important; --hover-font-color: rgb(230, 126, 33) !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.8) !important; --hover-other-level-font-color: rgb(230, 126, 33) !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: 23px !important; --top-font-size: 18px !important; --top-background-color: rgba(255, 255, 255, 0) !important; --top-font-color: rgb(85, 85, 85) !important; --top-font-family: Ubuntu !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) !important; --current-top-level-font-color: rgb(230, 126, 33) !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(230, 126, 33) !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.8) !important; --current-other-level-style-line-height: 4px !important; --current-other-level-style-line-color: rgba(0,0,0, 1) !important; --current-other-level-style-line-vertical-position: 46px !important; --other-background-color: rgba(255, 255, 255, 0.8) !important; --other-padding-vertical: 12px !important; --other-padding-horizontal: 37px !important; --other-level-text-align: left !important; --other-font-size: 18px !important; --other-font-color: rgb(85, 85, 85) !important; --other-font-family: Ubuntu !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: 42px !important; --position-y: 153px !important; --position-x: 0px !important; --position-z: 4004 !important; }
.element_1597666343518_3384_none { position: absolute; list-style: disc; overflow-wrap: break-word; left: 921px; --position-z: 4002 !important; --position-x: 921px !important; --position-y: 38px !important; }
.element_1607606588104_9402_none { background-color: rgb(51, 51, 102); background-image: none; left: 0px; border-color: rgb(51, 51, 51); --position-z: 4003 !important; }
.element_1607677437688_0322_none { background-color: rgb(51, 51, 102); background-image: none; left: 0px; border-color: rgb(51, 51, 51); --position-z: 4001 !important; }
.element_1742283220747_9678_none { --position-z: 4005 !important; --position-height: 50 !important; --position-width: 150 !important; --position-y: 6px !important; --position-x: 26px !important; }#image-113000004 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1743686967683_4788_none { --position-z: 4006 !important; --position-height: 53 !important; --position-width: 150 !important; --position-y: 16px !important; --position-x: 558px !important; }#image-113000005 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1743686994083_8787_none { --position-z: 4007 !important; --position-y: 6px !important; --position-x: 431px !important; --position-width: 52 !important; --position-height: 52 !important; }#image-113000006 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}