@keyframes awn-fade-in{from{opacity:0}to{opacity:1}}@keyframes awn-fade-out{from{opacity:1}to{opacity:0}}@keyframes awn-slide-right{from{opacity:0;left:100%}to{opacity:1;left:0}}@keyframes awn-slide-left{from{opacity:0;right:100%}to{opacity:1;right:0}}@keyframes awn-bar{from{right:100%}to{right:0}}.awn-popup-loading-dots,.awn-popup-loading-dots:before,.awn-popup-loading-dots:after{border-radius:50%;width:6px;height:6px;animation-fill-mode:both;background:#fff;animation:awn-loading-dots 1s infinite ease-in-out}.awn-popup-loading-dots{position:relative;margin-left:24px;display:inline-block;color:#fff;animation-delay:-0.16s}.awn-popup-loading-dots:before,.awn-popup-loading-dots:after{content:"";position:absolute;top:0}.awn-popup-loading-dots:before{left:-16px;animation-delay:-0.32s}.awn-popup-loading-dots:after{left:16px}@keyframes awn-loading-dots{0%,80%,100%{box-shadow:0 0 0 0}40%{box-shadow:0 0 0 2px}}#awn-popup-wrapper{position:fixed;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);z-index:99999;opacity:0;animation-name:awn-fade-in;animation-timing-function:ease-out;animation-fill-mode:both}#awn-popup-wrapper.awn-hiding{animation-name:awn-fade-out}#awn-popup-wrapper .awn-popup-body{position:relative;border-radius:6px;word-break:break-word;background:#fff;padding:24px;min-width:320px;font-size:14px;max-width:500px}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm{display:flex;flex-direction:column;align-items:center}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa{font-size:44px;color:hsl(32,100%,38%)}#awn-popup-wrapper .awn-popup-body.awn-popup-async-block{background:rgba(0,0,0,0);font-size:32px;font-weight:bold;color:#fff;text-align:center}#awn-popup-wrapper .awn-popup-title{font-size:14px;font-weight:bold;text-transform:uppercase;margin-top:8px}#awn-popup-wrapper .awn-buttons{width:100%;display:flex;justify-content:space-between;margin-top:24px}#awn-popup-wrapper .awn-buttons .awn-btn{border-radius:4px;border:0;font-weight:bold;transition:background .2s linear;font-size:14px;width:45%;line-height:32px;color:#fff}#awn-popup-wrapper .awn-buttons-1 .awn-btn{width:100%}#awn-popup-wrapper .awn-buttons .awn-btn-success{background:hsl(100,65%,32%)}#awn-popup-wrapper .awn-buttons .awn-btn-success:hover{background:hsl(100,65%,27%)}#awn-popup-wrapper .awn-buttons .awn-btn-cancel{background:hsl(201,71%,38%)}#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover{background:hsl(201,71%,33%)}#awn-toast-container{position:fixed;z-index:99998;bottom:24px;right:24px;box-sizing:border-box}#awn-toast-container.awn-top-left,#awn-toast-container.awn-top-right{top:24px;bottom:auto}#awn-toast-container.awn-top-left .awn-toast:first-child,#awn-toast-container.awn-top-right .awn-toast:first-child{margin-top:16px}#awn-toast-container.awn-top-left,#awn-toast-container.awn-bottom-left{left:24px;right:auto}#awn-toast-container.awn-top-left .awn-toast,#awn-toast-container.awn-bottom-left .awn-toast{right:100%;animation-name:awn-slide-left}#awn-toast-container.awn-top-left .awn-toast.awn-hiding,#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding{right:0}#awn-toast-container.awn-top-right .awn-toast,#awn-toast-container.awn-bottom-right .awn-toast{left:100%;animation-name:awn-slide-right}#awn-toast-container.awn-top-right .awn-toast.awn-hiding,#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding{left:0}.awn-toast{position:relative;cursor:pointer;overflow:hidden;opacity:0;width:320px;background:hsl(0,0%,92%);margin-top:16px;border-radius:6px;color:hsl(0,0%,50%);font-size:14px;animation-timing-function:linear;animation-fill-mode:both}.awn-toast-content{word-break:break-word}.awn-toast-label{display:block;color:hsl(0,0%,50%);font-size:18px}.awn-toast-icon{position:absolute;right:16px;top:6px;bottom:0;display:flex;align-items:center;justify-content:flex-end}.awn-toast-icon .fa{font-size:44px;color:hsl(0,0%,50%)}.awn-toast-wrapper{padding:22px 88px 16px 16px;border:2px solid hsl(0,0%,82%);border-radius:6px}.awn-toast-progress-bar{position:absolute;top:0;left:0;right:0;height:6px}.awn-toast-progress-bar:after{content:" ";background:hsl(0,0%,50%);position:absolute;width:100%;right:100%;top:0;height:6px;animation-name:awn-bar;animation-duration:inherit;animation-timing-function:linear;animation-fill-mode:both}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{animation-play-state:paused}.awn-toast.awn-hiding{animation-name:awn-fade-out !important}.awn-toast.awn-toast-success{background:hsl(100,74%,90%);color:hsl(100,65%,32%)}.awn-toast.awn-toast-success .awn-toast-wrapper{border-color:hsl(100,45%,70%)}.awn-toast.awn-toast-success b,.awn-toast.awn-toast-success .fa{color:hsl(100,65%,32%)}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:hsl(100,65%,32%)}.awn-toast.awn-toast-info{background:hsl(201,71%,90%);color:hsl(201,71%,38%)}.awn-toast.awn-toast-info .awn-toast-wrapper{border-color:hsl(201,71%,78%)}.awn-toast.awn-toast-info b,.awn-toast.awn-toast-info .fa{color:hsl(201,71%,38%)}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:hsl(201,71%,38%)}.awn-toast.awn-toast-alert{background:hsl(3,74%,90%);color:hsl(3,74%,38%)}.awn-toast.awn-toast-alert .awn-toast-wrapper{border-color:hsl(3,74%,78%)}.awn-toast.awn-toast-alert b,.awn-toast.awn-toast-alert .fa{color:hsl(3,74%,38%)}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:hsl(3,74%,38%)}.awn-toast.awn-toast-warning{background:hsl(32,100%,90%);color:hsl(32,100%,38%)}.awn-toast.awn-toast-warning .awn-toast-wrapper{border-color:hsl(32,100%,75%)}.awn-toast.awn-toast-warning b,.awn-toast.awn-toast-warning .fa{color:hsl(32,100%,38%)}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:hsl(32,100%,38%)}[class^=awn-]{box-sizing:border-box}body,.wp-site-blocks{width:100vw;overflow-x:clip}.ibb__read-only{cursor:not-allowed}.ibb__read-only label,.ibb__read-only input{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ibb__read-only input{background-color:#f7f7f7;opacity:.5}@media(min-width: 992px){.block-visibility-hide-large-screen{display:none !important}}@media(min-width: 768px)and (max-width: 991.98px){.block-visibility-hide-medium-screen{display:none !important}}@media(max-width: 767.98px){.block-visibility-hide-small-screen,.hide-on-mobile{display:none !important}}a,button,.button,.link,input[type=submit]{outline-style:dotted;outline-width:2px;outline-offset:2px;outline-color:rgba(0,0,0,0)}a:focus-visible,button:focus-visible,.button:focus-visible,.link:focus-visible,input[type=submit]:focus-visible{outline-color:var(--wp--preset--color--primary)}main.has-background+footer{margin-top:0}a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText{display:none}#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo{display:none}table{border-spacing:0}table td,table th{padding:8px}ul.rentelist{padding:0}ul.rentelist li{list-style:outside none none;padding-top:var(--wp--preset--spacing--x-small);padding-bottom:var(--wp--preset--spacing--x-small);border-bottom:1px solid;margin:0;overflow:hidden}ul.rentelist li a{display:flex;align-items:center;justify-content:space-between}.rentemodule a{color:var(--wp--preset--color--tint)}.rentemodule #tabs_deep,.rentemodule .sorteerblok{max-width:100vw;width:auto;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);background-color:#eff6f3}.rentemodule #tabs_deep .inner-tabs,.rentemodule #tabs_deep .sort-wrapper,.rentemodule .sorteerblok .inner-tabs,.rentemodule .sorteerblok .sort-wrapper{padding:10px 20px 10px;max-width:1170px;margin-left:auto;margin-right:auto;margin-bottom:1em}.rentemodule #tabs_deep .inner-tabs label,.rentemodule #tabs_deep .sort-wrapper label,.rentemodule .sorteerblok .inner-tabs label,.rentemodule .sorteerblok .sort-wrapper label{font-weight:bold;color:var(--wp--preset--color--tint);padding-right:var(--wp--preset--spacing--x-small)}.rentemodule #tabs_deep .inner-tabs ul,.rentemodule #tabs_deep .sort-wrapper ul,.rentemodule .sorteerblok .inner-tabs ul,.rentemodule .sorteerblok .sort-wrapper ul{display:inline-block;margin:0;padding:0}.rentemodule #tabs_deep .inner-tabs ul li,.rentemodule #tabs_deep .sort-wrapper ul li,.rentemodule .sorteerblok .inner-tabs ul li,.rentemodule .sorteerblok .sort-wrapper ul li{display:inline-block;padding:8px 5px 5px 0;margin-top:5px;margin-bottom:5px}.rentemodule #tabs_deep .inner-tabs ul li a,.rentemodule #tabs_deep .sort-wrapper ul li a,.rentemodule .sorteerblok .inner-tabs ul li a,.rentemodule .sorteerblok .sort-wrapper ul li a{background-color:var(--wp--preset--color--white);border:2px solid var(--wp--preset--color--white);padding:6px 14px;border-radius:24px;text-decoration:none}.rentemodule #tabs_deep .inner-tabs ul li.selPeriode>a,.rentemodule #tabs_deep .sort-wrapper ul li.selPeriode>a,.rentemodule .sorteerblok .inner-tabs ul li.selPeriode>a,.rentemodule .sorteerblok .sort-wrapper ul li.selPeriode>a{font-weight:bold}.rentemodule #tabs_deep .inner-tabs ul li:hover>a,.rentemodule #tabs_deep .inner-tabs ul li.selPeriode>a,.rentemodule #tabs_deep .sort-wrapper ul li:hover>a,.rentemodule #tabs_deep .sort-wrapper ul li.selPeriode>a,.rentemodule .sorteerblok .inner-tabs ul li:hover>a,.rentemodule .sorteerblok .inner-tabs ul li.selPeriode>a,.rentemodule .sorteerblok .sort-wrapper ul li:hover>a,.rentemodule .sorteerblok .sort-wrapper ul li.selPeriode>a{border-color:var(--wp--preset--color--tint)}.rentemodule table th{border:none;border-bottom:1px solid var(--wp--preset--color--tint)}.rentemodule table td{border:none;border-bottom:1px solid #9aabbc}.rentemodule table tr td:last-child,.rentemodule table tr th:last-child{text-align:right}.rentemodule .latest-update{font-weight:normal}.rentemodule .latest-update .fa-stack{font-size:8px;left:-8px;top:-20px}.rentemodule .tarief{display:inline-block;background-color:var(--wp--preset--color--white);border:2px solid var(--wp--preset--color--tint);font-weight:bold;padding:6px 10px;border-radius:24px}.rentemodule .info{padding-right:.4em}@media(max-width: 768px){.rentemodule .info{display:inline-block;text-transform:capitalize;width:-moz-max-content;width:max-content;font-weight:bold;padding:4px 8px;border-radius:10px;transition:all .3s ease;color:var(--wp--preset--color--white);background-color:var(--wp--preset--color--primary)}.rentemodule .info .fa-circle-info{color:var(--wp--preset--color--white)}}.rentemodule .lnk-offerte{display:inline-block;font-weight:bold;padding:6px 10px;border-radius:15px;transition:all .3s ease;color:var(--wp--preset--color--white);background-color:var(--wp--preset--color--primary)}.rentemodule .fa-check,.rentemodule .fa-circle-info{color:var(--wp--preset--color--primary)}.verstrekker .company-logo,.verstrekker .logo{width:125px;max-height:50px}@media only screen and (max-width: 768px){.hscroll{position:relative;display:grid;grid-auto-flow:column;scroll-snap-type:x mandatory;scroll-behavior:smooth;overflow-x:auto;padding-bottom:1rem}.hscroll>*{scroll-snap-align:start;width:100%;padding:.15rem}}i.ibb-icon{display:inline-block;width:1rem;height:1rem;background:var(--icon-fill, #fff);-webkit-mask-repeat:no-repeat !important;mask-repeat:no-repeat !important;-webkit-mask-position:center !important;mask-position:center !important;-webkit-mask-size:contain !important;mask-size:contain !important}i.ibb-icon.house{-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --><path d="M303.5 13.7L288 .5 272.5 13.7l-264 224 31.1 36.6L64 253.5 64 488l0 24 24 0 400 0 24 0 0-24 0-234.5 24.5 20.8 31.1-36.6-264-224zM112 464l0-251.2L288 63.5 464 212.8 464 464l-80 0 0-168 0-24-24 0-144 0-24 0 0 24 0 168-80 0zm128 0l0-144 96 0 0 144-96 0z"/></svg>');mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --><path d="M303.5 13.7L288 .5 272.5 13.7l-264 224 31.1 36.6L64 253.5 64 488l0 24 24 0 400 0 24 0 0-24 0-234.5 24.5 20.8 31.1-36.6-264-224zM112 464l0-251.2L288 63.5 464 212.8 464 464l-80 0 0-168 0-24-24 0-144 0-24 0 0 24 0 168-80 0zm128 0l0-144 96 0 0 144-96 0z"/></svg>')}i.ibb-icon.info{-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-192-32 0c-17.7 0-32-14.3-32-32z"/></svg>');mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-192-32 0c-17.7 0-32-14.3-32-32z"/></svg>')}i.ibb-icon.question{-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M80 160c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74l0 1.4c0 17.7 14.3 32 32 32s32-14.3 32-32l0-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7l0-3.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"/></svg>');mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M80 160c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74l0 1.4c0 17.7 14.3 32 32 32s32-14.3 32-32l0-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7l0-3.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"/></svg>')}i.ibb-icon.checkmark{-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Pro v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z"/></svg>');mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Pro v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z"/></svg>')}i.ibb-icon.comment-question{-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM169.8 149.3l-.4 1.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6l.4-1.2c1.1-3.2 4.2-5.3 7.5-5.3l58.3 0c8.4 0 15.1 6.8 15.1 15.1c0 5.4-2.9 10.4-7.6 13.1l-44.3 25.4c-7.5 4.3-12.1 12.2-12.1 20.8l0 13.5c0 13.3 10.7 24 24 24c13.1 0 23.8-10.5 24-23.6l32.3-18.5c19.6-11.3 31.7-32.2 31.7-54.8c0-34.9-28.3-63.1-63.1-63.1l-58.3 0c-23.7 0-44.8 14.9-52.8 37.3zM288 336a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>');mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM169.8 149.3l-.4 1.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6l.4-1.2c1.1-3.2 4.2-5.3 7.5-5.3l58.3 0c8.4 0 15.1 6.8 15.1 15.1c0 5.4-2.9 10.4-7.6 13.1l-44.3 25.4c-7.5 4.3-12.1 12.2-12.1 20.8l0 13.5c0 13.3 10.7 24 24 24c13.1 0 23.8-10.5 24-23.6l32.3-18.5c19.6-11.3 31.7-32.2 31.7-54.8c0-34.9-28.3-63.1-63.1-63.1l-58.3 0c-23.7 0-44.8 14.9-52.8 37.3zM288 336a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>')}i.ibb-icon.arrow-right,i.ibb-icon.arrow-down,i.ibb-icon.arrow-up,i.ibb-icon.arrow-left{-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M505 273c9.4-9.4 9.4-24.6 0-33.9L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95L24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z"/></svg>');mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M505 273c9.4-9.4 9.4-24.6 0-33.9L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95L24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z"/></svg>')}i.ibb-icon.arrow-left{transform:rotate(180deg)}i.ibb-icon.arrow-up{transform:rotate(-90deg)}i.ibb-icon.arrow-down{transform:rotate(90deg)}.energy-label.label-g,.energy-label.label-f,.energy-label.label-e,.energy-label.label-d,.energy-label.label-c,.energy-label.label-b,.energy-label.label-a,.energy-label.label-a1,.energy-label.label-a2,.energy-label.label-a3,.energy-label.label-a4{position:relative;display:block;color:#fff;line-height:20px;min-width:30px;padding:2px 4px}.energy-label.label-g::after,.energy-label.label-f::after,.energy-label.label-e::after,.energy-label.label-d::after,.energy-label.label-c::after,.energy-label.label-b::after,.energy-label.label-a::after,.energy-label.label-a1::after,.energy-label.label-a2::after,.energy-label.label-a3::after,.energy-label.label-a4::after{content:"";position:absolute;top:0;left:100%;border:12px solid rgba(0,0,0,0);border-left:12px solid currentColor}.energy-label.label-a4{background-color:#63aa5a;border-color:#63aa5a}.energy-label.label-a4::after{border-left-color:#63aa5a}.energy-label.label-a3{background-color:#63aa5a;border-color:#63aa5a}.energy-label.label-a3::after{border-left-color:#63aa5a}.energy-label.label-a2{background-color:#7bae4a;border-color:#7bae4a}.energy-label.label-a2::after{border-left-color:#7bae4a}.energy-label.label-a1{background-color:#7bae4a;border-color:#7bae4a}.energy-label.label-a1::after{border-left-color:#7bae4a}.energy-label.label-a{background-color:#279542;border-color:#279542}.energy-label.label-a::after{border-left-color:#279542}.energy-label.label-b{background-color:#50ab39;border-color:#50ab39}.energy-label.label-b::after{border-left-color:#50ab39}.energy-label.label-c{background-color:#c9d023;border-color:#c9d023}.energy-label.label-c::after{border-left-color:#c9d023}.energy-label.label-d{background-color:#faeb2b;border-color:#faeb2b}.energy-label.label-d::after{border-left-color:#faeb2b}.energy-label.label-e{background-color:#f4bc25;border-color:#f4bc25}.energy-label.label-e::after{border-left-color:#f4bc25}.energy-label.label-f{background-color:#e36b1f;border-color:#e36b1f}.energy-label.label-f::after{border-left-color:#e36b1f}.energy-label.label-g{background-color:#da2321;border-color:#da2321}.energy-label.label-g::after{border-left-color:#da2321}