*{box-sizing:border-box}:root{--sg-purple:#b92c91;--sg-yellow:#f8ce2a;--sg-blue:#16a3cc;--sg-camel-red:#e46f3c;--sg-coral:#e95556;--sg-orange:#d93b00;--sg-grey:#777474;--max-content-width:700px;--modal-tint-color:#b92c91}header{color:#fff;display:flex;justify-content:center;position:fixed;transition:background-color .8s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}header .header-container{align-items:center;display:flex;justify-content:space-between;margin-top:20px;max-width:var(--max-content-width);padding:0 30px 10px;width:100%}header .header-container .logo{align-items:center;color:unset;display:flex;text-decoration:none}header .header-container .logo #logo-svg{fill:#fff}header .header-container .logo .logo-title{font-size:34px;font-weight:500;margin-left:10px}header .header-container #header-btn{background-color:transparent}header .header-container #ham-menu{fill:#fff}@media (max-width:480px){header .header-container{padding-bottom:10px}}@media (max-width:717px){header .header-container #header-btn{display:none}header .header-container #ham-menu{display:block}}@media (min-width:717px){header .header-container #header-btn{display:block}header .header-container #ham-menu{display:none}}header.yellow-bg .header-container .logo #logo-svg{fill:var(--sg-orange)}header.yellow-bg .logo-title{color:var(--sg-orange)}header.yellow-bg #ham-menu{fill:var(--sg-orange)}.button,button{background-color:transparent;border:none;border-radius:38px;color:#fff;cursor:pointer;display:inline-block;font-family:Quicksand,sans-serif;font-size:16px;font-weight:400;font-weight:700;height:fit-content;line-height:1.5;padding:10px 20px;text-decoration:none}sg-footer{width:100%}sg-footer footer{background-color:#fff;display:flex;height:130px;justify-content:center;width:100%}sg-footer footer .close-btn-container{display:none}@media (max-width:717px){sg-footer footer{display:none}}sg-footer footer .footer-content{max-width:var(--max-content-width);padding:30px;width:100%}sg-footer footer .footer-content .top-row a{color:var(--sg-grey);font-size:14px;margin-right:20px;text-decoration:none}sg-footer footer .footer-content .bottom-row{align-items:flex-end;display:flex;font-size:12px;justify-content:space-between;margin-top:30px}sg-footer footer .footer-content .bottom-row .store-icons{display:flex}sg-footer footer .footer-content .bottom-row .store-icons img{height:30px;margin-right:30px;width:100px}sg-modal-menu footer{display:none}@media (max-width:717px){sg-modal-menu footer.show-as-menu{background-color:#fff;bottom:0;display:block;left:0;overflow:hidden;padding:30px;position:fixed;right:0;top:0;transform:translateY(110%);transition:transform .5s ease;z-index:4}sg-modal-menu footer.show-as-menu .footer-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}sg-modal-menu footer.show-as-menu .footer-content .top-row{align-items:center;display:flex;flex-direction:column}sg-modal-menu footer.show-as-menu .footer-content .top-row .close-btn-container{display:block;margin-top:10px;text-align:right}sg-modal-menu footer.show-as-menu .footer-content .top-row .close-btn-container .close-btn img{cursor:pointer}sg-modal-menu footer.show-as-menu .footer-content .top-row a{text-decoration:none}sg-modal-menu footer.show-as-menu .footer-content .top-row a:not(.close-btn){color:var(--sg-purple);font-family:Montserrat,sans-serif;font-size:22px;font-weight:500;margin-top:30px;text-align:left}sg-modal-menu footer.show-as-menu .footer-content .bottom-row{align-items:center;display:flex;flex-direction:column-reverse;font-size:18px}sg-modal-menu footer.show-as-menu .footer-content .bottom-row .store-icons{display:flex;flex-direction:column}sg-modal-menu footer.show-as-menu .footer-content .bottom-row .store-icons img{height:60px;margin-bottom:30px;width:200px}sg-modal-menu footer.show-as-menu.shown{transform:translateY(0)}}input,select,textarea{border:none;border-radius:25px;font-family:Montserrat,sans-serif;font-size:14px;margin:20px 0;outline:none;padding:17px;resize:none;width:230px}.mobileno-prompt{align-items:center;background-color:rgba(0,0,0,.3);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:4}.mobileno-prompt .modal-container{background-color:#fff;border-radius:20px;box-shadow:3px 3px 3px 0 rgba(0,0,0,.16);padding:30px}.mobileno-prompt .modal-container .title-container{color:var(--modal-tint-color,--sg-purple);display:flex;font-size:20px;font-weight:500;justify-content:space-between;margin-bottom:20px;width:100%}.mobileno-prompt .modal-container .title-container .close-btn{cursor:pointer}.mobileno-prompt .modal-container .desc{margin-bottom:20px;text-align:center}.mobileno-prompt .modal-container .select-container{display:inline-flex;position:relative}.mobileno-prompt .modal-container .select-container:after{align-items:center;color:var(--modal-tint-color,--sg-purple);content:"\f107";display:inline-flex;font-size:22px;font:var(--fa-font-solid);height:100%;justify-content:end;position:absolute;right:5px}.mobileno-prompt .modal-container .select-container select{-webkit-appearance:none;background-color:#fff;width:100px}.mobileno-prompt .modal-container .phoneno-combo{border:2px solid var(--modal-tint-color,--sg-purple);border-radius:25px}.mobileno-prompt .modal-container .phoneno-combo input,.mobileno-prompt .modal-container .phoneno-combo select{margin:0}.mobileno-prompt .modal-container .btn_container{display:flex;justify-content:center;margin-top:20px}.mobileno-prompt .modal-container .btn_container button{background-color:var(--modal-tint-color,--sg-purple)}.mobileno-prompt.shown{display:flex}.close-btn-container{display:block;text-align:right;width:100%}.close-btn-container img{height:18px;width:18px}.close-btn-container a{cursor:pointer}@keyframes slidein{0%{top:-30px}to{top:30px}}@keyframes slideout{0%{top:30px}to{top:-30px}}#snackbar-container{display:flex;justify-content:center}#snackbar-container.show{visibility:visible}#snackbar-container.show #snackbar{top:30px}#snackbar-container #snackbar{border-radius:10px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);color:#5a5a5a;min-width:250px;padding-left:10px;position:fixed;text-align:center;top:-100px;transition-duration:.5s;transition-property:top;z-index:5}#snackbar-container #snackbar.success{background-color:#14928c}#snackbar-container #snackbar.success #front-icon{color:#14928c}#snackbar-container #snackbar.success #front-icon .fa-solid:before{content:"\f058"}#snackbar-container #snackbar.error{background-color:red}#snackbar-container #snackbar.error #front-icon{color:red}#snackbar-container #snackbar.error #front-icon .fa-solid:before{content:"\f057"}#snackbar-container #snackbar #msg-header{align-items:center;display:flex;font-size:20px;justify-content:space-between}#snackbar-container #snackbar .icon{background-size:contain;display:inline-block;height:20px;margin-right:10px;width:20px}#snackbar-container #snackbar #close img{cursor:pointer;height:15px;margin-left:10px;margin-top:8px}#snackbar-container #snackbar #msg-container{background-color:#fff;border-radius:0 10px 10px 0;padding:10px;text-align:left}#snackbar-container #snackbar #msg{font-size:16px;margin-left:30px;margin-right:35px}body{font-family:Quicksand,sans-serif;height:100vh;margin:0;overscroll-behavior:none}.container{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;width:100%}.container::-webkit-scrollbar{display:none}.container section{align-items:center;display:flex;flex-direction:column;min-height:100%;scroll-snap-align:start}@media (max-width:717px){.container section{height:auto}}.container section .header-bg{background-color:inherit;height:75px;position:sticky;top:0;width:100%}.container section#sec-1{--action-btn-color:var(--sg-purple);background-color:var(--sg-purple)}.container section#sec-2{--action-btn-color:var(--sg-orange);background-color:var(--sg-yellow)}.container section#sec-2 div{color:var(--sg-orange)}.container section#sec-3{--action-btn-color:var(--sg-blue);background-color:var(--sg-blue)}.container section#sec-3 .line2{align-items:flex-start;display:flex;margin-left:30px}.container section#sec-3 .line2 .title-large{margin-left:10px}.container section#sec-4{--action-btn-color:var(--sg-camel-red);background-color:var(--sg-camel-red)}.container section#sec-4 .right img{border-radius:30px;height:auto;max-width:100%}.container section#sec-5{--action-btn-color:var(--sg-coral);align-items:center;background-color:var(--sg-coral);flex-direction:column;justify-content:space-between}.container section#sec-5 .action-btn-container{width:230px}.container section#sec-5 .row{flex:1}@media (min-width:717px){.container section#sec-5{-ms-overflow-style:none;scrollbar-width:none}.container section#sec-5::-webkit-scrollbar{display:none}}.container section .row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;max-width:var(--max-content-width)}.container section .row .col{color:#fff;flex:1;overflow:hidden;padding:30px}.container section .row .col.right{align-items:flex-start;display:flex;justify-content:flex-end}@media (max-width:717px){.container section .row .col.right{justify-content:center}}.container section .row .col .title-small{font-size:29px;font-weight:500}.container section .row .col .title-large{font-size:57px;font-weight:500}.container section .row .col .description{font-family:Montserrat,sans-serif;font-size:18px;line-height:30px;margin-top:20px}.container section .row .col video{background:transparent;border-radius:25px;max-height:80%;max-width:100%;min-height:500px}.container section .row .col img{max-height:90%;max-width:100%;min-height:500px;object-fit:contain}@media (max-width:717px){.container section{scroll-snap-align:unset}.container section .row{-webkit-overflow-scrolling:touch;display:block;width:100%}.container section .row .col{height:100vh;padding-top:120px;scroll-snap-align:start}}.sgiggles-text{font-family:Quicksand,sans-serif;font-size:22px;font-weight:700}.action-btn-container{display:flex;justify-content:center;margin-top:20px}.action-btn{background-color:#fff;border:none;border-radius:38px;box-shadow:3px 3px 3px 0 rgba(0,0,0,.16);color:var(--action-btn-color);flex-wrap:nowrap;line-height:1.5;max-width:max-content;padding:5px 5px 5px 20px;text-decoration:none;word-break:unset}.action-btn,.action-btn:after{align-items:center;display:flex;font-weight:700}.action-btn:after{background-color:var(--action-btn-color);border-radius:50%;color:#fff;content:"\f105";font-size:22px;font:var(--fa-font-solid);height:35px;justify-content:center;margin-left:20px;width:35px}
/*# sourceMappingURL=index.3889492f.css.map */
