.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}1   .gw-go * {
background:none;
border:none;
-moz-box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
box-sizing:content-box !important;
margin:0;
outline:none;		
padding:0;
letter-spacing:normal !important;
text-transform:none;
text-decoration:none !important;
}  .gw-go-clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.gw-go-clearfix { display:inline-block; }/*\*/.gw-go-clearfix { display:block; }/**/.gw-go-clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} .gw-go-clear {
clear:both;
display:block;
font-size:0;
height:0;
line-height:0;
width:100%;
} .gw-go-tcenter { text-align:center; }
.gw-go-tleft { text-align:center; }
.gw-go-tright { text-align:right; } .gw-go-video-wrapper {
padding-bottom:56.25% !important;
position:relative;	
height:0; 	
}
.gw-go-header-bottom .gw-go-video-wrapper { margin-bottom:-1px; }
.gw-go-video-wrapper iframe {
height:100%;
left:0;
margin:0;
border:none;
outline:none;
position:absolute;
top:0;
width:100%;
} .gw-go-img-wrapper { position:relative; }
.gw-go img {
display:inline-block;
vertical-align:top;
}
img.gw-go-responsive-img {
border:none !important;
height:auto !important;
margin:0 !important;
paddig:0 !important;        
max-width:100% !important;
width:100% !important;
}
.gw-go audio, 
.gw-go video {
margin:0;
paddig:0; max-width:100% !important;
width:100% !important;        
} .gw-go-gmap img { max-width: none !important; }
.gw-go .mejs-container img {
height: auto !important;    
max-width: none !important;
width:100% !important;        
}
.gw-go-ie8 .me-plugin, 
.gw-go-ie8 .mejs-mediaelement { position: static !important; } .gw-go-btn-wrap table {
border:none;
margin:0 auto;
width:auto;
text-align:center;
}
.gw-go-btn-wrap td {
border:none;	
margin:0;
padding:0 0 10px 0;
}
.gw-go-btn-wrap input[type="text"] {
background:#FFF !important;
border:solid 1px #b8b8b8;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
font-family: Verdana, Geneva, sans-serif;	
font-size:12px;
height:20px;
line-height:20px;
padding:3px 5px;	
-moz-transition:all 0.15s linear;
-o-transition:all 0.15s linear;
-webkit-transition:all 0.15s linear;
transition:all 0.15s linear;
}
.gw-go-btn-wrap input[type="text"]:focus {
border:solid 1px #9d9d9d;
-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;
box-shadow:1px 1px 3px rgba(0,0,0,0.15) inset;	
} .gw-go {
font-size:12px;
line-height:16px;
margin:auto;
width:100%;
} .gw-go-1col .gw-go-col-wrap { width:100%; }
.gw-go-2cols .gw-go-col-wrap { width:50%; }
.gw-go-3cols .gw-go-col-wrap { width:33.33%; }
.gw-go-4cols .gw-go-col-wrap { width:25%; }
.gw-go-5cols .gw-go-col-wrap { width:20%; }
.gw-go-6cols .gw-go-col-wrap { width:16.66%; }
.gw-go-7cols .gw-go-col-wrap { width:14.285%; } .gw-go-space-1p.gw-go-2cols .gw-go-col-wrap { width:49.5%; }
.gw-go-space-1p.gw-go-3cols .gw-go-col-wrap { width:32.66%; }
.gw-go-space-1p.gw-go-4cols .gw-go-col-wrap { width:24.25%; }
.gw-go-space-1p.gw-go-5cols .gw-go-col-wrap { width:19.2%; }
.gw-go-space-1p.gw-go-6cols .gw-go-col-wrap { width:15.83%; }
.gw-go-space-1p.gw-go-7cols .gw-go-col-wrap { width:13.428%; }		
.gw-go-space-1p .gw-go-col-wrap { margin-left:1%; } .gw-go-space-2p.gw-go-2cols .gw-go-col-wrap { width:49%; }
.gw-go-space-2p.gw-go-3cols .gw-go-col-wrap { width:32%; }
.gw-go-space-2p.gw-go-4cols .gw-go-col-wrap { width:23.5%; }
.gw-go-space-2p.gw-go-5cols .gw-go-col-wrap { width:18.4%; }
.gw-go-space-2p.gw-go-6cols .gw-go-col-wrap { width:15%; }
.gw-go-space-2p.gw-go-7cols .gw-go-col-wrap { width:12.571%; }
.gw-go-space-2p .gw-go-col-wrap { margin-left:2%; } .gw-go-space-3p.gw-go-2cols .gw-go-col-wrap { width:48.5%; }
.gw-go-space-3p.gw-go-3cols .gw-go-col-wrap { width:31.33%; }
.gw-go-space-3p.gw-go-4cols .gw-go-col-wrap { width:22.75%; }
.gw-go-space-3p.gw-go-5cols .gw-go-col-wrap { width:17.6%; }
.gw-go-space-3p.gw-go-6cols .gw-go-col-wrap { width:14.16%; }
.gw-go-space-3p.gw-go-7cols .gw-go-col-wrap { width:11.714%; }
.gw-go-space-3p .gw-go-col-wrap { margin-left:3%; } .gw-go-space-4p.gw-go-2cols .gw-go-col-wrap { width:48%; }
.gw-go-space-4p.gw-go-3cols .gw-go-col-wrap { width:30.66%; }
.gw-go-space-4p.gw-go-4cols .gw-go-col-wrap { width:22%; }
.gw-go-space-4p.gw-go-5cols .gw-go-col-wrap { width:16.8%; }
.gw-go-space-4p.gw-go-6cols .gw-go-col-wrap { width:13.33%; }
.gw-go-space-4p.gw-go-7cols .gw-go-col-wrap { width:10.857%; }	
.gw-go-space-4p .gw-go-col-wrap { margin-left:4%; } .gw-go-space-5p.gw-go-2cols .gw-go-col-wrap { width:47.5%; }
.gw-go-space-5p.gw-go-3cols .gw-go-col-wrap { width:30%; }
.gw-go-space-5p.gw-go-4cols .gw-go-col-wrap { width:21.25%; }
.gw-go-space-5p.gw-go-5cols .gw-go-col-wrap { width:16%; }
.gw-go-space-5p.gw-go-6cols .gw-go-col-wrap { width:12.5%; }
.gw-go-space-5p.gw-go-7cols .gw-go-col-wrap { width:10%; }	
.gw-go-space-5p .gw-go-col-wrap { margin-left:5%; }	
.gw-go-col-wrap {
float:left;
margin-left:-1px;
min-width:130px;
padding:20px 0 40px;
padding-left:0 !important;
padding-right:0 !important;		
position:relative;
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
-webkit-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.gw-go-col-wrap:first-child { margin-left:0; }
.gw-go-col {
border:solid 1px #EBEBEB;
border-bottom:solid 2px #D3D3D3;
border-top-width:2px;
margin-bottom:-20px;		
position:relative;
text-align:center;				
top:0;
-moz-transition:margin-top 0.2s linear, top 0.2s linear, -moz-box-shadow 0.2s linear;
-ms-transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
-o-transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
-webkit-transition:margin-top 0.2s linear, top 0.2s linear, -webkit-box-shadow 0.2s linear;
transition:margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
}
.gw-go-col:before {
content:'';
height:23px;		
margin-top:2px;
filter:alpha(opacity=40);
-khtml-opacity:0.4;
-moz-opacity:0.4;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  
opacity:0.4;		
position:absolute;
left:0;
top:100%;
width:100%;
} .gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current { padding:20px 0 40px; }	
.gw-go:hover .gw-go-col-wrap.gw-go-current .gw-go-col,
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current .gw-go-col {
-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0);
-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0);
box-shadow:0 0 20px -2px rgba(0,0,0,0);		
margin-top:0;
top:0;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current, 
.gw-go.gw-go-enlarge-current .gw-go-col-wrap:hover, 
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current:hover {
padding:0;
margin-bottom:0;
}
.gw-go.gw-go-enlarge-current.gw-go-no-footer:hover .gw-go-col-wrap.gw-go-current {
margin-bottom:0;
}	
.gw-go.gw-go-enlarge-current.gw-go-no-footer .gw-go-col-wrap.gw-go-current,
.gw-go.gw-go-enlarge-current.gw-go-no-footer .gw-go-col-wrap:hover,
.gw-go.gw-go-enlarge-current.gw-go-no-footer:hover .gw-go-col-wrap.gw-go-current:hover  {
margin-bottom:40px;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-col,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap:hover .gw-go-col,
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current:hover .gw-go-col {
-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
box-shadow:0 0 20px -2px rgba(0,0,0,0.25);		
margin-top:20px;
top:-20px;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current { z-index:2; }
.gw-go.gw-go-enlarge-current .gw-go-col-wrap:hover { z-index:3; } .gw-go-header {
overflow:hidden; 
position:relative;
font-family:Arial, Helvetica, sans-serif;
text-align:center;	
}
.gw-go-header img { margin:0 !important; }
.gw-go-header p { margin-bottom:4px; }  .gw-go-header-top {
height:95px;	
position:relative;
}
.gw-go-header h1 {
color:inherit;
font-size:32px !important;
line-height:32px !important;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal !important;
letter-spacing:normal !important;           
margin-bottom:15px !important;
padding:0 !important;         
text-transform:none	!important;
top:15px; 
}
.gw-go-header h1 small { font-size:26px; }
.gw-go-header h2 {
color:inherit;
font-size:26px !important;
line-height:32px !important;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal !important;
letter-spacing:normal !important;        
margin-bottom:15px !important;
padding:0 !important;         
text-transform:none	!important;
top:15px;  
}    
.gw-go-header h3 {
color:inherit;    
font-size:18px !important;
line-height:16px !important;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal !important;
left:0;
letter-spacing:normal !important;
margin:0 !important;
padding:0 !important;
position:absolute;
text-align:center;	
text-transform:none	!important;   
top:19px;
width:100%;
}
.gw-go-header h3 small {
display:block;
font-size:12px;
}
.gw-go-header-bottom {
border-top:solid 1px transparent;	
height:50px;
} .gw-go-coin-wrap {		
font-family:Arial, Helvetica, sans-serif;
font-size:32px;
height:78px;
left:50%;
margin:0 0 0 -40px;
position:absolute;			
top:54px;			
width:78px;
z-index:1;
}
.gw-go-coinf, 
.gw-go-coinb {
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
height:76px;		
left:0;		
position:absolute;		
width:76px;
}
.gw-go-coinf div, 
.gw-go-coinb div {
background:#FFF;		
-moz-background-clip: padding; 
-webkit-background-clip: padding-box; 
background-clip: padding-box;
-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset;
-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset;
box-shadow:1px 1px 3px rgba(0,0,0,0.38) inset;
-moz-box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
box-sizing:content-box !important;		
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
font-size:32px;
height:56px;			
margin:0 auto;
margin-top:-1px;
margin-left:-1px;
padding-top:22px;		
width:78px;
top:0;
}
.gw-go-coinf small, 
.gw-go-coinb small {
display:block;
font-size:12px;
margin-top:9px;	
}
.gw-go-coinb,
.gw-go-col-wrap:hover .gw-go-coinf,
.gw-go-col-wrap.gw-go-current .gw-go-coinf { visibility:hidden; }
.gw-go-coinf,
.gw-go-col-wrap:hover .gw-go-coinb,
.gw-go-col-wrap.gw-go-current .gw-go-coinb { visibility:visible; } ul.gw-go-body {
border-bottom:solid 1px transparent;
list-style:none !important;		
margin:0 !important;
padding:0 !important;
position:relative;
}
ul.gw-go-body li {
background:none;
border-top:solid 1px #FFF;
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;
display:table;		
font-family:Verdana, Geneva, sans-serif;
;
min-height:17px;
line-height:16px !important;
list-style:none !important;	
margin:0 !important;
padding:10px 5px !important;
width:100%;
}
ul.gw-go-body li .gw-go-body-cell {
display:table-cell;
vertical-align:middle;
}
ul.gw-go-body li:before, ul.gw-go-body li:after { display:none !important; }
ul.gw-go-body li.gw-go-has-tooltip { position:relative; }
ul.gw-go-body li.gw-go-has-tooltip span.gw-go-tooltip { 
background:#9D9D9D;
border-color:#9D9D9D;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:0 0 5px rgba(0,0,0,0.15);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.15);
box-shadow:0 0 5px rgba(0,0,0,0.15);			
bottom:100%;
color:#333333;
left:50%;
margin-bottom:-17px;        
margin-left:-15px;
opacity:0;
padding:6px 10px 6px 10px;	
position:absolute;		
text-align:left;
text-decoration:none !important;
-moz-transition:all 0.0s linear;
-ms-transition:all 0.0s linear;
-o-transition:all 0.0s linear;
-webkit-transition:all 0.0s linear;
transition:all 0.0s linear;		
visibility:hidden;
width:130px;
z-index:4;
}
ul.gw-go-body li.gw-go-has-tooltip:hover span.gw-go-tooltip {
opacity:1;
visibility:visible;
bottom:100%;
margin-bottom:-3px;
-moz-transition:opacity 0.2s linear, visibility 0s linear, margin-bottom 0.2s linear;
-ms-transition:opacity 0.2s linear, visibility 0s linear, margin-bottom 0.2s linear;
-o-transition:opacity 0.2s linear, visibility 0s linear, margin-bottom 0.2s linear;
-webkit-transition:opacity 0.2s linear, visibility 0s linear, margin-bottom 0.2s linear;
transition:opacity 0.2s linear, visibility 0s linear, margin-bottom 0.2s linear;
}	
ul.gw-go-body li.gw-go-has-tooltip span.gw-go-tooltip:before {
border-right:6px solid transparent;	
border-left:6px solid transparent;		
border-top:6px solid #9D9D9D;
border-top-color:inherit;
content:'';
left:10px;
position:absolute;
top:100%;
}
ul.gw-go-body li a {
color:inherit;
text-decoration:none !important; 
}
ul.gw-go-body li a:hover { text-decoration:underline !important; }  .gw-go-footer,
.gw-go:hover .gw-go-footer,
.gw-go:hover .gw-go-col-wrap.gw-go-current .gw-go-footer,
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current .gw-go-footer { 
height:67px; 
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear; 
-o-transition:all 0.2s linear; 
-webkit-transition:all 0.2s linear; 
transition:all 0.2s linear; 
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-footer, 
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap:hover .gw-go-footer, 
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current:hover .gw-go-footer { height:107px; } .gw-go-btn {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
cursor:pointer;		
display:inline-block;
font-family:Arial, Helvetica, sans-serif;
margin:0 5px !important;
text-decoration:none;		
}
span.gw-go-btn form { display:none !important; }
.gw-go-btn:hover { text-decoration:none !important; } .gw-go-col-wrap:hover .gw-go-btn:active, .gw-go:hover .gw-go-col-wrap.gw-go-current .gw-go-btn:active {	
-moz-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
-webkit-box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
box-shadow:0 0 0 rgba(0,0,0,0.15) inset;
-moz-transition:all 0s linear;
-ms-transition:all 0s linear; 
-o-transition:all 0s linear; 
-webkit-transition:all 0s linear; 
transition:all 0s linear; 		
} .gw-go-btn-small {
font-size:11px;
height:18px;
line-height:18px;
padding:0 5px;
}
.gw-go-btn-medium {
font-size:12px;
height:27px;
line-height:27px;
padding:0 8px;
}
.gw-go-btn-large {
font-size:16px;
height:42px;
line-height:42px;
padding:0 15px;
}
.gw-go-btn-wrap {
bottom:20px;		
display:table;				
height:87px;
margin-top:20px;
position:relative;
-moz-transition:bottom 0.2s linear;	
-o-transition:bottom 0.2s linear;	
-webkit-transition:bottom 0.2s linear;
transition:bottom 0.2s linear;
width:100%;		
}
.gw-go-btn-wrap-inner {
display:table-cell;
vertical-align:middle;
} .gw-go.gw-go-enlarge-current .gw-go-col-wrap:hover .gw-go-btn-wrap,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-btn-wrap,
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current:hover .gw-go-btn-wrap { bottom:0px; }
.gw-go.gw-go-enlarge-current:hover .gw-go-col-wrap.gw-go-current .gw-go-btn-wrap { bottom:20px; } .gw-go-icon-left { margin-left:0 !important; }
.gw-go-icon-right { margin-right:0 !important; } span[class*="gw-go-icon"] {
background-position: 50% 50% no-repeat;
display:inline-block;
height:16px;
margin:0 3px -4px;
width:16px;
} .gw-go-icon-light-skype { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_light_skype.png) 50% 50% no-repeat; }
.gw-go-icon-light-facebook { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_light_facebook.png) 50% 50% no-repeat; }
.gw-go-icon-light-twitter { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_light_twitter.png) 50% 50% no-repeat; }
.gw-go-icon-light-email { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_light_email.png) 50% 50% no-repeat; }
.gw-go-icon-dark-skype { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_dark_skype.png) 50% 50% no-repeat; }
.gw-go-icon-dark-facebook { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_dark_facebook.png) 50% 50% no-repeat; }
.gw-go-icon-dark-twitter { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_dark_twitter.png) 50% 50% no-repeat; }
.gw-go-icon-dark-email { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_team_dark_email.png) 50% 50% no-repeat; } .gw-go-icon-light-arrow { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-light-arrow2 { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-light-circle { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_circle.png) 50% 50% no-repeat; }
.gw-go-icon-light-cross { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_cross.png) 50% 50% no-repeat; }
.gw-go-icon-light-dot { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_dot.png) 50% 50% no-repeat; }
.gw-go-icon-light-minus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_minus.png) 50% 50% no-repeat; }
.gw-go-icon-light-ok { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_ok.png) 50% 50% no-repeat; }
.gw-go-icon-light-plus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_plus.png) 50% 50% no-repeat; }
.gw-go-icon-light-star { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_light_star.png) 50% 50% no-repeat; } .gw-go-icon-dark-arrow { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-dark-arrow2 { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-dark-circle { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_circle.png) 50% 50% no-repeat; }
.gw-go-icon-dark-cross { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_cross.png) 50% 50% no-repeat; }
.gw-go-icon-dark-dot { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_dot.png) 50% 50% no-repeat; }
.gw-go-icon-dark-minus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_minus.png) 50% 50% no-repeat; }
.gw-go-icon-dark-ok { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_ok.png) 50% 50% no-repeat; }
.gw-go-icon-dark-plus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_plus.png) 50% 50% no-repeat; }
.gw-go-icon-dark-star { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_dark_star.png) 50% 50% no-repeat; } .gw-go-icon-red-arrow { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-red-arrow2 { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-red-circle { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_circle.png) 50% 50% no-repeat; }
.gw-go-icon-red-cross { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_cross.png) 50% 50% no-repeat; }
.gw-go-icon-red-dot { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_dot.png) 50% 50% no-repeat; }
.gw-go-icon-red-minus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_minus.png) 50% 50% no-repeat; }
.gw-go-icon-red-ok { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_ok.png) 50% 50% no-repeat; }
.gw-go-icon-red-plus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_plus.png) 50% 50% no-repeat; }
.gw-go-icon-red-star { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_red_star.png) 50% 50% no-repeat; } .gw-go-icon-green-arrow { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_arrow.png) 50% 50% no-repeat; }
.gw-go-icon-green-arrow2 { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_arrow2.png) 50% 50% no-repeat; }
.gw-go-icon-green-circle { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_circle.png) 50% 50% no-repeat; }
.gw-go-icon-green-cross { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_cross.png) 50% 50% no-repeat; }
.gw-go-icon-green-dot { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_dot.png) 50% 50% no-repeat; }
.gw-go-icon-green-minus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_minus.png) 50% 50% no-repeat; }
.gw-go-icon-green-ok { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_ok.png) 50% 50% no-repeat; }
.gw-go-icon-green-plus { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_plus.png) 50% 50% no-repeat; }
.gw-go-icon-green-star { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_green_star.png) 50% 50% no-repeat; } span[class*="gw-go-btn-icon"] {
display:inline-block;
height:20px;
margin:0 5px -5px;
width:20px;
}
span[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
height:24px;
margin:0 5px -6px;
width:24px;	
}
.gw-go-btn-icon-medium-white-basket { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_white_basket_medium.png) 50% 50% no-repeat; }
.gw-go-btn-icon-medium-white-download { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_white_download_medium.png) 50% 50% no-repeat; }
.gw-go-btn-icon-large-white-basket { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/signs/icon_white_basket_large.png) 50% 50% no-repeat; } .gw-go-ribbon-left, .gw-go-ribbon-right {
height:75px;
left:-1px;		
position:absolute;
width:75px;
top:-1px;
z-index:1;		
}
.gw-go-ribbon-right {
background-position:100% 0 !important;
left:auto;
right:-1px;
} .gw-go-ribbon-left-blue-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_left_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-left-blue-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_left_new.png) 0 0 no-repeat; }
.gw-go-ribbon-left-blue-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_left_top.png) 0 0 no-repeat; }
.gw-go-ribbon-left-blue-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_left_save.png) 0 0 no-repeat; } .gw-go-ribbon-right-blue-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_right_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-right-blue-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_right_new.png) 0 0 no-repeat; }
.gw-go-ribbon-right-blue-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_right_top.png) 0 0 no-repeat; }
.gw-go-ribbon-right-blue-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_blue_right_save.png) 0 0 no-repeat; } .gw-go-ribbon-left-green-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_left_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-left-green-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_left_new.png) 0 0 no-repeat; }
.gw-go-ribbon-left-green-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_left_top.png) 0 0 no-repeat; }
.gw-go-ribbon-left-green-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_left_save.png) 0 0 no-repeat; } .gw-go-ribbon-right-green-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_right_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-right-green-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_right_new.png) 0 0 no-repeat; }
.gw-go-ribbon-right-green-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_right_top.png) 0 0 no-repeat; }
.gw-go-ribbon-right-green-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_green_right_save.png) 0 0 no-repeat; } .gw-go-ribbon-left-red-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_left_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-left-red-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_left_new.png) 0 0 no-repeat; }
.gw-go-ribbon-left-red-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_left_top.png) 0 0 no-repeat; }
.gw-go-ribbon-left-red-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_left_save.png) 0 0 no-repeat; } .gw-go-ribbon-right-red-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_right_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-right-red-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_right_new.png) 0 0 no-repeat; }
.gw-go-ribbon-right-red-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_right_top.png) 0 0 no-repeat; }
.gw-go-ribbon-right-red-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_red_right_save.png) 0 0 no-repeat; } .gw-go-ribbon-left-yellow-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_left_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-left-yellow-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_left_new.png) 0 0 no-repeat; }
.gw-go-ribbon-left-yellow-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_left_top.png) 0 0 no-repeat; }
.gw-go-ribbon-left-yellow-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_left_save.png) 0 0 no-repeat; } .gw-go-ribbon-right-yellow-50percent { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_right_50percent.png) 0 0 no-repeat; }
.gw-go-ribbon-right-yellow-new { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_right_new.png) 0 0 no-repeat; }
.gw-go-ribbon-right-yellow-top { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_right_top.png) 0 0 no-repeat; }
.gw-go-ribbon-right-yellow-save { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/ribbons/ribbon_yellow_right_save.png) 0 0 no-repeat; } .gw-go-col.gw-go-shadow1:before { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_1.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow2:before { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_2.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow3:before { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_3.png) 50% 100% no-repeat; } 
.gw-go-col.gw-go-shadow4:before { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_4.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow5:before { background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_5.png) 50% 100% no-repeat; }
.gw-go-col.gw-go-shadow1:before,
.gw-go-col.gw-go-shadow2:before,
.gw-go-col.gw-go-shadow3:before,
.gw-go-col.gw-go-shadow4:before,
.gw-go-col.gw-go-shadow5:before { background-size:100% 23px; }  @media only screen and (min-width: 768px) and (max-width: 959px) {
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.gw-go-1col .gw-go-col-wrap { width:100% !important; }
.gw-go-2cols .gw-go-col-wrap,
.gw-go-3cols .gw-go-col-wrap,
.gw-go-4cols .gw-go-col-wrap,
.gw-go-5cols .gw-go-col-wrap,
.gw-go-6cols .gw-go-col-wrap,
.gw-go-7cols .gw-go-col-wrap { width:50% !important; }
.gw-go-space-1p .gw-go-col-wrap { width:49.5% !important; }
.gw-go-space-2p .gw-go-col-wrap { width:49% !important; }
.gw-go-space-3p .gw-go-col-wrap { width:48.5% !important; }
.gw-go-space-4p .gw-go-col-wrap { width:48% !important; }
.gw-go-space-5p .gw-go-col-wrap { width:47.5% !important; }                                
.gw-go-col-wrap:nth-of-type(2n-1) { margin-left:0 !important; }               
} @media only screen and (max-width: 479px) {
.gw-go-1col .gw-go-col-wrap,
.gw-go-2cols .gw-go-col-wrap,
.gw-go-3cols .gw-go-col-wrap,
.gw-go-4cols .gw-go-col-wrap,
.gw-go-5cols .gw-go-col-wrap,
.gw-go-6cols .gw-go-col-wrap,
.gw-go-7cols .gw-go-col-wrap {
margin-left:0 !important;
float:left !important;
width:100% !important;
} 
}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:static;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;}.mejs-poster img{border:0;padding:0;border:0;display:block;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;background:none;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;background:0;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/controls.png);}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;padding:auto 4px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{font-size:11px;color:#fff;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(20,20,20,0.8);}.mejs-clear{clear:both;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}.mejs-container {
position: relative;
min-width:150px;
background: none;
font-family: sans-serif;
text-align: left;
vertical-align: top;
}
.me-plugin {
position: absolute;
}
.mejs-embed, .mejs-embed body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
width: 100%;
height: 100%;
} .mejs-background {
position: absolute;
top: 0;
left: 0;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mejs-poster {
position: absolute;
top: 0;
left: 0;
overflow:hidden;
}
.mejs-poster img {
border: 0;
padding: 0;
border: 0;
display: block;
width: auto;
height: 100%;
}
.mejs-overlay {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay-play {
cursor: pointer;
}
.mejs-overlay-button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
background: url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/skin/bigplay.png) no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
background-position: 0 -100px ;
}
.mejs-overlay-loading {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin: -40px 0 0 -40px;
}
.mejs-overlay-loading span {
display:block;
width: 80px;
height: 80px;
background: #3A3C3D url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/skin/loading.gif) 50% 50% no-repeat;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;	
}  .mejs-container .mejs-controls {
position: absolute;
margin: 0;
padding: 0;
bottom: 0;
left: 0;
height: 30px;
width: 100%;
background: #3a3c3d url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/skin/background.png);
background: -webkit-linear-gradient(#4a4c4d, #2b2d2d); 
background: -moz-linear-gradient(#4a4c4d, #2b2d2d);
background: -o-linear-gradient(#4a4c4d, #2b2d2d); 
background: -ms-linear-gradient(#4a4c4d, #2b2d2d); 	
background: linear-gradient(#4a4c4d, #2b2d2d); 	
list-style: none;
}
.mejs-audio .mejs-controls{
border-radius:0px;
}
.mejs-container .mejs-controls  div {
list-style-type: none;
display: block;
float: left;
margin: 0;
padding: 0;
width: 32px;
height: 30px;
font-size: 11px;
line-height: 11px;
font-family: sans-serif;
background: url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/skin/sep.png) left no-repeat;
border: 0;
}
.mejs-controls .mejs-button button {
cursor: pointer;
display: block;
font-size: 0;
line-height: 0;
text-decoration: none;
margin: 7px 7px 0 9px;
padding: 0;
position: absolute;
height: 16px;
width: 16px;
border: 0;
background: transparent url(//real-allfinanz.de/wp-content/plugins/go_pricing/assets/plugins/js/mediaelementjs/skin/controls.png) no-repeat;
} .mejs-controls .mejs-button button:focus {
outline: solid 1px yellow;
}  .mejs-container .mejs-controls .mejs-time {
color: #fff;
display: block;
height: 17px;
width: auto;
padding: 8px 8px 5px 10px;
overflow: hidden;
text-align: center;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
font-size: 11px;
color: #fff;
line-height: 12px;
display: block;
float: left;
width: auto;
}  .mejs-container .mejs-controls .mejs-playpause-button {
cursor: pointer;
background: none;
width: 30px;
}
.mejs-controls .mejs-playpause-button button {
margin:7px 8px;
}
.mejs-controls .mejs-play button {
background-position:0 0;
}
.mejs-controls .mejs-play:hover button {
background-position:0 -32px;
}
.mejs-controls .mejs-pause button {
background-position:0 -16px;
}
.mejs-controls .mejs-pause:hover button {
background-position:0 -48px;
}  .mejs-controls .mejs-stop button {
background-position: -112px 0;
}
.mejs-controls .mejs-stop:hover button {
background-position: -112px -32px;
}  .mejs-controls div.mejs-time-rail {
width: 200px;
}
.mejs-controls .mejs-time-rail span {
display: block;
position: absolute;
width: 180px;
height: 5px;
cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
padding: 1px;
margin: 11px 8px 0 10px;
background: #262929;
border-bottom: #3d3f40 1px solid;
box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
width:100%;
background:#464849;
background-image: -webkit-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
background-image: -moz-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
background-image: -o-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
background-image: -ms-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
background-image: linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
-moz-background-size: 6px 6px;
background-size: 6px 5px;
-webkit-background-size: 6px 5px;
-webkit-animation: buffering-stripes 2s linear infinite;
-moz-animation: buffering-stripes 2s linear infinite;
-ms-animation: buffering-stripes 2s linear infinite;
-o-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
z-index: 1;
}
@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #464849;
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
width: 0;
background: #feea36;
background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
-moz-background-size: 6px 6px;
background-size: 6px 6px;
-webkit-background-size: 6px 5px;
z-index: 1;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display: none;
position: absolute;
margin: 0;
width: 5px;
background: transparent;
cursor: pointer;
top: 1px;
z-index: 1;
text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
position: absolute;
display: none;
background: #C2C8CF;
background: -webkit-linear-gradient(#E3E6E9, #C2C8CF);
background: -moz-linear-gradient(#E3E6E9, #C2C8CF);
background: -o-linear-gradient(#E3E6E9, #C2C8CF);
background: -ms-linear-gradient(#E3E6E9, #C2C8CF);
background: linear-gradient(#E3E6E9, #C2C8CF);
width: 36px;
height: 17px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
box-shadow:0 1px 1px rgba(0, 0, 0, .4);
top: -26px;
margin-left: -18px;
text-align: center;
color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin: 3px;
width: 30px;
display: block;
text-align: center;
left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
position: absolute;
display: block;
width: 0;
height: 0;
line-height: 0;
border: solid 4px #C2C8CF;
border-color: #C2C8CF transparent transparent transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 17px;
left: 13px;
}   .mejs-controls .mejs-fullscreen-button button {
background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
background-position:-32px -16px;
}  .mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
background-position:-16px -16px;
}
.mejs-controls .mejs-mute button:hover {
background-position:-16px -48px;
}
.mejs-controls .mejs-unmute button {
background-position:-16px 0;
}
.mejs-controls .mejs-unmute button:hover {
background-position:-16px -32px;
}
.mejs-controls .mejs-volume-button {
position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
display: none;
height: 68px;
width: 31px;
background: #3A3C3D;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: -68px;
left: 1px;
z-index: 1;
position: absolute;
margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
} .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
position: absolute;
left: 13px;
top: 8px;
width: 5px;
height: 50px;
background: #262929;
border-bottom: #3d3f40 1px solid;
box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
margin: 0;
padding: 1px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
position: absolute;
left: 13px;
top: 8px;
width: 5px;
height: 50px;
background: #feea36;
background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
-moz-background-size: 6px 6px;
background-size: 6px 6px;
-webkit-background-size: 6px 5px;
background-position: bottom;
margin: 1px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
position: absolute;
left: 14px;
top: 16px;
width: 5px;
height: 5px;
background: transparent;
margin: 0;
} .mejs-controls div.mejs-horizontal-volume-slider {
height: 26px;
width: 62px;
position: relative;
background:none;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 5px;
margin: 0;
padding: 1px;
font-size: 1px;
background: #262929;
border-bottom: #3d3f40 1px solid;
box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 5px;
margin: 1px;
padding: 0;
font-size: 1px;
background: #feea36;
background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
-moz-background-size: 6px 6px;
background-size: 6px 6px;
-webkit-background-size: 6px 5px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none;
}  .mejs-controls .mejs-captions-button {
position: relative;
}
.mejs-controls .mejs-captions-button button {
background-position:-48px 0;
}
.mejs-controls .mejs-captions-button:hover button {
background-position:-48px -32px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility: hidden;
position: absolute;
bottom: 30px;
right: -10px;
width: 130px;
height: 100px;
background: #3A3C3D; 	
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display:block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: sans-serif;
font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px 0;
}
.mejs-chapters {
position: absolute;
top: 0;
left: 0;
-xborder-right: solid 1px #fff;
width: 10000px;
z-index: 1;
}
.mejs-chapters .mejs-chapter {
position: absolute;
float: left;
background: #3A3C3D;
background: rgba(58, 60, 61, 0.7);
background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));	
overflow: hidden;
border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size: 11px;
color: #fff;
padding: 5px;
display: block;
border-right: solid 1px #313335;
border-right: solid 1px rgba(49, 51, 53, .7);
border-bottom: solid 1px #313335;
border-bottom: solid 1px rgba(49, 51, 53, .7);
cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
background: #333;
background: rgba(102,102,102, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));	
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
font-size: 12px;
font-weight: bold;
display: block;
white-space:nowrap;
text-overflow: ellipsis;
margin: 0 0 3px 0;
line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
font-size: 12px;
line-height: 12px;
margin: 3px 0 4px 0;
display: block;
white-space:nowrap;
text-overflow: ellipsis;
}
.mejs-captions-layer {
position: absolute;
bottom: 0;
left: 0;
text-align:center; line-height: 22px;
font-size: 12px;
color: #fff;
}
.mejs-captions-layer  a {
color: #fff;
text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs-captions-position {
position: absolute;
width: 100%;
bottom: 15px;
left: 0;
}
.mejs-captions-position-hover {
bottom: 45px;
}
.mejs-captions-text {
padding: 5px 7px;
background: #3a3c3d;
background: rgba(58, 60, 61, 0.8);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
} .mejs-clear {
clear: both;
} .me-cannotplay {
}
.me-cannotplay a {
color: #fff;
font-weight: bold;
}
.me-cannotplay span {
padding: 15px;
display: block;
}  .mejs-controls .mejs-loop-off button{
background-position: -64px -16px;
}
.mejs-controls .mejs-loop-off:hover button{
background-position: -64px -48px;
}
.mejs-controls .mejs-loop-on button {
background-position: -64px 0;
}
.mejs-controls .mejs-loop-on::hover button {
background-position: -64px -32px;
}  .mejs-controls .mejs-backlight-off button{
background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-off:hover button{
background-position: -80px -48px;
}
.mejs-controls .mejs-backlight-on button {
background-position: -80px 0;
}
.mejs-controls .mejs-backlight-on:hover button {
background-position: -80px -32px;
}  .mejs-controls .mejs-picturecontrols-button{
background-position: -96px 0;
}
.mejs-controls .mejs-picturecontrols-button:hover{
background-position: -96px -32px;
}  .mejs-contextmenu {
position: absolute;
width: 150px;
padding: 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
top: 0;
left: 0;
background: #fff;
border: solid 1px #999;
z-index: 1001; }
.mejs-contextmenu .mejs-contextmenu-separator {
height: 1px;
font-size: 0;
margin: 5px 6px;
background: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item {
font-family: sans-serif;
font-size: 12px;
padding: 4px 6px;
cursor: pointer;
color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
background: #2C7C91;
color: #fff;
} .mejs-controls .mejs-sourcechooser-button {
position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px -32px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: #3A3C3D;
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display:block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: sans-serif;
font-size: 10px;
}@media (min-width: 767px) {
.responsive-megamenu-hl-depth-zero {
font-size: 12px;
padding: 6px 8px;
border-radius: 2px;
}
.responsive-megamenu-hl-depth-non-zero {
font-size: 12px;
padding: 3px 6px;
border-radius: 2px;
margin-left: 5px;
margin-right: 5px;
}
}*{box-sizing:border-box}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body,html{height:100%}.wp-site-blocks{display:flex;flex-direction:column;height:100%}footer{margin-block-start:auto!important}.wp-block-spacer{margin-block-start:0!important}.edit-post-visual-editor__post-title-wrapper,.is-root-container .wp-block[data-align=full]>.wp-block-cover,.is-root-container .wp-block[data-align=full]>.wp-block-group,.wp-block-cover.alignfull,.wp-block-group.alignfull,.wp-block-group.has-background,.wp-site-blocks,body>.is-root-container{padding-left:var(--wp--custom--spacing--outer);padding-right:var(--wp--custom--spacing--outer)}.is-root-container .wp-block[data-align=full],.wp-site-blocks .alignfull,.wp-site-blocks>.wp-block-cover,.wp-site-blocks>.wp-block-group.has-background,.wp-site-blocks>.wp-block-template-part>.wp-block-cover,.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background,body>.is-root-container>.wp-block-cover,body>.is-root-container>.wp-block-template-part>.wp-block-cover,body>.is-root-container>.wp-block-template-part>.wp-block-group.has-background{margin-left:calc(var(--wp--custom--spacing--outer)*-1)!important;margin-right:calc(var(--wp--custom--spacing--outer)*-1)!important;width:unset}.has-ti-bg-inv-background-color{background-color:var(--wp--preset--color--raft-bg-inv)}.has-ti-bg-background-color{background-color:var(--wp--preset--color--raft-bg)}.has-ti-bg-alt-background-color{background-color:var(--wp--preset--color--raft-bg-alt)}.has-ti-fg-alt-color{color:var(--wp--preset--color--raft-fg-alt)}.has-ti-accent-background-color{background-color:var(--wp--preset--color--raft-accent)}.has-ti-accent-secondary-background-color{background-color:var(--wp--preset--color--raft-accent-secondary)}.has-huge-font-size{line-height:1.25}.has-x-large-font-size{line-height:1.3}.has-large-font-size{line-height:1.4}.has-medium-font-size{line-height:1.5}.has-normal-font-size{line-height:1.7}.has-small-font-size{line-height:1.6}.comment-form input:not([type=submit]),.comment-form textarea,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,input:read-write,select,textarea{background:var(--wp--preset--color--raft-bg);border:2px solid var(--wp--preset--color--raft-fg);border-radius:5px;color:var(--wp--preset--color--raft-fg)}button[type=submit],input[type=submit]{background:var(--wp--preset--color--raft-accent);border:0;border-color:var(--wp--preset--color--raft-accent);border-radius:5px;box-shadow:none;color:var(--wp--preset--color--raft-fg-alt);font-size:var(--wp--preset--font-size--normal);font-weight:600;padding:var(--wp--preset--spacing--30) var(--wp--preset--spacing--50)}.comment-form{grid-column-gap:15px;display:grid;grid-template-columns:repeat(3,1fr)}.comment-form>*{grid-column:1/span 3}.comment-form>.comment-form-author,.comment-form>.comment-form-email,.comment-form>.comment-form-url{grid-column:span 1}input:read-write:not([type=search]),select,textarea{font-size:var(--wp--preset--font-size--normal);padding:12px;width:100%}input,textarea{font-family:inherit}textarea{resize:vertical}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto}.wp-block-image.alignleft{float:left;margin-right:2em}.wp-block-image.alignright{float:right;margin-left:2em}.wp-block-gallery.has-nested-images figcaption,figure.wp-block-image figcaption{opacity:.6;text-align:left}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:rgba(0,0,0,.3);margin:0;opacity:1;padding:8px;text-align:left}.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:0;opacity:.6}.wp-block-separator.is-style-wide{width:100%}.wp-block-categories.is-style-raft-pills{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--wp--preset--font-size--small);list-style:none;padding-left:0}.wp-block-categories.is-style-raft-pills li{background-color:var(--wp--preset--color--raft-bg-alt);border-radius:25px;margin:5px;padding:8px 24px}.wp-block-post-terms{display:flex;flex-wrap:wrap}.wp-block-post-terms.taxonomy-category a{background-color:var(--wp--preset--color--raft-bg-alt);border-radius:25px;margin:5px;padding:var(--wp--preset--spacing--20) var(--wp--preset--spacing--40)}.wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator{display:none}.wp-block-post-terms.has-text-align-center{justify-content:center}.wp-block-post-terms.has-text-align-right{justify-content:flex-end}.wp-block-query-pagination-numbers .page-numbers:not(:last-child){margin-right:16px}.wp-block-search .wp-block-search__button{background:var(--wp--preset--color--raft-accent);border-color:var(--wp--preset--color--raft-accent);border-radius:5px;color:var(--wp--preset--color--raft-fg-alt)}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background:var(--wp--preset--color--raft-bg);color:var(--wp--preset--color--raft-fg)}.wp-block-navigation__responsive-container.is-menu-open{--navigation-layout-justification-setting:center}.wp-block-navigation__responsive-container.is-menu-open>.wp-block-navigation__container{gap:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{gap:24px!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container>li>a{font-size:var(--wp--preset--font-size--large)!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container{gap:24px!important}.wp-block-latest-posts img{display:block}.wp-block-latest-posts .wp-block-latest-posts__post-title{display:block;font-size:var(--wp--preset--font-size--medium);font-weight:600;margin-bottom:10px}.wp-block-latest-posts .wp-block-latest-posts__post-author,.wp-block-latest-posts time{font-size:var(--wp--preset--font-size--small)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:var(--wp--preset--color--raft-bg-alt)}.wp-block-table thead{border-bottom:2px solid}.wp-block-table tfoot{border-top:2px solid}.wp-block-table figcaption{opacity:.6}@media (max-width:769px){body{--wp--preset--font-size--small:12px;--wp--preset--font-size--normal:16px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:24px;--wp--preset--font-size--x-large:28px;--wp--preset--font-size--huge:36px}}.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:99998}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer;text-decoration:none}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}