.thegem-menu-custom .menu-custom-header{margin-top:0;margin-bottom:11px;}
.thegem-menu-custom .menu-custom-header.main-menu-item{color:var(--thegem-to-h6-color);}
.thegem-menu-custom .menu-custom-header a, .thegem-menu-custom .menu-custom-header > span{display:flex;align-items:center;}
.thegem-menu-custom .menu-custom-header:not(:hover) a{color:inherit;}
.thegem-menu-custom .menu-custom-header .separator{display:flex;font-size:0;line-height:0;margin-top:14px;}
.thegem-menu-custom .menu-custom-header .separator span{width:200px;display:block;background-color:var(--thegem-to-divider-color, #dfe5e8);}
.thegem-menu-custom ul.nav-menu-custom,
.thegem-menu-custom ul.nav-menu-custom ul{list-style-type:none;padding:0;margin:0;}
.thegem-menu-custom.thegem-menu-custom--vertical.thegem-menu-custom--left ul.nav-menu-custom ul{padding-left:30px;}
.thegem-menu-custom.thegem-menu-custom--vertical.thegem-menu-custom--right ul.nav-menu-custom ul{padding-right:30px;}
.thegem-menu-custom.thegem-menu-custom--vertical.thegem-menu-custom--center ul.nav-menu-custom ul{padding-top:20px;padding-bottom:20px;}
.thegem-menu-custom ul.nav-menu-custom li{margin:0;}
.thegem-menu-custom ul.nav-menu-custom li.default-colors{color:#3c3950;}
.thegem-menu-custom ul.nav-menu-custom li a,
.thegem-menu-custom ul.nav-menu-custom li > span{display:flex !important;align-items:center;padding:0.5em 0.7em;margin-left:-0.7em;margin-right:-0.7em;transition:all 0.3s;}
.thegem-menu-custom ul.nav-menu-custom li:not(:hover) a{color:inherit;}
.thegem-menu-custom .icon{display:block;width:16px;margin-right:12px;text-align:center;flex:none;}
.thegem-menu-custom .icon i{display:block;font-size:inherit;}
.thegem-menu-custom .label{color:#ffffff;background-color:var(--thegem-to-styled-color1, #00BCD4);font-size:var(--thegem-to-h6-font-size-tiny, 7px);line-height:1;padding:0.3em 0.5em;margin:0 0 0 10px;vertical-align:middle;}
/* Custom Menu */
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li > span{justify-content:flex-start;}
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li > span{justify-content:center;}
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li > span{justify-content:flex-end;}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom{display:flex;flex-wrap:wrap;}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom{justify-content:flex-start;}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--center ul.nav-menu-custom{justify-content:center;}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom{justify-content:flex-end;}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li{position:relative;}
.thegem-menu-custom.thegem-menu-custom--horizontal.menu-separator ul.nav-menu-custom li:not(:last-child):before{content:'';position:absolute;top:50%;transform:translateY(-50%);right:0;width:1px;height:100%;background-color:var(--thegem-to-box-border-color);z-index:2;}
.thegem-menu-custom.thegem-menu-custom--vertical.menu-separator ul.nav-menu-custom > li{position:relative;}
.thegem-menu-custom.thegem-menu-custom--vertical.menu-separator ul.nav-menu-custom > li:not(:last-child):before{content:'';position:absolute;left:50%;transform:translate(-50%, 50%);bottom:0;height:1px;width:100%;background-color:var(--thegem-to-box-border-color);z-index:2;}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li > span{margin:0;}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom li:first-child a,
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom li:first-child > span{margin-left:-0.7em;}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom li:last-child a,
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom li:last-child > span{margin-right:-0.7em;}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator{position:relative;display:flex;align-items:center;}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator:before{content:"\e601";font-family:"thegem-icons";font-weight:normal;font-style:normal;line-height:inherit;font-size:inherit;}
.thegem-menu-custom .menu-custom-header .icon{width:auto;}
/* Custom Menu Hover and Active Pointers */
.thegem-menu-custom ul.nav-menu-custom li > a{position:relative;z-index:1;}
.thegem-menu-custom ul.nav-menu-custom li > a .text{position:relative;display:inline-flex;}
.thegem-menu-custom ul.nav-menu-custom li > a:after,
.thegem-menu-custom ul.nav-menu-custom li > a:before,
.thegem-menu-custom ul.nav-menu-custom li > a .text:before,
.thegem-menu-custom ul.nav-menu-custom li > a .text:after{display:block;position:absolute;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(.58,.3,.005,1);-o-transition-timing-function:cubic-bezier(.58,.3,.005,1);transition-timing-function:cubic-bezier(.58,.3,.005,1);}
.thegem-menu-custom ul.nav-menu-custom li > a:before{z-index:-1;}
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{opacity:0;}
.thegem-menu-custom ul.nav-menu-custom li:hover > a{background-color:transparent;}
/* Custom Menu Style Hover Background */
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a:before,
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a:after{content:'';transition:0.3s;}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a{color:var(--thegem-to-menu-level1-light-active-color);}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before{top:0;left:0;right:0;bottom:0;background:var(--thegem-to-menu-level1-color-hover);z-index:-1;}
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a:before{top:0;left:0;right:0;bottom:0;background:var(--thegem-to-menu-level1-color-hover);z-index:-1;}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.collapsed > a:after{height:2px;left:0;right:0;bottom:0;background-color:var(--thegem-to-menu-level2-border-color, #DFE5E8);z-index:2;}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.collapsed > a{color:var(--thegem-to-menu-level1-color-hover, #00BCD4);}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.collapsed > a{color:var(--thegem-to-menu-level1-light-active-color);}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.collapsed > a:before{background-color:var(--thegem-to-menu-level1-color-hover, #00BCD4);border-radius:20px;}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{transform:scale(0.5);}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after{transform:scale(1);opacity:1;}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{transform:scale(1.2);transition:0.3s;}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after{transition:opacity 0.15s, transform 0.4s;}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{left:100%;}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{right:100%;}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{top:100%;}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{bottom:100%;}
.thegem-menu-custom.style-hover-background.style-hover-animation-none,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a{transition-duration:0s;}
.thegem-menu-custom.style-hover-background.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{transition-duration:0s;}
/* Custom Menu Style Hover Text Color */
.thegem-menu-custom.style-hover-text ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a{color:var(--thegem-to-menu-level1-color-hover);}
.thegem-menu-custom.style-active-text ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom li.collapsed > a{color:var(--thegem-to-menu-level1-color-hover);}
/* Style Hover Lined */
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:before{content:'';top:0;}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:after{content:'';bottom:0;}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-1 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-2 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-1 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-2 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom li.collapsed > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom li.collapsed > a .text:after{content:none;}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a{color:var(--thegem-to-menu-level1-color-hover);}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a{color:var(--thegem-to-menu-level1-color-hover);}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:before,
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:after{height:2px;width:100%;left:0;background-color:var(--thegem-to-menu-level1-color-hover, #00BCD4);z-index:2;}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:after{height:2px;width:100%;left:0;background-color:var(--thegem-to-menu-level1-color-hover, #00BCD4);z-index:2;}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.collapsed > a .text:after{background-color:var(--thegem-to-menu-level1-color-hover, #00BCD4);}
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{height:0;width:0;left:50%;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before{top:10px;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{bottom:10px;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before{top:-10px;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{bottom:-10px;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text{transition-duration:0s;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:focus{transition-duration:0s;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{width:10px;left:-20px;}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{width:10px;left:calc(100% + 20px);}
/* Style Hover Framed */
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.collapsed > a,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.collapsed > a:after{border-radius:20px;}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a{color:var(--thegem-to-menu-level1-color-hover, #00BCD4);}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.collapsed > a:after{background:transparent;left:0;top:0;bottom:0;right:0;border:2px solid var(--thegem-to-menu-level1-color-hover, #00BCD4);}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.collapsed > a:before{content:'';}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before{transform:scale(0.75);}
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before{transform:scale(1.25);}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before{transition:opacity 0.2s, transform 0.4s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{width:2px;height:2px;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before{border-width:0 0 2px 2px;transition:width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{content:'';top:initial;bottom:0;left:initial;right:0;border-width:2px 2px 0 0;transition:width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after{width:100% !important;height:100% !important;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before{transition:opacity 0.02s, height 0.1s, width 0.1s 0.1s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after{transition:opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{width:2px;height:2px;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before{border-width:2px 0 0 2px;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after{content:'';top:initial;bottom:0;left:initial;right:0;border-width:0 2px 2px 0;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after{width:100% !important;height:100% !important;transition:opacity 0.002s, width 0.4s, height 0.4s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a{transition-duration:0s;}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a{transition-duration:0s;}
/* Clickable */
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom ul{display:none;list-style-type:none;}
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom a .text{position:relative;display:inline-flex;align-items:center;}
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom li.menu-item-has-children > a .indicator,
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent > a .indicator{position:relative;display:flex;align-items:center;}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > a .indicator:before,
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent > a .indicator:before{content:"\e602";font-family:"thegem-icons";font-weight:normal;font-style:normal;line-height:inherit;font-size:inherit;width:1em;}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent > a .indicator:before{content:"\e601";}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator).submenu-inlicator-alignment-before ul.nav-menu-custom li > a .indicator,
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator).thegem-menu-custom--right.submenu-inlicator-alignment-stretch ul li > a .indicator{order:-1;}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator).submenu-inlicator-alignment-stretch ul.nav-menu-custom li > a .text{width:100%;justify-content:space-between;}
@media (min-width: 768px) {
	.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent{display:none;}
}

/* Horizontal Submenu */

.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom ul{position:absolute;opacity:0;visibility:hidden;top:100%;left:0;transition:all 0.3s;width:240px;border:1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);border-top:0 none;}
.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom li:hover > ul{opacity:1;visibility:visible;}
.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom ul ul{top:-1px;left:100%;}
.thegem-menu-custom.thegem-menu-custom--dropdown.thegem-menu-custom--left ul.nav-menu-custom > li:first-child > ul{margin-left:-0.7em;}
.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom ul li{border-top:1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);}
.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom ul li:before{display:none;}
.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom ul a{margin-left:0 !important;margin-right:0 !important;padding:0.8em 1.5em;background:#fff;}
.thegem-menu-custom.thegem-menu-custom--dropdown:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > a .indicator:before{content:"\e602";font-family:"thegem-icons";font-weight:normal;font-style:normal;line-height:inherit;font-size:inherit;width:1em;vertical-align:top;}
.thegem-menu-custom.thegem-menu-custom--dropdown:not(.hide-indicator) ul.nav-menu-custom ul li.menu-item-has-children > a .indicator:before{content:"\e601";}
.thegem-menu-custom.thegem-menu-custom--dropdown ul.nav-menu-custom ul li > a .text{width:100%;justify-content:space-between;}
.gem-icon{background-origin:border-box;border-color:#91a0ac;}
.gem-icon, .gem-icon i, .gem-icon svg, .gem-icon-shape-hexagon-back-inner-before, .gem-icon-shape-hexagon-top-inner-before, .padding-box-inner{-o-transition:color 0.5s, background-color 0.5s, -o-transform 0.5s, border-color 0.5s, fill 0.5s;-webkit-transition:color 0.5s, background-color 0.5s, -webkit-transform 0.5s, border-color 0.5s, fill 0.5s;-moz-transition:color 0.5s, background-color 0.5s, -moz-transform 0.5s, border-color 0.5s, fill 0.5s;transition:color 0.5s, background-color 0.5s, transform 0.5s, border-color 0.5s, fill 0.5s;}
.gem-icon-style-gradient{width:100%;}
.gem-icon-style-gradient .back-angle i{background-image:linear-gradient(180deg, #91a0ac 0%, #65707e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.gem-icon-inner .padding-box-inner{display:flex;overflow:visible;}
.gem-icon a, .gem-icon a:hover{color:unset;}
.gem-icon-shape-default{border:0 none;}
/*.gem-icon-shape-default,
.gem-icon-shape-default.gem-icon-size-small,
.gem-icon-shape-default.gem-icon-size-medium,
.gem-icon-shape-default.gem-icon-size-large,
.gem-icon-shape-default.gem-icon-size-xlarge{border:unset;border-width:0px;border-radius:0px;}
*/ .gem-icon-size-small, .gem-icon-size-medium, .gem-icon-size-large, .gem-icon-size-xlarge{height:unset;}
.gem-icon-shape-default .gem-icon-inner{border:0;margin:0}
.gem-icon-size-small .padding-box-inner{width:24px;height:24px;line-height:24px;}
.gem-icon-size-medium .padding-box-inner{width:48px;height:48px;line-height:48px;}
.gem-icon-size-large .padding-box-inner{width:96px;height:96px;line-height:96px;}
.gem-icon-size-xlarge .padding-box-inner{width:144px;height:144px;line-height:144px;}
.gem-icon-shape-default .gem-icon-inner,
.gem-icon-shape-square .gem-icon-inner,
.gem-icon-shape-circle .gem-icon-inner,
.gem-icon-shape-romb .gem-icon-inner{width:unset;height:unset;line-height:unset;}
.gem-icon-shape-hexagon-back-inner-before{background-color:#91a0ac;}
.gem-icon-shape-hexagon-top-inner-before{background-color:#2c2e3d;}
.left-box{text-align:left;}
.right-box{text-align:right;}
.icon-inline-position a{position:relative;display:inline-block;}
.gem-icon i{line-height:unset;}
.gem-icon svg{fill:#91a0ac;}
.back-angle svg{width:100%;height:100%;}
/* Gem icon hexagon*/
.gem-icon-shape-hexagon{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;position:relative;}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back{display:block;-webkit-transform:rotate(-30deg) skewX(30deg);-ms-transform:rotate(-30deg) skewX(30deg);-o-transform:rotate(-30deg) skewX(30deg);transform:rotate(-30deg) skewX(30deg);overflow:hidden;position:relative;z-index:1;font-size:0;line-height:1;}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before{display:block;width:inherit;height:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit;overflow:hidden;}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner{-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-o-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before{-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-o-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top{display:block;-webkit-transform:rotate(-30deg) skewX(30deg);-ms-transform:rotate(-30deg) skewX(30deg);-o-transform:rotate(-30deg) skewX(30deg);transform:rotate(-30deg) skewX(30deg);overflow:hidden;position:absolute;left:0;top:0;z-index:2;font-size:0;line-height:1;}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before{display:block;width:inherit;height:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit;overflow:hidden;}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner{-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-o-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before{-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-o-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);}
.gem-icon-shape-hexagon .gem-icon-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:none !important;position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;margin:0;}
/* Hexagon small icon */
.gem-icon-shape-hexagon.gem-icon-size-small{margin:3px 0;}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-back{width:59px;height:49px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-top{width:55px;height:45px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;left:2px;top:2px;}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner{line-height:49px;}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner svg{height:100%;width:36px;}
/* Hexagon medium icon */
.gem-icon-shape-hexagon.gem-icon-size-medium{margin:5px 0;}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-back{width:91px;height:77px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top{width:85px;height:71px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;left:3px;top:3px;}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner{line-height:77px;}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner svg{height:100%;width:58px;}
/* Hexagon large icon */
.gem-icon-shape-hexagon.gem-icon-size-large{margin:11px 0;}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-back{width:181px;height:153px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-top{width:169px;height:141px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;left:6px;top:6px;}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner{line-height:153px;}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner svg{height:100%;width:114px;}
/* Hexagon xlarge icon */
.gem-icon-shape-hexagon.gem-icon-size-xlarge{margin:16px 0;}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-back{width:267px;height:227px;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:12px;}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-top{width:243px;height:203px;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;left:12px;top:12px;}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner{line-height:227px;}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner svg{
	height: 100%;
    width: 164px;
}.thegem-te-menu-secondary{position:relative;width:fit-content;}

/* Menu style level1 */
.thegem-te-menu-secondary-nav ul.nav-menu{position:relative;display:flex;flex-wrap:wrap;margin:0 -15px;padding:0;white-space:nowrap;}
.thegem-te-menu-secondary-nav ul.nav-menu li{position:relative;width:auto !important;}
.thegem-te-menu-secondary-nav ul.nav-menu > li{position:relative;display:flex;align-items:center;padding:0 15px;}
.thegem-te-menu-secondary-nav ul.nav-menu > li a{position:relative;display:flex;align-items:center;font-family:var(--thegem-to-body-tiny-font-family);font-style:var(--thegem-to-body-tiny-font-style);font-weight:var(--thegem-to-body-tiny-font-weight);font-size:var(--thegem-to-body-tiny-font-size);line-height:var(--thegem-to-body-tiny-line-height);letter-spacing:var(--thegem-to-body-tiny-letter-spacing);text-transform:var(--thegem-to-body-tiny-text-transform);text-decoration:none;color:var(--thegem-to-top-area-link-color);background-color:transparent;}
.thegem-te-menu-secondary-nav:not(.disable-prefix) ul.nav-menu > li > a:before{content:'\e601';font-family:'thegem-icons';font-style:normal;font-weight:normal;margin-right:2px;font-size:16px;}
.thegem-te-menu-secondary-nav ul.nav-menu li a:hover,
.thegem-te-menu-secondary-nav ul.nav-menu li.menu-item-active > a,
.thegem-te-menu-secondary-nav ul.nav-menu li.menu-item-current > a{color:var(--thegem-to-link-color-active);}

/* Menu style level++ */
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul{position:absolute;top:100%;left:0;padding:0 20px !important;opacity:0;visibility:hidden;margin-top:-1px;overflow:hidden;overflow-y:auto;max-height:530px;box-shadow:0 0 20px rgba(0, 0, 0, 0.05);background-color:#ffffff;background-image:none !important;z-index:2;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul.open{transition:transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul::-webkit-scrollbar{width:4px;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul::-webkit-scrollbar-track{background-color:transparent;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul::-webkit-scrollbar-thumb{background-color:rgba(223, 229, 232, 1);border-radius:4px;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul > li:first-child{margin-top:10px;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul > li:last-child{margin-bottom:10px;}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul{transform:translateY(20px);}
.thegem-te-menu-secondary-nav ul.nav-menu > li:hover > ul{opacity:1;visibility:visible;transition:transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;transform:translateY(0);}
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul li a{padding:3px 0;}
.thegem-te-menu-secondary-nav ul.nav-menu > li ul ul{margin-left:20px;}

/* Dropdown */
.thegem-te-menu-secondary-dropdown .dropdown-item{position:relative;padding-right:16px;cursor:pointer;}
.thegem-te-menu-secondary-dropdown .dropdown-item:after{position:absolute;right:0;top:0;margin-top:-1px;content:'\e602';font-family:'thegem-icons';font-style:normal;font-weight:normal;font-size:16px;transition:all 0.3s;}
.thegem-te-menu-secondary-dropdown .dropdown-item > .dropdown-item__wrapper{transform:translateY(20px);}
.thegem-te-menu-secondary-dropdown .dropdown-item:hover:after{transform:rotate(180deg);}
.thegem-te-menu-secondary-dropdown .dropdown-item:hover > .dropdown-item__current{opacity:0.8;}
.thegem-te-menu-secondary-dropdown .dropdown-item:hover > .dropdown-item__wrapper{opacity:1;visibility:visible;transition:transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;transform:translateY(0);}
.thegem-te-menu-secondary-dropdown .dropdown-item__current{position:relative;display:flex;align-items:center;font-family:var(--thegem-to-body-tiny-font-family);font-style:var(--thegem-to-body-tiny-font-style);font-weight:var(--thegem-to-body-tiny-font-weight);font-size:var(--thegem-to-body-tiny-font-size);line-height:var(--thegem-to-body-tiny-line-height);letter-spacing:var(--thegem-to-body-tiny-letter-spacing);text-transform:var(--thegem-to-body-tiny-text-transform);text-decoration:none;color:var(--thegem-to-top-area-link-color);background-color:transparent;transition:all 0.3s linear;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper{position:absolute;top:100%;left:0;padding:10px 20px;opacity:0;margin-left:-20px;visibility:hidden;overflow:hidden;overflow-y:auto;max-height:530px;box-shadow:0 0 20px rgba(0, 0, 0, 0.05);background-color:#ffffff;z-index:1;transition:transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper::-webkit-scrollbar{width:4px;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper::-webkit-scrollbar-track{background-color:transparent;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper::-webkit-scrollbar-thumb{background-color:rgba(223, 229, 232, 1);border-radius:4px;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper.invert{left:auto;right:0;margin-left:0;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper ul{position:relative;display:flex;flex-direction:column;list-style-type:none;padding:0 !important;margin:0;background-image:none !important;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper ul ul{margin-left:20px;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper ul li{position:relative;margin:3px 0;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper ul li.current-menu-item{display:none;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper ul li a{position:relative;display:flex;align-items:center;min-height:20px;font-family:var(--thegem-to-body-tiny-font-family);font-style:var(--thegem-to-body-tiny-font-style);font-weight:var(--thegem-to-body-tiny-font-weight);font-size:var(--thegem-to-body-tiny-font-size);line-height:var(--thegem-to-body-tiny-line-height);letter-spacing:var(--thegem-to-body-tiny-letter-spacing);text-transform:var(--thegem-to-body-tiny-text-transform);text-decoration:none;color:var(--thegem-to-top-area-link-color);white-space:nowrap;}
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper ul li a:hover{color:var(--thegem-to-link-color-active);}

/* Menu style invert */
.thegem-te-menu-secondary-nav ul.nav-menu > li > ul.invert,
.thegem-te-menu-secondary-dropdown .dropdown-item__wrapper.invert{left:auto;right:0;}

/*Use Light Color Scheme*/
#site-header.header-light .thegem-te-menu-secondary-nav ul.nav-menu > li > a{color:var(--header-builder-light-color, #FFFFFF);}
#site-header.header-light .thegem-te-menu-secondary-nav ul.nav-menu > li > a:hover{color:var(--header-builder-light-color-hover, var(--thegem-to-menu-level1-color-hover));}

.thegem-te-menu-secondary .megamenu-template {
    display: none;
}.thegem-te-infobox,
.thegem-te-infobox-wrapper,
.thegem-te-infobox .thegem-te-infobox-content,
.thegem-te-infobox .gem-texbox-icon-image-wrapper .elementor-icon,
.thegem-te-infobox .gem-texbox-icon-image-wrapper .elementor-icon i,
.thegem-te-infobox .gem-image,
.thegem-te-infobox .gem-image img,
.thegem-te-infobox .gem-image span,
.thegem-te-infobox .gem-image span:before,
.thegem-te-infobox .thegem-te-infobox-title,
.thegem-te-infobox .thegem-te-infobox-subtitle,
.thegem-te-infobox .thegem-te-infobox-description,
.thegem-te-infobox .gem-button-container,
.thegem-te-infobox .thegem-te-infobox-top,
.thegem-te-infobox .thegem-te-infobox-top svg,
.thegem-te-infobox .thegem-te-infobox-bottom,
.thegem-te-infobox .thegem-te-infobox-bottom svg{-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;}
.thegem-te-infobox-content{padding:30px;}
.thegem-te-infobox-top,
.thegem-te-infobox-bottom{font-size:0;line-height:0;text-align:center;}
.gem-styled-textbox-link,
.gem-styled-textbox-icon-image-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
.gem-texbox-icon-image-wrapper{position:relative;}
.thegem-te-infobox .thegem-te-infobox-icon-horizontal-right.thegem-te-infobox-icon-image-wrapping-inline .gem-texbox-icon-image-wrapper{margin-left:10px;}
.thegem-te-infobox .thegem-te-infobox-icon-horizontal-left.thegem-te-infobox-icon-image-wrapping-inline .gem-texbox-icon-image-wrapper{margin-right:10px;}
.thegem-te-infobox .gem-texbox-icon-image-wrapper .thegem-te-infobox-icon{display:inline-block;width:fit-content;}
.thegem-te-infobox h4,
.thegem-te-infobox .title-h4{margin-top:0;}
.thegem-te-infobox-content .gem-image span{display:inline-block;vertical-align:top;overflow:hidden;max-width:100%;position:relative;}
.thegem-te-infobox-content .gem-image span::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;opacity:0;z-index:1;}
.thegem-te-infobox:hover .thegem-te-infobox-content .gem-image a::before,
.thegem-te-infobox:hover .thegem-te-infobox-content .gem-image span::before{opacity:1;}
.thegem-te-infobox .thegem-te-infobox-icon-horizontal-right .gem-icon-with-text-icon{padding-right:0px;padding-left:10px;}
/* Icon Bottom */

.thegem-te-infobox-content.icon-bottom{display:flex;flex-direction:column;}
.thegem-te-infobox .icon-bottom .gem-texbox-text-wrapper{order:1;}
.thegem-te-infobox .icon-bottom .gem-texbox-icon-image-wrapper{order:2;margin-top:30px;}
/* Icon Bottom + Button Bottom */

.thegem-te-infobox-content.icon-bottom,
.thegem-te-infobox-content.button-top{display:flex;flex-direction:column;}
.thegem-te-infobox .icon-bottom.button-bottom .gem-texbox-text-wrapper{order:1;}
.thegem-te-infobox .icon-bottom.button-bottom .gem-texbox-icon-image-wrapper{order:2;}
/* Icon Top + Button Top */

.thegem-te-infobox-content.icon-top.button-top .gem-texbox-text-wrapper{display:flex;flex-direction:column;}
.thegem-te-infobox-content.icon-top.button-top .gem-button-container{order:1;}
.thegem-te-infobox-content.icon-top.button-top .thegem-te-infobox-title{order:2;}
.thegem-te-infobox-content.icon-top.button-top .thegem-te-infobox-description{order:3;}
/* Icon Bottom + Button Top */

.thegem-te-infobox-content.icon-bottom.button-top .gem-texbox-text-wrapper{display:flex;flex-direction:column;}
.thegem-te-infobox-content.icon-bottom.button-top .gem-button-container{order:1;}
.thegem-te-infobox-content.icon-bottom.button-top .thegem-te-infobox-title{order:2;}
.thegem-te-infobox-content.icon-bottom.button-top .thegem-te-infobox-description{order:3;}
.thegem-te-infobox-content.icon-bottom.button-top .gem-texbox-text-wrapper{order:1;}
.thegem-te-infobox-content.icon-bottom.button-top .gem-texbox-icon-image-wrapper{order:2;margin-top:30px;}
.thegem-te-infobox-icon .elementor-icon{display:block;color:var(--thegem-to-menu-level1-color, #3C3950);}
.thegem-te-infobox-icon-horizontal-center .gem-texbox-icon-image-wrapper{text-align:center !important;}
.thegem-te-infobox-icon-horizontal-left .gem-texbox-icon-image-wrapper{text-align:left !important;}
.thegem-te-infobox-icon-horizontal-right .gem-texbox-icon-image-wrapper{text-align:right !important;}
.thegem-te-infobox-icon-horizontal-right.thegem-te-infobox-icon-image-wrapping-wrap .gem-texbox-icon-image-wrapper{float:right;}
.thegem-te-infobox-icon-horizontal-left.thegem-te-infobox-icon-image-wrapping-wrap .gem-texbox-icon-image-wrapper{float:left;}
.thegem-te-infobox-icon-image-wrapping-inline{display:flex;flex-direction:column;align-items:center;}
.thegem-te-infobox-icon-image-wrapping-inline .gem-texbox-text-wrapper{flex-grow:1;}
.thegem-te-infobox-icon-image-wrapping-inline.thegem-te-infobox-icon-horizontal-right{flex-direction:row-reverse;}
.icon-bottom.thegem-te-infobox-icon-image-wrapping-inline.thegem-te-infobox-icon-horizontal-right{flex-direction:row;}
.thegem-te-infobox-icon-image-wrapping-inline.thegem-te-infobox-icon-horizontal-left{flex-direction:row;}
.icon-bottom.thegem-te-infobox-icon-image-wrapping-inline.thegem-te-infobox-icon-horizontal-left{flex-direction:row-reverse;}
.icon-bottom.thegem-te-infobox-icon-image-wrapping-inline{align-items:flex-end;}
.icon-top.thegem-te-infobox-icon-image-wrapping-inline{align-items:flex-start;}
.thegem-te-infobox-title.title-default,
.thegem-te-infobox-subtitle.title-default{font-family:var(--thegem-to-menu-font-family, 'Montserrat');font-style:var(--thegem-to-menu-font-style, normal);font-weight:var(--thegem-to-menu-font-weight, 700);font-size:var(--thegem-to-menu-font-size, 14px);line-height:var(--thegem-to-menu-line-height, 25px);letter-spacing:var(--thegem-to-menu-letter-spacing, 0);text-transform:var(--thegem-to-menu-text-transform, uppercase);color:var(--thegem-to-h6-color);}
.thegem-te-infobox-title.title-default.light,
.thegem-te-infobox-subtitle.title-default.light{font-family:var(--thegem-to-light-title-font-family);font-style:var(--thegem-to-light-title-font-style);font-weight:normal;}
.thegem-te-infobox-title.text-body,
.thegem-te-infobox-subtitle.text-body{font-family:var(--thegem-to-body-font-family);font-style:var(--thegem-to-body-font-style);font-weight:var(--thegem-to-body-font-weight);font-size:var(--thegem-to-body-font-size);line-height:var(--thegem-to-body-line-height);letter-spacing:var(--thegem-to-body-letter-spacing);text-transform:var(--thegem-to-body-text-transform);}
.thegem-te-infobox-title.text-body-tiny,
.thegem-te-infobox-subtitle.text-body-tiny{font-family:var(--thegem-to-body-tiny-font-family);font-style:var(--thegem-to-body-tiny-font-style);font-weight:var(--thegem-to-body-tiny-font-weight);font-size:var(--thegem-to-body-tiny-font-size);line-height:var(--thegem-to-body-tiny-line-height);letter-spacing:var(--thegem-to-body-tiny-letter-spacing);text-transform:var(--thegem-to-body-tiny-text-transform);}
/*Light icon style*/
#site-header.header-light .thegem-te-infobox .thegem-te-infobox-title,
#site-header.header-light .thegem-te-infobox .thegem-te-infobox-subtitle,
#site-header.header-light .thegem-te-infobox .elementor-icon{color:var(--header-builder-light-color, #FFFFFF) !important;}
#site-header.header-light .thegem-te-infobox:hover .thegem-te-infobox-title,
#site-header.header-light .thegem-te-infobox:hover .thegem-te-infobox-subtitle,
#site-header.header-light .thegem-te-infobox:hover .elementor-icon{color:var(--header-builder-light-color-hover, #FFFFFF) !important;}
.thegem-te-infobox.width-link:hover .thegem-te-infobox-content .thegem-te-infobox-title,
.thegem-te-infobox.width-link:hover .thegem-te-infobox-content .thegem-te-infobox-subtitle {
	color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;
}.thegem-te-divider .gem-divider{border:none;height:auto;color:var(--thegem-to-divider-color, #dfe5e8);border-color:var(--thegem-to-divider-color, #dfe5e8);}
.thegem-te-divider.gem-divider-direction-vertical .gem-divider{border-top-width:0px !important;border-right-width:0px !important;border-bottom-width:0px !important;border-left-width:0px;}
.thegem-te-divider.gem-divider-direction-horizontal .gem-divider{border-top-width:0px;border-right-width:0px !important;border-bottom-width:0px !important;border-left-width:0px !important;}
.thegem-te-divider.gem-divider-horizontal-full{/*position:absolute;*/ /*width:100%;*/}
.thegem-te-divider.gem-divider-direction-horizontal.gem-divider-style-solid .gem-divider,
.thegem-te-divider.gem-divider-direction-vertical.gem-divider-style-solid .gem-divider{border-style:solid;}
.thegem-te-divider.gem-divider-direction-horizontal.gem-divider-style-dotted .gem-divider,
.thegem-te-divider.gem-divider-direction-vertical.gem-divider-style-dotted .gem-divider{border-style:dotted;}
.thegem-te-divider.gem-divider-direction-horizontal.gem-divider-style-dashed .gem-divider,
.thegem-te-divider.gem-divider-direction-vertical.gem-divider-style-dashed .gem-divider{border-style:dashed;}
/*Use Light Color Scheme*/
#site-header.header-light .thegem-te-divider .gem-divider{
	border-color: var(--header-builder-light-color, #FFFFFF);
}/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:flex-start}
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:center}
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:flex-end}
.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:5px}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:10px}
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:15px}
.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:20px}
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:30px}
@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:0}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:0}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child{order:10}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2){order:9}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3){order:8}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4){order:7}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5){order:6}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6){order:5}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7){order:4}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8){order:3}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9){order:2}
.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){order:1}.elementor-column{width:100%}}:root{--direction-multiplier:1}
body.rtl,html[dir=rtl]{--direction-multiplier:-1}
.elementor-hidden{display:none}
.elementor-visibility-hidden{visibility:hidden}
.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}
.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}
.e-logo-wrapper{display:inline-block;line-height:1}
.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}
.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}
.elementor a{box-shadow:none;text-decoration:none}
.elementor hr{background-color:transparent;margin:0}
.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}
.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}
.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}
.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}
.elementor .elementor-background-video-container.elementor-loading{opacity:0}
.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}
.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}
.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}
.elementor .elementor-background-overlay{inset:0;position:absolute}
.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}
.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}
.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}
.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}
@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}
.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}
.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}
.elementor-invisible{visibility:hidden}
.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}
.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}
.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}
.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}
.elementor-custom-embed-play.elementor-playing i{font-family:eicons}
.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}
.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}
.elementor-tag{display:inline-flex}
.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}
.elementor-ken-burns--out{transform:scale(1.3)}
.elementor-ken-burns--active{transition-duration:20s}
.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}
.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}
.elementor-align-center{text-align:center}
.elementor-align-right{text-align:right}
.elementor-align-left{text-align:left}
.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}
.elementor-align-justify .elementor-button{width:100%}
@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}
.elementor-widescreen-align-right{text-align:right}
.elementor-widescreen-align-left{text-align:left}
.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}
.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}
.elementor-laptop-align-right{text-align:right}
.elementor-laptop-align-left{text-align:left}
.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}
.elementor-laptop-align-justify .elementor-button{width:100%}
.elementor-tablet_extra-align-center{text-align:center}
.elementor-tablet_extra-align-right{text-align:right}
.elementor-tablet_extra-align-left{text-align:left}
.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}
.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}
.elementor-tablet-align-right{text-align:right}
.elementor-tablet-align-left{text-align:left}
.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}
.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}
.elementor-mobile_extra-align-right{text-align:right}
.elementor-mobile_extra-align-left{text-align:left}
.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}
.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}
.elementor-mobile-align-right{text-align:right}
.elementor-mobile-align-left{text-align:left}
.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}
.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}
.elementor-page-title,h1.entry-title{display:var(--page-title-display)}
@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}
}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}
.elementor-section{position:relative}
.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}
@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}
.elementor-section.elementor-section-stretched{position:relative;width:100%}
.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}
.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}
.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}
@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}
.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}
.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}
.elementor-widget-wrap>.elementor-element{width:100%}
.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}
.elementor-widget{position:relative}
.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}
.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}
.elementor-column{display:flex;min-height:1px;position:relative}
.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}
@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}
.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}
.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}
.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}
.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}
.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}
.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}
.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}
.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}
.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}
.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}
.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}
.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}
.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}
.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}
.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}
.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}
.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}
.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}
.elementor-column.elementor-xs-11{width:11.111%}
.elementor-column.elementor-xs-12{width:12.5%}
.elementor-column.elementor-xs-14{width:14.285%}
.elementor-column.elementor-xs-16{width:16.666%}
.elementor-column.elementor-xs-20{width:20%}
.elementor-column.elementor-xs-25{width:25%}
.elementor-column.elementor-xs-30{width:30%}
.elementor-column.elementor-xs-33{width:33.333%}
.elementor-column.elementor-xs-40{width:40%}
.elementor-column.elementor-xs-50{width:50%}
.elementor-column.elementor-xs-60{width:60%}
.elementor-column.elementor-xs-66{width:66.666%}
.elementor-column.elementor-xs-70{width:70%}
.elementor-column.elementor-xs-75{width:75%}
.elementor-column.elementor-xs-80{width:80%}
.elementor-column.elementor-xs-83{width:83.333%}
.elementor-column.elementor-xs-90{width:90%}
.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}
.elementor-column.elementor-sm-11{width:11.111%}
.elementor-column.elementor-sm-12{width:12.5%}
.elementor-column.elementor-sm-14{width:14.285%}
.elementor-column.elementor-sm-16{width:16.666%}
.elementor-column.elementor-sm-20{width:20%}
.elementor-column.elementor-sm-25{width:25%}
.elementor-column.elementor-sm-30{width:30%}
.elementor-column.elementor-sm-33{width:33.333%}
.elementor-column.elementor-sm-40{width:40%}
.elementor-column.elementor-sm-50{width:50%}
.elementor-column.elementor-sm-60{width:60%}
.elementor-column.elementor-sm-66{width:66.666%}
.elementor-column.elementor-sm-70{width:70%}
.elementor-column.elementor-sm-75{width:75%}
.elementor-column.elementor-sm-80{width:80%}
.elementor-column.elementor-sm-83{width:83.333%}
.elementor-column.elementor-sm-90{width:90%}
.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}
.elementor-column.elementor-md-11{width:11.111%}
.elementor-column.elementor-md-12{width:12.5%}
.elementor-column.elementor-md-14{width:14.285%}
.elementor-column.elementor-md-16{width:16.666%}
.elementor-column.elementor-md-20{width:20%}
.elementor-column.elementor-md-25{width:25%}
.elementor-column.elementor-md-30{width:30%}
.elementor-column.elementor-md-33{width:33.333%}
.elementor-column.elementor-md-40{width:40%}
.elementor-column.elementor-md-50{width:50%}
.elementor-column.elementor-md-60{width:60%}
.elementor-column.elementor-md-66{width:66.666%}
.elementor-column.elementor-md-70{width:70%}
.elementor-column.elementor-md-75{width:75%}
.elementor-column.elementor-md-80{width:80%}
.elementor-column.elementor-md-83{width:83.333%}
.elementor-column.elementor-md-90{width:90%}
.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}
.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}
.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}
.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}
.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}
.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}
.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}
.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}
.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}
.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}
.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}
.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}
.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}
.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}
.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}
.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}
.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}
.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}
.elementor-grid .elementor-grid-item{min-width:0}
.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}
@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}
.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}
.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}
.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}
.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}
.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}
.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}
.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}
.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}
.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}
.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}
.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}
.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}
.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}
.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}
.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}
body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}
.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}
.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}
.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}
.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}
.e-con,.e-con>.e-con-inner{display:var(--display)}
.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}
.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}
.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}
.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}
.e-con-boxed{gap:initial;text-align:initial}
.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}
.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}
.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}
.e-con .elementor-widget.elementor-widget{margin-block-end:0}
.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}
.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}
.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}
@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}
.e-con .elementor-widget{min-width:0}
.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}
.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}
.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}
.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}
@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}
.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}
.elementor-field-group{align-items:center;flex-wrap:wrap}
.elementor-field-group.elementor-field-type-submit{align-items:flex-end}
.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}
.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}
.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}
.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}
.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}
.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}
.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}
.elementor-field-subgroup{display:flex;flex-wrap:wrap}
.elementor-field-subgroup .elementor-field-option label{display:inline-block}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}
.elementor-field-label{cursor:pointer}
.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}
.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}
.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}
.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}
.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}
.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}
.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}
.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}
.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}
.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}
.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}
[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}
@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}
.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}
.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}
.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}
[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}
.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}
.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}
.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}
.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}
.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}
[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}
.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}
.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}
.elementor-error .help-inline{color:#d9534f;font-size:.9em}
.elementor-message{font-size:1em;line-height:1;margin:10px 0}
.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}
.elementor-message.elementor-message-danger{color:#d9534f}
.elementor-message.elementor-message-danger:before{content:"\e87f"}
.elementor-message.form-message-success{color:#5cb85c}
.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}
.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}
.elementor-form .elementor-button.elementor-size-xs{min-height:33px}
.elementor-form .elementor-button.elementor-size-sm{min-height:40px}
.elementor-form .elementor-button.elementor-size-md{min-height:47px}
.elementor-form .elementor-button.elementor-size-lg{min-height:59px}
.elementor-form .elementor-button.elementor-size-xl{min-height:72px}
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}
.elementor-heading-title{line-height:1;margin:0;padding:0}
.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}
.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}
.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}
.elementor-button-icon{align-items:center;display:flex}
.elementor-button-icon svg{height:auto;width:1em}
.elementor-button-icon .e-font-icon-svg{height:1em}
.elementor-button-text{display:inline-block}
.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}
.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}
.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}
.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}
.elementor-button span{text-decoration:inherit}
.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}
.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}
.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}
.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}
.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}
.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}
.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}
.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}
.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}
.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}
.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}
.elementor-icon:hover{color:#69727d}
.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}
.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}
.elementor-icon i.fad{width:auto}
.elementor-shape-square .elementor-icon{border-radius:0}
.elementor-shape-rounded .elementor-icon{border-radius:10%}
.elementor-shape-circle .elementor-icon{border-radius:50%}
.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}
.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}
.animated{animation-duration:1.25s}
.animated.animated-slow{animation-duration:2s}
.animated.animated-fast{animation-duration:.75s}
.animated.infinite{animation-iteration-count:infinite}
.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}
@media (prefers-reduced-motion:reduce){.animated{animation:none!important}
html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}