.homey-energy-dongle{--gradient-homey-energy-dongle:linear-gradient(30deg,var(--color-gradient-homey-energy-dongle-active),var(--color-gradient-homey-energy-dongle-end));position:relative;background:var(--color-night-black);isolation:isolate}.homey-energy-dongle__section:not(:first-child){padding-top:56px;padding-bottom:56px}.homey-energy-dongle__section-title{margin-bottom:24px;font-size:var(--font-size-hero-2);font-weight:var(--font-weight-bold);line-height:1.1;letter-spacing:-1px;text-shadow:0 0 calc(var(--font-size-hero-2)*0.5) rgba(255,255,255,0.1),0 0 var(--font-size-hero-2) rgba(255,255,255,0.1)}.homey-energy-dongle-button{--padding-horizontal:32px;--padding-vertical:10px;--line-height:24px;position:relative;display:inline-block;padding:var(--padding-vertical) var(--padding-horizontal);border-radius:calc(var(--padding-vertical) + var(--line-height)/2);transform:scale(1);transition:transform var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-button:hover{text-decoration:none;transform:scale(1) translateZ(0)}.homey-energy-dongle-button:hover .homey-energy-dongle-button__text{background-position:var(--interactive-gradient-position-hover)}.homey-energy-dongle-button:hover .homey-energy-dongle-button__rect--blur{stroke-width:5px}.homey-energy-dongle-button:hover:active{transform:scale(0.98)}.homey-energy-dongle-button__text{background:var(--interactive-gradient-homey-energy-dongle);background-position:var(--interactive-gradient-position-default);-webkit-background-clip:text;background-size:var(--interactive-gradient-size);font-size:var(--font-size-body-default);font-weight:var(--font-weight-medium);line-height:var(--line-height);-webkit-text-fill-color:transparent;transform:scale(1);transition:background-position var(--duration-fast) ease-in-out}.homey-energy-dongle-button__svg{position:absolute;top:50%;left:50%;width:calc(100% + 32px);height:calc(100% + 32px);pointer-events:none;transform:translate(-50%,-50%)}.homey-energy-dongle-button__rect{width:calc(100% - 32px);height:calc(100% - 32px);transform:translate(calc(-50% + 16px),calc(-50% + 16px));rx:calc(var(--padding-vertical) + var(--line-height)/2)}.homey-energy-dongle-button__rect--blur{stroke-width:2px;transition:stroke-width var(--duration-fast) ease-in-out}.homey-energy-dongle-box{overflow:hidden}.homey-energy-dongle-box__text,.homey-energy-dongle-box__title{text-align:left}.homey-energy-dongle-box__text{max-width:30ch}.homey-energy-dongle-box__image-wrapper{position:relative;z-index:-1;max-width:120%;margin:-64px -10%}.homey-energy-dongle-box__image-wrapper:after{content:"";position:absolute;z-index:-1;top:60%;left:50%;width:120%;max-width:800px;height:80%;background:radial-gradient(closest-side,rgba(216,216,216,0.15) 0%,transparent 100%);transform:translate(-50%,-50%)}.homey-energy-dongle-box__image{width:100%;max-width:648px;height:auto;margin:0 auto}.homey-energy-dongle-box__items{display:grid;grid-auto-flow:row;grid-gap:32px;align-items:center;justify-content:left;margin-top:16px}.homey-energy-dongle-box__item{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;align-items:center}.homey-energy-dongle-box__item-icon{width:32px;min-width:32px;height:32px;background:var(--color-icon-white);-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.homey-energy-dongle-box__item-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.homey-energy-dongle-box__item-title{font-weight:var(--font-weight-bold)}.homey-energy-dongle-box__item-details{margin-top:4px;font-weight:var(--font-weight-regular);color:var(--color-text-medium)}@keyframes homey-energy-dongle-buy-dropdown-loading{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.homey-energy-dongle-buy{position:relative;padding-top:clamp(100px,80vw - 120px,350px);padding-bottom:56px}.homey-energy-dongle-buy:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle closest-side,rgba(0,255,135,0.25),transparent);background-position:50%;background-size:calc(400px + 100vw) 100%}.homey-energy-dongle-buy__frame{width:100%;padding:40px 24px;border-radius:var(--border-radius-medium);background:rgba(255,255,255,0.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.homey-energy-dongle-buy__image-wrapper{position:relative;align-self:stretch;width:100%;height:200px}.homey-energy-dongle-buy__image{position:absolute;bottom:0;left:50%;width:100%;max-width:480px;height:auto;object-fit:scale-down;transform:translateX(-50%)}.homey-energy-dongle-buy__content{text-align:center}.homey-energy-dongle-buy__text{max-width:30ch;margin-right:auto;margin-left:auto;color:var(--color-text-white)}.homey-energy-dongle-buy__text .price{display:inline-block}.homey-energy-dongle-buy__dropdown-wrapper{max-width:min(320px,100% - 32px);margin:0 auto}.homey-energy-dongle-buy__dropdown-label{text-align:left}.homey-energy-dongle-buy__dropdown{position:relative;width:100%;border-radius:var(--border-radius-regular);box-shadow:var(--box-shadow);transition:all var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-buy__dropdown:hover .homey-energy-dongle-buy__dropdown-select{border-color:var(--color-mono-A50)}.homey-energy-dongle-buy__dropdown:hover .homey-energy-dongle-buy__dropdown-chevron{background:var(--color-icon-white)}.homey-energy-dongle-buy__dropdown.is-loading:before{content:"";position:absolute;top:calc(50% - 10px);right:calc(50% - 10px);display:block;width:20px;height:20px;background:var(--color-icon-white);opacity:1;-webkit-mask-image:url(/img/icons/loading-throbber.svg);mask-image:url(/img/icons/loading-throbber.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;animation:homey-energy-dongle-buy-dropdown-loading 0.8s steps(8) infinite}.homey-energy-dongle-buy__dropdown.is-loading .homey-energy-dongle-buy__dropdown-select{color:transparent;-webkit-user-select:none;user-select:none}.homey-energy-dongle-buy__dropdown.is-loading .homey-energy-dongle-buy__dropdown-flag{opacity:0}.homey-energy-dongle-buy__dropdown-select{appearance:none;overflow:hidden;width:100%;height:48px;padding:12px 32px 12px 48px;border:1px solid var(--color-mono-A20);border-radius:var(--border-radius-regular);background:var(--color-mono-A05);font-size:var(--font-size-regular);line-height:24px;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:all var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-buy__dropdown-select:focus{border-color:var(--color-mono-A50);box-shadow:0 0 5px 0 var(--color-white)}.homey-energy-dongle-buy__dropdown-flag{left:16px;width:24px;height:24px}.homey-energy-dongle-buy__dropdown-chevron,.homey-energy-dongle-buy__dropdown-flag{position:absolute;top:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;transform:translateY(-50%)}.homey-energy-dongle-buy__dropdown-chevron{right:16px;width:20px;height:20px;background:var(--color-mono-A20);transition:background var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-buy__shipping{display:none;min-height:24px;margin:16px auto 0;transition:opacity var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-buy__shipping:empty{opacity:0}.homey-energy-dongle-buy__shipping.unavailable{display:block}.homey-energy-dongle-buy__shipping.unavailable a{color:inherit;text-decoration:none}.homey-energy-dongle-buy__shipping.unavailable a:hover{text-decoration:underline}.homey-energy-dongle-buy__compatibility{display:none;margin:16px auto 0}.homey-energy-dongle-buy__compatibility.is-visible{display:block}.homey-energy-dongle-buy__compatibility-icon{display:inline-block;margin-top:1px;background-color:currentColor;vertical-align:text-top}.homey-energy-dongle-buy__compatibility-link{color:currentColor}.homey-energy-dongle-buy__button{--padding-horizontal:16px;--padding-vertical:12px;--line-height:24px;--gradient-button-background:var(--interactive-gradient-homey-energy-dongle);--gradient-button-color-focus:var(--color-gradient-homey-energy-dongle-start);position:relative;width:100%;margin-top:16px;padding:var(--padding-vertical) var(--padding-horizontal);border:1px solid transparent;border-radius:calc(var(--padding-vertical) + var(--line-height));font-size:var(--font-size-default);font-weight:var(--font-weight-medium);line-height:var(--line-height);color:var(--color-black);transition:all var(--duration-fast) ease-in-out}.homey-energy-dongle-buy__button .mask-shopping-cart{-webkit-mask-size:100%;mask-size:100%;width:16px;height:16px}.homey-energy-dongle-buy__button:after{content:"";position:absolute;z-index:-10;top:0;left:0;width:100%;height:100%;border-radius:inherit;box-shadow:0 0 10px 0 var(--gradient-button-color-focus);opacity:0.5;transition:all var(--duration-fast) ease-in-out}.homey-energy-dongle-buy__button:disabled{background:var(--color-mono-A20);color:#1c2829;opacity:0.5}.homey-energy-dongle-buy__button:disabled:after{box-shadow:none}.homey-energy-dongle-buy__button:hover:after{opacity:1}.homey-energy-dongle-buy__button:focus-visible{border-color:var(--color-mono-A50);box-shadow:0 0 5px 0 var(--color-white);outline:none}.homey-energy-dongle-buy__button:focus-visible:after{box-shadow:0 0 5px 0 var(--color-white)}.homey-energy-dongle-buy__button .mask-shopping-cart{background-color:currentColor}.homey-energy-dongle-insights{overflow:hidden}.homey-energy-dongle-insights__title{position:relative;z-index:10;max-width:20ch}.homey-energy-dongle-insights__graphs{position:relative;width:100%;min-width:392px;height:419px;margin-top:32px}.homey-energy-dongle-insights__graphs-background{position:absolute;z-index:-1;top:50%;left:50%;width:700px;height:700px;background:radial-gradient(circle closest-side,#0b579e 0%,transparent 100%);opacity:0.5;transform:translate(-50%,-50%)}.homey-energy-dongle-insights__graph-1{position:absolute;z-index:20;top:0;left:-34px}.homey-energy-dongle-insights__graph-2{position:absolute;z-index:30;right:-34px;bottom:-40px}.homey-energy-dongle-insights__home-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.homey-energy-dongle-insights__stars{position:relative;z-index:-1;order:1;margin-top:-160px}.homey-energy-dongle-insights__home-wrapper{position:relative;z-index:-1;order:2;width:140%;margin:-15% -10% -15% -30%}.homey-energy-dongle-insights__home-background-mask{position:absolute;z-index:-10;top:0;left:0;width:100%;height:100%;-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="50" cy="100" rx="300" ry="50"/></svg>');mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="50" cy="100" rx="300" ry="50"/></svg>');-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:bottom center;mask-position:bottom center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.homey-energy-dongle-insights__home-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(closest-side,rgba(0,122,255,0.3) 0%,transparent 100%)}.homey-energy-dongle-insights__home-images{position:relative;display:flex;align-items:center;justify-content:center}.homey-energy-dongle-insights__home-canvas{position:absolute;z-index:10;top:50%;left:50%;max-width:100%;height:auto;opacity:0;transform:translate(-50%,-50%);transition:opacity var(--duration-normal) var(--curve-fast-in)}.homey-energy-dongle-insights__home-canvas.is-playing{opacity:1}.homey-energy-dongle-insights__home-image{max-width:100%;height:auto;margin:0 auto}.homey-energy-dongle-insights__option-image{position:absolute;top:50%;left:50%;max-width:100%;height:auto;opacity:0;transform:translate(-50%,-50%);transition:opacity var(--duration-normal) var(--curve-fast-in)}.homey-energy-dongle-insights__option-image.is-selected{opacity:1}.homey-energy-dongle-insights__options{position:relative;z-index:10;display:grid;grid-auto-flow:row;grid-gap:16px;order:3;max-width:100%;padding:24px}.homey-energy-dongle-insights__options:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;border:2px solid var(--color-white-A50);border-radius:var(--border-radius-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-mask-image:linear-gradient(rgb(0,0,0),rgba(0,0,0,0));mask-image:linear-gradient(rgb(0,0,0),rgba(0,0,0,0));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.homey-energy-dongle-insights-option{isolation:isolate;display:grid;grid-template-columns:auto auto 1fr;grid-gap:8px;align-items:center;margin:0;padding:16px;border-radius:var(--border-radius-regular);background:var(--color-mono-050);color:var(--color-mono-500);cursor:pointer;transition:all var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-insights-option:hover{background:var(--color-mono-100)}.homey-energy-dongle-insights-option.is-selected{background:var(--color-mono-200);color:var(--color-text)}.homey-energy-dongle-insights-option.is-selected .homey-energy-dongle-insights-option__icon{background:var(--color-icon-white)}.homey-energy-dongle-insights-option.is-selected .homey-energy-dongle-insights-option__checkbox-style{border-color:var(--color-icon-blue);background:var(--color-icon-blue)}.homey-energy-dongle-insights-option.is-selected .homey-energy-dongle-insights-option__checkbox-style:after{opacity:1}.homey-energy-dongle-insights-option.is-selected .homey-energy-dongle-insights-option__checkbox-style .mask-check{display:block}.homey-energy-dongle-insights-option.is-selected:hover{background:var(--color-mono-300)}.homey-energy-dongle-insights-option__icon{width:var(--icon-size-medium);height:var(--icon-size-medium);background:var(--color-mono-500);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.homey-energy-dongle-insights-option__icon--solar{-webkit-mask-image:url(/img/pages/homey-energy-dongle/insights/icons/solar.svg);mask-image:url(/img/pages/homey-energy-dongle/insights/icons/solar.svg)}.homey-energy-dongle-insights-option__icon--ev{-webkit-mask-image:url(/img/pages/homey-energy-dongle/insights/icons/ev.svg);mask-image:url(/img/pages/homey-energy-dongle/insights/icons/ev.svg)}.homey-energy-dongle-insights-option__icon--battery{-webkit-mask-image:url(/img/pages/homey-energy-dongle/insights/icons/battery.svg);mask-image:url(/img/pages/homey-energy-dongle/insights/icons/battery.svg)}.homey-energy-dongle-insights-option__name{margin:0;font-size:var(--font-size-regular);font-weight:var(--font-weight-bold);line-height:20px;-webkit-user-select:none;user-select:none}.homey-energy-dongle-insights-option__checkbox-wrapper{display:grid;grid-auto-flow:column;grid-gap:16px;align-self:start;justify-content:center;justify-self:right;width:-moz-fit-content;width:fit-content;-webkit-user-select:none;user-select:none}.homey-energy-dongle-insights-option__checkbox-wrapper input{width:0;height:0;opacity:0}.homey-energy-dongle-insights-option__checkbox-style{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--color-mono-200);border-radius:5px;background:transparent;transition:all var(--duration-fast) var(--curve-fast-in)}.homey-energy-dongle-insights-option__checkbox-style:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background:var(--color-icon-blue);opacity:0;filter:blur(15px)}.homey-energy-dongle-insights-option__checkbox-style .mask-check{--mask-color:var(--color-icon-white);--mask-size:var(--icon-size-small);display:none}@keyframes homey-energy-dongle-intro-chart-scroll{0%{-webkit-mask-position:0;mask-position:0}to{-webkit-mask-position:2535px;mask-position:2535px}}@keyframes homey-energy-dongle-intro-chart-fade-in{0%{opacity:0}to{opacity:1}}.homey-energy-dongle-intro{position:relative;overflow:hidden;padding-top:64px;padding-bottom:32px;text-align:center}.homey-energy-dongle-intro__background{position:absolute;z-index:-1;top:-20%;left:-20%;display:flex;align-items:center;justify-content:center;overflow:hidden;width:140%;height:140%;background:rgba(0,255,153,0.1);-webkit-mask-image:radial-gradient(circle,black 0%,transparent 50%);mask-image:radial-gradient(circle,black 0%,transparent 50%)}.homey-energy-dongle-intro__background-chart-mask{-webkit-mask-image:url(/img/pages/homey-energy-dongle/intro/chart-mask.png);mask-image:url(/img/pages/homey-energy-dongle/intro/chart-mask.png);-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;-webkit-mask-position:100%;mask-position:100%;animation:homey-energy-dongle-intro-chart-fade-in 1s ease-in-out,homey-energy-dongle-intro-chart-scroll 180s linear infinite}.homey-energy-dongle-intro__background-chart,.homey-energy-dongle-intro__background-chart-mask{width:100%;height:100%;background-image:var(--gradient-homey-energy-dongle)}.homey-energy-dongle-intro__header{position:relative;z-index:10}.homey-energy-dongle-intro__homey{margin-bottom:4px;font-size:clamp(30px,15px + 3vw,48px);font-weight:var(--font-weight-bold);line-height:1.1}.homey-energy-dongle-intro__title-wrapper{position:relative;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:0.05em 0;font-size:clamp(40px,20px + 4vw,64px);font-weight:var(--font-weight-bold);line-height:1.1;letter-spacing:-1.5px;text-align:center}.homey-energy-dongle-intro__title{position:relative;display:block;padding:0.05em 0;background:var(--gradient-homey-energy-dongle);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.homey-energy-dongle-intro__title-blur{position:absolute;right:0;left:0}.homey-energy-dongle-intro__title-blur:before{content:attr(data-title);position:absolute;left:0;padding:0.05em 0;background:var(--gradient-homey-energy-dongle);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:var(--opacity);--opacity:0.5;filter:blur(20px)}@-moz-document url-prefix(){.homey-energy-dongle-intro__title-blur:before{--opacity:0.8}}.homey-energy-dongle-intro__canvas-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:480px;max-width:100%;height:480px;margin:-96px auto}.homey-energy-dongle-intro__canvas{width:280px;max-width:100%;opacity:0;transition:opacity 1s ease-out}.homey-energy-dongle-intro__canvas.is-loaded{opacity:1}.homey-energy-dongle-intro__subtitle{position:relative;z-index:10;margin-bottom:16px;color:var(--color-text-white)}.homey-energy-dongle-intro__button-wrapper{margin:16px auto}.homey-energy-dongle-smart-meter{position:relative;overflow:hidden;padding-top:64px;padding-bottom:32px}.homey-energy-dongle-smart-meter__link{--mask-color:currentcolor;--mask-size:var(--icon-size-medium);display:inline-grid;grid-auto-flow:column;grid-gap:4px;align-items:center;font-size:var(--font-size-body-large);font-weight:var(--font-weight-medium);color:var(--color-text-medium)}.homey-energy-dongle-smart-meter__link:hover{text-decoration:underline}.homey-energy-dongle-smart-meter__images{position:relative;z-index:-1;width:140%;height:clamp(400px,110vw + 70px,650px);margin:0 -20%}.homey-energy-dongle-smart-meter__images-mask{width:100%;height:100%;max-height:714px;-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="50" cy="50" rx="300" ry="50"/></svg>');mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="50" cy="50" rx="300" ry="50"/></svg>');-webkit-mask-size:100% calc(100% - 70px);mask-size:100% calc(100% - 70px);-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.homey-energy-dongle-smart-meter__background{position:absolute;top:min(50%,357px);left:-25%;width:150%;height:100%;max-height:714px;background:radial-gradient(closest-side,rgba(0,255,135,0.2) 0%,transparent 100%)}.homey-energy-dongle-smart-meter__power-meter-image,.homey-energy-dongle-smart-meter__stars-image{max-width:100%;height:auto}.homey-energy-dongle-smart-meter__stars-image{position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.homey-energy-dongle-smart-meter__power-meter-image{position:absolute;top:0;left:50%;transform:translateX(-50%)}.homey-energy-dongle-splitter{display:flex;flex-direction:column;overflow:hidden;padding-top:56px}.homey-energy-dongle-splitter__title{max-width:20ch}.homey-energy-dongle-splitter__video-wrapper{position:relative;z-index:-1;display:flex;align-items:center;justify-content:center;width:140%;margin:-32px -20% 0}.homey-energy-dongle-splitter__video-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 100px 10px var(--color-night-black)}.homey-energy-dongle-splitter__video{width:1280px;max-width:100%;height:auto}@media (min-width:576px){.homey-energy-dongle-box__image-wrapper{margin-bottom:-96px}.homey-energy-dongle-box__image-wrapper:after{top:60%;height:60%}.homey-energy-dongle-box__items{grid-auto-flow:column;grid-gap:16px}.homey-energy-dongle-box__item{grid-template-columns:auto;grid-auto-flow:row;grid-gap:16px;justify-items:center}.homey-energy-dongle-box__item-icon{width:48px;min-width:48px;height:48px}.homey-energy-dongle-box__item-text-wrapper{align-items:center}.homey-energy-dongle-insights__graphs{width:579px;height:403px;margin:32px auto 0}.homey-energy-dongle-insights__graph-1{left:0}.homey-energy-dongle-insights__graph-2{right:0;bottom:0}.homey-energy-dongle-insights__home-wrapper{width:120%;margin:-15% -5% -15% -15%}.homey-energy-dongle-intro__canvas-wrapper{margin:-64px auto}.homey-energy-dongle-intro__canvas{width:360px}.homey-energy-dongle-intro__subtitle{margin-bottom:32px}.homey-energy-dongle-intro__button-wrapper{margin-top:40px}.homey-energy-dongle-smart-meter__images{width:100%;height:clamp(300px,90vw,650px);margin:0}.homey-energy-dongle-splitter__video-wrapper{width:120%;margin:-32px -10% 0}}@media (min-width:768px){.homey-energy-dongle__section:not(:first-child){padding-top:96px;padding-bottom:96px}.homey-energy-dongle__section-title{margin-bottom:40px}.homey-energy-dongle-button{--padding-horizontal:60px;--padding-vertical:16px}.homey-energy-dongle-button__text{font-size:20px}.homey-energy-dongle-box__text,.homey-energy-dongle-box__title{text-align:center}.homey-energy-dongle-box__text{max-width:55ch;margin-right:auto;margin-left:auto}.homey-energy-dongle-box__items{justify-content:center}.homey-energy-dongle-buy{padding-bottom:96px}.homey-energy-dongle-buy__button{font-size:18px}.homey-energy-dongle-buy__button .mask-shopping-cart{width:18px;height:18px}.homey-energy-dongle-insights__title{margin:0 auto 32px}.homey-energy-dongle-insights__home-wrapper{order:3;width:100%;margin:-10% 0 -5%}.homey-energy-dongle-insights__options{grid-auto-flow:column;order:2}.homey-energy-dongle-intro,.homey-energy-dongle-splitter{padding-top:96px}.homey-energy-dongle-splitter__video-wrapper{width:100%;margin:-64px auto 0}}@media (min-width:992px){.homey-energy-dongle__section:not(:first-child){padding-top:120px;padding-bottom:120px}.homey-energy-dongle-box__text,.homey-energy-dongle-box__title{text-align:left}.homey-energy-dongle-box__text{max-width:30ch;margin-right:unset;margin-left:unset}.homey-energy-dongle-box__image-wrapper{margin:-160px -10%}.homey-energy-dongle-box__items{justify-content:left}.homey-energy-dongle-buy{padding-top:96px;padding-bottom:120px}.homey-energy-dongle-buy__frame{padding:48px 80px}.homey-energy-dongle-buy__image-wrapper{height:unset}.homey-energy-dongle-buy__image{bottom:-10%;left:-20%;width:130%;max-width:720px;transform:none}.homey-energy-dongle-buy__content{text-align:left}.homey-energy-dongle-buy__dropdown-wrapper,.homey-energy-dongle-buy__shipping,.homey-energy-dongle-buy__text{margin-right:0;margin-left:0}.homey-energy-dongle-insights__title{margin-bottom:64px}.homey-energy-dongle-insights__graphs{width:579px;height:403px;margin-top:0}.homey-energy-dongle-intro{margin-bottom:-160px;padding-top:160px;padding-bottom:160px}.homey-energy-dongle-smart-meter{padding:128px 0 256px}.homey-energy-dongle-smart-meter__images{position:absolute;top:0;left:0;width:100%;height:100%}.homey-energy-dongle-smart-meter__power-meter-image{transform:translateX(-10%)}.homey-energy-dongle-splitter{padding-top:120px}.homey-energy-dongle-splitter__video-wrapper{margin-top:-96px}}@media (min-width:1200px){.homey-energy-dongle-smart-meter__images-mask{-webkit-mask-size:100% 84%;mask-size:100% 84%}}