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

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

#sidenav {
    display: none;
}

.burger {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile .burger {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/
.childWrapper{ max-width: 1195px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: bold; text-decoration: none; color: rgb(246, 124, 106) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: bold; text-decoration: none; color: rgb(219, 112, 98) !important; }

.element_1484643189788_8208_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 810px !important; --position-z: 2003 !important; }
.element_1484642881632_3254_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 915px !important; --position-z: 2004 !important; }
.element_1484642739927_856_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgb(255, 255, 255)  !important; --position-z: 2001 !important; --position-y: 746px  !important; }
#image-117 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1600932405861_7515_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 10px; --position-z: 2002 !important; --position-height: 626 !important; --position-width: 100% !important; }
.element_1600933515149_587_none { background-color: rgba(237, 218, 215, 0.7); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgba(237, 218, 215, 0.7)  !important; --position-z: 2005 !important; --position-y: 1300px  !important; }
.element_1600933515159_7456_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 1364px !important; --position-z: 2006 !important; }
.element_1600933515190_4556_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 1440px !important; --position-z: 2007 !important; }
.element_1600933776726_415_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgb(255, 255, 255)  !important; --position-z: 2008 !important; --position-y: 1842px  !important; }
.element_1600933776736_44_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 1906px !important; --position-z: 2009 !important; }
#gallery-125 a {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 239.16px;
height: 150px;
margin-right: 12.45px;
margin-bottom: 12.45px;
}
#gallery-125 a:nth-child(4n) {
margin-right: 0;
}
.element_1600933800630_2126_none { --real-image-width: 239.16px !important; --image-height: 150px !important; --image-gap: 12.45px !important; --position-z: 2010 !important; --position-y: 1982px  !important; }
.element_1484569596702_8372_none { background-color: rgb(32, 74, 81); border-style: solid; border-width: 0px; border-color: rgb(142, 156, 207); --background-color: rgb(32, 74, 81)       !important; --position-z: 1 !important; }
.element_1484569252512_9595_none { --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: 23px !important; --hover-background-color: rgb(255, 255, 255) !important; --hover-font-color: rgb(32, 74, 81) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: bold !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --hover-other-level-font-color: rgb(246, 166, 72) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 8px !important; --top-padding-horizontal: 8px !important; --top-font-size: 14px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgba(255,255,255, 1) !important; --top-font-family: QuicksandBook !important; --top-font-weight: bold !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(246, 124, 106) !important; --current-top-level-font-weight: bold !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgb(246, 166, 72) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(0, 78, 158, 0) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: center !important; --other-font-size: 18px !important; --other-font-color: rgba(255,255,255, 1) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --position-width: 281px !important; --position-y: 205px !important; --position-x: 0px !important; --position-z: 3 !important; }
.element_1484570346988_7268_none { left: 31px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 31px !important; --position-y: 40px !important; --position-z: 4 !important; --position-width: 599px       !important; }
.element_1484568947387_501_none { left: 666px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 666px !important; --position-y: 75px !important; --position-z: 5 !important; --position-width: 408px       !important; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1026px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 1026px !important; --position-y: 204px !important; --font-color: rgb(255, 255, 255) !important; --font-size: 12px !important; --font-family: railway !important; --font-weight: normal !important; --font-style: normal !important; --text-decoration: none !important; --position-z: 5001 !important; }
.element_1571731105998_2642_none { background-color: rgb(0, 0, 0); --background-color: rgb(0, 0, 0)       !important; --position-z: 2 !important; }
.element_1484646226167_1262_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 778px !important; --position-z: 2003 !important; }
.element_1484648121385_06_none { left: 798px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 735px !important; --position-y: 851px !important; --position-z: 2004 !important; --position-width: 443px !important; }
.element_14846462264126_6709_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgb(255, 255, 255) !important; --position-z: 2001 !important; --position-y: 703px !important; --position-height: 883px !important; }
#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: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 10px; --position-z: 2002 !important; --position-height: 588 !important; --position-width: 100% !important; }
.element_1563272456238_3203_none { border-color: rgb(32, 74, 81); --position-width: 669px !important; --position-z: 2005 !important; --position-y: 851px !important; --position-x: 82px !important; }
.element_1484649810579_9081_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 744px !important; --position-z: 2002 !important; }
.element_1484649810637_322_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgb(255, 255, 255) !important; --position-z: 2001 !important; }
#image-728 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1504509496896_775_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 10px; --position-z: 2003 !important; --position-height: 584 !important; --position-width: 100% !important; }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1736766642467_4844_none { border-style: solid; border-width: 1px; --position-z: 2004 !important; }
.element_14846525228628_448_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 729px !important; --position-z: 2002 !important; }
.element_1484652936830_556_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 800px !important; --position-z: 2003 !important; }
.element_14846525221627_2915_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgb(255, 255, 255) !important; --position-z: 2001 !important; }
#image-829 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1504510017528_3884_none { box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 10px; --position-z: 2011 !important; --position-height: 563 !important; --position-width: 100% !important; }
.element_1575453899167_6714_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 2091px !important; --position-z: 2004 !important; }
.element_1575549138043_3047_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 1734px !important; --position-z: 2005 !important; }
.element_1596626468540_6736_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 3569px !important; --position-z: 2006 !important; }
.element_1596626487971_4087_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 4760px !important; --position-z: 2007 !important; }
.element_1596626520018_525_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 5769px !important; --position-z: 2008 !important; }
.element_1596626778412_0818_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 6494px !important; --position-z: 2009 !important; }
.element_1596626832129_5479_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 6858px !important; --position-z: 2010 !important; }
.element_14846536485351_1640_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 723px !important; --position-z: 2002 !important; }
.element_14846536482442_832_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 807px !important; --position-z: 2003 !important; }
.element_14846536488071_5792_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none !important; --background-color: rgb(255, 255, 255) !important; --position-z: 2001 !important; }
#image-937 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1504509705886_6106_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 10px; --position-z: 2004 !important; --position-height: 563 !important; --position-width: 100% !important; }
.element_17538780719297_3311_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute; --position-x: 82px !important; --position-y: 744px !important; --position-z: 2002 !important; }
.element_17538780719664_5226_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgb(255, 255, 255)  !important; --position-z: 2001 !important; }
#image-1128 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_17538780717476_9550_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 10px; --position-z: 2003 !important; --position-height: 584 !important; --position-width: 100% !important; }
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 4000;
}
.element_1753877168020_438_none { --position-z: 4003 !important; --position-height: 117px !important; --position-width: 117px !important; --position-x: 17px !important; }#image-13000000 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-13000000 [class^=layer]{
position: absolute;
}#image-13000000 .layer2 {
width: 100%;
height: 100%;
}#image-13000000 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-13000000.a {width:100%;height:100%;}
.element_1511769957457_3845_none { background-image: 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; --top-border-top: none !important; --top-border-left: none !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: right !important; --top-line-height: 54px !important; --hover-background-color: rgba(243, 243, 243, 0) !important; --hover-font-color: rgb(246, 124, 106) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: bold !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --hover-other-level-font-color: rgb(246, 166, 72) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 45px !important; --top-padding-horizontal: 20px !important; --top-font-size: 18px !important; --top-background-color: rgba(95, 95, 95, 0) !important; --top-font-color: rgb(32, 74, 81) !important; --top-font-family: QuicksandBook !important; --top-font-weight: bold !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(246, 166, 72, 0) !important; --current-top-level-font-color: rgb(246, 124, 106) !important; --current-top-level-font-weight: bold !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-height: 4px; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-top-level-style-line-vertical-position: 50px; --current-other-level-font-color: rgb(246, 166, 72) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgba(255, 255, 255, 0.9) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(255, 255, 255, 0.9) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: center !important; --other-font-size: 18px !important; --other-font-color: rgb(0, 78, 158) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --submenu-animation: fadeInDownSmall       !important; --other-submenu-animation: fadeInLeftSmall       !important; --position-width: 843px !important; --position-y: 65px !important; --position-x: 352px !important; --position-z: 4002 !important; }
.element_1600933239128_0032_none { background-color: rgb(246, 124, 106); position: fixed; left: 0px; opacity: 0; animation-name: fade; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-z: 4001 !important; }