@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}@font-face{font-family:icomoon;src:url(//bewindbijmarit.nl/wp-content/plugins/testimonials-carousel-elementor/assets/css/fonts/icomoon.eot?8dc08x);src:url(//bewindbijmarit.nl/wp-content/plugins/testimonials-carousel-elementor/assets/css/fonts/icomoon.eot?8dc08x#iefix) format("embedded-opentype"),url(//bewindbijmarit.nl/wp-content/plugins/testimonials-carousel-elementor/assets/css/fonts/icomoon.ttf?8dc08x) format("truetype"),url(//bewindbijmarit.nl/wp-content/plugins/testimonials-carousel-elementor/assets/css/fonts/icomoon.woff?8dc08x) format("woff"),url(//bewindbijmarit.nl/wp-content/plugins/testimonials-carousel-elementor/assets/css/fonts/icomoon.svg?8dc08x#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-close:before{content:"\e90e"}.icon-star-empty:before{content:"\e9d7"}.icon-star-full:before{content:"\e9d9"}.icon-arrow-right2:before{content:"\ea3c"}.icon-arrow-left2:before{content:"\ea40"}.mySwiper{position:static;padding:30px 30px 50px;width:calc(100% - 140px);height:100%}@media (max-width:1024px){.mySwiper{width:calc(100% - 120px);padding-bottom:40px}}@media (max-width:767px){.mySwiper{width:100%}}.mySwiper .swiper-wrapper{margin-left:0;margin-right:0;padding:0}.mySwiper .swiper-slide{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;padding:2px;height:auto}.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev{width:40px;height:40px;background-color:#fff;background-image:none;border-radius:50%}@media (max-width:767px){.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev{display:none}}.mySwiper .swiper-button-next:after,.mySwiper .swiper-button-prev:after{font-size:15px;color:#a9a9a9;font-weight:700}.mySwiper .swiper-button-next:hover::after,.mySwiper .swiper-button-prev:hover::after{color:#000}.mySwiper .swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mySwiper .swiper-pagination-bullet{width:8px;height:8px;background-color:#c4c4c4;opacity:1}.mySwiper .swiper-pagination-bullet-active{width:12px;height:12px;background-color:#979797}.mySwiper .block-shadow{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 30px;width:100%;background-color:#fff;-webkit-box-shadow:0 0 7.27941px rgba(0,0,0,.05);box-shadow:0 0 7.27941px rgba(0,0,0,.05);border-radius:4px;font-size:18px;overflow:hidden}.mySwiper .slide-icons,.mySwiper .slide-info{width:100%}.mySwiper .slide-content{width:100%}.mySwiper .slide-read-more{margin-top:5px;width:100%;font-weight:600;font-size:11px;line-height:1.5;color:#a3a3a3;text-transform:uppercase;cursor:pointer}.mySwiper .disable-button{display:none}.mySwiper .crop-content{display:box!important;display:-webkit-box!important;display:-moz-box!important;box-orient:vertical;-webkit-box-orient:vertical;-webkit-line-clamp:7;word-break:normal;text-overflow:ellipsis;overflow:hidden}.mySwiper.slider-arrows-disabled{width:100%}.mySwiper.slider-arrows-disabled .swiper-button-next,.mySwiper.slider-arrows-disabled .swiper-button-prev{display:none}.swiper-arrows-position-inside .mySwiper{position:relative;width:100%}.swiper-arrows-position-outside .mySwiper{position:static;width:calc(100% - 200px)}@media (max-width:1024px){.swiper-arrows-position-outside .mySwiper{position:static;width:calc(100% - 120px)}}@media (max-width:767px){.swiper-arrows-position-outside .mySwiper{position:static;width:100%}}.mySwiper .slide-block,.slider-modal .slide-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:15px;padding-bottom:15px;width:100%;border-bottom:1px solid #c4c4c4}.mySwiper .slide-info span,.slider-modal .slide-info span{display:block}.mySwiper .slide-title,.slider-modal .slide-title{font-weight:600;font-size:17px;line-height:21px;color:#474747}.mySwiper .slide-subtitle,.slider-modal .slide-subtitle{font-weight:400;font-size:10px;line-height:13px;color:#5c5c5c}.mySwiper .slide-basic-info,.slider-modal .slide-basic-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mySwiper .slide-image,.slider-modal .slide-image{width:80px;font-size:12px}.mySwiper .slide-description,.slider-modal .slide-description{font-weight:400;font-size:11px;line-height:22px;color:#2c2c2c}.mySwiper .swiper-slide img,.slider-modal .swiper-slide img{border-radius:4px}.mySwiper .icon-star-full,.slider-modal .icon-star-full{color:#fabf35;font-size:12px}.mySwiper .icon-star-empty,.slider-modal .icon-star-empty{color:#e8e8e8;font-size:12px}.slider-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;width:100vw;height:100vh;top:0;left:0;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;z-index:9999}.slider-modal.open{opacity:1;visibility:visible;-webkit-transition-delay:0s;transition-delay:0s}.slider-modal .slide-read-more{display:none}.slider-modal-bg{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5)}.slider-modal-container{position:relative;padding:30px;width:550px;max-height:370px;background-color:#fff;border-radius:10px;overflow-y:scroll}@media (max-width:1024px){.slider-modal-container{width:550px;max-height:370px}}@media (max-width:767px){.slider-modal-container{width:calc(100% - 40px);max-height:calc(100% - 120px)}}.slider-modal-container::-webkit-scrollbar{width:4px}.slider-modal-container::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:4px}.slider-modal-container .icon-close:before{width:9px;height:9px}#slider-modal .slider-modal-close{position:absolute;background:0 0;border:0;font-size:9px;color:#474747;right:15px;top:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;cursor:pointer}#slider-modal .slider-modal-container-info .slider-container-block-background{background:0 0}.slider-logo-container-background{background-color:#b5e7c9}.slider-logo-container-background.slider-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px;border-radius:24px}.slider-logo-container-background .slide-logo-block{overflow:unset}.mySwiperLogo.swiper{width:100%}.mySwiperLogo .slider-logo-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px;border-radius:24px;overflow:hidden}.mySwiperLogo .swiper-logo-buttons-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px}.mySwiperLogo .swiper-logo-button-next,.mySwiperLogo .swiper-logo-button-prev,.mySwiperLogo .swiper-logo-pagination{position:unset}.mySwiperLogo .swiper-logo-button-next,.mySwiperLogo .swiper-logo-button-prev{margin-top:0;background:0 0}.mySwiperLogo .swiper-logo-button-next:after,.mySwiperLogo .swiper-logo-button-prev:after{font-family:icomoon;font-size:16px;color:#4abe80}.mySwiperLogo .swiper-logo-button-next{margin-left:50px}.mySwiperLogo .swiper-logo-button-prev{margin-right:50px}.mySwiperLogo .swiper-logo-pagination{width:auto}.mySwiperLogo .swiper-logo-pagination .swiper-pagination-bullet{margin:0 5px;background-color:#9c9c9c}.mySwiperLogo .swiper-logo-pagination .swiper-pagination-bullet-active{background-color:#4abe80}.mySwiperLogo .slide-logo,.mySwiperLogo .slide-logo-block,.mySwiperLogo .slide-logo-image,.mySwiperLogo .slide-logo-main-block,.slider-logo-container-background .slide-logo,.slider-logo-container-background .slide-logo-block,.slider-logo-container-background .slide-logo-image,.slider-logo-container-background .slide-logo-main-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mySwiperLogo .slide-logo-block,.slider-logo-container-background .slide-logo-block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:25px;overflow:hidden}@media (max-width:767px){.mySwiperLogo .slide-logo-block,.slider-logo-container-background .slide-logo-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mySwiperLogo .slide-logo-image,.slider-logo-container-background .slide-logo-image{width:70px;min-width:70px;height:70px;font-size:12px}.mySwiperLogo .slide-logo-image img,.slider-logo-container-background .slide-logo-image img{border-radius:35px}.mySwiperLogo .slide-logo-basic-info,.slider-logo-container-background .slide-logo-basic-info{margin-left:15px;margin-right:5px}.mySwiperLogo .slide-logo-title,.slider-logo-container-background .slide-logo-title{font-size:18px;font-weight:600;line-height:23px;color:#334a48}@media (max-width:767px){.mySwiperLogo .slide-logo-main-block,.slider-logo-container-background .slide-logo-main-block{width:100%}}@media (max-width:767px){.mySwiperLogo .slide-logotype,.slider-logo-container-background .slide-logotype{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:100%}}.mySwiperLogo .slide-logotype img,.slider-logo-container-background .slide-logotype img{max-width:100px;min-width:50px;max-height:70px;font-size:12px}.mySwiperLogo .slider-logo-container .slide-description,.slider-logo-container-background .slider-logo-container .slide-description{margin-bottom:10px;font-size:14px;font-weight:500;line-height:1.5;color:#414141}.mySwiperLogo .slider-logo-container .slide-read-more,.slider-logo-container-background .slider-logo-container .slide-read-more{font-size:14px;font-weight:600;line-height:1.5;color:#08433c;text-decoration:underline;text-transform:none;text-align:right}.swiper-logo-button-prev:after{content:"\ea40"}.swiper-logo-button-next:after{content:"\ea3c"}.mySwiperCentered .slide-block,.slider-rating-centered-modal .slide-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0;border-bottom:none}.mySwiperCentered .slide-image,.slider-rating-centered-modal .slide-image{margin-right:0}.mySwiperCentered .slide-image img,.slider-rating-centered-modal .slide-image img{border-radius:40px}.mySwiperCentered .slide-basic-info,.slider-rating-centered-modal .slide-basic-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mySwiperCentered .slide-info,.slider-rating-centered-modal .slide-info{text-align:center}.mySwiperCentered .slide-title,.slider-rating-centered-modal .slide-title{margin-bottom:5px;color:#160f68}.mySwiperCentered .slide-icons,.slider-rating-centered-modal .slide-icons{margin:15px 0;line-height:1}.mySwiperCentered .icon-star-empty,.mySwiperCentered .icon-star-full,.slider-rating-centered-modal .icon-star-empty,.slider-rating-centered-modal .icon-star-full{font-size:15px;color:#147ec0}.mySwiperCentered.swiper{width:100%}.mySwiperCentered .swiper-slide img{border-radius:40px}.mySwiperCentered .swiper-rating-centered-buttons-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px}.mySwiperCentered .swiper-rating-centered-button-next,.mySwiperCentered .swiper-rating-centered-button-prev,.mySwiperCentered .swiper-rating-centered-pagination{position:unset}.mySwiperCentered .swiper-rating-centered-button-next,.mySwiperCentered .swiper-rating-centered-button-prev{background:0 0;margin-top:0}.mySwiperCentered .swiper-rating-centered-button-next:after,.mySwiperCentered .swiper-rating-centered-button-prev:after{font-family:icomoon;font-size:16px;color:#147ec0}.mySwiperCentered .swiper-rating-centered-button-next{margin-left:50px}.mySwiperCentered .swiper-rating-centered-button-prev{margin-right:50px}.mySwiperCentered .swiper-rating-centered-pagination{width:auto}.mySwiperCentered .swiper-rating-centered-pagination .swiper-pagination-bullet{margin:0 5px;background-color:#8dc4eb}.mySwiperCentered .slide-read-more{margin-top:15px;text-align:center}.swiper-rating-centered-button-prev:after{content:"\ea40"}.swiper-rating-centered-button-next:after{content:"\ea3c"}.elementor-widget-container .mySwiperCentered .swiper-rating-centered-buttons-block .swiper-rating-centered-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:28px;border-radius:8px;background:linear-gradient(109.37deg,#147ec0 12.53%,#59a7ef 91.8%)}.slider-bottom-modal .slider-modal-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#b018ef;border-radius:0}.slider-bottom-modal .slide-image img{border-radius:24px;color:#d0d0d0}.mySwiperBottom.swiper{width:100%}.mySwiperBottom .block-shadow{background-color:#b018ef;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:0}.mySwiperBottom .swiper-slide img{border-radius:24px;color:#d0d0d0}.mySwiperBottom .swiper-bottom-buttons-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px}.mySwiperBottom .swiper-bottom-button-next,.mySwiperBottom .swiper-bottom-button-prev,.mySwiperBottom .swiper-bottom-pagination{position:unset}.mySwiperBottom .swiper-bottom-button-next,.mySwiperBottom .swiper-bottom-button-prev{margin-top:0;background:0 0}.mySwiperBottom .swiper-bottom-button-next:after,.mySwiperBottom .swiper-bottom-button-prev:after{font-size:14px;color:#cc5a51}.mySwiperBottom .swiper-bottom-button-next{margin-left:50px}.mySwiperBottom .swiper-bottom-button-prev{margin-right:50px}.mySwiperBottom .swiper-bottom-pagination{width:auto}.mySwiperBottom .swiper-bottom-pagination .swiper-pagination-bullet{margin:0 5px;background-color:#848484}.mySwiperBottom .slide-read-more{margin-top:0;margin-left:5px;width:auto;font-size:12px;color:#f69587;text-decoration:underline;text-transform:none}.mySwiperBottom .slide-description,.slider-bottom-modal .slide-description{margin-bottom:26px;color:#d0d0d0}.mySwiperBottom .slide-image,.slider-bottom-modal .slide-image{width:48px}.mySwiperBottom .slide-title,.slider-bottom-modal .slide-title{margin-bottom:8px;color:#fff}.mySwiperBottom .slide-subtitle,.slider-bottom-modal .slide-subtitle{font-size:12px;color:#d9d9d9}.mySwiperBottom .slide-basic-info,.slider-bottom-modal .slide-basic-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:15px;width:auto}.mySwiperBottom .slide-block,.slider-bottom-modal .slide-block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;border-bottom:none}.elementor-widget-container .mySwiperBottom .swiper-bottom-buttons-block .swiper-bottom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:8px;height:8px;background:#cc5a51}#slider-modal .slider-modal-close.slider-bottom-modal-exit{color:#fff}.mySwiperCoverflow.mySwiper{width:100%}.mySwiperCoverflow .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start}.mySwiperCoverflow .swiper-coverflow-buttons-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}.mySwiperCoverflow .swiper-coverflow-button-next,.mySwiperCoverflow .swiper-coverflow-button-prev,.mySwiperCoverflow .swiper-coverflow-pagination{position:unset}.mySwiperCoverflow .swiper-coverflow-button-next,.mySwiperCoverflow .swiper-coverflow-button-prev{margin-top:0;background:0 0}.mySwiperCoverflow .swiper-coverflow-button-next:after,.mySwiperCoverflow .swiper-coverflow-button-prev:after{font-family:icomoon;font-size:16px}.mySwiperCoverflow .swiper-coverflow-button-next{margin-left:50px}.mySwiperCoverflow .swiper-coverflow-button-next:after{content:"\ea3c"}.mySwiperCoverflow .swiper-coverflow-button-prev{margin-right:50px}.mySwiperCoverflow .swiper-coverflow-button-prev:after{content:"\ea40"}.mySwiperCoverflow .swiper-coverflow-pagination{width:auto}.mySwiperCoverflow .swiper-coverflow-pagination .swiper-pagination-bullet{margin:0 5px}@media (max-width:767px){.mySwiperCoverflow .swiper-button-next,.mySwiperCoverflow .swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex}}.mySwiperCoverflow .block-shadow{height:100%;-webkit-box-shadow:unset;box-shadow:unset;overflow:hidden}.mySwiperCoverflow .slider-coverflow-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;width:100%;height:100%}.mySwiperCoverflow .slide-title{font-size:24px;font-weight:400;color:#000}.mySwiperCoverflow .slide-description{font-size:14px;font-weight:300;color:#000}.mySwiperCoverflow .slide-coverflow-button{padding:10px 20px;width:auto;background:#fff;border:2px solid #000;border-radius:50px;color:#000;text-decoration:none;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.mySwiperCoverflow .slide-coverflow-button-wrapper{display:block;width:100%}.elementor-widget-container .mySwiperCoverflow .swiper-coverflow-buttons-block .swiper-coverflow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-radius:8px}.mySwiperGalleryCoverflow{padding-bottom:0;height:100vh}@media (max-width:1024px){.mySwiperGalleryCoverflow{height:auto}}.mySwiperGalleryCoverflow .swiper-pagination{display:block;position:absolute;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:.3s opacity;transition:.3s opacity;z-index:10}.mySwiperGalleryCoverflow .swiper-pagination-bullet{width:8px;height:8px;background:#000;border-radius:100%;opacity:.2}.mySwiperGalleryCoverflow .swiper-pagination-bullet-active{background:#fff;opacity:1}.mySwiperGalleryCoverflow .swiper-slide{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1024px){.mySwiperGalleryCoverflow .swiper-container.testimonial{height:40vh}}@media (max-width:1024px){.mySwiperGalleryCoverflow .testimonial-section{height:auto}}.mySwiperGalleryCoverflow .testimonial-section .testimonial-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:60%;height:auto;background:#e89a3d;color:#fff}@media (max-width:1024px){.mySwiperGalleryCoverflow .testimonial-section .testimonial-wrapper{width:100%;height:100%}}@media (max-width:1024px){.mySwiperGalleryCoverflow .testimonial-section .quote{padding:60px}}@media (max-width:767px){.mySwiperGalleryCoverflow .testimonial-section .quote{padding:20px}}.mySwiperGalleryCoverflow .testimonial .icon-star-full{font-size:12px;color:#fff}.mySwiperGalleryCoverflow .testimonial .icon-star-empty{color:#fff;font-size:12px}.mySwiperGalleryCoverflow .slide-read-more{margin-top:5px;margin-right:0;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:600;font-size:11px;line-height:1.5;color:#fff;text-transform:uppercase;cursor:pointer}.mySwiperGalleryCoverflow.mySwiper .swiper-pagination-vertical .swiper-pagination-bullet{margin-right:auto;margin-left:auto}.mySwiperGalleryCoverflow.mySwiper .swiper-pagination-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.mySwiperGalleryCoverflow-modal .slider-modal-container-info img{width:50%}@media (max-width:1024px){.mySwiperGalleryCoverflow .gallery-wrapper{padding:60px;width:100%;height:50%}}@media (max-width:767px){.mySwiperGalleryCoverflow .gallery-wrapper{height:20%;padding:20px}}@media (max-width:1024px){.mySwiperGalleryCoverflow .gallery-thumbs .swiper-slide{height:230px}}@media (max-width:767px){.mySwiperGalleryCoverflow .gallery-thumbs .swiper-slide{height:150px}}@media (max-width:767px){.mySwiperGalleryCoverflow .crop-content{display:box!important;display:-webkit-box!important;display:-moz-box!important;box-orient:vertical;-webkit-box-orient:vertical;-webkit-line-clamp:4;word-break:break-all;text-overflow:ellipsis;overflow:hidden}}.hidden-scroll{overflow:hidden}@media (max-width:1024px){.testimonials-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}@media (max-width:1024px){.testimonials-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}}#gdpr-cookie-consent-bar,#gdpr-cookie-consent-show-again{margin:0;padding:0;position:absolute;box-sizing:border-box;width:100%;z-index:999999999;display:none;font-size:14px;line-height:1.5;font-weight:300}#gdpr-cookie-consent-bar.gdpr-widget{margin:0;padding:0}#gdpr-cookie-consent-show-again{padding:.5rem 1rem;cursor:pointer}#gdpr-cookie-consent-bar #cookie_credit_link{border:unset!important;background:unset!important;color:#0274be}#gdpr-cookie-consent-bar a{background-color:inherit;font-family:inherit;cursor:pointer;text-decoration:none;box-shadow:unset}#gdpr-cookie-consent-bar .gdpr_messagebar_content{vertical-align:middle;margin:0 auto}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content{display:flex;flex-direction:row}#gdpr-cookie-consent-bar.gdpr-banner .gdpr_messagebar_content{padding:1.5rem}#gdpr-cookie-consent-bar.gdpr-widget .gdpr_messagebar_content{margin:2.5rem}#gdpr-cookie-consent-bar .gdpr_messagebar_content h3{margin:0;padding:0 0 1rem 0;font-size:18px;line-height:1.5;color:inherit;font-family:inherit}#gdpr-cookie-consent-bar.gdpr-widget .gdpr_messagebar_content h3,.gdprmodal-body #gdpr-cookie-consent-bar .gdpr_messagebar_content h3{padding:0 0 1.5rem 0}#gdpr-cookie-consent-bar .gdpr_messagebar_content div.group-description{margin:0;padding:0 0 1rem 0;font-size:inherit;line-height:inherit}.gdprmodal-body #gdpr-cookie-consent-bar .gdpr_messagebar_content div.group-description{padding:0 0 1.5rem 0}#gdpr-cookie-consent-bar.gdpr-widget .gdpr_messagebar_content div.group-description{padding:0 0 1.5rem 0}#gdpr-cookie-consent-bar.ccpa.gdpr-widget .gdpr_messagebar_content div.group-description{padding:0}#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content div.group-description{margin:0;padding:0 0 .5rem 0}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content div.group-description{margin:0;padding:0;width:65%}#gdpr-cookie-consent-bar.ccpa.gdpr-column .gdpr_messagebar_content div.group-description{width:100%}#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content div.group-description{width:80%}#gdpr-cookie-consent-bar .gdpr_messagebar_content div.group-description p{margin:0}#gdpr-cookie-consent-bar .gdpr_messagebar_content .gdpr_link_button{display:inline;font-family:inherit;font-size:inherit;line-height:inherit}#gdpr-cookie-consent-bar.ccpa.gdpr-banner .gdpr_messagebar_content .group-description{text-align:center}#gdpr-cookie-consent-bar.ccpa.gdpr-popup .gdpr_messagebar_content .group-description{padding:0}#gdpr-cookie-consent-bar.ccpa .gdpr_messagebar_content .group-description{padding:0;margin:0}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:35%;margin:auto 0 auto 1rem}#gdpr-cookie-consent-bar.gdpr-box .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly}#gdpr-cookie-consent-bar.gdpr-box .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons a{width:100%}#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:20%}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content .group-description-buttons p{padding:0;margin:0}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content .group-description-buttons a{display:block;margin:.5rem auto 0 auto}#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons p{padding:0;margin:0}#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons a{display:block;width:20%;margin:.5rem auto 0 auto}#gdpr-cookie-consent-bar.gdpr-row.gdpr-popup .gdpr_messagebar_content .group-description-buttons a,#gdpr-cookie-consent-bar.gdpr-row.gdpr-widget .gdpr_messagebar_content .group-description-buttons a{width:35%}.gdpr-plugin-button,.gdpr-plugin-button:visited{display:inline-block;padding:10px 16px 10px;color:#fff;text-decoration:none;position:relative;cursor:pointer;margin-left:0;text-decoration:none}.gdpr-plugin-button:hover{background-color:#111;color:#fff;text-decoration:none}.small.gdpr-plugin-button,.small.gdpr-plugin-button:visited{font-size:10px}.gdpr-plugin-button,.gdpr-plugin-button:visited,.medium.gdpr-plugin-button,.medium.gdpr-plugin-button:visited{font-size:13px;font-weight:500;line-height:1}.large.gdpr-plugin-button,.large.gdpr-plugin-button:visited{font-size:15px;padding:8px 14px 9px}.super.gdpr-plugin-button,.super.gdpr-plugin-button:visited{font-size:24px;padding:8px 14px 9px}.magenta.gdpr-plugin-button:visited,.pink.gdpr-plugin-button{background-color:#e22092}.pink.gdpr-plugin-button:hover{background-color:#c81e82}.green.gdpr-plugin-button,.green.gdpr-plugin-button:visited{background-color:#91bd09}.green.gdpr-plugin-button:hover{background-color:#749a02}.red.gdpr-plugin-button,.red.gdpr-plugin-button:visited{background-color:#e62727}.red.gdpr-plugin-button:hover{background-color:#cf2525}.orange.gdpr-plugin-button,.orange.gdpr-plugin-button:visited{background-color:#ff5c00}.orange.gdpr-plugin-button:hover{background-color:#d45500}.blue.gdpr-plugin-button,.blue.gdpr-plugin-button:visited{background-color:#2981e4}.blue.gdpr-plugin-button:hover{background-color:#2575cf}.yellow.gdpr-plugin-button,.yellow.gdpr-plugin-button:visited{background-color:#ffb515}.yellow.gdpr-plugin-button:hover{background-color:#fc9200}.gdpr-plugin-button{margin-top:5px;align-self:center}#gdpr-cookie-consent-bar .gdpr_messagebar_detail{box-sizing:border-box;font-size:inherit;line-height:inherit;margin:0 auto;margin-top:10px;text-align:left;border-top:1px solid #ccc}#gdpr-cookie-consent-bar .gdpr_messagebar_detail>div{margin:5px 0}#gdpr-cookie-consent-bar .gdpr_messagebar_detail a{cursor:pointer;text-decoration:none;font-size:inherit;font-family:inherit;color:inherit;text-decoration:none}#gdpr-cookie-consent-bar .gdpr_messagebar_detail a:active,#gdpr-cookie-consent-bar .gdpr_messagebar_detail a:focus,#gdpr-cookie-consent-bar .gdpr_messagebar_detail a:hover{color:inherit;text-decoration:none}#gdpr-cookie-consent-bar .gdpr_messagebar_detail .gdpr_messagebar_body_buttons_wrapper{display:inline-block}#gdpr-cookie-consent-bar .gdpr_messagebar_detail .gdpr_messagebar_body_buttons_wrapper input{width:unset}#gdpr-cookie-consent-bar .gdpr_messagebar_detail .gdpr_messagebar_body_buttons_wrapper label{color:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0 5px 0 0}#gdpr-cookie-consent-bar .gdpr_messagebar_detail .gdpr_messagebar_body_buttons_wrapper input:focus{outline:0}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body{width:100%}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content_tabs{position:relative;height:auto;border-bottom:1px solid #ccc;padding-bottom:0}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content_tabs #gdpr_messagebar_detail_body_content_tabs_about{margin-left:-4px}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content_tabs a.gdpr_messagebar_detail_body_content_tab{display:inline-block;padding:8px;margin:0;margin-bottom:-1px;border:1px solid #ccc}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content_tabs a.gdpr_messagebar_detail_body_content_tab.gdpr_messagebar_detail_body_content_tab_item_selected{border-bottom:1px solid #fff}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content{height:170px;overflow-y:auto;border:1px solid #ccc;border-bottom:1px solid #ccc;border-top:none}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container{overflow:auto}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_types{display:inline-block;float:left}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_types a:last-child{border-bottom:none!important}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_types a.gdpr_messagebar_detail_body_content_overview_cookie_container_types{border-bottom:1px solid #ccc;border-right:1px solid #ccc;display:block;padding:8px}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_types a.gdpr_messagebar_detail_body_content_overview_cookie_container_types.gdpr_messagebar_detail_body_content_overview_cookie_container_type_selected{border-right:1px solid #fff}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details{display:table-cell;padding:12px;overflow:auto}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table{padding:0;margin:8px 0 0;border-spacing:0;border-collapse:collapse;width:100%;border:none;font-size:inherit;font-family:inherit;line-height:inherit}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table td,#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table th,#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table thead,#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table tr{border:none}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table tr{border-bottom:1px solid #ccc}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table td,#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_overview #gdpr_messagebar_detail_body_content_overview_cookie_container #gdpr_messagebar_detail_body_content_overview_cookie_container_type_details .gdpr_messagebar_detail_body_content_cookie_type_details .gdpr_messagebar_detail_body_content_cookie_type_table_container table.gdpr_messagebar_detail_body_content_cookie_type_table th{word-break:break-all;max-width:70px;vertical-align:top;text-align:left;padding:2px;font-weight:400}#gdpr-cookie-consent-bar .gdpr_messagebar_detail #gdpr_messagebar_detail_body #gdpr_messagebar_detail_body_content #gdpr_messagebar_detail_body_content_about{padding:12px}#gdpr-cookie-consent-bar.eprivacy .gdpr_messagebar_content .powered-by-credits{padding:1.5rem 0 0 0}#gdpr-cookie-consent-bar.eprivacy.gdpr-banner .gdpr_messagebar_content .powered-by-credits{padding:1rem 0 0 0}.gdprmodal-open{overflow:hidden}.gdprmodal-open .gdprmodal{overflow-x:hidden;overflow-y:auto}.gdprmodal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.gdprmodal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.gdprmodal.gdprfade .gdprmodal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.gdpr_cookie_consent.gdprmodal.gdprfade .gdprmodal-dialog{transition:none}}.gdprmodal.gdprshow .gdprmodal-dialog{-webkit-transform:none;transform:none}.gdprmodal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.gdprmodal-dialog-scrollable .gdprmodal-content{max-height:calc(100vh - 1rem);overflow:hidden}.gdprmodal-dialog-scrollable .gdprmodal-footer,.gdprmodal-dialog-scrollable .gdprmodal-header{-ms-flex-negative:0;flex-shrink:0}.gdprmodal-dialog-scrollable .gdprmodal-body{overflow-y:auto}.gdprmodal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.gdprmodal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.gdprmodal-dialog-centered.gdprmodal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.gdprmodal-dialog-centered.gdprmodal-dialog-scrollable .gdprmodal-content{max-height:none}.gdprmodal-dialog-centered.gdprmodal-dialog-scrollable::before{content:none}.gdprmodal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#f5f5f5;outline:0}.gdprmodal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.gdprmodal-backdrop.gdprfade{opacity:0}.gdprmodal-backdrop.gdprshow{opacity:.5}.gdprmodal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem}.gdprmodal-header .close{padding:0;margin:0}.gdprmodal-title{margin-bottom:0;line-height:1.5}.gdprmodal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.gdprmodal-body #gdpr-cookie-consent-bar{padding:2.5rem}.gdprmodal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:center;padding:1rem}.gdprmodal-footer>:not(:first-child){margin-left:.25rem}.gdprmodal-footer>:not(:last-child){margin-right:.25rem}.gdprmodal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.gdprmodal-dialog{max-width:500px;margin:1.75rem auto}#gdpr-ccpa-gdprmodal .gdprmodal-dialog{max-width:300px}.gdprmodal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.gdprmodal-dialog-scrollable .gdprmodal-content{max-height:calc(100vh - 3.5rem)}.gdprmodal-dialog-centered{min-height:calc(100% - 3.5rem)}.gdprmodal-dialog-centered::before{height:calc(100vh - 3.5rem)}.gdprmodal-sm{max-width:300px}}@media (min-width:768px){.gdprmodal-dialog-centered .gdprmodal-content{min-width:550px}}@media (min-width:992px){.gdprmodal-lg,.gdprmodal-xl{max-width:800px}}@media (min-width:1200px){.gdprmodal-xl{max-width:1140px}}.gdprfade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.gdprfade{transition:none}}.gdprfade:not(.gdprshow){opacity:0}.table{width:100%;margin-bottom:1rem;color:#212529;border-collapse:collapse}.table td,.table th{padding:.75rem;vertical-align:top;border:1px solid #dee2e6}.table thead th{vertical-align:bottom}.table-striped tbody tr:nth-of-type(odd){background-color:inherit}.table-striped tbody tr:nth-of-type(even){background-color:rgba(0,0,0,.05)}.table .thead-dark th{color:#000;background-color:#ebebeb;border-color:rgba(224,224,224,.5)}.gdpr_messagebar_detail.navy_blue_box .table .thead-dark th,.gdpr_messagebar_detail.navy_blue_center .table .thead-dark th,.gdpr_messagebar_detail.navy_blue_square .table .thead-dark th{color:#e5e5e5;background-color:#354e8e;border-color:rgba(58,86,156,.5)}.gdpr_messagebar_detail.almond_column .table .thead-dark th{color:#1e3d59;background-color:#f2ecd8;border-color:rgba(247,243,231,.5)}.gdpr_messagebar_detail.grey_center .table .thead-dark th,.gdpr_messagebar_detail.grey_column .table .thead-dark th{color:#000;background-color:#e0e0e0;border-color:rgba(215,215,215,.5)}.gdpr_messagebar_detail.dark .table .thead-dark th{color:#fff;background-color:#3a3a3a;border-color:rgba(67,67,67,.5)}.gdpr_messagebar_detail.dark_row .table .thead-dark th{color:#fff;background-color:#434a58;border-color:rgba(75,83,99,.5)}.gdpr_messagebar_detail #cookie_credit_link{color:#0274be}.gdpr_messagebar_detail .table tbody tr td{color:#000;border-color:rgba(251,250,244,.5)}.gdpr_messagebar_detail.navy_blue_box .table tbody tr td,.gdpr_messagebar_detail.navy_blue_center .table tbody tr td,.gdpr_messagebar_detail.navy_blue_square .table tbody tr td{color:#e5e5e5;border-color:rgba(58,86,156,.5)}.gdpr_messagebar_detail.almond_column .table tbody tr td{color:#1e3d59;border-color:rgba(247,243,231,.5)}.gdpr_messagebar_detail.grey_center .table tbody tr td,.gdpr_messagebar_detail.grey_column .table tbody tr td{color:#000;border-color:rgba(215,215,215,.5)}.gdpr_messagebar_detail.dark .table tbody tr td{color:#fff;border-color:rgba(67,67,67,.5)}.gdpr_messagebar_detail.dark_row .table tbody tr td{color:#fff;border-color:rgba(75,83,99,.5)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}#gdpr-cookie-consent-bar .btn,.gdpr_messagebar_detail .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:.375rem .75rem;background-color:transparent;border:0 none transparent;font-size:14px;line-height:1.5;text-transform:initial;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#gdpr-ccpa-gdprmodal .btn,#gdpr-cookie-consent-bar.gdpr-popup.theme-dt-the7 .btn,#gdpr-cookie-consent-bar.gdpr-widget.theme-dt-the7 .btn{padding:.375rem .15rem}#gdpr-cookie-consent-bar .btn.gdpr_action_button,#gdpr-cookie-consent-bar .btn.gdpr_action_button_link{margin-left:.25rem;min-width:6rem;white-space:nowrap}#gdpr-cookie-consent-bar.gdpr-center .btn.gdpr_action_button{min-width:10rem}@media (prefers-reduced-motion:reduce){#gdpr-cookie-consent-bar .btn,.gdpr_messagebar_detail .btn{transition:none}}#gdpr-cookie-consent-bar .btn:hover,.gdpr_messagebar_detail .btn:hover{color:#212529;text-decoration:none}#gdpr-cookie-consent-bar .btn:focus,.gdpr_messagebar_detail .btn:focus{outline:0;box-shadow:unset}#gdpr-cookie-consent-bar .btn.disabled,.gdpr_messagebar_detail .btn:disabled{opacity:.65}#gdpr-cookie-consent-bar a.btn.disabled,fieldset:disabled #gdpr-cookie-consent-bar a.btn{pointer-events:none}#gdpr-ccpa-gdprmodal .btn-lg,#gdpr-cookie-consent-bar .btn-lg,.gdpr_messagebar_detail .btn-lg{padding:.5rem 1rem;font-size:18px;line-height:1.5}#gdpr-ccpa-gdprmodal .btn-sm,#gdpr-cookie-consent-bar .btn-sm,.gdpr_messagebar_detail .btn-sm{padding:.25rem .5rem;font-size:11px;line-height:1.5}.gdpr_messagebar_detail,.gdpr_messagebar_detail:after,.gdpr_messagebar_detail:before{box-sizing:border-box}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-content{border:unset;font-size:13px;line-height:1.5}.gdpr_messagebar_detail.navy_blue_box .gdprmodal-dialog .gdprmodal-content,.gdpr_messagebar_detail.navy_blue_center .gdprmodal-dialog .gdprmodal-content,.gdpr_messagebar_detail.navy_blue_square .gdprmodal-dialog .gdprmodal-content{background-color:#2f467f}.gdpr_messagebar_detail.almond_column .gdprmodal-dialog .gdprmodal-content{background-color:#ede4ca}.gdpr_messagebar_detail.grey_center .gdprmodal-dialog .gdprmodal-content,.gdpr_messagebar_detail.grey_column .gdprmodal-dialog .gdprmodal-content{background-color:#eaeaea}.gdpr_messagebar_detail.dark .gdprmodal-dialog .gdprmodal-content{background-color:#303030}.gdpr_messagebar_detail.dark_row .gdprmodal-dialog .gdprmodal-content{background-color:#3a404d}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-content .gdprmodal-body{color:#000;padding:0}.gdpr_messagebar_detail.navy_blue_box .gdprmodal-dialog .gdprmodal-content .gdprmodal-body,.gdpr_messagebar_detail.navy_blue_center .gdprmodal-dialog .gdprmodal-content .gdprmodal-body,.gdpr_messagebar_detail.navy_blue_square .gdprmodal-dialog .gdprmodal-content .gdprmodal-body{color:#e5e5e5}.gdpr_messagebar_detail.almond_column .gdprmodal-dialog .gdprmodal-content .gdprmodal-body{color:#1e3d59}.gdpr_messagebar_detail.grey_center .gdprmodal-dialog .gdprmodal-content .gdprmodal-body,.gdpr_messagebar_detail.grey_column .gdprmodal-dialog .gdprmodal-content .gdprmodal-body{color:#000}.gdpr_messagebar_detail.dark .gdprmodal-dialog .gdprmodal-content .gdprmodal-body{color:#fff}.gdpr_messagebar_detail.dark_row .gdprmodal-dialog .gdprmodal-content .gdprmodal-body{color:#fff}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-header{justify-content:flex-end;background-color:#fff;padding:2rem;border:unset}.gdpr_messagebar_detail.navy_blue_box .gdprmodal-dialog .gdprmodal-header,.gdpr_messagebar_detail.navy_blue_center .gdprmodal-dialog .gdprmodal-header,.gdpr_messagebar_detail.navy_blue_square .gdprmodal-dialog .gdprmodal-header{background-color:#2a3e71}.gdpr_messagebar_detail.almond_column .gdprmodal-dialog .gdprmodal-header{background-color:#e8ddbb}.gdpr_messagebar_detail.grey_center .gdprmodal-dialog .gdprmodal-header,.gdpr_messagebar_detail.grey_column .gdprmodal-dialog .gdprmodal-header{background-color:#f4f4f4}.gdpr_messagebar_detail.dark .gdprmodal-dialog .gdprmodal-header{background-color:#262626}.gdpr_messagebar_detail.dark_row .gdprmodal-dialog .gdprmodal-header{background-color:#323742}#gdpr-ccpa-gdprmodal .gdprmodal-dialog .gdprmodal-body .close,.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-header .close{color:rgb(102 204 102);background-color:transparent;opacity:.5;text-shadow:unset}#gdpr-ccpa-gdprmodal .gdprmodal-dialog .gdprmodal-body .close .dashicons.dashicons-dismiss{display:none}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-header .close .dashicons.dashicons-dismiss{overflow:hidden}#gdpr-ccpa-gdprmodal .gdprmodal-dialog .gdprmodal-body .close:focus,#gdpr-ccpa-gdprmodal .gdprmodal-dialog .gdprmodal-body .close:hover,.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-header .close:focus,.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-header .close:hover{text-decoration:none;cursor:pointer;opacity:.8;outline:unset}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-footer{justify-content:flex-end;background-color:#fff;padding:1.5rem;border:unset}.gdpr_messagebar_detail.navy_blue_box .gdprmodal-dialog .gdprmodal-footer,.gdpr_messagebar_detail.navy_blue_center .gdprmodal-dialog .gdprmodal-footer,.gdpr_messagebar_detail.navy_blue_square .gdprmodal-dialog .gdprmodal-footer{background-color:#2a3e71}.gdpr_messagebar_detail.almond_column .gdprmodal-dialog .gdprmodal-footer{background-color:#e8ddbb}.gdpr_messagebar_detail.grey_center .gdprmodal-dialog .gdprmodal-footer,.gdpr_messagebar_detail.grey_column .gdprmodal-dialog .gdprmodal-footer{background-color:#f4f4f4}.gdpr_messagebar_detail.dark .gdprmodal-dialog .gdprmodal-footer{background-color:#262626}.gdpr_messagebar_detail.dark_row .gdprmodal-dialog .gdprmodal-footer{background-color:#323742}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{color:#000;position:absolute;left:2%;font-size:9px}.gdpr_messagebar_detail.navy_blue_box .gdprmodal-dialog .gdprmodal-footer .powered-by-credits,.gdpr_messagebar_detail.navy_blue_center .gdprmodal-dialog .gdprmodal-footer .powered-by-credits,.gdpr_messagebar_detail.navy_blue_square .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{color:#e5e5e5}.gdpr_messagebar_detail.almond_column .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{color:#1e3d59}.gdpr_messagebar_detail.grey_center .gdprmodal-dialog .gdprmodal-footer .powered-by-credits,.gdpr_messagebar_detail.grey_column .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{color:#000}.gdpr_messagebar_detail.dark .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{color:#fff}.gdpr_messagebar_detail.dark_row .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{color:#fff}#gdpr-ccpa-gdprmodal .gdprmodal-content{color:#000;background-color:#fff}.navy_blue_box #gdpr-ccpa-gdprmodal .gdprmodal-content,.navy_blue_center #gdpr-ccpa-gdprmodal .gdprmodal-content,.navy_blue_square #gdpr-ccpa-gdprmodal .gdprmodal-content{color:#e5e5e5;background-color:#2a3e71}.almond_column #gdpr-ccpa-gdprmodal .gdprmodal-content{color:#1e3d59;background-color:#e8ddbb}.grey_center #gdpr-ccpa-gdprmodal .gdprmodal-content,.grey_column #gdpr-ccpa-gdprmodal .gdprmodal-content{color:#000;background-color:#f4f4f4}.dark #gdpr-ccpa-gdprmodal .gdprmodal-content{color:#fff;background-color:#262626}.dark_row #gdpr-ccpa-gdprmodal .gdprmodal-content{color:#fff;background-color:#323742}#gdpr-ccpa-gdprmodal .gdprmodal-footer{border:unset}#gdpr-ccpa-gdprmodal .gdprmodal-dialog .gdprmodal-footer .powered-by-credits{position:absolute;right:3%;font-size:.55em;bottom:0}#gdpr-ccpa-gdprmodal .gdprmodal-body{padding:1rem}#gdpr-ccpa-gdprmodal .gdprmodal-body p{margin:0;padding:0}#gdpr-ccpa-gdprmodal .gdprmodal-body .gdpr_action_button.close{position:absolute;right:.5rem;top:.5rem;padding:0;background-color:none;border-style:none}.gdpr_messagebar_detail .category-group{margin:0;padding-left:0;max-height:100%;overflow:scroll}.gdpr_messagebar_detail.layout-classic .category-group{padding:0 10px}.gdpr_messagebar_detail .gdpr-about-cookies{padding:10px 20px}.gdpr_messagebar_detail .category-group .category-item{list-style:none;font-family:inherit;font-weight:400;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:0 0;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}.gdpr_messagebar_detail.layout-classic .category-group .category-item{position:relative}.gdpr_messagebar_detail .category-group .category-item h3{margin:0;padding:0;vertical-align:middle;display:inline-block;font-size:18px;line-height:1.5;color:inherit}.gdpr_messagebar_detail .category-group .category-item .gdpr-column{width:100%}.gdpr_messagebar_detail .category-group .category-item .gdpr-column .gdpr-columns{clear:both;width:25%;float:left;cursor:pointer;background-color:#ebebeb;padding:10px;vertical-align:middle;outline:0;margin:10px 10px 0 10px;border-radius:5px;box-sizing:border-box}.gdpr_messagebar_detail.navy_blue_box .category-group .category-item .gdpr-column .gdpr-columns,.gdpr_messagebar_detail.navy_blue_center .category-group .category-item .gdpr-column .gdpr-columns,.gdpr_messagebar_detail.navy_blue_square .category-group .category-item .gdpr-column .gdpr-columns{background-color:#354e8e}.gdpr_messagebar_detail.almond_column .category-group .category-item .gdpr-column .gdpr-columns{background-color:#f2ecd8}.gdpr_messagebar_detail.grey_center .category-group .category-item .gdpr-column .gdpr-columns,.gdpr_messagebar_detail.grey_column .category-group .category-item .gdpr-column .gdpr-columns{background-color:#e0e0e0}.gdpr_messagebar_detail.dark .category-group .category-item .gdpr-column .gdpr-columns{background-color:#3a3a3a}.gdpr_messagebar_detail.dark_row .category-group .category-item .gdpr-column .gdpr-columns{background-color:#434a58}.gdpr_messagebar_detail.layout-classic .category-group .category-item .gdpr-column .gdpr-columns{width:auto;float:unset}.gdpr_messagebar_detail .category-group .category-item:last-child .gdpr-column .gdpr-columns{margin-bottom:10px}.gdpr_messagebar_detail.layout-classic .category-group .category-item:last-child .gdpr-column .gdpr-columns.active-group{margin-bottom:unset}.gdpr_messagebar_detail .category-group .category-item .gdpr-column .gdpr-columns.active-group{color:#fff;background-color:#7b7b7b}.gdpr_messagebar_detail.layout-classic .category-group .category-item .gdpr-column .gdpr-columns.active-group{border-bottom-left-radius:0;border-bottom-right-radius:0}.gdpr_messagebar_detail .category-group .category-item .description-container{position:absolute;max-width:75%;left:25%;float:left;padding:0 5%;height:100%;overflow:scroll;box-sizing:border-box}.gdpr_messagebar_detail.theme-dt-the7 .category-group .category-item .description-container{left:30%}.gdpr_messagebar_detail.layout-classic .category-group .category-item .description-container{width:100%;left:unset;float:unset;position:relative;padding:0 10px;background-color:#f5f5f5;background-clip:content-box}.gdpr_messagebar_detail .category-group .category-item div:focus,.gdpr_messagebar_detail.layout-classic .category-group .category-item div:focus{outline:0}.gdpr_messagebar_detail.layout-classic .category-group .category-item:last-child .description-container{padding:0 10px 10px}.gdpr_messagebar_detail.layout-classic.navy_blue_box .category-group .category-item .description-container,.gdpr_messagebar_detail.layout-classic.navy_blue_center .category-group .category-item .description-container,.gdpr_messagebar_detail.layout-classic.navy_blue_square .category-group .category-item .description-container{background-color:#2f467f}.gdpr_messagebar_detail.layout-classic.almond_column .category-group .category-item .description-container{background-color:#ede4ca}.gdpr_messagebar_detail.layout-classic.grey_center .category-group .category-item .description-container,.gdpr_messagebar_detail.layout-classic.grey_column .category-group .category-item .description-container{background-color:#eaeaea}.gdpr_messagebar_detail.layout-classic.dark .category-group .category-item .description-container{background-color:#303030}.gdpr_messagebar_detail.layout-classic.dark_row .category-group .category-item .description-container{background-color:#3a404d}.gdpr_messagebar_detail .category-group .category-item .description-container div.group-description{padding:15px 0;color:inherit}.gdpr_messagebar_detail.layout-classic .category-group .category-item .description-container div.group-description{padding:10px}.gdpr_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container{font-size:inherit;line-height:inherit;overflow-x:auto;padding:15px 0}.gdpr_messagebar_detail.layout-classic .category-group .category-item .description-container .category-cookies-list-container{padding:0 10px 10px 10px}.gdpr_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container table,.gdpr_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container table td,.gdpr_messagebar_detail .category-group .category-item .description-container .category-cookies-list-container table th{font-size:inherit;line-height:inherit;margin:0;background-color:inherit;word-break:inherit}.gdpr_messagebar_detail .category-group .category-item .description-container hr{margin:0;padding:0;margin-bottom:15px}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle{display:inline-block;width:100%;padding:15px 0;border-bottom:1px solid rgba(224,224,224,.5)}.gdpr_messagebar_detail.navy_blue_box .category-group .category-item .description-container .group-toggle,.gdpr_messagebar_detail.navy_blue_center .category-group .category-item .description-container .group-toggle,.gdpr_messagebar_detail.navy_blue_square .category-group .category-item .description-container .group-toggle{border-bottom-color:rgba(58,86,156,.5)}.gdpr_messagebar_detail.almond_column .category-group .category-item .description-container .group-toggle{border-bottom-color:rgba(247,243,231,.5)}.gdpr_messagebar_detail.grey_center .category-group .category-item .description-container .group-toggle,.gdpr_messagebar_detail.grey_column .category-group .category-item .description-container .group-toggle{border-bottom-color:rgba(215,215,215,.5)}.gdpr_messagebar_detail.dark .category-group .category-item .description-container .group-toggle{border-bottom-color:rgba(67,67,67,.5)}.gdpr_messagebar_detail.dark_row .category-group .category-item .description-container .group-toggle{border-bottom-color:rgba(75,83,99,.5)}.gdpr_messagebar_detail.layout-classic .category-group .toggle-group{position:absolute;top:0;right:0;padding:10px 20px;display:inline;border:unset}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .toggle-group{float:right;display:inline-block;vertical-align:middle}.gdpr_messagebar_detail.layout-classic .category-group .toggle-group{float:right;display:inline-block;vertical-align:middle}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox{background-color:inherit;position:relative;display:inline-block;z-index:1}.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox{background-color:transparent;position:relative;display:inline-block;z-index:1;padding:0;margin:0}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label,.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox label{background:#fff;border:none;height:20px;width:35px;position:relative;display:inline-block;border-radius:45px;transition:.4s;margin-bottom:0}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label:after,.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox label:after{cursor:pointer;content:"";position:absolute;width:18px;height:18px;border-radius:100%;left:1px;top:1px;z-index:2;background:#7b7b7b;transition:.4s}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox .label-text,.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox .label-text{display:none}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input,.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;opacity:0;cursor:pointer}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input:checked+label:after,.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox input:checked+label:after{background:#333;left:16px}.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox:not(:checked),.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox:not(:checked){pointer-events:initial}.gdpr_messagebar_detail .category-group .category-item .description-container .toggle-group .always-active,.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .always-active{line-height:1.3;color:#333}.gdpr_messagebar_detail .category-group .category-item .description-container{visibility:visible;opacity:1;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-ms-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;transition-delay:.2s}.gdpr_messagebar_detail .category-group .category-item .description-container.hide{visibility:hidden;height:0;opacity:0;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-ms-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;transition-delay:.2s}.gdpr_messagebar_detail a.btn{padding:0;text-decoration:none;font-size:inherit;color:inherit}.gdpr_messagebar_detail a.btn:focus{box-shadow:unset}@media (min-width:768px){.gdpr_messagebar_detail .gdprmodal-dialog{max-width:50%!important}#gdpr-cookie-consent-bar.gdpr-widget{min-width:600px}}@media (max-width:768px){#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons a{width:30%}#gdpr-cookie-consent-bar.gdpr-center .btn.gdpr_action_button{min-width:unset}#gdpr-cookie-consent-bar .btn.gdpr_action_button,#gdpr-cookie-consent-bar .btn.gdpr_action_button_link{min-width:unset}#gdpr-cookie-consent-bar.gdpr-widget{width:100%!important;left:0!important;right:0!important;bottom:0!important}.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-content{font-size:11px}#gdpr-cookie-consent-bar,#gdpr-cookie-consent-show-again{font-size:11px}#gdpr-cookie-consent-bar .gdpr_messagebar_content h3{font-size:16px}.gdpr_messagebar_detail .category-group .category-item h3{font-size:16px}.gdpr_messagebar_detail .gdprmodal-footer{flex-direction:column-reverse}.gdpr_messagebar_detail .gdprmodal-footer .powered-by-credits{position:relative!important;left:unset!important;padding-top:10px!important}}@media (max-width:600px){#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:45%}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content .group-description-buttons,#gdpr-cookie-consent-bar.gdpr-popup .gdpr-column .gdpr_messagebar_content .group-description-buttons{width:40%}}@media (max-width:414px){#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:45%}#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons a{width:40%}#gdpr-cookie-consent-bar.gdpr-row.gdpr-popup .gdpr_messagebar_content .group-description-buttons a,#gdpr-cookie-consent-bar.gdpr-row.gdpr-widget .gdpr_messagebar_content .group-description-buttons a{width:45%;margin:.5rem auto 0 auto!important}#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button_link{margin:1%;width:80%}#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content .group-description-buttons,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:45%}#gdpr-cookie-consent-bar .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-popup.gdpr-box .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-box .btn.gdpr_action_button{margin:0 .5rem 0 0}#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-popup.gdpr-square .btn.gdpr_action_button{margin-right:-10px}#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-square .btn.gdpr_action_button{margin-right:-10px}.gdpr-banner>.gdpr_messagebar_content>#default_buttons{display:flex;justify-content:space-around}.gdpr-banner>.gdpr_messagebar_content>.group-description-buttons>a{margin-bottom:10px}}@media (max-width:413px){#cookie_action_settings{float:unset!important}#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button{width:70%}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content div.group-description,#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:100%}#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content{flex-direction:column}#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content .group-description-buttons{margin:0}#gdpr-cookie-consent-bar.gdpr-square.gdpr-popup .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-square.gdpr-popup .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-square.gdpr-widget .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-square.gdpr-widget .btn.gdpr_action_button_link{width:80%!important}}@media (max-width:370px){#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-widget .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-widget .btn.gdpr_action_button_link{width:80%;margin:.5rem .5rem 0 .5rem!important;float:unset!important}#gdpr-cookie-consent-bar .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-popup.gdpr-box .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-box .btn.gdpr_action_button{margin:0 .5rem 0 0!important}#gdpr-cookie-consent-bar.gdpr-square.gdpr-popup .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-square.gdpr-popup .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-square.gdpr-widget .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-square.gdpr-widget .btn.gdpr_action_button_link{width:100%}}@media (max-width:320px){#gdpr-cookie-consent-bar .btn.gdpr_action_button,#gdpr-cookie-consent-bar .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons a{width:100%;margin:.5rem .5rem 0 .5rem!important;min-width:unset;float:unset!important}#gdpr-cookie-consent-bar.gdpr-square.gdpr-popup .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-square.gdpr-popup .btn.gdpr_action_button_link,#gdpr-cookie-consent-bar.gdpr-square.gdpr-widget .btn.gdpr_action_button,#gdpr-cookie-consent-bar.gdpr-square.gdpr-widget .btn.gdpr_action_button_link{width:100%}#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons a{width:45%;margin:.5rem auto 0 auto!important}#gdpr-cookie-consent-bar.gdpr-row.gdpr-popup .gdpr_messagebar_content .group-description-buttons a,#gdpr-cookie-consent-bar.gdpr-row.gdpr-widget .gdpr_messagebar_content .group-description-buttons a{width:100%}#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:50%}#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-column .gdpr_messagebar_content{flex-direction:column}#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content div.group-description,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-column .gdpr_messagebar_content div.group-description{width:100%}#gdpr-cookie-consent-bar.gdpr-popup.gdpr-column .gdpr_messagebar_content .group-description-buttons,#gdpr-cookie-consent-bar.gdpr-widget.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:100%;margin:0 auto}#gdpr-cookie-consent-bar.gdpr-box.gdpr-popup .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons,#gdpr-cookie-consent-bar.gdpr-box.gdpr-widget .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons{flex-direction:column}#gdpr-cookie-consent-bar.gdpr-box.gdpr-popup .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons a,#gdpr-cookie-consent-bar.gdpr-box.gdpr-widget .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons a{margin:.5rem auto 0 auto!important}}@media (max-width:300px){#gdpr-cookie-consent-bar.gdpr-row .gdpr_messagebar_content .group-description-buttons a{width:45%}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content{flex-direction:column;align-items:center}#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content div.group-description{width:100%;text-align:center}#gdpr-cookie-consent-bar.gdpr-banner.gdpr-column .gdpr_messagebar_content .group-description-buttons{width:70%}#gdpr-cookie-consent-bar .btn.gdpr_action_button{width:80%}.gdpr-banner>.gdpr_messagebar_content>#default_buttons{flex-direction:column}#gdpr-cookie-consent-bar.gdpr-column .gdpr_messagebar_content .group-description-buttons{margin:0}#gdpr-cookie-consent-bar.gdpr-popup .btn.gdpr_action_button{width:80%}#gdpr-cookie-consent-bar .gdpr_messagebar_content{text-align:center}#gdpr-cookie-consent-bar.gdpr-box.gdpr-widget .gdpr_messagebar_content .group-description-buttons .group-box-description-buttons a{width:80%}}.wpl-iframe-placeholder{background-image:url(//bewindbijmarit.nl/wp-content/plugins/gdpr-cookie-consent/public/images/placeholder.svg);background-size:80px;max-width:100%;max-height:100%;background-position:center;background-repeat:no-repeat;background-color:#b2b0b059;position:relative;display:flex;align-items:flex-end;justify-content:center}.wpl-iframe-placeholder .wpl-inner-text{width:100%;text-align:center;padding:1rem 1rem;border-radius:400px}.hide_show_again_dnt{display:none!important}