*{--sucessColor:#28ae2d;--alertColor:#ca2a06}.mainColor{background-color:var(--mainColor)}.secondaryColor{background-color:var(--secondaryColor)}.thirdColor{background-color:var(--thirdColor)}.white{background-color:#fff}.black{background-color:#000}.superDarkGrey{background-color:var(--superDarkGrey)}.darkGrey{background-color:var(--darkGrey)}.mediumGrey{background-color:var(--mediumGrey)}.lightGrey{background-color:var(--lightGrey)}.specialGrey{background-color:var(--specialGrey)}.backgroungColor{background-color:var(--backgroungColor)}.sucessColor{background-color:var(--sucessColor)}.alertColor{background-color:var(--alertColor)}.linerGradient{background-image:var(--gradient)}.green{background-color:var(--green)}.red{background-color:var(--red)}.textColorSuperDark{color:var(--superDarkGrey)}.textColorDark{color:var(--darkGrey)}.textColorMedium{color:var(--mediumGrey)}.textColorLight{color:var(--lightGrey)}.textColorWhite{color:#fff}.textColorSecondary{color:var(--secondaryColor)}.textColorMain{color:var(--mainColor)}.textColorThird{color:var(--thirdColor)}.textColorSpecial{color:var(--specialGrey)}.textColorSucess{color:var(--sucessColor)}.textColorAlert{color:var(--alertColor)}.textGreen{color:var(--green)}.textRed{color:var(--red)}body.carillonbeach{--mainColor:#006498;--secondaryColor:#02537d;--thirdColor:#009f93;--hoverColor:#051525;--gradient:linear-gradient(#009f93,#568eac)}body.carillonbeach,body.cb{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.cb{--mainColor:#65bad1;--secondaryColor:#2891ae;--thirdColor:#d7b872;--hoverColor:#0e5b70;--gradient:linear-gradient(#208ca9,#65bad1)}body.debordieu{--mainColor:#013366;--secondaryColor:#02203f;--thirdColor:#d35840;--hoverColor:#02203f;--gradient:linear-gradient(#025586,#0077be)}body.debordieu,body.grandcomplex{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.grandcomplex{--mainColor:#14628e;--secondaryColor:#105781;--thirdColor:#51bc79;--hoverColor:#0c3f5c;--gradient:linear-gradient(#244164,#409dd1)}body.isleworth{--mainColor:#8c734b;--secondaryColor:#8c734b;--thirdColor:#595042;--hoverColor:#262219;--gradient:linear-gradient(#f2e5d0,#f2e5d0)}body.isleworth,body.oceanlakes{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.oceanlakes{--mainColor:#2194d2;--secondaryColor:#1883bc;--thirdColor:#f4aa1d;--hoverColor:#126ea0;--gradient:linear-gradient(#2194d2,#32b7e6)}body.palmettodunes{--mainColor:#224367;--secondaryColor:#2b5985;--thirdColor:#f9bd2c;--hoverColor:#051525;--gradient:linear-gradient(#224367,#5ad3ed)}body.palmettodunes,body.pinnacleport{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.pinnacleport{--mainColor:#0534b6;--secondaryColor:#062d98;--thirdColor:#b12019;--hoverColor:#062d98;--gradient:linear-gradient(#0537a6,#6eacf4)}body.sipoa{--mainColor:#59c0ce;--secondaryColor:#2891ae;--thirdColor:#8fbe6a;--hoverColor:#0e6070;--gradient:linear-gradient(#4cbdcc,#99ced2)}body.sipoa,body.watercolor{--superDarkGrey:#2e3032;--darkGrey:#636365;--mediumGrey:#75787c;--lightGrey:#d8d8d8;--specialGrey:#bdbdbd;--sucessColor:#28ae2d;--alertColor:#ca2a06;--backgroungColor:#f2f2f2;--green:#28ae2d;--red:#ca2a06}body.watercolor{--mainColor:#0077be;--secondaryColor:#025586;--thirdColor:#68c6b4;--hoverColor:#005688;--gradient:linear-gradient(#025586,#0077be)}.genericAlert_alertLine__283ey{padding:2px 20px;text-align:center;display:flex;justify-content:center;align-items:center;margin:10px 0;border-radius:5px;-webkit-animation:genericAlert_fadeInDown__2hJAe .3s;animation:genericAlert_fadeInDown__2hJAe .3s}.genericAlert_title__3Oo80{font-weight:500;font-size:14px}@keyframes genericAlert_fadeInDown__2hJAe{0%{-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes genericAlert_fadeInDown__2hJAe{0%{-webkit-transform:translate3d(0,-10%,0);opacity:0}to{-webkit-transform:none;opacity:1}}.genericButton_btnBox__124Pk{flex:1 1}.genericButton_mediumSize__4Cyzs{border:none;width:141px;height:35px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;outline-style:none}.genericButton_largeSize__2lgVr{border:none;width:100%;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none}.genericButton_mediumSize__4Cyzs:hover{color:#fff}.genericButton_largeSize__2lgVr:hover,.genericButton_mediumSize__4Cyzs:hover{background-color:var(--hoverColor);transition-duration:.4s}.genericButton_circle__2rcHg{width:39px;height:39px;border-radius:1000px;border:2px solid #fff;font-size:24px;cursor:pointer;outline-style:none}.genericButton_outLineSmall__2KFST{padding:3px 10px;border:1px solid #898e93;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_outLineSmall__2KFST:hover{background-color:#000;color:#fff;transition-duration:.4s}.genericButton_exitBtn__-hGdR{border:none;background-color:initial;cursor:pointer;outline-style:none;width:25px;height:25px}.genericButton_exitBtnImg__1K4XD{width:25px;height:25px;margin-top:0}.genericButton_exitBtnSmall__3ZhUt{border:none;background-color:initial;cursor:pointer;outline-style:none;width:14px;height:14px}.genericButton_exitBtnSmallImg__1BnG7{width:14px;height:14px;margin-top:0}.genericButton_addBtn__3kqQ8{width:25px;height:25px;outline-style:none;border:none;cursor:pointer}.genericButton_addBtnImg__N41Iq{width:25px;height:25px;fill:var(--secondaryColor);margin-top:0}.genericButton_disabled__3EMle{border:none;width:100%;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none}.genericButton_dropDown__6DBHi{-webkit-transform:rotate(90deg) scaleY(1.5);transform:rotate(90deg) scaleY(1.5);font-size:16px;font-weight:600}.genericButton_dropDown__6DBHi,.genericButton_transparent__1Ol5j{background-color:initial;border:none;outline-style:none;cursor:pointer}.genericButton_leftCircle__RRSG6{border:none;height:35px;width:63px;border-radius:20px 0 0 20px;font-size:large;font-weight:600;outline-style:none;cursor:pointer;padding-bottom:3px}.genericButton_leftCircle__RRSG6:hover{background-color:var(--hoverColor);transition-duration:.4s}.genericButton_rightCircle__2jjBf{border:none;height:35px;width:63px;border-radius:0 20px 20px 0;font-size:large;font-weight:600;outline-style:none;cursor:pointer;padding-bottom:3px}.genericButton_rightCircle__2jjBf:hover{background-color:var(--hoverColor);transition-duration:.4s}.genericButton_alignCenter__JfTTh{text-align:center}.genericButton_edit__27cRx{background-color:var(--thirdColor)}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:16px;height:16px}.genericButton_outLineLarge__1goBF{border:1px solid var(--mainColor);width:100%;height:43px;border-radius:10px;font-size:17px;font-weight:500;cursor:pointer;outline-style:none}.genericButton_view__3enuh{width:60px;height:25px;border-radius:20px;border:none;font-weight:600;cursor:pointer;outline-style:none}.genericButton_noBorder__DcZTG{border:none;padding:5px;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_noBorder__DcZTG:hover{background-color:var(--specialGrey);color:#fff;transition:.4s}.genericButton_smallSize__1PgDa{padding:4px 10px;border:none;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_smallSize__1PgDa:hover{background-color:#000;transition:.4s}.genericButton_deleteBtn__ArO9O{width:100%;display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;background-color:initial}.genericButton_hamburger__8RBzU{background-color:initial;border:none;cursor:pointer;outline-style:none}.genericButton_hamburgerImg__2guqF{margin-top:0;width:25px;height:25px}.genericButton_hamburgerClose__FDSfZ{background-color:initial;border:none;cursor:pointer;outline-style:none}.genericButton_hamburgerCloseImg__1rAXJ,.genericButton_userImg__1Jm7f{margin-top:0;width:25px;height:25px}.genericButton_rectangle__3e022{outline-style:none;cursor:pointer}.genericButton_black__1I264{border:1px solid var(--mediumGrey)}@media screen and (min-width:992px) and (max-width:1199px){.genericButton_disabled__3EMle,.genericButton_largeSize__2lgVr,.genericButton_outLineLarge__1goBF{font-size:16px}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:15px;height:15px}.genericButton_circle__2rcHg{width:36px;height:36px}}@media screen and (max-width:991px){.genericButton_disabled__3EMle,.genericButton_largeSize__2lgVr,.genericButton_outLineLarge__1goBF{width:200px;height:35px;font-size:16px}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:15px;height:15px}.genericButton_circle__2rcHg{width:36px;height:36px}}@media screen and (max-width:767px){.genericButton_circle__2rcHg{width:30px;height:30px;border-radius:39px;border:2px solid #fff;font-size:18px}.genericButton_exitBtnImg__1K4XD{width:20px;height:20px}.genericButton_editBtnImg__ZH9n9{margin-top:0;width:12px;height:12px}.genericButton_smallSize__1PgDa{padding:4px 6px;font-size:14px;border:none;border-radius:10px;cursor:pointer;outline-style:none}.genericButton_smallSize__1PgDa:hover{background-color:#000;transition:.4s}}.genericButton_outline_solid__3iP80{color:var(--mainColor);background-color:initial;border:1px solid var(--mainColor)!important;border-radius:4px;box-shadow:0 1px 1px var(--mainColor)}.genericButton_outline_solid__3iP80:hover{color:#fff;box-shadow:0 1px 1px var(--hoverColor)!important;border:1px solid var(--hove)!important}.loadingDiamonds_loading__ebJxC{position:absolute;margin-top:10px;margin-left:10px;font-weight:600;color:var(--specialGrey);display:flex;flex-direction:column;align-items:center}.loadingDiamonds_loader__2GWis{box-sizing:border-box;width:100px;height:20px;display:flex;justify-content:space-around;position:relative}.loadingDiamonds_loader__2GWis>div{width:20px;height:20px;background-color:var(--mainColor);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:loadingDiamonds_loader-1__XIOTS .6s cubic-bezier(.25,.46,.45,.94) infinite alternate;animation:loadingDiamonds_loader-1__XIOTS .6s cubic-bezier(.25,.46,.45,.94) infinite alternate}div.loadingDiamonds_two__3vXuP{-webkit-animation-delay:.2s;animation-delay:.2s}div.loadingDiamonds_three__2_LSE{-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes loadingDiamonds_loader-1__XIOTS{0%{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}to{-webkit-transform:rotate(45deg) scale(.8);transform:rotate(45deg) scale(.8)}}@keyframes loadingDiamonds_loader-1__XIOTS{0%{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}to{-webkit-transform:rotate(45deg) scale(.8);transform:rotate(45deg) scale(.8)}}.popUp_greyBackGround__3V-HI{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:2000;padding-bottom:1000px}.popUp_box__1CmHl{width:70%}.popUp_box__1CmHl,.popUp_boxLarge__1786y{margin:50px auto 0;border-radius:20px 20px 20px 20px;min-width:320px;padding-bottom:40px}.popUp_boxLarge__1786y{width:85%}.popUp_box__header__gmJe5{height:60px;border-radius:20px 20px 0 0;position:relative;display:flex;align-items:center;justify-content:center}.popUp_box__title__1vDMe{font-size:20px;font-weight:500}.popUp_btn__1Eimo{position:absolute;right:20px}.popUp_btn__1Eimo button{background-color:initial;border:none}.popUp_itemBox__2OhfR{display:flex;justify-content:center}@media screen and (min-width:768px) and (max-width:991px){.popUp_box__1CmHl,.popUp_boxLarge__1786y{width:96%}}@media screen and (max-width:767px){.popUp_box__1CmHl,.popUp_boxLarge__1786y{width:100%;min-width:320px;margin-top:0;border-radius:0}.popUp_box__header__gmJe5{border-radius:0;height:44px}.popUp_greyBackGround__3V-HI{width:100%;height:100%;position:absolute;top:0;left:0;z-index:100000;padding-bottom:20px}.popUp_box__title__1vDMe{font-size:16px;font-weight:500}.popUp_btn__1Eimo{right:10px}.popUp_btn__1Eimo button svg{width:20px;height:20px}}.selectTable_wrapper__2qGE1{position:relative}.selectTable_defaultInput__2kj0v{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.selectTable_dropdown__2gp9G{position:absolute;background-color:#fff;z-index:10;border:1px solid var(--specialGrey);border-radius:1rem;min-width:-webkit-max-content;min-width:max-content;box-shadow:0 2px 10px 2px rgba(0,0,0,.3)}.selectTable_dropdownHead__3MkCs{padding:.5rem .5rem .25rem}.selectTable_dropdownTable__2A39V{border-collapse:collapse;width:100%}.selectTable_dropdownTable__2A39V td,.selectTable_dropdownTable__2A39V th{padding:.5rem;border:solid var(--specialGrey);border-width:1px 0 0}.selectTable_dropdown__2gp9G tr:last-child>td:first-child{border-bottom-left-radius:1rem}.selectTable_dropdown__2gp9G tr:last-child>td:last-child{border-bottom-right-radius:1rem}.selectTable_dropdownTable__2A39V,.selectTable_dropdownTable__2A39V tbody,.selectTable_selectableRow__3wOSC:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.selectTable_selectableRow__3wOSC:hover{background-color:var(--secondaryColor)}.selectTable_emptyState__1eRVI{padding:.5rem 0}.selectTable_clear__1lT69,.selectTable_emptyState__1eRVI{width:100%;min-width:-webkit-max-content;min-width:max-content;text-align:center;border:solid var(--specialGrey);border-width:1px 0 0}.selectTable_clear__1lT69{padding:.25rem 0}.fileInputWithActions_standardLabel__C2zO5{font-size:14px;font-weight:500px}.fileInputWithActions_elemWrapper__dxzzL{background-color:rgba(0,0,0,.08);padding:5px;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.fileInputWithActions_dropDownButton__RQ3eY{background-color:#fff;outline:none;border:1px solid var(--specialGrey);padding:4px 10px;box-shadow:1px 1px 1px 1px rgba(0,0,0,.08);cursor:pointer}.fileInputWithActions_dropDownButton__RQ3eY:hover{color:var(--mainColor)}.fileInputWithActions_menuContainer__3WycK{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4;z-index:3000}.fileInputWithActions_menuItem__28GBm{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px;margin-bottom:0;padding-left:5px}.fileInputWithActions_menuItem__28GBm:hover{background-color:#dee2ea}.fileInputWithActions_menuItem__28GBm label{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.fileInputWithActions_menuItem__28GBm button{width:100%;height:100%;background-color:inherit;outline:none;border-width:0;text-align:left}.fileInputWithActions_itemText__IRayb{margin-left:16px}.fileInputWithActions_anchor__3l1Ua{color:var(--mainColor);text-decoration:underline}.fileInputWithActions_anchor__3l1Ua:hover{color:#000}.inputField_smallSize__1095r{display:flex;height:23px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:14px}.inputField_smallSize__1095r:disabled{background-color:initial}.inputField_smallSize__1095r:focus{border-bottom:2px solid var(--mainColor)}.inputField_largeSize__1o883{display:flex;height:32px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:16px}.inputField_largeSize__1o883:focus{border-bottom:2px solid var(--mainColor)}.inputField_labelSmall__1Ukfa{font-size:17px;display:flex;flex-direction:column;overflow:hidden}.inputField_labelLarge__12JRg{font-size:18px;display:flex;flex-direction:column;overflow:hidden}.inputField_inputBox__3Likw{flex:1 1}.inputField_labelClosedInput__16SU4{font-size:14px;font-weight:500}.inputField_closedInput__3IuiH{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px}.inputField_labelCheckBox__ilW8T{width:180px;font-size:14px;font-weight:500;display:flex;align-items:center;flex-direction:row-reverse}.inputField_checkBox__22Iy2{width:22px;height:22px;border:2px solid var(--specialGrey);outline-style:none;-webkit-appearance:none;cursor:pointer;display:flex;align-items:center}.inputField_checkBox__22Iy2:checked{background-color:var(--mainColor)}@media screen and (min-width:768px) and (max-width:991px){.inputField_labelLarge__12JRg{font-size:16px}.inputField_largeSize__1o883{height:28px;width:100%;font-size:14px}}@media screen and (max-width:767px){.inputField_labelLarge__12JRg{font-size:16px}.inputField_largeSize__1o883{height:28px;width:100%;font-size:14px}.inputField_closedInput__3IuiH{height:28px;margin-top:8px;font-size:14px}.inputField_labelSmall__1Ukfa{font-size:14px}}.passNuilderDateInput_defaultStyle__1g17k{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-top:10px;flex-wrap:nowrap;grid-column-gap:4%;-webkit-column-gap:4%;column-gap:4%;grid-row-gap:10px;row-gap:10px}.passNuilderDateInput_defaultStyle__1g17k label{display:flex;flex-direction:column;color:var(--superDarkGrey);width:48%;flex-grow:1}.passNuilderDateInput_defaultStyle__1g17k input{border:1px solid var(--specialGrey);outline-style:none;border-radius:100px;box-sizing:border-box;margin-top:8px;padding:0 5px;height:34px;width:100%;font-size:17px;text-indent:4px}.passNuilderDateInput_defaultStyle__1g17k input:disabled{border-style:none}@media screen and (max-width:676px){.passNuilderDateInput_defaultStyle__1g17k{flex-wrap:wrap}.passNuilderDateInput_defaultStyle__1g17k label{min-width:200px}}.searchSelector_searchBox__3wJDF{position:relative;color:var(--superDarkGrey)}.searchSelector_searchList__2UYyx{top:70px;position:absolute;width:100%;max-height:300px;overflow:hidden;overflow-y:scroll;display:flex;flex-direction:column;border:1px solid var(--specialGrey);height:300px;background-color:#fff;z-index:10}.searchSelector_searchList__2UYyx button{background-color:#fff;height:auto;border:none;padding:5px;border-bottom:1px dashed var(--specialGrey);cursor:pointer;text-align:start}.searchSelector_searchList__2UYyx button:hover{background-color:var(--mainColor);color:#fff}.searchSelector_alert__3XZCM{width:19px;margin-right:5px}.searchSelector_box__passwordText__3KDIY{display:flex;align-items:center;list-style:none;font-size:14px;padding:5px;margin-top:8px;margin-bottom:8px;line-height:150%;background-color:#fff2f0;border:1px solid #d9363e;border-radius:5px;color:#d9363e}.searchSelector_searchSelectorDisabled__yNqIr{background-color:#ebebeb!important}.searchSelector_subtitle__3Hv-3{background-color:var(--lightGrey);color:var(--superDarkGrey);line-height:150%;padding:8px;margin-top:6px;font-size:14px;font-weight:400}.searchSelector_highLight__1QlHo{color:var(--mainColor)}@media screen and (min-width:768px) and (max-width:991px){.searchSelector_searchList__2UYyx{top:70px;max-height:200px;border:1px solid var(--specialGrey)}}@media screen and (max-width:767px){.searchSelector_searchList__2UYyx{top:60px;max-height:200px;border:1px solid var(--specialGrey)}}.vehicleTypeSelect_container__34gxm{flex:1 1}.vehicleTypeSelect_labelBox__11p0n{width:100%}.vehicleTypeSelect_text__2KWFv{font-size:14px;font-weight:500}.vehicleTypeSelect_selectBox__1VjID{width:100%}.vehicleTypeSelect_select__28i79{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:16px}.vehicleTypeSelect_select__28i79 option{font-size:14px;color:var(--darkGrey)}@media screen and (max-width:767px){.vehicleTypeSelect_select__28i79{font-size:14px}}.vehicleInfoForm_infoFormBox__3GGta{width:80%}.vehicleInfoForm_header__1v0jL{border-radius:10px;align-items:center;font-size:14px;font-weight:500;position:relative;padding:5px 15px}.vehicleInfoForm_header__1v0jL,.vehicleInfoForm_inputShortBox__1JSdw{display:flex;flex-wrap:wrap;justify-content:space-between}.vehicleInfoForm_inputShort__2Q9hU{width:48%;margin-top:10px}.vehicleInfoForm_standardLabel__r19aI{font-size:14px;font-weight:500px}.vehicleInfoForm_standardLabel__r19aI input[type=file]{font-size:16px;margin-top:8px}.vehicleInfoForm_standardLabel__r19aI input::file-selector-button{color:#fff;background-color:var(--mainColor);outline:none;border-style:solid;border-width:0;border-radius:6px;padding:2px 5px;cursor:pointer}.vehicleInfoForm_standardLabel__r19aI input::file-selector-button:hover{background-color:var(--hoverColor)}.vehicleInfoForm_inputShort__2Q9hU select{-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat scroll 100% transparent;padding-right:23px;text-indent:5px;cursor:pointer}.vehicleInfoForm_inputLong__3YSQY{margin-top:16px;width:100%}.vehicleInfoForm_numberBox__TFRVO{display:flex;align-items:center;margin-top:30px;justify-content:space-between}.vehicleInfoForm_btnDown__3eG7f{-webkit-transform:scaleX(1.3);transform:scaleX(1.3)}.vehicleInfoForm_btnRemove__1wfg7{font-size:12px}.vehicleInfoForm_tableContainer__1VLLA{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.vehicleInfoForm_tableBox__2O69f{width:100%;margin-top:20px}.vehicleInfoForm_tdBox__21BNO{width:52%;font-weight:500;font-size:14px}.vehicleInfoForm_checkBox__2a88E{width:22px;height:22px;border:2px solid var(--specialGrey);outline-style:none;-webkit-appearance:none;cursor:pointer;align-items:center}.vehicleInfoForm_checkBox__2a88E:checked{background-color:var(--mainColor)}.vehicleInfoForm_addonContainer__8j8Da{display:flex;align-items:center;margin-top:12px}.vehicleInfoForm_addonLabel__1APQX{margin-left:12px;font-size:14px;font-weight:700}.vehicleInfoForm_view__wmTlT{margin-left:3%}.vehicleInfoForm_alert__H5M2_{font-size:14px;padding:5px;margin-top:10px;line-height:150%}.vehicleInfoForm_leftPart__hSLmT{display:flex;align-items:center}.vehicleInfoForm_dateInput__NjnK9{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:15px;padding-right:5px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.vehicleInfoForm_dateInput__NjnK9 svg{margin:0;width:20px;height:20px}.vehicleInfoForm_dateValue__2hLN2{height:34px;width:100%;margin-top:8px;padding-top:4px}.vehicleInfoForm_searchSelect__E11pD input{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px;color:var(--mediumGrey)}.vehicleInfoForm_incompleteWarning__aawDR{background-color:#efefef;padding:.5rem;border:1px solid var(--mediumGrey);border-radius:5px;line-height:130%;color:#333}.vehicleInfoForm_completeBox__2tdEL{margin-top:12px}.vehicleInfoForm_completeBox__2tdEL label{display:flex;align-items:center;margin-bottom:8px}.vehicleInfoForm_completeBox__2tdEL input{margin-right:12px}@media screen and (min-width:992px) and (max-width:1199px){.vehicleInfoForm_inputShortBox__1JSdw{flex-direction:column}.vehicleInfoForm_inputShort__2Q9hU{width:100%;margin-top:10px}}@media screen and (max-width:767px){.vehicleInfoForm_inputShortBox__1JSdw{flex-direction:column}.vehicleInfoForm_inputShort__2Q9hU{width:100%;margin-top:10px}.vehicleInfoForm_btnDown__3eG7f{margin-left:3%;margin-right:2%}.vehicleInfoForm_infoFormBox__3GGta{width:100%}.vehicleInfoForm_header__1v0jL{font-size:12px}.vehicleInfoForm_btnRemove__1wfg7{position:absolute;right:3%}.vehicleInfoForm_inputShort__2Q9hU select{height:28px}}.addEditVehicle_wrapper__2rBIx{padding:30px 0;width:80%;grid-row-gap:30px;row-gap:30px}.addEditVehicle_wrapper__2rBIx,.footer_footer__1lZIc{display:flex;flex-direction:column;align-items:center}.footer_footer__1lZIc{justify-content:center;position:absolute;left:0;bottom:0;z-index:9999;width:100%;height:112px;min-width:320px;box-sizing:border-box;text-align:center;padding-left:5px;padding-right:5px}.footer_footer__policy__3riAw{margin-bottom:10px;padding:0 10px;text-decoration:underline}.footer_footer__policy__3riAw a:hover{color:#fff;transition:.4s}.footer_footer__title__1SeVL{font-size:17px;display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.footer_footer__link__16Kx5{text-decoration:underline}.footer_footer__link__16Kx5,.footer_titleName__nmGDf{padding-right:5px;padding-left:5px}@media screen and (max-width:767px){.footer_footer__1lZIc{height:80px;text-align:center;line-height:150%}.footer_footer__title__1SeVL{font-size:12px}.footer_titleName__nmGDf{padding-left:5px;padding-right:5px}.footer_footer__policy__3riAw{font-size:12px;padding:0 5px}}.createAccount_container__3Rfzb{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.createAccount_box__3ks6E{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);margin-top:180px}.createAccount_box__left__YybQK{display:flex;justify-content:center;flex-direction:column;flex:0.5 1;padding-top:56px;padding-left:107px;padding-bottom:77px;border-radius:20px 0 0 20px}.createAccount_box__titleBoxLeft__1HqgS{display:flex;flex:0.15 1;flex-direction:column}.createAccount_box__right__2a1Xq{display:flex;flex-direction:column;flex:0.5 1;position:relative;padding-top:56px;padding-right:107px;padding-bottom:77px;border-radius:0 20px 20px 0;overflow:hidden}.createAccount_box__mainTitleLeft__1yUf2{max-width:358px;font-size:24px;font-weight:500;margin-bottom:6px}.createAccount_box__paragraph__3loeh{max-width:424px;font-size:14px;margin-bottom:40px;line-height:150%}.createAccount_box__subTitle__AwgUd{display:flex;flex:0.05 1;margin-bottom:24px}.createAccount_box__nameBox__2TJnU{display:flex;flex-wrap:wrap;flex:0.1 1}.createAccount_box__inputShort__2MDxs{flex:0.3 1;margin-bottom:20px}.createAccount_invisbleBox__uudx6{flex:0.1 1;min-width:17px}.createAccount_inputLong__3-sDu{display:flex;flex:0.1 1;flex-direction:column}.createAccount_box__inputLong__ed-tY{display:flex;flex:0.1 1;margin-bottom:20px}.createAccount_box__inputField__xGfVh{flex:0.7 1}.createAccount_box__btnLeft__3ZR-g{display:flex;flex:0.1 1;margin-top:48px}.createAccount_box__btnLeftInnerBox__10Jd-{display:flex;justify-content:flex-end;flex:0.7 1;text-align:right}.createAccount_box__mainTitleRight__2B4Eg{display:flex;justify-content:flex-end;flex:2 1;align-items:flex-end;font-size:24px;font-weight:600}.createAccount_box__mainTitleRightInnerBox__3ogH4{flex:0.7 1}.createAccount_box__btnRight__3Ebyw{display:flex;justify-content:flex-end;flex:0.1 1;margin-top:48px}.createAccount_box__btnRightInnerBox__3Jt9M{flex:0.7 1}.createAccount_box__img__u82BD{position:absolute;right:-100px;top:-100px}.createAccount_box__imgPostion__JDLFF{position:absolute;right:30px;top:30px}.createAccount_box__img_shoresofpanama__3QktS{position:absolute;width:400px;right:30px;top:30px}.createAccount_alert__3-YkC{display:flex;margin-right:30%}.createAccount_alertBox__2BQTV{flex:1 1}.createAccount_box__importantNotice__22VMi{max-width:424px;font-size:16px;margin-bottom:20px;line-height:150%;font-weight:500;background-color:var(--lightGrey);padding:10px;border-radius:5px}@media screen and (min-width:768px) and (max-width:991px){.createAccount_box__3ks6E{flex:1 1;flex-direction:row;margin-top:180px}.createAccount_box__right__2a1Xq{padding-top:56px;padding-right:87px}.createAccount_box__btnRight__3Ebyw,.createAccount_box__mainTitleRight__2B4Eg{margin-left:20px}}@media screen and (max-width:767px){.createAccount_box__3ks6E{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.createAccount_box__left__YybQK{flex:1 1;padding:20px 20px 77px;border-radius:0}.createAccount_box__right__2a1Xq{flex:1 1;padding-top:56px;padding-right:20px;padding-bottom:77px;border-radius:0}.createAccount_box__mainTitleLeft__1yUf2,.createAccount_box__nameBox__2TJnU,.createAccount_box__paragraph__3loeh,.createAccount_box__subTitle__AwgUd,.createAccount_inputLong__3-sDu{margin-left:20px}.createAccount_box__mainTitleRight__2B4Eg{margin-left:40px;justify-content:flex-start}.createAccount_box__btnLeft__3ZR-g{margin-left:20px}.createAccount_box__btnLeftInnerBox__10Jd-{justify-content:flex-start}.createAccount_box__btnRight__3Ebyw{margin-left:40px;margin-top:48px;justify-content:flex-start}.createAccount_box__img__u82BD,.createAccount_box__imgPostion__JDLFF{display:none}.createAccount_alert__3-YkC{margin-right:30%;margin-left:20px}.createAccount_alertBox__2BQTV{flex:1 1;min-width:181.98px}.createAccount_container__3Rfzb{padding-bottom:0}.createAccount_box__importantNotice__22VMi{margin-left:20px}}.forgetPWPagesBackground_container__32bdI{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.forgetPWPagesBackground_box__3KhPF{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;margin-top:180px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.forgetPWPagesBackground_box__right__3cwiZ{display:flex;justify-content:center;flex-direction:column;flex:0.5 1;padding-top:208px;padding-right:129px;padding-bottom:78px;border-radius:0 20px 20px 0}.forgetPWPagesBackground_box__left__3WY7M{display:flex;flex-direction:column;position:relative;flex:0.5 1;overflow:hidden;padding-top:56px;padding-left:129px;padding-bottom:78px;border-radius:20px 0 0 20px}.forgetPWPagesBackground_box__img__1MRyX{position:absolute;right:-100px;top:-100px}.forgetPWPagesBackground_box__imgPostion__1bGfC{position:absolute;right:30px;top:30px}.forgetPWPagesBackground_box__img_shoresofpanama__1omH3{position:absolute;width:400px;right:30px;top:30px}@media screen and (min-width:768px) and (max-width:991px){.forgetPWPagesBackground_box__3KhPF{flex:1 1;flex-direction:row;margin-top:180px}.forgetPWPagesBackground_box__right__3cwiZ{padding-top:56px;padding-right:87px}.forgetPWPagesBackground_box__left__3WY7M{padding-left:87px}}@media screen and (max-width:767px){.forgetPWPagesBackground_box__3KhPF{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.forgetPWPagesBackground_box__right__3cwiZ{flex:1 1;padding:20px 20px 77px;border-radius:0;order:-1}.forgetPWPagesBackground_box__img__1MRyX,.forgetPWPagesBackground_box__imgPostion__1bGfC,.forgetPWPagesBackground_box__left__3WY7M{display:none}.forgetPWPagesBackground_container__32bdI{padding-bottom:0}}.forgotPasswordEmail_box__mainTitleRight__jEtbc{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:34px;margin-left:30%}.forgotPasswordEmail_box__subTitle__3QvKF{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%;line-height:150%}.forgotPasswordEmail_box__inputLong__3Lj65{display:flex;flex:0.1 1;margin-bottom:180px;margin-left:30%}.forgotPasswordEmail_box__inputField__2GKFW{flex:0.7 1;max-width:337px;min-width:200px}.forgotPasswordEmail_box__btnRight__6Ihu7{display:flex;flex:0.1 1;justify-content:flex-end;margin-left:30%;max-width:337px}.forgotPasswordEmail_alert__1rlIW{display:flex;margin-left:30%}.forgotPasswordEmail_alertBox__mLFN6{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.forgotPasswordEmail_box__inputField__2GKFW{flex:1 1}.forgotPasswordEmail_alertBox__mLFN6{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.forgotPasswordEmail_box__inputLong__3Lj65,.forgotPasswordEmail_box__mainTitleRight__jEtbc,.forgotPasswordEmail_box__subTitle__3QvKF{margin-left:20px}.forgotPasswordEmail_box__btnRight__6Ihu7{justify-content:flex-start;margin-left:20px}.forgotPasswordEmail_alert__1rlIW{display:flex;margin-left:20px}.forgotPasswordEmail_alertBox__mLFN6{max-width:337px;min-width:200px}}.forgotPasswordReset_box__mainTitleRight__3AMlA{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:51px;margin-left:30%}.forgotPasswordReset_box__subTitle__35AiF{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%}.forgotPasswordReset_box__inputLong__2KFcs{display:flex;flex-direction:column;flex:0.1 1;margin-bottom:96px;margin-left:30%}.forgotPasswordReset_box__inputField__EVa_9{flex:0.7 1;max-width:337px;min-width:200px;margin-bottom:20px}.forgotPasswordReset_box__btnRight__3_boN{display:flex;flex:0.1 1;justify-content:flex-end;margin-left:30%;max-width:337px}.forgotPasswordReset_alert__2A4BD{display:flex;margin-left:30%}.forgotPasswordReset_alertBox__2wBVE{flex:1 1;max-width:337px}@media screen and (min-width:768px) and (max-width:991px){.forgotPasswordReset_box__inputField__EVa_9{flex:1 1}}@media screen and (max-width:767px){.forgotPasswordReset_box__inputLong__2KFcs,.forgotPasswordReset_box__mainTitleRight__3AMlA,.forgotPasswordReset_box__subTitle__35AiF{margin-left:20px}.forgotPasswordReset_box__btnRight__3_boN{justify-content:flex-start;margin-left:20px}.forgotPasswordReset_alert__2A4BD{display:flex;margin-left:20px}}.forgotPasswordVerification_box__mainTitleRight__2rqDj{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:51px;margin-left:30%}.forgotPasswordVerification_box__subTitle__26o7e{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%}.forgotPasswordVerification_box__inputLong__ZbHq1{display:flex;flex:0.1 1;margin-bottom:180px;margin-left:30%}.forgotPasswordVerification_box__inputField__245Ff{flex:0.7 1;max-width:337px;min-width:200px}.forgotPasswordVerification_box__btnRight__3XRCp{display:flex;flex:0.1 1;justify-content:flex-end;flex-wrap:wrap;align-items:center;margin-left:30%;max-width:337px}.forgotPasswordVerification_emailBox__1Mauw{display:flex;font-size:14px;margin-top:10px}.forgotPasswordVerification_box__btnRightInnerBox__JHd8i{margin-left:10px;margin-top:10px}.forgotPasswordVerification_alert__3haZG{display:flex;margin-left:30%}.forgotPasswordVerification_alertBox__45kS6{flex:1 1;max-width:337px}@media screen and (min-width:768px) and (max-width:991px){.forgotPasswordVerification_box__inputField__245Ff{flex:1 1}}@media screen and (max-width:767px){.forgotPasswordVerification_box__inputLong__ZbHq1,.forgotPasswordVerification_box__mainTitleRight__2rqDj,.forgotPasswordVerification_box__subTitle__26o7e{margin-left:20px}.forgotPasswordVerification_box__btnRight__3XRCp{justify-content:flex-start;margin-left:20px}.forgotPasswordVerification_allert__PTEvs{margin-left:20px;margin-bottom:10px;font-weight:500}}.help_container__3cSiT{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.help_box__gg1vZ{width:82%;display:flex;flex-direction:column;align-items:center;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding-bottom:40px}.help_subHeader__2wv_N{position:relative;width:100%;display:flex;align-items:center;height:103px;border-radius:20px 20px 0 0}.help_circle__1zkDm{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.help_subHeaderTitle__f1sTD{font-size:35px;font-weight:500}.help_backBtn__P-7WY{width:141px;position:absolute;right:45px}@media screen and (min-width:768px) and (max-width:991px){.help_subHeader__2wv_N{border-radius:0}.help_box__gg1vZ{width:100%;display:flex;margin-top:155px;border-radius:0}}@media screen and (max-width:767px){.help_circle__1zkDm{width:13px;height:13px;margin-left:10px;margin-right:5px}.help_subHeaderTitle__f1sTD{font-size:20px;font-weight:500}.help_subHeader__2wv_N{border-radius:0}.help_box__gg1vZ{margin-top:20px;width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.help_backBtn__P-7WY{position:absolute;width:70px;right:10px}}.login_container__YxMAA{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.login_box__2_pSW{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;margin-top:180px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.login_box__right__3_QQx{justify-content:center;padding-top:185px;padding-right:107px;border-radius:0 20px 20px 0}.login_box__left__Ral7n,.login_box__right__3_QQx{display:flex;flex-direction:column;flex:0.5 1;padding-bottom:77px}.login_box__left__Ral7n{position:relative;overflow:hidden;padding-top:56px;padding-left:107px;border-radius:20px 0 0 20px}.login_box__mainTitleLeft__1Vn-R{display:flex;align-items:flex-end;flex:2 1;font-size:24px;font-weight:600;max-width:161px;margin-bottom:23px;margin-left:40%;margin-right:30%}.login_box__btnLeft__dV1Mj{display:flex;margin-left:40%;margin-right:30%;flex-shrink:0}.login_box__img__3GCzk{position:absolute;right:-100px;top:-100px}.login_box__imgPostion__25Gnw{position:absolute;right:30px;top:30px}.login_box__img_shoresofpanama__DnEbR{position:absolute;width:400px;right:30px;top:30px}.login_box__titleBoxRight__3S8ii{display:flex;flex:0.15 1;flex-direction:column;margin-left:30%}.login_box__mainTitleRight__3hH9o{max-width:424px;font-size:24px;font-weight:500;margin-bottom:6px}.login_box__paragraph__3mugg{max-width:424px;font-size:14px;margin-bottom:40px;flex:0.7 1;line-height:150%}.login_box__subTitle__Vhboq{display:flex;flex:0.05 1;margin-bottom:24px;margin-left:30%}.login_inputLong__1SALH{display:flex;flex:0.1 1;flex-direction:column;margin-left:30%}.login_box__inputLong__31Udv{display:flex;flex:0.1 1;margin-bottom:20px}.login_box__inputField__1Jsso{flex:0.7 1;max-width:337px;min-width:200px}.login_box__btnRight__1tqrf{display:flex;flex:0.1 1}.login_box__forgotPassWord__yKTSa{font-size:12px;font-weight:500;margin-right:20%}.login_flexBox__1V2bf{display:flex;justify-content:space-between;align-items:center;margin-left:30%;margin-top:48px;max-width:340px}.login_flexBox__1V2bf a{text-decoration:none}.login_alert__2L0B0{display:flex;margin-left:30%}.login_alertBox__1ww8h{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.login_box__2_pSW{flex:1 1;flex-direction:row;margin-top:180px}.login_box__right__3_QQx{padding-top:56px;padding-right:87px}.login_box__btnLeft__dV1Mj,.login_box__mainTitleLeft__1Vn-R{margin-right:20px}.login_flexBox__1V2bf{flex-wrap:wrap}.login_box__forgotPassWord__yKTSa{margin-bottom:10px}.login_box__inputField__1Jsso{flex:1 1}.login_alertBox__1ww8h{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.login_box__2_pSW{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.login_box__right__3_QQx{flex:1 1;padding:20px 20px 77px;border-radius:0;order:-1}.login_box__left__Ral7n{border-radius:0;padding-left:20px}.login_box__subTitle__Vhboq,.login_box__titleBoxRight__3S8ii,.login_inputLong__1SALH{margin-left:20px}.login_flexBox__1V2bf{flex-wrap:wrap;flex-direction:column;align-items:flex-start;margin-left:20px}.login_box__forgotPassWord__yKTSa{margin-bottom:10px}.login_box__img__3GCzk,.login_box__imgPostion__25Gnw{display:none}.login_box__btnLeft__dV1Mj,.login_box__mainTitleLeft__1Vn-R{margin-left:20px;margin-right:0}.login_alert__2L0B0{display:flex;margin-left:20px}.login_alertBox__1ww8h{max-width:337px;min-width:200px}.login_container__YxMAA{padding-bottom:0}}.magicLinkAuth_container__3wW_W{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px;padding-bottom:300px}.magicLinkAuth_box__iHjXq{display:flex;flex:0.8 1;flex-direction:row;border-radius:20px;margin-top:180px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.magicLinkAuth_box__right__1Hizi{justify-content:center;padding-top:185px;padding-right:107px;border-radius:0 20px 20px 0}.magicLinkAuth_box__left___47C7,.magicLinkAuth_box__right__1Hizi{display:flex;flex-direction:column;flex:0.5 1;padding-bottom:77px}.magicLinkAuth_box__left___47C7{position:relative;overflow:hidden;padding-top:56px;padding-left:107px;border-radius:20px 0 0 20px}.magicLinkAuth_box__mainTitleLeft__3fDYx{display:flex;align-items:flex-end;flex:2 1;font-size:24px;font-weight:600;max-width:161px;margin-bottom:23px;margin-left:40%;margin-right:30%}.magicLinkAuth_box__btnLeft__3Y1tS{display:flex;margin-left:40%;margin-right:30%;flex-shrink:0}.magicLinkAuth_box__img__2nmoN{position:absolute;right:-100px;top:-100px}.magicLinkAuth_box__imgPostion__1OYur{position:absolute;right:30px;top:30px}.magicLinkAuth_box__titleBoxRight__2mGnS{display:flex;flex:0.15 1;flex-direction:column;margin-left:30%}.magicLinkAuth_box__mainTitleRight__3XX58{max-width:424px;font-size:24px;font-weight:500;margin-bottom:6px}.magicLinkAuth_box__paragraph__1jAjT{max-width:424px;font-size:14px;margin-bottom:40px;flex:0.7 1;line-height:150%}.magicLinkAuth_box__subTitle__1tlIf{display:flex;flex:0.05 1;margin-bottom:24px;margin-left:30%}.magicLinkAuth_inputLong__N1OFg{display:flex;flex:0.1 1;flex-direction:column;margin-left:30%}.magicLinkAuth_box__inputLong__1iY-6{display:flex;flex:0.1 1;margin-bottom:20px}.magicLinkAuth_box__inputField__2XfmP{flex:0.7 1;max-width:337px;min-width:200px}.magicLinkAuth_box__btnRight__3tkGp{display:flex;flex:0.1 1}.magicLinkAuth_box__forgotPassWord__3WNSd{font-size:12px;font-weight:500;margin-right:20%}.magicLinkAuth_flexBox__1uzo_{display:flex;justify-content:space-between;align-items:center;margin-left:30%;margin-top:48px;max-width:340px}.magicLinkAuth_flexBox__1uzo_ a{text-decoration:none}.magicLinkAuth_alert__1nsjT{display:flex;margin-left:30%}.magicLinkAuth_alertBox__2Evvm{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.magicLinkAuth_box__iHjXq{flex:1 1;flex-direction:row;margin-top:180px}.magicLinkAuth_box__right__1Hizi{padding-top:56px;padding-right:87px}.magicLinkAuth_box__btnLeft__3Y1tS,.magicLinkAuth_box__mainTitleLeft__3fDYx{margin-right:20px}.magicLinkAuth_flexBox__1uzo_{flex-wrap:wrap}.magicLinkAuth_box__forgotPassWord__3WNSd{margin-bottom:10px}.magicLinkAuth_box__inputField__2XfmP{flex:1 1}.magicLinkAuth_alertBox__2Evvm{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.magicLinkAuth_box__iHjXq{flex-direction:column!important;flex-wrap:wrap;flex:1 1;flex-direction:row;border-radius:0;margin-top:44px}.magicLinkAuth_box__right__1Hizi{flex:1 1;padding:20px 20px 77px;border-radius:0;order:-1}.magicLinkAuth_box__left___47C7{border-radius:0;padding-left:20px}.magicLinkAuth_box__subTitle__1tlIf,.magicLinkAuth_box__titleBoxRight__2mGnS,.magicLinkAuth_inputLong__N1OFg{margin-left:20px}.magicLinkAuth_flexBox__1uzo_{flex-wrap:wrap;flex-direction:column;align-items:flex-start;margin-left:20px}.magicLinkAuth_box__forgotPassWord__3WNSd{margin-bottom:10px}.magicLinkAuth_box__img__2nmoN,.magicLinkAuth_box__imgPostion__1OYur{display:none}.magicLinkAuth_box__btnLeft__3Y1tS,.magicLinkAuth_box__mainTitleLeft__3fDYx{margin-left:20px;margin-right:0}.magicLinkAuth_alert__1nsjT{display:flex;margin-left:20px}.magicLinkAuth_alertBox__2Evvm{max-width:337px;min-width:200px}.magicLinkAuth_container__3wW_W{padding-bottom:0}}.privacyPolicy_container__3fvvG{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.privacyPolicy_box__1nFnw{width:82%;flex-direction:column;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding-bottom:40px}.privacyPolicy_box__1nFnw,.privacyPolicy_textBox__1vtF4{display:flex;align-items:center}.privacyPolicy_subHeader__3GLjU{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:center;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.privacyPolicy_circle__3vUT6{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.privacyPolicy_subHeaderTitle__2yqMx{font-size:35px;font-weight:500}.privacyPolicy_backBtn__143gN{width:141px}.privacyPolicy_infoBox__2AdXF{width:80%;box-sizing:border-box;padding:50px 100px}.privacyPolicy_update__2N52H{font-size:18px;font-weight:500;margin-bottom:20px}.privacyPolicy_about__3q16j{font-size:16px;line-height:160%;text-align:justify;text-justify:distribute;margin-bottom:40px}.privacyPolicy_catelogue__g7ba5{font-size:18px;font-weight:500;margin-bottom:20px}.privacyPolicy_list__UMPeh{font-size:16px;margin-bottom:20px;text-decoration:underline}.privacyPolicy_catalogueBox__14ZsD{margin-bottom:44px}.privacyPolicy_title__17Pw-{font-size:30px;margin-bottom:30px}.privacyPolicy_subtitle__3v6ME{font-size:18px;margin-bottom:15px}.privacyPolicy_text__3lF5F{margin-bottom:20px}.privacyPolicy_text__3lF5F,.privacyPolicy_textBold__1zfVF{font-size:16px;line-height:160%;text-align:justify;text-justify:distribute}.privacyPolicy_textBold__1zfVF{font-weight:600;margin-bottom:15px}.privacyPolicy_listNoLine__wNVFJ{font-size:16px;margin-bottom:20px;line-height:160%}.privacyPolicy_listNoLine__wNVFJ a{color:var(--mainColor);margin-left:5px}.privacyPolicy_listBox__3i8y0{width:70%;text-align:justify;text-justify:distribute;margin-bottom:44px}.privacyPolicy_innerTitle__IsMHV{font-size:16px;margin-bottom:15px}.privacyPolicy_listTitle__3H-Q9{margin-bottom:10px}.privacyPolicy_titieInfoPart__31T5B{font-size:24px;font-weight:500}.privacyPolicy_textInfoPart__1VBi7{font-weight:400;font-size:16px;line-height:160%;text-align:justify;text-justify:distribute;margin-bottom:20px;margin-top:15px}.privacyPolicy_specialTitle__2NToy{margin-bottom:20px;font-size:26px}@media screen and (min-width:992px) and (max-width:1199px){.privacyPolicy_formBox__34C5E{width:64%}.privacyPolicy_alert__34597{width:156.25%;height:40px;display:flex;justify-content:center;align-items:center}.privacyPolicy_box__1nFnw{margin-top:230px}}@media screen and (min-width:768px) and (max-width:991px){.privacyPolicy_subHeader__3GLjU{border-radius:0}.privacyPolicy_box__1nFnw{width:100%;display:flex;margin-top:230px;border-radius:0}.privacyPolicy_infoBox__2AdXF{padding:10px 50px}.privacyPolicy_listBox__3i8y0{width:100%;text-align:justify;margin-bottom:44px}.privacyPolicy_backBtn__143gN button{width:120px}}@media screen and (max-width:767px){.privacyPolicy_circle__3vUT6{width:13px;height:13px;margin-left:10px;margin-right:5px}.privacyPolicy_subHeaderTitle__2yqMx{font-size:20px;font-weight:500}.privacyPolicy_subHeader__3GLjU{border-radius:0}.privacyPolicy_box__1nFnw{width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.privacyPolicy_backBtn__143gN{position:absolute;width:70px;right:10px}.privacyPolicy_infoBox__2AdXF{box-sizing:border-box;width:90%;padding:10px 20px;min-width:320px}.privacyPolicy_update__2N52H{font-size:16px;font-weight:500;margin-bottom:10px}.privacyPolicy_about__3q16j{font-size:14px;line-height:160%;text-align:left;margin-bottom:20px}.privacyPolicy_catelogue__g7ba5{font-size:16px;font-weight:500;margin-bottom:20px}.privacyPolicy_list__UMPeh{font-size:14px;margin-bottom:20px;text-decoration:underline}.privacyPolicy_catalogueBox__14ZsD{margin-bottom:20px}.privacyPolicy_title__17Pw-{font-size:20px;margin-bottom:15px}.privacyPolicy_subtitle__3v6ME{font-size:16px;margin-bottom:15px}.privacyPolicy_text__3lF5F{font-size:14px;line-height:160%;text-align:left;margin-bottom:20px}.privacyPolicy_textBold__1zfVF{font-weight:600;text-align:left}.privacyPolicy_listNoLine__wNVFJ,.privacyPolicy_textBold__1zfVF{font-size:14px;line-height:160%;margin-bottom:15px}.privacyPolicy_listNoLine__wNVFJ a{color:var(--mainColor);margin-left:5px;word-wrap:break-word}.privacyPolicy_listBox__3i8y0{width:100%;text-align:left;margin-bottom:30px}.privacyPolicy_innerTitle__IsMHV{font-size:16px;margin-bottom:15px}.privacyPolicy_listTitle__3H-Q9{margin-bottom:10px}.privacyPolicy_titieInfoPart__31T5B{font-size:24px;font-weight:500}.privacyPolicy_textInfoPart__1VBi7{font-weight:400;font-size:16px;line-height:160%;text-align:left;margin-bottom:20px;margin-top:15px}.privacyPolicy_specialTitle__2NToy{margin-bottom:20px;font-size:26px}.privacyPolicy_backBtn__143gN button{width:70px}}.vehicles_container__dHEs0{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.vehicles_box__1RG5I{width:100%;display:flex}.vehicles_infoBox__3G3tt{width:100%;border-radius:0 20px 20px 0}.vehicles_subHeader__2nw3a{justify-content:space-between;height:103px;width:100%;border-radius:0 20px 0 0}.vehicles_subHeader__2nw3a,.vehicles_subHeaderLeft__17HnK{display:flex;align-items:center}.vehicles_subHeaderRight__YYcQI{padding-right:0}.vehicles_subHeaderRight__YYcQI button:hover{background-color:var(--hoverColor)}.vehicles_circle__3rR-t{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.vehicles_title__1Kz5i{font-size:35px;font-weight:500}.vehicles_mainContent__2GLKS{padding:10px 20px 20px;height:100%}.vehicles_tableHeader__1gDcn{width:100%;height:74px;border-radius:10px}.vehicles_tableHeaderItem__37LEU{font-size:15px;font-weight:500}.vehicles_tableHeaderItem__37LEU:first-child{border-top-left-radius:10px}.vehicles_tableHeaderItem__37LEU:last-child{border-top-right-radius:10px;width:150px}.vehicles_item__2dp5V{text-align:center;font-size:14px;height:60px;border-bottom:1px solid #e6e6e6}.vehicles_textCapitalize__kv3dv{text-transform:capitalize}.vehicles_item__2dp5V:first-child{border-left:1px solid #e6e6e6}.vehicles_item__2dp5V:last-child{border-right:1px solid #e6e6e6}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:first-child{border-bottom-left-radius:10px}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:last-child{border-bottom-right-radius:10px}.vehicles_viewBtn__3F0PD{border:1px solid var(--darkGrey);padding:4px 15px;border-radius:10px;background-color:#fff;cursor:pointer;margin-right:40px}.vehicles_viewBtn__3F0PD:hover{background-color:var(--lightGrey);transition:.4s}.vehicles_delBtn__3elkt{border:none;vertical-align:middle;cursor:pointer;background-color:initial}.vehicles_delBtn__3elkt svg{margin-top:0;width:16px;height:16px}.vehicles_tableTopBar__30ADc{width:100%;display:flex;flex-direction:row;justify-content:space-between}.vehicles_btnExport__uoVuU{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.vehicles_btnExport__uoVuU:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.vehicles_actionBtn__2hdQa{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex}.vehicles_actionBox__3_JPS{width:100%;height:100%;display:flex;align-items:center;margin-top:11px}.vehicles_actionBtn__2hdQa svg{margin-top:1px;min-width:14px;stroke:var(--mainColor)}.vehicles_menuContainer__172On{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.vehicles_menuItem__VgEBS{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}button.vehicles_menuItem__VgEBS{width:100%;background-color:inherit;outline:none;border-style:none;padding-left:1rem}.vehicles_menuItem__VgEBS:hover{background-color:#dee2ea}.vehicles_itemText__2j-cH{margin-left:16px}.vehicles_topLine__2vl-D{display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.vehicles_selectBox__3Jp7C{margin:0 5px;width:77px;border-radius:2px;border:1px solid #bdbdbd;outline-style:none;cursor:pointer;padding:3px;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/traingleDownSmall.c7ee2cd0.svg) no-repeat 100%}.vehicles_selectBox__3Jp7C option{font-size:14px;font-weight:500}.vehicles_paginationBox__157tQ{display:flex;justify-content:flex-end;font-size:14px;margin-bottom:10px}.vehicles_addBtn__22vzZ{display:flex;justify-content:flex-end;margin:20px}.vehicles_addBtn__22vzZ button{padding:0 10px}@media screen and (min-width:768px) and (max-width:991px){.vehicles_subHeader__2nw3a{border-radius:0}.vehicles_mainContent__2GLKS{padding:30px 0}.vehicles_tableHeader__1gDcn{border-radius:0}.vehicles_tableHeaderItem__37LEU:first-child{border-top-left-radius:0}.vehicles_tableHeaderItem__37LEU:last-child{border-top-right-radius:0;width:150px}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:first-child{border-bottom-left-radius:0}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:last-child{border-bottom-right-radius:0}}@media screen and (max-width:767px){.vehicles_circle__3rR-t{box-sizing:border-box;width:16px;height:16px;margin-left:20px}.vehicles_title__1Kz5i{font-size:20px;font-weight:500}.vehicles_subHeader__2nw3a{border-radius:0}.vehicles_subHeaderRight__YYcQI{padding-right:10px}.vehicles_subHeaderRight__YYcQI button{width:130px;font-size:14px}.vehicles_mainContent__2GLKS{padding:10px 0}.vehicles_tableBox__2is9_{width:100%;overflow-x:scroll}.vehicles_table__1n3Pm{width:800px}.vehicles_tableHeader__1gDcn{border-radius:0}.vehicles_tableHeaderItem__37LEU:first-child{border-top-left-radius:0}.vehicles_tableHeaderItem__37LEU:last-child{border-top-right-radius:0;width:150px}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:first-child{border-bottom-left-radius:0}.vehicles_tableRow__3dKjA:last-child .vehicles_item__2dp5V:last-child{border-bottom-right-radius:0}.vehicles_actionBtn__2hdQa svg{margin-top:1px;width:14px;height:16px}}.phoneInputWrapper_inputBox__3vJSl{width:100%}.phoneInputWrapper_standardTitle__UMtQv{font-size:18px}.phoneInputWrapper_standardInput__2fR_a{width:100%!important;border:none!important;border-bottom:2px solid var(--lightGrey)!important;border-radius:0!important;font-size:16px!important;height:34px!important}.phoneInputWrapper_standardInput__2fR_a:focus{border-bottom:2px solid var(--mainColor)!important;color:var(--mainColor)}.phoneInputWrapper_smallStandardTitle__2Crr3{font-size:17px}.phoneInputWrapper_smallStandardInput__3h3ZP{width:100%!important;border:none!important;border-bottom:2px solid var(--lightGrey)!important;border-radius:0!important;font-size:14px!important;height:25px!important}.phoneInputWrapper_smallStandardInput__3h3ZP:focus{border-bottom:2px solid var(--mainColor)!important;color:var(--mainColor)}.phoneInputWrapper_materialTitle__2Xb5A{font-size:12px}.phoneInputWrapper_materialInput__13zLZ{width:100%!important;border:none!important;border-bottom:1px solid var(--lightGrey)!important;border-radius:0!important;font-size:14px!important;height:25px!important}.phoneInputWrapper_closedCountryBtn__CvRJy,.phoneInputWrapper_countryBtn__nAbuW{border-radius:none!important;border:2px solid transparent!important;background-color:initial!important}.phoneInputWrapper_closedCountryBtn__CvRJy{margin-left:8px!important}.phoneInputWrapper_closedTitle__2khCK{font-size:14px!important;color:var(--darkGrey);font-weight:500;margin-bottom:8px}.phoneInputWrapper_closedInput__1ewo_{box-sizing:border-box!important;border-radius:100px!important;border:1px solid var(--specialGrey)!important;height:34px!important;overflow:hidden!important;width:100%!important;outline-style:none!important;font-size:16px!important;padding-left:50px!important;color:var(--superDarkGrey)}@media screen and (min-width:768px) and (max-width:991px){.phoneInputWrapper_standardTitle__UMtQv{font-size:16px}.phoneInputWrapper_standardInput__2fR_a{height:30px!important;font-size:14px!important}}@media screen and (max-width:767px){.phoneInputWrapper_standardTitle__UMtQv{font-size:16px}.phoneInputWrapper_standardInput__2fR_a{height:30px!important;font-size:14px!important}.phoneInputWrapper_smallStandardTitle__2Crr3{font-size:14px}.phoneInputWrapper_closedInput__1ewo_{height:28px!important;font-size:14px!important;padding-left:50px!important}}.inviteAccountClaim_box__mainTitleRight__1HcEl{flex:0.15 1;max-width:424px;font-size:24px;font-weight:500;margin-bottom:34px;margin-left:30%}.inviteAccountClaim_box__subTitle__2lp8U{display:flex;flex:0.05 1;max-width:297px;margin-bottom:20px;margin-left:30%;line-height:150%}.inviteAccountClaim_box__inputLong__3bMVq{display:flex;flex:0.1 1;margin-bottom:20px;margin-left:30%}.inviteAccountClaim_box__inputField__IQ5ko{flex:0.7 1;max-width:337px;min-width:200px}.inviteAccountClaim_box__btnRight__2Fzaw{display:flex;flex:0.1 1;justify-content:flex-end;margin-left:30%;margin-top:60px;max-width:337px}.inviteAccountClaim_alert__2ygak{display:flex;margin-left:30%}.inviteAccountClaim_alertBox__dKu7T{flex:0.7 1;min-width:200px}@media screen and (min-width:768px) and (max-width:991px){.inviteAccountClaim_box__inputField__IQ5ko{flex:1 1}.inviteAccountClaim_alertBox__dKu7T{flex:1 1;min-width:200px}}@media screen and (max-width:767px){.inviteAccountClaim_box__inputLong__3bMVq,.inviteAccountClaim_box__mainTitleRight__1HcEl,.inviteAccountClaim_box__subTitle__2lp8U{margin-left:20px}.inviteAccountClaim_box__btnRight__2Fzaw{justify-content:flex-start;margin-left:20px}.inviteAccountClaim_alert__2ygak{display:flex;margin-left:20px}.inviteAccountClaim_alertBox__dKu7T{max-width:337px;min-width:200px}}.userProfileButton_box__2ai3_{position:relative}.userProfileButton_itemsBox__1PXMm{display:flex;flex-direction:column;position:absolute;z-index:1000;left:-200px;top:50px;padding-bottom:40px;width:290px;border-radius:20px;box-shadow:0 3px 10px 0 rgba(0,0,0,.17);overflow:hidden}.userProfileButton_name__2RoBA{font-size:22px;font-weight:500;margin-top:32px;margin-left:79px}.userProfileButton_email__5fKaN{font-size:14px;font-weight:400;margin-top:10px;margin-left:79px;margin-bottom:17px}.userProfileButton_profileBox__1uqbq{display:flex;align-items:center;width:100%;height:53px}.userProfileButton_btn__26KHs,.userProfileButton_profile__Kuf-n{width:100%;font-size:17px;font-weight:500}.userProfileButton_btn__26KHs{height:53px;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;outline-style:none}.userProfileButton_btn__26KHs:hover{background-color:var(--mainColor);color:#fff;transition-duration:.4s}.userProfileButton_btn__26KHs:hover .userProfileButton_imgUser__3QPvj{background:url(/static/media/userWhite.e4f8852c.svg) no-repeat 50%}.userProfileButton_imgSignout__3z-LT{width:25px;height:25px;background:url(/static/media/signout.603a35c7.svg);margin-left:40px;margin-right:14px}.userProfileButton_btn__26KHs:hover .userProfileButton_imgSignout__3z-LT{background:url(/static/media/signoutWhite.9616641a.svg)}.userProfileButton_imgAdimin__1aAw5{width:25px;height:25px;background:url(/static/media/adminPanel.c07f50e9.svg);margin-left:40px;margin-right:14px}.userProfileButton_btn__26KHs:hover .userProfileButton_imgAdimin__1aAw5{background:url(/static/media/adminPanelWhite.386d1a76.svg)}.userProfileButton_imgUser__3QPvj{width:25px;height:25px;background:url(/static/media/user.683f697c.svg);margin-left:40px;margin-right:14px}.userProfileButton_help__3HrMH{display:none;font-weight:400;font-size:14px;margin-left:79px;margin-top:40px;cursor:pointer}.userProfileButton_userImg__3wLGZ{display:none}@media screen and (max-width:767px){.userProfileButton_itemsBox__1PXMm{position:fixed;left:0;top:44px;border-radius:0;width:100%;padding-bottom:0}.userProfileButton_name__2RoBA{font-size:14px;font-weight:500}.userProfileButton_email__5fKaN,.userProfileButton_name__2RoBA{margin-top:0;margin-left:20px;height:40px;display:flex;align-items:center}.userProfileButton_email__5fKaN{margin-bottom:0}.userProfileButton_help__3HrMH{display:block;margin-left:20px;height:40px;margin-top:0;display:flex;align-items:center}.userProfileButton_imgAdimin__1aAw5,.userProfileButton_imgSignout__3z-LT,.userProfileButton_imgUser__3QPvj{display:none}.userProfileButton_profileBox__1uqbq{display:flex;align-items:center;width:100%;height:40px}.userProfileButton_profile__Kuf-n{width:100%;font-size:17px;font-weight:500}.userProfileButton_btn__26KHs{height:40px;padding-left:20px;font-size:14px;font-weight:500}.userProfileButton_userImg__3wLGZ{display:block;margin-top:0;height:25px;width:25px}}.header_headerLogoMiddle__22oN3{justify-content:center;height:145px}.header_header__v9FKw,.header_headerLogoMiddle__22oN3{display:flex;width:100%;min-width:320px;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);position:fixed;z-index:15}.header_header__v9FKw{align-items:center}.header_invisibleBoxApper__25Rbi{flex:0.2 1}.header_logoBoxLarge__3unT-{flex:0.6 1;display:flex;justify-content:center}.header_logoBoxSmall__c9-N1{flex:0.2 1;display:flex;justify-content:center}.header_logoMiddle__Fko-h{height:117.47px;margin-top:14px}.header_logoLeft__2LOp7{height:117.47px;max-width:300px;margin-left:20px}.header_profileLogoLeft__1Xw6v,.header_profileLogoMiddle__2j3sf{display:flex;justify-content:center;align-items:center;height:145px;flex:0.2 1}.header_language__2Vb2o{margin-right:10px;width:90px;height:30px;border-radius:20px;border:none;cursor:pointer;display:flex;align-items:center;outline-style:none;font-size:14px}.header_language__2Vb2o:hover{background-color:var(--hoverColor);transition:.4s}.header_language__2Vb2o:hover .header_languageIcon__1XmY_ svg{fill:var(--hoverColor)}.header_languageIcon__1XmY_ svg{width:21px;margin:4px 5px 0;fill:var(--thirdColor)}.header_profileBtnApper__OPAJA{position:relative;display:flex;flex-direction:column;align-items:center;visibility:visible}.header_profileBtnDisapper__3wE98{visibility:hidden}.header_nav__2M5Zj{flex:0.6 1;display:flex;justify-content:space-evenly}.header_navItem__iaane{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:20px;font-weight:500;height:145px}.header_navItem__iaane a{text-decoration:none;color:var(--mainColor)}.header_navLine__2cQjJ{position:absolute;bottom:0;width:131px;height:12px;border-radius:15px}.header_helpBtnApper__j48N8{position:absolute;margin:0;font-size:13px;top:60px;font-weight:500;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);padding:5px 10px}.header_helpBtnApper__j48N8:hover{box-sizing:border-box;padding:5px 10px;border-radius:3px;background-color:var(--lightGrey);transition:.4s}.header_helpBtDisapper__1kp09{display:none}@media screen and (min-width:992px) and (max-width:1199px){.header_navItem__iaane{font-size:17px}.header_navLine__2cQjJ{width:100px;height:10px}}@media screen and (min-width:768px) and (max-width:991px){.header_header__v9FKw{flex-direction:column;height:220px}.header_logoBoxSmall__c9-N1{flex:0.4 1;order:-3}.header_nav__2M5Zj{order:-1;flex:0.4 1;display:flex;width:100%}.header_profileLogoLeft__1Xw6v{width:100%;display:flex;justify-content:flex-end;margin-right:20%;margin-top:10px;height:20px;order:-2;flex:0.2 1}.header_navItem__iaane{height:80px;font-size:17px}.header_navLine__2cQjJ{width:100px;height:10px}.header_logoLeft__2LOp7{height:88px;margin-top:10px;margin-left:0}.header_helpBtnApper__j48N8{position:absolute;margin:0;font-size:13px;top:-35px}}@media screen and (max-width:767px){.header_headerLogoMiddle__22oN3{height:44px}.header_profileLogoMiddle__2j3sf{flex:0.15 1;height:44px;position:absolute;right:20px}.header_logoMiddle__Fko-h{height:60px;margin-top:5px}.header_header__v9FKw{flex-direction:row;height:44px;justify-content:center}.header_logoBoxSmall__c9-N1{flex:0.7 1}.header_logoBoxSmall__c9-N1 a{color:#000}.header_nav__2M5Zj{background-color:#fff;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);position:fixed;top:44px;left:0;display:flex;flex-direction:column;align-items:flex-start;width:100%}.header_profileLogoLeft__1Xw6v{position:absolute;right:20px;height:44px}.header_logoLeft__2LOp7{height:60px;margin-top:10px;margin-left:0}.header_navItem__iaane{color:#000;height:40px;position:relative;font-size:14px;width:100%;display:flex;align-items:flex-start;padding-left:20px}.header_navLine__2cQjJ{display:none}.header_invisibleBoxApper__25Rbi{flex:0.15 1;position:absolute;left:20px}.header_logoBoxLarge__3unT-{flex:0.7 1;display:flex;justify-content:center;align-items:center}.header_logoBoxLarge__3unT- a{color:#000}.header_clicked__24yHb{background-color:var(--mainColor);color:#fff}.header_hamburgerBtn__6q_Gd{position:absolute;left:20px}.header_helpBtnApper__j48N8{display:none}.header_language__2Vb2o{position:absolute;border-radius:0 0 10px 10px;top:44px;right:-10px;height:23px;box-shadow:0 2px 5px 3px rgba(0,0,0,.08)}.header_languageIcon__1XmY_{height:15px;margin-right:5px}.header_languageIcon__1XmY_ svg{width:18px;height:16px;margin:0 5px}.header_hamburgerBtn__6q_Gd button{background-color:initial;border:none;cursor:pointer;outline-style:none}.header_hamburgerCloseImg__Rj8Om,.header_hamburgerImg__3VdIj{margin-top:0;width:25px;height:25px}.header_showLogo__3_IRf{align-items:unset}.header_showLogo__3_IRf .header_logoMiddle__Fko-h{height:100px}}.container{position:absolute;background-color:#f2f2f2;min-height:100%;width:100%;left:"0";bottom:"0";box-sizing:border-box;padding-bottom:400px}.container.guest-flow-active{background-color:#fff}.guest-flow-active .noShadow{box-shadow:none;height:auto}@media screen and (max-width:767px){.container{position:absolute;background-color:#f2f2f2;min-height:100%;width:100%;left:"0";bottom:"0";box-sizing:border-box;padding-bottom:80px}}.incompletePassTable_box__2jSAq{flex:1 1;padding-top:3px;margin-bottom:10px}.incompletePassTable_container__1ES3-{width:100%}.incompletePassTable_tableHeader__j64pt{width:100%;height:74px}.incompletePassTable_hoverPointer__1X7S6{cursor:pointer}.incompletePassTable_tableHeader__item__3fIEn{font-size:15px;font-weight:500;width:12.5%}.incompletePassTable_itemBox__hK4pq{display:flex;justify-content:center;align-items:center;text-align:center;width:100%}.incompletePassTable_triangleBox__-ibOn{margin-left:8%;margin-right:10%;left:80px;bottom:37%;display:flex;flex-direction:column}.incompletePassTable_triangleUp__bDQ7T{border-bottom:7px solid #6c6c6c}.incompletePassTable_triangleUp__bDQ7T,.incompletePassTable_triangleUpGc__11Lpa{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;margin-bottom:9px;opacity:.4}.incompletePassTable_triangleUpGc__11Lpa{border-bottom:7px solid #282828}.incompletePassTable_triangleDownGc__2q8Cl{border-top:7px solid #282828}.incompletePassTable_triangleDown__eKWJl,.incompletePassTable_triangleDownGc__2q8Cl{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;opacity:.4}.incompletePassTable_triangleDown__eKWJl{border-top:7px solid #6c6c6c}.incompletePassTable_triangleActive__1CZT1{border-bottom-color:#fff;border-top-color:#fff;opacity:1}.incompletePassTable_tableTitleBox__1rZrM{background-color:#fff;width:140px;text-align:center;height:35px;margin-left:3px;border-radius:10px 10px 0 0;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 5px rgba(0,0,0,.2)}table tr:last-child td:last-child{border-radius:0 0 10px 0}table tr:last-child td:first-child{border-radius:0 0 0 10px}.incompletePassTable_borderBox__1xLZD{border-radius:0 0 10px 10px;box-shadow:0 1px 5px 0 rgba(0,0,0,.2)}@media screen and (min-width:992px) and (max-width:1199px){.incompletePassTable_tableHeader__item__3fIEn{font-size:14px}}@media screen and (min-width:768px) and (max-width:991px){.incompletePassTable_tableHeader__item__3fIEn{font-size:14px}}@media screen and (max-width:767px){.incompletePassTable_tableHeader__item__3fIEn{font-size:14px}.incompletePassTable_tableTitle__xe2i-{font-size:13px}}.incompletePassTableData_sheet__3Tfe1{height:73px}.incompletePassTableData_item__mpDVT{text-align:center;font-size:14px;font-weight:500;border-bottom:1px solid #e6e6e6}.incompletePassTableData_completeBtn__19EFF{padding:4px 10px;border:1px solid var(--superDarkGrey);border-radius:10px;font-weight:500;background-color:#fff;cursor:pointer}.popUpSmall_greyBackGround__1ctxV{width:100%;height:100%vh;position:fixed;top:0;left:0;z-index:100000;padding-bottom:1000px;background-color:rgba(0,0,0,.7);display:flex;justify-content:center}.popUpSmall_box__xVs2_{max-height:80vh;overflow:auto;margin-top:100px;width:50%;border-radius:5px;scroll-behavior:smooth;overscroll-behavior:contain}.popUpSmall_box__header__T3xAQ{border-radius:5px 5px 0 0;display:flex;justify-content:space-between;align-items:center;padding:10px 14px}.popUpSmall_headerMiddle__VNKsn{display:flex;justify-content:center;padding:10px 14px}.popUpSmall_box__title__dVyWa{font-weight:500;font-size:16px;margin:0 5px}.popUpSmall_box__titleLeft__cKUB5{display:flex;align-items:center}.popUpSmall_circle__2dFJY{min-width:16px;height:16px;border-radius:16px;background-color:#fff;margin-right:5px}.popUpSmall_btn__RF3Y2 button{background-color:initial;border:none}.popUpSmall_btn__RF3Y2 button svg{margin:0;width:20px}@media screen and (min-width:768px) and (max-width:991px){.popUpSmall_box__xVs2_{margin-top:40px;width:100%;border-radius:0}.popUpSmall_box__header__T3xAQ{border-radius:0;display:flex;justify-content:space-between;align-items:center;padding:10px}}@media screen and (max-width:767px){.popUpSmall_box__xVs2_{margin-top:0;width:100%;border-radius:0}.popUpSmall_box__header__T3xAQ{border-radius:0;display:flex;justify-content:space-between;align-items:center;padding:0 10px}}a{text-decoration:none}.portalCard_cardBox__26crD{flex:1 1}.portalCard_card__2nPU0{display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:20px;height:350px;min-width:230px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding:0 1px}.portalCard_card__title__2xZoy{flex:0.14 1;font-size:18px;font-weight:600;margin-top:21px}.portalCard_card__description__GPNqu{font-size:14px;font-weight:600;max-width:270px;height:40px;margin-top:4px;line-height:150%}.portalCard_card__btn__meRr6{display:flex;width:100%;justify-content:center;flex:0.41 1;margin-top:60px}.portalCard_card__btnInnerBox__3eBft{display:flex;flex:0.8 1}.portalCard_card__2nPU0 svg{margin-top:20px;flex:0.33 1}@media screen and (min-width:992px) and (max-width:1199px){.portalCard_card__2nPU0{height:300px}svg{width:90px}.portalCard_card__title__2xZoy,svg{margin-top:5px}.portalCard_card__btn__meRr6{margin-top:40px}}@media screen and (min-width:768px) and (max-width:991px){.portalCard_card__2nPU0{height:280px}.portalCard_card__btn__meRr6{margin-top:20px}.portalCard_card__title__2xZoy{margin-top:0}.portalCard_card__description__GPNqu{font-size:12px;max-width:200px}svg{margin-top:20px;width:80px}}@media screen and (max-width:767px){.portalCard_card__2nPU0{height:280px;border-radius:20px}.portalCard_card__btn__meRr6{margin-top:40px}.portalCard_card__description__GPNqu{font-size:12px;max-width:200px}.portalCard_card__title__2xZoy,svg{margin-top:5px}svg{width:80px;height:100px}}.guestHome_container__1KkB8{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.guestHome_container__innerContainer__101Bn{display:flex;flex:0.9 1;flex-direction:column;margin-top:200px;text-align:center}.guestHome_notifyIncomplete__3IjH9{text-align:center;padding:5px;border:1px solid #b53041;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;border-radius:5px;color:#b53041;background-color:#f5d2d7;font-weight:500;cursor:pointer}.guestHome_box__k90Vh{display:flex;flex:0.96 1;justify-content:center;flex-wrap:wrap}.guestHome_box__innerBox__2bmMW{margin:10px;flex:0.2 1;min-width:230px}.guestHome_popUpInnerBox__Hiudc{padding:20px 40px}.guestHome_notification__3fJcc{box-sizing:border-box;width:100%;text-align:center;padding:5px;border:1px solid #b53041;border-radius:5px;color:#b53041;background-color:#f5d2d7;font-weight:500;margin:0 auto 8px}@media screen and (min-width:768px) and (max-width:991px){.guestHome_box__k90Vh{flex-wrap:wrap}.guestHome_container__innerContainer__101Bn{flex:0.9 1;margin-top:230px}.guestHome_box__innerBox__2bmMW{margin:10px;flex:0.1 1}}@media screen and (max-width:767px){.guestHome_box__k90Vh{flex-direction:column;min-width:320px;flex:0.6 1;margin-bottom:20px}.guestHome_container__innerContainer__101Bn{flex:0.9 1;margin-top:64px}.guestHome_box__innerBox__2bmMW{margin-top:10px;margin:10px 30px}.guestHome_popUpInnerBox__Hiudc{box-sizing:border-box;padding:20px 0}.guestHome_notification__3fJcc{box-sizing:border-box;border-radius:0}}.actionPopUp_gridStatusBox__unU8U{margin-top:9px;border-radius:25px;display:flex;justify-content:center;font-weight:700;align-items:center;height:25px}.actionPopUp_radiusBox__1xx60{margin-top:10px;width:100%;height:40vh;border-radius:0;box-shadow:0 2px 5px 3px rgba(0,0,0,.08);background-color:#f0efef}.actionPopUp_active__18Y43{background-color:#15a021;color:#fff}.actionPopUp_readyToScan__3hY-4{background-color:#9ccc8b;color:#fff}.actionPopUp_incomplete__2UA-9{background-color:#c4c4c4;color:#fff}.actionPopUp_expired__2AF2T{background-color:#a01515;color:#fff}.actionPopUp_refunded__RyT5O{background-color:#e9a41e;color:#fff}.actionPopUp_incompleteRentalCar__3f5FC{background-color:var(--darkGrey);color:#fff}.actionPopUp_item__3Xxqb{text-align:left;font-size:14px;font-weight:500;border-bottom:1px solid #e6e6e6;padding:0 10px;text-transform:capitalize}.actionPopUp_topLine__2k9-w{display:flex;align-items:center;justify-content:space-between}.actionPopUp_btnExport__28Xgn{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.actionPopUp_btnExport__28Xgn:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.actionPopUp_gridSearch__2h9B5{border-radius:5px;height:36px;background-color:#f5f5f5;border:1px solid #c2c2c2;font-size:14px;outline-style:none;line-height:36px;width:20%;min-width:200px;padding:10px}.actionPopUp_textSearch__3uBp9 input{width:"25%";padding:"10px 20px"}.actionPopUp_bulkSelectBox__22WSt{padding:8px 20px 8px 10px;border:none;-webkit-appearance:none;appearance:none;font-size:14px;font-weight:700;outline-style:none;color:#000;background-color:initial;border-radius:4px;cursor:pointer}.actionPopUp_bulkSelectBox__22WSt svg{stroke:var(--mainColor)}.actionPopUp_bulkSelectBox__22WSt:hover{background-color:var(--mainColor);color:#fff}.actionPopUp_actionBtn__vXm0r{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex}.actionPopUp_actionBox__1xyuT{width:100%;height:100%;display:flex;align-items:center;padding-top:11px}.actionPopUp_actionBtn__vXm0r svg{margin-top:1px;min-width:14px;stroke:var(--mainColor)}.actionPopUp_menuContainer__3147V{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.actionPopUp_menuItem__2jcCd{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}.actionPopUp_menuItem__2jcCd:hover{background-color:#dee2ea}.actionPopUp_itemText__5lYgU{margin-left:16px}@media screen and (max-width:767px){.actionPopUp_topLine__2k9-w{display:flex;align-items:center;justify-content:space-between;padding:0 10px}.actionPopUp_btnExport__28Xgn{width:130px;font-size:14px}.actionPopUp_actionBtn__vXm0r svg{min-width:14px;height:16px}}.myPassGrid_gridStatusBox__289mg{margin-top:9px;border-radius:25px;display:flex;justify-content:center;font-weight:700;align-items:center;height:25px}.myPassGrid_radiusBox__2_o_V{margin-top:10px;width:100%;height:60vh;border-radius:0;background-color:#f0efef}.myPassGrid_active__B1kke{background-color:#15a021;color:#fff}.myPassGrid_readyToScan__1gBTH{background-color:#9ccc8b;color:#fff}.myPassGrid_incomplete__1l_Ks{background-color:#c4c4c4;color:#fff}.myPassGrid_expired__2NpdU{background-color:#a01515;color:#fff}.myPassGrid_refunded__3OMQl{background-color:#e9a41e;color:#fff}.myPassGrid_incompleteRentalCar__1SCzO{background-color:var(--darkGrey);color:#fff}.myPassGrid_suspended__2VEa6{background-color:#a01515;color:#fff}.myPassGrid_item__1ckYy{text-align:left;font-size:14px;font-weight:500;border-bottom:1px solid #e6e6e6;padding:0 10px;text-transform:capitalize}.myPassGrid_topLine__5Q6NU{display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.myPassGrid_btnExport__1EzyW{display:flex;justify-content:center;width:170px;height:36px;background:#fff;border:1px solid var(--mainColor);color:var(--mainColor);font-weight:500;box-shadow:0 1px 5px 2px rgba(0,0,0,.08);border-radius:5px;cursor:pointer;font-size:14px;align-items:center}.myPassGrid_btnExport__1EzyW:hover{background-color:var(--mainColor);color:#fff;transition:.4s}.myPassGrid_gridSearch__3jGeZ{border-radius:5px;height:36px;background-color:#f5f5f5;border:1px solid #c2c2c2;font-size:14px;outline-style:none;line-height:36px;width:20%;min-width:200px;padding:10px}.myPassGrid_textSearch__3b7c9 input{width:"25%";padding:"10px 20px"}.myPassGrid_bulkSelectBox__X6IiP{padding:8px 20px 8px 10px;border:none;-webkit-appearance:none;appearance:none;font-size:14px;font-weight:700;outline-style:none;color:#000;background-color:initial;border-radius:4px;cursor:pointer}.myPassGrid_bulkSelectBox__X6IiP svg{stroke:var(--mainColor)}.myPassGrid_bulkSelectBox__X6IiP:hover{background-color:var(--mainColor);color:#fff}.myPassGrid_actionBtn__1n9zy{border:none;color:var(--mainColor);background-color:initial;font-weight:500;cursor:pointer;display:flex}.myPassGrid_actionBox__1qR1D{width:100%;height:100%;display:flex;align-items:center;padding-top:11px}.myPassGrid_actionBtn__1n9zy svg{margin-top:1px;min-width:14px;max-width:14px;max-height:16px;stroke:var(--mainColor)}.myPassGrid_menuContainer__W46Qm{width:240px;background-color:#f8f8f8;box-shadow:0 4px 5px 0 rgba(0,0,0,.08);border:1px solid #cccfd4}.myPassGrid_menuItem__7VMCb{height:30px;border-bottom:1px solid #dee2ea;display:flex;align-items:center;cursor:pointer;color:#333;font-size:14px}.myPassGrid_menuItem__7VMCb:hover{background-color:#dee2ea}.myPassGrid_itemText__XdflJ{margin-left:16px}.myPassGrid_selectBox__2V740{margin:0 5px;width:77px;border-radius:2px;border:1px solid #bdbdbd;outline-style:none;cursor:pointer;padding:3px;-webkit-appearance:none;-moz-appearance:none}.myPassGrid_paginationBox__273s0{display:flex;justify-content:flex-end;font-size:14px;margin-bottom:10px;margin-top:10px;padding-right:20px}@media screen and (max-width:767px){.myPassGrid_topLine__5Q6NU{display:flex}.myPassGrid_btnExport__1EzyW{width:130px;font-size:14px}}.myPassGrid_box__3zvXD{display:flex;flex-direction:column}.myPassGrid_btnBox__3k9Nd{display:flex;justify-content:space-between;margin-top:30px}.myPassGrid_btnShare__2gRgb{width:141px;height:35px;background-color:var(--mainColor);color:#fff;border:none;border-radius:5px;cursor:pointer}.myPassGrid_btnCancel__Gs158{width:141px;height:35px;background-color:#fff;color:var(--mainColor);border:none;border-radius:5px;border:1px solid var(--mainColor);cursor:pointer}.myPassGrid_selectBox__2V740 option{font-size:14px;font-weight:500}.myPassesTab_tabBox__xLxcI{flex:0 0 auto}.myPassesTab_tabBox__tab__2F3BT{position:relative;width:100%;border:none;border-radius:20px 20px 0 0;outline-style:none;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:10px 15px;background:#eee;border-radius:0;background:#fff;box-shadow:0 -4px 20px 0 rgba(130,141,157,.08)}.myPassesTab_tabBox__xLxcI .myPassesTab_active__2xOnH{color:#cecaca;background:#f1f1f1;box-shadow:0 -4px 20px 0 rgba(130,141,157,.08)}.myPassesTab_tabBox__title__x0eof{font-size:14px}.myPassesTab_tabBox__tabLine__36bxN{position:absolute;bottom:0;width:100%;height:2px}@media screen and (max-width:767px){.myPassesTab_tabBox__xLxcI{display:flex}}.guestPasses_container__uiNgd{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.guestPasses_box__2lmrH{width:100%;margin-top:200px;border-radius:0;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.guestPasses_box__subHeader__3n_Mj{flex:1 1;width:100%;display:flex;align-items:center;border-radius:0;height:103px}.guestPasses_box__circle__2Woyr{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.guestPasses_box__title__3U6RB{font-size:35px;font-weight:500}.guestPasses_box__flexBox__PMymB{box-sizing:border-box;position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:0;padding:20px 10px 108px}.guestPasses_instruction__1yeha{box-sizing:border-box;width:98%;text-align:center;padding:10px 40px;background-color:#f2f2f2;line-height:130%;margin-bottom:20px}.guestPasses_box__innerBox__1C_wF{width:100%;overflow:hidden;border:1px solid #cdcdcd}.guestPasses_box__tabBox__34CTo{width:100%;display:flex;margin-bottom:0}.guestPasses_complete__QKCzi{position:absolute;bottom:10px;left:0;width:100%;display:flex;justify-content:center}.guestPasses_clickBtn__29LDG{width:78%;border:none;border-radius:50px;padding:5px 0;outline-style:none;font-weight:500;font-size:14px;cursor:pointer}.guestPasses_clickBtn__29LDG:hover{background-color:var(--specialGrey);transition:.4s}.guestPasses_seperateBox__3aa30{width:98%}.guestPasses_upperTableBox__238BV{margin:15px 0}.guestPasses_lowerTableBox__1ePpu,.guestPasses_upperTableBox__238BV{border-radius:10px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.2));filter:drop-shadow(0 0 3px rgba(0,0,0,.2))}@media screen and (min-width:992px) and (max-width:1199px){.guestPasses_box__2lmrH{width:98%}}@media screen and (min-width:768px) and (max-width:991px){.guestPasses_box__2lmrH{width:100%;margin-top:230px;border-radius:0}.guestPasses_box__subHeader__3n_Mj{border-radius:0;height:103px}.guestPasses_box__innerBox__1C_wF{width:100%;border-radius:0}.guestPasses_box__flexBox__PMymB{border-radius:0}.guestPasses_seperateBox__3aa30{width:100%}}@media screen and (max-width:767px){.guestPasses_box__2lmrH{width:100%;margin-top:44px;border-radius:0}.guestPasses_box__subHeader__3n_Mj{border-radius:0;height:103px}.guestPasses_box__innerBox__1C_wF{width:100%;border-radius:0}.guestPasses_box__circle__2Woyr{width:16px;height:16px;margin-left:20px}.guestPasses_box__title__3U6RB{font-size:20px;font-weight:500}.guestPasses_box__flexBox__PMymB{border-radius:0;padding-top:10px}.guestPasses_box__tabBox__34CTo{height:70px}.guestPasses_seperateBox__3aa30{width:100%}.guestPasses_instruction__1yeha{width:100%;padding:10px;margin-bottom:10px}}.editProfileGuest_container__NUrEF{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.editProfileGuest_box__28pje{width:82%;display:flex;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.editProfileGuest_subNav__3muPh{display:flex;flex-direction:column;width:17%;border-radius:20px 0 0 20px}.editProfileGuest_infoBox__3IcMK{width:100%}.editProfileGuest_btnBox__3ZkW3{margin-top:73px}.editProfileGuest_btn__2YLCc{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:80px;cursor:pointer;outline-style:none}.editProfileGuest_btn__2YLCc svg{margin-top:0;height:32px;width:32px}.editProfileGuest_text__2kEVp{font-size:16px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}@media screen and (min-width:992px) and (max-width:1199px){.editProfileGuest_box__28pje{width:98%}.editProfileGuest_subNav__3muPh{width:30%}}@media screen and (min-width:768px) and (max-width:991px){.editProfileGuest_box__28pje{width:100%;display:flex;margin-top:230px;border-radius:0}.editProfileGuest_subNav__3muPh{width:30%;border-radius:0}.editProfileGuest_text__2kEVp{font-size:16px;font-weight:500}.editProfileGuest_btn__2YLCc svg{height:30px;width:30px}}@media screen and (max-width:767px){.editProfileGuest_box__28pje{width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.editProfileGuest_subNav__3muPh{width:100%;border-radius:0}.editProfileGuest_btnBox__3ZkW3{margin-top:0}.editProfileGuest_btn__2YLCc svg{height:23px;width:23px}.editProfileGuest_text__2kEVp{font-size:14px;font-weight:500;margin-left:6%;margin-right:2px;text-align:left}.editProfileGuest_btn__2YLCc{width:100%;border:none;display:flex;align-items:center;padding-left:10%;padding-right:5%;height:60px}}.passwordResetForm_form__3v_1Y{width:56%}.passwordResetForm_inputLong__2IR2a{margin-bottom:25px}.passwordResetForm_btn__18mRa{height:43px;width:40%;border:none;border-radius:10px;font-size:18px;margin-top:150px;cursor:pointer;outline-style:none;font-weight:500}.passwordResetForm_btn__18mRa:hover{background-color:var(--hoverColor);color:#fff;transition-duration:.4s}.passwordResetForm_alertLine__3FIn0{text-align:center;margin-bottom:10px}.passwordResetForm_btnBox__2npCM{text-align:center}@media screen and (min-width:992px) and (max-width:1199px){.passwordResetForm_form__3v_1Y{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.passwordResetForm_form__3v_1Y{width:80%}}@media screen and (max-width:767px){.passwordResetForm_form__3v_1Y{width:80%}.passwordResetForm_inputLong__2IR2a{margin-bottom:18px}.passwordResetForm_btn__18mRa{width:50%;font-size:16px}}.resetPassword_subHeader__3qx4r{display:flex;align-items:center;height:103px;border-radius:0 20px 0 0}.resetPassword_circle__35iPF{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.resetPassword_title__20W5f{font-size:35px;font-weight:500}.resetPassword_form__1_vHY{width:100%;display:flex;justify-content:center;margin-top:94px;padding-bottom:108px}@media screen and (min-width:768px) and (max-width:991px){.resetPassword_subHeader__3qx4r{border-radius:0}}@media screen and (max-width:767px){.resetPassword_circle__35iPF{width:16px;height:16px;margin-left:20px}.resetPassword_title__20W5f{font-size:20px;font-weight:500}.resetPassword_subHeader__3qx4r{border-radius:0}.resetPassword_form__1_vHY{width:100%;margin-top:30px}}.UsStateSelect_label__3U-K1{font-size:18px;display:flex;flex-direction:column}.UsStateSelect_select__15o-5{display:flex;height:34px;width:100%;border:none;border-bottom:2px solid var(--lightGrey);outline-style:none;font-size:15px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat 100%;color:var(--darkGrey);background-color:#f5f5f5;padding-left:10px}.UsStateSelect_select__15o-5 option{color:var(--darkGrey)}@media screen and (min-width:768px) and (max-width:991px){.UsStateSelect_label__3U-K1{font-size:16px}.UsStateSelect_select__15o-5{height:30px;width:100%;font-size:14px}}@media screen and (max-width:767px){.UsStateSelect_label__3U-K1{font-size:16px}.UsStateSelect_select__15o-5{height:30px;width:100%;font-size:14px}}.myinfoForm_form__2p-29{width:56%}.myinfoForm_inputBox__2VoYv{display:flex;justify-content:space-between;margin-bottom:25px}.myinfoForm_inputLong__17Xcl{margin-bottom:25px}.myinfoForm_inputShort__1yWGv{width:48%}.myinfoForm_alert__1S36b{font-size:14px;text-align:center;margin-left:8px}.myinfoForm_alertBox__2Uwfi{display:flex;align-items:center;justify-content:center}.myinfoForm_btn__17cpw{height:43px;width:40%;border:none;border-radius:10px;font-size:18px;margin-top:43px;cursor:pointer;outline-style:none;font-weight:500}.myinfoForm_btnBox__1Jck3{text-align:center}.myinfoForm_btn__17cpw:hover{background-color:var(--hoverColor);color:#fff;transition-duration:.4s}.myinfoForm_alertLine__3PDJ9{text-align:center;margin-bottom:10px}@media screen and (min-width:992px) and (max-width:1199px){.myinfoForm_form__2p-29{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.myinfoForm_form__2p-29{width:80%}}@media screen and (max-width:767px){.myinfoForm_form__2p-29{width:80%}.myinfoForm_inputBox__2VoYv{flex-direction:column;margin-bottom:0}.myinfoForm_inputShort__1yWGv{width:100%;margin-bottom:18px}.myinfoForm_inputLong__17Xcl{margin-bottom:18px}.myinfoForm_btn__17cpw{width:50%;font-size:16px}}.myProfile_subHeader__Q28gE{display:flex;align-items:center;height:103px;border-radius:0 20px 0 0}.myProfile_circle__BXaUJ{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.myProfile_title__2ewRL{font-size:35px;font-weight:500}.myProfile_form__3Vrzb{width:100%;display:flex;justify-content:center;margin-top:94px;padding-bottom:108px}@media screen and (min-width:768px) and (max-width:991px){.myProfile_subHeader__Q28gE{border-radius:0}}@media screen and (max-width:767px){.myProfile_circle__BXaUJ{width:16px;height:16px;margin-left:20px}.myProfile_title__2ewRL{font-size:20px;font-weight:500}.myProfile_subHeader__Q28gE{border-radius:0}.myProfile_form__3Vrzb{width:100%;margin-top:30px}}.passGenerator_flexBox__Oj-AT{width:100%;display:flex}.passGenerator_container__1-haT{width:100%;display:flex;justify-content:center}.passGenerator_passBox__QSOhI{width:100%}.passGenerator_pass__2vfpG{width:300px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));filter:drop-shadow(0 0 3px rgba(0,0,0,.3));border:1px solid #e2e0e0;margin-top:20px;display:flex;flex-direction:row;align-items:center;padding:5px 45px 10px;border-radius:20px;margin-bottom:10px}.passGenerator_logoBox___6-mI{width:100%;display:flex;justify-content:center;margin-bottom:5px}.passGenerator_logo__16eaH{height:70px}.passGenerator_title__OZXkQ{text-align:center;margin-top:0;font-size:18px;font-weight:500}.passGenerator_subtitle__1BJnb{text-align:center;margin-top:5px;font-size:13px;font-weight:500}.passGenerator_validFromBox__225EB{margin-top:8px;padding-left:7px;padding-bottom:5px;border-bottom:1px dashed #c4c4c4}.passGenerator_validFrom__2btjk{font-size:14px;font-weight:400;margin-right:5px;margin-bottom:5px}.passGenerator_validFromItems__28E48{font-weight:700;color:#000;font-size:14px}.passGenerator_validToBox__3b0p4{margin-top:8px;padding-left:7px;padding-bottom:5px}.passGenerator_infoBox__1mMvj{width:100%;background-color:#f8f8f8;border-radius:10px;margin-top:10px}.passGenerator_info__RMnys{padding:0 5px;width:40%}.passGenerator_invisiableBox__2HJ8f{width:20%}.passGenerator_Row__2rGYg{display:flex;justify-content:space-between;padding:5px 0}.passGenerator_name__UJmGR{font-size:14px;font-weight:400}.passGenerator_nameitem__2nRth{font-size:14px;font-weight:700}.passGenerator_contentTitle__pBgra{font-weight:400;font-size:14px}.passGenerator_content__26UD8{font-weight:700;font-size:14px}.passGenerator_btnBox__3QmD1{display:flex;width:34%;margin-left:55%}.passGenerator_btnShare__1RFtt{width:254px;margin-right:30px}.passGenerator_btnDownload__2ILpT{width:254px}.passGenerator_footerTitle__3yZDc{font-size:13px;text-align:center;margin-top:10px}.passGenerator_passForm__35oPq{width:38%;margin-left:2%;margin-top:40px}.passGenerator_boxTop__3O_h-{width:80%;display:flex;justify-content:center}.passGenerator_qrCode__3sLzT{width:100%}.passGenerator_timeBox__2gwLr{width:100%;background-color:#f8f8f8;border-radius:10px;margin-top:-20px}.passGenerator_passImg__VZYJL{width:auto;max-height:450px;object-fit:contain}.passGenerator_passImgBoxs__3a_k4{border:1px solid #e2e0e0;border-radius:12px;padding:16px;margin-top:20px;margin-bottom:10px}.passGenerator_passImgBox__u-kr5{width:350px;height:653.33px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));filter:drop-shadow(0 0 3px rgba(0,0,0,.3));border:1px solid #e2e0e0;margin-top:20px;border-radius:20px;overflow:hidden;margin-bottom:10px}.passGenerator_noClick__2RkaX{cursor:pointer}@media screen and (max-width:767px){.passGenerator_title__OZXkQ{font-size:18px}.passGenerator_subtitle__1BJnb{text-align:center;margin-top:5px;font-size:13px;font-weight:500}.passGenerator_container__1-haT{width:100%;padding:0}.passGenerator_pass__2vfpG{box-sizing:border-box;max-width:auto;width:100%;padding:11px 0 14px;border-radius:0;margin:0 0 10px}.passGenerator_qrCode__3sLzT{width:100%}.passGenerator_logo__16eaH{height:60px}}.popUp_greyBackGround__3sJp9{width:100%;height:100%vh;position:absolute;top:0;left:0;z-index:100000;padding-bottom:1000px}.popUp_box__wWybc{width:80%;margin:20px auto 0;border-radius:20px 20px 20px 20px;min-width:320px;padding-bottom:40px}.popUp_box__header__7NgKi{height:60px;border-radius:20px 20px 0 0;position:relative;display:flex;align-items:center;justify-content:center}.popUp_box__title__2RTo1{font-size:24px;font-weight:500}.popUp_btn__2_oyv{position:absolute;right:20px;height:-webkit-min-content;height:min-content}.popUp_btn__2_oyv button{border:none;background-color:initial;cursor:pointer;outline-style:none;width:25px;height:25px}.popUp_closeImg__Y9d-a{width:25px;height:25px;margin-top:0}.popUp_btn__2_oyv svg{margin-top:0}.popUp_itemBox__1lS6g{display:flex;padding:0 100px}@media screen and (min-width:992px) and (max-width:1199px){.popUp_itemBox__1lS6g{display:flex;padding:0 20px}}@media screen and (min-width:768px) and (max-width:991px){.popUp_box__wWybc{width:96%}.popUp_itemBox__1lS6g{display:flex;padding:0 20px}}@media screen and (max-width:767px){.popUp_box__wWybc{width:100%;min-width:320px;margin-top:0;border-radius:0}.popUp_box__header__7NgKi{border-radius:0}.popUp_greyBackGround__3sJp9{width:100%;height:100%;position:absolute;top:0;left:0;z-index:100000;padding-bottom:20px}.popUp_btn__2_oyv{position:absolute;right:20px}.popUp_box__title__2RTo1{font-size:18px;font-weight:500}.popUp_itemBox__1lS6g{display:flex;padding:0}.popUp_closeImg__Y9d-a{width:20px;height:20px;margin-top:0}}.accessPassDisplay_flexBox__cS-jU{width:100%;display:flex}.accessPassDisplay_passBox__1lk0z{width:100%;display:flex;justify-content:center}.accessPassDisplay_invisibleBox__3sHhq{width:254px;margin-right:10px}.accessPassDisplay_passImg__3DX4-{width:32%;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-radius:20px;margin-top:10px}.accessPassDisplay_pass__rg6_f{width:62%;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;padding:26px 100px 22px;margin:40px auto;border-radius:20px}.accessPassDisplay_logo__yzulU{height:96px}.accessPassDisplay_title__1OgP4{text-align:center;margin-top:21px;font-size:32px;font-weight:500}.accessPassDisplay_subtitle__2NJdQ{text-align:center;margin-top:7px;font-size:14px;font-weight:500}.accessPassDisplay_validFromBox__19Epj{display:flex;align-items:center;justify-content:center;margin-top:24px}.accessPassDisplay_validFrom__1fy7h{font-size:16px;font-weight:500;margin-right:5px}.accessPassDisplay_validFromItems__14Dtp{font-weight:500}.accessPassDisplay_validToBox__gT24e{display:flex;align-items:center;justify-content:center;margin-top:7px}.accessPassDisplay_infoBox__1HiqC{display:flex;justify-content:space-between;margin-top:40px}.accessPassDisplay_info__1ZMfM{display:flex;align-items:center;margin-bottom:14px}.accessPassDisplay_name__1tL_I{font-size:24px;font-weight:600;margin-right:5px}.accessPassDisplay_nameitem__2BPZa{font-size:24px;font-weight:500}.accessPassDisplay_contentTitle__2MQZQ{font-weight:600;font-size:16px;margin-right:5px}.accessPassDisplay_content__Gp_k-{font-weight:500}.accessPassDisplay_boxLeft__3Rgz0{padding-top:10px}.accessPassDisplay_btnShare__1KWq1{width:254px;margin-right:0;margin-bottom:10px}.accessPassDisplay_btnDownload__1-j8D{width:254px}.accessPassDisplay_footerTitle__1uQhH{font-size:13px;text-align:center;margin-top:24px}.accessPassDisplay_passForm__2CZYa{width:38%;margin-left:2%;margin-top:40px}.accessPassDisplay_btnBox__1Dqsw{display:flex;flex-direction:column;justify-content:flex-end;margin-left:10px}@media screen and (min-width:1200px){.accessPassDisplay_info__1ZMfM,.accessPassDisplay_infoBox__1HiqC{flex-wrap:wrap}}@media screen and (min-width:992px) and (max-width:1199px){.accessPassDisplay_infoBox__1HiqC{flex-wrap:wrap}.accessPassDisplay_info__1ZMfM{flex-wrap:wrap;width:243px;height:32px}.accessPassDisplay_validFromBox__19Epj{min-width:369px}.accessPassDisplay_passImg__3DX4-{width:40%;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-radius:20px;margin-top:10px}}@media screen and (min-width:768px) and (max-width:991px){.accessPassDisplay_flexBox__cS-jU,.accessPassDisplay_infoBox__1HiqC{flex-direction:column;align-items:center}.accessPassDisplay_passForm__2CZYa{order:1;width:80%;margin-left:2%;margin-top:40px}.accessPassDisplay_btnDownload__1-j8D,.accessPassDisplay_btnShare__1KWq1{width:200px;display:flex;justify-content:center}.accessPassDisplay_passBox__1lk0z{width:100%;display:flex;flex-direction:column;align-items:center}.accessPassDisplay_btnBox__1Dqsw{display:flex;flex-direction:column;justify-content:flex-end;margin-left:0;margin-top:10px}.accessPassDisplay_invisibleBox__3sHhq{display:none}.accessPassDisplay_passImg__3DX4-{width:50%;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-radius:20px;margin-top:10px}}@media screen and (max-width:767px){.accessPassDisplay_pass__rg6_f{box-sizing:border-box;width:100%;padding-top:10px;padding-left:5px;padding-right:5px;margin:0;border-radius:0}.accessPassDisplay_infoBox__1HiqC{flex-direction:column;align-items:center}.accessPassDisplay_logo__yzulU{height:86px}.accessPassDisplay_title__1OgP4{font-size:20px}.accessPassDisplay_subtitle__2NJdQ{margin-top:7px;font-size:13px}.accessPassDisplay_qrCode__8h5zW{height:150px}.accessPassDisplay_validFromBox__19Epj,.accessPassDisplay_validToBox__gT24e{flex-wrap:wrap}.accessPassDisplay_btnBox__1Dqsw{width:200px}.accessPassDisplay_btnShare__1KWq1{width:254px}.accessPassDisplay_validFrom__1fy7h,.accessPassDisplay_validFromItems__14Dtp{font-size:14px}.accessPassDisplay_name__1tL_I{font-size:18px}.accessPassDisplay_nameitem__2BPZa{font-size:18px;font-weight:500}.accessPassDisplay_contentTitle__2MQZQ{font-weight:600;font-size:14px;margin-right:5px}.accessPassDisplay_content__Gp_k-{font-weight:500}.accessPassDisplay_flexBox__cS-jU{flex-direction:column;align-items:center}.accessPassDisplay_passForm__2CZYa{order:1;width:80%;margin-left:2%;margin-top:40px}.accessPassDisplay_btnDownload__1-j8D,.accessPassDisplay_btnShare__1KWq1{width:200px;display:flex;justify-content:center}.accessPassDisplay_passBox__1lk0z{width:100%;display:flex;flex-direction:column;align-items:center}.accessPassDisplay_btnBox__1Dqsw{display:flex;flex-direction:column;justify-content:flex-end;margin-left:0;margin-top:10px}.accessPassDisplay_invisibleBox__3sHhq{display:none}.accessPassDisplay_passImg__3DX4-{width:100%;box-shadow:0 1px 5px 0 rgba(0,0,0,.2);border-radius:0;margin-top:0}}.sharePassFormCollection_container__2ZOH3{height:80vh;overflow:scroll;overflow-y:auto;overflow-x:hidden;padding-top:5px;padding-left:5px;padding-right:5px;display:flex;flex-direction:column;align-items:center}.sharePassFormCollection_box__3aI_f{box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);margin-bottom:30px;border-radius:20px;max-width:500px}.sharePassFormCollection_header__1o_dQ{position:relative;height:40px;border-radius:20px 20px 0 0;display:flex;justify-content:center;align-items:center}.sharePassFormCollection_exit__EBrY3{position:absolute;right:15px}.sharePassFormCollection_title__3sILG{margin-left:2px;font-weight:500;font-size:16px}.sharePassFormCollection_infoBox__5jC0k{display:flex;flex-direction:column;align-items:center;padding:20px 20px 20px 10px}.sharePassFormCollection_text__1dak9{text-align:center;font-size:16px;font-weight:500;margin-bottom:27px}.sharePassFormCollection_inputLongBox__2EIcb{display:flex}.sharePassFormCollection_inputBox__1zOEd{display:flex;justify-content:space-between;margin-bottom:26px}.sharePassFormCollection_inputShort__755wC{width:40%;margin-bottom:13px}.sharePassFormCollection_checkBox__2w2-m{width:22px;height:22px;border:2px solid #d8d8d8;margin-right:10px;background-color:#fff;-webkit-appearance:none;outline-style:none;cursor:pointer}.sharePassFormCollection_checkBox__2w2-m:checked{background:url(/static/media/checked.5aa474f8.svg) no-repeat 50%}.sharePassFormCollection_inputLong__16qwz{width:100%;margin-bottom:26px}.sharePassFormCollection_btn__2J2rX{width:80%}.sharePassFormCollection_addBtn__3tMIX{margin-top:30px;text-align:center}.sharePassFormCollection_textBelow__2XoSN{font-size:14px;font-weight:500}.sharePassFormCollection_addBtn__3tMIX button{width:25px;height:25px;outline-style:none;border:none;cursor:pointer;background-color:initial}.sharePassFormCollection_addBtnImg__38IjS{width:25px;height:25px;fill:var(--secondaryColor);margin-top:0}.sharePassFormCollection_exit__EBrY3 button{border:none;background-color:initial;cursor:pointer;outline-style:none;width:20px;height:20px}.sharePassFormCollection_exitBtnSmallImg__14KIf{width:20px;height:20px;margin-top:0}.sharePassFormCollection_exitHidden__3bkr5{display:none}@media screen and (min-width:992px) and (max-width:1199px){.sharePassFormCollection_inputBox__1zOEd{flex-direction:column;margin-left:30px}.sharePassFormCollection_inputShort__755wC{width:100%}}@media screen and (min-width:768px) and (max-width:991px){.sharePassFormCollection_container__2ZOH3{display:flex;flex-direction:column;align-items:center}.sharePassFormCollection_btn__2J2rX{text-align:center}}@media screen and (max-width:767px){.sharePassFormCollection_container__2ZOH3{width:100%;display:flex;flex-direction:column;align-items:center}.sharePassFormCollection_btn__2J2rX{text-align:center;display:flex;justify-content:center}}.accessPassDisplay_flexBox__mbyo3{width:100%;display:flex;justify-content:center}.accessPassDisplay_passBox__3u-2n{width:50%;display:flex;justify-content:center}.accessPassDisplay_passBox__3u-2n img{width:100%}.accessPassDisplay_passForm__NNPvR{width:50%;margin-top:20px;display:flex;justify-content:center}.accessPassDisplay_innerBox__3-68C{width:70%;min-width:250px}@media screen and (min-width:768px) and (max-width:991px){.accessPassDisplay_flexBox__mbyo3{flex-direction:column}.accessPassDisplay_passBox__3u-2n{width:100%;display:flex;justify-content:center}.accessPassDisplay_passBox__3u-2n img{width:100%}.accessPassDisplay_passForm__NNPvR{width:100%;order:1}}@media screen and (max-width:767px){.accessPassDisplay_flexBox__mbyo3{flex-direction:column}.accessPassDisplay_passBox__3u-2n{width:100%;display:flex;justify-content:center}.accessPassDisplay_passBox__3u-2n img{width:100%}.accessPassDisplay_passForm__NNPvR{width:100%;order:1}}.communityRulesReview_box__3kd4h{margin-top:160px;width:100%;display:flex;flex-direction:column;align-items:center}.communityRulesReview_videoContainer__2_l0u{position:relative;padding-bottom:83%;height:0;width:50%;overflow:hidden}.communityRulesReview_videoContainer__2_l0u embed,.communityRulesReview_videoContainer__2_l0u iframe,.communityRulesReview_videoContainer__2_l0u object{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width:768px) and (max-width:991px){.communityRulesReview_box__3kd4h{margin-top:240px}}@media screen and (max-width:767px){.communityRulesReview_box__3kd4h{margin-top:44px;min-width:320px}.communityRulesReview_videoContainer__2_l0u{width:90%}}.shareHistory_shareBox__1SQ25{width:100%;display:flex;flex-direction:column;align-items:center}.shareHistory_title__XMaTx{font-size:25px;font-weight:500;text-align:center}.shareHistory_name__2A8Ua{width:50%;font-size:18px;font-weight:500;height:50px;background-color:var(--lightGrey);margin-bottom:10px;border-radius:10px;display:flex;align-items:center;padding:0 10px}@media screen and (max-width:767px){.shareHistory_title__XMaTx{font-size:20px;font-weight:500;text-align:center}.shareHistory_name__2A8Ua{width:80%;font-size:16px;font-weight:500;height:38px;background-color:var(--lightGrey);margin-bottom:10px;border-radius:10px;display:flex;align-items:center;padding:0 10px}}.registrationNavHeader_navHeaderBox__2mRrf{display:flex;flex-direction:column;align-items:center;text-align:center}.registrationNavHeader_titleGrey__MF-7l{display:flex;justify-content:center;font-size:26px;font-weight:500;margin-top:32px}.registrationNavHeader_titleBlue__3LCTG{margin-left:7px}.registrationNavHeader_text__2UDxb{font-size:15px;margin-top:10px;max-width:855px;line-height:150%;font-weight:500}.registrationNavHeader_bold__18kGb{font-weight:600;color:#000;margin-left:5px}.registrationNavHeader_iconBox__2KTfC{display:flex;margin-top:0;width:100%;justify-content:space-evenly;align-items:center}.registrationNavHeader_line__3w6Gx{height:4px;width:68px;border-radius:4px}.registrationNavHeader_title__2INkZ{margin-top:30px;margin-bottom:9px;font-size:25px;font-weight:500}.registrationNavHeader_subTitle__1f2gi{font-size:16px;max-width:574px;font-weight:500;line-height:150%}@media screen and (max-width:767px){.registrationNavHeader_line__3w6Gx{height:3px;width:10%;border-radius:4px}.registrationNavHeader_titleGrey__MF-7l{font-size:20px;margin-top:20px}.registrationNavHeader_text__2UDxb{font-size:14px}.registrationNavHeader_iconBox__2KTfC{display:flex;margin-top:15px;width:100%;justify-content:space-evenly;align-items:center}.registrationNavHeader_title__2INkZ{margin-top:20px;font-size:20px}.registrationNavHeader_subTitle__1f2gi{font-size:14px;max-width:574px}}.registrationNavTile_defaultSvg__16erh{stroke:#bdbdbd;fill:#bdbdbd}.registrationNavTile_successSvg__12fUW{stroke:var(--sucessColor);fill:green}.registrationNavTile_activeSvg__5BzGQ{stroke:var(--thirdColor);fill:var(--thirdColor)}.registrationNavTile_icon__2x5f6 svg{height:50px}.registrationNavTile_title__2w_4C{font-size:18px;font-weight:500}.registrationNavTile_text__18Ho1{font-size:14px;font-weight:500}.registrationNavTile_clickedIconYellow__Q7B8P svg{-webkit-filter:drop-shadow(var(--thirdColor) 10000px 0);filter:drop-shadow(var(--thirdColor) 10000px 0);-webkit-transform:translateX(-10000px);transform:translateX(-10000px);overflow:hidden}.registrationNavTile_clickedIconGreen__EuAQK svg{-webkit-filter:drop-shadow(var(--sucessColor) 10000px 0);filter:drop-shadow(var(--sucessColor) 10000px 0);-webkit-transform:translateX(-10000px);transform:translateX(-10000px);overflow:hidden}.registrationNavTile_lineInvisible__3Q1pS{width:89px;height:10px;visibility:hidden;margin-top:15px}.registrationNavTile_line__oA4cF{width:89px;height:7px;background-color:var(--thirdColor);margin:15px auto 0;border-radius:13px}@media screen and (min-width:768px) and (max-width:991px){.registrationNavTile_icon__2x5f6 svg{height:50px}.registrationNavTile_title__2w_4C{font-size:20px}.registrationNavTile_text__18Ho1{font-size:14px;font-weight:500}}@media screen and (max-width:767px){.registrationNavTile_icon__2x5f6 svg{height:40px}.registrationNavTile_title__2w_4C{font-size:16px}.registrationNavTile_text__18Ho1{font-size:12px;font-weight:500;height:20px}.registrationNavTile_lineInvisible__3Q1pS{width:50px;height:5px;visibility:hidden;margin-top:30px}.registrationNavTile_line__oA4cF{width:50px;height:5px;background-color:var(--thirdColor);margin:30px auto 0;border-radius:13px}}.communityRules_container__Qjacf{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.communityRules_box__2_sLd{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.communityRules_btn__2xk7_{width:254px;margin-top:20px}.communityRules_videoBox__1h1lr{width:100%}.communityRules_videoContainer__20lh_{display:flex;justify-content:center}.communityRules_videoContainer__20lh_ embed,.communityRules_videoContainer__20lh_ iframe,.communityRules_videoContainer__20lh_ object{width:50vw;height:65vh}@media screen and (min-width:992px) and (max-width:1199px){.communityRules_box__2_sLd{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.communityRules_box__2_sLd{width:100%;border-radius:0;margin-top:230px;min-width:320px}.communityRules_btn__2xk7_{width:200px;margin-top:116px;display:flex;justify-content:center}.communityRules_videoContainer__20lh_ embed,.communityRules_videoContainer__20lh_ iframe,.communityRules_videoContainer__20lh_ object{width:100vw;height:65vh}}@media screen and (max-width:767px){.communityRules_box__2_sLd{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.communityRules_btn__2xk7_{width:200px;margin-top:25px;display:flex;justify-content:center}.communityRules_videoContainer__20lh_{position:relative;padding-bottom:110%;height:0;overflow:hidden}.communityRules_videoContainer__20lh_ embed,.communityRules_videoContainer__20lh_ iframe,.communityRules_videoContainer__20lh_ object{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:100%}}.orderSummary_infoBox__12166{padding:30px 49px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:70%;display:flex;flex-direction:column;align-items:center;margin-right:0}.orderSummary_title__2cr-q{font-size:24px;margin-bottom:7px;text-align:center}.orderSummary_text__2z2wm{text-align:center;font-size:14px;margin-bottom:36px}.orderSummary_tableBox__1pOyJ{display:flex;flex-direction:column;text-align:left;width:100%;margin-bottom:20px}.orderSummary_tableBox__1pOyJ th{padding-right:10px;font-weight:500}.orderSummary_tableBox__1pOyJ tr{margin-bottom:26px}.orderSummary_btnDownload__1B8uZ{width:254px}.orderSummary_btnDownload__1B8uZ p{text-align:center}.orderSummary_btnPrint__1yXnL{width:254px;margin-bottom:20px}.orderSummary_passNum__33Fbj{list-style:none}@media screen and (min-width:992px) and (max-width:1199px){.orderSummary_tableBox__1pOyJ th{display:flex;padding-right:10px;font-weight:500}}@media screen and (min-width:768px) and (max-width:991px){.orderSummary_btnDownload__1B8uZ,.orderSummary_btnPrint__1yXnL{width:100%;display:flex;justify-content:center}}@media screen and (max-width:767px){.orderSummary_title__2cr-q{font-size:20px}.orderSummary_tableBox__1pOyJ th{font-size:14px;display:flex}.orderSummary_tableBox__1pOyJ tr{font-size:14px}.orderSummary_btnDownload__1B8uZ,.orderSummary_btnPrint__1yXnL{width:100%;display:flex;justify-content:center}}.passSummary_title__2cO8b{font-size:18px;font-weight:500}.passSummary_box__2FLvZ{margin-bottom:54px}.passSummary_titleBox__2cCnP{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.passSummary_container__ZNSf1{padding-bottom:20px;border-bottom:2px solid var(--specialGrey)}.passSummary_tHead__2NlNw{font-size:14px;font-weight:500;width:100%;min-width:100px;word-break:break-all}.passSummary_table__xxz3-,.passSummary_tableBox__2s3tU{width:100%}.passSummary_trBox__NbPZv{width:100%;text-align:left}.passSummary_subtotal__3J242{font-size:18px;font-weight:500;margin-top:10px;display:flex;justify-content:space-between;padding-right:25px}.passSummary_vehicleInfoBox__1ceLL{margin-top:20px}.passSummary_tHeadSpace__1tGnq{font-size:14px;font-weight:500;width:100%;min-width:100px;padding-top:10px}.passSummary_editBtn__1wg3O button{width:39px;height:39px;border-radius:1000px;border:2px solid #fff;font-size:24px;cursor:pointer;outline-style:none;background-color:var(--thirdColor)}.passSummary_circleImg__2HIFY{margin-top:0;width:16px;height:16px}.passSummary_info__3wXo0{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.passSummary_ulBox__282wR{display:flex;flex-direction:column;align-items:flex-start;list-style:none}.passSummary_info__3wXo0 ul:nth-child(odd){width:70%}.passSummary_info__3wXo0 ul:nth-child(2n){width:30%}@media screen and (max-width:767px){.passSummary_subtotal__3J242,.passSummary_title__2cO8b{font-size:16px}.passSummary_vehicle__M28IJ ul:nth-child(odd){width:60%}.passSummary_vehicle__M28IJ ul:nth-child(2n){width:40%}}.passSummaryCollection_infoBox__2x3pp{padding:30px 49px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:70%;display:flex;flex-direction:column;align-items:center;margin-right:0}.passSummaryCollection_summaryBox__3a8_-{width:100%}.passSummaryCollection_totalBox__1nuWu{height:50px;width:100%;border:2px solid var(--darkGrey);border-radius:20px;display:flex;align-items:center}.passSummaryCollection_total__3p1P0{width:100%;display:flex;justify-content:space-between}.passSummaryCollection_textLeft__NKrR3{font-size:20px;margin-left:5%;font-weight:500;line-height:65px}.passSummaryCollection_textRight__3dtRt{font-size:20px;margin-right:5%;font-weight:500;line-height:65px}@media screen and (max-width:767px){.passSummaryCollection_totalBox__1nuWu{height:40px}.passSummaryCollection_textLeft__NKrR3,.passSummaryCollection_textRight__3dtRt{font-size:20px}}.receiptDownload_box___4aEX{width:100%}.receiptDownload_flexBox__K4njE{width:100%;box-sizing:border-box;min-width:320px;display:flex;justify-content:space-between}.receiptDownload_passCollectionBox__3fcty{width:50%}.receiptDownload_receiptBox__3XD8B{position:relative;width:50%;max-width:508px;margin-left:4%;margin-right:4%;margin-top:20px;border-radius:20px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));filter:drop-shadow(0 0 3px rgba(0,0,0,.3));border:1px solid #e2e0e0;height:686px;overflow:hidden;min-width:320px}.receiptDownload_shapeBig__3P5Nt{position:absolute;width:0;height:0;border-right:600px solid transparent;border-top:133px solid var(--mainColor)}.receiptDownload_infoBox__3QSMA{margin-top:151px;padding:0 3%}.receiptDownload_shapeSmall__MLCGe{position:absolute;left:63%;width:0;height:0;border-right:400px solid transparent;border-top:100px solid #f3f3f3;opacity:.5}.receiptDownload_circle__d0c_g{position:absolute;left:calc(50% - 42px);top:44px;width:84px;height:84px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));filter:drop-shadow(0 0 3px rgba(0,0,0,.3));border-radius:84px;display:flex;justify-content:center;align-items:center}.receiptDownload_logo__3mnkA{width:60px}.receiptDownload_receiptTitle__2ky_i{font-size:18px;text-align:center;font-weight:500}.receiptDownload_namePicker__3n3ip{margin-left:5px}.receiptDownload_receiptNumber__1FQye{font-size:14px;text-align:center;margin-top:6px}.receiptDownload_infoDetailBox__2TWWB{width:100%;display:flex;justify-content:space-between}.receiptDownload_infoTitle__IR1aN{font-size:13px;font-weight:500;color:var(--mediumGrey);margin-top:20px}.receiptDownload_infoTitle__IR1aN li{list-style:none;margin-top:5px}.receiptDownload_cardName__2mJEc{color:#000;font-weight:700;font-size:14px}.receiptDownload_summary__1LzqC{margin-top:30px;margin-bottom:10px}.receiptDownload_tableSummary__3I_Nb{width:100%;height:84px}.receiptDownload_tableSummary__3I_Nb tr th{text-align:start;color:var(--mediumGrey);font-weight:500;font-size:13px;padding-left:5px;height:42px}.receiptDownload_thWithLine__nWYUs{border-bottom:1px solid var(--specialGrey)}.receiptDownload_namePickerSmall__11gPt{margin-left:1px}.receiptDownload_tableSummary__3I_Nb tr td{text-align:start;color:var(--mediumGrey);font-weight:500;font-size:13px;height:42px}.receiptDownload_line__5hDUM{margin-top:20px;margin-bottom:20px;height:1px;width:100%}.receiptDownload_contactText__3tNU0{font-size:13px;font-weight:500;line-height:150%}.receiptDownload_problemText__IizGq{font-size:13px;line-height:150%;margin-bottom:10px}.receiptDownload_btnBox__3-6Gu{width:100%;display:flex;justify-content:center;margin-top:20px}.receiptDownload_btn__3Xmwe{width:254px}.receiptDownload_thShort__2Xr5S{width:100px}.receiptDownload_thLong__2bspK{width:40%}@media screen and (min-width:992px) and (max-width:1199px){.receiptDownload_flexBox__K4njE{justify-content:space-between;flex-direction:column}.receiptDownload_passCollectionBox__3fcty{width:100%;border-top:2px solid #e6e5e5;border-bottom:2px solid #e6e5e5;margin-top:20px}.receiptDownload_receiptBox__3XD8B{width:50%;margin:40px auto 0;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}}@media screen and (min-width:768px) and (max-width:991px){.receiptDownload_flexBox__K4njE{justify-content:space-between;flex-direction:column}.receiptDownload_passCollectionBox__3fcty{width:100%;border-top:2px solid #e6e5e5;border-bottom:2px solid #e6e5e5;margin-top:20px}.receiptDownload_receiptBox__3XD8B{width:50%;margin:40px auto 0;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.receiptDownload_btn__3Xmwe{width:auto}}@media screen and (max-width:767px){.receiptDownload_flexBox__K4njE{justify-content:space-between;flex-direction:column}.receiptDownload_passCollectionBox__3fcty{width:100%;border-top:2px solid #e6e5e5;margin-top:20px}.receiptDownload_receiptBox__3XD8B{width:100%;margin:10px auto 0;border-radius:0;box-shadow:0 1px 8px 0 rgba(0,0,0,.25)}.receiptDownload_shapeBig__3P5Nt{border-right:500px solid transparent}.receiptDownload_shapeSmall__MLCGe{position:absolute;left:65%;width:0;height:0;border-right:300px solid transparent;border-top:100px solid #f3f3f3;opacity:.5}.receiptDownload_btn__3Xmwe{width:auto}}.receipt_container__2Yef1{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.receipt_box__rYYcJ{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.receipt_flexBox__3jihl{width:100%;display:flex;justify-content:space-between;margin-top:20px}.receipt_boxLeft__9aTY5{margin-right:10%;width:50%}.receipt_boxCenter__3Nufm,.receipt_boxLeft__9aTY5{display:flex;flex-direction:column;align-items:center}.receipt_boxCenter__3Nufm{margin:auto;width:60%}.receipt_boxRight__3ANxq{width:50%;display:flex;flex-direction:column;align-items:center}.receipt_btn__-67JQ{width:254px;margin-top:20px}.receipt_passDisplay___UAmK{padding:30px 49px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);width:70%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-right:0;margin-top:20px}@media screen and (min-width:992px) and (max-width:1199px){.receipt_passList__-WrXK{margin-top:20px;width:100%}.receipt_box__rYYcJ{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.receipt_flexBox__3jihl{flex-direction:column;align-items:center;margin-top:20px}.receipt_box__rYYcJ{width:100%;border-radius:0;margin-top:230px;min-width:320px}.receipt_boxCenter__3Nufm,.receipt_boxLeft__9aTY5{width:100%;margin-right:0;margin-bottom:20px}.receipt_boxRight__3ANxq{width:100%}.receipt_btn__-67JQ{width:200px;margin-top:20px;display:flex;justify-content:center}.receipt_passList__-WrXK{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:767px){.receipt_flexBox__3jihl{flex-direction:column;align-items:center;margin-top:20px}.receipt_box__rYYcJ{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.receipt_boxCenter__3Nufm,.receipt_boxLeft__9aTY5{width:100%;margin-right:0;margin-bottom:20px}.receipt_boxRight__3ANxq{width:100%}.receipt_btn__-67JQ{width:200px;margin-top:20px;display:flex;justify-content:center}}.passAdderSection_wrapper__3KmkA{width:100%;display:flex;flex-direction:column;align-items:center}.passAdderSection_wrapper__3KmkA h2{font-size:20px;font-weight:500;margin-top:40px;margin-bottom:5px;color:var(--superDarkGrey)}.passAdderSection_wrapper__3KmkA p{margin-bottom:20px;display:block;color:var(--superDarkGrey)}.passAdderSection_description__3nK76{font-size:14px;text-align:center;font-weight:500}.passAdderSection_wrapper__3KmkA p b{font-size:16px}.passAdderSection_wrapper__3KmkA h4{font-weight:700;margin-bottom:20px;font-size:16px}.passAdderSection_container__2vvB3{box-shadow:0 2px 1px 3px rgba(0,0,0,.08);border-radius:20px;padding:20px;width:86%}.passAdderSection_numSelectorLabel__2sgXA{font-size:20px;font-weight:500;margin-bottom:8px;display:block}.passAdderSection_numSelector__3JkBF{display:flex;flex-direction:row;flex-wrap:nowrap;height:2rem;align-items:center}.passAdderSection_numSelector__3JkBF button{background-color:var(--mainColor);border:none;outline:none;height:100%;text-align:center;cursor:pointer;width:2.25rem;font-size:large;color:#fff}.passAdderSection_numSelector__3JkBF input{border:1px solid var(--mainColor);height:100%;width:2rem;box-sizing:border-box;text-align:center}.passAdderSection_numSelector__3JkBF button:first-child{border-top-left-radius:7px;border-bottom-left-radius:7px}.passAdderSection_numSelector__3JkBF button:last-child{border-top-right-radius:7px;border-bottom-right-radius:7px}.datePicker_header__container__2Ogoj{display:flex;justify-content:space-between;margin-bottom:10px}.datePicker_nav__button__3v9Wg svg{margin:0;height:12px;width:12px}.datePicker_nav__button__3v9Wg{margin:0;padding-left:8px;padding-right:8px;cursor:pointer;border:none;background:#fff}.vehicleTypeSelect_container__3ThWL{flex:1 1;margin-top:2px}.vehicleTypeSelect_labelBox__1zuZo{width:100%}.vehicleTypeSelect_text__3ovRf{font-size:14px;font-weight:500}.vehicleTypeSelect_selectBox__1wn0Q{width:100%}.vehicleTypeSelect_select__3op9E{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:16px}.vehicleTypeSelect_select__3op9E option{font-size:14px;color:var(--darkGrey)}@media screen and (max-width:767px){.vehicleTypeSelect_select__3op9E{font-size:14px}}.driverInfoForm_driverFormBox__17S4U{margin-top:34px;margin-bottom:40px}.driverInfoForm_title__34RIY{font-size:16px;font-weight:500;margin-bottom:17px;text-align:center}.driverInfoForm_inputShortBox__1s87W{display:flex;justify-content:space-between}.driverInfoForm_inputShort__2H19v{width:48%;margin-top:10px}@media screen and (min-width:992px) and (max-width:1199px){.driverInfoForm_inputShortBox__1s87W{flex-direction:column}.driverInfoForm_inputShort__2H19v{width:100%;margin-top:10px}}@media screen and (max-width:767px){.driverInfoForm_inputShortBox__1s87W{flex-direction:column}.driverInfoForm_inputShort__2H19v{width:100%;margin-top:10px}}.vehicleInfoForm_infoFormBox__1fHRa{width:80%}.vehicleInfoForm_header__16mv_{height:40px;border-radius:10px;display:flex;align-items:center;font-size:14px;font-weight:500;position:relative}.vehicleInfoForm_inputBox__1WKq5,.vehicleInfoForm_inputShortBox__21rho{display:flex;justify-content:space-between}.vehicleInfoForm_inputBox__1WKq5{flex-wrap:wrap;width:100%}.vehicleInfoForm_inputShort__1Yfj1{width:48%;margin-top:10px}.vehicleInfoForm_inputBox__1WKq5 :nth-child(2n){margin-right:0}.vehicleInfoForm_inputShort__1Yfj1 select{-webkit-appearance:none;-moz-appearance:none;background:url(/static/media/dropDown.bf6dd4a1.svg) no-repeat scroll 100% transparent;padding-right:23px;text-indent:5px;cursor:pointer}.vehicleInfoForm_numberBox__39RlI{display:flex;align-items:center;margin-top:30px;justify-content:space-between}.vehicleInfoForm_btnDown__iTQRR{margin-left:16px;margin-right:10px}.vehicleInfoForm_btnRemove__3UwRZ{font-size:12px;position:absolute;right:16px}.vehicleInfoForm_tableContainer__3tuIV{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.vehicleInfoForm_tableBox__2zUqT{width:100%;margin-top:20px}.vehicleInfoForm_tdBox__LeqdE{width:52%}.vehicleInfoForm_dateBox__2Y4y7,.vehicleInfoForm_tdBox__LeqdE{font-weight:500;font-size:14px}.vehicleInfoForm_dateValue__3pkAk{height:34px;width:100%;padding-top:8px}.vehicleInfoForm_dateInput__2ri6O svg{margin:0}.vehicleInfoForm_checkBox__3dG6C{margin-top:20px}.vehicleInfoForm_checkBox__3dG6C input{margin-right:10px}.vehicleInfoForm_view__EO_32{margin-left:3%}.vehicleInfoForm_alert__26b00{font-size:14px;padding:5px;margin-top:10px;line-height:150%}.vehicleInfoForm_noticeBox__2n-Av{display:flex;flex-direction:column;align-items:center;padding:20px 40px}.vehicleInfoForm_popUpContent__caz5_{text-align:center;line-height:150%;font-weight:500}.vehicleInfoForm_noticeBtn__2HnO5{width:254px;margin-top:40px}.vehicleInfoForm_dateInput__2ri6O{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:15px;padding-right:5px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.vehicleInfoForm_dateInput__2ri6O svg{width:20px;height:20px}.vehicleInfoForm_disable__7NNMv{cursor:not-allowed;pointer-events:none;background-color:#f8f5f5}@media screen and (min-width:992px) and (max-width:1199px){.vehicleInfoForm_inputShortBox__21rho{flex-direction:column}.vehicleInfoForm_inputShort__1Yfj1{width:100%;margin-top:10px}}@media screen and (min-width:768px) and (max-width:991px){.vehicleInfoForm_noticeBtn__2HnO5{width:200px;margin-top:40px}}@media screen and (max-width:767px){.vehicleInfoForm_inputShortBox__21rho{flex-direction:column}.vehicleInfoForm_inputShort__1Yfj1{width:100%;margin-top:10px}.vehicleInfoForm_btnDown__iTQRR{margin-left:3%;margin-right:2%}.vehicleInfoForm_infoFormBox__1fHRa{width:100%}.vehicleInfoForm_header__16mv_{font-size:12px}.vehicleInfoForm_btnRemove__3UwRZ{position:absolute;right:3%}.vehicleInfoForm_inputShort__1Yfj1 select{height:28px}.vehicleInfoForm_noticeBtn__2HnO5{width:200px;margin-top:40px}}.vehicleInfoFormCollection_infoBox__2Jefc{width:100%;display:flex;flex-direction:column;align-items:center}.vehicleInfoFormCollection_title__18U3q{font-size:20px;margin-bottom:5px;font-weight:500}.vehicleInfoFormCollection_subTitle___bWkl{font-size:14px;text-align:center;font-weight:500}.vehicleInfoFormCollection_collectionBox__w-Xkj{margin-top:20px;width:100%;display:flex;justify-content:center}.vehicleInfoFormCollection_btnText__2-pPO{font-size:14px;font-weight:500}.vehicleInfoFormCollection_btnBox__2pI3E{display:flex;flex-direction:column;align-items:center;margin-top:20px}.vehicleInfoFormCollection_btnText__2-pPO{margin-top:1px}.vehicleInfoFormCollection_btn__pMXMV{width:254px;margin-top:20px}.vehicleInfoFormCollection_btnBox__2pI3E button{display:flex;align-items:center;width:100px;height:25px;outline-style:none;border:none;cursor:pointer;background-color:initial}.vehicleInfoFormCollection_addBtnImg__2zXWw{width:25px;height:25px;fill:var(--secondaryColor);margin-top:0;margin-right:5px}.vehicleInfoFormCollection_addBtnBox__1363X{align-items:center;color:var(--mainColor)}.vehicleInfoFormCollection_addBtnBox__1363X button{color:var(--mainColor)}.vehicleInfoFormCollection_passTypeTable__2CGBV{width:300px}@media screen and (min-width:768px) and (max-width:991px){.vehicleInfoFormCollection_btn__pMXMV{width:200px;margin-top:40px;display:flex;justify-content:center}}@media screen and (max-width:767px){.vehicleInfoFormCollection_btn__pMXMV{width:200px;margin-top:25px;display:flex;justify-content:center}.vehicleInfoFormCollection_collectionBox__w-Xkj{margin-top:15px}.vehicleInfoFormCollection_btnBox__2pI3E{display:flex;flex-direction:column;align-items:center;margin-top:25px}}.registerVehicle_container__16s9v{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.registerVehicle_box__3J8eN{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.registerVehicle_flexBox__2FHFu{width:100%;display:flex;justify-content:space-between;margin-top:20px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.registerVehicle_flexBox__2FHFu[data-only-left-box=true]{align-items:center;flex-direction:column}.registerVehicle_boxLeft__2xDgF{width:50%}.registerVehicle_boxRight__1G8JN{width:50%;display:flex;flex-direction:column;align-items:center}.registerVehicle_boxCenter__25148{margin:auto;width:60%}.registerVehicle_btn__2qQCj{width:254px;margin-top:20px}.registerVehicle_boxContainer__1VO2C{text-align:center}@media screen and (min-width:992px) and (max-width:1199px){.registerVehicle_box__3J8eN{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.registerVehicle_flexBox__2FHFu{flex-direction:column;align-items:center;margin-top:20px}.registerVehicle_box__3J8eN{width:100%;border-radius:0;margin-top:230px;min-width:320px}.registerVehicle_boxCenter__25148,.registerVehicle_boxLeft__2xDgF{width:100%;margin-right:0;margin-bottom:20px}.registerVehicle_boxRight__1G8JN{width:100%}.registerVehicle_btn__2qQCj{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.registerVehicle_flexBox__2FHFu{flex-direction:column;align-items:center;margin-top:30px}.registerVehicle_box__3J8eN{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.registerVehicle_boxLeft__2xDgF{width:80%;margin-right:0;margin-bottom:20px}.registerVehicle_boxRight__1G8JN{width:100%}.registerVehicle_btn__2qQCj{width:200px;margin-top:20px;display:flex;justify-content:center}}.guestInformationForm_infoBox__nQmpn{display:flex;flex-direction:column;align-items:center}.guestInformationForm_title__1nNPq{font-size:20px;margin-bottom:5px;font-weight:500}.guestInformationForm_subTitle__1ppxJ{font-size:14px;text-align:center;font-weight:500}.guestInformationForm_inputBox__3IJdX{padding:30px;border:2px solid var(--darkGrey);border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.25);margin-top:32px;flex-wrap:wrap}.guestInformationForm_inputBox__3IJdX,.guestInformationForm_inputShortBox__2gItw{display:flex;justify-content:space-between}.guestInformationForm_inputShort__1scQr{width:48%;margin-bottom:17px}.guestInformationForm_inputLong__AFR5m{width:100%;margin-bottom:17px}@media screen and (min-width:992px) and (max-width:1199px){.guestInformationForm_inputShortBox__2gItw{flex-direction:column}.guestInformationForm_inputShort__1scQr{width:100%;margin-bottom:17px}}@media screen and (max-width:767px){.guestInformationForm_inputShortBox__2gItw{flex-direction:column}.guestInformationForm_inputShort__1scQr{width:100%;margin-bottom:17px}.guestInformationForm_inputBox__3IJdX{width:100%;margin-top:15px;padding:20px 20px 30px}}.numberInput_numberBox__1EndD{display:flex;align-items:center}.numberInput_input__MRQHO{width:50px;height:33px;border-left:none;border-right:none;border:1px solid var(--mainColor);text-align:center;font-size:16px;font-weight:500;outline-style:none}.numberInput_input__MRQHO::-webkit-inner-spin-button,.numberInput_input__MRQHO::-webkit-outer-spin-button{-webkit-appearance:none}.searchSelector_searchBox__3PY6u{position:relative;color:var(--superDarkGrey)}.searchSelector_searchList__31D7a{top:70px;position:absolute;width:100%;max-height:300px;overflow:hidden;overflow-y:scroll;display:flex;flex-direction:column;border:1px solid var(--specialGrey);height:300px;background-color:#fff;z-index:10}.searchSelector_searchList__31D7a button{background-color:#fff;height:40px;border:none;padding:5px;border-bottom:1px dashed var(--specialGrey);cursor:pointer;text-align:start}.searchSelector_searchList__31D7a button:hover{background-color:var(--mainColor);color:#fff}.searchSelector_alert__bpd37{width:19px;margin-bottom:5px}.searchSelector_box__passwordText__2hGug{display:flex;flex-direction:column;list-style:none;font-size:14px;padding:5px;margin-top:10px;line-height:150%}@media screen and (min-width:768px) and (max-width:991px){.searchSelector_searchList__31D7a{top:70px;max-height:200px;border:1px solid var(--specialGrey)}}@media screen and (max-width:767px){.searchSelector_searchList__31D7a{top:60px;max-height:200px;border:1px solid var(--specialGrey)}}.rentalInfoForm_infoBox___htTg{width:100%;display:flex;flex-direction:column;align-items:center}.rentalInfoForm_title__H9sTe{font-size:20px;margin-bottom:5px;font-weight:500}.rentalInfoForm_subTitle__1ovAY{font-size:14px;text-align:center;font-weight:500;margin-bottom:30px}.rentalInfoForm_infoFormBox__h99Bj{width:80%}.rentalInfoForm_header__gTn_Z{height:40px;border-radius:10px;display:flex;align-items:center;font-size:14px;font-weight:500;position:relative}.rentalInfoForm_inputShortBox__wafv1{display:flex;justify-content:space-between}.rentalInfoForm_inputShort__CkvI6{width:48%;margin-top:10px}.rentalInfoForm_inputLong__2BbJO{margin-top:16px}.rentalInfoForm_numberBox__3qxtf{display:flex;align-items:center;margin-top:30px;justify-content:space-between}.rentalInfoForm_btnDown__3VZNF{margin-left:16px;margin-right:18px}.rentalInfoForm_btnRemove__2rMEZ{font-size:12px;position:absolute;right:16px}.rentalInfoForm_numberTitle__3iCPr{font-size:18px;font-weight:500}.rentalInfoForm_rentalAddress__2p3aV label{font-size:14px;font-weight:500}.rentalInfoForm_rentalAddress__2p3aV input{box-sizing:border-box;border-radius:100px;border:1px solid var(--specialGrey);height:34px;overflow:hidden;width:100%;outline-style:none;margin-top:8px;padding-left:5px;padding-right:5px;font-size:17px;text-indent:4px}@media screen and (min-width:992px) and (max-width:1199px){.rentalInfoForm_inputShortBox__wafv1{flex-direction:column}.rentalInfoForm_inputShort__CkvI6{width:100%;margin-top:10px}.rentalInfoForm_btnDown__3VZNF{margin-left:3%;margin-right:5%}.rentalInfoForm_numberBox__3qxtf{flex-direction:column}.rentalInfoForm_numberTitle__3iCPr{margin-bottom:10px}}@media screen and (max-width:767px){.rentalInfoForm_inputShortBox__wafv1{flex-direction:column}.rentalInfoForm_inputShort__CkvI6{width:100%;margin-top:10px}.rentalInfoForm_btnDown__3VZNF{margin-left:3%;margin-right:5%}.rentalInfoForm_numberBox__3qxtf{flex-direction:column}.rentalInfoForm_numberTitle__3iCPr{margin-bottom:10px}.rentalInfoForm_rentalAddress__2p3aV input{height:28px;margin-top:8px;font-size:14px}.rentalInfoForm_rentalAddress__2p3aV label{font-size:14px;font-weight:500}}.registrationHome_container__2spL_{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.registrationHome_box__1fE-_{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.registrationHome_flexBox__Zur6U{width:100%;display:flex;justify-content:space-between;margin-top:20px}.registrationHome_boxLeft__3COyP{margin-right:10%;width:50%}.registrationHome_boxRight__VsSA0{width:50%}.registrationHome_btn__ub-vv{width:254px;margin-top:40px}@media screen and (min-width:992px) and (max-width:1199px){.registrationHome_box__1fE-_{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.registrationHome_flexBox__Zur6U{flex-direction:column;align-items:center;margin-top:20px}.registrationHome_box__1fE-_{width:100%;border-radius:0;margin-top:230px;min-width:320px}.registrationHome_boxLeft__3COyP{width:100%;margin-right:0;margin-bottom:20px}.registrationHome_boxRight__VsSA0{width:100%}.registrationHome_btn__ub-vv{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.registrationHome_flexBox__Zur6U{flex-direction:column;align-items:center;margin-top:20px}.registrationHome_box__1fE-_{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.registrationHome_boxLeft__3COyP{width:80%;margin-right:0;margin-bottom:20px}.registrationHome_boxRight__VsSA0{width:100%}.registrationHome_btn__ub-vv{width:200px;margin-top:25px;display:flex;justify-content:center}}.wristbandForm_infoBox__1RPxj{width:100%;display:flex;flex-direction:column;align-items:center}.wristbandForm_title__3yQdl{font-size:20px;margin-bottom:5px;font-weight:500}.wristbandForm_subTitle__r87pZ{font-size:14px;text-align:center;font-weight:500;margin-bottom:20px}.wristbandForm_wristbandBox__7jdIY{padding:18px;margin-top:10px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);border-radius:10px}.wristbandForm_wrstbandTitle__BR6RN{font-size:16px;margin-bottom:20px}.wristbandForm_wristbandAlert__OUHZO,.wristbandForm_wristbandSubtitile__OiEyz{font-size:14px;font-weight:600;margin-bottom:20px;line-height:150%}.wristbandForm_wristbandAlert__OUHZO{color:var(--mainColor)}.wristbandForm_numberTitle__3jVbH{font-size:20px;margin-bottom:10px}.wristbandForm_numberBox__1onKi{flex-direction:column;display:flex;width:178px}.requestWristband_container__3e_KM{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.requestWristband_box__2rAYF{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.requestWristband_flexBox__1_NDL{width:100%;display:flex;justify-content:space-between;margin-top:20px}.requestWristband_boxLeft__1jVok{margin-right:10%;width:50%}.requestWristband_boxRight__Mxbv5{width:50%;display:flex;flex-direction:column;align-items:center}.requestWristband_btn__3_DvH{width:254px;margin-top:20px}@media screen and (min-width:992px) and (max-width:1199px){.requestWristband_box__2rAYF{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.requestWristband_flexBox__1_NDL{flex-direction:column;align-items:center;margin-top:20px}.requestWristband_box__2rAYF{width:100%;border-radius:0;margin-top:230px;min-width:320px}.requestWristband_boxLeft__1jVok{width:100%;margin-right:0;margin-bottom:20px}.requestWristband_boxRight__Mxbv5{width:100%}.requestWristband_btn__3_DvH{width:200px;margin-top:116px;display:flex;justify-content:center}}@media screen and (max-width:767px){.requestWristband_flexBox__1_NDL{flex-direction:column;align-items:center;margin-top:30px}.requestWristband_box__2rAYF{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.requestWristband_boxLeft__1jVok{width:80%;margin-right:0;margin-bottom:20px}.requestWristband_boxRight__Mxbv5{width:100%}.requestWristband_btn__3_DvH{width:200px;margin-top:20px;display:flex;justify-content:center}}.personalInformationReview_infoFormBox__bJ3eC{width:80%}.personalInformationReview_header__1I4Fo{height:40px;border-radius:10px;display:flex;align-items:center;font-size:14px;font-weight:500;position:relative}.personalInformationReview_title__2c7lR{font-size:14px;font-weight:500;margin-left:4%}.personalInformationReview_btnEdit__qA4Mb{position:absolute;right:16px}.personalInformationReview_tableBox__5omnT{margin-top:20px;width:90%}.personalInformationReview_tableBox__5omnT th{text-align:right;font-size:16px;font-weight:500;padding-bottom:4px;width:10%}.personalInformationReview_tableBox__5omnT tr{height:50px}.personalInformationReview_tableBox__5omnT td{padding-left:20px}.personalInformationReview_flexBox__1heMY{flex:1 1}.personalInformationReview_ulFlex__6_FMU{display:flex}.personalInformationReview_input__3zTBd{font-size:16px;outline-color:var(--specialGrey);margin-bottom:2px;list-style:none;word-break:break-all}.personalInformationReview_ulFlex__6_FMU li{width:50%}.personalInformationReview_reviewTitle__1TcLC{font-size:20px;margin-bottom:5px;font-weight:500;text-align:center}.personalInformationReview_subTitle__3U8b6{font-size:14px;text-align:center;font-weight:500;margin-bottom:32px}@media screen and (max-width:767px){.personalInformationReview_infoFormBox__bJ3eC{width:100%}.personalInformationReview_input__3zTBd{margin-left:5%;font-size:14px}.personalInformationReview_tableBox__5omnT th{text-align:right;font-size:15px;font-weight:500}.personalInformationReview_subTitle__3U8b6{margin-bottom:15px}}.secureCheckout_container__3obB9{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.secureCheckout_box__1UbL_{border-radius:20px;margin-top:200px;min-width:320px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);width:64%;padding-left:2%;padding-right:2%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}.secureCheckout_flexBox__1nHaE{width:100%;display:flex;justify-content:space-between;margin-top:20px}.secureCheckout_boxLeft__2TOTO{margin-right:10%;width:50%;display:flex;justify-content:center}.secureCheckout_boxRight__3yvTN{width:50%;display:flex;flex-direction:column;align-items:center}.secureCheckout_btn__3tlGk{width:254px;margin-top:20px}.secureCheckout_passSummary__2cEtV{width:100%;margin-bottom:25px}@media screen and (min-width:992px) and (max-width:1199px){.secureCheckout_box__1UbL_{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.secureCheckout_flexBox__1nHaE{flex-direction:column;align-items:center;margin-top:60px}.secureCheckout_box__1UbL_{width:100%;border-radius:0;margin-top:230px;min-width:320px}.secureCheckout_boxLeft__2TOTO{width:100%;margin-right:0;margin-bottom:20px}.secureCheckout_boxRight__3yvTN{width:100%}.secureCheckout_btn__3tlGk{width:200px;margin-top:20px;display:flex;justify-content:center}}@media screen and (max-width:767px){.secureCheckout_flexBox__1nHaE{flex-direction:column;align-items:center;margin-top:20px}.secureCheckout_box__1UbL_{box-sizing:border-box;width:100%;border-radius:0;margin-top:44px;min-width:320px;padding:10px}.secureCheckout_boxLeft__2TOTO{width:80%;margin-right:0;margin-bottom:20px}.secureCheckout_boxRight__3yvTN{width:100%}.secureCheckout_btn__3tlGk{width:200px;margin-top:20px;display:flex;justify-content:center}}.registrationRental_container__356FR{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.registrationRental_box__2nLqT{width:82%;display:flex;flex-direction:column;align-items:center;margin-top:200px;border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding-bottom:40px}.registrationRental_formBox__2WKa3{width:50%;display:flex;flex-direction:column;align-items:center}.registrationRental_subHeader__3nT0M{width:100%;display:flex;align-items:center;height:103px;border-radius:20px 20px 0 0}.registrationRental_circle__2-VQJ{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.registrationRental_title__1OPei{font-size:35px;font-weight:500}.registrationRental_alert__2EmpS{width:200%;height:40px;display:flex;justify-content:center;align-items:center}.registrationRental_notBuyPass__1hYRo{text-align:center;font-size:24px;font-weight:500;padding-top:200px;padding-bottom:200px}.registrationRental_here__2x4jE{margin-left:5px}@media screen and (min-width:992px) and (max-width:1199px){.registrationRental_formBox__2WKa3{width:64%}.registrationRental_box__2nLqT{width:98%}.registrationRental_alert__2EmpS{width:156.25%;height:40px;display:flex;justify-content:center;align-items:center}}@media screen and (min-width:768px) and (max-width:991px){.registrationRental_subHeader__3nT0M{border-radius:0}.registrationRental_box__2nLqT{width:100%;display:flex;margin-top:230px;border-radius:0}.registrationRental_formBox__2WKa3{width:80%}.registrationRental_alert__2EmpS{width:125%;height:40px;display:flex;justify-content:center;align-items:center}}@media screen and (max-width:767px){.registrationRental_circle__2-VQJ{width:16px;height:16px;margin-left:20px}.registrationRental_title__1OPei{font-size:20px;font-weight:500}.registrationRental_subHeader__3nT0M{border-radius:0}.registrationRental_box__2nLqT{margin-top:20px;width:100%;display:flex;margin-top:44px;border-radius:0;flex-direction:column}.registrationRental_formBox__2WKa3{width:80%}.registrationRental_alert__2EmpS{width:125%}.registrationRental_notBuyPass__1hYRo{text-align:center;font-size:20px;font-weight:500;padding-top:100px;padding-bottom:200px}}.deletePass_box__3RFqb{width:80%}.deletePass_alertBox__rgTCx{display:flex;flex-direction:column;align-items:center;margin-top:20px;margin-bottom:60px}.deletePass_alertImg__1JK4q{width:54px;height:54px;margin-bottom:20px}.deletePass_text__9OZ5N{font-weight:500;text-align:center;margin-top:10px}.deletePass_btnBox__2kTqd{width:100%;display:flex;justify-content:center}.deletePass_cancel__1Yx2t{width:254px;height:43px;background-color:#fff;border-radius:10px;border:1px solid var(--mainColor);color:var(--mainColor);cursor:pointer;margin-right:40px}.deletePass_delete__edeb4{width:254px;height:43px;background-color:var(--mainColor);border-radius:10px;color:#fff;cursor:pointer;border:none}.deletePass_delete__edeb4:hover{background-color:var(--hoverColor);transition:.4s}.deletePass_deleteText__1S7zL{margin-top:10px}@media screen and (max-width:767px){.deletePass_btnBox__2kTqd{flex-direction:column;align-items:center}.deletePass_cancel__1Yx2t{width:200px;height:35px;margin-bottom:18px}.deletePass_delete__edeb4{width:200px;height:35px}}.refundPass_refundBox__24NJr{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;margin-top:40px;text-align:center}.refundPass_alertPic__3qzvP{width:50px}.refundPass_warning__7r4LG{font-size:24px;margin-top:20px}.refundPass_subtitle__ewHYe{font-size:18px;line-height:150%;font-weight:500}.refundPass_refundBox__24NJr input{width:-webkit-min-content;width:min-content;min-width:7rem;padding:5px;border:none;border-radius:5px;background-color:#d3d3d3}.refundPass_tableWrapper__3e_MI{margin:1rem;width:100%;display:flex;justify-content:center;box-sizing:border-box}.refundPass_tableWrapper__3e_MI .refundPass_table__1H0No{width:98%}.refundPass_btnBox__3vqKW{display:flex;flex-direction:row;justify-content:space-between;width:98%;margin-top:30px}.refundPass_btnBox__3vqKW button{width:254px}.refundPass_table__1H0No thead th{background-color:var(--mainColor);height:58px;color:#fff}.refundPass_table__1H0No thead th:first-child{border-top-left-radius:20px}.refundPass_table__1H0No thead th:last-child{border-top-right-radius:20px}.refundPass_table__1H0No tbody td{height:58px;border-bottom:1px solid #f2f2f2}.refundPass_table__1H0No tbody td:first-child{border-left:1px solid #f2f2f2;border-bottom-left-radius:20px}.refundPass_table__1H0No tbody td:last-child{border-right:1px solid #f2f2f2;border-bottom-right-radius:20px}.refundPass_refundTitle__1CyTh{font-weight:500;font-size:18px;margin-bottom:8px}.refundPass_refundInput__27IWf input{height:30px;background-color:#fff;border-radius:10px;border:3px solid var(--lightGrey);font-size:18px}.refundPass_box__3jpGB{display:flex;justify-content:space-between;align-items:flex-start;margin-top:40px;width:100%;padding:0 20px}.refundPass_refundButtonContainer__2Il3K{box-sizing:border-box;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:row;width:100%;justify-content:center;padding:0 10px}.refundPass_refundButtonContainer__2Il3K .refundPass_refundBtn__3JmBR{width:20%}@media screen and (min-width:768px) and (max-width:991px){.refundPass_refundButtonContainer__2Il3K{box-sizing:border-box;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;width:100%;justify-content:space-between;padding-left:20px}.refundPass_refundBtn__3JmBR{margin-bottom:14px}}@media screen and (max-width:767px){.refundPass_warning__7r4LG{font-size:20px;margin-top:20px}.refundPass_btnBox__3vqKW{flex-direction:column}.refundPass_btnBox__3vqKW button{margin-bottom:10px}.refundPass_subtitle__ewHYe{font-size:18px;margin-top:20px;padding:0 20px}.refundPass_refundButtonContainer__2Il3K{box-sizing:border-box;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;width:100%;justify-content:space-between;padding-left:20px}.refundPass_refundBtn__3JmBR{margin-bottom:14px}}.editPass_box__EGGyx{width:80%}.editPass_alertBox__2ek9M{display:flex;flex-direction:column;align-items:center;margin-top:20px;margin-bottom:60px}.editPass_alertImg__BkuNz{width:54px;height:54px;margin-bottom:20px}.editPass_text__sQ6d0{font-weight:500;text-align:center;margin-top:10px}.editPass_btnBox__K5AwZ{width:100%;display:flex;justify-content:center}.editPass_cancel__21XJM{width:254px;height:43px;background-color:#fff;border-radius:10px;border:1px solid var(--mainColor);color:var(--mainColor);cursor:pointer;margin-right:40px}.editPass_delete__2ouHs{width:254px;height:43px;background-color:var(--mainColor);border-radius:10px;color:#fff;cursor:pointer;border:none}.editPass_delete__2ouHs:hover{background-color:var(--hoverColor);transition:.4s}.editPass_deleteText__2b77U{margin-top:10px}.editPass_submitButton__3ZTSc{margin-left:382px;margin-top:26px}.editPass_amenitySubmitBtn__ujpaG{margin-left:184px;margin-top:26px}.editPass_passNumber__3_9cX{margin:14px 44px;background-color:#000;color:#fff}.editPass_details__2gyi4,.editPass_passNumber__3_9cX{text-align:center;height:auto;width:auto;padding:5px;border-radius:7px}.editPass_details__2gyi4{margin:12px 94px;font-size:large}@media screen and (max-width:767px){.editPass_btnBox__K5AwZ{flex-direction:column;align-items:center}.editPass_cancel__21XJM{width:200px;height:35px;margin-bottom:18px}.editPass_delete__2ouHs{width:200px;height:35px}}.editPassForm_infoFormBox__2wVUj{width:80%;display:flex;margin:auto}.editPassForm_inputShortBox__1Wqg9{display:flex;justify-content:space-between;flex-wrap:wrap}.editPassForm_inputShort__2Q1cW{width:48%;margin-top:10px}.editPassForm_inputLong__3wlR3{margin-top:16px;width:100%}.editPassForm_numberBox__32-pG{display:flex;align-items:center;margin-top:30px;justify-content:space-between}.editPassForm_alert__IErdm{font-size:14px;padding:5px;margin-top:10px;line-height:150%}@media screen and (min-width:992px) and (max-width:1199px){.editPassForm_inputShortBox__1Wqg9{flex-direction:column}.editPassForm_inputShort__2Q1cW{width:100%;margin-top:10px}}@media screen and (max-width:767px){.editPassForm_inputShortBox__1Wqg9{flex-direction:column}.editPassForm_inputShort__2Q1cW{width:100%;margin-top:10px}.editPassForm_btnDown__1oRlX{margin-left:3%;margin-right:2%}.editPassForm_infoFormBox__2wVUj{width:100%}.editPassForm_header__2bQqf{font-size:12px}.editPassForm_btnRemove__15kB2{position:absolute;right:3%}.editPassForm_inputShort__2Q1cW select{height:28px}}.2faModal_modal__3IJyb{display:flex;justify-content:center;align-items:center;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.2faModal_modal-content__2Aalp{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%;max-width:400px}.2faModal_close__13E6B{color:#aaa;float:right;font-size:28px;font-weight:700}.2faModal_close__13E6B:focus,.2faModal_close__13E6B:hover{color:#000;text-decoration:none;cursor:pointer}.2faModal_modalButton__1IwIZ:hover{background-color:#115a84!important}.2faModal_modalButton__1IwIZ:disabled{background-color:#ccc;opacity:.6}.guestCommunityRule_container__2oQkf{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.guestCommunityRule_box__3eldC{border-radius:20px;margin-top:150px;min-width:320px;width:82%;padding-bottom:26px;display:flex;flex-direction:column;align-items:center;max-width:800px}.guestCommunityRule_btn__1Rw9W{width:254px;margin-top:20px}.guestCommunityRule_videoBox__1Pi8R{width:100%;border-radius:3px;border:1px solid #efefef;margin-top:30px}.guestCommunityRule_videoContainer__1LnoA{display:flex;justify-content:center}.guestCommunityRule_videoContainer__1LnoA embed,.guestCommunityRule_videoContainer__1LnoA iframe,.guestCommunityRule_videoContainer__1LnoA object{width:50vw;height:65vh}.guestCommunityRule_header__2IKVI{font-size:25px;margin-top:30px;margin-bottom:10px;font-weight:600}.guestCommunityRule_headerwraper__1DnNw{width:100%}.guestCommunityRule_subHeader__zc5Gg{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:center;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.guestCommunityRule_circle__nhZz9{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.guestCommunityRule_subHeaderTitle__3kK91{font-size:35px;font-weight:500;margin:0}.guestCommunityRule_subHeaderNote__1Jyja{font-size:16px;margin-top:5px}.guestCommunityRule_innerBox__Lz_ke{margin:20px 0;padding:10px;border-radius:4px;border:1px solid #efefef;width:100%}.guestCommunityRule_buttonContainer__39KxE{display:flex;justify-content:flex-end;padding:10px}.guestCommunityRule_button__FQ_Jg{padding:15px 20px;font-size:20px;background-color:#115a84;color:#fff;border:none;border-radius:10px;cursor:pointer}.guestCommunityRule_passForm__3zvhv{width:100%;padding:0}@media screen and (min-width:992px) and (max-width:1199px){.guestCommunityRule_box__3eldC{width:80%}}@media screen and (min-width:768px) and (max-width:991px){.guestCommunityRule_btn__1Rw9W{width:200px;margin-top:116px;display:flex;justify-content:center}.guestCommunityRule_videoContainer__1LnoA embed,.guestCommunityRule_videoContainer__1LnoA iframe,.guestCommunityRule_videoContainer__1LnoA object{width:100vw;height:65vh}}@media screen and (max-width:767px){.guestCommunityRule_box__3eldC{margin-top:130px;width:100%}.guestCommunityRule_btn__1Rw9W{width:200px;margin-top:25px;display:flex;justify-content:center}.guestCommunityRule_videoContainer__1LnoA{position:relative;padding-bottom:110%;height:0;overflow:hidden}.guestCommunityRule_videoContainer__1LnoA embed,.guestCommunityRule_videoContainer__1LnoA iframe,.guestCommunityRule_videoContainer__1LnoA object{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:100%}.guestCommunityRule_buttonBox__3gG_Z{border:none;border-top:1px solid #efefef}.guestCommunityRule_passForm__3zvhv{max-width:90%}.guestCommunityRule_subHeaderTitle__3kK91{font-size:25px;font-weight:500}.guestCommunityRule_buttonContainer__39KxE{justify-content:center}}.selfGuestRegistrationRouter_container__3eXQb{display:flex;justify-content:center;align-items:center;height:120vh;min-width:320px}.selfGuestRegistrationRouter_box__rj83l{padding:20px 20px 40px}.selfGuestRegistrationRouter_box1__2vQaT,.selfGuestRegistrationRouter_box__rj83l{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:82%;display:flex;flex-direction:column;align-items:center}.selfGuestRegistrationRouter_box1__2vQaT{padding:130px 0}.selfGuestRegistrationRouter_mainBox__1y_5V{text-align:center}.selfGuestRegistrationRouter_innerBox__2ASYJ{padding:20px}.selfGuestRegistrationRouter_loading__1FNjo{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:40px;height:40px;-webkit-animation:selfGuestRegistrationRouter_spin__3Puix 1s linear infinite;animation:selfGuestRegistrationRouter_spin__3Puix 1s linear infinite}@-webkit-keyframes selfGuestRegistrationRouter_spin__3Puix{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes selfGuestRegistrationRouter_spin__3Puix{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.linkDisabled_container__3lHCM{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.linkDisabled_box__2bTFF{width:82%;flex-direction:column;margin-top:150px;border-radius:20px;padding-bottom:40px;max-width:800px}.linkDisabled_box__2bTFF,.linkDisabled_subHeader__1c3gw,.linkDisabled_textBox__3y3DY{display:flex;align-items:center}.linkDisabled_subHeader__1c3gw{box-sizing:border-box;width:100%;justify-content:space-between;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.linkDisabled_circle__3BJpE{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.linkDisabled_subHeaderTitle__1twUU{font-size:35px;font-weight:500;margin:0}.linkDisabled_passForm__2zlSe{width:100%;padding:0}.linkDisabled_mainBox__3Z3gt{margin:20px auto}.linkDisabled_innerBox__1wRg4{display:flex;margin-top:20px;padding:10px;border-radius:4px;border:1px solid #efefef}.linkDisabled_innerBox__1wRg4 .linkDisabled_column__2RvzN,.linkDisabled_innerBox__1wRg4 .linkDisabled_column__2RvzN .linkDisabled_title__2tFwm{flex:0 0 50%}.linkDisabled_hostDetails__17DTj{display:flex;align-items:center;justify-content:space-between}.linkDisabled_hostDetails__17DTj button{padding:6px 16px;color:#000;border:1px solid #000;border-radius:10px}.linkDisabled_title__2tFwm{margin-bottom:10px;font-weight:600}.linkDisabled_mainBox__3Z3gt div:first-child{margin-bottom:10px}@media screen and (max-width:767px){.linkDisabled_box__2bTFF{margin-top:130px;width:100%}.linkDisabled_passForm__2zlSe{max-width:90%}.linkDisabled_subHeaderTitle__1twUU{font-size:25px;font-weight:500}.linkDisabled_subHeader__1c3gw{height:75px}.linkDisabled_innerBox__1wRg4{flex-wrap:wrap}.linkDisabled_innerBox__1wRg4 .linkDisabled_column__2RvzN{flex:0 0 100%}}.getPasses_container__SQyQR{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.getPasses_box__3cs7s{width:82%;display:flex;flex-direction:column;align-items:center;margin-top:150px;border-radius:20px;padding-bottom:40px;max-width:800px}.getPasses_subHeader__2t4cJ{box-sizing:border-box;width:100%;justify-content:space-between;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.getPasses_subHeader__2t4cJ,.getPasses_textBox__LiJpx{display:flex;align-items:center}.getPasses_circle__34N6j{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.getPasses_subHeaderTitle__2ivb6{font-size:35px;font-weight:500;margin:0}.getPasses_innerBox__X2iz1{margin:20px 0;padding:15px;border-radius:4px;border:1px solid #efefef}.getPasses_guestDetailBox__5vgq5{margin:0;padding:10px 0;border-radius:4px;border:none}.getPasses_alert__FMQpL,.getPasses_alertBox__3sliT{margin-bottom:20px}.getPasses_mainInnerBox__2w5g_{padding-left:0}.getPasses_row__2oCJe{display:flex;justify-content:space-between;margin-bottom:8px}.getPasses_box__inputField__2O46H{display:flex;flex-direction:column;margin-bottom:5px;flex:1 1}.getPasses_label__1xWE5{margin-left:0;font-size:14px;color:#333}.getPasses_inputBox__3w-9K{border:1px solid #efefef;padding:8px;border-radius:4px;align-items:center;margin:10px 10px 10px 0;background:#f9f9fb}.getPasses_box__inputField__2O46H .getPasses_inputBox__3w-9K input,.getPasses_box__inputField__2O46H input{width:100%;border-bottom:0;background:none}.getPasses_box__inputField__2O46H input:focus{border-bottom:0}input[type=date]{display:unset}.getPasses_buttonContainer__1ZrU3{display:flex;justify-content:flex-end;padding:25px 0 0;grid-gap:15px;gap:15px}.getPasses_button__2O_or{padding:15px 20px;font-size:20px;background-color:#115a84;color:#fff;border:none;border-radius:10px;cursor:pointer}.getPasses_backbutton__3bRgH{padding:15px 20px;font-size:20px;background-color:#fff;color:#115a84;border:2px solid #115a84;border-radius:10px;cursor:pointer}.getPasses_errorContainer__1Fr6H{border-radius:4px;background-color:#f8d7da;border:1px solid #f5c6cb;font-size:14px;margin:16px 0}.getPasses_button__2O_or:hover{background-color:#115a84}.getPasses_modalButton__2bdAP:hover{background-color:#115a84!important}.getPasses_checkboxContainer__1xzsr{display:flex;align-items:center;margin:20px 10px 10px 0}.getPasses_checkboxContainer__1xzsr input{margin-right:10px}.getPasses_checkboxText__2jCVE{font-size:15px}.getPasses_passCounter__3DSs0{display:flex;align-items:center;font-size:16px}.getPasses_priceContainer__2tr4V{display:flex;align-items:center;margin:0 10px 0 0}.getPasses_counterContainer__1wrJe{display:flex;align-items:center;border:1px solid #115a84;border-radius:10px;overflow:hidden}.getPasses_counterButton__foZOX{padding:10px;font-size:18px;color:#fff;background-color:#115a84;border:none;cursor:pointer;transition:background-color .3s,-webkit-transform .3s;transition:background-color .3s,transform .3s;transition:background-color .3s,transform .3s,-webkit-transform .3s;width:40px;height:30px;display:flex;justify-content:center;align-items:center}.getPasses_counterButton__foZOX:disabled{background-color:#ccc;cursor:not-allowed}.getPasses_counterButton__foZOX:hover:not(:disabled){background-color:#115a84}.getPasses_counterButton__foZOX:active:not(:disabled){-webkit-transform:scale(.95);transform:scale(.95)}.getPasses_counter__3mmes{margin:0 10px;width:10px;height:10px;display:flex;justify-content:center;align-items:center}.getPasses_vehicleCheckboxContainer__1xucI{width:50%}.getPasses_vehiclecheckboxText__28vGz{font-size:15px;margin-left:8px;cursor:pointer}.getPasses_vehicleLeftContainer__2QVm2{margin:0 30px 0 10px}.getPasses_vehicleOptions__30dX9{display:flex;flex-direction:column;margin:0 0 10px;width:50%}.getPasses_vehicleOptionslabel__3g5Sr{margin:5px 0}.getPasses_vehicleOptionsInput__TZsnc{margin:5px 5px 5px 0;line-height:1;padding:8px;border:1px solid #dfe9ee;border-radius:3px;background:#f9f9fb}.getPasses_vehicleOptionsInput__TZsnc:focus-visible{border:1px solid #dfe9ee}.getPasses_horizontalLine__3nUvb{margin:15px 0 10px;border-top:1px solid #efefef}.getPasses_incompleted__1uMzh .getPasses_statusLabel__34EoK{background-color:#ff8426}.getPasses_inputBox__3w-9K label{margin-bottom:0!important}.getPasses_passOptLbl__2kioD{margin:10px 10px 10px 0;font-weight:400;font-size:16px}.getPasses_customPassHeader__1CQBS{padding-bottom:10px;align-items:flex-start;display:flex;border-bottom:1px solid #efefef}.getPasses_vehicleBox__1f5Tz{display:flex;justify-content:space-between;margin:0}.getPasses_statusLabel__34EoK{color:#fff;padding:8px 10px;text-transform:uppercase;height:auto;font-size:.75rem;border-radius:4px;font-weight:600;margin-left:auto;background-color:#00c862}.getPasses_vehicleInfoTitle__2tkMP{margin:15px 0}.getPasses_passHeader__3IaYz h2{font-size:20px}.getPasses_errorMessage__3p82-{margin:10px 10px 10px 20px;color:red;font-size:15px}.getPasses_passForm__5DYvU{width:100%;padding:0}.getPasses_propertyHeading__3LxG1{font-size:15px;margin:50px 0 0}.getPasses_propertyAddress__3KCwV{display:flex;align-items:center;padding:5px;font-size:16px}.getPasses_guestHeading__32IYy{font-size:15px;margin:30px 0 0}.getPasses_vehicleFieldsContainer__1FHnf{width:100%}.getPasses_paidLbl__2dh01{padding:5px 30px;background:#ccc;cursor:not-allowed}.getPasses_modalButton__2bdAP:disabled{background-color:#ccc;opacity:.6}@media screen and (min-width:1200px){.getPasses_vehicleFieldsContainer__1FHnf{width:50%}}@media screen and (max-width:767px){.getPasses_box__3cs7s{margin-top:130px;width:100%}.getPasses_subHeaderTitle__2ivb6{font-size:25px;font-weight:500}.getPasses_row__2oCJe{display:block}.getPasses_vehicleBox__1f5Tz{display:block;margin:0}.getPasses_vehicleCheckboxContainer__1xucI{margin-bottom:10px}.getPasses_passCounter__3DSs0{margin-top:10px;justify-content:space-between}.getPasses_buttonBox__ZvVpu{border:none;border-top:1px solid #efefef}.getPasses_buttonContainer__1ZrU3{justify-content:center}.getPasses_button__2O_or{width:100%;max-width:300px}.getPasses_vehicleInfoTitle__2tkMP{margin:10px 0;font-size:12px}.getPasses_passHeader__3IaYz h2{font-size:16px}.getPasses_passForm__5DYvU{max-width:90%}}.paymentRequestPage_box__r612h{width:82%;display:flex;flex-direction:column;align-items:center;margin-top:150px;border-radius:20px;padding-bottom:40px;max-width:800px}.paymentRequestPage_subHeader__93WL4{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:center;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.paymentRequestPage_passForm__1pTjn{width:100%;padding:0}.paymentRequestPage_mainBox__3GVU6{margin-top:20px}.paymentRequestPage_textBox__10wyW{display:flex;align-items:center}.paymentRequestPage_circle__3Kvd7{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.paymentRequestPage_dangerDiv__IJWiy{padding:16px;border-radius:4px;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;font-size:14px;margin:16px 0}.paymentRequestPage_subHeaderTitle__1YhPJ{font-size:35px;font-weight:500;margin:0}.paymentRequestPage_innerContainer__1KOH8{border-radius:20px;box-shadow:0 1px 8px 0 rgba(0,0,0,.25);padding:0;background-color:#fff}.paymentRequestPage_innerContainerWrapper__1mume{padding:40px;width:calc(75% + 120px);margin:auto}.paymentRequestPage_container__OGyik{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.paymentRequestPage_innerContainer__1KOH8{display:flex;flex:0.8 1;flex-direction:row;margin-top:180px;min-width:320px}.paymentRequestPage_row__3N7qm{display:flex;width:100%;flex-wrap:wrap}.paymentRequestPage_box__inputField__105q5,.paymentRequestPage_box_element__vYEOf{display:flex;flex-direction:column;margin-bottom:5px;flex:1 1}.paymentRequestPage_box__inputField__105q5{margin-left:10px}.paymentRequestPage_noMargin__1U_Yp{margin:0}.paymentRequestPage_label__3AGiG{margin-left:0;font-size:14px;color:#333}.paymentRequestPage_col3__3FfnQ{padding-left:15px;padding-right:15px;max-width:25%;flex:0 0 25%}.paymentRequestPage_col6__TALP_{padding-left:15px;padding-right:15px;max-width:50%;flex:0 0 50%}.paymentRequestPage_col12__1yatf{padding-left:15px;padding-right:15px;max-width:100%;flex:0 0 100%}.paymentRequestPage_col3__3FfnQ label,.paymentRequestPage_col6__TALP_ label{display:block}.paymentRequestPage_col3__3FfnQ input,.paymentRequestPage_col6__TALP_ input{padding:10px;background-color:#f9f9fb;max-width:100%;border:1px solid #efefef;width:100%;display:block}.paymentRequestPage_col3__3FfnQ input:focus,.paymentRequestPage_col6__TALP_ input:focus{outline:0;border-color:var(--mainColor)}.paymentRequestPage_col3__3FfnQ>div,.paymentRequestPage_col6__TALP_>div{width:100%}label{margin-bottom:5px;display:inline-block}.paymentRequestPage_formGroup__2jrZX{margin-bottom:20px}.paymentRequestPage_links__2vOdv{margin:15px 0 20px}.paymentRequestPage_links__2vOdv a{color:#555;margin-right:5px;display:inline-block}.paymentRequestPage_cardBox__2kbox{border:1px solid #efefef;padding:15px;border-radius:4px;margin-bottom:10px}.paymentRequestPage_cardBox__2kbox h5{font-size:12px;font-weight:700;margin-bottom:10px}.paymentRequestPage_cardBox__2kbox p{line-height:1.5}.paymentRequestPage_cardBox__2kbox label{color:#6f6f6f;font-size:14px}.paymentRequestPage_cardBox__2kbox p{font-size:16px;font-weight:500}hr{margin:10px 0;background-color:#efefef;border:none;height:1px}.paymentRequestPage_cardBox__2kbox h4{font-size:16px;margin-bottom:10px}.paymentRequestPage_hasRow__z86kz .paymentRequestPage_row__3N7qm{margin-left:-15px;margin-right:-15px;width:auto}.paymentRequestPage_mb0__2if4i{margin-bottom:0!important}.paymentRequestPage_flexItem__1I9z3{display:flex;justify-content:space-between;margin-bottom:10px}.paymentRequestPage_flexHeader__3VPK2{margin-bottom:10px}.paymentRequestPage_btnWrapper__2jGB5{text-align:right;margin-left:auto}.paymentRequestPage_btnWrapper__2jGB5 button{width:auto;padding-left:10px;padding-right:10px}.paymentRequestPage_flexItem__1I9z3+p{margin-bottom:20px}.paymentRequestPage_horizontalLine__31R67{margin:15px 0 10px;border-top:1px solid #efefef}.paymentRequestPage_buttonContainer__G6nTm{display:flex;justify-content:flex-end;padding:10px}.paymentRequestPage_button__3ph8V{padding:15px 20px;font-size:20px;background-color:#115a84;color:#fff;border:none;border-radius:10px;cursor:pointer}.paymentRequestPage_paymentContainer__3rzJH{margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.paymentRequestPage_poweredByStripe__YVlAA{font-size:13px;color:#78909c;margin-bottom:20px}.paymentRequestPage_stripeText__Npu86{font-weight:500}label{display:block;font-size:14px;color:"#00000";margin-bottom:8px}.paymentRequestPage_cardRow__3ao2m{display:flex;grid-gap:12px;gap:12px}.paymentRequestPage_cardElementContainer__24rdz{background:#f8f9fa;border:1px solid #e3e8ee;border-radius:4px;padding:10px 12px}.paymentRequestPage_cardElementContainer__24rdz input{width:100%;padding:0;font-size:16px;color:#32325d;background:transparent;border:none;outline:none}.paymentRequestPage_cardElementContainer__24rdz input::-webkit-input-placeholder{color:#aab7c4}.paymentRequestPage_cardElementContainer__24rdz input::placeholder{color:#aab7c4}.StripeElement{height:20px}.StripeElement--focus{background:#fff}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background:transparent!important}@media screen and (max-width:767px){.paymentRequestPage_blockRow__1iAOS{display:block}.paymentRequestPage_box__inputField__105q5{margin-left:0;margin-right:10px}.paymentRequestPage_cvvContainer__29GNX{margin:0}.paymentRequestPage_box__r612h{margin-top:130px;width:100%}.paymentRequestPage_subHeaderTitle__1YhPJ{font-size:25px;font-weight:500}.paymentRequestPage_paymentPage__2Qon- h2{font-size:20px}.paymentRequestPage_innerContainer__1KOH8{padding:0}.paymentRequestPage_col3__3FfnQ,.paymentRequestPage_col6__TALP_{flex:0 0 100%;max-width:100%}.paymentRequestPage_cardBox__2kbox h5{font-size:12px}.paymentRequestPage_cardBox__2kbox p{font-size:14px}.paymentRequestPage_innerContainer__1KOH8{margin-top:100px}.paymentRequestPage_passForm__1pTjn{max-width:90%}.paymentRequestPage_buttonContainer__G6nTm{justify-content:center}.paymentRequestPage_button__3ph8V{width:100%;max-width:300px}}.NoVehicleAlert_alertLine__3xUdQ{padding:10px 20px;display:flex;align-items:center;margin:10px 0;border-radius:5px;-webkit-animation:NoVehicleAlert_fadeInDown__2j4JY .3s;animation:NoVehicleAlert_fadeInDown__2j4JY .3s}.NoVehicleAlert_title__1xpYw{font-weight:400;font-size:14px;color:#333}.NoVehicleAlert_linkBtn__1iZxe{color:#333;font-size:14px;margin-left:auto;text-decoration:underline}.NoVehicleAlert_icon__19ZZ5{margin-right:10px}@keyframes NoVehicleAlert_fadeInDown__2j4JY{0%{-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes NoVehicleAlert_fadeInDown__2j4JY{0%{-webkit-transform:translate3d(0,-10%,0);opacity:0}to{-webkit-transform:none;opacity:1}}*{margin:0;padding:0;box-sizing:border-box}.previewPasses_container__16RwI{flex:1 1;display:flex;flex-direction:row;justify-content:center;min-width:320px}.previewPasses_box__23iDT{width:82%;display:flex;flex-direction:column;align-items:center;margin-top:150px;border-radius:20px;padding-bottom:40px;max-width:800px}.previewPasses_heading__MtEDv h1{font-size:35px}.previewPasses_heading__MtEDv p{font-size:16px}.previewPasses_passButton__1Dkys button{margin-top:30px;background:var(--mainColor);border:none;border-radius:5px;padding:6px 10px}.previewPasses_outlineButton__13Pvm button{border-radius:5px;background-color:initial;border:1px solid #000;color:#000;padding:6px 15px;display:flex;align-items:center}.previewPasses_innerBox__2Jpai{margin:20px 0;padding:10px;border-radius:4px;border:1px solid #efefef}.previewPasses_outlineButton__13Pvm button svg{height:17px;margin-right:4px}.previewPasses_cardCol__N2cRm{max-width:50%;flex:0 0 50%;padding:0 10px}.previewPasses_cardColFull__11nV6{max-width:100%;flex:0 0 100%;padding:0 10px}.previewPasses_cardFull__2tJoN,.previewPasses_cardItem__1Xrkq{padding:10px;border:1.5px solid #efefef;border-radius:4px;margin-bottom:20px}.previewPasses_cardItem__1Xrkq p{font-size:16px;margin-bottom:10px;font-weight:700}.previewPasses_cardItem__1Xrkq p span{font-weight:400}.previewPasses_cardRow__3bPeE{margin:40px -10px 0;display:flex;flex-wrap:wrap}.previewPasses_cardRow__3bPeE button{width:100%;text-align:center;justify-content:center}.previewPasses_cardItem__1Xrkq img{width:auto}.previewPasses_col6__2BwTQ{max-width:50%;flex:0 0 50%;padding:0 10px}.previewPasses_row__3N9hL{margin:0 -10px;display:flex;flex-wrap:wrap}.previewPasses_hostdetails__aoCPh{display:flex;justify-content:space-between}.previewPasses_passHeader__1FtT3 h1{font-size:18px;margin-bottom:5px}.previewPasses_passHeader__1FtT3 h1 span{font-weight:400}.previewPasses_cardFull__2tJoN{margin-top:30px;font-size:16px}.previewPasses_cardFull__2tJoN .previewPasses_outlineButton__13Pvm{float:right;text-align:right;flex:0 0 auto}.previewPasses_cardFull__2tJoN h5{margin-bottom:10px;font-size:14px}.previewPasses_textBox__1943-{display:flex;align-items:center}.previewPasses_subHeader__2f2bY{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:center;height:103px;border-radius:20px 20px 0 0;padding-right:20px}.previewPasses_circle__3IHuj{width:20px;height:20px;border-radius:20px;margin-left:45px;margin-right:17px}.previewPasses_subHeaderTitle__1U_vw{font-size:35px;font-weight:500;margin:0}.previewPasses_subHeaderNote__w38_P{font-size:16px;margin:10px 0 20px;font-weight:400}.previewPasses_subHeaderNote__w38_P p{margin-bottom:10px}.previewPasses_passForm__1bOVb{width:100%;padding:0}.previewPasses_passesImgRow__3tvgk{display:flex;flex-wrap:wrap;margin:0 -10px;text-align:center}.previewPasses_passesImg__13o68{flex-grow:0;flex-shrink:0;flex-basis:50%;padding:0 10px}.previewPasses_passImage1__3az26{flex-grow:0;flex-shrink:0;flex-basis:100%;padding:0 10px}.previewPasses_button__3Bwi_{padding:15px 20px;font-size:20px;background-color:#115a84;color:#fff;border:none;border-radius:10px;cursor:pointer}@media screen and (max-width:767px){.previewPasses_box__23iDT{margin-top:130px;width:100%}.previewPasses_subHeaderTitle__1U_vw{font-size:25px;font-weight:500}.previewPasses_cardCol__N2cRm,.previewPasses_col6__2BwTQ{max-width:100%;flex:0 0 100%;padding:0 10px}.previewPasses_col6__2BwTQ{margin-bottom:10px}.previewPasses_heading__MtEDv h1{font-size:25px}.previewPasses_cardItem__1Xrkq p,.previewPasses_heading__MtEDv p{font-size:14px}.previewPasses_innerBox__2Jpai{max-width:90%;margin:20px auto}.previewPasses_passForm__1bOVb{max-width:90%}}body{padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/*# sourceMappingURL=main.3f8b0dcc.chunk.css.map */