@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap';
.g7qzAa_button {
    cursor: pointer;
    border: #0000;
    border-radius: 15px;
    width: 100%;
    max-width: 380px;
    padding: 15px;
    font-size: 24px;
}

.g7qzAa_button-primary {
    color: #fff;
    background-color: #2fadab;
}

.g7qzAa_button-primary:hover {
    cursor: pointer;
    background-color: #23b9b7;
}

.g7qzAa_button-outline {
    color: #2fadab;
    background: none;
    border: 2px solid #2fadab;
}

.g7qzAa_button-disabled {
    color: #9f9f9f;
    cursor: not-allowed;
    background: none;
    border: 2px solid #999;
}

.wewJpW_title-description {
    padding-bottom: 50px;
}

.wewJpW_title-description .wewJpW_page-title {
    color: #505050;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
}

._1MgITa_error-msg {
    letter-spacing: 0.5px;
    color: #ff453a;
    text-align: left;
    background-color: #ff3b301a;
    border-radius: 6px;
    margin-top: 8px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
}

.ZYceoW_zip-form-item {
    color: #999;
    flex-direction: column;
    padding-bottom: 20px;
    display: flex;
}

.ZYceoW_zip-page-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.ZYceoW_zip-page-wrapper .ZYceoW_zip-submit-wrapper {
    height: unset;
    flex-direction: column;
    justify-content: end;
    display: flex;
}

.ZYceoW_err-wrapper-zip-code {
    margin-top: 50px !important;
}

@media only screen and (device-width <= 480px) {
    .ZYceoW_zip-page-wrapper .ZYceoW_zip-submit-wrapper {
        height: 100%;
    }
}

._3ZDwUq_input {
    background: none;
    border: none;
    border-bottom: 2px solid #b9b9b9;
    outline: none;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 300;
}

@media only screen and (device-width <= 480px) {
    ._3ZDwUq_input {
        font-size: 25px;
    }
}

._3ZDwUq_input:focus {
    border-color: #2fadab;
}

._3ZDwUq_input::placeholder {
    color: #999;
}

._3ZDwUq_input-required {
    color: #505050;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
}

.accordion-item-container {
    margin-bottom: 2px;
    font-size: 16px;
    background: #f2f2f2 !important;
}

.accordion-item-container > div {
    min-height: 34px;
}

.subtitle {
    align-items: center;
    display: flex;
}

.subtitle img {
    margin-right: 15px;
}

.subtitle span {
    font-size: 24px;
    font-weight: 300;
}

.tippy-box[data-animation='fade'][data-state='hidden'] {
    opacity: 0;
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    color: #fff;
    white-space: normal;
    background-color: #333;
    border-radius: 4px;
    outline: 0;
    font-size: 14px;
    line-height: 1.4;
    transition-property: transform, visibility, opacity;
    position: relative;
}

.tippy-box[data-placement^='top'] > .tippy-arrow {
    bottom: 0;
}

.tippy-box[data-placement^='top'] > .tippy-arrow:before {
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: top;
    bottom: -7px;
    left: 0;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow {
    top: 0;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: bottom;
    top: -7px;
    left: 0;
}

.tippy-box[data-placement^='left'] > .tippy-arrow {
    right: 0;
}

.tippy-box[data-placement^='left'] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    transform-origin: 0;
    right: -7px;
}

.tippy-box[data-placement^='right'] > .tippy-arrow {
    left: 0;
}

.tippy-box[data-placement^='right'] > .tippy-arrow:before {
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: 100%;
    left: -7px;
}

.tippy-box[data-inertia][data-state='visible'] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
    color: #333;
    width: 16px;
    height: 16px;
}

.tippy-arrow:before {
    content: '';
    border-style: solid;
    border-color: #0000;
    position: absolute;
}

.tippy-content {
    z-index: 1;
    padding: 5px 9px;
    position: relative;
}

.-C3VmG_utility-form-wrapper {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
}

.-C3VmG_utility-logo img {
    width: 144px;
    height: 144px;
}

.-C3VmG_form {
    max-width: 600px;
}

.-C3VmG_form-row {
    flex-direction: column;
    margin-bottom: 50px;
    display: flex;
}

.-C3VmG_form-row-label {
    letter-spacing: 0.75px;
    text-align: center;
    color: #505050;
    margin-bottom: 10px;
    font-size: 24px;
}

.-C3VmG_helper {
    cursor: pointer;
    place-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
}

.-C3VmG_helper img {
    width: 24px;
    height: 24px;
}

.-C3VmG_helper p {
    color: #4a7088;
    margin-left: 5px;
    text-decoration: underline;
}

.-C3VmG_error-msg {
    letter-spacing: 0.5px;
    color: #ff453a;
    text-align: left;
    background-color: #ff3b301a;
    border-radius: 6px;
    margin-top: 8px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
}

.DHkMkq_utility-list {
    background: #fff;
    border-radius: 0 0 35px 35px;
    height: 75vh;
    min-height: 75vh;
    padding: 30px 15px 30px 0;
    overflow-y: auto;
}

.DHkMkq_utility-list-filter {
    background: none;
    border: none;
    border-bottom: 2px solid #b9b9b9;
    outline: none;
    width: 100%;
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.DHkMkq_utility-list-item {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    padding: 0 20px;
    display: flex;
}

.DHkMkq_utility-list-item:hover {
    background: #f8fbfb;
}

.DHkMkq_utility-list-item .DHkMkq_content {
    align-items: center;
    margin-right: 10px;
    display: flex;
}

.DHkMkq_utility-logo {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.KMZeWq_layout-container {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.KMZeWq_layout-header {
    border-bottom: 1px solid #b9b9b9;
    justify-content: center;
    align-items: center;
    min-height: 3.25rem;
    padding: 0 10px;
    display: flex;
    position: relative;
}

.KMZeWq_app-navigation {
    cursor: pointer;
    align-items: center;
    display: flex;
    position: absolute;
    left: 10px;
}

.KMZeWq_app-navigation img {
    margin-right: 5px;
}

.KMZeWq_app-title {
    letter-spacing: 1px;
    text-align: center;
    color: #252525;
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    line-height: normal;
}

.KMZeWq_layout-content {
    color: #505050;
    background: #f2f2f2;
    flex: 1 0 auto;
    padding: 24px 5px;
    font-size: 24px;
}

.KMZeWq_container {
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
}

html,
body,
#app {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

.content-wrapper {
    background: #fff;
    padding: 30px;
}

.content-wrapper:not(:last-child),
.content-wrapper:not(:only-of-type) {
    border-radius: 0;
}

.content-wrapper:first-of-type {
    border-radius: 35px 35px 0 0;
}

.content-wrapper:last-child {
    border-radius: 0 0 35px 35px;
}

.content-wrapper:only-of-type {
    border-radius: 35px;
}

.status-description {
    letter-spacing: 1px;
    text-align: center;
    color: #4a7088;
    margin: 30px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
}

.flex-center {
    justify-content: center;
    display: flex;
}

.status-container {
    align-items: center;
    height: 100%;
    display: flex;
}

.redirect-btn {
    color: #fff;
    text-align: center;
    background-color: #2fadab;
    border: #0000;
    border-radius: 15px;
    width: 100%;
    max-width: 380px;
    padding: 15px;
    font-size: 24px;
    text-decoration: none;
    display: block;
}

.redirect-btn:hover {
    cursor: pointer;
    background-color: #23b9b7;
}

.title-description-small-img {
    max-width: 80px;
}
/*# sourceMappingURL=connect.17920020.css.map */
