.toggle__container{display:grid;gap:60px;grid-template-columns:1fr}.toggle__container-right{align-items:center;grid-template-columns:repeat(2,1fr)}.toggle__img{position:relative}.toggle__img img{margin:0 auto;position:sticky;top:70px;width:100%}.toggle__img-bg{box-sizing:border-box;height:100vw;max-height:1800px;padding:50px 0}.toggle__img-bg:before{background:var(--color-body-reverse);content:"";display:block;height:100vw;left:50%;-webkit-mask-image:url(//4059422.fs1.hubspotusercontent-eu1.net/hubfs/4059422/raw_assets/public/Tiime%202024/assets/img/others/tiime-hexagon-shape.svg);mask-image:url(//4059422.fs1.hubspotusercontent-eu1.net/hubfs/4059422/raw_assets/public/Tiime%202024/assets/img/others/tiime-hexagon-shape.svg);-webkit-mask-size:contain;mask-size:contain;max-height:1800px;max-width:1800px;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:-1}.toggle__img-bg-pink:before{background:var(--color-pink)}.toggle__img-bg-orange:before{background:var(--color-orange)}.toggle__img-bg-yellow:before{background:var(--color-yellow)}.toggle__img-bg-green:before{background:var(--color-green)}.toggle__img-bg-blue:before{background:var(--color-blue)}.toggle__img-bg-purple:before{background:var(--color-purple)}.toggle__content .columns-2{display:grid;gap:60px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:800px){.toggle__container{gap:40px}.toggle__container-right{grid-template-columns:1fr}.toggle__content .columns-2{gap:30px;grid-template-columns:1fr}}