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

.element_1484643189788_8208_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484572905706_7295_none { box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in;  }
.element_1484642881632_3254_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484642739927_856_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1603442933080_595_none { background-color: rgba(255, 255, 255, 0.9); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1603442933089_4968_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-124 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1603442992505_6707_none { box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605776828569_9204_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-129 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605777181067_7666_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
ul#menu-m1000036 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 33px;
     width: 100%
}

ul#menu-m1000036 li, ul#menu-m1000036-mobile li {
    line-height: 1;
}

ul#menu-m1000036 li:hover, ul#menu-m1000036-mobile li:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.5s;
}

ul#menu-m1000036 li:hover > a, ul#menu-m1000036-mobile li:hover > a {
    color: rgb(0, 0, 0);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000036 li:hover > ul, ul#menu-m1000036-mobile li:hover > ul {
    display: block;
}

ul#menu-m1000036 a, ul#menu-m1000036-mobile a {
    white-space: nowrap;
}ul#menu-m1000036 > li, ul#menu-m1000036-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 10px;
font-size: 18px;
background-color: rgba(80, 80, 80, 0);
}
ul#menu-m1000036 > li:not(:first-child), ul#menu-m1000036-mobile > li:not(:first-child) {
border-top: none;border-left: none;
}
ul#menu-m1000036 > li.current, ul#menu-m1000036-mobile > li.current {
background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-m1000036 > li > a, ul#menu-m1000036-mobile > li > a {
margin: 0;
padding: 0;line-height: 33px;color: rgb(255, 255, 255);
font-family: Helvetica Neue, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000036 > li.current > a, ul#menu-m1000036-mobile > li.current > a {
color: rgb(0, 0, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000036 ul, ul#menu-m1000036-mobile ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000036 ul li, ul#menu-m1000036-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(80, 80, 80, 0.85);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: left;
}
ul#menu-m1000036 ul li:hover > a, ul#menu-m1000036-mobile ul li:hover > a {
color: rgb(0, 0, 0);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-m1000036 ul li:hover, ul#menu-m1000036-mobile ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000036 ul li:first-child, ul#menu-m1000036-mobile ul li:first-child {
border-top: none;border-left: none;
}
ul#menu-m1000036 ul li.current > a, ul#menu-m1000036-mobile ul li.current > a {
color: rgb(0, 0, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-m1000036 ul li.current, ul#menu-m1000036-mobile ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000036 ul a, ul#menu-m1000036-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 18px;
color: rgb(255, 255, 255);
font-family: Raleway;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000036 ul ul, ul#menu-m1000036-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000036.mobile {
    text-align: left;
}

ul#menu-m1000036.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000036.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000036.mobile > li.current::before {
    display: none;
}

ul#menu-m1000036.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(80, 80, 80, 0.85);
}

ul#menu-m1000036.mobile ul li {
    padding: 0;
}

ul#menu-m1000036.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-m1000036 li:hover > ul {
    display: block;
    animation: fadeInDownSmall .3s ease-in;
}

ul#menu-m1000036 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1511769957457_3845_none { background-image: none; opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in;  }
.element_1484569596702_8372_none { background-color: rgb(0, 0, 0); border-style: solid; border-width: 0px; border-color: rgb(142, 156, 207);  }
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 31px;
     width: 100%
}

ul#menu-m1000024 li, ul#menu-m1000024-mobile li {
    line-height: 1;
}

ul#menu-m1000024 li:hover, ul#menu-m1000024-mobile li:hover {
    background-color: rgba(72, 102, 246, 0);
    transition: background-color 0.5s;
}

ul#menu-m1000024 li:hover > a, ul#menu-m1000024-mobile li:hover > a {
    color: rgb(0, 0, 0);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000024 li:hover > ul, ul#menu-m1000024-mobile li:hover > ul {
    display: block;
}

ul#menu-m1000024 a, ul#menu-m1000024-mobile a {
    white-space: nowrap;
}ul#menu-m1000024 > li, ul#menu-m1000024-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 8px;
font-size: 14px;
background-color: rgba(95, 95, 95, 0);
}
ul#menu-m1000024 > li:not(:first-child), ul#menu-m1000024-mobile > li:not(:first-child) {
border-top: none;border-left: none;
}
ul#menu-m1000024 > li.current, ul#menu-m1000024-mobile > li.current {
background-color: rgba(72, 102, 246, 0);
}

ul#menu-m1000024 > li > a, ul#menu-m1000024-mobile > li > a {
margin: 0;
padding: 0;line-height: 31px;color: rgba(255,255,255, 1);
font-family: Helvetica Neue, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000024 > li.current > a, ul#menu-m1000024-mobile > li.current > a {
color: rgb(0, 0, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul, ul#menu-m1000024-mobile ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000024 ul li, ul#menu-m1000024-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 78, 158, 0);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: center;
}
ul#menu-m1000024 ul li:hover > a, ul#menu-m1000024-mobile ul li:hover > a {
color: rgb(246, 166, 72);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-m1000024 ul li:hover, ul#menu-m1000024-mobile ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000024 ul li:first-child, ul#menu-m1000024-mobile ul li:first-child {
border-top: none;border-left: none;
}
ul#menu-m1000024 ul li.current > a, ul#menu-m1000024-mobile ul li.current > a {
color: rgb(246, 166, 72);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-m1000024 ul li.current, ul#menu-m1000024-mobile ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000024 ul a, ul#menu-m1000024-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 18px;
color: rgba(255,255,255, 1);
font-family: Raleway;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul ul, ul#menu-m1000024-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000024.mobile {
    text-align: left;
}

ul#menu-m1000024.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000024.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000024.mobile > li.current::before {
    display: none;
}

ul#menu-m1000024.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000024.mobile ul li {
    padding: 0;
}

ul#menu-m1000024.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}
.element_1484569252512_9595_none {  }
.element_1484570346988_7268_none { left: 54.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1484568947387_501_none { left: 469px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#socialmedia-81000022 a {			display: inline-block;			float: left;			width: 43.5px;			height: auto;opacity: 1;margin-bottom: 30px;}#socialmedia-81000022 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-81000022 a img {			width: 100%;			height: auto;		}#socialmedia-81000022 a:hover {opacity: 1;}
.element_14846498106249_9378_none {  }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1026px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1571731105998_2642_none { background-color: rgb(80, 80, 80);  }
.element_1605776186633_364_none { background-color: rgba(80, 80, 80, 0.855); border-style: solid; border-top-width: 1px; border-bottom-width: 1px; border-color: rgb(255, 255, 255); opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.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: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-627 {
width: 100%;
height: 100%;
display: block;
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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_1563272456238_3203_none { border-color: rgb(0, 0, 0);  }
.element_1484649810579_9081_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484649810637_322_none { background-color: rgba(255, 255, 255, 0.9); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-728 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1504509496896_775_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_14846525228628_448_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-829 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1504510017528_3884_none { box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 9px;  }
.element_1601640158980_0242_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1601640266231_7026_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1601640318542_0813_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1601640359153_3782_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536485351_1640_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536482442_832_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484654126337_0566_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536488071_5792_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-937 {
width: 100%;
height: 100%;
display: block;
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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_16057813828624_9651_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057813821098_3396_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057813827118_2761_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057813825152_6709_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#image-1029 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605781782592_6326_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605781861988_9417_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605781897305_8994_none { background-color: rgb(80, 80, 80); box-shadow: rgba(0, 0, 0, 0.757) 5px 5px 10px;  }
#image-1033 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605781966287_6233_none {  }
.element_1605782037217_5254_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057826681576_7239_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057826681199_2213_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057826689473_9234_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057826687510_2243_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#image-1129 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057826681183_6229_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1136 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605782767990_4644_none {  }
#image-1137 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605782836741_2422_none {  }
.element_1605782871671_9421_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057830539722_5031_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057830532790_1232_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057830531236_8945_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1227 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057830536493_7551_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#image-1229 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057830538461_9684_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1236 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057830535945_1775_none {  }
#image-1237 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057830535320_3387_none {  }
.element_16057830537701_9092_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057847223236_137_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057847224058_7194_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605784722713_3183_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1327 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057847223989_8643_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#image-1329 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605785581382_4685_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605785687112_7358_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605787277572_9666_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605787277579_674_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605787277595_0413_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1336 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605787277610_9583_none {  }
.element_1605787277622_631_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1340 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1340 a:nth-child(5n) {
margin-right: 0;
}
.element_1605788898601_1196_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605788898610_02_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605788898628_1592_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1344 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605788898644_4756_none {  }
.element_1605788898659_6213_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1346 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1346 a:nth-child(5n) {
margin-right: 0;
}
#image-1347 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605789001200_2068_none {  }
#image-1348 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605789022221_502_none {  }
#image-1349 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605789136223_5605_none {  }
#image-1350 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605789170929_75_none {  }
#image-1353 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605789237282_6875_none {  }
#image-1354 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605789241322_9082_none {  }
.element_1605789254236_9946_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605789296109_01_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605789300654_5115_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605789485042_8096_none { background-color: rgba(80, 80, 80, 0);  }
.element_1605789510650_055_none { background-color: rgba(80, 80, 80, 0);  }
.element_1605789552214_1729_none { background-color: rgba(80, 80, 80, 0);  }
.element_1605789596938_0112_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605790575599_5713_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605790575608_898_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1372 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605790575643_0999_none {  }
.element_1605790575656_541_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1374 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1374 a:nth-child(5n) {
margin-right: 0;
}
.element_1605791438662_6423_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605791438673_349_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1377 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605791438694_73_none {  }
.element_1605791438717_1494_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1379 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1379 a:nth-child(5n) {
margin-right: 0;
}
.element_1605791741585_3965_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605792117812_7388_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605792117825_73_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1383 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605792117846_1052_none {  }
.element_1605792117863_6978_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1385 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1385 a:nth-child(5n) {
margin-right: 0;
}
.element_1605792117913_3037_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605793161032_9946_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605793161042_8848_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1389 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605793161062_9963_none {  }
#gallery-1391 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1391 a:nth-child(5n) {
margin-right: 0;
}
.element_1605793161132_453_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605793879994_487_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605793880007_3225_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1395 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605793880045_6533_none {  }
#gallery-1396 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-1396 a:nth-child(5n) {
margin-right: 0;
}
.element_1605793880137_8884_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605794395745_2134_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605794395759_713_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-13100 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605794395780_8035_none {  }
.element_1605794395797_776_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-13102 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-13102 a:nth-child(5n) {
margin-right: 0;
}
.element_1605794806114_205_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-13104 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-13104 a:nth-child(5n) {
margin-right: 0;
}
.element_1605796002226_6035_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605796002240_5476_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605796002262_242_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-13117 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-13117 a:nth-child(5n) {
margin-right: 0;
}
.element_1605796002325_5947_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-13120 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-13121 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605796897374_095_none {  }
#image-13122 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605796933544_1052_none {  }
#image-13123 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605796983136_4324_none {  }
#image-13124 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605797003150_7346_none {  }
#image-13125 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605797043052_5317_none {  }
.element_16057859154867_4232_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605785915515_9587_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16057859158811_1845_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1527 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16057859157847_7890_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#image-1529 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605862691348_330_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058626915241_6737_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605862691136_9331_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1627 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058626918923_3135_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#image-1629 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058626913723_1031_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058626913086_6229_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058626914710_7040_none { background-color: rgb(80, 80, 80); box-shadow: rgba(0, 0, 0, 0.757) 5px 5px 10px;  }
#gallery-1636 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 250.71px;
height: 150px;
margin-right: 13.05px;
margin-bottom: 13.05px;
}
#gallery-1636 a:nth-child(4n) {
margin-right: 0;
}
.element_1605863391901_568_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058633911892_5772_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1727 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058633918749_951_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_16058633916260_1068_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-1736 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 250.71px;
height: 150px;
margin-right: 13.05px;
margin-bottom: 13.05px;
}
#gallery-1736 a:nth-child(4n) {
margin-right: 0;
}
.element_1605863780298_7039_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058649056778_3752_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058649058162_173_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058649057572_1452_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058649058120_36_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_16058657986130_2474_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058657982859_3437_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-1927 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058657985658_9574_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_16058657982928_4996_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-1938 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058661363153_3329_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605866136485_7427_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-2027 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058661365945_6933_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_16058661363323_2218_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2038 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605866204003_3499_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605866510580_2026_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2042 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2042 a:nth-child(4n) {
margin-right: 0;
}
.element_1605867099639_9185_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058673441245_1072_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_160586734430_457_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
#image-2127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_16058673447158_2685_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
.element_16058673445847_2837_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058673447473_1486_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058673449057_5428_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2142 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2142 a:nth-child(4n) {
margin-right: 0;
}
#image-2145 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605867881746_4111_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605868003721_035_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605868003730_2522_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2149 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2149 a:nth-child(4n) {
margin-right: 0;
}
.element_1605868215157_063_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605868587209_4314_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605868587218_6362_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2157 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2157 a:nth-child(4n) {
margin-right: 0;
}
.element_1605869218445_2258_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605869218456_3933_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2160 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2160 a:nth-child(4n) {
margin-right: 0;
}
.element_1605869218488_9116_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605869510792_561_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605869510801_3435_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2164 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2164 a:nth-child(4n) {
margin-right: 0;
}
.element_1605869846561_7756_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605869846570_154_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#gallery-2167 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.84px;
height: 150px;
margin-right: 13.21px;
margin-bottom: 13.21px;
}
#gallery-2167 a:nth-child(4n) {
margin-right: 0;
}
.element_1605870179642_6484_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605870179651_1738_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605870223214_7231_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605870279778_6326_none { background-color: rgba(80, 80, 80, 0);  }
#image-2175 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605870459343_0415_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1605870541783_311_none { background-color: rgba(80, 80, 80, 0);  }
.element_1605870541796_819_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2179 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605870541828_9236_none {  }
.element_1605870676042_126_none { background-color: rgba(80, 80, 80, 0);  }
.element_1605870676050_761_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2187 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605870676080_7893_none { background-color: rgb(255, 255, 255);  }
.element_1605870746903_4307_none { background-color: rgba(80, 80, 80, 0);  }
.element_1605870746916_8105_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-2190 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1605870746963_9543_none { background-color: rgb(255, 255, 255);  }
#gallery-2191 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 253.36px;
height: 150px;
margin-right: 13.19px;
margin-bottom: 13.19px;
}
#gallery-2191 a:nth-child(4n) {
margin-right: 0;
}
.element_16058713565851_9477_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058713564377_297_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058713563215_1878_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_16058713562338_3651_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#gallery-2236 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-2236 a:nth-child(5n) {
margin-right: 0;
}
.element_16058722515402_3706_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058722519345_3718_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058722511852_1985_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_16058722517462_9306_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#gallery-2336 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-2336 a:nth-child(5n) {
margin-right: 0;
}
.element_16058727795633_2411_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058727792898_3855_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058727792636_2119_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_16058727791596_3226_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#gallery-2436 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-2436 a:nth-child(5n) {
margin-right: 0;
}
.element_16058732236451_7131_none { left: 82px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058732237188_2718_none { left: 884px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_16058732233089_3479_none { background-color: rgba(255, 255, 255, 0.894); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; box-shadow: rgba(0, 0, 0, 0.745) 5px 5px 10px;  }
.element_1605873223924_2401_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; box-shadow: rgba(0, 0, 0, 0.745) 0px 5px 10px;  }
#gallery-2536 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 204.36px;
height: 150px;
margin-right: 10.67px;
margin-bottom: 10.67px;
}
#gallery-2536 a:nth-child(5n) {
margin-right: 0;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.744); 
    z-index: 4000;
}
#image-133000000 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-133000000 [class^=layer]{
position: absolute;
}#image-133000000 .layer2 {
width: 100%;
height: 100%;
}#image-133000000 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-133000000.a {width:100%;height:100%;}
.element_1625556663607_5232_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in;  }#image-133000001 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}