@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body,
html {
    height: 100vh;
    width: 100%;
    background: #fff;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    letter-spacing: -.65px
}

@media only screen and (max-width:768px) {

    body,
    html {
        border: none;
        overflow: auto;
        height: 100%;
        min-height: auto;
        --safe-area-inset-bottom: env(safe-area-inset-bottom);
        --safe-area-inset-top: env(safe-area-inset-top);
        padding: env(safe-area-inset-top, 70px) env(safe-area-inset-right, 50px) env(safe-area-inset-bottom, 70px) env(safe-area-inset-left, 50px)
    }
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

img {
    vertical-align: middle;
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

.PageError {
    position: absolute;
    width: 100%;
    text-align: center
}

*,
:after,
:before {
    box-sizing: border-box
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.backInUpAnimation600msDelay200ms {
    -webkit-animation: backInUpAnimation .6s linear .2s 1 normal forwards;
    animation: backInUpAnimation .6s linear .2s 1 normal forwards
}

.backInUpAnimation600msDelay300ms {
    -webkit-animation: backInUpAnimation .6s linear .3s 1 normal forwards;
    animation: backInUpAnimation .6s linear .3s 1 normal forwards
}

.backInUpAnimation600ms {
    -webkit-animation: backInUpAnimation .6s;
    animation: backInUpAnimation .6s
}

.backInUpAnimation800ms {
    -webkit-animation: backInUpAnimation .8s;
    animation: backInUpAnimation .8s
}

.backInUpAnimation1s {
    -webkit-animation: backInUpAnimation 1s;
    animation: backInUpAnimation 1s
}

.backInUpAnimation1200ms {
    -webkit-animation: backInUpAnimation 1.2s;
    animation: backInUpAnimation 1.2s
}

.backInUpAnimation1400ms {
    -webkit-animation: backInUpAnimation 1.4s;
    animation: backInUpAnimation 1.4s
}

.backInUpAnimation1600ms {
    -webkit-animation: backInUpAnimation 1.6s;
    animation: backInUpAnimation 1.6s
}

.backInUpAnimation1800ms {
    -webkit-animation: backInUpAnimation 1.8s;
    animation: backInUpAnimation 1.8s
}

.backInUpAnimation2s {
    -webkit-animation: backInUpAnimation 2s;
    animation: backInUpAnimation 2s
}

.backInUpAnimation3s {
    -webkit-animation: backInUpAnimation 3s;
    animation: backInUpAnimation 3s
}

@-webkit-keyframes backInUpAnimation {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: .2
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUpAnimation {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.backInRightAnimation600ms {
    -webkit-animation: backInRightAnimation .6s;
    animation: backInRightAnimation .6s
}

.backInRightAnimation800ms {
    -webkit-animation: backInRightAnimation .8s;
    animation: backInRightAnimation .8s
}

.backInRightAnimation1s {
    -webkit-animation: backInRightAnimation 1s;
    animation: backInRightAnimation 1s
}

.backInRightAnimation1200ms {
    -webkit-animation: backInRightAnimation 1.2s;
    animation: backInRightAnimation 1.2s
}

.backInRightAnimation1400ms {
    -webkit-animation: backInRightAnimation 1.4s;
    animation: backInRightAnimation 1.4s
}

.backInRightAnimation1600ms {
    -webkit-animation: backInRightAnimation 1.6s;
    animation: backInRightAnimation 1.6s
}

.backInRightAnimation1800ms {
    -webkit-animation: backInRightAnimation 1.8s;
    animation: backInRightAnimation 1.8s
}

.backInRightAnimation2s {
    -webkit-animation: backInRightAnimation 2s;
    animation: backInRightAnimation 2s
}

.backInRightAnimation3s {
    -webkit-animation: backInRightAnimation 3s;
    animation: backInRightAnimation 3s
}

@-webkit-keyframes backInRightAnimation {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRightAnimation {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.slideInRightAnimation600ms {
    -webkit-animation: slideInRightAnimation .6s;
    animation: slideInRightAnimation .6s
}

.slideInRightAnimation800ms {
    -webkit-animation: slideInRightAnimation .8s;
    animation: slideInRightAnimation .8s
}

.slideInRightAnimation1s {
    -webkit-animation: slideInRightAnimation 1s;
    animation: slideInRightAnimation 1s
}

.slideInRightAnimation1200ms {
    -webkit-animation: slideInRightAnimation 1.2s;
    animation: slideInRightAnimation 1.2s
}

.slideInRightAnimation1400ms {
    -webkit-animation: slideInRightAnimation 1.4s;
    animation: slideInRightAnimation 1.4s
}

.slideInRightAnimation1600ms {
    -webkit-animation: slideInRightAnimation 1.6s;
    animation: slideInRightAnimation 1.6s
}

.slideInRightAnimation1800ms {
    -webkit-animation: slideInRightAnimation 1.8s;
    animation: slideInRightAnimation 1.8s
}

.slideInRightAnimation2s {
    -webkit-animation: slideInRightAnimation 2s;
    animation: slideInRightAnimation 2s
}

.slideInRightAnimation3s {
    -webkit-animation: slideInRightAnimation 3s;
    animation: slideInRightAnimation 3s
}

@-webkit-keyframes slideInRightAnimation {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRightAnimation {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeftAnimation600ms {
    -webkit-animation: slideInLeftAnimation .6s;
    animation: slideInLeftAnimation .6s
}

.slideInLeftAnimation800ms {
    -webkit-animation: slideInLeftAnimation .8s;
    animation: slideInLeftAnimation .8s
}

.slideInLeftAnimation1s {
    -webkit-animation: slideInLeftAnimation 1s;
    animation: slideInLeftAnimation 1s
}

.slideInLeftAnimation1200ms {
    -webkit-animation: slideInLeftAnimation 1.2s;
    animation: slideInLeftAnimation 1.2s
}

.slideInLeftAnimation1400ms {
    -webkit-animation: slideInLeftAnimation 1.4s;
    animation: slideInLeftAnimation 1.4s
}

.slideInLeftAnimation1600ms {
    -webkit-animation: slideInLeftAnimation 1.6s;
    animation: slideInLeftAnimation 1.6s
}

.slideInLeftAnimation1800ms {
    -webkit-animation: slideInLeftAnimation 1.8s;
    animation: slideInLeftAnimation 1.8s
}

.slideInLeftAnimation2s {
    -webkit-animation: slideInLeftAnimation 2s;
    animation: slideInLeftAnimation 2s
}

.slideInLeftAnimation3s {
    -webkit-animation: slideInLeftAnimation 3s;
    animation: slideInLeftAnimation 3s
}

@-webkit-keyframes slideInLeftAnimation {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeftAnimation {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#root {
    height: 100%
}

#turn {
    visibility: hidden
}

@media only screen and (orientation:landscape)and (min-width:300px)and (max-width:900px) {
    #turn {
        font-size: 25px;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        color: #fff;
        background: url(sprint/static/media/bg.png);
        visibility: visible
    }

    #root {
        display: none
    }
}

.error_errorContainer__ikSgS {
    display: flex;
    flex: 2 1;
    flex-direction: column;
    height: 100%
}

.error_contentContainer__2GV-L {
    flex: 2 1;
    position: relative;
    background-image: url("./sprint/static/media/Mask Group 1.8ba72248.png");
    background-color: #a7edec;
    background-size: cover;
    background-position: bottom;
    text-align: left
}

.error_footer__3A35b {
    width: 100%
}

.error_textContainer__3w4sL {
    position: absolute;
    color: var(--primary);;
    right: 22%;
    top: 22%
}

.error_textContainer__3w4sL .error_errorText1__4o3rP {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 49px
}

.error_textContainer__3w4sL .error_errorText2__3UGzM {
    font-size: 15px;
    margin: 0;
    max-width: 300px
}

.error_button__1Atd0 {
    position: relative;
    top: 10px;
    width: 245px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px
}

@media only screen and (max-width:768px) {
    .error_contentContainer__2GV-L {
        background-image: url("./sprint/static/media/Mask Group Error 6.e485eaa6.png");
        height: 100%;
        display: flex;
        flex-flow: column;
        text-align: center
    }

    .error_textContainer__3w4sL {
        position: relative;
        color: var(--primary);;
        right: 0;
        top: -110px;
        text-align: center;
        margin: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center
    }

    .error_textContainer__3w4sL .error_errorText1__4o3rP {
        font-weight: 700;
        font-size: 37px;
        max-width: unset;
        margin: 0 25px
    }

    .error_textContainer__3w4sL .error_errorText2__3UGzM {
        font-size: 22px;
        max-width: unset;
        margin: 0 25px
    }

    .error_button__1Atd0 {
        position: relative;
        top: 59px;
        height: 50px;
        width: 312px
    }

    .error_errorContainer__ikSgS .error_footer__3A35b {
        display: none
    }
}

.Footer_footer_container__2rYQU {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 1366px;
    margin: 0 auto;
    height: 30px;
    max-height: 30px;
    background: #333;
    color: #fff
}

.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    width: 100%;
    max-width: 1368px;
    margin: 0 auto;
    font-size: 12px
}

.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg .Footer_footer_left__sssAx {
    padding-left: 130px
}

.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg .Footer_footer_right__1aOIS {
    padding-right: 110px
}

.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg .Footer_footer_right__1aOIS .Footer_footer_link__3ZOXw,
.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg .Footer_footer_right__1aOIS .Footer_footer_link__3ZOXw:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto
}

.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg .Footer_footer_right__1aOIS span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #666;
    cursor: pointer
}

.Footer_footer_container__2rYQU .Footer_footer_innercontainer__3q2Eg .Footer_footer_right__1aOIS span.Footer_last_child__3mqM5 {
    border-right: 0
}

.PrimaryButton_loader__1xgRH {
    border-radius: 50%;
    border: 6px solid #f3f3f3;
    border-top-color: var(--primary);;
    width: 40px;
    height: 40px;
    -webkit-animation: PrimaryButton_spin__2SrPt 2s linear infinite;
    animation: PrimaryButton_spin__2SrPt 2s linear infinite;
    margin-top: 40%
}

@-webkit-keyframes PrimaryButton_spin__2SrPt {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes PrimaryButton_spin__2SrPt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.PrimaryButton_Container__1Jas7 {
    background-color: var(--primary);;
    border-radius: 20px;
    padding: 0 60px;
    height: 40px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    position: relative
}

.PrimaryButton_Content__2gL9w {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.PrimaryButton_Container__1Jas7:focus {
    outline: none
}

.PrimaryButton_DisableBtn__23gRv {
    background-color: #72c8ef
}

.PrimaryButton_DisableBtn__23gRv span {
    opacity: .5
}

.PrimaryButton_Image__5c-SL {
    position: absolute;
    top: 11px;
    right: 20px
}

.PrimaryButton_ImageFinish__3Bowj {
    align-items: center
}

@media(max-width:768px) {
    .PrimaryButton_Image__5c-SL {
        top: 17px
    }
}

.Loader_loader__16g8j {
    border-radius: 50%;
    border: 6px solid #f3f3f3;
    border-top-color: var(--primary);;
    width: 40px;
    height: 40px;
    -webkit-animation: Loader_spin__2YOsW 2s linear infinite;
    animation: Loader_spin__2YOsW 2s linear infinite;
    margin: 1px
}

@-webkit-keyframes Loader_spin__2YOsW {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes Loader_spin__2YOsW {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Landing_loadingContainer__1qfjL {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.Layout_FlexInner__ChdS6 {
    height: 100%
}

.Layout_VisibilityHidden__3zvr5 {
    visibility: hidden
}

.Layout_LandingDetailsCard__1zh77 {
    background-color:var(--primary);
    padding: 32px 9px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    flex-direction: column;
    width: 60.5%;
    max-width: 820px;
    position: relative
}

.Layout_LandingDetailsCard__1zh77 .Layout_CloseHelpButton__1bW_Y,
.Layout_LandingDetailsCard__1zh77 .Layout_InfoHeader__Jshht {
    display: none
}

.Layout_CardDetails__1Yotp {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px 30px 0;
    display: flex;
    height: 100%;
    flex-flow: row;
    justify-content: center
}

.Layout_CardDetails__1Yotp .Layout_popUpContainer__13p5n {
    width: 100px
}

.Layout_CardDetails__1Yotp .Layout_popupHeader__2522o {
    width: 68%;
    margin: 22px auto 0;
    letter-spacing: .25px;
    text-indent: -4px
}

.Layout_CardDetails__1Yotp .Layout_popupMiddleContent__3fqjV {
    color: var(--primary);;
    width: 77%;
    margin: 5px auto 0;
    letter-spacing: .25px;
    font-size: 16px;
    text-indent: 2px;
    line-height: 24px
}

.Layout_CardDetails__1Yotp .Layout_ScrollCont__1eR2d {
    flex: 2 1;
    display: flex;
    flex-flow: column
}

.Layout_CardDetails__1Yotp .Layout_CardContainer__42NXB {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 23%;
    min-width: 300.38px
}

.Layout_CardDetails__1Yotp .Layout_CardContainer__42NXB .Layout_CardChoice__PyKxu {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .25px;
    color: #fff;
    line-height: 40px;
    height: 17.4%;
    display: flex;
    align-items: flex-end
}

.Layout_CardDetails__1Yotp .Layout_CardContainer__42NXB .Layout_CompletionMsg__2alU5 {
    width: 251px
}

.Layout_CardDetails__1Yotp .Layout_WelcomeMgContainer__3_cLj {
    color: #fff;
    height: 23.6%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end
}

.Layout_CardDetails__1Yotp .Layout_WelcomeMgContainer__3_cLj .Layout_Header__1iMgj {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -.3px;
    line-height: 40px
}

.Layout_CardDetails__1Yotp .Layout_WelcomeMgContainer__3_cLj .Layout_HeadingMsg__2DU73 {
    font-size: 20px;
    letter-spacing: -.5px;
    padding-top: 13px
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx {
    height: 33.4%;
    width: 100%;
    position: relative;
    margin-bottom: -20px
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx img {
    margin-top: 2px;
    position: absolute;
    top: -4px;
    height: 100%
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_backTile2__3IKT_ {
    height: 100%;
    z-index: 1;
    top: -25px;
    left: -20px;
    margin-bottom: -20px
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_backTile2Vertical__3GEyX {
    height: 87%;
    z-index: 1;
    left: 55px;
    margin-bottom: -20px
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_frontImage__2y7Ll {
    height: 55%;
    z-index: 2;
    top: 19%;
    left: 0;
    position: absolute
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_frontImageVertical__19Jry {
    z-index: 2;
    height: 76%;
    top: 6%;
    left: 62px;
    position: absolute
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_cardUserNameVertical__1QXVh {
    color: #fff;
    position: relative;
    z-index: 11;
    font-size: 9px;
    width: 90px;
    top: 57%;
    left: 23%
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_lightCardUserName__24SWV {
    color: #000;
    position: relative;
    top: 63%;
    left: 4%;
    z-index: 11;
    font-size: 10px;
    width: 52%
}

.Layout_CardDetails__1Yotp .Layout_CardImage__1MJHx .Layout_cardUserName__3pqHg {
    color: #fff;
    position: relative;
    top: 63%;
    left: 4%;
    z-index: 11;
    font-size: 10px;
    width: 52%
}

.Layout_CardDetails__1Yotp .Layout_CardName__1ZDuo {
    color: #fff;
    margin-top: -11px;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .25px
}

.Layout_CardDetails__1Yotp .Layout_CheckCard__2eI8n {
    padding: 12px 0 14px
}

.Layout_CardDetails__1Yotp .Layout_CheckCard__2eI8n .Layout_CardInfoIcon__1M_MD {
    padding-left: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .25px
}

.Layout_CardDetails__1Yotp .Layout_CheckCard__2eI8n .Layout_ChangeCardArrow__363QF {
    padding-left: 13px;
    padding-right: 18px
}

.Layout_CardDetails__1Yotp .Layout_CheckCard__2eI8n .Layout_ViewBenefitsArrow__OpG-p {
    padding-left: 13px
}

.Layout_CardDetails__1Yotp .Layout_CheckCard__2eI8n .Layout_RetrieveApp__19BDb {
    padding-left: 0
}

.Layout_CardDetails__1Yotp .Layout_CardSectionImg__a3MjF {
    z-index: 1;
    flex: 2 1 auto;
    position: relative;
    width: 100%
}

.Layout_CardDetails__1Yotp .Layout_CardSectionImg__a3MjF.Layout_personalDetails__3ncb0 {
    margin-bottom: -1px
}

.Layout_CardDetails__1Yotp .Layout_CardSectionImg__a3MjF.Layout_otpview__3GCrE {
    margin-bottom: -2px
}

.Layout_CardDetails__1Yotp .Layout_CardSectionImg__a3MjF.Layout_officeaddress__2RttA {
    margin-bottom: -1px
}

.Layout_CardDetails__1Yotp .Layout_CloseHelpButton__1bW_Y,
.Layout_CardDetails__1Yotp .Layout_CloseHelpButton__1bW_Y .Layout_CloseSm__2YN-n,
.Layout_CardDetails__1Yotp .Layout_CloseHelpButton__1bW_Y .Layout_HelpSm__1oVvX {
    display: none
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo {
    background-color: #fff;
    padding: 32px 9px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    flex-direction: column;
    width: 60.5%;
    min-width: 735px;
    max-width: 820px;
    position: relative
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_CloseHelpButton__1bW_Y {
    display: unset;
    z-index: 1
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_Close__20NA- {
    width: 54px;
    height: 54px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: -14px;
    top: -19px
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_Close__20NA- .Layout_CloseImg__2EIRW {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_Close__20NA-:focus {
    outline: none
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht {
    display: flex;
    grid-row-gap: 7px;
    row-gap: 7px;
    grid-column-gap: 7px;
    -webkit-column-gap: 7px;
    column-gap: 7px;
    padding: 15px 38px;
    background-color: #f3f2f2;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin: -32px -9px 0;
    flex-wrap: nowrap;
    position: absolute;
    width: 100%
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht>div {
    width: 16%
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_AlignHeader__3_WxY div {
    margin-left: -1px
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_PersonalInfoLabels__3KLC5 {
    font-weight: 700;
    letter-spacing: .25px;
    color: #585858;
    margin-bottom: 0;
    font-size: 11px
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_PersonalInfoValues__1bFqA {
    font-size: 20px;
    letter-spacing: -.4px;
    color: #333;
    font-size: 13px;
    text-transform: capitalize
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_AlignHeader__3_WxY {
    display: block
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_EditInfo__1UAq2 {
    cursor: pointer;
    margin-left: auto;
    width: auto;
    margin-right: -7px;
    margin-top: 12px;
    font-size: 15px
}

.Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_EditButton__1ewN8 {
    letter-spacing: -.35px;
    color: var(--primary);;
    margin-left: 5px
}

.Layout_CardDetails__1Yotp .Layout_withLeftPannelMainPage__28-1z {
    display: flex;
    width: 100%;
    flex-flow: row;
    height: 100%;
    justify-content: center
}

.Layout_CardDetails__1Yotp .Layout_SMHead__2jSil {
    display: none;
    padding: 25px;
    text-align: center
}

.Layout_PageContainer__3oPYJ {
    display: flex;
    flex-direction: column;
    flex: 2 1;
    max-height: calc(100% - 45px)
}

.Layout_Footer__1KSsl {
    display: flex;
    align-items: flex-end;
    background-color: #fff
}

.Layout_Footer__1KSsl .Layout_ActiveSection__3r7eP {
    height: 51px
}

.Layout_Footer__1KSsl button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none;
    width: 250px;
    height: 40px;
    text-align: left;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -5px 8px -7px #666
}

.Layout_Footer__1KSsl .Layout_PersonalDetailsSection__1GoKt {
    background-color: #87d0f5;
    z-index: 1;
    flex-wrap: wrap
}

.Layout_Footer__1KSsl .Layout_ProfessionalDetailsSection__2R9de {
    background-color: #c9cbfb;
    flex-wrap: wrap
}

.Layout_Footer__1KSsl .Layout_KycDetailsSection__20CoC {
    background-color: #a7edec;
    flex-wrap: wrap
}

.Layout_Footer__1KSsl .Layout_PersonalDetailsSection__1GoKt.Layout_ActiveSection__3r7eP {
    background-color: #1aa7ec;
    box-shadow: 0 -5px 8px -7px #666
}

.Layout_Footer__1KSsl .Layout_ProfessionalDetailsSection__2R9de.Layout_ActiveSection__3r7eP {
    background-color: #797ef6;
    box-shadow: 0 -8px 8px -7px #666
}

.Layout_Footer__1KSsl .Layout_KycDetailsSection__20CoC.Layout_ActiveSection__3r7eP {
    background-color: #26d4d0;
    box-shadow: 0 -8px 8px -7px #666
}

.Layout_Footer__1KSsl .Layout_SectionImg__3-MoG {
    float: right;
    padding-right: 5px;
    padding-top: 3px
}

.Layout_Footer__1KSsl .Layout_SectionContent__1vjiE {
    font-size: 16px;
    letter-spacing: -.4px;
    color: #fff;
    padding-left: 5px
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.Layout_leftPannelImage__30Kcw {
    margin: 4px 0 1px -32px
}

.Layout_leftPannelImage__30Kcw img {
    min-height: 180px;
    max-height: 228px;
    position: absolute;
    height: 100%;
    bottom: 0;
    right: -60px
}

@media only screen and (max-width:768px) {
    .Layout_FlexInner__ChdS6 {
        display: flex;
        flex-flow: column
    }

    .Layout_BackPersonalDetails__NZQTB {
        background: url("sprint/static/media/bg.png");
        background-size: cover
    }

    .Layout_BackProfessionalDetails__1eYjx {
        background: url("sprint/static/media/bg.png");
        background-size: cover
    }

    .Layout_BackKYCDetails__3VEkI {
        background: url("sprint/static/media/bg.png");
        background-size: cover
    }

    .Layout_CardDetails__1Yotp {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 0;
        flex-flow: column;
        justify-content: flex-start;
        height: 100vh;
        overflow: hidden
    }

    .Layout_CardDetails__1Yotp .Layout_popupMiddleContent__3fqjV {
        width: 100%;
        font-size: 16px
    }

    .Layout_CardDetails__1Yotp .Layout_withLeftPannelMainPage__28-1z {
        flex-flow: column;
        height: 100%
    }

    .Layout_CardDetails__1Yotp .Layout_PageContainer__3oPYJ {
        overflow: hidden;
        max-height: 100%;
        overflow-y: auto
    }

    .Layout_CardDetails__1Yotp .Layout_ScrollCont__1eR2d {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        position: relative
    }

    .Layout_CardDetails__1Yotp .Layout_SMHead__2jSil {
        display: block;
        color: #fff
    }

    .Layout_CardDetails__1Yotp .Layout_withLeftPannelMainPage__28-1z .Layout_CloseHelpButton__1bW_Y {
        display: unset
    }

    .Layout_CardDetails__1Yotp .Layout_withLeftPannelMainPage__28-1z .Layout_CloseHelpButton__1bW_Y .Layout_CloseSm__2YN-n {
        position: absolute;
        top: 17px;
        right: 15px;
        border: none;
        background-color: transparent;
        display: block;
        align-items: flex-end;
        padding: 5px;
        cursor: pointer
    }

    .Layout_CardDetails__1Yotp .Layout_withLeftPannelMainPage__28-1z .Layout_CloseHelpButton__1bW_Y .Layout_HelpSm__1oVvX {
        position: absolute;
        top: 19px;
        left: 23px;
        border: none;
        background-color: transparent;
        display: block;
        align-items: flex-start;
        padding: 5px;
        cursor: pointer
    }

    .Layout_CardDetails__1Yotp .Layout_LandingDetailsCard__1zh77 {
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        flex: 1 1 auto;
        padding: 0;
        min-width: unset
    }

    .Layout_CardDetails__1Yotp .Layout_LandingDetailsCard__1zh77 .Layout_CloseHelpButton__1bW_Y,
    .Layout_CardDetails__1Yotp .Layout_LandingDetailsCard__1zh77 .Layout_CloseHelpButton__1bW_Y .Layout_CloseSm__2YN-n,
    .Layout_CardDetails__1Yotp .Layout_LandingDetailsCard__1zh77 .Layout_CloseHelpButton__1bW_Y .Layout_HelpSm__1oVvX {
        display: none
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo {
        height: 100%;
        overflow: hidden;
        min-width: unset;
        border-top-right-radius: 40px;
        border-top-left-radius: 40px
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_Close__20NA- {
        display: none
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht {
        flex-flow: column nowrap;
        background: none;
        height: auto;
        margin: -13px -37px;
        position: unset
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht>div {
        width: auto
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_ContactInfo__1YPzD {
        margin-left: 0
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_PersonalInfoLabels__3KLC5 {
        font-weight: bolder;
        font-size: 14px
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_PersonalInfoValues__1bFqA {
        font-size: 16px;
        margin-top: 1px
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_EditInfo__1UAq2 {
        text-align: right;
        position: absolute;
        right: 35px;
        top: -14px
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_EditInfo__1UAq2 span {
        display: none
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_CityHeader__1Oeeg,
    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_DobHeader__3s1L-,
    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_PanHeader__1cO5V {
        margin-left: 0
    }

    .Layout_PersonalDetailsCard__KZgVB {
        width: auto
    }

    .Layout_ContactInfo__1YPzD {
        margin: 5px 0 0
    }

    .Layout_SMHide__Eq_jR {
        display: none
    }

    .Layout_Container__3pbZs {
        margin-top: 50px
    }

    .Layout_WelcomeHeading__lfcjO {
        align-items: flex-start
    }

    .Layout_Footer__1KSsl {
        flex-flow: column;
        margin: 25px 1px 0;
        height: auto;
        justify-content: flex-end
    }

    .Layout_Footer__1KSsl button {
        width: 100%;
        box-shadow: 0 -2px 5px 2px #c9cbfb;
        margin-top: -15px;
        padding: 0 25px 60px;
        margin-left: 0;
        height: 42px;
        flex-flow: wrap
    }

    .Layout_Footer__1KSsl button span {
        line-height: 40px
    }

    .Layout_Footer__1KSsl button:last-child {
        padding-bottom: 35px
    }

    .Layout_Footer__1KSsl button.Layout_ActiveSection__3r7eP {
        display: none
    }

    .Layout_Footer__1KSsl .Layout_SectionImg__3-MoG {
        padding-right: 0
    }

    .Layout_Footer__1KSsl .Layout_SectionContent__1vjiE {
        padding-left: 0
    }

    .Layout_ReversOrder__1iGyI {
        flex-flow: column-reverse
    }

    .Layout_ReversOrder__1iGyI button:first-child {
        padding-bottom: 35px
    }

    .Layout_ReversOrder__1iGyI button:last-child {
        padding-bottom: 60px
    }

    .Layout_withoutLeftPannelMainPage__1EIpE {
        width: 100%;
        flex-flow: column;
        height: 100%;
        background: none
    }

    .Layout_withoutLeftPannelMainPage__1EIpE .Layout_DetailsCard__2RDlo.Layout_NoLeftPannel__4Gg4h {
        width: 100%;
        background: #171966 url(./sprint/static/media/MaskGroup5.282c0ad8.png);
        display: flex
    }

    .Layout_withoutLeftPannelMainPage__1EIpE .Layout_CardContainerforNoLeftpannel__2J7TK {
        display: none
    }
}

.Layout_PopupBox__2vFKw {
    position: fixed;
    background: rgba(28, 29, 68, .8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS {
    position: relative;
    width: 690px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #999;
    color: #fff;
    height: 374px;
    overflow: hidden
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitHeader__3pzpT {
    background-color: var(--primary);;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitHeader__3pzpT span {
    margin-left: 20px
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg {
    padding-top: 25px;
    display: flex
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg .Layout_imgSection__25xV0 {
    width: 40%;
    display: flex;
    flex-direction: column
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg .Layout_imgSection__25xV0 .Layout_frontImage__2y7Ll {
    height: 150px;
    margin-top: 20px;
    margin-left: 25px
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg .Layout_imgSection__25xV0 .Layout_bottomImage__3moqi {
    width: 200px;
    margin-top: 15px;
    margin-left: 20px
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg .Layout_benefitListSection__31vnZ {
    padding-right: 40px;
    width: 60%
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg .Layout_benefitListSection__31vnZ .Layout_cardName__xwwEB {
    color: var(--primary);;
    font-weight: bolder
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_benefitContent__3TDCg .Layout_benefitListSection__31vnZ ul {
    color: #000
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS button {
    display: none
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_Benefits__3LdmZ {
    margin-left: 41px;
    margin-top: 41px;
    margin-bottom: 13px
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 42px
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS ul {
    margin: 0;
    padding-left: 60px;
    font-size: 15px;
    list-style-type: square;
    height: 55%
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS ul li {
    line-height: 1.45
}

.Layout_PopupBox__2vFKw .Layout_Box__3YGPS .Layout_personalDetailsBody__227si {
    height: 100%;
    position: absolute
}

.Layout_PopupBox__2vFKw .Layout_CloseIcon__ks4mn {
    cursor: pointer;
    position: relative;
    right: 0;
    width: 25px;
    height: 25px;
    margin: 9px;
    float: right;
    bottom: 0
}

.Layout_PopupBox__2vFKw .Layout_CloseBtn__3k4T- {
    padding-top: 20px;
    display: flex;
    justify-content: center
}

.Layout_ActiveLink__1KSkh {
    cursor: pointer
}

@media only screen and (max-width:1050px) {
    .Layout_CardDetails__1Yotp .Layout_CardContainer__42NXB {
        display: none
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo {
        width: auto;
        padding: 26px 0 0;
        font-size: 15px;
        flex: 2 1
    }

    .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_ScrollCont__1eR2d {
        padding: 0 25px
    }

    .Layout_LandingDetailsCard__1zh77 {
        width: auto;
        flex: 2 1
    }
}

@media only screen and (max-width:1250px) {
    .Layout_PersonalDetailsCard__KZgVB {
        flex: 2 1 auto
    }
}

@media screen and (max-height:620px)and (min-width:768px) {
    ::-webkit-scrollbar {
        width: 12px
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    ::-webkit-scrollbar-thumb {
        background: #adadad
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #9b9797
    }

    .Layout_FlexInner__ChdS6 {
        overflow-y: auto
    }

    .Layout_CardDetails__1Yotp {
        min-height: 620px
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports(-webkit-appearance:none) {

        .Layout_CardDetails__1Yotp .Layout_CardContainer__42NXB .Layout_CardChoice__PyKxu,
        .Layout_CardDetails__1Yotp .Layout_DetailsCard__2RDlo .Layout_InfoHeader__Jshht .Layout_PersonalInfoLabels__3KLC5 {
            letter-spacing: unset
        }
    }
}

.popup_PopupBox__E4VRk {
    position: fixed;
    background: rgba(28, 29, 68, .8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4
}

.popup_PopupBox__E4VRk .popup_Box__1fC6e {
    position: relative;
    width: 50%;
    height: auto;
    max-height: 70vh;
    margin: calc(30vh - 14px) auto 0;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #999;
    overflow: auto
}

.popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
    cursor: pointer;
    position: fixed;
    right: 25%;
    top: calc(30vh - 20px);
    width: 25px;
    height: 25px;
    margin: 16px
}

.popup_PopupBox__E4VRk .popup_CloseBtn____ADH {
    padding-top: 20px;
    display: flex;
    justify-content: center
}

.popup_personalDetailsBody__C9ZW3 {
    overflow-y: auto
}

.popup_exitPopupStyle__2uLCh {
    text-align: center
}

.popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
    right: -3px;
    position: absolute;
    top: -6px
}

.popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_Box__1fC6e {
    width: 434px;
    border-radius: 20px
}

.popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk div h3 {
    font-weight: bolder;
    color: var(--primary);;
    font-size: 22px
}

.popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_CloseBtn____ADH {
    padding: 10px 4px
}

.popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_exitButton__I8ZSG {
    color: #1aa7ec;
    padding-left: 3px;
    padding-top: 3px;
    cursor: pointer
}

.popup_exitPopupSubheader__1bExM {
    text-align: center
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
    right: -3px;
    position: absolute;
    top: -6px
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_Box__1fC6e {
    width: 434px;
    height: 336px;
    border-radius: 20px
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk div h3 {
    font-weight: bolder;
    color: var(--primary);;
    font-size: 22px
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk div p {
    color: var(--primary);;
    font-size: 17px
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk div p span {
    font-weight: bolder;
    font-size: 18px
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_CloseBtn____ADH {
    padding: 10px 4px;
    margin: 20px auto 0;
    width: 268px
}

.popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_exitButton__I8ZSG {
    color: #1aa7ec;
    padding-left: 3px;
    padding-top: 3px;
    cursor: pointer
}

.popup_takePicture__2I5Bt {
    text-align: center
}

.popup_takePicture__2I5Bt .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
    right: -3px;
    position: absolute;
    top: -6px
}

.popup_takePicture__2I5Bt .popup_PopupBox__E4VRk .popup_Box__1fC6e {
    width: 434px;
    height: 325px;
    border-radius: 20px
}

@media(max-width:768px) {
    .popup_personalDetailsBody__C9ZW3 {
        overflow-y: auto;
        height: auto;
        display: flex;
        flex-flow: column;
        flex: 2 1
    }

    .popup_PopupBox__E4VRk {
        height: 100%
    }

    .popup_PopupBox__E4VRk .popup_Box__1fC6e {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin: calc(15vh - 20px) auto 0;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        padding: 20px;
        border: 1px solid #999;
        overflow: auto
    }

    .popup_PopupBox__E4VRk .popup_CloseBtn____ADH {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        height: 20%;
        position: -webkit-sticky;
        position: sticky
    }

    .popup_PopupBox__E4VRk .popup_CloseBtn____ADH .popup_ctnBTN__22MVX {
        height: 50px
    }

    .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: calc(15vh - 20px);
        width: 25px;
        height: 25px;
        margin: 16px;
        float: right
    }

    .popup_exitPopupStyle__2uLCh {
        text-align: center
    }

    .popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
        right: -3px;
        position: absolute;
        top: -6px
    }

    .popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_Box__1fC6e {
        width: 100%;
        height: unset;
        border-radius: 0;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        position: absolute;
        bottom: 0;
        padding-bottom: 30px
    }

    .popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk div h3 {
        font-weight: bolder;
        color: var(--primary);;
        font-size: 22px
    }

    .popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_CloseBtn____ADH {
        padding: 10px 4px
    }

    .popup_exitPopupStyle__2uLCh .popup_PopupBox__E4VRk .popup_exitButton__I8ZSG {
        color: #1aa7ec;
        padding-left: 3px;
        padding-top: 10px
    }

    .popup_exitPopupSubheader__1bExM {
        text-align: center
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
        right: -3px;
        position: absolute;
        top: -6px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_Box__1fC6e {
        width: 100%;
        height: auto;
        border-radius: 0;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        position: absolute;
        bottom: 0;
        padding-bottom: 30px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk div h3 {
        font-weight: bolder;
        color: var(--primary);;
        font-size: 22px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk div p {
        color: var(--primary);;
        font-size: 17px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk div p span {
        font-weight: bolder;
        font-size: 18px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_CloseBtn____ADH {
        padding: 10px 4px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_CloseBtn____ADH .popup_ctnBTN__22MVX {
        height: 50px
    }

    .popup_exitPopupSubheader__1bExM .popup_PopupBox__E4VRk .popup_exitButton__I8ZSG {
        color: #1aa7ec;
        padding-left: 3px;
        padding-top: 15px
    }

    .popup_photoUpload__3ZcCf {
        text-align: center
    }

    .popup_photoUpload__3ZcCf .popup_Box__1fC6e {
        overflow: hidden
    }

    .popup_photoUpload__3ZcCf .popup_PopupBox__E4VRk {
        z-index: 40
    }

    .popup_photoUpload__3ZcCf .popup_PopupBox__E4VRk .popup_CloseIcon__2G2ph {
        right: -3px;
        position: absolute;
        top: -6px
    }

    .popup_photoUpload__3ZcCf .popup_PopupBox__E4VRk .popup_Box__1fC6e {
        width: 100%;
        height: 150px;
        border-radius: 0;
        overflow-x: hidden;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        position: absolute;
        bottom: 0
    }
}

.Tabs_perosnalDetailsPopupHeaderDiv__1XC3L {
    display: flex;
    justify-content: space-between;
    background-color: #1aa7ec;
    color: "#fff";
    align-items: center;
    padding: 1rem 20px 1rem 28px
}

.Tabs_perosnalDetailsPopupHeaderDiv__1XC3L .Tabs_perosnalDetailsPopupHeader__2BHcm {
    font-size: 18px;
    color: #fff
}

.Tabs_perosnalDetailsPopupHeaderDiv__1XC3L .Tabs_CloseIcon__vQzyL {
    cursor: pointer;
    margin-top: -6px
}

.Tabs_personalDetailsTabBody__VUabF {
    max-height: 295px
}

.Tabs_Summaryheader__3SEhF {
    color: var(--primary);;
    font-weight: 900;
    font-size: 17px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    padding: 40px;
    width: 100%;
    justify-content: center
}

.Tabs_PersonalInfoLabelsPopup__3_jxh {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.3px;
    color: #585858
}

.Tabs_PersonalInfoValuesPopup__1u7PW {
    font-size: 16px;
    letter-spacing: -.4px;
    color: #333;
    margin-top: 13px;
    line-height: 22px;
    text-transform: capitalize
}

.Tabs_gridRow___73Fy {
    line-height: 10px;
    margin-left: 9px;
    margin-top: -1px;
    margin-right: 5px
}

.Tabs_wrapper__1H3lB {
    grid-template-columns: repeat(3, 1fr)
}

.Tabs_wrapper__1H3lB,
.Tabs_wrapperProfessional__1Bbfn {
    display: grid;
    padding: 5px 20px;
    margin-top: 2px;
    margin-bottom: 5px;
    grid-row-gap: 1em;
    row-gap: 1em
}

.Tabs_wrapperProfessional__1Bbfn {
    grid-template-columns: repeat(2, 1fr)
}

.Tabs_CloseBtn__23ate {
    padding-top: 37px;
    margin-left: -4px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.Tabs_PopupBox__2GPKS {
    position: fixed;
    background: rgba(28, 29, 68, .8);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center
}

.Tabs_PopupBox__2GPKS .Tabs_Box__2XUiW {
    position: relative;
    width: 55%;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #999;
    overflow: auto;
    margin-top: -14px
}

.Tabs_PopupBox__2GPKS .Tabs_closePrimaryButton__2mGnc {
    width: 171px
}

.Tabs_ActivePanel__3o1jk {
    cursor: pointer
}

.Tabs_CompletedSection__1pQbF {
    opacity: .5
}

.Tabs_cursorPointer__2HiXH {
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .Tabs_gridRow___73Fy {
        width: 100%;
        margin-left: 28px;
        margin-top: -9px
    }

    .Tabs_wrapper__1H3lB,
    .Tabs_wrapperProfessional__1Bbfn {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
        grid-row-gap: 12px;
        row-gap: 12px;
        margin-left: -20px;
        margin-top: 35px
    }

    .Tabs_personalDetailsTabBody__VUabF {
        max-height: 395px
    }

    .Tabs_Summaryheader__3SEhF {
        font-size: 14px;
        display: flex;
        padding: 18px;
        width: 86%;
        margin-top: 9px
    }

    .Tabs_perosnalDetailsPopupHeaderDiv__1XC3L {
        padding: 1rem 20px 1rem 28px
    }

    .Tabs_perosnalDetailsPopupHeader__2BHcm {
        font-size: 18px
    }

    .Tabs_CloseIcon__vQzyL {
        margin-top: -6px
    }

    .Tabs_CloseBtn__23ate {
        padding-top: 37px;
        margin-left: -4px;
        margin-top: 61px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }

    .Tabs_closePrimaryButton__2mGnc {
        background-color: var(--primary);;
        border-radius: 20px;
        padding: 0 60px;
        height: 40px;
        overflow: hidden;
        border: none;
        cursor: pointer;
        position: relative;
        width: 312px
    }

    .Tabs_PopupBox__2GPKS {
        overflow: auto;
        bottom: 0;
        height: 100%;
        z-index: 10
    }

    .Tabs_PopupBox__2GPKS .Tabs_Box__2XUiW {
        border-bottom-left-radius: 0;
        width: 100%;
        border-bottom-right-radius: 0;
        bottom: 0;
        margin-top: auto;
        overflow: hidden;
        display: flex;
        flex-flow: column;
        max-height: 90%
    }

    .Tabs_PopupBox__2GPKS .Tabs_Box__2XUiW .Tabs_personalDetailsTabBody__VUabF {
        max-height: none;
        height: auto;
        flex: 2 1;
        overflow-y: auto;
        overflow-x: hidden
    }

    .Tabs_PopupBox__2GPKS .Tabs_Box__2XUiW .Tabs_CloseBtn__23ate {
        padding-top: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }

    .Tabs_cursorPointer__2HiXH {
        cursor: pointer
    }
}

.BenefitPopup_benefitHeader__21FiS {
    background-color: var(--primary);;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between
}

.BenefitPopup_benefitHeader__21FiS span {
    margin-left: 20px
}

.BenefitPopup_benefitHeader__21FiS .BenefitPopup_CloseIcon__3HDzk {
    cursor: pointer;
    position: relative;
    right: 0;
    width: 25px;
    height: 25px;
    margin: 9px;
    float: right;
    bottom: 0
}

.BenefitPopup_benefitContent__3WeEv {
    padding-top: 25px;
    display: flex
}

.BenefitPopup_benefitContent__3WeEv .BenefitPopup_imgSection__BLZ4L {
    width: 40%;
    display: flex;
    flex-direction: column
}

.BenefitPopup_benefitContent__3WeEv .BenefitPopup_imgSection__BLZ4L .BenefitPopup_frontImage__3LYcF {
    height: 150px;
    margin-top: 15px;
    margin-left: 25px
}

.BenefitPopup_benefitContent__3WeEv .BenefitPopup_imgSection__BLZ4L .BenefitPopup_bottomImage__Vek4J {
    width: 200px;
    margin-top: 15px;
    margin-left: 20px
}

.BenefitPopup_benefitContent__3WeEv .BenefitPopup_benefitListSection__gQCMn {
    padding-right: 40px;
    width: 60%;
    overflow-y: scroll
}

.BenefitPopup_benefitContent__3WeEv .BenefitPopup_benefitListSection__gQCMn .BenefitPopup_cardName__3SIKi {
    margin-top: 0 !important;
    color: var(--primary);;
    font-weight: bolder
}

.BenefitPopup_benefitContent__3WeEv .BenefitPopup_benefitListSection__gQCMn ul {
    color: #000;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAABHNCSVQICAgIfAhkiAAAABNJREFUCFtjVNdc9Z8BB2AcUpIAGPgN16pRPP0AAAAASUVORK5CYII=)
}

@media only screen and (max-width:768px) {
    .BenefitPopup_Box__3KHX1 {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        border: 1px solid #999;
        color: #fff;
        bottom: 0;
        height: 67%;
        z-index: 100
    }

    .BenefitPopup_benefitContent__3WeEv {
        flex-direction: column-reverse
    }

    .BenefitPopup_benefitContent__3WeEv .BenefitPopup_imgSection__BLZ4L {
        width: 100%
    }

    .BenefitPopup_benefitContent__3WeEv .BenefitPopup_imgSection__BLZ4L .BenefitPopup_frontImage__3LYcF {
        display: none
    }

    .BenefitPopup_benefitContent__3WeEv .BenefitPopup_imgSection__BLZ4L .BenefitPopup_bottomImage__Vek4J {
        width: auto;
        margin: 20px 0 0
    }

    .BenefitPopup_benefitContent__3WeEv .BenefitPopup_benefitListSection__gQCMn {
        width: 100%
    }

    .BenefitPopup_benefitContent__3WeEv .BenefitPopup_benefitListSection__gQCMn .BenefitPopup_cardName__3SIKi {
        color: var(--primary);;
        font-weight: bolder;
        position: relative;
        left: 20px
    }
}

.error_errorContainer__16Oct {
    display: flex;
    flex: 2 1;
    flex-direction: column
}

.error_contentContainer__co61B {
    flex: 2 1;
    position: relative;
    background-image: url("./sprint/static/media/Mask Group 1.8ba72248.png");
    background-color: #a7edec;
    background-size: cover;
    background-position: bottom
}

.error_footer__yGxvx {
    width: 100%
}

.error_textContainer__8BkoP {
    position: absolute;
    color: var(--primary);;
    right: 22%;
    top: 22%
}

.error_textContainer__8BkoP .error_errorText1__3LmW0 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 49px
}

.error_textContainer__8BkoP .error_errorText2__1LsQG {
    font-size: 40px;
    margin: 0
}

.error_maintainerContainer__1UWGD .error_errorText2__1LsQG {
    font-size: 15px;
    margin: 0;
    max-width: 300px
}

.error_button__1iEiF {
    position: relative;
    top: 10px;
    width: 245px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px
}

@media only screen and (max-width:768px) {
    .error_contentContainer__co61B {
        background-image: url("./sprint/static/media/Mask Group Error 6.e485eaa6.png");
        height: 100%
    }

    .error_textContainer__8BkoP {
        position: relative;
        color: var(--primary);;
        top: 23%;
        right: 0;
        text-align: center;
        margin: auto
    }

    .error_textContainer__8BkoP .error_errorText1__3LmW0 {
        font-weight: 700;
        margin-bottom: 6px;
        font-size: 37px
    }

    .error_textContainer__8BkoP .error_errorText2__1LsQG {
        font-size: 22px;
        margin: 0
    }

    .error_button__1iEiF {
        position: relative;
        top: 59px;
        height: 50px;
        width: 312px
    }

    .error_errorContainer__16Oct .error_footer__yGxvx {
        display: none
    }
}

body.Container_modal-open__1-8RS {
    overflow: hidden
}

.Container_testPixel__3_v8d {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 1000;
    display: none
}

.Container_PopupBox__17t7I {
    position: fixed;
    background: rgba(28, 29, 68, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4
}

.Container_PopupBox__17t7I .Container_Box__3WADX {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 43vh
}

.Container_PopupBox__17t7I .Container_ErrorPopupContainer__1nZhV {
    position: relative;
    width: 32%;
    max-height: 54%;
    margin: calc(30vh - 14px) auto 0;
    background: #fff;
    border-radius: 30px;
    padding: 6px;
    border: 1px solid #999;
    overflow: auto
}

.Container_FlexContainer__2tYfi {
    display: flex;
    flex-direction: column;
    text-align: left;
    background: url(./sprint/static/media/Background.61c6e430.png) center 0 no-repeat;
    max-width: 1368px;
    margin: 0 auto;
    height: 100%;
    max-height: 768px
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    max-width: 1368px;
    margin: 0 auto
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_Logos__3m495 {
    padding-left: 30px;
    margin-top: -1px
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_Logos__3m495 .Container_CompLogo__2F3LK {
    margin: -2px 0 0
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_Logos__3m495 .Container_VerticalLine__26Y5W {
    opacity: .2;
    border-left: 1px solid #707070;
    width: 0;
    margin: 0 19px 0 25px;
    padding-bottom: 4px
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_NavRight__3Eq5l {
    font-size: 14px;
    letter-spacing: -.5px;
    color: #3e3f76;
    font-weight: 500;
    margin-right: 9px
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_NavRight__3Eq5l .Container_ChangeCard__1-kzp {
    margin: 0 40px 0 4px;
    cursor: pointer
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_NavRight__3Eq5l .Container_BackButton__3p5-K {
    margin: 0 30px 0 7px;
    cursor: pointer
}

.Container_FlexContainer__2tYfi .Container_FlexOuter__336aW .Container_NavRight__3Eq5l .Container_HelpButton__1mB9U {
    margin: 0 30px 0 3px;
    cursor: pointer
}

@media only screen and (max-width:765px) {
    .Container_FlexContainer__2tYfi {
        display: flex;
        flex-direction: column;
        background: url(sprint/static/media/bg.png);
        background-size: cover;
        max-height: unset;
        margin: 0;
        overflow-y: auto;
        height: 100%
    }

    .Container_FlexContainer__2tYfi .Container_FlexOuter__336aW {
        display: none
    }

    .Container_PopupBox__17t7I {
        display: flex;
        flex-flow: column
    }

    .Container_PopupBox__17t7I .Container_ErrorPopupContainer__1nZhV {
        position: unset;
        width: 100%;
        display: flex;
        flex-flow: column;
        padding-bottom: 45px;
        min-height: 365px;
        max-height: unset;
        bottom: unset;
        top: unset;
        margin: auto 0 -25px
    }

    .GlobalErrorImage {
        display: none
    }
}

@media only screen and (min-width:481px)and (max-width:1024px)and (max-height:1200px) {
    .Container_FlexContainer__2tYfi {
        display: flex;
        flex-direction: column;
        background: url(sprint/static/media/bg.png);
        background-size: cover;
        max-height: unset;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden
    }

    .Container_FlexContainer__2tYfi .Container_FlexOuter__336aW {
        display: none
    }
}

.SystemError_Container__31GLB {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 2 1;
    background-color: #fff;
    margin: 0 50px
}

.SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG {
    text-align: center
}

.SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_ErrorImg__1KK9d {
    position: relative;
    top: 35px
}

.SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_Heading__2qtV6 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);;
    margin-left: -1px;
    position: relative;
    top: 49px
}

.SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_ErrorMsg__1JJgT {
    font-size: 14px;
    margin-left: -2px;
    position: relative;
    top: 59px
}

.SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_Message__2u9_A {
    font-size: 14px;
    margin-left: 2px
}

.SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_ImgForMobile__3SUUg {
    display: none
}

.SystemError_Container__31GLB .SystemError_ErrorBtn__2BJSR {
    width: 190px;
    margin-top: 120px;
    position: relative;
    top: -35px
}

@media only screen and (max-width:768px) {
    .SystemError_Container__31GLB {
        margin: 0 50px 50px
    }

    .SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG {
        height: unset;
        margin-top: 50px
    }

    .SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_Heading__2qtV6 {
        position: relative;
        margin-top: 1px
    }

    .SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_ImgForMobile__3SUUg {
        margin-top: 90px;
        display: block;
        position: relative;
        top: 69px
    }

    .SystemError_Container__31GLB .SystemError_LabelContainer__CBbsG .SystemError_ErrorImg__1KK9d {
        position: relative;
        margin-top: -33px
    }

    .SystemError_Container__31GLB .SystemError_PrimaryButton__2ymU6 {
        margin-bottom: 0;
        width: 100%
    }

    .SystemError_Container__31GLB .SystemError_ErrorBtn__2BJSR {
        height: 50px;
        width: 100%;
        border-radius: 30px;
        position: relative;
        top: unset;
        margin-top: unset
    }
}

/*# sourceMappingURL=main.ec98598f.chunk.css.map */