.cover{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background-color:hsla(0,0%,50.2%,.5)}.server-error{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:1000px;width:95%;min-height:75vh;max-height:95%;overflow-y:scroll;z-index:10001;background-color:#fff;border:2px solid #888;padding:1rem;line-height:1.5rem}.server-error .close{position:absolute;top:10px;right:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;z-index:10002;background:#fff;border:1px solid #333}.server-error .close svg *{stroke:#333}.server-error .close:hover{cursor:pointer;background-color:#eef}.server-error .title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.server-error .message{font-size:1rem;font-family:monospace}.server-error .traceback{margin-top:2rem}.server-error .traceback .location{margin-top:.75rem;font-size:.9rem}.server-error .traceback .code{font-family:monospace;white-space:pre-wrap;background:#eef;border:1px solid #ddf;padding:.25rem 1rem}*{box-sizing:border-box}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;font-family:Europa-Regular,Roboto,Helvetica,Arial,sans-serif}a{text-decoration:none;font-weight:700}a,a:visited{color:#02556c}a:hover{color:#464646}header .nav-wrap{background-color:#02556c}header h1{max-width:800px;margin:1rem auto}header .nav{display:flex;font-size:1.2rem;max-width:800px;margin:auto}header .nav a{display:block;padding:10px;color:#fff;text-decoration:none}header .nav a:hover{background:#1ecad3}header .nav a:first-child{margin-left:-10px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.apply-filter-button,.base-button,.outlined-blue-button,.outlined-button,.primary-button,.save-button,.text-blue-button{border-radius:5px;font-size:16px;font-weight:700;height:35px;width:128px}.save-button,.save-button:focus{background:#26cb7c;color:#fff}.save-button:focus{border:0}.save-button:hover{background:#1faf6a;color:#fff}.save-button:disabled{background:rgba(38,203,124,.3137254901960784);color:#fff}.apply-filter-button,.primary-button{background:#15488a;color:#fff}.apply-filter-button:focus,.primary-button:focus{background:#15488a;color:#fff;border:0}.apply-filter-button:hover,.primary-button:hover{background:#0d2e59;color:#fff}.apply-filter-button:disabled,.primary-button:disabled{background:rgba(21,72,138,.3137254901960784);color:#fff}.outlined-button{border:1px solid #a8a8a8;background:#fff;color:#767676}.outlined-button:focus{border:1px solid #a8a8a8;color:#333}.outlined-button:hover{border:1px solid #333;color:#333}.outlined-button:disabled{border:1px solid #d8d8d8;color:#bababa}.outlined-blue-button{background:#f0f7ff}.outlined-blue-button,.outlined-blue-button:focus{border:1px solid #15488a;color:#15488a}.outlined-blue-button:hover{border:1px solid #02556c;color:#15488a}.outlined-blue-button:disabled{border:1px solid #d8d8d8;color:#bababa}.text-button{font-size:14px;font-weight:400}.text-button,.text-button:focus{border:0;background:#fff;color:#333}.text-button:hover{background:#fff;text-decoration:underline}.text-button:disabled{color:#bababa}.text-blue-button{font-size:14px;font-weight:400;color:#15488a}.text-blue-button,.text-blue-button:focus{border:0;background:#fff}.text-blue-button:hover{background:#fff;border:1px solid #02556c}.text-blue-button:disabled{color:#bababa}.apply-filter-button{width:228px}.dark-blue-selected-contained-button{background:rgba(35,84,106,.1);border:1px solid #02556c;border-radius:5px;color:#333}.dark-blue-selected-contained-button:hover{background:rgba(35,84,106,.1);border:1px solid #02556c;color:#333}.dark-blue-selected-contained-button:focus{border:1px solid #02556c}.dark-gray-outlined-button{color:#333;border:1px solid #a8a8a8}.dark-gray-outlined-button:hover{color:#333;border:1px solid #333;background:#fff}.dark-gray-outlined-button:focus{color:#333;border:1px solid #a8a8a8}.dark-gray-outlined-button:disabled{color:#a8a8a8;border:1px solid #d8d8d8}.google-login-button{height:45px;border:1px solid #e9e9e9;border-radius:5px;font-size:16px;color:#333;margin-bottom:20px}.google-login-button:hover{border:1px solid #e9e9e9}.signout-button{color:#333;background:#fff;margin-right:15px;height:35px;font-weight:700}.signout-button:hover{background:#fff}.form-page{max-width:800px;margin:1rem auto 3rem}.form-page .demo-action{margin:1rem}.form-page .demo-action:first-of-type{margin-left:0}.form-container{max-width:800px;margin:0 auto;padding:20px}.payment-type-tabs{border-bottom:1px solid;width:100%}.form{display:grid;grid-template-columns:1fr 1fr}.form .field{display:contents}.form .field>*{margin:1rem 0}.form .errors,.form .submit{grid-column:2/-1}.form .submit{margin:1rem 0}.form .section-title{background-color:#eef;grid-column:1/-1;font-size:1.3rem;padding:1rem;margin-top:2rem}.error-message-color{color:#f51d1d}label{font-size:1rem;line-height:2.5rem}.PhoneInputCountry{border:1px solid #e9e9e9;border-right:none;padding-left:5px;padding-right:5px}button,input[type=date],input[type=number],input[type=tel],input[type=text],select{border:1px solid #e9e9e9;padding-left:1rem;padding-right:1rem;height:2.5rem;font-size:1rem;grid-column:2/-1}button:active,input[type=date]:active,input[type=number]:active,input[type=tel]:active,input[type=text]:active,select:active{border:1px solid #3182ce}button:focus,input[type=date]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus{outline:none;box-shadow:none;border:1px solid #3182ce}button{transition:all .2s;font-weight:700;cursor:pointer}button.outline{background-color:transparent;border:2px solid #43b6c0;color:#43b6c0}button.outline:hover,button.submit{background-color:#43b6c0;color:#fff}button.submit{margin:1rem 0;border:1px solid #43b6c0}button.submit:hover{background-color:#02556c;color:#fff}button:active{position:relative;top:1px}.barefoot_agent button.MuiButton-textPrimary,.barefoot_agent header{display:none}.barefoot_agent .form-container{padding:0 0 50px;min-height:450px}.barefoot_agent .MuiTabs-root{min-height:0}.barefoot_agent .payment-type-tabs{margin-bottom:10px}.barefoot_agent button.MuiTab-root{padding:0;color:#000;min-height:0}.barefoot_agent .wallets{display:none}.barefoot_agent label{font-size:12px;line-height:20px;width:100%;display:block;padding-right:10px}.barefoot_agent .finix-field,.barefoot_agent .standalone-field{padding:0;border-radius:0;height:20px;margin:0 0 5px}.barefoot_agent input[type=text]{height:20px;line-height:20px;font-size:12px;background-color:#fff}.barefoot_agent img.brand{display:none}.barefoot_agent .MuiSelect-outlined.MuiSelect-outlined{padding:5px;font-size:12px}.barefoot_agent .ach-form .MuiFormControl-root,.barefoot_agent .cc-form .MuiFormControl-root{margin:.5rem 0}.barefoot_agent label.MuiInputLabel-outlined{transform:translate(8px,3px) scale(1)}.spinner-wrap{display:flex;align-items:stretch;justify-content:center;padding:3px;cursor:default;background-color:#02556c;border:1px solid #02556c;height:2.5rem}.spinner{animation:rotate 2s linear infinite}.spinner .path{stroke:#bed9f4;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:inherit;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-top:0 solid var(--PhoneInputCountrySelectArrow-color);border-bottom:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);border-left:0 solid var(--PhoneInputCountrySelectArrow-color);border-right:var(--PhoneInputCountrySelectArrow-borderWidth) solid var(--PhoneInputCountrySelectArrow-color);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.text-input,.text-multiline-input{height:35px!important;padding-top:0;padding-bottom:0;border:0!important}.text-multiline-input{height:90px!important;overflow:auto!important}.text-outlined-30{height:30px!important;padding-top:0;padding-bottom:0;border:0!important}.tab-title,.tab-title-onboarding{color:#868686;cursor:pointer;font-size:16px;margin-right:40px}.tab-title-onboarding:hover,.tab-title:hover{border-bottom:4px solid #15488a;color:#333}.tab-title-onboarding{margin-right:0}.tab-title-selected{border-bottom:4px solid #15488a;color:#333}.tally-bg-color{background:#15488a}.tally-bg-light-color{background:#f0f7ff}.dark-text,.dark-text-14,.dark-text-16,.dark-text-24,.dark-text-28,.dark-text-bold-16,.dark-text-bold-24{color:#333;font-weight:400}.dark-text-14{font-size:14px}.dark-text-16,.dark-text-bold-16{font-size:16px}.dark-text-bold-16{font-weight:700}.dark-text-24,.dark-text-bold-24{font-size:24px}.dark-text-bold-24{font-weight:700}.dark-text-28{font-size:28px}.light-text,.light-text-12,.light-text-14,.light-text-16{color:#767676;font-weight:400}.light-text-12{font-size:12px}.light-text-14{font-size:14px}.light-text-16{font-size:16px}.dark-blue-text,.dark-blue-text-14,.dark-blue-text-bold-14{color:#15488a;font-weight:400}.dark-blue-text-14,.dark-blue-text-bold-14{font-size:14px}.dark-blue-text-bold-14{font-weight:700}.black-text,.black-text-14,.black-text-16,.black-text-bold-14{color:#000;font-weight:400}.black-text-14,.black-text-bold-14{font-size:14px}.black-text-bold-14{font-weight:700}.black-text-16{font-size:16px}.secondary-blue-text,.secondary-blue-text-14,.secondary-blue-text-16{color:#02556c;font-weight:400}.secondary-blue-text-14{font-size:14px}.secondary-blue-text-16{font-size:16px}.menu{display:grid;grid-gap:3rem;grid-template-columns:1fr 1fr;max-width:800px;margin:1rem auto}.menu .unified{grid-column:2/-1}.menu a{display:block;font-size:1rem;text-decoration:none;padding:.5rem;margin:.5rem 0 .5rem -.5rem}.menu a:hover{background-color:#02556c;color:#fff}.table-header{background:#f6f7f9}.table-header-cell{color:#868686}.table-row:hover{background:#f6f7f9}.table-row:last-child td,.table-row:last-child th{border:0}label{font-weight:400;font-size:18px}.standalone-label{margin-top:5px;display:block}.finix-field,.standalone-field{border:1px solid #a5a5a5;background-color:"red";padding-left:1rem;padding-right:1rem;height:2.5rem;font-size:1rem;display:block;margin:1rem 0;grid-column:2/-1;box-sizing:content-box;border-radius:5px}.finix-field iframe,.standalone-field iframe{width:100%;height:2.5rem;border:0 solid #000}.finix-field.focused,.standalone-field.focused{outline:none;box-shadow:none;border:1px solid #3182ce}.finix-field input,.standalone-field input{border-width:0;padding:1px;box-sizing:border-box}.finix-field .MuiInputBase-root:after,.finix-field .MuiInputBase-root:before,.finix-field .MuiInputBase-root:hover:after,.finix-field .MuiInputBase-root:hover:not(.Mui-disabled):before,.finix-field input:active,.finix-field input:focus,.standalone-field .MuiInputBase-root:after,.standalone-field .MuiInputBase-root:before,.standalone-field .MuiInputBase-root:hover:after,.standalone-field .MuiInputBase-root:hover:not(.Mui-disabled):before,.standalone-field input:active,.standalone-field input:focus{border-width:0}.finix-field .MuiInputBase-root,.standalone-field .MuiInputBase-root{display:block}.ach-form .MuiOutlinedInput-input,.cc-form .MuiOutlinedInput-input{padding:12px 14px 12px 17px}.ach-form .MuiOutlinedInput-notchedOutline,.ach-form .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.ach-form .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.cc-form .MuiOutlinedInput-notchedOutline,.cc-form .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.cc-form .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:1px solid #a5a5a5}.ach-form .MuiSelect-select:focus,.cc-form .MuiSelect-select:focus{background-color:#fff}.ach-form .MuiInputLabel-outlined,.cc-form .MuiInputLabel-outlined{background-color:#fff;transform:translate(8px,11px) scale(1);padding:0 10px}.ach-form .MuiInputLabel-outlined.MuiInputLabel-shrink,.cc-form .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-10px) scale(.75)}.ach-form .MuiOutlinedInput-notchedOutline legend,.cc-form .MuiOutlinedInput-notchedOutline legend{display:none}.ach-form .MuiFormControl-root,.cc-form .MuiFormControl-root{margin:1rem 0}.credit-card-input{display:flex;align-items:center}.credit-card-input .brand{width:56px;height:56px;margin-right:8px}.credit-card-input .finix-field{flex:1}.apple-pay-button{display:inline-block;-webkit-appearance:-apple-pay-button;-apple-pay-button-type:buy;width:240px;height:48px;border-radius:16px;padding:5px 0;box-sizing:border-box;margin-left:10px}.apple-pay-button:hover{cursor:pointer}.apple-pay-button-black{-apple-pay-button-style:#000}