.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,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}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,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}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,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}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}._container_2m3hl_1{padding:70px 0}._content_2m3hl_5{align-items:center;display:flex;max-width:1200px;margin:auto}._graphic_2m3hl_12{width:50%}._text_column_2m3hl_16{padding-left:50px}._guests_count_2m3hl_20{color:#eb1700;font-size:6rem;margin-bottom:0}._guests_served_with_2m3hl_26{font-size:2.8rem;font-weight:400;margin-top:0;margin-bottom:10px}._skipli_2m3hl_33{color:#eb1700;font-size:3.4rem}._description_2m3hl_38{color:#5f7494;font-size:1.1rem;line-height:1.8rem}@media only screen and (max-width: 700px){._container_2m3hl_1{padding:60px 2rem}._content_2m3hl_5{flex-direction:column-reverse}._graphic_2m3hl_12{margin-top:30px;width:100%}._text_column_2m3hl_16{padding-left:0}._guests_count_2m3hl_20{font-size:3rem;margin-top:0}._guests_served_with_2m3hl_26{font-size:2.2rem;margin-top:10px}._skipli_2m3hl_33{font-size:2.6rem}}._container_kn7y1_1{background:radial-gradient(43.55% 66.26% at 23.7% 48.7%,#006dff17,#01b1ff17 .01%,#01b1ff00),linear-gradient(180deg,#019dff0d,#019dff00);display:flex;padding:50px 0}._image_column_kn7y1_7,._text_column_kn7y1_8{width:50%}._hero_image_kn7y1_12{width:90%}._text_content_kn7y1_16{padding:0 6rem}._heading_kn7y1_20{font-size:4.4rem;line-height:4.8rem;margin:0}._heading_kn7y1_20>span{background:linear-gradient(90deg,#ff5846,#eb1700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._paragraph_kn7y1_31{font-size:2.4rem;line-height:3.2rem;margin:30px 0}._description_kn7y1_37{color:#5f7494;font-size:1.1rem;line-height:1.8rem}._description_kn7y1_37>span{text-decoration:underline;text-underline-position:under}._point_kn7y1_47{margin-bottom:1rem;display:flex;align-items:flex-start}._circleCheck_kn7y1_53{background:#eb1700;border-radius:100%;margin-right:15px;height:1.6rem;width:1.6rem;min-width:1.6rem;display:flex;align-items:center;justify-content:center}._circleCheck_kn7y1_53>svg{fill:#fff;height:.8rem;width:.8rem}._pointText_kn7y1_70{font-size:1.2rem;font-weight:600;line-height:2rem;margin:-5px 0 0}._buttons_kn7y1_77{display:flex}._buttons_kn7y1_77>._learnMoreBtn_kn7y1_80{color:#eb1700!important}._button_kn7y1_77,._startNowBtn_kn7y1_84,._learnMoreBtn_kn7y1_80{font-size:1.2rem!important;margin-top:20px!important;margin-left:0!important;padding:16px 30px!important}._learnMoreBtn_kn7y1_80{box-shadow:none!important;color:#eb1700!important}._learnMoreBtn_kn7y1_80>svg{fill:#eb1700}._startNowBtn_kn7y1_84{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;margin-right:2rem!important}._arrowIcon_kn7y1_105{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 700px){._container_kn7y1_1{flex-direction:column}._image_column_kn7y1_7,._text_column_kn7y1_8{width:inherit}._image_column_kn7y1_7{margin-top:40px}._hero_image_kn7y1_12{width:100%}._text_content_kn7y1_16{padding:0 2rem}._heading_kn7y1_20{font-size:3.4rem;line-height:3.6rem}._paragraph_kn7y1_31{font-size:2rem;line-height:2.6rem}._buttons_kn7y1_77{flex-direction:column}._button_kn7y1_77,._learnMoreBtn_kn7y1_80,._startNowBtn_kn7y1_84{margin-bottom:14px!important;width:100%}._learnMoreBtn_kn7y1_80{margin-top:20px!important}}._button_1wh20_1{align-items:center;color:#fff;display:flex;font-weight:500;justify-content:center;margin:auto;padding:14px 24px;text-transform:capitalize;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._button_1wh20_1:hover{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}._hasShadow_1wh20_16{box-shadow:0 1px 4px #00000029}._skipli_red_1wh20_20{background:#eb1700}._danger_1wh20_24{background-color:#fd5458}._dark_1wh20_28{background-color:#525f7f}._info_1wh20_32{background-color:#006aff}._primary_1wh20_36{background-color:#009048}._warning_1wh20_40{background-color:#ff633a;color:#000}._white_1wh20_45{background-color:#fff;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f!important;color:#009048!important}._inactive_1wh20_51{opacity:.5;pointer-events:none}._container_11xem_1{background:#fafafb;padding:60px 0}._title_11xem_6{font-size:2.8rem;text-align:center;max-width:1100px;margin:0 auto 80px;line-height:3.6rem}._diagram_container_11xem_14{margin:auto;text-align:center;width:86%}._diagram_container_11xem_14>img{width:inherit}._steps_list_11xem_23{display:none}._step_container_11xem_27{font-size:1.1rem;display:flex}._image_11xem_32{height:auto;margin-right:20px;width:60px}._image_11xem_32>img{height:inherit;width:inherit}._step_count_11xem_42{color:#5f7494;font-weight:600;margin-bottom:8px}._step_name_11xem_48{line-height:1.5rem}._dot_11xem_52{background:#7a8297;height:10px;margin:30px auto;opacity:.4;width:10px}._get_live_demo_button_11xem_60{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:1.2rem!important;margin:70px auto 40px;padding:16px 50px!important}._arrow_icon_11xem_68{fill:#fff;height:.8rem;margin-left:.4rem;margin-top:2px;width:.8rem}@media only screen and (max-width: 700px){._container_11xem_1{padding:60px 2rem}._title_11xem_6{font-size:2.2rem;line-height:2.8rem;margin-bottom:44px}._diagram_container_11xem_14{display:none}._steps_list_11xem_23{display:block}._get_live_demo_button_11xem_60{width:100%}}._container_alg42_1{background:linear-gradient(100deg,#f1f6fc,#efdff4);padding:60px 0}._title_alg42_6{font-size:2.8rem;text-align:center;max-width:1100px;margin:0 auto 60px;line-height:3.6rem}._benefits_container_alg42_14{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px 24px;max-width:1200px;margin:auto}._benefit_card_alg42_22{background:#fff;border-radius:20px;box-shadow:0 10px 20px #00000008;display:flex;flex-direction:column}._benefit_name_container_alg42_30{box-shadow:#419bf91a 0 0 0 1px,#419bf900 0 0,#419bf914 0 12px 50px,#9f9fa440 0 2px 10px;padding:30px;border-radius:20px 20px 0 0;height:180px}._icon_alg42_37{height:6rem;width:6rem}._benefit_name_alg42_30{font-size:1.6rem;line-height:2rem;margin:20px 0 0}._benefit_details_list_alg42_48{padding:30px}._benefit_details_list_alg42_48>li{font-size:1rem;line-height:1.4rem;margin-bottom:10px}._list_item_name_alg42_57{font-size:1.2rem;line-height:1.6rem}._list_item_description_alg42_62{color:#7a8297;font-size:1rem;line-height:1.4rem;margin:6px 0 20px}._learn_more_button_alg42_69{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:1.1rem;margin-left:30px;margin-bottom:30px;margin-right:30px}._arrow_icon_alg42_78{fill:#fff;height:.8rem;margin-left:.4rem;margin-top:2px;width:.8rem}@media only screen and (max-width: 700px){._container_alg42_1{padding:60px 2rem}._title_alg42_6{font-size:2.2rem;line-height:2.8rem;margin-bottom:44px}._benefits_container_alg42_14{grid-template-columns:repeat(1,1fr)}._benefit_name_container_alg42_30{height:fit-content}._icon_alg42_37{height:4rem;width:4rem}}._container_w41wn_1{padding:60px 0}._graphic_w41wn_5{height:auto;margin:0 0 auto auto;width:100%}._title_w41wn_11{font-size:2.8rem;text-align:center;max-width:1100px;margin:0 auto 60px;line-height:3.6rem}._content_grid_w41wn_19{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 30px;margin:auto;max-width:1200px}._testimonial_headline_w41wn_27{font-size:2.8rem;line-height:3.4rem;margin-top:0}._testimonial_headline_w41wn_27>span{color:#eb1700}._testimonial_description_w41wn_36{color:#5f7494;margin-top:0;font-size:1.1rem;line-height:2rem}._learn_more_button_w41wn_43{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:1.1rem;margin-left:0;margin-top:40px}._arrow_icon_w41wn_51{fill:#fff;height:.8rem;margin-left:.4rem;margin-top:2px;width:.8rem}@media only screen and (max-width: 700px){._container_w41wn_1{padding:60px 2rem}._title_w41wn_11{font-size:2.2rem;line-height:2.8rem;margin-bottom:44px}._content_grid_w41wn_19{display:flex;flex-direction:column-reverse}._testimonial_headline_w41wn_27{font-size:1.8rem;line-height:2.6rem}._graphic_w41wn_5{margin-bottom:40px;width:100%}._learn_more_button_w41wn_43{margin-left:0;width:100%}}._navOption_jh6om_1{color:#000;font-size:.94rem;margin-left:30px}._navOption_jh6om_1:first-child{margin-left:0}._navOption_jh6om_1:hover{color:#eb1700}._isNew_jh6om_13{background:#eb1700;color:#fff;border-radius:4px;font-size:.65rem;font-weight:700;margin-left:2px;padding:2px 5px}._getStarted_jh6om_23{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;color:#fff;font-weight:600;padding:12px 20px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._getStarted_jh6om_23:hover{color:#fff}._orderingPlatform_jh6om_35{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;bottom:0;margin-left:0}._orderingPlatform_jh6om_35:hover>svg{fill:#009048}._orderingPlatform_jh6om_35>svg{height:18px;width:18px;margin-left:8px}._footer_jh6om_54{margin-top:0!important}@media only screen and (max-width: 1100px){._getStarted_jh6om_23{margin:auto!important;width:200px}._orderingPlatform_jh6om_35{margin-top:30px!important;position:relative}}._link_container_7ssth_1{border-bottom:1px solid #d4dae0;padding:30px 0;opacity:.9}._link_container_7ssth_1:hover{opacity:1}._link_container_7ssth_1:last-of-type{border-bottom:none}._article_7ssth_13{text-decoration:none}._pub_date_7ssth_17{color:#525f7f;font-weight:400}._article_preview_info_7ssth_22{display:flex;align-items:stretch;margin-top:20px}._article_preview_text_7ssth_28{display:flex;position:relative;justify-content:space-between;flex-direction:column}._article_title_7ssth_35{color:#000;font-weight:600;line-height:140%;margin:0}._article_description_7ssth_42{color:#525f7f;display:-webkit-box;font-size:16px;font-weight:400;line-height:140%;margin-bottom:0;overflow:hidden;text-align:justify;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:3}._featured_image_7ssth_57{border-radius:10px;height:inherit;margin-left:80px;object-fit:contain;width:500px}._view_full_article_button_7ssth_65{background:none;color:#006aff;font-weight:500;margin-left:0;padding-left:0;text-transform:initial}._view_full_article_button_7ssth_65:hover{box-shadow:none}._new_window_icon_7ssth_77{height:14px;margin-left:12px;width:14px}._new_window_icon_7ssth_77>svg{fill:#006aff;height:inherit;width:inherit}._article_extra_info_7ssth_88{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;margin-top:40px}._tag_post_7ssth_96{background-color:#f4f4f5;border-radius:100px;color:#000;margin-right:20px;padding:6px 14px}._read_time_7ssth_104{color:#525f7f;font-size:14px}@media only screen and (max-width: 900px){._article_preview_info_7ssth_22{flex-direction:column-reverse}._article_preview_text_7ssth_28{margin-top:20px;padding-right:0}._article_title_7ssth_35{font-size:20px}._featured_image_7ssth_57{margin-left:0;width:100%}._article_extra_info_7ssth_88{margin-top:30px;position:relative}}._container_1bbgd_1{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin-bottom:2rem;padding:30px 40px}@media only screen and (max-width: 900px){._container_1bbgd_1{border-radius:10px;padding:20px 15px}}@media only screen and (max-width: 700px){._container_1bbgd_1{border-radius:0}}._slides_container_gunwc_1{display:flex;margin:0 -10rem 60px}._slide_gunwc_1{cursor:pointer;height:auto;margin:0 30px;opacity:.5}._slide_gunwc_1._active_gunwc_12{opacity:1}._slides_navigation_gunwc_16{align-items:center;display:flex;justify-content:center}._arrow_gunwc_22,._right_arrow_gunwc_22,._left_arrow_gunwc_22{height:1.4rem;width:1.4rem}._arrow_gunwc_22>svg,._right_arrow_gunwc_22>svg,._left_arrow_gunwc_22>svg{fill:#5f7494;height:inherit;width:inherit}._left_arrow_gunwc_22{transform:rotate(180deg)}._circles_container_gunwc_36{display:flex;flex-wrap:wrap;justify-content:center}._circle_gunwc_36{background:#ced0d7;height:12px;width:12px;border-radius:100px;margin-right:1rem}._circle_gunwc_36._active_gunwc_12{background:#eb1700}._circle_gunwc_36:first-child{margin-left:2rem}._circle_gunwc_36:last-child{margin-right:2rem}@media only screen and (max-width: 700px){._slides_navigation_gunwc_16{align-items:flex-start}._circle_gunwc_36{margin-bottom:.8rem}}._container_nryqt_1{display:flex;align-items:center;padding-right:5px;transition:transform .2s}._alignStart_nryqt_8{align-items:flex-start}._label_nryqt_12{line-height:1.2rem;text-align:left}._description_nryqt_17{color:#525f7f;margin:.4rem 0 0;text-align:left}._common_nryqt_23,._radioButton_nryqt_23,._checkbox_nryqt_23{background-color:#fff;border:2px solid #000;display:flex;align-items:center;justify-content:center;height:18px!important;margin:0 8px 0 0;width:18px!important;min-width:18px}._common_nryqt_23._checked_nryqt_34,._checked_nryqt_34._radioButton_nryqt_23,._checked_nryqt_34._checkbox_nryqt_23{border-color:#eb1700}._common_nryqt_23._checked_nryqt_34 ._checkIcon_nryqt_37,._checked_nryqt_34._radioButton_nryqt_23 ._checkIcon_nryqt_37,._checked_nryqt_34._checkbox_nryqt_23 ._checkIcon_nryqt_37,._common_nryqt_23._checked_nryqt_34 ._circle_nryqt_37,._checked_nryqt_34._radioButton_nryqt_23 ._circle_nryqt_37,._checked_nryqt_34._checkbox_nryqt_23 ._circle_nryqt_37{visibility:visible}._checkbox_nryqt_23{border-radius:4px}._checkbox_nryqt_23._checked_nryqt_34{background-color:#eb1700}._checkIcon_nryqt_37{fill:#fff;height:12px;width:12px;visibility:hidden}._radioButton_nryqt_23{border-radius:100px}._radioButton_nryqt_23._checked_nryqt_34{background-color:#fff}._circle_nryqt_37{background:#eb1700;border-radius:100px;height:12px!important;width:12px!important;max-width:10px;min-width:10px;visibility:hidden}._readOnly_nryqt_72{background-color:#f4f4f5!important}._comingSoonButton_lheuy_1{background:#f0f0f0;font-weight:700;height:40px;padding:0 15px;pointer-events:none;text-transform:uppercase}._quoteContainer_6nlfs_1,._quoteSuccess_6nlfs_1,._quoteError_6nlfs_1{background:#000;border-radius:10px;color:#fff;font-weight:500;margin-bottom:2rem;padding:20px}._quoteError_6nlfs_1{background:#ff633a}._quoteSuccess_6nlfs_1{background:#000}._courierLogo_6nlfs_18{height:26px;margin-bottom:5px}._skipliLogo_6nlfs_23{display:flex;align-items:center;font-size:1rem;margin-bottom:15px}._skipliLogo_6nlfs_23>svg{margin-right:12px;width:70px}._quoteEstimate_6nlfs_34{display:flex}._estimate_6nlfs_38{margin-right:30px}._estimate_6nlfs_38>h2{font-size:1rem;margin:0 0 4px}._estimate_6nlfs_38>p{margin:0}._farLocationMsg_6nlfs_49{display:flex;margin:15px 0 0}._farLocationMsg_6nlfs_49>svg{fill:#fff;height:16px;margin-right:10px;width:16px}._unableToDeliver_6nlfs_60>h1{font-size:1.2rem;margin:0 0 8px}._unableToDeliver_6nlfs_60>p{font-size:.9rem;margin:0}._choosePickUpBtn_6nlfs_69{background:#fff;border-radius:100px;color:#000;margin:18px 0 0;padding:6px 15px}._choosePickUpBtn_6nlfs_69>svg{fill:#000;height:18px;margin-right:10px;width:18px;transform:rotateY(180deg)}._overlay_hw0eh_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:100}._modal_hw0eh_11,._centerPageModal_hw0eh_11,._fullPageModal_hw0eh_11{position:absolute;top:0;left:0;right:0;border:none;overflow:auto;outline:none;padding:0;z-index:9999}._contentContainer_hw0eh_23{background:#fff;height:auto;min-height:100%;position:relative}._closeModalButton_hw0eh_30{background:#f4f4f5;height:2.4rem;margin-bottom:1.6rem;margin-left:0;padding:0;width:2.4rem}._closeIcon_hw0eh_39{height:1rem;width:1rem}._fullPageModal_hw0eh_11{border-radius:0}._headerContainer_hw0eh_48{padding:15px 25px;border-bottom:1px solid #b2bec3;display:flex;align-items:center;justify-content:space-between;height:3vh;max-height:3vh}._bodyContainer_hw0eh_58{padding:0 25px 130px}._footerContainer_hw0eh_62{border-top:1px solid rgba(217,219,224,.5);background:#fff;z-index:50;height:70px;position:fixed;position:-webkit-sticky;width:100%;bottom:0}._footerContentContainer_hw0eh_73{height:100%;padding:0 50px}._centerPageModal_hw0eh_11{border-radius:1rem;bottom:0;margin:auto}@media only screen and (max-width: 700px){._closeModalButton_hw0eh_30{height:2.2rem;width:2.2rem}._closeIcon_hw0eh_39{height:.8rem;width:.8rem}}._moduleContainer_10akd_1{margin-bottom:2rem}._moduleContainer_10akd_1>button{margin-bottom:20px}._moduleTitleContainer_10akd_8{display:flex;text-align:left}._moduleTitle_10akd_8{font-size:1.2rem;margin:0 25px 5px 0}._moduleDescription_10akd_18{color:#000;line-height:25px;margin-bottom:0;text-align:left}._titleUnderline_10akd_25{border-top:2px solid #000;border-radius:0;display:block;width:40px}._arrowIcon_10akd_32{margin-top:5px;height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_10akd_32._flip_10akd_39{transform:rotate(-90deg)}._unclickable_10akd_43{pointer-events:none}._image_f8aiq_1{object-fit:cover}._checkbox_1ln3l_1{display:flex;align-items:center;position:relative}._checkbox_1ln3l_1>*{cursor:pointer;transition:all .1s ease-in-out 0s}._checkbox_1ln3l_1>input[type=checkbox]{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;height:30px;margin:0;width:30px}._checkbox_1ln3l_1>input[type=checkbox]:checked{background-color:#000;border-color:#000}._label_1ln3l_23{margin-left:10px}._label_1ln3l_23._checked_1ln3l_26{font-weight:700}._checkIcon_1ln3l_30{position:absolute;fill:#fff;height:18px;width:18px;left:6px}._field_1bu18_1{border:1.2px solid #000;background:#fff;border-radius:10px;min-height:28px;padding:8px 16px;width:inherit}._field_1bu18_1>input,._field_1bu18_1 textarea{font-weight:500;padding:0}._field_1bu18_1>input{line-height:30px}._field_1bu18_1>textarea{line-height:24px}._field_1bu18_1._focused_1bu18_20{border:none;box-shadow:0 0 0 1px #009048,0 1px 1px #00000012,0 0 0 2px #009048;-webkit-box-shadow:0 0 0 1px #009048,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #009048}._field_1bu18_1._invalid_1bu18_25{border:none;box-shadow:0 0 0 1px #ff633a,0 1px 1px #00000012,0 0 0 2px #ff633a;-webkit-box-shadow:0 0 0 1px #ff633a,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #ff633a}._field_1bu18_1._readOnly_1bu18_30{background:#f4f4f5;border:none}._label_1bu18_35{color:#222;white-space:pre-wrap;max-width:inherit;margin-bottom:.6rem}._input_1bu18_42{background:inherit;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:inherit;padding-top:0;width:100%}._input_1bu18_42::placeholder{color:#4f4f4f;opacity:.6}._label_container_1bu18_55{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit}._character_count_1bu18_63{color:#525f7f;font-size:12px;font-weight:400}._character_count_1bu18_63._max_character_count_warning_1bu18_68{color:#fd5458!important;font-weight:500}._formFooter_1bu18_73{display:flex;justify-content:space-between;align-items:baseline;margin-top:5px}._dangerText_1bu18_80{color:#fd5458;font-size:.8rem;width:85%}._requiredText_1bu18_86{color:#636e72;font-size:.7rem}._radioButton_1sigj_1{display:flex;align-items:center;position:relative}._radioButton_1sigj_1>*{cursor:pointer;transition:all .1s ease-in-out 0s}._radioButton_1sigj_1>input[type=radio]{background-color:#fff;border:1px solid #e0e0e0;border-radius:100px;height:30px;margin:0;width:30px}._radioButton_1sigj_1>input[type=radio]:checked{background-color:#000;border-color:#000}._label_1sigj_23{margin-left:10px}._label_1sigj_23._checked_1sigj_26{font-weight:700}._circle_1sigj_30{background:#fff;border-radius:100px;position:absolute;fill:#fff;height:16px;width:16px;left:7px}._optionsContainer_h0iod_1{display:flex;flex-wrap:wrap;margin-top:10px}._field_h0iod_7{margin-bottom:20px;max-width:30%;width:30%}._link_9itab_1{color:#006aff;text-decoration:none}._loadingSpinnerContainer_1wubk_1{display:flex;align-items:center;justify-content:center}._loadingSpinnerContainer_1wubk_1._top_1wubk_6{flex-direction:column}._loadingSpinnerContainer_1wubk_1._right_1wubk_9{flex-direction:row-reverse}._loadingSpinnerContainer_1wubk_1._bottom_1wubk_12{flex-direction:column-reverse}._loadingSpinnerContainer_1wubk_1._left_1wubk_15{flex-direction:row}._message_1wubk_19{font-size:1.2rem;line-height:25px;text-align:center}@keyframes _logoAnimationZoom_1wubk_1{0%{height:60px}25%{height:70px}50%{height:60px}75%{height:50px}to{height:60px}}@keyframes _logoAnimationSpin_1wubk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _logoAnimationSlide_1wubk_1{0%{justify-content:center}25%{justify-content:flex-start}50%{justify-content:center}75%{justify-content:flex-end}to{justify-content:center}}._svgContainerWrapper_1wubk_67{width:100px;display:flex;justify-content:center}._svgContainer_1wubk_67{width:100px;height:100px;display:flex;justify-content:center;align-items:center;animation-iteration-count:infinite;animation-timing-function:linear}._svgContainer_1wubk_67._spin_1wubk_82{animation-duration:2s;animation-name:_logoAnimationSpin_1wubk_1}._svgContainer_1wubk_67._slide_1wubk_86{animation-duration:1s;animation-name:_logoAnimationSlide_1wubk_1}._svgIcon_1wubk_91{height:60px}._svgIcon_1wubk_91._zoom_1wubk_94{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1s;animation-name:_logoAnimationZoom_1wubk_1}._notifContainer_yq6h5_1,._notifAlertContainer_yq6h5_1,._notifDialogContainer_yq6h5_1{position:fixed;margin:auto;right:0;left:0;border-radius:10px;padding:0;line-height:25px;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);-moz-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._notifBody_yq6h5_14,._notifAlertBody_yq6h5_14,._notifDialogBody_yq6h5_14{margin:0}._notifContentContainer_yq6h5_18{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif"}._notifDialogContainer_yq6h5_1{width:80vw;top:0;bottom:0;height:20vh}._notifDialogBody_yq6h5_14{padding:20px}._notifAlertContainer_yq6h5_1{color:#fff;font-size:1.2rem;font-weight:700;width:450px;top:20px;min-height:40px}._notifAlertContainer_yq6h5_1._error_yq6h5_41{background:#fd5458}._notifAlertContainer_yq6h5_1._success_yq6h5_44{background:#009048}._notifAlertContainer_yq6h5_1._warning_yq6h5_47{background:#ffc555;color:#000}._notifAlertBody_yq6h5_14{padding:10px 15px}@media only screen and (max-width: 500px){._notifAlertContainer_yq6h5_1{font-size:1rem;width:90vw}}._container_1j8g7_1{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}._keyContainer_1j8g7_8{width:30%}._key_1j8g7_8{width:100px;background:#fff;height:50px;margin-bottom:10px;font-size:1.4rem;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029;font-weight:700}._clearIcon_1j8g7_23{height:16px;width:16px}._backSpaceIcon_1j8g7_28{height:16px;width:16px;transform:rotate(180deg)}._calculatorContainer_1bb7g_1{display:flex;justify-content:center;align-items:center;height:36px;background:#f4f4f5;border-radius:10px;padding:0 .4rem}._disabled_1bb7g_11{opacity:.6;pointer-events:none}._quantityNumber_1bb7g_16{margin:0 10px;min-width:50px;font-size:1rem;height:inherit;display:flex;align-items:center;justify-content:center}._iconContainer_1bb7g_26{height:2rem;line-height:0;width:2rem}._icon_1bb7g_26{height:.8rem;width:.8rem}._msgContainer_1xlbh_1{text-align:center;padding-top:50px;font-size:1rem;line-height:25px}._overlay_99lpf_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:10000}._modal_99lpf_11{background:#fff;border:none;border-radius:10px;padding:0;overflow:auto;outline:none;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_99lpf_31{line-height:1.4;padding:20px;padding-bottom:4rem}._disableContent_99lpf_37{background:#f4f4f5;pointer-events:none}@media only screen and (max-width: 600px){._modal_99lpf_11{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._contentDescriptionContainer_99lpf_51{background:#f7fafc;border-bottom:1px solid #d4dae0;line-height:1.4rem;padding:1rem 20px}._title_99lpf_58{font-size:1rem;margin:0 0 .2rem}._contentDescription_99lpf_51{margin:0}._overlay_25b3l_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:10000}._modal_25b3l_11{background:#fff;border:none;border-radius:10px;padding:0;overflow:auto;outline:none;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_25b3l_31{line-height:1.4;padding:20px;padding-bottom:4rem}._disableContent_25b3l_37{background:#f4f4f5;pointer-events:none}@media only screen and (max-width: 600px){._modal_25b3l_11{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._footerContainer_25b3l_51{background:#fff;border-top:1px solid #d4dae0;padding:1rem 20px;display:flex;align-items:center;justify-content:flex-end;position:sticky;position:-webkit-sticky;bottom:0;z-index:50}._cancelButton_25b3l_64,._submitButton_25b3l_65{margin:0 0 0 1rem;padding:.6rem 0;min-width:6.8rem}._cancelButton_25b3l_64{font-weight:400;min-width:6.6rem}._submitButton_25b3l_65{font-weight:700;min-width:8.2rem;padding-left:.8rem;padding-right:.8rem}._overlay_55zol_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:10000}._modal_55zol_11{background:#fff;border:none;border-radius:10px;padding:0;overflow:auto;outline:none;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_55zol_31{line-height:1.4;padding:20px;padding-bottom:4rem}._disableContent_55zol_37{background:#f4f4f5;pointer-events:none}@media only screen and (max-width: 600px){._modal_55zol_11{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._headerContainer_55zol_51{background:#fff;border-bottom:1px solid #d4dae0;padding:12px 20px;position:sticky;position:-webkit-sticky;top:0;z-index:50}._header_content_55zol_61{justify-content:space-between;align-items:center;display:flex}._button_55zol_67,._close_button_55zol_67,._back_button_55zol_67{background:#0000000d;border-radius:6px;box-shadow:none;min-height:34px;height:34px;margin:0;padding:0;min-width:34px;width:34px}._button_55zol_67:hover,._close_button_55zol_67:hover,._back_button_55zol_67:hover{background:#e6f0ff;box-shadow:none}._back_button_55zol_67{margin-right:20px}._close_button_55zol_67{margin-left:20px}._close_button_55zol_67._invisible_55zol_90{visibility:hidden}._close_button_55zol_67._no_margin_left_55zol_93{margin-left:0}._cross_icon_55zol_97{fill:#000;height:12px;width:12px}._arrow_icon_55zol_103{fill:#000;height:14px;width:14px;transform:rotate(180deg)}._header_55zol_51{font-size:1.4rem;line-height:140%;margin:0;line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;text-align:center}@media only screen and (max-width: 500px){._header_55zol_51{font-size:1.2rem}}._overlay_1opnz_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:10000}._modal_1opnz_11{background:#fff;border:none;border-radius:10px;padding:0;overflow:auto;outline:none;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1opnz_31{line-height:1.4;padding:20px;padding-bottom:4rem}._disableContent_1opnz_37{background:#f4f4f5;pointer-events:none}@media only screen and (max-width: 600px){._modal_1opnz_11{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._link_1yde4_1{display:flex}._skipliLogo_1yde4_5{height:55px;width:55px}._container_1thyl_1{-webkit-box-orient:vertical;-webkit-box-align:center;align-items:center;position:relative;background-color:#f4f4f5;padding:200px 73px;flex-flow:column;overflow:hidden;display:flex;-webkit-box-direction:normal}._slashy_1thyl_14{position:absolute;transform:rotate(10deg);width:4000px;height:4000px;top:-730px;right:calc(50% + 215px);z-index:0;background-color:#fff;box-shadow:#81818d03 0 56px 70px,#81818d0f 0 1px 12px,#f5f5f5 0 56px 70px}._content_1thyl_26{display:flex;-webkit-box-direction:normal;width:100%;max-width:880px;-webkit-box-orient:horizontal;-webkit-box-pack:justify;justify-content:space-between;z-index:1;flex-flow:row}._leftColumn_1thyl_38{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;width:40%}._rightColumn_1thyl_46{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;align-items:flex-start;width:38%;flex-flow:column}@media only screen and (max-width: 1000px){._slashy_1thyl_14{display:none}._content_1thyl_26{width:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column}._leftColumn_1thyl_38,._rightColumn_1thyl_46{width:80%}}@media only screen and (max-width: 700px){._container_1thyl_1{padding:60px 30px}._leftColumn_1thyl_38{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;width:100%}._rightColumn_1thyl_46{width:100%}}._container_1h35k_1{display:flex;padding:80px 0}._reverse_1h35k_6{flex-direction:row-reverse}._image_column_1h35k_10,._text_column_1h35k_11{padding:0 1rem;width:50%}._hero_image_1h35k_16{width:100%}._text_content_1h35k_20{padding:0 6rem}._heading_1h35k_24{font-size:3rem;line-height:3.6rem;margin:0}._paragraph_1h35k_30{color:#000;font-size:1.4rem;font-weight:400;line-height:2.2rem;margin:30px 0}._listContainer_1h35k_38{margin-top:2rem}._listItem_1h35k_42{align-items:flex-start;display:flex;cursor:pointer;margin-bottom:1.4rem}._listItem_1h35k_42:hover ._itemName_1h35k_48{color:#eb1700}._iconContainer_1h35k_52{display:flex;align-items:center;justify-content:center;border:1px solid #000;border-radius:100px;height:1.2rem;margin-right:.8rem;min-width:1.2rem;max-width:1.2rem}._closeIcon_1h35k_64{height:.55rem;width:.55rem}._plusIcon_1h35k_69{height:.7rem;width:.7rem}._itemName_1h35k_48{font-size:1.4rem;font-weight:600;line-height:2rem;margin:-5px 0 0}._itemName_1h35k_48._selected_1h35k_80{color:#eb1700}._itemDescription_1h35k_84{font-size:1.2rem;font-weight:400;line-height:1.8rem;margin:.8rem 0 0;max-width:400px}._actionButton_1h35k_92{background:none;border-bottom:4px solid #eb1700;border-radius:0;color:#000;font-size:1.2rem;margin:2rem 0 0;padding:0 0 .6rem}._actionButton_1h35k_92:hover{box-shadow:none;padding:0 1rem .6rem}@media only screen and (max-width: 700px){._container_1h35k_1{flex-direction:column-reverse;padding:30px 0}._reverse_1h35k_6{flex-direction:column-reverse}._image_column_1h35k_10,._text_column_1h35k_11{width:inherit}._image_column_1h35k_10{margin-bottom:2rem}._text_content_1h35k_20{padding:0 2rem}._heading_1h35k_24{font-size:1.8rem;line-height:2rem}._paragraph_1h35k_30{font-size:1.2rem;line-height:1.8rem;margin:1rem 0 2rem}._itemName_1h35k_48{font-size:1.2rem;line-height:1.8rem}}._container_1tdoz_1{font-size:.86rem;margin-bottom:80px;text-align:center}._stripeBrand_1tdoz_7{margin-bottom:.2rem;text-align:center}._links_1tdoz_12{margin-top:0}._link_1tdoz_12{color:#000;opacity:.8}._container_1yjc7_1{background:#f4f4f5;border-radius:10px;display:flex;align-items:center;justify-content:space-between;height:2.8rem;padding:0}._tab_1yjc7_11{border-radius:inherit;height:100%;width:100%}._tab_1yjc7_11._selected_1yjc7_16{background:#fff;border:2px solid #eb1700;color:#eb1700;font-weight:700}._testimonialBox_w7c26_1{border-top:10px solid #eb1700;box-shadow:0 0 30px 3px #e6e6e6;border-radius:10px;padding:100px 60px 60px;position:relative;display:flex;align-items:center;justify-content:space-between}._textCol_w7c26_12{padding-right:2rem;width:100%}._textCol_w7c26_12>p{font-size:1.2rem;line-height:30px}._profileImg_w7c26_21{height:180px;width:180px;border-radius:100px;position:absolute;top:-90px;background:#fff;box-shadow:0 1px 4px #00000029}._profileName_w7c26_31{font-weight:600}._imageCol_w7c26_35{width:100%}._imageCol_w7c26_35>img{width:100%}@media only screen and (max-width: 700px){._testimonialBox_w7c26_1{flex-direction:column;padding:60px 30px 30px}._textCol_w7c26_12,._imageCol_w7c26_35{width:100%}._textCol_w7c26_12{padding-right:0}._textCol_w7c26_12>p{font-size:.9rem;line-height:22px}._textCol_w7c26_12>h3{font-size:.9rem}._profileImg_w7c26_21{height:120px;width:120px;top:-60px;right:0;left:0;margin:0 auto}}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker *:before,.react-time-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-time-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-time-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-time-picker__inputGroup{min-width:calc((4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-time-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-time-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-moz-appearance:textfield}.react-time-picker__inputGroup__input::-webkit-outer-spin-button,.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:#ff00001a}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-time-picker__inputGroup__amPm{font:inherit;-moz-appearance:menulist}.react-time-picker__button{border:0;background:transparent;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096;position:absolute;top:100%;left:0;z-index:1}.react-time-picker__clock--closed{display:none}._timePicker_ynage_1{border-radius:10px;padding:0 15px;height:40px;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._timePicker_ynage_1>div{border:none!important}._container_bsdez_1{border-radius:4px;display:flex;padding:0 15px;font-size:1.1rem;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029;width:fit-content;height:40px}._option_bsdez_12{margin-right:15px}._option_bsdez_12:last-child{margin-right:0}._option_bsdez_12._selected_bsdez_18{color:#006aff;font-weight:700}._label_fooi5_1{color:#222;max-width:inherit;margin-bottom:.6rem;white-space:pre-wrap}._input_field_container_fooi5_8{align-items:center;display:flex;justify-content:space-between;background:#fff;border:1.2px solid #000;border-radius:10px;cursor:pointer;line-height:30px;min-height:28px;padding:8px 16px}._required_fooi5_21{border-color:transparent;box-shadow:0 0 0 1px #ff633a,0 1px 1px #00000012,0 0 0 2px #ff633a;-webkit-box-shadow:0 0 0 1px #ff633a,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #ff633a}._reduce_opacity_fooi5_27{opacity:.6}._arrow_icon_fooi5_31{height:1.2rem;width:1.2rem}._arrow_icon_fooi5_31>svg{height:inherit;width:inherit;transform:rotate(90deg)}._us_state_fooi5_41{border-bottom:1px solid #d4dae0;cursor:pointer;line-height:1.4rem;padding:14px 0}._read_only_fooi5_48{background:#f4f4f5;box-shadow:none;color:#000;pointer-events:none}._viewReceiptButton_1adbp_1{background:#006aff;border-radius:10px;color:#fff;padding:5px 10px;text-decoration:none}._thumbnailImgContainer_1j2pc_1{position:relative;height:220px}._thumbnailImgBottomBorder_1j2pc_6{position:absolute;bottom:-1px;left:0;width:0;height:0;border-style:solid;border-width:60px 0 0 480px;border-color:transparent transparent transparent rgb(255,255,255);transform:rotate(360deg)}._thumbnailImg_1j2pc_1{height:inherit;object-fit:cover;width:100vw}._shop_logo_container_1j2pc_24{background-color:#fff;border:2px solid rgb(255,255,255);box-shadow:0 1px 4px #00000029;position:absolute;bottom:0;left:16px;width:70px;height:70px;border-radius:50%;overflow:hidden}._shop_logo_1j2pc_24{object-fit:contain;object-position:50% 50%;width:100%;height:100%}._shop_introduction_container_1j2pc_44{font-size:.8rem;padding:1rem}._container_sbv2t_1{border-bottom:1px solid #d4dae0;padding:1rem 0}._itemInCart_sbv2t_6{display:flex;align-items:flex-start;justify-content:space-between}._itemDetailLazyLoadImg_sbv2t_12{width:100vw;height:80vw}._itemDetailImg_sbv2t_17{border-radius:0;height:260px;max-height:260px;object-fit:cover;width:100%}._itemCount_sbv2t_25{background:#000;border-radius:100px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;height:2rem;width:2rem;box-shadow:#0003 0 2px 8px;margin-bottom:1rem}._itemCount_sbv2t_25>svg{fill:#fff;height:.7rem;margin-left:2px;margin-top:2px;transform:rotate(45deg);width:.7rem}._itemInfoColumn_sbv2t_47{display:flex;align-items:flex-start;width:80%;max-width:80%}._itemDetailsColumn_sbv2t_54{padding-right:15px;text-align:left}._itemName_sbv2t_59{line-height:1.4rem}._itemExtraInfo_sbv2t_63{color:#2d3436;margin-top:.6rem;word-wrap:break-word}._customerInstruction_sbv2t_69{margin-top:.6rem}._editItemOptions_sbv2t_73{display:flex;margin-top:1rem}._editItemOptions_sbv2t_73>button{min-width:40px;text-align:left}._ifSoldOut_sbv2t_82{color:#828282;margin:.6rem 0 0}._editButton_sbv2t_87{color:#006aff;margin-right:1rem}._removeButton_sbv2t_92{color:#eb1700}._priceCol_sbv2t_96{color:#828282;display:flex;align-items:flex-start;font-size:.8rem;width:20%;max-width:20%;justify-content:flex-end}._heading_q7cx5_1{align-items:center;display:flex;font-weight:700;margin:0 0 16px;text-transform:capitalize}._requiredSign_q7cx5_9{background:#eb1700;border-radius:4px;color:#fff;font-size:.7rem;margin-left:15px;padding:4px 6px;text-transform:uppercase}._optionalSign_q7cx5_19{color:#525f7f;margin-left:10px;text-transform:uppercase}._optionsContainer_q7cx5_25{display:flex;align-items:flex-start;flex-wrap:wrap}._option_q7cx5_19{margin:0 20px 20px 0}._modalBoxConfirmOrder_154up_1{height:100vh;width:450px;margin:0 0 0 auto;border-radius:0}._modalContainer_154up_8{padding:20px}._modalTitle_154up_12{margin:0 0 1.2rem}._orderDeliveryTypeSelectors_154up_16{margin-top:2rem}._expansionPanelTitle_154up_20{font-size:1.1rem}._closeModalIcon_154up_24{fill:#000;height:1.2rem;width:1.2rem;transform:rotate(180deg)}@media only screen and (max-width: 450px){._modalBoxConfirmOrder_154up_1{width:100vw}}._inputFieldContainer_73nlu_1{margin-bottom:1.2rem}._instruction_73nlu_5,._phoneNumberInst_73nlu_5{margin-top:0}._phoneNumberInst_73nlu_5{color:#525f7f;font-size:.8rem;margin-bottom:2rem}._headingContainer_14qz9_1{display:flex;align-items:center;margin-bottom:12px}._heading_14qz9_1{font-size:.94rem;margin:0}._form_14qz9_12{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:.8rem}._useCurrentLocationBtn_14qz9_19{background:#2c3e50;border-radius:100px;font-size:.7rem;margin-left:14px;padding:4px 10px}._useCurrentLocationBtn_14qz9_19>svg{fill:#fff;height:16px;margin-right:6px;width:16px}._fieldContainer_14qz9_33{margin-bottom:12px}._streetAddress1_14qz9_37,._streetAddress2_14qz9_41{width:100%}._city_14qz9_45{width:58%}._state_14qz9_49{width:36%}._zip_14qz9_53{width:100%}._notes_14qz9_57{margin-top:1rem;width:100%}._dropoff_options_14qz9_62{margin-top:1rem}._expansionPanelTitle_1m3ih_1{font-size:1.1rem}._loadingMsg_axbxe_1{background:#000;border-radius:10px;color:#fff;margin-bottom:2rem;padding:15px;text-align:center}._tabsContainer_hk2hz_1{margin-bottom:2rem}._tabLabel_hk2hz_5{display:flex;align-items:center;justify-content:center}._icon_hk2hz_11{height:20px;margin-bottom:10px;margin-right:15px;width:20px}._icon_hk2hz_11>svg{height:inherit;width:inherit}._selected_hk2hz_22>svg{fill:#eb1700!important}._selected_hk2hz_22>svg>g>path{stroke:#eb1700!important;fill:#eb1700!important}._fee_summary_container_1i3el_1{background:#f4f4f5;border-radius:10px;font-size:14px;margin-bottom:30px;padding:20px}._label_see_detail_1i3el_9{margin-bottom:10px;color:#009048;cursor:pointer}._modal_1i3el_15{max-width:400px}._label_1i3el_9{display:flex;align-items:center;margin:0}._order_details_1i3el_25{display:flex;justify-content:space-between;margin-bottom:8px}._order_details_1i3el_25>p{margin:0}._order_details_1i3el_25:last-child{margin-bottom:0}._infoIcon_1i3el_37{cursor:pointer;fill:#000;height:14px;margin-left:8px;width:14px}._infoIcon_1i3el_37>svg{height:inherit;width:inherit}._total_1i3el_49{display:flex;justify-content:space-between;border-top:1px solid #000;padding-top:10px;margin-top:10px}._total_1i3el_49>p{margin:0}._modal_content_1i3el_60{font-weight:400;line-height:140%;margin:0;text-align:justify}._button_1gxrl_1{background:#eb1700;justify-content:flex-start;padding:10px 15px;width:100%}._iconContainer_1gxrl_8{height:42px;margin-right:15px;width:42px;background:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center}._iconContainer_1gxrl_8>svg{height:32px;width:32px}._heading_1gxrl_23{font-size:.84rem;margin:0}._callToAction_1gxrl_28{display:flex;margin-top:.4rem;align-items:center;font-size:.84rem}._callToAction_1gxrl_28>svg{height:15px;margin-left:8px;width:15px;fill:#fff}._extraFeesMsg_7wz70_1{color:#525f7f;font-size:.5rem}._message_7wz70_6{color:#525f7f;line-height:22px;text-align:center;margin-bottom:100px}._tab_18q2o_1{text-transform:uppercase}._tabLabel_18q2o_5{display:flex;align-items:center;justify-content:center}._tabLabel_18q2o_5>svg{height:1rem;margin-right:.6rem;width:1rem}._selected_18q2o_16>._tabLabel_18q2o_5>svg{fill:#eb1700}._noticeBox_1ha5u_1{background:#f4f4f5;border-radius:10px;color:#000;margin-bottom:2rem;padding:20px}._shop_name_1ha5u_9,._shop_address_1ha5u_10{font-weight:700}._shop_name_1ha5u_9{margin-bottom:.4rem}._inputFieldContainer_1ha5u_18{margin-bottom:15px}._label_1ha5u_22{margin-bottom:.4rem}._value_1ha5u_26{font-size:1rem;font-weight:700;line-height:1.6rem}._dateTimePicker_1ha5u_32{display:flex;align-items:center}._timeField_1ha5u_37{width:30px}._colon_1ha5u_41{margin:0 10px 7px;text-align:center}._question_1ha5u_46{margin-top:0}._pickUpAddress_1ha5u_50{font-weight:700!important}._dialogButtonsContainer_11en8_1{text-align:center}._message_11en8_5{color:#757575;line-height:22px;text-align:center;margin-bottom:100px}._extraFeesMsg_11en8_12{color:#757575;font-size:.5rem;margin:5px 0 0}._button_11en8_18,._addCardButton_11en8_18,._useStoredMethodButton_11en8_18{color:#fff;display:flex;align-items:center;justify-content:center;height:45px;width:100%;padding:0 20px;margin:auto auto 20px;text-transform:uppercase}._useStoredMethodButton_11en8_18{background:#eb1700;margin-bottom:0;justify-content:space-between}._addCardButton_11en8_18{background:#009048;margin-top:1rem;justify-content:flex-start}._payNow_11en8_42{display:flex;align-items:center}._totalAmount_11en8_47{font-weight:700;font-size:1rem;margin-top:0}._shieldIcon_11en8_53{fill:#fff;height:20px;margin-right:10px;width:20px}._plusIcon_11en8_60{fill:#fff;height:16px;margin-right:14px;width:16px}._customTipContainer_43ijs_1{margin-top:1.4rem;display:flex;align-items:center;justify-content:space-between}._customTipAmount_43ijs_8{font-size:.9rem;height:inherit;margin:0px .4rem}._message_43ijs_14{color:#525f7f;font-size:.8rem;line-height:1.2rem;margin-bottom:0}._selected_43ijs_21>svg{fill:#eb1700}._container_1a0tr_1{max-width:600px}._heading_1a0tr_5{font-size:1.6rem;font-weight:500;margin:40px 0 0}._paragraph_1a0tr_11{color:#6b7c93;font-size:1rem;line-height:25px;margin-top:10px}._form_1a0tr_18{padding-top:20px}._field_1a0tr_22{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:15px}._inputLabel_1a0tr_29,._checkboxGroupHeading_1a0tr_30,._checkBox_1a0tr_31{font-size:.9rem}._inputLabel_1a0tr_29{font-size:.9rem;width:25%;text-transform:capitalize}._inputField_1a0tr_41{width:300px}._submitButton_1a0tr_45{font-size:.9rem;height:40px;margin:30px 0 auto;text-transform:uppercase;width:240px}@media only screen and (max-width: 1300px){._inputLabel_1a0tr_29{margin-bottom:8px;width:100%}}._paymentMethod_zktqa_1{background:#f4f4f5;border-radius:10px;color:#000;margin-bottom:20px;padding:15px 20px;position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}._paymentMethod_zktqa_1._selected_zktqa_13{border:2px solid #eb1700;background:#fff;color:#000}._paymentMethod_zktqa_1:hover{box-shadow:none}._methodInfo_zktqa_22{display:flex;align-items:center;justify-content:flex-end}._cardBrand_zktqa_28{font-weight:700;text-transform:uppercase}._checkIcon_zktqa_33{background:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center;height:30px;width:30px;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f}._checkIcon_zktqa_33._selected_zktqa_13{background:#eb1700;box-shadow:none;-webkit-box-shadow:none}._checkIcon_zktqa_33._selected_zktqa_13>svg{fill:#fff;height:18px;width:18px}._removeButton_zktqa_55{height:16px;width:16px}._removeButton_zktqa_55>svg{fill:#fd5458;height:16px;width:16px}._dialogDescription_zktqa_65{font-size:1rem;line-height:22px}._dialogButtonsContainer_zktqa_70{display:flex;align-items:center;justify-content:center;margin-top:50px}._button_zktqa_77,._keepItemButton_zktqa_77,._removeItemButton_zktqa_77{color:#fff;height:40px;margin:0 14px;width:130px}._removeItemButton_zktqa_77{background:#eb1700}._keepItemButton_zktqa_77{background:#009048;font-weight:700}._modal_zktqa_93{max-width:400px}._list_zirtl_1,._desktopList_zirtl_1{display:flex;overflow:auto;padding:0 0 0 5px}._listItem_zirtl_8{margin:0 14px 14px 0}._desktopList_zirtl_1{margin-top:1.2rem;padding:0;grid-template-columns:repeat(2,1fr);grid-gap:36px 50px;display:grid;list-style:none;overflow:visible}@media only screen and (max-width: 900px){._desktopList_zirtl_1{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width: 500px){._desktopList_zirtl_1{grid-gap:0;margin-top:0}}._menuContainer_1f6al_1{max-width:1240px;margin:auto;padding:30px 30px 160px}._categoryContainer_1f6al_7{border-bottom:1px solid #d4dae0;padding-bottom:30px}._categoryContainer_1f6al_7:last-child{border-bottom:none}._categoryName_1f6al_15{font-size:1.2rem;font-weight:500;margin:20px 0 0;text-transform:capitalize}._footerContainer_1f6al_22{background:#f4f4f5;height:4rem}._footerContent_1f6al_27{height:100%;display:flex;align-items:center;flex-wrap:wrap;max-width:1240px;margin:auto;padding:0 30px}._link_1f6al_37{color:#222;font-weight:400;margin-right:1rem;text-decoration:none}._link_1f6al_37:hover{opacity:.68;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._copyright_1f6al_48{font-weight:500}._menuNameContainer_98q7g_1{background:#f4f4f5;position:-webkit-sticky;position:sticky;margin:0 -20px 2rem;top:48px;z-index:40}._menuNameContent_98q7g_10{display:flex;align-items:center;justify-content:space-between;padding:.2rem 1.4rem}._menuName_98q7g_1{border-bottom:2px solid #000;font-size:.94rem;font-weight:500;margin:0;padding-bottom:.2rem;width:fit-content;text-transform:capitalize}._filterButton_98q7g_27{display:flex;align-items:center;background:none;color:#000;padding:0;margin-right:0}._filterButton_98q7g_27>svg{height:1.2rem;margin-right:.4rem;width:1.2rem}._filterButton_98q7g_27:hover{box-shadow:none}._selectCategoryButton_98q7g_44{background:none;color:#000;margin-right:0;padding:10px 0 10px 2rem}._selectCategoryButton_98q7g_44>svg{height:1.4rem;margin-right:.4rem;width:1.4rem}._selectCategoryButton_98q7g_44:hover{box-shadow:none}._filtersCount_98q7g_59{margin-left:.6rem;background:#009048;color:#fff;display:flex;align-items:center;width:1.4rem;height:1.4rem;justify-content:center;border-radius:10px}._seeAllItemBtn_98q7g_71{margin-top:1rem;padding:.2rem .8rem}._categoryNameContainer_98q7g_76{display:flex;justify-content:space-between;align-items:baseline;margin-top:2.4rem}._categoryName_98q7g_76{font-size:1.6rem;font-weight:700;margin:0;padding-right:1rem;text-transform:capitalize}._seeAllBtn_98q7g_91{display:flex;align-items:center;margin:0;white-space:nowrap}._seeAllBtn_98q7g_91>span{margin-right:.2rem}._seeAllBtn_98q7g_91>svg{fill:#000;height:.9rem;margin-left:.2rem;width:.9rem}._backBtn_98q7g_107{background:#fff;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#009048;height:36px;width:15vw;border-radius:10px;justify-content:center;display:flex;align-items:center;position:fixed;bottom:4.2rem;left:24px;margin:auto}._backBtn_98q7g_107>svg{fill:#009048;height:1.2rem;width:1.2rem;transform:rotate(180deg)}._hidden_98q7g_129{visibility:hidden}._menuNotFound_16yql_1{position:relative}._notAcceptingOrder_ax8yu_1{background:#f7fafc;border-top:1px solid #d4dae0;border-radius:inherit;padding:1.4rem 1.8rem;display:flex}._icon_ax8yu_9{height:1.5rem;margin-right:1rem;width:1.5rem}._icon_ax8yu_9>svg{fill:#525f7f;height:inherit;width:inherit}._text_ax8yu_20>h3{font-size:1rem;margin:0 0 .4rem;text-transform:capitalize}._extraHours_ax8yu_26{margin-top:.3rem}._seeOpenHours_ax8yu_30{border-bottom:1px solid rgb(0,106,255);color:#006aff;cursor:pointer;margin-top:.6rem;padding-bottom:.2rem;width:fit-content}._comingSoonButton_ax8yu_39{margin:auto}._modal_eh59t_1{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}._contentContainer_eh59t_9{height:100%;padding:0}._desktop_close_modal_icon_eh59t_14{background:#fff;border:2px solid #000;border-radius:8px;height:36px;width:36px;position:absolute;right:20px;top:20px}._desktop_close_modal_icon_eh59t_14>svg{height:13px;width:13px}._imageDisclaimer_eh59t_29{color:#8f95a3;font-size:.6rem;margin-top:2px;padding:.2rem 25px}@media only screen and (max-width: 500px){._modalClassname_eh59t_37{border-radius:0;height:100vh;width:100vw;margin-top:0}}@media only screen and (max-height: 700px){._modalClassname_eh59t_37{height:100vh;margin-top:0}}._container_eh59t_50{display:flex;height:100%}._column_1_eh59t_55{background:#f8f8f8;width:500px}._imageDisclaimer_eh59t_29{color:#8f95a3;font-size:10px;padding:10px 20px 0;margin-top:0}._item_info_container_eh59t_67{padding:30px 40px}._column_2_eh59t_71{overflow:auto;width:calc(100% - 500px)}._column_2_content_eh59t_76{margin-left:auto;margin-right:auto;max-width:560px;padding:60px 30px 80px}._flexSpaceBetween_eh59t_83,._dietaryRestrictionsContainer_eh59t_83,._sectionNameContainer_eh59t_83{display:flex;align-items:center;justify-content:space-between}._sectionContainer_eh59t_89{margin-bottom:2rem}._sectionNameContainer_eh59t_83{align-items:flex-start;border-bottom:1px solid #d4dae0;margin:0 0 15px;font-size:.8rem;padding-bottom:10px}._sectionName_eh59t_83{font-size:16px;margin:0}._sectionText_eh59t_106{text-transform:capitalize;font-size:1rem;margin-bottom:5px}._arrowIcon_eh59t_112{height:20px;transform:rotate(180deg);width:inherit;margin-left:-10px}._specialInstrDisclaimer_eh59t_119{line-height:140%;font-weight:400}._subText_eh59t_124{color:#525f7f}._dietaryRestrictionsContainer_eh59t_83{align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;padding:0 5px}._dietaryRestriction_eh59t_83{width:30%;margin:0 10px 1.2vh 0}._footerContainer_eh59t_140{margin:auto 0 0 auto;width:calc(100% - 500px);position:fixed;bottom:0;background:#fff;left:0;right:0;z-index:50}._sbqcContainer_eh59t_151{box-shadow:0 0 6px #0000000d;display:flex;align-items:center;justify-content:flex-end;padding:12px 40px}@media only screen and (max-width: 1000px){._container_eh59t_50{flex-direction:column}._column_1_eh59t_55,._column_2_eh59t_71{width:100%}._column_2_eh59t_71{overflow:unset}._item_info_container_eh59t_67{padding:30px 20px}._column_2_content_eh59t_76{padding:30px 20px 120px}._sbqcContainer_eh59t_151{padding:12px 20px;justify-content:center}._footerContainer_eh59t_140{width:100%}}._notAcceptingOrder_tzcw2_1{background:#f7fafc;border-top:1px solid #d4dae0;border-radius:inherit;padding:1.4rem 1.8rem;display:flex}._modal_tzcw2_9{border-radius:0;bottom:0;height:100%;max-height:100%;right:auto}._infoContainer_tzcw2_17{display:flex;margin-bottom:1.2rem}._icon_tzcw2_22{height:auto;margin-right:12px;width:16px}._special_hour_container_tzcw2_28{display:flex;align-items:center;margin-bottom:10px;opacity:.6}._special_hour_container_tzcw2_28._isToday_tzcw2_34{opacity:1;font-weight:700}._special_hour_date_tzcw2_39{text-transform:capitalize;width:105px}._time_pickers_group_tzcw2_44{align-items:center;display:flex}._icon_tzcw2_22{height:1.2rem;margin-right:1rem;width:1.2rem}._icon_tzcw2_22>svg{fill:#525f7f;height:inherit;width:inherit}._text_tzcw2_60>h3{font-size:1rem;margin:0 0 .4rem;text-transform:capitalize}._extraHours_tzcw2_66{margin-top:.3rem}._seeTimeAvailable_tzcw2_70{border-bottom:1px solid rgb(0,106,255);color:#006aff;cursor:pointer;margin-top:.6rem;padding-bottom:.2rem;width:fit-content}._labelOptionContainer_1d0rc_1{display:flex;flex-direction:column;text-transform:capitalize;font-size:.8rem;align-items:center;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._labelOptionContainer_1d0rc_1>p{margin:0}._labelOptionIcon_1d0rc_13{display:flex;align-items:center;justify-content:center}._itemName_o8t70_1{font-size:28px;font-weight:600;line-height:140%;margin:0}._onSaleSign_o8t70_8{background:#fc0065;border-radius:100px;color:#fff;font-size:.8rem;margin-top:10px;padding:4px 6px;width:fit-content}._subText_o8t70_18,._itemNote_o8t70_18,._itemDescription_o8t70_18{color:#8f95a3;margin:0 0 15px}._itemDescription_o8t70_18{color:#222;font-weight:400;line-height:140%;margin-top:10px;margin-bottom:0}._itemNote_o8t70_18{font-size:.8rem;line-height:1rem}._allergensContainer_o8t70_36{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start}._allergen_o8t70_36{border-radius:6px;box-shadow:0 1px 4px #00000029;margin:0 20px 15px 0;padding:.2rem .6rem;pointer-events:none}._allergenIcon_o8t70_51{height:22px;width:22px}._allergenIcon_o8t70_51>svg{height:inherit;width:inherit}@media only screen and (max-width: 1000px){._itemName_o8t70_1{font-size:22px}}._modifier_1k7bu_1{display:flex;margin-bottom:15px;width:100%}._modifier_1k7bu_1>*{transition:all .1s ease-in-out 0s}._selectBoxColumn_1k7bu_10{width:30px}._selectBox_1k7bu_10,._radioButton_1k7bu_14,._checkbox_1k7bu_14{display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #000;height:18px;margin:0;width:18px}._selectBox_1k7bu_10._checked_1k7bu_24,._checked_1k7bu_24._radioButton_1k7bu_14,._checked_1k7bu_24._checkbox_1k7bu_14{border-color:#eb1700}._selectBox_1k7bu_10._checked_1k7bu_24 ._circle_1k7bu_27,._checked_1k7bu_24._radioButton_1k7bu_14 ._circle_1k7bu_27,._checked_1k7bu_24._checkbox_1k7bu_14 ._circle_1k7bu_27,._selectBox_1k7bu_10._checked_1k7bu_24 ._checkIcon_1k7bu_28,._checked_1k7bu_24._radioButton_1k7bu_14 ._checkIcon_1k7bu_28,._checked_1k7bu_24._checkbox_1k7bu_14 ._checkIcon_1k7bu_28{visibility:visible}._checkbox_1k7bu_14{border-radius:4px}._checkbox_1k7bu_14._checked_1k7bu_24{background-color:#eb1700}._checkIcon_1k7bu_28{fill:#fff;height:12px;width:12px;visibility:hidden}._radioButton_1k7bu_14{border-radius:100px}._circle_1k7bu_27{background:#eb1700;border-radius:100px;height:12px;width:12px;visibility:hidden}._modifierInfoColumn_1k7bu_60{display:flex;justify-content:space-between;margin-left:5px;width:calc(100% - 30px)}._modifierName_1k7bu_67{line-height:140%;font-weight:400;text-align:left}._modifierPrice_1k7bu_73{color:#525f7f;font-size:.8rem;white-space:nowrap}._modifierDescription_1k7bu_79{color:#525f7f;font-weight:400;font-size:14px;line-height:140%;margin:4px 0 0;text-align:left}._showMoreButton_1k7bu_88{text-align:center;padding-top:10px}._showMoreButton_1k7bu_88>button{background:#006aff;width:140px;padding:5px 0;color:#fff;font-weight:700;border-radius:100px}._requiredLabel_1k7bu_101{color:#eb1700;font-weight:700;text-transform:uppercase}._backToMenuBtn_nauak_1{color:#000;background:#d4dae0;border-radius:100px;height:40px;width:150px;font-weight:500;margin-bottom:60px;padding:0;visibility:hidden}._arrowIcon_nauak_13{fill:#000;height:18px;width:18px;margin-right:10px;transform:rotate(180deg)}@media only screen and (max-width: 700px){._backToMenuBtn_nauak_1{visibility:visible}}._submitButton_w0gbl_1{background:#eb1700;font-size:14px;justify-content:space-between;height:40px;width:210px;padding:0 15px}._priceCol_w0gbl_10{display:flex;align-items:center}._totalPriceBeforeSale_w0gbl_15{margin-right:10px;opacity:.7}._totalPriceAfterSale_w0gbl_20{font-weight:700}._quantityCalculator_ltboe_1{height:40px}._quantityNumber_ltboe_5{min-width:20px;max-width:20px}._modal_19btr_1{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}._contentContainer_19btr_9{height:100%;padding:0}._desktop_close_modal_icon_19btr_14{background:#fff;border:2px solid #000;border-radius:8px;height:36px;width:36px;position:absolute;right:20px;top:20px}._desktop_close_modal_icon_19btr_14>svg{height:13px;width:13px}._imageDisclaimer_19btr_29{color:#8f95a3;font-size:.6rem;margin-top:2px;padding:.2rem 25px}@media only screen and (max-width: 500px){._modalClassname_19btr_37{border-radius:0;height:100vh;width:100vw;margin-top:0}}@media only screen and (max-height: 700px){._modalClassname_19btr_37{height:100vh;margin-top:0}}._container_dz5rp_1{-webkit-backdrop-filter:blur(1.4px);backdrop-filter:blur(1.4px);background:#ffffff75;bottom:1px;left:0;position:absolute;right:0;top:0}._content_dz5rp_11{display:flex;align-items:center;justify-content:center;height:100%}._quantityCalculator_dz5rp_18{background:#000;color:#fff;height:40px;margin-right:1rem}._quantityNumber_dz5rp_25{font-size:1.1rem;min-width:20px;max-width:20px}._minusButton_dz5rp_31>svg,._plusButton_dz5rp_32>svg{fill:#fff;height:1rem;width:1rem}._confirmButton_dz5rp_38,._cancelButton_dz5rp_38{background:#eb1700;height:40px;margin:auto 0 auto 1.4rem;padding:0;width:40px}._confirmButton_dz5rp_38>svg,._cancelButton_dz5rp_38>svg{fill:#fff;height:1rem;width:1rem}._cancelButton_dz5rp_38{background:none;border:2px solid #000}._cancelButton_dz5rp_38>svg{fill:#000}._itemContainer_1mas2_1{background:#fff;border-radius:10px;border:1px solid #d4dae0;display:flex;justify-content:space-between;width:100%;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._itemContainer_1mas2_1:hover{border-color:#000}._itemContainer_1mas2_1:hover ._itemDescription_1mas2_13{color:#222}._itemContainer_1mas2_1._disabled_1mas2_16{pointer-events:none}._itemPreview_1mas2_20{height:200px;width:100%;text-align:left;display:flex;flex-direction:column;justify-content:space-between}._itemPreviewInfo_1mas2_29{padding:16px 16px 0}._textOverFlow_1mas2_33,._itemDescription_1mas2_13,._itemName_1mas2_33{display:-webkit-box;margin:0;max-width:100%;overflow:hidden;padding-right:.8rem;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical}._itemName_1mas2_33{font-size:16px;font-weight:500;line-height:22px;margin-bottom:5px;text-transform:capitalize;-webkit-line-clamp:2}._itemDescription_1mas2_13{color:#696970;font-size:14px;font-weight:400;line-height:1.2rem;-webkit-line-clamp:2}._itemThumbnailImg_1mas2_61{border-radius:0 10px 10px 0;height:200px;width:200px;min-width:200px;max-width:200px;object-fit:cover}._sign_1mas2_70,._onSaleSign_1mas2_70,._soldOutSign_1mas2_70{border-radius:100px;font-size:.8rem;padding:4px 6px;text-align:center}._soldOutSign_1mas2_70{color:#fff;background:#2f4858;margin-right:15px}._onSaleSign_1mas2_70{background:#fc0065;color:#fff}._itemPreviewPrice_1mas2_88{display:flex;align-items:center;flex-wrap:wrap;font-size:14px;padding:0 16px 16px}._priceBeforeSale_1mas2_96{margin-right:10px;opacity:.6}._itemPrice_1mas2_101{margin-right:14px}._itemDetailImg_1mas2_105{border-radius:0;height:260px;max-height:260px;object-fit:cover;width:100%}._quickAddButton_1mas2_113{background:#eb1700;border-radius:100px;height:2rem;padding:0;position:absolute;right:-8px;top:-8px;width:2rem}._quickAddButton_1mas2_113>svg{fill:#fff;height:12px;width:12px}._quickAddButton_1mas2_113:hover{box-shadow:none}@media only screen and (max-width: 600px){._itemContainer_1mas2_1{border:none;border-bottom:1px solid #d4dae0;border-radius:0;box-shadow:none;align-items:center}._itemContainer_1mas2_1:hover{box-shadow:none}._itemPreview_1mas2_20{height:138px;justify-content:center}._itemPreviewInfo_1mas2_29{padding:0}._itemName_1mas2_33{font-weight:600}._itemDescription_1mas2_13{margin-bottom:.6rem}._itemPreviewPrice_1mas2_88{padding:0}._sign_1mas2_70,._soldOutSign_1mas2_70,._onSaleSign_1mas2_70{border-radius:100px}._itemThumbnailImg_1mas2_61{border-radius:6px;height:110px;width:110px;min-width:110px;max-width:110px}._quickAddButton_1mas2_113{border-radius:6px;height:1.8rem;top:.8rem;width:1.8rem}}._button_1xlgq_1,._addCardButton_1xlgq_1{display:flex;align-items:center;justify-content:center;border-radius:18px;height:45px;width:260px;padding:0 20px;margin:auto auto 20px}._addCardButton_1xlgq_1{background:#006aff;color:#fff;justify-content:flex-start}._order_46s6m_1{border-bottom:1px solid #e0e0e0;padding:20px 0;width:100%}._firstRow_46s6m_7{display:flex;align-items:center;margin-bottom:10px}._firstRow_46s6m_7>div{margin-right:20px}._secondRow_46s6m_16{display:flex;align-items:center;justify-content:space-between}._moreInfo_46s6m_22{margin-top:15px;text-align:left}._expandButton_46s6m_27{display:flex;align-items:center;font-size:.95rem}._arrowIcon_46s6m_33{margin-left:10px;height:20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:20px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_46s6m_33._collapse_46s6m_41{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}._shopName_1ca2m_1{margin-top:0;font-weight:700}._largeCenterModalBox_zwirk_1{border-radius:0;margin-right:0;height:100vh;width:70vw}._largeCenterModalContainer_zwirk_8{padding:30px 30px 100px}._confirmArchiveModalBox_zwirk_12{height:310px;width:400px}._confirmArchiveModalContainer_zwirk_17{padding:10px 20px}._moduleTitle_zwirk_21{font-size:1.3rem}._moduleDescription_zwirk_25{color:#757575;margin-bottom:30px}._formField_zwirk_30{margin-bottom:25px}._confirmArchiveTitle_zwirk_34{font-size:1.4rem;line-height:30px;margin:0 0 20px}._button_zwirk_40,._saveButton_zwirk_40{color:#fff;font-size:1.15rem;margin-top:50px;height:40px;width:120px}._saveButton_zwirk_40{background:#009048}._addComponentsButton_zwirk_52{background:#f7f7f7;padding:6px 12px;margin-bottom:20px}._addComponentsButton_zwirk_52:hover{background:#e5e5e5}._confirmArchiveButton_zwirk_61{background:#fd5458;font-size:1.2rem;color:#fff;height:40px;margin-top:30px;width:100%}._smallButton_zwirk_70,._removeButton_zwirk_70,._selectButton_zwirk_70{color:#fff;margin-bottom:35px;height:30px;width:85px}._selectButton_zwirk_70{background:#009048}._removeButton_zwirk_70{background:#f7f7f7;color:#000}._removeButton_zwirk_70:hover{background:#e5e5e5}@media only screen and (max-width: 600px){._largeCenterModalBox_zwirk_1{height:100%;width:100%}}._list_mu9wh_1{margin-top:20px}._listItem_mu9wh_5{margin:10px 0;width:100%;height:200px}._imageContainer_mu9wh_11{background-color:#000;width:100%;height:100%;position:relative;text-align:center;color:#fff}._image_mu9wh_11{opacity:.4;width:100%;height:100%}._rewardLabel_mu9wh_26{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px}._seeAllRewardsBtn_mu9wh_34{background:#006aff;color:#fff;padding:5px 10px}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-datetime-picker{display:inline-flex;position:relative}.react-datetime-picker,.react-datetime-picker *,.react-datetime-picker *:before,.react-datetime-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-datetime-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-datetime-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-datetime-picker__inputGroup{min-width:calc(4px + (4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px}.react-datetime-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-datetime-picker__inputGroup__input{min-width:.54em;height:calc(100% - 2px);position:relative;padding:1px;border:0;background:none;font:inherit;box-sizing:content-box;-moz-appearance:textfield}.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-datetime-picker__inputGroup__input:invalid{background:#ff00001a}.react-datetime-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-datetime-picker__inputGroup__amPm{font:inherit;-moz-appearance:menulist}.react-datetime-picker__button{border:0;background:transparent;padding:4px 6px}.react-datetime-picker__button:enabled{cursor:pointer}.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon,.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon{stroke:#0078d7}.react-datetime-picker__button:disabled .react-datetime-picker__button__icon{stroke:#6d6d6d}.react-datetime-picker__button svg{display:inherit}.react-datetime-picker__calendar,.react-datetime-picker__clock{position:absolute;top:100%;left:0;z-index:1}.react-datetime-picker__calendar--closed,.react-datetime-picker__clock--closed{display:none}.react-datetime-picker__calendar{width:350px;max-width:100vw}.react-datetime-picker__calendar .react-calendar{border-width:thin}.react-datetime-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096}._datePicker_sc47o_1{border-radius:4px;padding:0 15px;height:40px;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._datePicker_sc47o_1>div{border:none!important}._datePicker_sc47o_1>div>._react-datetime-picker__clock_sc47o_12._react-datetime-picker__clock--open_sc47o_12{border:none!important;border-radius:10px;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._datePicker_sc47o_1>div>._react-datetime-picker__clock_sc47o_12._react-datetime-picker__clock--open_sc47o_12>time>div{border:none}._hideDateInput_sc47o_22>div>div>input[name=month]{visibility:hidden}._hideDateInput_sc47o_22>div>div>input[name=day]{visibility:hidden}._hideDateInput_sc47o_22>div>div>input[name=year]{visibility:hidden}._hideDateInput_sc47o_22>div>div>span:first-of-type{display:none}._hideDateInput_sc47o_22>div>div>span:nth-of-type(2){display:none}._hideTimeInput_sc47o_38>div>div>input[name=hour12]{display:none}._hideTimeInput_sc47o_38>div>div>input[name=minute]{display:none}._hideTimeInput_sc47o_38>div>div>select[name=amPm]{display:none}._hideTimeInput_sc47o_38>div>div>span:nth-of-type(4){display:none}._hideTimeInput_sc47o_38>div>div>span:nth-of-type(5){display:none}._hideTimeInput_sc47o_38>div>div>span:last-of-type{display:none}._calendar_sc47o_57{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:.9rem;border:none;border-radius:10px;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._box_1mymo_1{box-shadow:-4px 4px 8px #30323b0d;max-width:34rem;margin:auto;padding:2rem}._submitButton_1mymo_8{margin-top:2rem;font-size:1rem;font-weight:600;width:100%}._privacy_notice_1mymo_15,._call_us_1mymo_15{color:#30323b;font-size:.8rem;max-width:36rem;margin:1.4rem auto 1rem;line-height:1.2rem;text-align:center}._privacy_notice_1mymo_15>a,._call_us_1mymo_15>a{color:#30323b;text-decoration:underline}._call_us_1mymo_15{margin-top:0}._phone_number_1mymo_32{color:#000;border-bottom:2px solid #eb1700;font-weight:700;padding-bottom:.2rem;text-decoration:none!important}._phone_number_1mymo_32:hover{padding:0 .4rem .2rem}._inputField_1mymo_43{margin-bottom:1rem}._checkBoxOption_1mymo_47{margin-right:0;width:100%}._learnMoreLink_1mymo_52{color:#006aff;font-size:.86rem}._learnMoreLink_1mymo_52>svg{fill:#006aff;height:.8em;margin-bottom:-1.2px;width:.8rem}._container_1pveb_1{background:linear-gradient(100deg,#f6fbff,#e4f5ff);padding:100px 30px}._content_1pveb_6{max-width:1100px;margin:auto}._row_1pveb_11{display:grid;grid-gap:0 30px}._row_1_1pveb_16{grid-gap:0 160px;grid-template-columns:1fr 210px}._row_1_paragraph_1pveb_21{color:#5f7494;font-size:26px;font-weight:400;line-height:140%;margin:0}._row_1_paragraph_1pveb_21>span{color:#eb1700;font-weight:700}._get_free_demo_button_1pveb_33{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:20px;font-weight:700;height:60px;line-height:1.1;margin:0 0 0 auto;padding:19px 25px}._row_2_1pveb_44{margin-top:90px;grid-template-columns:repeat(4,1fr)}._row_2_column_1pveb_49{color:#14181e;font-size:18px;line-height:150%}._row_2_column_1pveb_49>h5{color:#7a8297;font-size:inherit;font-weight:600;line-height:125%;margin:0 0 10px}._row_3_1pveb_62{margin-top:90px}._link_1pveb_66{font-size:inherit;margin-bottom:8px}._link_1pveb_66>a{color:inherit;margin-right:0;text-decoration:none}._link_1pveb_66:hover{color:#eb1700}._socialMedia_1pveb_79{display:flex;align-items:center;flex-wrap:wrap;margin-top:20px}._socialMediaIcon_1pveb_86{height:2rem;width:2rem;border:2px solid #222222;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-right:15px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._socialMediaIcon_1pveb_86>svg{fill:#222;height:1rem;width:1rem}._socialMediaIcon_1pveb_86:hover{border-color:#eb1700;background:#eb1700}._socialMediaIcon_1pveb_86:hover>svg{fill:#fff}._row_4_1pveb_110{align-items:center;display:flex;margin-top:90px}._skipli_logo_container_1pveb_116{width:12%}._legal_links_container_1pveb_120{align-items:center;display:flex;margin-left:80px}._legal_link_1pveb_120{border-right:1px solid #d7dbe4;padding:0 10px}._legal_link_1pveb_120>a{color:#7a8297;font-size:20px;font-weight:400;line-height:125%;text-decoration:none}._legal_link_1pveb_120:last-of-type{border-right:none}._legal_link_1pveb_120:hover{text-decoration:underline;text-underline-position:under}@media only screen and (max-width: 800px){._row_1_1pveb_16{grid-template-columns:1fr;grid-gap:40px}._get_free_demo_button_1pveb_33{margin-left:0;margin-right:auto}._row_2_1pveb_44{grid-template-columns:repeat(1,1fr);grid-gap:20px;margin-top:60px}._row_2_column_1pveb_49{font-size:20px}._row_4_1pveb_110{align-items:flex-start;flex-direction:column-reverse}._legal_links_container_1pveb_120{align-items:flex-start;flex-direction:column;margin-left:0}._legal_link_1pveb_120{border-right:none;margin-bottom:14px;padding:0}._skipli_logo_container_1pveb_116{margin-top:40px;width:36%}}._pageContainer_al76g_1{padding-top:66px;position:relative}._sectionContainer_al76g_6{max-width:1280px;margin:auto;padding:50px 24px}._letsChatBoxButton_al76g_12,._letsChatBoxSecondaryBtn_al76g_12,._letsChatBoxMainBtn_al76g_12{display:flex;align-items:center;justify-content:center;border-radius:100px;height:45px;width:200px;font-size:1rem;font-weight:700}._letsChatBoxMainBtn_al76g_12{background:#009048;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff}._letsChatBoxSecondaryBtn_al76g_12{background:#fff;color:#009048}._letsChatBoxSecondaryBtn_al76g_12>svg{height:16px;width:16px;fill:#009048;margin-right:8px}@media only screen and (max-width: 700px){._pageContainer_al76g_1{padding-top:55px}._letsChatBoxButton_al76g_12,._letsChatBoxMainBtn_al76g_12,._letsChatBoxSecondaryBtn_al76g_12{width:100%}}._background_6qg00_1{background:linear-gradient(192.67deg,#019dff0d 9.17%,#019dff00 85.7%)}._section_container_6qg00_5{padding-top:80px}._title_6qg00_9{background:linear-gradient(90deg,#ff5846,#eb1700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:94px;line-height:100%;margin:0 0 60px;text-align:center}._benefit_container_6qg00_19{background:#fff;border-radius:20px;box-shadow:0 10px 20px #00000008;display:flex;justify-content:space-between;margin-bottom:80px;padding:105px 60px 100px 85px}._benefit_container_6qg00_19:nth-child(1),._benefit_container_6qg00_19:nth-child(4){background:linear-gradient(100deg,#f6fbff,#e4f5ff)}._benefit_container_6qg00_19:nth-child(2){background:linear-gradient(100deg,#f1f6fc,#efdff4)}._benefit_container_6qg00_19:nth-child(3){background:linear-gradient(100deg,#f3fafd,#e2fcf3)}._benefit_container_6qg00_19:last-of-type{margin-bottom:0}._benefit_text_container_6qg00_41{width:50%}._benefit_video_container_6qg00_45{width:43%}._benefit_title_6qg00_49{color:#eb1700;font-size:60px;font-weight:700;line-height:100%;margin:0 0 55px}._list_item_6qg00_57{margin-bottom:24px}._list_item_6qg00_57>h4{font-size:24px;font-weight:600;line-height:100%;margin:0 0 10px}._list_item_6qg00_57>p{color:#7a8297;font-size:18px;line-height:140%;margin:0}._replaces_container_6qg00_73{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 30px 3px #e6e6e6;display:flex;font-size:18px;font-weight:700;line-height:100%;margin:50px 0;padding:30px;width:fit-content}._replaces_list_6qg00_87{display:flex;align-items:center}._company_name_6qg00_92{padding:0 20px}._startNowBtn_6qg00_96{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:1.2rem!important;padding:16px 30px!important;margin:40px auto 0 0}._arrowIcon_6qg00_104{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}._benefit_video_6qg00_45{aspect-ratio:1/1;background:#fff;border-radius:20px;box-shadow:0 10px 20px #0000000d;max-width:100%;padding:20px}._video_player_6qg00_121{aspect-ratio:1/1;border-radius:inherit;clip-path:inset(1px 1px)}._video_player_6qg00_121>video{aspect-ratio:1/1;border-radius:inherit}@media only screen and (max-width: 900px){._title_6qg00_9{font-size:56px;margin:0 0 65px}._benefit_container_6qg00_19{border-radius:0;flex-direction:column-reverse;margin:0 -24px 80px;padding:25px 25px 35px}._benefit_text_container_6qg00_41,._benefit_video_container_6qg00_45{width:100%}._benefit_title_6qg00_49{font-size:30px;margin-top:50px}._list_item_6qg00_57{margin-bottom:24px}._list_item_6qg00_57>h4{font-size:20px}._replaces_container_6qg00_73{align-items:flex-start;flex-direction:column;padding:20px;width:auto}._replaces_list_6qg00_87{margin-top:10px}._company_name_6qg00_92{font-size:16px;margin-right:20px;padding:0}._company_name_6qg00_92:last-of-type{margin-right:0}}._pageContainer_chmos_1{padding-top:66px;position:relative}._sectionContainer_chmos_6{max-width:1280px;margin:auto;padding:50px 24px}._letsChatBoxButton_chmos_12,._letsChatBoxSecondaryBtn_chmos_12,._callButton_chmos_12,._letsChatBoxMainBtn_chmos_12,._getFreeDemoBtn_chmos_12{display:flex;align-items:center;justify-content:center;border-radius:100px;height:45px;width:200px;font-size:1rem;font-weight:700}._letsChatBoxMainBtn_chmos_12,._getFreeDemoBtn_chmos_12{background:#009048;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff}._letsChatBoxSecondaryBtn_chmos_12,._callButton_chmos_12{background:#fff;color:#009048}._letsChatBoxSecondaryBtn_chmos_12>svg,._callButton_chmos_12>svg{height:16px;width:16px;fill:#009048;margin-right:8px}@media only screen and (max-width: 700px){._pageContainer_chmos_1{padding-top:55px}._letsChatBoxButton_chmos_12,._letsChatBoxMainBtn_chmos_12,._getFreeDemoBtn_chmos_12,._letsChatBoxSecondaryBtn_chmos_12,._callButton_chmos_12{width:100%}}._pageContainer_chmos_1{padding-top:66px}._heroImage_chmos_52{border-radius:10px}._partnersContainer_chmos_56{margin:auto;max-width:1200px;padding:0 30px}._partners_chmos_56{border-top:1px solid #e0e5fd;border-bottom:1px solid #e0e5fd;padding:50px 0;margin:80px 0;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}._partner_chmos_56>img{filter:grayscale(1);height:35px}@media only screen and (max-width: 1100px){._stat_chmos_79>strong{font-size:1.4rem}}@media only screen and (max-width: 700px){._partners_chmos_56{margin:40px 0;padding:1rem 0}._partner_chmos_56{margin:1rem 0;text-align:center;width:45%}._partner_chmos_56>img{height:2rem}}._container_1onz5_1{background:radial-gradient(43.55% 66.26% at 23.7% 48.7%,#006dff17,#01b1ff17 .01%,#01b1ff00),linear-gradient(180deg,#019dff0d,#019dff00);display:flex;align-items:center;padding:50px 0}._text_column_1onz5_8{width:44%}._image_column_1onz5_12{width:56%}._hero_image_1onz5_16{width:96%}._text_content_1onz5_20{padding:0 6rem}._heading_1onz5_24{font-size:94px;line-height:6rem;margin:0}._heading_1onz5_24>span{background:linear-gradient(90deg,#ff5846,#eb1700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._description_1onz5_35{color:#5f7494;font-size:1.1rem;line-height:1.8rem}._description_1onz5_35>span{text-decoration:underline;text-underline-position:under}._point_1onz5_45{margin-bottom:1rem;display:flex;align-items:flex-start}._circleCheck_1onz5_51{background:#eb1700;border-radius:100%;margin-right:15px;height:1.6rem;width:1.6rem;min-width:1.6rem;display:flex;align-items:center;justify-content:center}._circleCheck_1onz5_51>svg{fill:#fff;height:.8rem;width:.8rem}._pointText_1onz5_68{font-size:1.2rem;font-weight:600;line-height:2rem;margin:-5px 0 0}._buttons_1onz5_75{display:flex}._buttons_1onz5_75>._learnMoreBtn_1onz5_78{color:#eb1700!important}._button_1onz5_75,._startNowBtn_1onz5_82,._learnMoreBtn_1onz5_78{font-size:1.2rem!important;margin-top:20px!important;margin-left:0!important;padding:16px 30px!important}._learnMoreBtn_1onz5_78{box-shadow:none!important;color:#eb1700!important}._learnMoreBtn_1onz5_78>svg{fill:#eb1700}._startNowBtn_1onz5_82{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;margin-right:2rem!important}._arrowIcon_1onz5_103{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 700px){._container_1onz5_1{flex-direction:column}._image_column_1onz5_12,._text_column_1onz5_8{width:inherit}._image_column_1onz5_12{margin-top:40px}._hero_image_1onz5_16{width:100%}._text_content_1onz5_20{padding:0 2rem}._heading_1onz5_24{font-size:3.4rem;line-height:3.6rem}._buttons_1onz5_75{flex-direction:column}._button_1onz5_75,._learnMoreBtn_1onz5_78,._startNowBtn_1onz5_82{margin-bottom:14px!important;width:100%}._learnMoreBtn_1onz5_78{margin-top:20px!important}}._container_h3yey_1{padding-top:6rem;display:flex;align-items:center}._textCol_h3yey_7{width:36%}._textCol_h3yey_7>h2{font-size:1.4rem}._textCol_h3yey_7>p{font-size:1.1rem;line-height:1.6rem}._imgCol_h3yey_18{text-align:right;width:64%}._image_h3yey_23{width:50vw}._getStartedBtn_h3yey_27{margin:2rem 0 0}._getStartedBtn_h3yey_27>svg{fill:#fff;height:1rem;margin-left:1rem;width:1rem}@media only screen and (max-width: 1000px){._container_h3yey_1{flex-direction:column}._textCol_h3yey_7{margin-bottom:2rem;text-align:center;width:60%}._imgCol_h3yey_18{text-align:center;width:100%}._getStartedBtn_h3yey_27{margin:2rem auto 0}}@media only screen and (max-width: 700px){._container_h3yey_1{padding-top:2rem}._textCol_h3yey_7{width:100%}._image_h3yey_23{width:80vw}}._heading_1yyyl_1{font-size:4rem;font-weight:500;margin:0}._heading_1yyyl_1>span{font-size:1.6rem}._description_1yyyl_10{font-size:1.2rem;line-height:35px}._tableCell_1yyyl_15{display:flex;align-items:center;border-bottom:1px solid #d4dae0;justify-content:space-between;font-size:1.1rem;font-weight:500;padding:18px 0;text-transform:capitalize;width:100%}._cellLabel_1yyyl_27{padding-right:46px}._openFreeAccountBtn_1yyyl_31{color:#000;background-color:transparent;border-bottom:4px solid #eb1700;border-radius:0;font-size:1.2rem;margin:30px 0 0;padding:.4rem 0}._openFreeAccountBtn_1yyyl_31:hover{box-shadow:none;padding:.4rem 1rem}@media only screen and (max-width: 700px){._heading_1yyyl_1{font-size:2rem}._heading_1yyyl_1>span{font-size:1rem}._description_1yyyl_10{font-size:1rem;line-height:26px;margin-top:10px}._tableCell_1yyyl_15{font-size:1rem}._openFreeAccountBtn_1yyyl_31{margin-top:1rem}}._title_8i56e_1{font-size:94px;line-height:100%;margin:0 0 20px;text-align:center}._title_8i56e_1>span{background:linear-gradient(90deg,#ff5846,#eb1700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._description_8i56e_13{color:#5f7494;font-size:18px;font-weight:400;line-height:135%;margin:0 auto 80px;max-width:600px;text-align:center;width:100%}._feature_container_8i56e_24{display:flex;align-items:center;justify-content:space-around;margin-bottom:100px}._feature_container_8i56e_24:nth-child(odd){flex-direction:row-reverse}._feature_container_8i56e_24:last-of-type{margin-bottom:0}._feature_video_container_8i56e_37{width:41%}._feature_description_8i56e_41{width:48%}._feature_video_8i56e_37{background:#fff;border-radius:20px;box-shadow:0 10px 20px #0000000d;max-width:100%;padding:20px}._video_player_8i56e_53{border-radius:inherit;clip-path:inset(1px 1px)}._video_player_8i56e_53>video{border-radius:inherit}._feature_label_8i56e_61{color:#9b9fa5;font-size:15px;font-weight:700;line-height:100%;margin:0 0 25px}._feature_title_8i56e_69{color:#18191c;font-size:35px;font-weight:700;line-height:125%;margin:0 0 25px}._check_icon_8i56e_77{height:16px;margin-right:16px;width:16px}._check_icon_8i56e_77>svg{fill:#eb1700;height:inherit;width:inherit}._list_item_8i56e_88{display:flex;align-items:center;color:#7a8297;font-size:20px;font-weight:600;line-height:125%;margin-bottom:20px}._startNowBtn_8i56e_98{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:1.2rem!important;padding:16px 30px!important;margin:50px auto 0 0}._arrowIcon_8i56e_106{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 900px){._title_8i56e_1{font-size:56px}._feature_container_8i56e_24{border-bottom:1px solid #c4c4c4;flex-direction:column!important;margin-bottom:50px;padding-bottom:20px}._feature_container_8i56e_24:last-of-type{border-bottom:none}._feature_video_container_8i56e_37,._feature_description_8i56e_41{width:100%}._feature_video_container_8i56e_37{margin-bottom:50px}}._letsChatBox_1t3y3_1{background:#eb1700;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:40px 50px}._letsChatText_1t3y3_11>h2{font-size:2rem;margin:0}._letsChatText_1t3y3_11>p{font-size:1.1rem;font-weight:500;line-height:1.6rem;margin-bottom:0}._button_1t3y3_22,._bookDemoButton_1t3y3_22,._clickCallButton_1t3y3_23{background:#fff;border-radius:100px;color:#eb1700;cursor:pointer;font-size:1.2rem;font-weight:700;height:45px;width:200px;display:flex;align-items:center;justify-content:center}._bookDemoButton_1t3y3_22{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;margin-bottom:1.4rem}._icon_1t3y3_42{stroke:red!important}._callLink_1t3y3_46{color:#eb1700;text-decoration:none}._callLink_1t3y3_46>svg{fill:#eb1700!important;stroke:red!important;height:1rem;margin-right:.4rem;width:1rem}@media only screen and (max-width: 800px){._letsChatBox_1t3y3_1{border-radius:10px;flex-direction:column;margin-top:0;padding:40px 20px}._letsChatText_1t3y3_11>h2{font-size:1.6rem;margin:0}._buttons_1t3y3_69{margin-top:2rem;width:100%}._button_1t3y3_22,._bookDemoButton_1t3y3_22,._clickCallButton_1t3y3_23{width:100%}}._skeleton_button_container_1jkp1_1{position:fixed;bottom:30px;right:30px}._skeleton_button_1jkp1_1{background-color:#fff;border-radius:100px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;display:flex;justify-content:center;align-items:center;height:60px;width:60px}._live_chat_loader_provider_1jkp1_18{display:none}._logoName_a3n4e_1{display:flex;margin:1rem 0}._logoName_a3n4e_1>img{max-height:30px;max-width:30px;margin-right:1rem}._logoName_a3n4e_1>h1{font-size:1.6rem;margin-top:0}._infoContainer_a3n4e_15{display:flex;margin-bottom:1.2rem}._link_a3n4e_20{color:#000}._icon_a3n4e_24{height:auto;margin-right:12px;width:19px}._hoursContainer_a3n4e_30{margin-top:-.6rem;padding:0 2rem}._item_a3n4e_35{display:flex;flex-direction:column;align-items:center;font-size:.7rem;color:#828282;margin:0 15px}._button_a3n4e_44{display:flex;align-items:center;justify-content:center;background:#f7fafc;height:55px;width:55px;border-radius:100%;margin-bottom:5px}._contactBar_a3n4e_55{margin-top:50px;display:flex;align-items:center;justify-content:center}._beta_button_container_a3n4e_62{margin-left:30px}._special_hour_container_a3n4e_66{display:flex;align-items:center;margin-bottom:5px;opacity:.6}._special_hour_container_a3n4e_66._isToday_a3n4e_72{opacity:1;font-weight:700}._special_hour_date_a3n4e_77{width:105px}._time_pickers_group_a3n4e_81{align-items:center;display:flex}._option_1j9oc_1{align-items:center;display:flex;justify-content:space-between;border-bottom:1px solid #d4dae0;cursor:pointer;padding:1.4rem 0}._option_label_container_1j9oc_10{align-items:center;display:flex}._option_icon_1j9oc_15{height:1.5rem;margin-right:1.4rem;width:1.5rem}._option_icon_1j9oc_15>svg{fill:#000;height:inherit;width:inherit}._option_label_1j9oc_10{font-size:1.2rem;font-weight:700;line-height:1.6rem}._arrowIcon_1j9oc_32{height:1rem;width:1rem}._arrowIcon_1j9oc_32>svg{height:inherit;width:inherit}._divider_1j9oc_41{background:#f4f4f5;height:.8rem;margin:-1px -1rem 0}._skipli_logo_1j9oc_47{height:2rem;margin:2rem 0 1rem}._skipli_logo_1j9oc_47>svg{height:inherit;width:auto}._skipli_info_option_1j9oc_56{font-size:1.1rem;padding:1rem 0}._skipli_info_option_1j9oc_56>a{color:#000}@media only screen and (min-width: 600px){._modal_1j9oc_65{border-radius:0;bottom:0;height:100%;max-height:100%;right:auto}}._zipCodeField_1ia3p_1{height:29px}._inputField_1ia3p_5{font-size:.98rem;font-weight:500;height:inherit}._field_1ia3p_11{margin-bottom:10px}._field_1ia3p_11._email_1ia3p_14,._field_1ia3p_11._name_1ia3p_14{margin-bottom:20px}._useForNextCheckout_1ia3p_18{display:flex;align-items:center;margin-bottom:30px}._confirmCardButton_1ia3p_24{font-weight:500;height:40px;width:100%;margin:auto auto 20px;text-transform:uppercase}._icon_1ia3p_32{fill:#fff;height:18px;width:18px;margin-right:10px}._StripeElement_1ia3p_39,._otherCardInfo_1ia3p_39{border:1px solid #e0e0e0;background:#fff;border-radius:6px;min-height:25px;padding:11px 15px 5px;width:inherit}._otherCardInfoContainer_1ia3p_48{display:flex;margin-top:15px}._otherCardInfo_1ia3p_39{height:25px;margin-right:15px;width:20%}._StripeElementFocus_1ia3p_59{border-color:transparent;box-shadow:0 0 0 1px #009048,0 1px 1px #00000012,0 0 0 2px #009048;-webkit-box-shadow:0 0 0 1px #009048,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #009048}._StripeElementInvalid_1ia3p_65{border-color:transparent;box-shadow:0 0 0 1px #ff633a,0 1px 1px #00000012,0 0 0 2px #ff633a;-webkit-box-shadow:0 0 0 1px #ff633a,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #ff633a}._modalBoxConfirmOrder_18ujx_1{height:100vh;width:450px;margin:0 0 0 auto;border-radius:0}._modalContainer_18ujx_8{padding:20px}@media only screen and (max-width: 450px){._modalBoxConfirmOrder_18ujx_1{width:100vw}}._heading_xwv8g_1{font-size:1.2rem}._category_xwv8g_5{background:#fff;border-bottom:1px solid #d4dae0;border-radius:0;color:#000;align-items:flex-start;justify-content:space-between;line-height:1.4rem;padding:14px 0;text-align:left;width:100%}._category_xwv8g_5:hover{box-shadow:none}._categoryName_xwv8g_21{padding-right:1rem}._itemsCount_xwv8g_25{font-weight:400;text-transform:lowercase;white-space:nowrap}._modal_1xvcp_1{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important;background-color:#fff}._subTitle_1xvcp_10{color:#6c6c6c}._title_1xvcp_14{padding-left:2rem;padding-top:2rem}._contentContainer_1xvcp_19{height:100%;padding:0}._cartContainer_1xvcp_24{display:flex;gap:10em;padding:2rem;background-color:#fff}._price_mid_1xvcp_31{font-size:1.2rem;font-weight:700;margin-bottom:28px;display:none}._price_1xvcp_31,._cart_item_name_1xvcp_39{font-size:1.2rem;font-weight:700;margin-bottom:28px}._cartLeft_1xvcp_45{flex:2}._cartRight_1xvcp_49{flex:1;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}._item_1xvcp_57{border-radius:8px;padding:1rem;background:#fff;margin-bottom:1rem}._itemDetails_1xvcp_64{display:flex;justify-content:space-between;padding-bottom:30px;border-bottom:1px solid #e0e0e0}._product_1xvcp_71{display:flex;gap:1rem;align-items:center}._productImage_1xvcp_77{width:100px;height:auto}._planDetails_1xvcp_82{display:flex;justify-content:space-between;margin-top:1rem;border-top:1px solid #e0e0e0;padding-top:1rem}._planInfo_1xvcp_90 h4{font-size:1rem;margin-bottom:.5rem}._planPrice_1xvcp_95{font-weight:700;font-size:1rem}._summary_1xvcp_100 h3{font-size:1.2rem;margin-bottom:1rem}._monthlyFeeDetail_1xvcp_105,._paymentDetails_1xvcp_106{border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin-bottom:1rem}._paymentRow_1xvcp_112,._monthlyFee_1xvcp_105{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem}._promoCode_1xvcp_126{border-radius:4px;border:1px solid #eb1700;padding:.5rem;margin-bottom:2rem}._purchaseButton_1xvcp_133{width:100%;padding:.8rem;background-color:#eb1700;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:3rem}._payment_method_icon_1xvcp_145{margin:3rem;display:flex;justify-content:center;align-items:center;gap:1rem}._quantityAndRemove_1xvcp_153{display:flex;align-items:center;gap:10px}._removeButton_1xvcp_159{background:none;border:none;color:red;cursor:pointer;font-size:14px}._removeButton_1xvcp_159:hover{text-decoration:underline}._purchaseButton_1xvcp_133:hover{background-color:#f93d12}._name_container_1xvcp_175{display:flex;justify-content:space-between}@media only screen and (max-width: 700px){._cartContainer_1xvcp_24,._price_mid_1xvcp_31{display:block}._price_1xvcp_31{display:none}}._modalBox_1p8yk_1{max-height:94vh;width:500px}._heading_1p8yk_6{text-align:center;margin:0rem}._paragraph_1p8yk_11{font-weight:500;line-height:21px;margin:1rem 0}._centerWrapper_1p8yk_17{display:flex;justify-content:center;margin-top:2rem}._benefitContainer_1p8yk_23{display:flex;align-items:center;font-size:1rem;margin-bottom:1.2rem}._benefitIcon_1p8yk_30{height:5rem;width:5rem;margin-right:1.2rem}._benefitIcon_1p8yk_30>svg{height:inherit;width:inherit}._learn_more_button_1p8yk_40{background:#006aff;color:#fff;margin-top:20px;width:260px}._learn_more_button_1p8yk_40>svg{fill:#fff;height:1rem;margin-left:8px;width:1rem}._overlay_16a6v_1{z-index:2000}._modalBox_16a6v_5{border-radius:10px;height:28rem;width:36rem}._headingContainer_16a6v_11{background:#fff;color:#000;padding:1rem 2rem}._headingContainer_16a6v_11._error_16a6v_16{background:#fd5458;color:#fff}._headingContainer_16a6v_11._info_16a6v_20{background:#006aff;color:#fff}._headingContainer_16a6v_11._success_16a6v_24{background:#009048;color:#fff}._headingContainer_16a6v_11._warning_16a6v_28{background:#ff633a;color:#fff}._closeModalBtn_16a6v_33{background:#fff;border-radius:100px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;height:1.6rem;width:1.6rem;margin-right:0;margin-bottom:.2rem;padding:0}._closeModalBtn_16a6v_33>svg{fill:inherit;height:.6rem;width:.6rem}._heading_16a6v_11{font-size:1.4rem;margin:0}._description_16a6v_54{margin-top:.4rem}._content_16a6v_58{padding:2rem}@media only screen and (max-width: 700px){._modalBox_16a6v_5{height:60vh!important;width:90vw}}._modalBoxRemoveItem_tncfh_1{height:180px;width:300px;overflow:hidden!important}._modalContainer_tncfh_7{padding:20px}._dialogDescription_tncfh_11{line-height:24px;margin:0}._dialogButtonsContainer_tncfh_16{margin-top:2rem}._button_tncfh_20,._keepItemButton_tncfh_20,._removeItemButton_tncfh_20{margin:0;padding:.6rem 1.4rem;width:100%}._removeItemButton_tncfh_20{background:transparent;box-shadow:none!important;border:2px solid #000;color:#000!important}._keepItemButton_tncfh_20{background:#eb1700;font-weight:700;margin-bottom:1rem}@media only screen and (max-width: 600px){._modal_tncfh_1{height:370px!important;border-radius:10px;width:86vw!important;min-width:86vw!important}}._overlay_17msc_1{z-index:100000}._modalBox_17msc_5{border-radius:20px;height:250px;width:250px}._contentContainer_17msc_11{display:flex;justify-content:center}._message_17msc_16{font-size:1.5rem}._modalClassname_1hu9v_1{height:100vh;width:400px;margin:auto 0 auto auto}._contentContainer_1hu9v_7{height:auto;position:relative;padding:20px 20px 60px}@media only screen and (max-width: 500px){._modalClassname_1hu9v_1{width:100vw}}._modalBox_2vop0_1{border-radius:0!important;height:100%!important;width:100%!important;margin-top:0}._buttonsContainer_2vop0_8{position:fixed;bottom:0;background:#fff;left:0;right:0;display:flex;padding:0 20px}._button_2vop0_8,._clearButton_2vop0_18,._applyButton_2vop0_18{font-size:1rem;margin:1rem auto 3rem;padding:.6rem;width:40vw}._button_2vop0_8>svg,._clearButton_2vop0_18>svg,._applyButton_2vop0_18>svg{height:.8rem;margin-right:.4rem;width:.8rem}._applyButton_2vop0_18>svg{fill:#fff}._clearButton_2vop0_18{background:#d4dae0;color:#000}._modalBox_1tpf1_1{height:360px;width:640px}@media only screen and (max-width: 700px){._modalBox_1tpf1_1{width:100vw}._videoPlayer_1tpf1_10{width:100vw!important}}._bannerContainer_1m4it_1{background:#000;color:#fff;display:flex;align-items:center;justify-content:center;padding:.8rem 1rem}._bannerText_1m4it_10{font-size:.8rem;line-height:1.2rem}@media only screen and (min-width: 700px){._bannerText_1m4it_10{font-size:.9rem}}@media only screen and (max-width: 900px){._bannerContainer_1m4it_1{margin-top:48px}}._customerHeaderContainer_1m9oo_1{border-bottom:.5px solid #dadada;position:fixed;right:0;left:0;top:0;background:#fff;z-index:400}._desktopNavbar_1m9oo_11{grid-template-columns:repeat(3,1fr);display:grid;align-items:center;padding:0 30px;height:50px;max-width:1350px;margin:auto}._menuIcon_1m9oo_22{cursor:pointer;height:1.5rem;width:1.5rem}._menuIcon_1m9oo_22>svg{height:inherit;width:inherit}._desktopNavbarToolbar_1m9oo_32{display:flex;align-items:center;justify-self:end}._skipliLogoLink_1m9oo_38{justify-self:center}._skipliLogo_1m9oo_38{height:1.6rem;width:fit-content}._toolbarButton_1m9oo_47,._rewardsButton_1m9oo_47,._cartButton_1m9oo_47{background-color:transparent;padding:0}._toolbarButton_1m9oo_47>svg,._rewardsButton_1m9oo_47>svg,._cartButton_1m9oo_47>svg{height:20px;width:20px}._toolbarButton_1m9oo_47:hover,._rewardsButton_1m9oo_47:hover,._cartButton_1m9oo_47:hover{box-shadow:none}._cartButton_1m9oo_47{background:#eb1700;border-radius:8px;padding:8px 1rem}._cartButton_1m9oo_47>svg{fill:#fff;margin-right:15px}._rewardsButton_1m9oo_47{color:#009048}._rewardsButton_1m9oo_47>svg{fill:#009048;margin-right:5px}._header_gpty8_1{background:#fff;border-bottom:1px solid rgba(144,161,189,.17);left:0;position:fixed;right:0;top:0;z-index:400}._headerContent_gpty8_11{align-items:center;display:flex;justify-content:space-between;height:48px;padding:0 1rem}._menuIcon_gpty8_19{height:14px}._menuIcon_gpty8_19>svg{height:inherit;width:inherit}._cartButton_gpty8_27{background:#eb1700;border-radius:8px;font-weight:500;margin-right:0;padding:0 16px;height:32px}._bagIcon_gpty8_36{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._navbarContainer_gpty8_43{background:#eb1700;display:flex;align-items:center;justify-content:space-evenly;position:fixed;bottom:0;z-index:50;right:0;left:0}._navbarContainer_gpty8_43>*{transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._navbarItemContainer_gpty8_58{padding:.4rem 0 .2rem;position:relative;width:20%}._navItemIcon_gpty8_64{height:20px}._navItemIcon_gpty8_64._active_gpty8_67>svg{fill:#fff}._navItemIcon_gpty8_64>svg{height:inherit;width:20px;fill:#fff}._navItemLabel_gpty8_76{color:#fff;font-size:.8rem;margin-top:.2rem;line-height:1rem}._navItemLabel_gpty8_76._active_gpty8_67{font-weight:700}._itemsCount_gpty8_86{color:#fff;font-size:.9rem;font-weight:700;position:absolute;top:10px;left:3.4rem}@media only screen and (min-width: 700px){._bannerText_gpty8_96{font-size:.9rem}}._container_ps7v2_1{position:fixed;right:0;left:0;background:#fff;border-bottom:1px solid #f4f4f5;top:0;z-index:400}._content_ps7v2_11{display:flex;align-items:center;padding:0 30px;height:65px;max-width:1700px;margin:0 auto}._skipliLogoContainer_ps7v2_20{cursor:pointer;height:55px;width:5.4rem}._skipliLogoContainer_ps7v2_20>svg{height:inherit;width:inherit}._menuIcon_ps7v2_30{cursor:pointer;visibility:hidden}._menuIcon_ps7v2_30>svg{fill:#000;height:25px;width:25px}._desktopNavbarOptions_ps7v2_40{margin-left:50px;position:relative;width:100%}._mobileNavbarOptions_ps7v2_46{display:flex;flex-direction:column;margin-top:100px}._mobileNavbarOptions_ps7v2_46>button{font-size:1.2rem;margin:0 0 1.4rem}@media only screen and (max-width: 1300px){._content_ps7v2_11{height:55px;justify-content:space-between;padding:0 20px}._desktopNavbarOptions_ps7v2_40{display:none}._menuIcon_ps7v2_30{visibility:visible}}@media only screen and (max-width: 700px){._skipliLogoContainer_ps7v2_20{height:inherit;width:5rem}}._customerHeaderContainer_pfaxt_1{position:sticky;right:0;left:0;background:#f2ffff;top:0;z-index:400}._desktopNavbar_pfaxt_10{display:flex;align-items:center;justify-content:space-between;padding:0 30px;height:70px;max-width:1024px;margin:0 auto}._skipliLogoIcon_pfaxt_20{height:70px;width:70px}._shop_logo_container_1p5gt_1{background-color:#fff;border:2px solid rgb(255,255,255);box-shadow:0 1px 4px #00000029;position:absolute;bottom:0;left:16px;width:70px;height:70px;border-radius:50%;overflow:hidden}._shop_logo_1p5gt_1{object-fit:contain;object-position:50% 50%;width:100%;height:100%}._minimized_1p5gt_21{bottom:0;left:0;height:40px;margin-left:.8rem;position:relative;width:40px}._shop_name_1p5gt_30>h1,._shop_name_1p5gt_30 h2{font-size:50px;font-weight:600;letter-spacing:1px;line-height:4rem;margin:0}._shop_name_1p5gt_30>h2{color:#eb1700}._address_1p5gt_42,._ratings_container_1p5gt_43{color:#5e5e5e;font-size:16px;font-weight:400}._address_1p5gt_42{line-height:1.5rem;margin-top:16px;margin-bottom:0}._ratings_container_1p5gt_43{align-items:center;display:flex;margin-top:10px}._desktop_clock_icon_1p5gt_61{fill:#5e5e5e;height:19px;margin-right:.4rem;width:19px}._desktop_clock_icon_1p5gt_61>svg{height:inherit;width:inherit}._comingSoonButton_1p5gt_72{margin-top:1rem}._ratings_1p5gt_43{display:flex;align-items:center}._ratings_1p5gt_43>svg{height:16px;width:16px;margin:0 .4rem}._dot_1p5gt_86{font-size:10px;margin:0 .2rem}._arrow_icon_1p5gt_91{height:.8rem;margin-left:.6rem;width:.8rem}._arrow_icon_1p5gt_91>svg{height:inherit;transform:rotate(90deg);width:inherit}._icon_1p5gt_102{fill:#006aff;height:1rem;margin-right:.4rem;width:1rem}._icon_1p5gt_102>svg{height:inherit;width:inherit}._shopAddress_1p5gt_113{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}._openHours_1p5gt_122,._closedToday_1p5gt_123{margin-left:.4rem}._openHours_1p5gt_122{align-items:center;display:flex;flex-wrap:wrap;line-height:18px}._closedToday_1p5gt_123{background:#fd5458;border-radius:6px;color:#fff;font-weight:700;padding:6px 10px}@media only screen and (max-width: 900px){._shop_name_1p5gt_30>*{font-size:26px!important;letter-spacing:.5px!important;line-height:36px!important}._address_1p5gt_42,._ratings_container_1p5gt_43{font-size:14px;line-height:18px}._address_1p5gt_42{margin-top:12px}}._driver_status_container_c51jn_1{display:flex;align-items:center;margin:30px auto 40px;width:fit-content}._status_container_c51jn_8{position:relative}._status_c51jn_8{display:flex}._status_name_c51jn_16{font-size:.84rem;left:-20px;width:84px;margin-top:10px;position:absolute;text-align:center}._icon_c51jn_25{background:#d4dae0;border-radius:100px;display:flex;align-items:center;justify-content:center;height:42px;width:42px}._icon_c51jn_25>svg{fill:#000;height:18px;width:18px}._icon_c51jn_25._highlight_c51jn_39{background:#000}._icon_c51jn_25._highlight_c51jn_39>svg{fill:#fff!important}._line_container_c51jn_46{background:none;display:flex;align-items:center;justify-content:center}._line_c51jn_46{background:#d4dae0;height:4px;width:50px}._line_c51jn_46._highlight_c51jn_39{background:#000}._modal_1pk7h_1{max-height:84vh}._profile_image_modal_content_container_1pk7h_5{text-align:center}._large_profile_image_1pk7h_9{height:350px;margin-top:30px;width:350px}._row_1pk7h_15{border-bottom:1px solid #d4dae0;cursor:pointer;padding:20px;position:relative}._row_title_1pk7h_22{margin-top:0;margin-bottom:10px}._text_1pk7h_27,._gray_text_1pk7h_27{line-height:24px}._gray_text_1pk7h_27{color:#494949}._icon_1pk7h_35{background:#d4dae0;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-top:14px;height:26px;width:26px}._icon_1pk7h_35>svg{fill:#000;height:14px;width:14px}._phone_number_button_1pk7h_51{background:#d4dae0;border-radius:100px;color:#000;display:flex;align-items:center;justify-content:center;margin-top:14px;padding:8px 16px;width:fit-content}._phone_number_button_1pk7h_51>svg{fill:#000;height:18px;margin-right:8px;width:18px}._driver_profile_image_1pk7h_69{cursor:pointer;height:48px;border-radius:100px;width:48px;object-fit:cover;position:absolute;right:20px;top:10px}._vehicle_1pk7h_80{display:flex;align-items:center}._car_icon_1pk7h_85{height:16px;margin-right:8px;width:16px}._car_icon_1pk7h_85>svg{fill:#494949;height:inherit;width:inherit}._arrow_1pk7h_96{position:absolute;right:20px;top:40%;height:18px;width:18px}._arrow_1pk7h_96>svg{fill:#494949;height:inherit;width:inherit}._order_status_1pk7h_109{border-radius:8px!important;color:#000;text-transform:none!important}._order_status_1pk7h_109._closed_1pk7h_114{background:#009048;color:#fff}._delivery_address_1pk7h_119{font-weight:700;margin:14px 0}._delivery_status_1pk7h_124,._pickup_notice_1pk7h_124,._order_status_1pk7h_109{background:#0000000d;border-radius:8px;padding:8px 20px;margin:14px 0;text-transform:capitalize;width:fit-content}._delivery_status_1pk7h_124._delivered_1pk7h_132,._delivered_1pk7h_132._pickup_notice_1pk7h_124,._delivered_1pk7h_132._order_status_1pk7h_109{background:#009048;color:#fff}._delivery_status_1pk7h_124._cancelled_1pk7h_136,._cancelled_1pk7h_136._pickup_notice_1pk7h_124,._cancelled_1pk7h_136._order_status_1pk7h_109{background:#eb1700;color:#fff}._iframe_container_1pk7h_141{display:none}._iframe_1pk7h_141{height:100vw;margin:80px 0 0 -20px;width:100vw}._pickup_notice_1pk7h_124{background:#006aff;border-radius:100px;color:#fff;text-transform:none}@media only screen and (max-width: 700px){._large_profile_image_1pk7h_9{height:80vw;width:80vw}._iframe_container_1pk7h_141{display:block}}._container_14y81_1{max-width:80rem;margin:2.4rem auto auto;padding-bottom:6rem}._pricingTabs_14y81_7{height:3rem;width:200px}._saving_14y81_12{font-size:.8rem}._pricingTab_14y81_7{height:80%}._tableHeader_14y81_20{background:#fff;display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:65px}._featureColumn_14y81_30{width:30%}._planColumn_14y81_34{width:23.33%}._planName_14y81_38{display:flex;align-items:center;font-size:1.4rem;margin-bottom:0}._popularBadge_14y81_45{border:1px solid #e0e5fd;border-radius:10px;color:#009048;font-size:.9rem;margin-left:.6rem;padding:.2rem .4rem}._payoutSchedule_14y81_54{font-size:.9rem;margin:.4rem 0 1.4rem}._startTrialBtn_14y81_59{font-size:1rem;margin:0 0 2rem;padding:.8rem 1.2rem}._featureGroup_14y81_65{margin-bottom:2rem}._tableRow_14y81_69{display:flex;align-items:center;justify-content:space-between}._tableRow_14y81_69:nth-child(odd){background:#f4f4f5}._cell_14y81_78{display:flex;font-size:.85rem;line-height:1.2rem;padding:12px 20px}._checkIcon_14y81_85{fill:#009048;height:1rem;width:1rem}._closeIcon_14y81_91{fill:#bdc3c7;height:.8rem;width:.8rem}._rate_14y81_97{font-size:.9rem;font-weight:700}@media only screen and (max-width: 1100px){._tableHeader_14y81_20{top:55px}}@media only screen and (max-width: 800px){._container_14y81_1{margin-top:2rem;padding:0 20px 6rem}._tableHeader_14y81_20{align-items:flex-end}._pricingTabs_14y81_7{height:40px;max-width:200px;position:absolute;top:5px;left:0;margin:auto;right:0}._pricingTab_14y81_7{font-size:.8rem}._planName_14y81_38{align-items:flex-start;flex-direction:column-reverse;font-size:14px;margin-top:4rem;padding:0 10px}._popularBadge_14y81_45{border:none;font-size:.8rem;line-height:16px;margin-left:0;margin-bottom:.4rem;padding:0}._payoutSchedule_14y81_54{font-size:12px;padding:0 10px}._startTrialBtn_14y81_59{font-size:12px;margin:0 10px 20px;padding:0;background:transparent;color:#009048;text-align:left}._startTrialBtn_14y81_59:hover{box-shadow:none}._featureGroup_14y81_65>h3{font-size:.9rem}._cell_14y81_78{padding:5px;font-size:.65rem}._checkIcon_14y81_85{height:.8rem;margin-left:15px;width:.8rem}._closeIcon_14y81_91{height:.6rem;margin-left:15px;width:.6rem}}._container_1p4tg_1{margin:10px 0}._weekdayContainer_1p4tg_5{display:flex;margin-bottom:.6rem;opacity:.6}._weekdayContainer_1p4tg_5._isToday_1p4tg_10{font-weight:700;opacity:1}._weekday_1p4tg_5{margin-right:1rem;text-transform:capitalize;width:80px}._container_kcw83_1{height:100%;text-align:left}._shopContainer_kcw83_6{position:relative;height:100%;width:100%}._content_kcw83_12{border-radius:10px;box-shadow:0 1px 4px #00000029;height:100%;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._content_kcw83_12:hover{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;-webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 3px 1px -2px rgba(0,0,0,.12)}._thumbnailImg_kcw83_24{border-radius:10px 10px 0 0;height:190px;object-fit:cover;object-position:center;width:100%}._shopInfo_kcw83_32{padding:10px 15px 20px}._shopName_kcw83_36{font-size:1rem;font-weight:700}._shopAddress_kcw83_41{color:#000;margin:5px 0 0;font-size:.9rem;line-height:22px}._orderBtn_kcw83_48{color:#009048;display:flex;align-items:center;font-weight:700;font-size:.9rem;justify-content:flex-end}._orderBtn_kcw83_48>svg{height:16px;margin-left:8px;width:16px;fill:#73bac1}@media only screen and (max-width: 900px){._imgContainer_kcw83_64{height:250px}}._title_1plrh_1{font-size:2rem;text-align:center}._ratings_container_1plrh_6{display:flex;justify-content:center;flex-wrap:wrap}._rating_1plrh_6{cursor:pointer;height:2.8rem;margin:0 5px;width:2.8rem}._rating_1plrh_6._inactive_1plrh_18{opacity:.2;transform:scale(.9)}._feedback_card_1plrh_23{background:#fff;border:1px solid #edf2f9;border-radius:10px;box-shadow:0 .75rem 1.5rem #12263f08;margin:30px auto auto;max-width:400px}._card_header_1plrh_32,._card_body_1plrh_33,._card_footer_1plrh_34{padding:20px}._card_header_1plrh_32,._card_body_1plrh_33{border-bottom:1px solid #edf2f9}._card_header_1plrh_32{font-weight:600}._feedback_input_1plrh_47{font-size:.94rem;line-height:1.5;width:100%}._submit_button_1plrh_53{background:#006aff;font-size:1rem;font-weight:600;width:100%}._thank_you_msg_1mq89_1{background:#006aff;border-radius:10px;color:#fff;line-height:24px;margin:3rem auto auto;max-width:368px;padding:10px 16px;text-align:center}._thank_you_msg_1mq89_1>svg{height:1rem;margin-right:6px;width:1rem;fill:#fff}._feedback_card_1mq89_18{background:#fff;border:1px solid #edf2f9;border-radius:10px;box-shadow:0 .75rem 1.5rem #12263f08;margin:30px auto auto;max-width:400px}._card_header_1mq89_27,._card_body_1mq89_28{padding:20px}._card_header_1mq89_27{border-bottom:1px solid #edf2f9;color:#006aff;font-size:1rem;font-weight:700;padding:26px 20px;text-align:center}._link_1mq89_41{color:#000}._social_media_button_1mq89_45{border:1px solid #e3ebf6;border-radius:.375rem;display:flex;align-items:center;line-height:1.5;margin-bottom:.75rem;padding:.5rem .75rem;white-space:nowrap}._social_media_logo_1mq89_56{height:22px;margin-right:10px;width:22px}._topSignUpContainer_amff1_1{background:#fff;border-bottom:2px solid #eb1700;display:none;padding:.6rem 0;position:sticky;top:56px;z-index:20}._topButtons_amff1_11{display:flex;padding:0 1rem}._button_amff1_16,._topSignUpButton_amff1_16,._topCallButton_amff1_16{border-radius:100px;padding:.8rem 1rem;width:48%}._topCallButton_amff1_16{background:#006aff;color:#fff;margin-left:1rem;display:flex;align-items:center;justify-content:center}._topCallButton_amff1_16>svg{fill:#fff;height:.8rem;margin-right:.6rem;width:.8rem}._topSignUpButton_amff1_16{background:#eb1700;font-weight:700}._signUpButton_amff1_42{background:#eb1700;border:2px solid #eb1700;border-radius:100px;color:#fff;margin:0 2rem 0 0;font-weight:700}._referencesContainer_amff1_51{padding-top:10rem}._reference_amff1_51{display:flex;justify-content:center;padding:0 2rem;margin-bottom:2rem;zoom:96%}._reference_amff1_51._reversed_amff1_62{flex-direction:row-reverse}._reference_amff1_51>img{height:26rem}._secondRef_amff1_69,._thirdRef_amff1_70{margin-bottom:9rem}._fourthRef_amff1_74{margin-bottom:8rem}._fifthRef_amff1_78{margin-bottom:6rem}._text_amff1_82{background:#eb1700;color:#fff;height:fit-content;padding:2.8rem}._text_amff1_82>p{font-size:1.8rem;font-weight:600;letter-spacing:.1px;margin-top:0}._shopNameContainer_amff1_95{align-items:center;display:flex;flex-wrap:wrap}._shopName_amff1_95{font-size:1rem;font-weight:500;line-height:1.4rem;margin:0;text-transform:uppercase}._viewMenuButton_amff1_109{background:#fff;border-radius:100px;color:#eb1700;font-size:1rem;font-weight:600;margin-right:0;padding:.8rem 2rem}._howWeHelp_amff1_119{color:#eb1700;margin:auto;width:40rem}._howWeHelp_amff1_119>h2{font-size:2.4rem}._benefit_amff1_128{margin-bottom:2rem}._benefit_amff1_128>h3{font-size:1.4rem;margin-bottom:0}._benefit_amff1_128>p{font-size:1.2rem;margin-top:.2rem}@media only screen and (max-width: 1300px){._reference_amff1_51{zoom:94%}}@media only screen and (max-width: 1200px){._reference_amff1_51{zoom:82%}}@media only screen and (max-width: 1300px){._topSignUpContainer_amff1_1{display:block;left:0;position:fixed;right:0}._referencesContainer_amff1_51{padding-top:10rem}._signUpButton_amff1_42{display:none}._reference_amff1_51{zoom:100%}}@media only screen and (max-width: 860px){._referencesContainer_amff1_51{padding-top:0}._signUpButton_amff1_42{margin-right:1rem;padding:.8rem 1rem}._learnMoreButton_amff1_175{padding:.8rem 1rem}._reference_amff1_51{flex-direction:column!important;margin-bottom:0;padding:0}._reference_amff1_51>img{height:auto;width:100vw}._shopNameContainer_amff1_95{align-items:flex-start;flex-direction:column}._viewMenuButton_amff1_109{margin-top:1rem;margin-left:0;width:100%}._shopName_amff1_95{margin-top:0}._text_amff1_82{margin:0!important;max-width:100%!important;min-width:auto!important;padding:2rem 1.2rem;transform:none!important}._text_amff1_82>p{font-size:1.2rem;font-weight:500;line-height:1.6rem}._howWeHelp_amff1_119{padding:0 2rem;width:inherit}._howWeHelp_amff1_119>h2{font-size:1.4rem;margin-top:4rem}._benefit_amff1_128>h3{font-size:1.1rem}._benefit_amff1_128>p{font-size:1rem;line-height:1.4rem}}._container_65lb0_1{background:#fafafb;padding:60px 0}._title_65lb0_6{color:#5f7494;font-size:35px;font-weight:500;text-align:center;max-width:1100px;margin:0 auto 60px;line-height:3.6rem}._slides_container_65lb0_16{margin-left:-48rem}._slide_65lb0_16{opacity:1}._testimony_container_65lb0_24{background-color:#fff;border-radius:20px;box-shadow:0 100px 249px #00000005,0 41.7776px 104.026px #00000003,0 22.3363px 55.6174px #00000003,0 12.5216px 31.1787px #00000003,0 6.6501px 16.5588px #00000003,0 2.76726px 6.89047px #00000003;display:flex;height:450px;width:720px}._profile_pic_column_65lb0_33{border-radius:20px 10px 22% 20px;clip-path:polygon(0 100%,85% 99.5%,100% 0,0 0);margin:-10px 0 -15px;min-width:288px;overflow:hidden;position:relative}._profile_pic_container_65lb0_42{height:100%;left:0;position:absolute;top:0;width:100%}._profile_pic_container_65lb0_42>img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}._text_column_65lb0_58{padding:40px 40px 40px 50px}._logo_65lb0_62{max-height:50px;margin-bottom:40px;width:auto}._testimony_65lb0_24,._owner_name_65lb0_69{font-size:1.1rem;line-height:1.6rem}._testimony_65lb0_24{margin:0 0 30px}._owner_name_65lb0_69{color:#eb1700;font-weight:600;margin:0}._owner_of_65lb0_84{color:#5f7494;font-size:15px;font-weight:600}._mobile_carousel_65lb0_90{display:none}._mobile_slides_container_65lb0_94{margin-left:-120vw;margin-bottom:20px}._mobile_testimony_container_65lb0_99{background-color:#fff;border-radius:20px;box-shadow:0 100px 249px #00000005,0 41.7776px 104.026px #00000003,0 22.3363px 55.6174px #00000003,0 12.5216px 31.1787px #00000003,0 6.6501px 16.5588px #00000003,0 2.76726px 6.89047px #00000003;display:flex;flex-direction:column;width:92vw}._mobile_profile_pic_container_65lb0_108{border-radius:20px 20px 0 0;height:200px;width:100%}._mobile_profile_pic_container_65lb0_108>img{border-radius:inherit;height:inherit;width:inherit;object-fit:cover}._mobile_text_column_65lb0_120{padding:20px}._mobile_logo_65lb0_124{max-height:40px}._mobile_testimony_65lb0_99{font-weight:500;font-size:16px;line-height:22px}._mobile_owner_name_65lb0_134{color:#eb1700;font-size:16px;line-height:22px;margin-bottom:2px}._mobile_owner_of_65lb0_141{color:#5f7494;font-size:15px;font-weight:600}@media only screen and (max-width: 700px){._container_65lb0_1{padding:60px 2rem}._title_65lb0_6{font-size:1.8rem;line-height:2.4rem}._desktop_carousel_65lb0_155{display:none}._mobile_carousel_65lb0_90{display:block}}._container_xfxk4_1{background:#fafafb;padding:60px 0}._title_xfxk4_6{font-size:2.4rem;text-align:center;max-width:1100px;margin:0 auto 60px;line-height:3.6rem}._logos_container_xfxk4_14{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:auto auto auto auto auto;grid-gap:28px 16px;max-width:960px;margin:auto}._logo_link_xfxk4_23{margin:auto;max-width:100%}._no_pointer_xfxk4_28{pointer-events:none}._logo_img_xfxk4_32{filter:grayscale(1);height:54px;margin:auto;object-fit:contain;max-width:100%;vertical-align:middle}._logo_img_xfxk4_32:hover{filter:none}._gradient_overlay_xfxk4_44{background-image:linear-gradient(180deg,#fff0,#fafafb);position:relative;display:block;height:268px;margin-top:-254px}._buttons_container_xfxk4_52{display:flex;width:fit-content;margin:auto}._button_xfxk4_52,._learnMoreBtn_xfxk4_58,._startNowBtn_xfxk4_58{font-size:1.1rem!important}._startNowBtn_xfxk4_58{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;padding:16px 26px!important}._learnMoreBtn_xfxk4_58{border:2px solid #eb1700;box-shadow:none!important;color:#eb1700!important;padding:14px 24px!important}._learnMoreBtn_xfxk4_58>svg{fill:#eb1700}._arrowIcon_xfxk4_78{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 800px){._container_xfxk4_1{padding:60px 2rem}._title_xfxk4_6{font-size:2rem;line-height:2.6rem;margin-bottom:44px}._logos_container_xfxk4_14{grid-template-columns:repeat(4,1fr);grid-gap:16px}._gradient_overlay_xfxk4_44{height:500px;margin-top:-498px}._buttons_container_xfxk4_52{flex-direction:column;margin-top:14px}._startNowBtn_xfxk4_58{margin:0 0 40px;width:100%}._learnMoreBtn_xfxk4_58{margin:0;width:100%}}._background_1ci81_1{background:#f0f6fa;padding:100px 0 150px}._title_1ci81_6{color:#eb1700;font-size:94px;line-height:100%;margin:0 0 35px;text-align:center}._description_1ci81_14{color:#7a8297;font-size:26px;line-height:140%;margin:0 auto 30px;max-width:680px;text-align:center}._features_container_1ci81_23{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 22px;margin:70px auto 0;max-width:840px}._feature_1ci81_23{align-items:center;background-color:#fff;box-shadow:0 12.314px 36.9421px #5a54ea40;border-radius:100px;display:flex;padding:8px 20px 8px 8px;width:auto}._check_icon_1ci81_41{align-items:center;background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%);border-radius:100px;display:flex;justify-content:center;height:60px;margin-right:12px;width:60px}._check_icon_1ci81_41>svg{fill:#fff;height:24px;width:24px}._feature_name_1ci81_57{font-size:20px;line-height:100%}@media only screen and (max-width: 900px){._background_1ci81_1{padding:0}._title_1ci81_6{font-size:54px}._description_1ci81_14{font-size:20px}._features_container_1ci81_23{grid-template-columns:repeat(2,1fr);margin-top:40px}._feature_1ci81_23{box-shadow:0 77.9359px 62.3488px #0000000d,0 32.5598px 26.0478px #0000000a,0 17.408px 13.9264px #00000008,0 9.75879px 7.80703px #00000008,0 5.18282px 4.14626px #00000005,0 2.15669px 1.72535px #00000003;margin:auto;width:208px}._check_icon_1ci81_41{height:46px;width:46px}._check_icon_1ci81_41>svg{height:20px;width:20px}._feature_name_1ci81_57{font-size:18px}}@media only screen and (max-width: 520px){._features_container_1ci81_23{grid-template-columns:repeat(1,1fr);grid-gap:20px 0px}}._container_k15dg_1{display:flex;padding:4rem 0}._container_k15dg_1._textOnLeft_k15dg_5{flex-direction:row-reverse}._image_k15dg_9{max-height:500px;object-fit:cover;width:50%}._textContainer_k15dg_15{font-size:1.2rem;line-height:2rem;padding:0 4rem;text-align:left;width:50%}._heading_k15dg_23{font-size:2.4rem;margin-top:4rem}._description_k15dg_28{font-weight:400;line-height:140%}._orderNow_k15dg_33{font-size:18px;margin:3rem 0 0;padding:8px 30px}@media only screen and (max-width: 700px){._container_k15dg_1{flex-direction:column!important;padding:2rem 0}._image_k15dg_9{max-height:100vw;width:100vw}._textContainer_k15dg_15{font-size:1rem;line-height:1.6rem;padding:0 20px;width:auto}._heading_k15dg_23{font-size:1.6rem;margin-top:2rem}._orderNow_k15dg_33{margin-top:2rem;padding:.6rem 1rem;width:100%}}._container_1beao_1{border-top:.5px solid #dadada;padding:4rem 0}._content_1beao_6{max-width:1200px;margin:auto;padding:0 30px}._contact_info_row_1beao_12{display:flex;justify-content:space-between}._column_1beao_17,._businessHoursColumn_1beao_17,._contactInfoColumn_1beao_17,._social_media_column_1beao_17{padding-right:2rem}._columnHeading_1beao_21{font-size:18px;margin-bottom:1rem;text-transform:capitalize}._shopLogoContainer_1beao_27{display:flex;flex-direction:row;align-items:center;font-size:26px;font-weight:700;margin-bottom:40px}._shopLogo_1beao_27{height:3.2rem;margin-right:20px}._skipliLink_1beao_41{color:#000;font-size:.8rem;line-height:1.2rem;text-decoration:none}._skipliWebsite_1beao_48{color:#eb1700;margin-left:.2rem}._madeWithLove_1beao_53{display:flex;align-items:center}._madeWithLove_1beao_53>svg{fill:#eb1700;height:1rem;margin:0 .3rem;width:1rem}._social_media_icons_container_1beao_64{display:flex;flex-wrap:wrap}._mediaLink_1beao_69{display:flex;align-items:center;color:inherit;opacity:.5;margin:0 18px 1rem 0;text-decoration:none;text-transform:capitalize;transition:transform .2s}._mediaLink_1beao_69:hover{opacity:1;transform:scale(1.02)}._social_media_icon_1beao_64{height:20px;width:auto}._social_media_icon_1beao_64>svg{height:inherit;width:inherit}._contactInfo_1beao_17{display:flex;margin-bottom:1rem;transition:transform .2s}._contactInfo_1beao_17>svg{height:20px;margin-right:14px;width:20px}._contactInfoLink_1beao_104{color:inherit;text-decoration:none}._contact_info_value_1beao_109{font-size:.95rem;font-weight:400;line-height:1.2rem;margin:0}._day_1beao_116{font-size:.95rem}@media only screen and (max-width: 800px){._container_1beao_1{padding:2rem 0}._contact_info_row_1beao_12{flex-direction:column}._column_1beao_17,._social_media_column_1beao_17,._contactInfoColumn_1beao_17,._businessHoursColumn_1beao_17{margin-bottom:20px;padding:0;width:100%}._shopLogoContainer_1beao_27{font-size:22px}._shopLogo_1beao_27{height:2.4rem}}._container_de08f_1{background:#fff;bottom:0;left:0;position:fixed;right:0;top:0;z-index:50}._content_de08f_11{max-width:70vw;margin:auto;padding-top:126px}._navOption_de08f_17{font-size:1.4rem;margin-bottom:1.2rem;text-transform:uppercase;text-align:center}._menuIconContainer_olkjq_1{display:none}._shopHeader_olkjq_5{background:#fff;box-shadow:0 1px 4px #00000029;height:80px;position:sticky;right:0;left:0;top:0;z-index:500}._content_olkjq_16{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 40px}._shopNameContainer_olkjq_24{display:flex;align-items:center}._shopLogo_olkjq_29{height:40px;margin-right:1rem}._shopName_olkjq_24{font-size:1.6rem;line-height:2.2rem;margin:0}._shopName_olkjq_24._light_olkjq_39{color:#fff}._shopName_olkjq_24._dark_olkjq_42{color:#000}._menuIcon_olkjq_1{height:inherit;width:inherit}._menuIcon_olkjq_1._light_olkjq_39{fill:#fff}._menuIcon_olkjq_1._dark_olkjq_42{fill:#000}._navigation_olkjq_57{display:flex}._navOption_olkjq_61{background:inherit;border-radius:0;border-bottom:2px solid transparent;padding:14px!important;text-transform:uppercase}._navOption_olkjq_61:hover{box-shadow:none}@media only screen and (max-width: 1200px){._menuIconContainer_olkjq_1{display:block;height:1.4rem;width:1.4rem}._navigation_olkjq_57{display:none}}@media only screen and (max-width: 700px){._content_olkjq_16{padding:1rem 1.6rem}._shopHeader_olkjq_5{height:auto}._shopNameContainer_olkjq_24{flex-direction:column;align-items:baseline}._shopLogo_olkjq_29{height:1.6rem}._shopName_olkjq_24{font-size:1.4rem}}._container_d8dh3_1{bottom:40px;padding-top:0;position:relative}._pill_d8dh3_7{background-color:#fff;border-radius:100px;box-shadow:0 1px 4px #00000029;cursor:pointer;padding:2rem 1.6rem;display:flex;align-items:center;justify-content:center;margin:auto;width:28rem}._watermark_d8dh3_20{height:70px;margin-right:1.4rem;width:70px}._heading_d8dh3_26{font-size:1rem;margin:0}._generalText_d8dh3_31{font-size:.9rem;margin:.6rem 0}._seeBenefits_d8dh3_36{font-size:.9rem;text-decoration:underline;text-underline-position:under}@media only screen and (max-width: 700px){._container_d8dh3_1{bottom:0}._pill_d8dh3_7{border-radius:0;box-shadow:none;padding:1.2rem 2rem;width:inherit}._watermark_d8dh3_20{height:60px;width:60px}._heading_d8dh3_26{font-size:1rem}._generalText_d8dh3_31{font-size:.86rem;margin:.3rem 0;line-height:1.2rem}._seeBenefits_d8dh3_36{font-size:.86rem;text-decoration:underline;text-underline-position:under}}._container_1fjwq_1{max-height:46rem;position:relative}._heroImage_1fjwq_6{max-height:inherit;object-fit:cover;width:100vw}._filter_1fjwq_12{background:#0006;bottom:0;left:0;position:absolute;top:0;right:0}._watermark_1fjwq_21{height:180px;width:180px;position:absolute}._watermark_1fjwq_21._left_1fjwq_26{top:2.5rem;left:5vw}._watermark_1fjwq_21._right_1fjwq_30{top:2.5rem;right:5vw}._textContainer_1fjwq_35{max-width:600px;position:absolute;top:12vw}._textContainer_1fjwq_35._center_1fjwq_40{left:50%;text-align:center;transform:translate(-50%)}._textContainer_1fjwq_35._left_1fjwq_26{left:10vw}._textContainer_1fjwq_35._right_1fjwq_30{right:8vw}._heading_1fjwq_52{color:#fff;font-size:2.6rem}._message_1fjwq_57{color:#fff;font-size:1.6rem;line-height:36px}._buttons_1fjwq_63{display:flex}._buttons_1fjwq_63._center_1fjwq_40{justify-content:center}._button_1fjwq_63,._seeMenuButton_1fjwq_70,._orderButton_1fjwq_70{font-size:1.2rem;margin:40px 0 0;padding:14px 40px}._orderButton_1fjwq_70{margin-right:20px}._seeMenuButton_1fjwq_70{background:#fff;color:#000}@media only screen and (max-width: 700px){._heroImage_1fjwq_6,._filter_1fjwq_12{height:80vw}._watermark_1fjwq_21{display:none}._textContainer_1fjwq_35{left:2rem!important;top:2rem!important;right:2rem!important;transform:none!important;max-width:500px;margin-right:15px}._heading_1fjwq_52{font-size:1.6rem;margin-top:0}._message_1fjwq_57{font-size:.9rem;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}._button_1fjwq_63,._orderButton_1fjwq_70,._seeMenuButton_1fjwq_70{font-size:.9rem;margin-top:.8rem;padding:.8rem 1rem}}@media only screen and (max-width: 360px){._heroImage_1fjwq_6,._filter_1fjwq_12{height:120vw}}._container_cl251_1{padding:4rem 0;text-align:center}._heading_cl251_6{font-size:2.4rem;margin:0 0 4rem}._menuItems_cl251_11{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;max-width:1400px;margin:auto;padding:0 30px}._itemContainer_cl251_20{box-shadow:0 4px 24px #0d0d0d0d;border-radius:10px;border:1px solid transparent;cursor:pointer;position:relative;display:flex;flex-direction:column;justify-content:space-between}._itemContainer_cl251_20:hover{border-color:#d4dae0}._itemImage_cl251_34{border-radius:10px 10px 0 0;height:20vw;object-fit:cover;width:100%}._text_area_cl251_41{padding:20px 20px 0;text-align:left}._item_name_cl251_47,._item_description_cl251_48{line-height:140%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}._item_name_cl251_47{font-size:1.1rem;font-weight:600;margin:0}._item_description_cl251_48{font-weight:400;margin:14px 0 0;opacity:.6}._add_item_button_cl251_70{background:none;color:#000;font-weight:500;margin:0 auto 0 0;padding:20px 20px 30px}._add_item_button_cl251_70:hover{background:none;box-shadow:none}._add_item_button_cl251_70>svg{height:14px;width:14px;margin-left:10px}._seeFullMenuBtn_cl251_88{font-size:18px;margin-top:80px;padding:16px 80px}._seeFullMenuBtn_cl251_88>svg{fill:#fff;height:1.2rem;margin-left:.6rem;width:1.2rem}@media only screen and (max-width: 1200px){._menuItems_cl251_11{grid-template-columns:repeat(2,1fr)}._itemImage_cl251_34{height:38vw}}@media only screen and (max-width: 700px){._container_cl251_1{padding:2rem 0}._heading_cl251_6{margin-bottom:2rem}._menuItems_cl251_11{grid-template-columns:repeat(1,1fr);grid-gap:40px}._itemImage_cl251_34{height:300px}._item_description_cl251_48{display:none}._seeFullMenuBtn_cl251_88{padding:16px;width:86vw;margin-top:50px}._seeFullMenuBtn_cl251_88>svg{height:18px;width:18px}}._deliveryPartners_10nhc_1{align-items:center;display:grid;grid-template-columns:repeat(5,0fr);grid-gap:8px 12px;flex-wrap:wrap;justify-content:center}._partnerUrl_10nhc_10{align-items:center;color:#000;cursor:pointer;display:flex;margin:0 1rem 1rem;order:2;text-decoration:none;width:6rem}._partnerUrl_10nhc_10._skipli_10nhc_20{order:1!important}._partnerUrl_10nhc_10._unknownPartner_10nhc_23{order:3}._partnerLogo_10nhc_27{height:auto;width:inherit}._partnerLogo_10nhc_27>svg{height:inherit;width:inherit}._unknownPartnerName_10nhc_36{color:#586271}._genericLogo_10nhc_40{height:1.4rem;margin-right:.4rem;width:1.4rem}._genericLogo_10nhc_40>svg{fill:#586271;height:inherit;width:inherit}@media only screen and (max-width: 700px){._deliveryPartners_10nhc_1{grid-template-columns:repeat(3,0fr);grid-gap:20px 24px}._partnerUrl_10nhc_10{margin:0}}._container_191ae_1{max-width:fit-content;margin:auto;padding:4rem 1rem}._heading_191ae_7{font-size:2.4rem;margin-top:0;text-align:center}._buttons_191ae_13{align-items:center;display:flex;margin-top:4rem}._orderDeliveryButton_191ae_19,._orderTakeoutButton_191ae_20{border-radius:10px;box-shadow:#419bf91a 0 0 0 1px,#419bf900 0 0,#419bf914 0 12px 50px,#9f9fa440 0 2px 10px;cursor:pointer;padding:1.8rem 2rem;width:20rem}._orderDeliveryButton_191ae_19{margin-right:3rem}._deliverIcon_191ae_32,._lunchBagIcon_191ae_33{height:2.4rem;width:2.4rem}._deliverIcon_191ae_32>svg,._lunchBagIcon_191ae_33>svg{height:inherit;width:inherit}._buttonText_191ae_43>h3{font-size:1.4rem;margin:1rem 0 0}._buttonText_191ae_43>p{color:#586271;font-size:1.1rem;font-weight:400;line-height:1.6rem;margin:.6rem 0 0}._orderArrow_191ae_55{background:none;display:flex;margin:1.6rem auto 0 0;padding:0;text-transform:uppercase}._orderArrow_191ae_55>svg{height:1rem;margin-left:.6rem;width:1rem}._deliveryPartnersHeading_191ae_68{color:#586271;font-size:1.2rem;font-weight:500;margin:3rem 0 1.8rem;text-align:center}@media only screen and (max-width: 700px){._container_191ae_1{padding:2rem 1rem 4rem}._heading_191ae_7{line-height:3rem;max-width:18rem;margin:auto}._buttons_191ae_13{flex-direction:column;margin-top:2rem}._orderDeliveryButton_191ae_19,._orderTakeoutButton_191ae_20{margin-right:0;width:74vw}._orderDeliveryButton_191ae_19{margin-bottom:2rem}}._container_a2efv_1{background:#000;padding:40px 60px}._content_container_a2efv_6{align-items:center;display:flex}._skipli_link_a2efv_11{color:#fff;text-decoration:none}._learn_more_button_a2efv_16{background:#006aff;color:#fff;margin-right:0}._learn_more_button_a2efv_16>svg{fill:#fff;height:1rem;margin-left:8px;width:1rem}@media only screen and (max-width: 700px){._container_a2efv_1{padding:40px 30px}._content_container_a2efv_6{align-items:flex-start;flex-direction:column;font-size:1rem}._learn_more_button_a2efv_16{margin-top:20px;margin-left:0}}._container_a9q80_1{max-width:500px;margin:auto;padding:4rem 1rem}._heading_a9q80_7{font-size:2.4rem;margin-top:0;text-align:center}._form_a9q80_13{display:flex;flex-direction:column;gap:1.2rem;width:100%;margin:auto}._form_a9q80_13 ._button_a9q80_20{margin-top:20px}._inputField_a9q80_24{font-size:.9rem;font-weight:500;height:inherit}._textarea_a9q80_30{font-size:.9rem;font-weight:500;height:100px;resize:none}._normalClzz_a9q80_37{border:none;box-shadow:0 0 0 2px #0b2135,0 1px 1px #00000012,0 0 0 1px #0b2135!important;-webkit-box-shadow:0 0 0 2px #0b2135,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 1px #0b2135!important}@media only screen and (max-width: 700px){._container_a9q80_1{padding:2rem 1rem;width:75vw}}._container_yr3yu_1{display:flex;justify-content:space-between;max-width:1240px;margin:auto;padding:30px}._desktop_cover_image_yr3yu_9{border-radius:10px;height:362px;width:420px;object-fit:cover}._mobile_cover_image_container_yr3yu_16{display:none;position:relative;height:200px}._mobile_cover_image_yr3yu_16{height:inherit;object-fit:cover;width:100vw}._mobile_cover_image_bottom_border_yr3yu_28{position:absolute;bottom:-11px;left:0;width:0;height:0;border-style:solid;border-width:60px 0 0 480px;border-color:transparent transparent transparent rgb(255,255,255);transform:rotate(360deg)}._mobile_shop_logo_container_yr3yu_40{background-color:#fff;border:2px solid rgb(255,255,255);box-shadow:0 1px 4px #00000029;position:absolute;bottom:0;left:16px;width:70px;height:70px;border-radius:50%;overflow:hidden}._mobile_shop_logo_yr3yu_40{object-fit:contain;object-position:50% 50%;width:100%;height:100%}._shop_introduction_container_yr3yu_60{padding:24px 50px 0 0}._fulfillment_methods_row_yr3yu_64{align-items:flex-start;display:flex;margin-top:40px}._fulfillment_method_yr3yu_64{cursor:pointer;margin-right:30px;opacity:.4}._fulfillment_method_yr3yu_64._selected_yr3yu_75{opacity:1;border-bottom:2px solid #eb1700}._fulfillment_method_icon_yr3yu_80{height:24px;width:auto}._fulfillment_method_icon_yr3yu_80>svg{height:inherit;width:inherit}._fulfillment_method_label_yr3yu_89{font-size:16px;line-height:1.25rem;margin:10px 0}._logoContainer_yr3yu_95{background-color:#fff;border:2px solid rgb(255,255,255);box-shadow:0 1px 4px #00000029;bottom:-42px;position:absolute;width:70px;height:70px;border-radius:50%;overflow:hidden}._logo_yr3yu_95{object-fit:contain;object-position:50% 50%;width:100%;height:100%}@media only screen and (max-width: 900px){._container_yr3yu_1{display:block;padding:0}._desktop_cover_image_yr3yu_9{display:none}._mobile_cover_image_container_yr3yu_16{display:block}._shop_introduction_container_yr3yu_60{padding:20px}._fulfillment_methods_row_yr3yu_64{margin-top:26px}._fulfillment_method_icon_yr3yu_80{height:20px}._fulfillment_method_label_yr3yu_89{font-size:14px;margin:6px 0}}._container_102jn_1{border-top:.5px solid #dadada;box-shadow:0 1px 2px #0000001a;position:sticky;background:#fff;height:4rem;top:95px;z-index:100}._content_102jn_11{display:flex;align-items:center;height:inherit;max-width:1240px;margin:auto;padding:0 30px;overflow:scroll}._category_102jn_21{border-bottom:4px solid transparent;border-radius:0;font-weight:500;height:100%;margin-right:2rem;opacity:.6;white-space:nowrap}._category_102jn_21._selected_102jn_30{border-bottom-color:#eb1700;color:#eb1700;opacity:1}._adminContentContainer_10htn_1{margin-left:80px;position:relative;width:100%}._customerDesktop_10htn_7{padding-top:96px}._customerMobile_10htn_11{padding:0 20px 6rem}._mobileBackgroundImg_8dj19_1{background:#fff;height:auto;min-height:100%}._mobileBackgroundImg_8dj19_1._admin_8dj19_6{display:flex}._menuSkeletonContainer_8dj19_10{max-width:1240px;margin:2rem auto auto}._announcement_modal_8dj19_15{width:50vw}._announcement_modal_action_buttons_8dj19_19{align-items:center;display:flex;justify-content:center}._button_8dj19_25,._view_menu_button_8dj19_25,._phone_number_button_8dj19_25{border-radius:100px;display:flex;align-items:center;justify-content:center;margin:20px 10px 0;padding:10px 0;width:230px}._button_8dj19_25>svg,._view_menu_button_8dj19_25>svg,._phone_number_button_8dj19_25>svg{fill:#000;height:18px;margin-right:8px;width:18px}._phone_number_button_8dj19_25{background:#d4dae0;color:#000}@media only screen and (max-width: 1100px){._announcement_modal_action_buttons_8dj19_19{flex-direction:column}}@media only screen and (max-width: 600px){._announcement_modal_8dj19_15{border-radius:8px;height:fit-content!important;min-width:60vw!important;width:90vw!important}}._greetingMsg_1e6it_1{padding:0 20px}._greetingMsg_1e6it_1>h1{font-size:2rem}._greetingMsg_1e6it_1>p{font-size:1.2rem;line-height:30px}._background_1e6it_12{position:absolute;display:flex;top:0;right:0;bottom:0;left:0;background:#fff}._skipliLogoContainer_1e6it_22{margin:auto}._skipliLogoContainer_1e6it_22>svg{height:200px;width:200px}._content_container_1thko_1{max-width:1200px;margin:60px auto;padding:0 30px}._heading_1thko_7{font-size:50px;margin:0}._description_1thko_13{font-size:18px;font-weight:400;line-height:140%;margin:30px 0}._container_1nbyd_1{max-width:800px;margin:0 auto;padding:30px}._post_title_1nbyd_7{font-size:3rem;letter-spacing:1px;line-height:1.4}._share_post_channels_1nbyd_13{align-items:center;background-color:#fafbfd;border-top:.5px #d4dae0 solid;border-bottom:.5px #d4dae0 solid;display:flex;justify-content:flex-end;padding:18px 0;position:sticky;top:65px}._channel_button_1nbyd_25{margin-left:26px}._post_content_1nbyd_29 p{font-weight:400;font-size:18px;line-height:2;margin-bottom:1.5rem;text-align:justify}._post_content_1nbyd_29 p strong em{font-size:1.2rem}._post_content_1nbyd_29 ul li{text-align:left;font-size:18px;line-height:2;margin-bottom:1rem}._post_content_1nbyd_29 figure{max-width:100%;display:contents}._post_content_1nbyd_29 figure img{max-width:100%;object-fit:cover;height:auto}._post_content_1nbyd_29 figure figcaption{text-align:left;color:#586271;font-weight:400;font-size:14px;padding-top:5px}._post_content_1nbyd_29 h2{font-size:1.8rem;line-height:1.4}._post_content_1nbyd_29 a{color:#0b2135}._post_content_1nbyd_29 h3{font-size:1.3rem;margin-top:2rem;font-weight:800}._post_content_1nbyd_29 h4{font-size:1rem;margin-top:4rem;font-weight:800}._post_content_1nbyd_29 h5{font-size:.8rem;font-weight:800}@media screen and (max-width: 1300px){._share_post_channels_1nbyd_13{top:55px}}@media screen and (max-width: 1000px){._post_title_1nbyd_7{font-size:2rem}._post_content_1nbyd_29 p{line-height:1.8}._post_content_1nbyd_29 p,._post_content_1nbyd_29 ul li{font-size:16px;margin-bottom:1.5rem}._post_content_1nbyd_29 p strong em,._post_content_1nbyd_29 ul li strong em{font-size:1rem}}@media screen and (max-width: 700px){._share_post_channels_1nbyd_13{margin-left:-30px;margin-right:-30px;padding:14px 30px}}._shop_name_viblw_1{color:#eb1700;font-size:1.4rem;margin-bottom:.6rem}._shop_address_viblw_7{display:flex;margin-bottom:1.6rem}._shop_address_viblw_7>svg{fill:#006aff;height:1rem;margin-right:.6rem;width:1rem}._submittedMsg_viblw_18{font-size:1rem;width:80%;margin:10px auto 30px;line-height:22px}._viewMenuButton_viblw_25,._add_more_items_viblw_25,._viewPastOrdersButton_viblw_25,._checkOutButton_viblw_25{background:#eb1700!important;border-radius:100px;padding:.8rem 1.2rem!important;margin-bottom:1.2rem!important;text-transform:capitalize!important;width:100%}._checkOutButton_viblw_25{background:#eb1700!important;font-weight:700;justify-content:space-between!important}._viewPastOrdersButton_viblw_25{background:transparent!important;border:2px solid #000;box-shadow:none!important;color:#000!important}._add_more_items_viblw_25{background:transparent!important;border:2px solid #000;color:#000;justify-content:flex-start}._orders_icon_viblw_54{height:1.2rem;margin-right:.6rem;width:1.2rem}._orders_icon_viblw_54>svg{height:inherit;width:inherit}._plus_icon_viblw_64{height:.9rem;margin-right:.6rem;width:.9rem}._plus_icon_viblw_64>svg{height:inherit;width:inherit}._priceContainer_viblw_74{display:flex;align-items:baseline}._totalPrice_viblw_79{margin-right:10px}._subText_viblw_83{font-size:.9rem;color:#8f95a3}._bagIcon_viblw_88{width:60px;height:60px;border-radius:100px;margin:auto auto 30px;display:flex;align-items:center;justify-content:center}._bagIcon_viblw_88>svg{height:60px;width:60px}@media only screen and (min-width: 450px){._modal_viblw_104{border-radius:0!important;bottom:0!important;margin-right:0!important;top:0!important;height:100vh!important;max-height:100vh!important;max-width:450px!important;min-width:450px!important}}._container_13qem_1{background:radial-gradient(43.55% 66.26% at 23.7% 48.7%,#006dff17,#01b1ff17 .01%,#01b1ff00),linear-gradient(180deg,#019dff0d,#019dff00);display:flex;padding:50px 0}._image_column_13qem_7,._text_column_13qem_8{width:50%}._hero_image_13qem_12{width:90%;border-radius:5%}._text_content_13qem_17{padding:0 6rem}._heading_13qem_21{font-size:4.4rem;line-height:4.8rem;margin:0}._heading_13qem_21>span{background:linear-gradient(90deg,#ff5846,#eb1700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._paragraph_13qem_32{font-size:2.4rem;line-height:3.2rem;margin:30px 0}._description_13qem_38{color:#5f7494;font-size:1.1rem;line-height:1.8rem}._description_13qem_38>span{text-decoration:underline;text-underline-position:under}._point_13qem_48{margin-bottom:1rem;display:flex;align-items:flex-start}._circleCheck_13qem_54{background:#eb1700;border-radius:100%;margin-right:15px;height:1.6rem;width:1.6rem;min-width:1.6rem;display:flex;align-items:center;justify-content:center}._circleCheck_13qem_54>svg{fill:#fff;height:.8rem;width:.8rem}._pointText_13qem_71{font-size:1.2rem;font-weight:600;line-height:2rem;margin:-5px 0 0}._buttons_13qem_78{display:flex}._buttons_13qem_78>._learnMoreBtn_13qem_81{color:#eb1700!important}._button_13qem_78,._startNowBtn_13qem_85,._learnMoreBtn_13qem_81{font-size:1.2rem!important;margin-top:20px!important;margin-left:0!important;padding:16px 30px!important}._learnMoreBtn_13qem_81{box-shadow:none!important;color:#eb1700!important}._learnMoreBtn_13qem_81>svg{fill:#eb1700}._startNowBtn_13qem_85{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;margin-right:2rem!important}._arrowIcon_13qem_106{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 700px){._container_13qem_1{flex-direction:column}._image_column_13qem_7,._text_column_13qem_8{width:inherit}._image_column_13qem_7{margin-top:40px}._hero_image_13qem_12{width:100%}._text_content_13qem_17{padding:0 2rem}._heading_13qem_21{font-size:3.4rem;line-height:3.6rem}._paragraph_13qem_32{font-size:2rem;line-height:2.6rem}._buttons_13qem_78{flex-direction:column}._button_13qem_78,._learnMoreBtn_13qem_81,._startNowBtn_13qem_85{margin-bottom:14px!important;width:100%}._learnMoreBtn_13qem_81{margin-top:20px!important}}._pageContainer_7bz8g_1{padding-top:66px}._sectionContainer_7bz8g_5{max-width:1200px;margin:0 auto 100px;padding:0 30px;position:relative}@media only screen and (max-width: 700px){._pageContainer_7bz8g_1{padding-top:56px}._sectionContainer_7bz8g_5{margin-bottom:50px}}._container_sk7h5_1{display:flex;padding:50px 0}._image_column_sk7h5_6,._text_column_sk7h5_7{width:50%}._hero_image_sk7h5_11{width:90%;border-radius:5%}._text_content_sk7h5_16{padding:0 6rem}._heading_sk7h5_20{font-size:3rem;line-height:4.8rem;margin:0}._heading_sk7h5_20>span{background:linear-gradient(90deg,#ff5846,#eb1700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._paragraph_sk7h5_31{font-size:2.4rem;line-height:3.2rem;margin:30px 0}._description_sk7h5_37{color:#7a8297;font-size:1.1rem;line-height:1.8rem}._description_sk7h5_37>span{text-decoration:underline;text-underline-position:under}._description_sk7h5_37 strong{color:#000}._point_sk7h5_50{margin-bottom:1rem;display:flex;align-items:flex-start}._circleCheck_sk7h5_56{background:#eb1700;border-radius:100%;margin-right:15px;height:1.6rem;width:1.6rem;min-width:1.6rem;display:flex;align-items:center;justify-content:center}._circleCheck_sk7h5_56>svg{fill:#fff;height:.8rem;width:.8rem}._pointText_sk7h5_73{font-size:1.2rem;font-weight:600;line-height:2rem;margin:-5px 0 0}._buttons_sk7h5_80{display:flex}._buttons_sk7h5_80>._learnMoreBtn_sk7h5_83{color:#eb1700!important}._button_sk7h5_80,._startNowBtn_sk7h5_87,._learnMoreBtn_sk7h5_83{font-size:1.2rem!important;margin-top:20px!important;margin-left:0!important;padding:16px 30px!important}._learnMoreBtn_sk7h5_83{box-shadow:none!important;color:#eb1700!important}._learnMoreBtn_sk7h5_83>svg{fill:#eb1700}._startNowBtn_sk7h5_87{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;margin-right:2rem!important}._arrowIcon_sk7h5_108{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 700px){._container_sk7h5_1{flex-direction:column}._image_column_sk7h5_6,._text_column_sk7h5_7{width:inherit}._image_column_sk7h5_6{margin-top:40px}._hero_image_sk7h5_11{width:100%}._text_content_sk7h5_16{padding:0 2rem}._heading_sk7h5_20{font-size:3.4rem;line-height:3.6rem}._paragraph_sk7h5_31{font-size:2rem;line-height:2.6rem}._buttons_sk7h5_80{flex-direction:column}._button_sk7h5_80,._learnMoreBtn_sk7h5_83,._startNowBtn_sk7h5_87{margin-bottom:14px!important;width:100%}._learnMoreBtn_sk7h5_83{margin-top:20px!important}}._device_grid_1iay8_1{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:20px;padding:20px;margin:100px 0}._device_description_1iay8_11{margin-top:0;font-size:14px;width:200px;flex-wrap:wrap;font-weight:300;color:#2f4f2f}._device_card_1iay8_20{display:flex;flex-direction:column;align-items:center;text-align:center}._device_image_1iay8_27{margin-top:80px;width:100%;height:auto;object-fit:cover;mix-blend-mode:multiply}._device_name_1iay8_35{margin-top:10px;font-size:17px;font-weight:600;color:#2f4f2f}._container_yv1dx_1{background:linear-gradient(100deg,#f1f6fc,#efdff4);padding:60px 0}._title_yv1dx_6{font-size:2.8rem;text-align:center;max-width:1100px;margin:0 auto 60px;line-height:3.6rem}._benefits_container_yv1dx_14{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px 120px;max-width:1200px;margin:auto}._benefit_card_yv1dx_22{background:#fff;border-radius:20px;box-shadow:0 10px 20px #00000008;display:flex;flex-direction:column}._benefit_name_container_yv1dx_30{box-shadow:#419bf91a 0 0 0 1px,#419bf900 0 0,#419bf914 0 12px 50px,#9f9fa440 0 2px 10px;border-radius:20px 20px 0 0;height:380px}._icon_yv1dx_36{border-radius:20px 20px 0 0;height:auto;width:100%}._benefit_name_yv1dx_30{font-size:1.6rem;line-height:2rem;margin:20px 0 0}._benefit_details_list_yv1dx_48{padding:30px}._benefit_details_list_yv1dx_48>li{font-size:1rem;line-height:1.4rem;margin-bottom:10px}._list_item_name_yv1dx_57{font-size:1.2rem;line-height:1.6rem}._list_item_price_yv1dx_62{font-size:1rem;line-height:1.6rem}._list_item_description_yv1dx_67{color:#7a8297;font-size:1rem;line-height:1.4rem;margin:6px 0 20px}._learn_more_button_yv1dx_74{background:linear-gradient(75.2deg,#ff5846 3.18%,#eb1700 94.07%)!important;box-shadow:0 12.314px 36.9421px #eb170040!important;font-size:1.1rem;margin-left:30px;margin-bottom:30px;margin-right:30px}._arrow_icon_yv1dx_83{fill:#fff;height:.8rem;margin-left:.4rem;margin-top:2px;width:.8rem}._cart_bubble_yv1dx_91{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#eb1700;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:1000;transition:transform .2s ease,background-color .2s ease}._cart_bubble_yv1dx_91>svg{height:30px;width:30px;fill:#fff}._cart_quantity_yv1dx_115{position:absolute;top:5px;right:5px;background-color:#fff;color:#eb1700;font-size:12px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:700}._cart_bubble_yv1dx_91:hover{transform:scale(1.1);background-color:#f00808}@media only screen and (max-width: 700px){._container_yv1dx_1{padding:60px 2rem}._title_yv1dx_6{font-size:2.2rem;line-height:2.8rem;margin-bottom:44px}._benefits_container_yv1dx_14{grid-template-columns:repeat(1,1fr)}}._pageContainer_y3n7h_1{padding-top:66px;position:relative}._sectionContainer_y3n7h_6{max-width:1280px;margin:auto;padding:50px 24px}._letsChatBoxButton_y3n7h_12,._letsChatBoxSecondaryBtn_y3n7h_12,._callButton_y3n7h_12,._letsChatBoxMainBtn_y3n7h_12,._getFreeDemoBtn_y3n7h_12{display:flex;align-items:center;justify-content:center;border-radius:100px;height:45px;width:200px;font-size:1rem;font-weight:700}._letsChatBoxMainBtn_y3n7h_12,._getFreeDemoBtn_y3n7h_12{background:#009048;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff}._letsChatBoxSecondaryBtn_y3n7h_12,._callButton_y3n7h_12{background:#fff;color:#009048}._letsChatBoxSecondaryBtn_y3n7h_12>svg,._callButton_y3n7h_12>svg{height:16px;width:16px;fill:#009048;margin-right:8px}@media only screen and (max-width: 700px){._pageContainer_y3n7h_1{padding-top:55px}._letsChatBoxButton_y3n7h_12,._letsChatBoxMainBtn_y3n7h_12,._getFreeDemoBtn_y3n7h_12,._letsChatBoxSecondaryBtn_y3n7h_12,._callButton_y3n7h_12{width:100%}}._pageContainer_y3n7h_1{padding-top:66px}._heroImage_y3n7h_52{border-radius:10px}._background_5vtkk_1{background-image:linear-gradient(#00000040,#00000040),url(/assets/contactlessDining-1o42KSqb.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;padding:120px 0}._image_5vtkk_9{margin-bottom:2rem;width:100vw}._titleContainer_5vtkk_14{display:flex;justify-content:space-between}._titleText_5vtkk_19{color:#fff;max-width:500px;text-align:left}._titleText_5vtkk_19>h1{font-size:3rem;line-height:3.4rem;margin:0}._paragraph_5vtkk_30{font-size:1.2rem;line-height:30px;max-width:480px;margin:30px 0}._buttons_5vtkk_37{display:flex}._button_5vtkk_37,._seeActionBtn_5vtkk_41,._learnMoreBtn_5vtkk_41{font-size:1.1rem;margin-top:20px;padding:16px 30px}._learnMoreBtn_5vtkk_41{color:#eb1700!important;margin-left:0;margin-right:20px}._seeActionBtn_5vtkk_41{background:#eb1700;margin-left:0}._playIcon_5vtkk_58{fill:#fff;margin-right:15px;height:18px;width:18px}@media only screen and (max-width: 700px){._titleText_5vtkk_19{color:#000}._titleText_5vtkk_19>h1{font-size:2rem;line-height:2.4rem}._paragraph_5vtkk_30{font-size:.9rem;line-height:1.4rem}._button_5vtkk_37,._learnMoreBtn_5vtkk_41,._seeActionBtn_5vtkk_41{font-size:.9rem;margin-top:0;padding:12px 15px}._playIcon_5vtkk_58{margin-right:10px;height:14px;width:14px}}._wrapper_1mgkn_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#fff}._content_1mgkn_9{text-align:center}h1{font-size:32px;font-weight:700;margin-bottom:20px}._text_1mgkn_19{font-size:16px;color:#333;margin-bottom:20px}._link_1mgkn_25{color:#eb1700;text-decoration:none;font-weight:600}._link_1mgkn_25:hover{text-decoration:underline}._button_1mgkn_34{display:inline-block;padding:12px 24px;background-color:#eb1700;color:#fff;font-size:16px;border-radius:8px;text-decoration:none;transition:background-color .3s;cursor:pointer}._page_container_1fqz4_1{background:url(https://skipli.s3.amazonaws.com/Skipli+Website/Error+Page/404-background.png);height:100vh}._skipli_logo_1fqz4_6{cursor:pointer;padding:30px 0 0 30px}._skipli_logo_1fqz4_6>svg{height:1.6rem;width:auto}._content_container_1fqz4_15{color:#fff;margin:30px auto;text-align:center;width:700px}._header_1fqz4_22{font-size:48px;font-weight:600;margin-top:0}._description_1fqz4_28{font-size:28px;font-weight:400;line-height:1.4}._back_button_1fqz4_34{background:#fff;color:#000;margin-top:40px;padding:14px 30px}._image_1fqz4_41{height:200px;margin-bottom:30px}@media only screen and (max-width: 700px){._skipli_logo_1fqz4_6{padding-left:0;text-align:center}._content_container_1fqz4_15{padding:20px 20px 0;width:auto}._header_1fqz4_22{font-size:36px}._description_1fqz4_28{font-size:24px;line-height:30px}._back_button_1fqz4_34{font-size:1.1rem}}._container_1teqf_1{background:#fffbf5;padding:2.4rem 0 6rem}._heading_1teqf_6{font-size:3.2rem;margin:0 auto 2rem;max-width:44rem;padding:0 2rem;text-align:center}._paragraph_1teqf_14{color:#525f7f;font-size:1rem;line-height:1.4rem;margin-bottom:2rem;padding:0 2rem;text-align:center}._phone_number_1teqf_23{color:#000;border-bottom:2px solid #eb1700;font-weight:700;padding-bottom:.2rem;text-decoration:none}._phone_number_1teqf_23:hover{padding:0 .4rem .2rem}@media only screen and (max-width: 700px){._heading_1teqf_6{font-size:1.8rem}}._container_in2q7_1{display:flex;padding:80px 0}._image_column_in2q7_6,._text_column_in2q7_7{width:50%}._hero_image_in2q7_11{width:100%}._text_content_in2q7_15{padding:0 6rem}._google_logo_in2q7_19{margin-bottom:.4rem;width:14rem}._heading_in2q7_24{font-size:3rem;line-height:3.6rem;margin:0}._paragraph_in2q7_30{color:#000;font-size:1.4rem;font-weight:400;line-height:2.2rem;max-width:36rem;margin:30px 0}._point_in2q7_39{margin-bottom:1rem;display:flex;align-items:flex-start}._circleCheck_in2q7_45{background:#eb1700;border-radius:100%;margin-right:15px;height:1.6rem;width:1.6rem;min-width:1.6rem;display:flex;align-items:center;justify-content:center}._circleCheck_in2q7_45>svg{fill:#fff;height:.8rem;width:.8rem}._pointText_in2q7_62{font-size:1.2rem;font-weight:600;line-height:2rem;margin:-5px 0 0}._buttons_in2q7_69{display:flex}._button_in2q7_69,._startNowBtn_in2q7_73,._learnMoreBtn_in2q7_73{font-size:1.1rem;margin-top:20px;margin-left:0;padding:16px 30px}._learnMoreBtn_in2q7_73{box-shadow:none!important;color:#eb1700!important}._learnMoreBtn_in2q7_73>svg{fill:#eb1700}._startNowBtn_in2q7_73{background:#eb1700;margin-right:1rem}._arrowIcon_in2q7_93{fill:#fff;height:1rem;margin-left:.4rem;margin-top:2px;width:1rem}@media only screen and (max-width: 700px){._container_in2q7_1{flex-direction:column-reverse;padding:0 0 40px}._image_column_in2q7_6,._text_column_in2q7_7{width:inherit}._image_column_in2q7_6{margin-bottom:2rem}._text_content_in2q7_15{padding:0 2rem}._google_logo_in2q7_19{width:10rem}._heading_in2q7_24{font-size:1.8rem;line-height:2rem}._paragraph_in2q7_30{font-size:1.2rem;line-height:1.8rem;margin:1rem 0 2rem}._pointText_in2q7_62{line-height:1.8rem}._button_in2q7_69,._learnMoreBtn_in2q7_73,._startNowBtn_in2q7_73{margin-bottom:2rem;padding:12px 16px}}._container_2yaw6_1{background:#eb1700;margin:2rem 0 4rem}._content_2yaw6_6{display:flex;max-width:1200px;padding:4rem 2rem;margin:auto}._heading_2yaw6_13{color:#fff;font-size:5.6rem;margin:0 6rem 0 0}._paragraph_2yaw6_19{color:#fff;font-size:1.2rem;font-weight:400;line-height:2rem}._seeBenefitsButton_2yaw6_26{background:none;border-bottom:4px solid #fff;border-radius:0;color:#fff;font-size:1.2rem;margin:2rem 0 0;padding:0 0 .6rem}._seeBenefitsButton_2yaw6_26:hover{box-shadow:none;padding:0 1rem .6rem}@media only screen and (max-width: 900px){._content_2yaw6_6{flex-direction:column}._heading_2yaw6_13{margin-bottom:2rem}}@media only screen and (max-width: 700px){._heading_2yaw6_13{font-size:4rem}}._pageContainer_1ixhy_1{padding-top:66px;position:relative}._sectionContainer_1ixhy_6{max-width:1280px;margin:auto;padding:50px 24px}._letsChatBoxButton_1ixhy_12,._letsChatBoxSecondaryBtn_1ixhy_12,._callButton_1ixhy_12,._letsChatBoxMainBtn_1ixhy_12,._getFreeDemoBtn_1ixhy_12{display:flex;align-items:center;justify-content:center;border-radius:100px;height:45px;width:200px;font-size:1rem;font-weight:700}._letsChatBoxMainBtn_1ixhy_12,._getFreeDemoBtn_1ixhy_12{background:#009048;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff}._letsChatBoxSecondaryBtn_1ixhy_12,._callButton_1ixhy_12{background:#fff;color:#009048}._letsChatBoxSecondaryBtn_1ixhy_12>svg,._callButton_1ixhy_12>svg{height:16px;width:16px;fill:#009048;margin-right:8px}@media only screen and (max-width: 700px){._pageContainer_1ixhy_1{padding-top:55px}._letsChatBoxButton_1ixhy_12,._letsChatBoxMainBtn_1ixhy_12,._getFreeDemoBtn_1ixhy_12,._letsChatBoxSecondaryBtn_1ixhy_12,._callButton_1ixhy_12{width:100%}}._pageContainer_1ixhy_1{padding-top:56px}._heroImage_1ixhy_52{border-radius:10px}._partnersContainer_1ixhy_56{margin:auto;max-width:1200px;padding:0 30px}._partners_1ixhy_56{border-top:1px solid #e0e5fd;border-bottom:1px solid #e0e5fd;padding:50px 0;margin:80px 0;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}._partner_1ixhy_56>img{filter:grayscale(1);height:35px}@media only screen and (max-width: 1100px){._stat_1ixhy_79>strong{font-size:1.4rem}}@media only screen and (max-width: 700px){._partners_1ixhy_56{margin:40px 0;padding:1rem 0}._partner_1ixhy_56{margin:1rem 0;text-align:center;width:45%}._partner_1ixhy_56>img{height:2rem}}._pageContent_1b47k_1{padding-top:80px}._sloganContainer_1b47k_5{max-width:1024px;margin:auto;padding:0 30px}._sloganContent_1b47k_11{display:flex;justify-content:space-between}._slogan_1b47k_5{width:50%}._slogan_1b47k_5>h1{font-size:2.7rem;line-height:60px;margin:80px 0 0}._slogan_1b47k_5>p{font-size:1.2rem}._imgColumn_1b47k_28{text-align:center;width:50%}._image_1b47k_33{height:260px}._mainContent_1b47k_37{max-width:1200px;margin:auto;padding:60px 30px}._content_1b47k_43{max-width:1024px;margin:auto}._moduleTitle_1b47k_48{font-size:1.4rem;margin-bottom:16px}._shopsContainer_1b47k_53{display:flex;flex-wrap:wrap;margin-top:30px;justify-content:center}._shop_1b47k_53{margin:0 16px 40px;width:30%}@media only screen and (max-width: 1000px){._slogan_1b47k_5>h1{font-size:2.2rem;line-height:50px;margin-top:60px}._imgColumn_1b47k_28{text-align:left}._image_1b47k_33{height:200px}._shop_1b47k_53{width:45%}}@media only screen and (max-width: 700px){._sloganContainer_1b47k_5{height:260px}._sloganContent_1b47k_11{flex-direction:column}._slogan_1b47k_5{margin-bottom:30px;text-align:center;width:100%}._slogan_1b47k_5>h1{font-size:1.6rem;line-height:40px;margin:0 0 15px}._slogan_1b47k_5>p{font-size:.8rem}._imgColumn_1b47k_28{text-align:center;width:100%}._image_1b47k_33{height:160px}._mainContent_1b47k_37{padding-top:100px}._moduleTitle_1b47k_48{font-size:1.2rem}._shop_1b47k_53{margin:0 0 25px;width:100%}}._contentContainer_116mq_1{padding:100px 0}._callToAction_116mq_5{font-size:2.5rem;line-height:1.4;text-align:center;max-width:60rem;margin:0 auto 50px;padding:0 20px}._form_116mq_14{margin:0 auto;text-align:center;max-width:50em}._message_116mq_20{font-size:1.3rem;line-height:1.5;color:#333;padding:0 20px}._jobContactEmail_116mq_27{color:#0984e3;text-decoration:none}._opptyBoxesContainer_116mq_32{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;margin-top:50px}@media only screen and (max-width: 500px){._callToAction_116mq_5{font-size:2rem}._message_116mq_20{font-size:1.2rem}}._navigation_bar_je112_1{border-bottom:1px solid #eef1f6;background:#fff;height:54px;padding:0 20px;position:sticky;top:0;z-index:50}._navigation_bar_content_je112_11{display:flex;align-items:center;justify-content:space-between;height:inherit}._skipli_logo_je112_18{height:1.6rem}._skipli_logo_je112_18>svg{height:inherit}._container_je112_25{display:flex;height:calc(100vh - 54px)}._iframe_je112_30{height:calc(100vh - 54px);width:calc(100vw - 400px)}._order_details_container_je112_35{background:#fff;border-right:1px solid #eef1f6;overflow-y:scroll;width:400px}._illustration_container_je112_42{display:flex;align-items:center;justify-content:center;width:calc(100% - 400px)}._illustration_container_je112_42>img{width:40vw}@media only screen and (max-width: 700px){._container_je112_25{flex-direction:column;height:fit-content;padding-bottom:60px}._order_details_container_je112_35{width:100%}._illustration_container_je112_42{display:none}}._header_1ly2a_1{background:linear-gradient(188.55deg,#def2f1,#ddf1ff00 50%),#fff;padding:2.4rem 0 0}._headerText_1ly2a_6{color:#000;max-width:80rem;margin:auto}._heading_1ly2a_12{font-size:2.6rem;margin:0 0 2.4rem}._tabs_1ly2a_17{align-items:flex-end;background:transparent;border-radius:10px 10px 0 0;border-bottom:1px solid #e0e5fd;justify-content:flex-start;height:auto;padding:0}._tab_1ly2a_17{background:#fff;border:none;border-radius:0;border-bottom:4px solid #fff;height:100%;margin-right:1.4rem;max-width:18rem;padding-bottom:1rem;text-align:left}._tab_1ly2a_17:last-child{margin-right:0}._tabLabel_1ly2a_42{color:#222}._tabLabel_1ly2a_42>h2{font-size:22px;margin:0}._tabLabel_1ly2a_42>p{margin:.4rem 0 0}._selectedTab_1ly2a_53{box-shadow:none!important;border-bottom-color:#009048;font-weight:500!important}._selectedTab_1ly2a_53>._tabLabel_1ly2a_42>h2{color:#009048!important}@media only screen and (max-width: 800px){._header_1ly2a_1{padding-top:2rem}._headerText_1ly2a_6{padding:0 20px}._heading_1ly2a_12{font-size:2rem;margin-bottom:2rem}._tabLabel_1ly2a_42>h2{font-size:18px}._tabLabel_1ly2a_42>p{font-size:.7rem}}._pageContainer_h6l9h_1{padding-top:20px}._sectionContainer_h6l9h_5{max-width:1024px;margin:100px auto;padding:0 30px}._textBlock_h6l9h_11{color:#000;line-height:20px}._textBlock_h6l9h_11>p{font-weight:400}body{background-color:#f9fbfd}._container_kg7wx_5{padding:40px}._shop_logo_kg7wx_9{height:82px;margin:auto;width:82px}._shop_logo_kg7wx_9>img{height:inherit;width:inherit}._shop_name_kg7wx_19{color:#006aff;font-size:1.1rem;line-height:26px;margin-top:1.5rem;margin-bottom:2rem;text-align:center}._pageContainer_v91e0_1{padding-top:20px}._sectionContainer_v91e0_5{max-width:1024px;margin:100px auto;padding:0 30px}._textBlock_v91e0_11{color:#000;line-height:20px}._privacyBtn_v91e0_16{color:#006aff}._container_lp2gp_1{padding-bottom:8rem}._image_lp2gp_5{height:440px;object-fit:cover;width:100%}._pageIntro_lp2gp_11{display:flex;max-width:1200px;margin:3rem auto;padding:0 2rem}._heading_lp2gp_18{font-size:4rem;margin:0 6rem 0 0}._paragraph_lp2gp_23{font-size:1.4rem;font-weight:400;line-height:2rem}._callToActionButton_lp2gp_29{border-bottom:4px solid #eb1700;border-radius:0;font-size:1.2rem;padding-bottom:.6rem}._callToActionButton_lp2gp_29:hover{padding:0 1rem .6rem}@media only screen and (max-width: 700px){._image_lp2gp_5{height:200px;margin-top:66px}._pageIntro_lp2gp_11{flex-direction:column}._heading_lp2gp_18{font-size:2rem;line-height:2rem;margin-right:0}}._container_jmpiy_1{max-width:1200px;margin:0 auto 100px;padding:0 30px}._callToAction_jmpiy_7{display:flex;flex-direction:column;align-items:center}._callToAction_jmpiy_7>h2{font-size:2rem;margin-bottom:50px}@media only screen and (max-width: 500px){._container_jmpiy_1{margin-bottom:50px}._callToAction_jmpiy_7>h2{text-align:center}}._introductionBackground_11vfa_1{background-image:url(/assets/landingPageImage-gmNEk2QF.jpg);padding-bottom:40px;background-position:center;background-repeat:no-repeat;background-size:cover}._contentContainer_11vfa_9{padding-top:120px}._introductionBox_11vfa_13{background:#0009;border-radius:20px;color:#fff;padding:30px;margin-left:-40px;width:500px}._mainMessage_11vfa_22{font-size:3rem;line-height:60px;margin:0;text-transform:capitalize}._description_11vfa_29{font-size:1.2rem;line-height:35px;margin:20px 0 50px}._circleCheck_11vfa_35,._point_11vfa_36{display:flex;align-items:center}._point_11vfa_36{font-size:1.2rem;font-weight:500;line-height:35px;margin-bottom:10px;text-transform:capitalize}._circleCheck_11vfa_35{border-radius:100%;justify-content:center;margin-right:15px;height:29px;width:29px;background:#fff}._circleCheck_11vfa_35>svg{fill:#000;height:13px;width:13px}._buttons_11vfa_63{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-top:80px}._button_11vfa_63,._learnMoreBtn_11vfa_71,._startFreeStoreBtn_11vfa_71{font-size:1.2rem;height:75px}._startFreeStoreBtn_11vfa_71{height:75px;margin-right:20px;width:250px}._learnMoreBtn_11vfa_71{background-color:transparent;border:2px solid #fff;font-weight:500;width:225px}._learnMoreBtn_11vfa_71:hover{background:#fff;color:#000}._learnMoreBtn_11vfa_71:hover ._freeConsultation_11vfa_92{color:#000}@media only screen and (max-width: 1000px){._introductionBox_11vfa_13{margin-left:0}}@media only screen and (max-width: 700px){._contentContainer_11vfa_9{padding-top:90px}._introductionBox_11vfa_13{background:#000000b3;border-radius:10px;margin:0 -15px;padding:20px 15px;width:inherit}._mainMessage_11vfa_22{font-size:1.6rem;line-height:40px}._description_11vfa_29{font-size:1.1rem;line-height:30px;margin:15px 0 30px}._point_11vfa_36{font-size:1.1rem}._circleCheck_11vfa_35{height:25px;width:25px}._buttons_11vfa_63{margin:40px 0 20px;justify-content:center}._button_11vfa_63,._startFreeStoreBtn_11vfa_71,._learnMoreBtn_11vfa_71{font-size:1rem;margin:0 0 20px;height:45px;width:100%}}._container_z5vl9_1{background:#000}._contentContainer_z5vl9_5{color:#fff;padding:4rem 0;text-align:center}._contentContainer_z5vl9_5>h2{font-size:3.2em;margin:0 auto;max-width:500px}._contentContainer_z5vl9_5>p{font-size:2em;line-height:40px;margin:30px auto;max-width:500px}._merchantDashboardImg_z5vl9_22{width:60vw}._startSellingBtn_z5vl9_26{font-size:1rem;height:52px;margin-bottom:60px;width:400px;text-transform:uppercase}@media only screen and (max-width: 700px){._contentContainer_z5vl9_5>h2{font-size:2em}._contentContainer_z5vl9_5>p{font-size:1.7em;line-height:30px}._merchantDashboardImg_z5vl9_22{width:85vw}._startSellingBtn_z5vl9_26{width:300px}}._targetAudience_josau_1{text-align:center}._targetAudience_josau_1>h2{font-size:3.2em;margin:0 auto;max-width:600px}._audienceImages_josau_10{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:60px 0}._imageContainer_josau_17{border-radius:20px;box-shadow:0 1px 4px #00000029;cursor:pointer;position:relative;width:40%}._imageContainer_josau_17:hover{box-shadow:0 0 30px 3px #e6e6e6;border-radius:50px}._imageContainer_josau_17:hover ._imageInfo_josau_28{background:#000c}._image_josau_17{border-radius:20px;height:100%;width:100%}._imageInfo_josau_28{background:#000000b3;border-radius:0 0 20px 20px;color:#fff;position:absolute;bottom:0;padding:20px 40px;right:0;left:0;text-align:left}._imageInfo_josau_28>h3{font-size:.95rem;margin:0;text-transform:uppercase}._imageInfo_josau_28>p{font-size:.95rem;line-height:25px;margin-bottom:0}._getStartedBtn_josau_60{border-bottom:1px solid #fff;border-radius:0;font-size:1rem;font-weight:500;margin-top:15px;display:flex;align-items:center}._getStartedBtn_josau_60>svg{fill:#fff;margin-left:15px;height:18px;width:18px}._sellingPoints_josau_76{display:flex;justify-content:center;flex-wrap:wrap}._point_josau_82{margin:0 20px;width:25%}._point_josau_82>h3{font-size:1.1rem}._point_josau_82>p{color:#222;font-size:1rem;line-height:27px}._point_josau_82>svg{fill:#009048;height:40px;width:40px}._testimonial_josau_100{margin-top:4rem;text-align:center}._testimonial_josau_100>h3{font-size:1.4rem;max-width:700px;margin:auto;line-height:40px}._testimonial_josau_100>h4{color:#222;font-size:.9rem;text-transform:uppercase}._startFreeTrialBtn_josau_116{font-size:.95rem;margin:30px auto}@media only screen and (max-width: 700px){._targetAudience_josau_1>h2{font-size:2em}._imageContainer_josau_17{margin-bottom:40px;width:100%}._imageContainer_josau_17:last-child{margin-bottom:0}._imageInfo_josau_28{padding:20px}._imageInfo_josau_28>h3{font-size:.85rem}._imageInfo_josau_28>p{font-size:.85rem;line-height:20px;margin-top:10px}._getStartedBtn_josau_60{font-size:.85rem;margin-top:10px}._point_josau_82{margin:0 0 15px;width:100%}._point_josau_82>h3,._point_josau_82 p{font-size:.9rem}._point_josau_82>svg{height:35px;width:35px}._testimonial_josau_100>h3{font-size:1rem;line-height:25px;max-width:300px}._testimonial_josau_100>h4{font-size:.8rem}}._title_1q643_1{text-align:center}._title_1q643_1>h2{font-size:2.2rem}._title_1q643_1>p{font-size:1.2rem;line-height:33px;max-width:600px;margin:auto auto 50px}._feature_container_1q643_14{border:1px solid #d5d8db;height:34vw}._feature_container_1q643_14._active_1q643_18{opacity:1}._feature_picture_1q643_22{background:#f1f4f6;height:22vw;opacity:.8;display:flex;align-items:flex-end;justify-content:center}._feature_picture_1q643_22>img{height:22vw}._feature_info_1q643_34{padding:25px 25px 0;text-align:left}._feature_info_1q643_34>p{font-size:1rem;line-height:26px}._feature_label_1q643_43{font-size:1.2rem;font-weight:700}._pageContainer_10luz_1{padding-top:70px}._sectionContainer_10luz_5{max-width:1200px;margin:0 auto 100px;padding:0 30px;position:relative}@media only screen and (max-width: 700px){._sectionContainer_10luz_5{margin-bottom:50px}}._background_17fcu_1{background-position:center;background-repeat:no-repeat;background-size:cover;padding:120px 0}._image_17fcu_8{margin-top:-40px;width:100vw}._heroImage_17fcu_13{position:absolute;right:0;top:30px;width:50vw}._titleContainer_17fcu_20{display:flex;justify-content:space-between}._titleText_17fcu_25{max-width:500px;text-align:left}._titleText_17fcu_25>h1{font-size:3rem;line-height:3.4rem;margin:0}._paragraph_17fcu_35{color:#222;font-size:1.4rem;line-height:2rem;max-width:400px;margin:30px 0}._buttons_17fcu_43{display:flex}._button_17fcu_43,._seeActionBtn_17fcu_47,._learnMoreBtn_17fcu_47{font-size:1.1rem;margin-top:20px;margin-left:0;padding:16px 30px}._learnMoreBtn_17fcu_47{color:#eb1700!important;font-weight:500;margin-right:20px}._seeActionBtn_17fcu_47{background:#eb1700}._arrowIcon_17fcu_64{fill:#fff;height:18px;margin-left:10px;width:18px}@media only screen and (max-width: 1000px){._heroImage_17fcu_13{position:relative;margin-top:50px;width:100%}}@media only screen and (max-width: 700px){._titleText_17fcu_25{color:#000}._titleText_17fcu_25>h1{font-size:2rem}._heroImage_17fcu_13{position:relative;margin-top:50px;width:100%}._paragraph_17fcu_35{font-size:.9rem;line-height:25px}._button_17fcu_43,._learnMoreBtn_17fcu_47,._seeActionBtn_17fcu_47{font-size:.8rem;margin-top:0;padding:12px 15px}}._contentContainer_124ci_1{padding:60px 0 30px}._contentContainer_124ci_1>h2{font-size:1.2rem;font-weight:500;margin-bottom:40px;text-align:center;text-transform:uppercase;text-decoration:underline}._statistics_124ci_13{display:flex;justify-content:space-evenly;margin-bottom:40px}._card_124ci_19,._approachCard_124ci_19,._statCard_124ci_19{margin:0 20px;text-align:center;width:28%}._statCard_124ci_19>h3{color:#eb1700;font-size:5.4rem;margin:0;line-height:4rem}._statCard_124ci_19>p{font-size:1.8rem;line-height:2.2rem}._approachCard_124ci_19>h3{font-size:1.4rem;margin:0}._approachCard_124ci_19>p{color:#222;font-size:1rem;font-weight:500}@media only screen and (max-width: 700px){._contentContainer_124ci_1{padding:40px 0}._statistics_124ci_13{flex-direction:column}._card_124ci_19,._statCard_124ci_19,._approachCard_124ci_19{width:100%}._statCard_124ci_19>h3{font-size:3rem;line-height:50px}._statCard_124ci_19>p{font-size:1.2rem;margin:8px 0 30px}}._heading_91o3v_1{font-size:4rem;font-weight:500;margin:15px 0;line-height:4.8rem}._heading_91o3v_1>span{font-size:1.6rem}._description_91o3v_11{font-size:1.2rem;line-height:35px}._tableCell_91o3v_16{display:flex;align-items:center;border-bottom:1px solid #d4dae0;justify-content:space-between;font-size:1.1rem;font-weight:500;padding:18px 0;text-transform:capitalize;width:100%}._cellLabel_91o3v_28{padding-right:46px}._openFreeAccountBtn_91o3v_32{color:#009048;background-color:transparent;border-bottom:1px solid transparent;font-weight:500;font-size:1.1rem;margin:30px 0 0;border-radius:0;padding:5px 0}._openFreeAccountBtn_91o3v_32>svg{fill:#009048;height:20px;margin-left:15px;width:20px}._openFreeAccountBtn_91o3v_32:hover{border-bottom:1px solid #009048;box-shadow:none}@media only screen and (max-width: 700px){._heading_91o3v_1{font-size:2rem;line-height:2.4rem}._heading_91o3v_1>span{font-size:1rem}._description_91o3v_11{font-size:1rem;line-height:26px;margin-top:10px}._tableCell_91o3v_16{font-size:1rem}._openFreeAccountBtn_91o3v_32{margin-top:1rem}}._container_cxizq_1{padding-bottom:8rem}._image_cxizq_5{height:440px;object-fit:cover;width:100%}._pageIntro_cxizq_11{display:flex;max-width:1200px;margin:3rem auto;padding:0 2rem}._heading_cxizq_18{font-size:4rem;margin:0 6rem 0 0}._paragraph_cxizq_23{font-size:1.4rem;font-weight:400;line-height:2rem}._callToActionButton_cxizq_29{border-bottom:4px solid #eb1700;border-radius:0;font-size:1.2rem;padding-bottom:.6rem}._callToActionButton_cxizq_29:hover{padding:0 1rem .6rem}._websitesGalleryContainer_cxizq_39{max-width:1200px;margin:100px auto;padding:0 30px}._websitesGallery_cxizq_39{grid-template-columns:repeat(3,1fr);grid-gap:40px;display:grid;list-style:none;overflow:visible;margin-top:6rem}._websiteContainer_cxizq_54{cursor:pointer}._websiteContainer_cxizq_54>a{color:#222;text-decoration:none}._websiteContainer_cxizq_54:hover ._websiteThumbnailImg_cxizq_61{filter:opacity(.8);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._websiteThumbnailImg_cxizq_61{box-shadow:0 1px 4px #00000029;border-radius:10px;background:#fff;height:270px}._websiteThumbnailImg_cxizq_61>img{border-radius:10px;height:inherit;object-fit:cover;object-position:center;width:100%}._websiteNameContainer_cxizq_80{display:flex;align-items:center}._websiteName_cxizq_80{font-size:1.5rem}._newWindowIcon_cxizq_89{fill:#006aff;height:1.5rem;margin-left:16px;width:1.5rem}._requestDesign_cxizq_96{background:#009048;color:#fff;font-size:1rem;font-weight:500;height:60px;width:250px}._seeMoreExamples_cxizq_105{background:#273c63}@media only screen and (max-width: 900px){._header_cxizq_110{padding:4rem 0}._headerText_cxizq_113{padding:0 20px}._websitesGallery_cxizq_39{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 700px){._image_cxizq_5{height:200px}._pageIntro_cxizq_11{flex-direction:column}._heading_cxizq_18{font-size:2rem;line-height:2rem;margin-right:0}._websitesGalleryContainer_cxizq_39{margin:0 0 100px}._websitesGallery_cxizq_39{grid-template-columns:repeat(1,1fr)}._websiteContainer_cxizq_54{margin-left:0;margin-right:0;width:100%}._heading_cxizq_18{font-size:1.8rem}._requestDesign_cxizq_96{width:100%}}html{height:100%;overflow-x:hidden;width:100%}body{color:#000;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:.94rem;font-weight:400;letter-spacing:.2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow-x:hidden;width:100%}button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;border-radius:10px}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;outline:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
