@charset "UTF-8";
.gn_iframeContainer {
position: relative;
}
.gn_cookieContentLayer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
font-size: 1rem;
line-height: normal;
border: 1px solid;
transition: opacity 0.5s ease;
justify-content: center;
}
.gn_cookieContentLayer>.gn_cookieContentLayerBg {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at -20% -20%, #f7e94d, #eeeeee);
opacity: 0.5;
}
.gn_cookieContentLayerWrapper {
padding: 20px 30px;
text-align: center;
width: 100%;
max-width: 1000px;
position: relative;
}
.gn_cookieContentLayerWrapper .gn_cookieContentHeadline {
font-size: 1.1em;
display: block;
margin-bottom: 0.5em;
font-weight: bold;
}
.gn_cookieContentLayerWrapper .gn_cookieContentHeadline:after {
display: block;
content: "";
width: 100%;
border-bottom: 1px solid;
margin-top: 0.5em;
opacity: 0.25;
}
button.gn_closeCookieContentLayer {
box-shadow: inset -3px -5px 0 rgb(0 0 0 / 20%), inset 0 0 0 1px transparent;
border-radius: 5px;
font-weight: bold;
display: inline-block;
cursor: pointer;
text-align: center;
border: 0;
padding: 10px 25px 10px 25px;
transition: 200ms ease all;
outline: none;
margin-top: 10px;
font-size: 1em;
line-height: normal;
position: relative;
}
button.gn_closeCookieContentLayer,
button.gn_closeCookieContentLayer:focus, 
button.gn_closeCookieContentLayer:hover {
color: #3c3c3c;
background-color: #f7e94d;
}
#gn_maxlayer * {
font-family: helvetica, arial, sans-serif;
font-style: normal;
line-height: 1.5;
text-transform: none;
}
#gn_maxlayer *,
#gn_maxlayer :after,
#gn_maxlayer :before {
box-sizing: border-box;
}
#gn_maxlayer :focus,
#gn_maxlayer :active {
outline: none;
}
#gn_maxlayer {
position: fixed;
margin: 0 auto;
z-index: 9999999;
background: rgba(48, 48, 48, 0.8);
border: 0;
overflow-y: auto;
width: 100%;
padding: 30px;
max-width: 740px;
max-height: calc(100% - 20px);
}
#gn_maxlayer .gn_toggle {
font-size: 14px;
background-color: transparent;
padding: 0;
}
#gn_maxlayer .gn_layoutRowToggle.gn_toggle {
font-size: 20px;
margin-top: 10px;
}
#gn_maxlayer .gn_toggle:hover,
#gn_maxlayer .gn_toggle:focus {
background-color: transparent;
}
#gn_maxlayer .gn_midlayer {
color: #ffffff;
width: 100%;
margin: 0 auto;
margin-top: 5px;
font-size: 14px;
font-family: sans-serif;
justify-content: center;
}
#gn_maxlayer .gn_midlayer .title {
color: #ffffff;
font-weight: 300;
margin: 0;
font-size: 26px;
text-transform: none;
}
#gn_maxlayer .gn_midlayer.alignRight {
text-align: right;
}
#gn_maxlayer .gn_midlayer.alignRight:after {
content: "";
display: block;
clear: both;
}
#gn_maxlayer .dsqButton {
display: inline-block;
cursor: pointer;
text-align: center;
border-radius: 5px;
background-color: #fff;
border: 1px solid #eeeeee;
box-shadow: inset -2px -4px 0 #eee, inset 0 0 0 1px transparent;
color: #3c3c3c;
height: 35px;
min-height: 35px;
padding: 5px 25px 11px 25px;
transition: 200ms ease all;
outline: none;
width: 100%;
margin-top: 10px;
font-size: inherit;
}
#gn_maxlayer .dsqButton:hover,
#gn_maxlayer .dsqButton:focus {
background: rgba(255, 255, 255, 0.8);
}
#gn_maxlayer .dsqButton.highlight {
border: none;
background: #f7e94d 0% 0% no-repeat padding-box;
box-shadow: inset -3px -5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px transparent;
position: relative;
}
#gn_maxlayer .dsqButton.highlight:hover:after,
#gn_maxlayer .dsqButton.highlight:focus:after,
button.gn_closeCookieContentLayer:hover:after,
button.gn_closeCookieContentLayer:focus:after {
content: "";
background-color: #000;
opacity: 0.1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#gn_maxlayer .dsqButton.highlight:hover,
#gn_maxlayer .dsqButton.highlight:focus {
background-color: #f7e94d;
}
#gn_maxlayer .gn_dsq_daschu {
text-decoration: none;
color: #ffffff;
text-decoration-color: #ffffff;
}
#gn_maxlayer .gn_dsq_daschu:active,
#gn_maxlayer .gn_dsq_daschu:hover,
#gn_maxlayer .gn_dsq_daschu:focus {
color: #eeeeee;
text-decoration-color: #eeeeee;
}
#gn_maxlayer .gn_layoutRow {
display: flex;
flex-direction: row;
margin: 0;
margin-bottom: 0;
width: 100%;
justify-content: flex-start;
flex-wrap: wrap;
}
#gn_maxlayer .gn_checkBoxOption {
min-height: 30px;
margin: 10px 0 0 0;
width: 100%;
}
#gn_maxlayer .gn_checkBoxOption input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
margin: 0px;
}
#gn_maxlayer .gn_checkBoxOption input:checked + label > svg {
height: 24px;
-webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
animation: draw-checkbox ease-in-out 0.2s forwards;
}
#gn_maxlayer .gn_checkBoxOption label {
font-weight: 300;
color: #ffffff;
line-height: 25px;
cursor: pointer;
position: relative;
display: inline-block;
margin-bottom: 0.5em;
padding-left: 0;
}
#gn_maxlayer .gn_checkBoxOption label.greyed-text {
opacity: 0.6;
}
#gn_maxlayer .gn_checkBoxOption label:active:after,
#gn_maxlayer .gn_checkBoxOption label:focus:after {
background-color: #666666;
}
#gn_maxlayer .gn_checkBoxOption label:after {
content: "";
height: 25px;
width: 25px;
margin-right: 5px;
float: left;
border: 2px solid #ffffff;
border-radius: 3px;
-webkit-transition: 0.15s all ease-out;
transition: 0.15s all ease-out;
}
#gn_maxlayer .gn_checkBoxOption svg {
stroke: #ffffff;
stroke-width: 3px;
height: 0;
width: 16px;
position: absolute;
left: 5px;
top: 0px;
stroke-dasharray: 33;
}
#gn_maxlayer .toggleHide {
display: none;
}
#gn_maxlayer .toggleHide.collapsed {
display: block;
}
#gn_maxlayer .gn_descContent span {
display: block;
}
#gn_maxlayer .gn_layoutRow-toggle {
margin-top: 10px;
}
#gn_maxlayer .gn_toggle {
border: 0;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 800;
text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
position: relative;
line-height: normal;
}
#gn_maxlayer .gn_toggle:after {
position: absolute;
top: 0.4em;
margin-left: 0.4em;
display: inline-block;
border-right: 0.4em solid transparent;
border-bottom: 0.4em solid white;
border-left: 0.4em solid transparent;
content: "";
transition: all 200ms ease;
}
#gn_maxlayer .gn_toggle.active:after {
transform: rotate(180deg);
}
#gn_maxlayer .gn_descContent th,
#gn_maxlayer .gn_descContent td {
padding: 5px 10px;
}
#gn_maxlayer a.posLeft {
float: left;
margin-top: 10px;
}
#gn_maxlayer .gn_dsq_daschu:focus,
#gn_maxlayer .gn_descToggle:focus {
border-bottom: 2px #fff dotted;
}
@media screen and (max-width: 601px) {
#gn_maxlayer .gn_midlayer {
text-align: justify;
}
}
@-webkit-keyframes draw-checkbox {
0% {
stroke-dashoffset: 33;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes draw-checkbox {
0% {
stroke-dashoffset: 33;
}
100% {
stroke-dashoffset: 0;
}
}
iframe[src*="youtube"] {
--video-aspect-ratio: 1.77777;
height: 100%;
aspect-ratio: var(--video-aspect-ratio);
}#gn_maxlayer{
top: 10px;
left: 50%;
transform: translateX(-50%);
}
@media screen and (min-width: 768px){
#gn_maxlayer .dsqButton{
margin-left: 10px;
width: auto;
max-width: none;
min-width: 180px;
}
#gn_maxlayer .gn_checkBoxOption{
width: 50%;
}
#gn_maxlayer a.posLeft{
margin-top: 15px;
}
#gn_maxlayer .gn_layoutRow.toggleHide{
display: flex;
}
#gn_maxlayer .gn_layoutRowToggle.gn_toggle{
display: none;
}
}
.premium-dual-header-first-header,.premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-first-header,.premium-dual-header-second-header{word-wrap:break-word}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}.premium-title-first-noise-yes .premium-dual-header-first-span{position:relative}.premium-title-first-noise-yes .premium-dual-header-first-span::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-first-noise-yes .premium-dual-header-first-span::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-second-noise-yes .premium-dual-header-second-header{position:relative}.premium-title-second-noise-yes .premium-dual-header-second-header::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-second-noise-yes .premium-dual-header-second-header::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-header-inline[class*=noise-yes] .premium-dual-header-first-span,.premium-header-inline[class*=noise-yes] .premium-dual-header-second-header,.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,.premium-mask-yes.premium-header-inline .premium-dual-header-second-header{display:inline-block!important}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-title-first-wave-yes .premium-dual-header-first-span{background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-second-wave-yes .premium-dual-header-second-clip{background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-webkit-keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,45px,0)}5%{clip:rect(88px,9999px,39px,0)}10%{clip:rect(81px,9999px,75px,0)}15%{clip:rect(38px,9999px,42px,0)}20%{clip:rect(62px,9999px,51px,0)}25%{clip:rect(5px,9999px,36px,0)}30%{clip:rect(9px,9999px,29px,0)}35%{clip:rect(17px,9999px,85px,0)}40%{clip:rect(97px,9999px,36px,0)}45%{clip:rect(9px,9999px,31px,0)}50%{clip:rect(94px,9999px,74px,0)}55%{clip:rect(53px,9999px,75px,0)}60%{clip:rect(2px,9999px,36px,0)}65%{clip:rect(24px,9999px,56px,0)}70%{clip:rect(45px,9999px,5px,0)}75%{clip:rect(75px,9999px,21px,0)}80%{clip:rect(9px,9999px,39px,0)}85%{clip:rect(56px,9999px,89px,0)}90%{clip:rect(53px,9999px,7px,0)}95%{clip:rect(86px,9999px,84px,0)}100%{clip:rect(63px,9999px,37px,0)}}@keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,45px,0)}5%{clip:rect(88px,9999px,39px,0)}10%{clip:rect(81px,9999px,75px,0)}15%{clip:rect(38px,9999px,42px,0)}20%{clip:rect(62px,9999px,51px,0)}25%{clip:rect(5px,9999px,36px,0)}30%{clip:rect(9px,9999px,29px,0)}35%{clip:rect(17px,9999px,85px,0)}40%{clip:rect(97px,9999px,36px,0)}45%{clip:rect(9px,9999px,31px,0)}50%{clip:rect(94px,9999px,74px,0)}55%{clip:rect(53px,9999px,75px,0)}60%{clip:rect(2px,9999px,36px,0)}65%{clip:rect(24px,9999px,56px,0)}70%{clip:rect(45px,9999px,5px,0)}75%{clip:rect(75px,9999px,21px,0)}80%{clip:rect(9px,9999px,39px,0)}85%{clip:rect(56px,9999px,89px,0)}90%{clip:rect(53px,9999px,7px,0)}95%{clip:rect(86px,9999px,84px,0)}100%{clip:rect(63px,9999px,37px,0)}}@-webkit-keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,66px,0)}5%{clip:rect(19px,9999px,36px,0)}10%{clip:rect(17px,9999px,46px,0)}15%{clip:rect(46px,9999px,63px,0)}20%{clip:rect(28px,9999px,1px,0)}25%{clip:rect(64px,9999px,16px,0)}30%{clip:rect(58px,9999px,24px,0)}35%{clip:rect(18px,9999px,79px,0)}40%{clip:rect(61px,9999px,67px,0)}45%{clip:rect(63px,9999px,57px,0)}50%{clip:rect(59px,9999px,10px,0)}55%{clip:rect(20px,9999px,93px,0)}60%{clip:rect(49px,9999px,89px,0)}65%{clip:rect(70px,9999px,59px,0)}70%{clip:rect(70px,9999px,82px,0)}75%{clip:rect(82px,9999px,20px,0)}80%{clip:rect(25px,9999px,37px,0)}85%{clip:rect(76px,9999px,53px,0)}90%{clip:rect(2px,9999px,23px,0)}95%{clip:rect(9px,9999px,39px,0)}100%{clip:rect(41px,9999px,55px,0)}}@keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,66px,0)}5%{clip:rect(19px,9999px,36px,0)}10%{clip:rect(17px,9999px,46px,0)}15%{clip:rect(46px,9999px,63px,0)}20%{clip:rect(28px,9999px,1px,0)}25%{clip:rect(64px,9999px,16px,0)}30%{clip:rect(58px,9999px,24px,0)}35%{clip:rect(18px,9999px,79px,0)}40%{clip:rect(61px,9999px,67px,0)}45%{clip:rect(63px,9999px,57px,0)}50%{clip:rect(59px,9999px,10px,0)}55%{clip:rect(20px,9999px,93px,0)}60%{clip:rect(49px,9999px,89px,0)}65%{clip:rect(70px,9999px,59px,0)}70%{clip:rect(70px,9999px,82px,0)}75%{clip:rect(82px,9999px,20px,0)}80%{clip:rect(25px,9999px,37px,0)}85%{clip:rect(76px,9999px,53px,0)}90%{clip:rect(2px,9999px,23px,0)}95%{clip:rect(9px,9999px,39px,0)}100%{clip:rect(41px,9999px,55px,0)}}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-bg-text-yes .elementor-widget-container:before{position:absolute;top:0;left:0;text-align:left}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-button svg:not(.premium-btn-svg),.premium-image-button svg:not(.premium-btn-svg){width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after{padding:12px 24px}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after{padding:14px 26px}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after{padding:16px 28px}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after{padding:20px 0}.premium-button-text{display:inline-block;width:100%}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color!important;transition-property:stroke,fill,background-color!important}.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-svg-drawer *{stroke-width:15px;stroke:#000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-error-notice{width:100%;padding:10px;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;text-align:center}.premium-error-notice a{color:#252c59}.premium-addons__v-hidden{visibility:hidden;opacity:0}