@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,900);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:auto}body::-webkit-scrollbar{display:none}.App{font-family:Poppins,sans-serif}.Home{display:flex;flex-direction:column;height:100%;width:100%}button:hover{cursor:pointer}.Navbar{align-items:center;background-color:#e6edff;display:flex;height:13vh;justify-content:space-between;padding-left:5%;padding-right:8%;width:87%}.Navbar #navLogoBox{height:50%}#navLogoBox img{height:100%}.navLinks{display:flex;justify-content:space-between;width:26%}.Navbar a{font-family:Poppins,sans-serif;text-decoration:none}.navLinks h1{color:#4d4d4d;font-size:1.44vw;font-weight:500;letter-spacing:1px}@media (max-width:786px){.Navbar img{height:60%;max-height:6vh}.navLinks{width:40%}.navLinks h1{font-size:3vw}.Navbar{height:7vh}}.footer{align-items:center;background-color:#0247fe;color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:22vw;justify-content:center;padding-top:2%;width:100%}.footer-header{font-size:2.2vw;font-weight:600}.footer-subhead{font-size:1.1vw}.footer-social{align-items:center;display:flex;flex-direction:row;height:25%;justify-content:space-evenly;width:20%}.footer-social img{height:2vw}.footer-copyright,.footer-privacy{display:flex;font-size:1.1vw;height:10%}.footer-privacy{color:#fff;padding-top:.5%;text-decoration:none}@media (max-width:786px){.footer{align-items:center;height:50vw;padding:5%;width:90%}.footer-header{font-size:6vw}.footer-social{width:50%}.footer-social img{height:4vw}.footer-subhead{font-size:4vw}.footer-copyright,.footer-privacy{font-size:3vw}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.rec1{align-items:center;background-color:#f5f7fa;display:flex;flex-direction:column;padding:5vh 7.5% 7.5%;width:85%}.rec1-main{flex-direction:row;width:100%}.rec1-img,.rec1-main{display:flex;justify-content:center}.rec1-img{height:100%;width:55%}.rec1-img img{height:60%;width:70%}.rec1-content{display:flex;flex-direction:column;height:fit;width:45%}.rec1-content-header{color:#4d4d4d;font-size:3.6vw;font-weight:900;line-height:110%;padding-bottom:5%;width:90%}.rec1-content-header,.rec1-content-subtext{font-family:Poppins,sans-serif;padding-left:2%;text-align:left}.rec1-content-subtext{color:#717171;font-size:1.6vw;font-weight:300;width:100%}.rec1-join-box{height:4vw;width:100%}.input-div,.rec1-join-box{align-items:center;display:flex;flex-direction:row}.input-div{width:23vw}.rec1-join-box input{border-radius:8px;border-width:1px;height:3vw;padding-left:5%;width:100%}.rec1-join-box input::placeholder{font-size:.8vw;font-weight:700;width:100%}.rec1-join-box button{background-color:#0247fe;border-radius:8px;border-width:1px;box-sizing:border-box;color:#fff;font-size:1.5vw;font-weight:700;height:3vw;margin-left:5%;padding-left:5%;padding-right:5%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PhoneInput{width:100%}.rec1-verified-section{align-items:center;display:flex;flex-direction:row;margin-top:1em}.rec1-check-img{width:5em}.rec1-verified-text{color:#4d4d4d;font-size:1.5em;margin-left:1em}.rec1-mintosh-logo,.rec1-verified-text{font-family:Poppins,sans-serif;font-weight:700}.rec1-mintosh-logo{align-items:center;display:flex;flex-direction:row;font-size:3vh;justify-content:center;margin-top:5vh;width:20vw}.rec1-mintosh-logo img{height:7vw;margin-left:1vw;width:7vw}.alert-message{display:flex;font-family:Poppins,sans-serif;font-weight:700;height:1vw;padding-left:4%}.alert-message.error{color:red}.alert-message.success{color:green}.rec1-signup-section{display:flex;flex-direction:column;width:43%}.rec1-section-2{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:5%;width:100%}.rec1-call-to-join-msg{color:#4d4d4d;font-family:Poppins,sans-serif;font-size:1.5em;font-weight:700}.social-signup{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:5%}.SocialSignInButton{align-items:center;background-color:#fff;border:.75px solid #000;border-radius:8px;color:#000;display:flex;font-family:Poppins,sans-serif;font-size:1vw;font-weight:700;height:3vw;margin-bottom:2vh;padding-bottom:1%;padding-left:10%;padding-top:1%;text-decoration:none;width:20vw}.SocialSignInButton img{height:75%;max-height:25px;padding-right:10%}.rec1-stat-section{display:flex;justify-content:right;width:70%}.stat-box{background-color:#fff;border-radius:8px;color:#0247fe;display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-size:1.5vw;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1em;width:65%}.stat-box-users-count{display:flex;flex-direction:column}.stat-box-user-count-number{font-family:600;font-size:4em;line-height:90%}.stat-box-text{margin-left:10px}.social-signup h3{color:#4d4d4d;font-family:Poppins,sans-serif;font-weight:600}.join-secondary-option{color:#0247fe;font-family:Poppins,sans-serif;margin-top:1vh;text-align:center;width:100%}.join-secondary-option:hover{cursor:pointer}#emailInput{width:21vw}@media (max-width:786px){.rec1-main{flex-direction:column-reverse;justify-content:flex-end;width:100%}.rec1-img{height:40%;width:100%}.rec1-img img{height:100%}.rec1-content{height:70%;width:100%}.rec1-content-header{font-size:7.8vw;padding-top:2vh;width:100%}.rec1-content-subtext{font-size:3.8vw;width:100%}.mobile-break{height:3vh}.rec1-section-2{align-items:center;flex-direction:column;height:150vw;margin-top:5vh;padding:0;width:100%}.rec1-signup-section{height:100%;width:100%}.social-signup{height:40%;width:100%}.rec1-join-box{align-items:normal;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10%;width:100%}.input-div{width:100%}.rec1-join-box input{border-radius:5px;height:3em;width:100%}#emailInput{width:93%}.rec1-join-box input::placeholder{font-size:3vw}.rec1-join-box button{align-self:center;font-size:1em;height:50%;margin:2vh 0 0;padding:2%;width:100%}.SocialSignInButton{font-size:3vw;height:30%;width:80%}.rec1-stat-section{height:30%;width:100%}.stat-box{font-size:3.5vw;width:100%}.rec1-mintosh-logo{align-items:center;display:flex;flex-direction:column;font-size:4vw;margin-top:5vw;width:100%}.rec1-mintosh-logo img{height:25vw;width:25vw}.alert-message{font-size:3vw}.stat-box{flex-direction:column}.stat-box-text{margin-left:0;margin-top:10px}.social-signup h3{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}}.modal-overlay{align-items:center;background-color:#00000080;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2}.modal,.modal-overlay{display:flex;flex-direction:column}.modal{background-color:#fff;border-radius:10px;box-shadow:0 2px 5px #0003;padding:3%;width:40%}.modal-close{background-color:#fff;border:none;color:#000;font-weight:600;margin-bottom:5%;padding-left:95%;width:5%}.modal-close,.modal-header{font-family:Poppins,sans-serif;font-size:1.5vw}.modal-header{align-items:center;color:#4d4d4d;display:flex;flex-direction:row;font-weight:700;justify-content:space-between;width:100%}.modal-header button{background-color:#717171;border:none;color:#fff;font-family:Poppins,sans-serif;font-size:1vw;font-weight:600;margin-top:3%;width:40%}.modal-form{display:flex;flex-direction:column;padding:5%;width:90%}.modal-form input{height:3vw}.modal-form button{background-color:#717171;border:none;color:#fff;font-family:Poppins,sans-serif;font-size:1vw;font-weight:600;height:3vw;margin-left:70%;margin-top:2%;width:30%}.modal-edit-text{color:#0247fe;cursor:pointer;font-size:.8em}.modal-edit-text,.modal-header-text-bottom{font-family:Poppins,sans-serif;font-weight:400}.modal-header-text-bottom{color:#4d4d4d;font-size:.7em;margin-top:10px}.modal-body,.modal-body-sub-section{align-items:center;display:flex;flex-direction:column;margin-top:2em;width:100%}.modal-body-sub-section,.modal-not-got-otp-text{font-family:Poppins,sans-serif}.modal-not-got-otp-text{font-size:1em;font-weight:400}.modal-resend-otp-text{color:#0247fe;font-size:1em;font-weight:600;margin-top:10px}.modal-verify-btn{background-color:#0247fe;border:none;border-radius:4px;color:#fff;font-size:1em;font-weight:600;margin-top:2em;padding:1em 1.5em}.modal-success-body{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.check-img{width:20%}.modal-success-text-section{align-items:center;display:flex;flex-direction:column;font-family:Poppins,sans-serif;margin-top:4em}.modal-success-text-top{color:#4d4d4d;font-size:1.5em;font-weight:900}.modal-success-text-bottom{color:#0247fe;font-size:1em;font-weight:400;margin-top:1em}@media(max-width:768px){.modal{box-sizing:border-box;padding:5%;width:90%}.modal-edit-text{font-size:2em}.modal-header-text-middle,.modal-header-text-top{font-size:2.5em}.modal-header-text-bottom{font-size:1.5em}.modal-not-got-otp-text,.modal-resend-otp-text{font-size:.7em}.modal-verify-btn{font-size:.8em}.modal-close{font-size:1.5em}.modal-success-text-section{margin-top:2em}.modal-success-text-bottom{font-size:.9em;text-align:center}}.rec2{align-items:center;background-color:#e6edff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:38vw;padding-top:5vh;width:100%}.rec2-header-welcome{color:#00d600;font-size:3vh;font-weight:500}.rec2-header-what{color:#4d4d4d;font-size:2.2vw;font-weight:900;margin-bottom:2%}.rec2-box{display:flex;flex-direction:row;justify-content:space-around;width:100%}.rec2-card{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:1vw;width:20vw}.rec2-card img{height:15%;padding-top:10%;width:20%}.rec2-card-header{color:#4d4d4d;font-size:1.8vw;font-weight:600;justify-content:center;padding-top:7%}.rec2-card-header,.rec2-card-subtext{align-items:center;display:flex;text-align:center}.rec2-card-subtext{color:#717171;font-size:1vw;padding-top:5%;width:80%}@media (max-width:786px){.rec2{height:310vw;width:100%}.rec2-header-welcome{font-size:4vw}.rec2-header-what{font-size:6vw}.rec2-box{align-items:center;flex-direction:column;width:100%}.rec2-card{margin-bottom:5vh;margin-top:2vh;padding:0 0 10%;width:87%}.rec2-card-header{font-size:6vw;height:30%;padding-top:3%;width:65%}.rec2-card-subtext{font-size:4.2vw;line-height:110%;width:75%}.rec2-card img{height:50%;padding-top:0}}.rec3{display:flex;flex-direction:row;font-family:Poppins,sans-serif;height:40vw;justify-content:space-around;padding-left:8%;padding-right:10%;width:80%}.rec3-img{align-items:center;display:flex;height:100%;width:30%}.rec3-img img{width:90%}.rec3-content{display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.rec3-content-header{color:#4d4d4d;font-size:2.5vw;font-weight:700;line-height:120%;width:100%}.rec3-content-subtext{color:#717171;font-size:1.1vw;padding-top:2%}.rec3-join{background-color:#717171;border-radius:8px;border-width:1px;color:#fff;font-size:1.2vw;font-weight:500;height:10%;width:30%}@media (max-width:786px){.rec3{align-items:center;flex-direction:column;height:235vw;margin-top:15vh;width:80%}.rec3-img,.rec3-img img{width:100%}.rec3-content{justify-content:flex-start;margin-top:5vh;width:100%}.rec3-content-header{font-size:5.8vw;width:100%}.rec3-content-subtext{font-size:3.3vw;width:100%}.rec3-join{font-size:3vw;min-height:7vh;width:50%}}.rec4{background-color:#e6edff;display:flex;flex-direction:row;font-family:Poppins,sans-serif;height:40vw;justify-content:space-around;padding-left:8%;padding-right:10%;width:82%}.rec4-img{display:flex;height:100%;justify-content:center;width:30%}.rec4-img img{height:70%;padding-top:20%;width:100%}.rec4-content{display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.rec4-content-header{color:#4d4d4d;font-size:2.5vw;font-weight:600;line-height:120%;width:100%}.rec4-content-subtext{color:#717171;font-size:1.1vw;padding-top:2%}.rec4-join{background-color:#717171;border-radius:8px;border-width:1px;color:#fff;font-size:1.2vw;font-weight:500;height:10%;width:30%}@media (max-width:786px){.rec4{align-items:center;flex-direction:column-reverse;height:200vw;justify-content:flex-end;width:82%}.rec4-img{height:45%;width:100%}.rec4-img img{height:100%;padding-top:10%;width:100%}.rec4-content{height:40%;justify-content:flex-start;margin-top:10vh;width:100%}.rec4-content-header{font-size:5.8vw;width:100%}.rec4-content-subtext{font-size:3.3vw;width:100%}.rec4-join{font-size:3vw;height:20%;min-height:7vh;width:50%}}.rec5{display:flex;flex-direction:row;font-family:Poppins,sans-serif;height:40vw;justify-content:space-around;padding-bottom:3vw;padding-left:8%;padding-right:10%;width:80%}.rec5-img{display:flex;height:100%;justify-content:center;width:30%}.rec5-img img{height:70%;padding-top:25%;width:100%}.rec5-content{display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.rec5-content-header{color:#4d4d4d;font-size:2.5vw;font-weight:700;line-height:120%;width:100%}.rec5-content-subtext{color:#717171;font-size:1.1vw;padding-top:2%}.rec5-join{background-color:#717171;border-radius:8px;border-width:1px;color:#fff;font-size:1.2vw;font-weight:500;height:10%;width:30%}@media (max-width:786px){.rec5{align-items:center;flex-direction:column;height:220vw;justify-content:flex-start;width:80%}.rec5-img{height:50%;padding-top:10%;width:100%}.rec5-img img{height:100%;padding-top:0;width:100%}.rec5-content{height:60%;justify-content:flex-start;padding-top:10%;width:100%}.rec5-content-header{font-size:5.8vw;width:100%}.rec5-content-subtext{font-size:3.3vw;width:100%}.rec5-join{font-size:3vw;min-height:7vh;width:50%}}.Terms{display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding:3% 7.5% 7.5%;width:85%}.Terms h1{font-size:3em}.Terms h2{margin-top:10vh}.Terms-Join{background-color:#eff1f8;display:flex;flex-direction:column;justify-content:center;margin-top:2%;padding-bottom:5%;width:100%}.Terms-Join h2{color:#4d4d4d;font-size:2.3em;font-weight:800;margin-left:4vw}.Terms-Join h3{color:#4d4d4d;font-size:2vw;font-weight:400;margin-left:4vw}.Terms-Join button{background-color:#0247fe;border:0;border-radius:8px;color:#fff;font-size:1.5em;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:4vw;padding:.5em;width:30%}.Terms-Content{text-align:justify}@media (max-width:786px){.Terms{font-size:2vw}.Terms-Join{padding-bottom:7%}.Terms-Join,.Terms-Join h2{margin-top:10%}.Terms-Join h3{font-size:1.5em;margin-top:0}.Terms-Join button{border-radius:3px;font-size:1.7em;width:50%}.Terms-Content h2{margin-top:10%}}.Blog-List{font-family:Poppins,sans-serif;height:100%;width:100%}.Blog-List-Header{align-items:center;background-image:url(/static/media/rainbow-bg.d6ac83dc53b46755e3c9.webp);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;justify-content:center;padding-bottom:4vw;padding-top:4vw;width:100%}.Blog-List-Header,.Blog-List-Header-Title{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Blog-List-Header-Title{font-size:3.6vw;font-weight:800;line-height:98%}.Blog-List-Header-SubTitle{font-size:1.4vw;font-weight:400;text-align:center;width:35%}.Blog-List-Grid{padding-left:7.5%;padding-right:7.5%;padding-top:4vh;width:85%}.Blog-List-Latest{width:100%}.Blog-List-Latest h1{font-size:2.4vw;font-weight:600;line-height:100%}.Blog-List-Latest-Blog{align-items:center;border:1px solid #e7e7e7;border-radius:2vh;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1.5%;text-decoration:none;width:100%}.Blog-List-Latest-Blog img{border-radius:2vh;height:97%;max-width:55%}.Blog-List-Latest-Blog-Content{display:flex;flex-direction:column;height:80%;padding-left:5%;padding-right:5%;width:90%}.Blog-List-Latest-Blog h1{color:#000;font-size:3vw;font-weight:600;text-align:left;width:100%}.Blog-List-Latest-Blog h2{color:#4d5053;font-size:1.5vw;font-weight:400;height:60%;text-align:left;width:100%}.Blog-List-Latest-Blog-Content-Footer{display:flex;flex-direction:row;height:20%;justify-content:space-between;width:100%}.Blog-List-Latest-Blog-Content-Footer h3{color:grey;font-size:1.2vw;font-weight:400}.Blog-List-Latest-Blog-Content-Footer img{height:70%}.Blog-List-Latest-Blog-arrow{width:15%}.Blog-List-Popular{margin-top:5vh;width:100%}.Blog-List-Popular h1{font-size:2.4vw;font-weight:600;line-height:100%}.Blog-List-Popular-Grid{grid-gap:3%;display:grid;gap:3%;grid-template-columns:repeat(3,1fr);width:100%}.Popular-Card{display:flex;flex-direction:column;text-decoration:none;width:100%}.Popular-Card h2{color:#000}.Popular-Card img{height:40%;width:100%}.Popular-Card p{-webkit-line-clamp:3;color:grey;font-weight:400}.Popular-Card h2,.Popular-Card p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.Popular-Card h2{-webkit-line-clamp:2;font-size:2vw;font-weight:600;padding-top:1%;width:100%}.Popular-Card-Date{align-items:flex-start;border-bottom:1px solid #dcdcdc;display:flex;flex-direction:row;height:8%;justify-content:space-between;padding-bottom:3%;padding-top:3%;width:100%}.Popular-Card-Content{display:flex;flex-direction:column;height:35%}.Popular-Card-Date h3{color:grey;font-size:1.2vw;font-weight:400}.Popular-Card a{color:#000;text-decoration:none}.Blog-List-Page{align-items:center;display:flex;height:4vw;justify-content:space-between;margin-bottom:10vh;margin-top:5vh;padding-left:36.5%;width:27%}.Blog-List-Page button{border-radius:50%;border-width:1px;height:100%;width:17%}.Blog-List-Join{background-color:#eff1f8;display:flex;flex-direction:column;height:15vw;justify-content:center;margin-bottom:5vh;margin-top:5vw;padding-bottom:5%;width:100%}.Blog-List-Join h2{color:#4d4d4d;font-size:2.3vw;font-weight:800;margin-bottom:0;margin-left:4vw}.Blog-List-Join h3{color:#4d4d4d;font-size:2vw;font-weight:400;margin-left:4vw;margin-top:1vh}.Blog-List-Join button{background-color:#0247fe;border:0;border-radius:8px;color:#fff;font-size:1.5vw;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:4vw;padding:.5em;width:30%}@media (max-width:786px){.Popular-Card{height:100%}.Popular-Card h2{-webkit-line-clamp:2;font-size:2.5vw;padding:0}.Popular-Card a,.Popular-Card p{font-size:2vw}.Blog-List-Popular-Grid{grid-template-columns:repeat(2,1fr);padding-bottom:10%}.Blog-List-Join{padding-bottom:7%;padding-top:7%}.Blog-List-Join button{border-radius:3px;font-size:.8em;padding-bottom:.5em;padding-top:.5em}}.Blog{display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding:5% 7.5% 7.5%;width:70%}.Blog h1{-webkit-margin-after:0;margin-block-end:0}.Blog-Main{display:flex;flex-direction:row;width:100%}.Blog-Main-1{width:70%}.Blog-Main-1 a{color:#6de4ea;text-decoration:none}.Blog-Info{align-items:center;color:#00000080;display:flex;font-size:1.5vw;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:2%}.Blog-Main-1 h1{font-size:2.8vw;font-weight:700;margin:3% 0 0}.Blog-Info span{color:#6de4ea;padding-right:.7vw}.Blog-Image{margin-top:3vh;width:100%}.Blog-Image img{width:70%}.Blog-Content{border-bottom:.86px solid #6de4ea;font-size:1.5em;margin-bottom:10vh;padding-bottom:5%;padding-top:5%;text-align:justify}.Blog-Footer-Join{background-color:#eff1f8;display:flex;flex-direction:column;height:15vw;justify-content:center;padding-bottom:5%;width:100%}.Blog-Footer-Join h2{color:#4d4d4d;font-size:2.3vw;font-weight:800;margin-bottom:0;margin-left:4vw}.Blog-Content{white-space:pre-line}.Blog-Footer-Join h3{color:#4d4d4d;font-size:2vw;font-weight:400;margin-left:4vw;margin-top:1vh}.Blog-Footer-Join button{background-color:#0247fe;border:0;border-radius:8px;color:#fff;font-size:1.5vw;font-weight:700;height:170%;margin-left:4vw;width:30%}.Blog-Nav{display:flex;font-size:1vw;text-decoration:none;width:45%}.Blog-Nav a{color:#6de4ea;margin-right:2%;text-decoration:none}.Blog-Nav span{margin-left:2%}@media (max-width:786px){.Blog{width:85%}.Blog-Table{height:0;width:0}.Blog-Main{justify-content:center}.Blog-Main-1{width:100%}.Blog-Main-1 a{font-size:2vw}.Blog-Nav{width:33%}.Blog-Footer-Join{margin-top:0;padding-bottom:7%;padding-top:7%}.Blog-Footer-Join button{height:60%;width:30%}.Blog-Info{font-size:1em;margin-top:5%}.Blog-Main-1 h1{font-size:1.5em}.Blog-Content{font-size:1em;margin-bottom:5vh}.Blog-Nav{align-items:center;display:flex;flex-direction:row;font-size:.8em}.Blog-Image img,.Blog-Nav{width:100%}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0;padding:0}.support-container{background-color:#f8fafc;min-height:100vh}.support-header{background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.header-content{margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.header-title{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0}.main-content{margin:0 auto;max-width:768px;padding:3rem 1.5rem}.hero-section{margin-bottom:3rem;text-align:center}.hero-title{color:#1a202c;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.hero-description{color:#4a5568;font-size:1.125rem;line-height:1.7;margin:0}.contact-card{background-color:#ebf8ff;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;text-align:center}.contact-text{color:#2d3748;margin:0 0 .5rem}.contact-email{color:#2563eb;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s ease}.contact-email:hover{color:#1d4ed8}.form-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:3rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{min-height:150px;resize:vertical}.submit-button{background-color:#2563eb;border:none;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease;width:100%}.submit-button:hover{background-color:#1d4ed8}.submit-button:focus{box-shadow:0 0 0 2px #3b82f6;outline:none}.status-message{background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:.5rem;margin-top:1rem;padding:.75rem}.status-text{color:#065f46;font-size:.875rem;font-weight:500;margin:0}.faq-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.faq-title{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.faq-item{margin-bottom:1.5rem}.faq-item:last-child{margin-bottom:0}.faq-question{color:#1a202c;font-size:1rem;font-weight:600;margin:0 0 .5rem}.faq-answer{color:#4a5568;line-height:1.6;margin:0}@media (max-width:768px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.main-content{padding:2rem 1rem}.faq-card,.form-card{padding:1.5rem}.contact-card{padding:1rem}}
/*# sourceMappingURL=main.5f457273.css.map*/