@charset "utf-8";
:root{
    --mm-lineheight:22px
}
.mm-hidden{
    display:none!important
}
.mm-wrapper{
    overflow-x:hidden;
    position:relative
}
.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{
    -webkit-transition-duration:.4s;
    transition-duration:.4s;
    -webkit-transition-property:none;
    transition-property:none;
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease
}
:root{
    --mm-blocker-visibility-delay:0.4s;
    --mm-blocker-opacity-delay:0.1s
}
.mm-blocker{
    background:var(--mm-color-background);
    bottom:100%;
    display:block;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-transition:bottom .1s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;
    transition:bottom .1s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;
    transition:bottom .1s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;
    transition:bottom .1s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease;
    z-index:3
}
.mm-blocker:focus-visible{
    opacity:.75
}
.mm-btn{
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    -ms-flex-negative:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-grow:0;
    flex-shrink:0;
    justify-content:center;
    padding:0;
    position:relative;
    width:50px
}
.mm-btn--next,[dir=rtl] .mm-btn--prev{
    --mm-btn-rotate:135deg
}
.mm-btn--prev,[dir=rtl] .mm-btn--next{
    --mm-btn-rotate:-45deg
}
.mm-btn--next:after,.mm-btn--prev:before{
    border:2px solid var(--mm-color-icon);
    border-bottom:none;
    border-right:none;
    bottom:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    content:"";
    display:block;
    height:8px;
    margin:auto;
    position:absolute;
    top:0;
    -webkit-transform:rotate(var(--mm-btn-rotate));
    transform:rotate(var(--mm-btn-rotate));
    width:8px
}
.mm-btn--prev:before{
    inset-inline-start:23px
}
.mm-btn--next:after{
    inset-inline-end:23px
}
.mm-btn--close:before{
    content:"×";
    font-size:150%
}
.mm-btnreset{
    background:0 0;
    border:none;
    cursor:pointer;
    padding:0
}
.mm-divider{
    background:var(--mm-color-background);
    background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));
    background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));
    font-size:75%;
    min-height:var(--mm-lineheight);
    opacity:1;
    overflow:hidden;
    padding:calc((var(--mm-listitem-size)*0.65 - var(--mm-lineheight))*0.5) 20px;
    position:sticky;
    text-overflow:ellipsis;
    text-transform:uppercase;
    top:0;
    -webkit-transition-property:opacity;
    transition-property:opacity;
    white-space:nowrap;
    z-index:2
}
.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{
    top:var(--mm-navbar-size)
}
:root{
    --mm-listitem-size:50px
}
.mm-listitem{
    border-color:var(--mm-color-border);
    color:var(--mm-color-text);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    padding:0;
    position:relative
}
.mm-listitem:after{
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-color:inherit;
    bottom:0;
    content:"";
    display:block;
    inset-inline-end:0;
    inset-inline-start:20px;
    position:absolute
}
.mm-listitem__btn,.mm-listitem__text{
    padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/2) 0
}
.mm-listitem__text{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    -ms-flex-preferred-size:10%;
    display:block;
    flex-basis:10%;
    flex-grow:1;
    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.mm-listitem__btn{
    -webkit-padding-end:50px;
    background:rgba(3,2,1,0);
    border-color:inherit;
    display:block;
    padding-inline-end:50px;
    position:relative;
    width:auto
}
.mm-listitem__btn:not(.mm-listitem__text){
    border-left-style:solid;
    border-left-width:1px
}
.mm-listitem--selected>.mm-listitem__text{
    background:var(--mm-color-background-emphasis)
}
.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{
    background:var(--mm-color-background-highlight)
}
.mm-listview{
    display:block;
    list-style:none;
    margin:0;
    padding:0
}
.mm-menu{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-scroll-chaining:none;
    -webkit-tap-highlight-color:var(--mm-color-background-emphasis);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    background:var(--mm-color-background);
    border-color:var(--mm-color-border);
    bottom:0;
    color:var(--mm-color-text);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    left:0;
    line-height:var(--mm-lineheight);
    margin:0;
    overscroll-behavior:none;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    z-index:0
}
.mm-menu ::-webkit-input-placeholder{
    color:var(--mm-color-text-dimmed)
}
.mm-menu ::-moz-placeholder{
    color:var(--mm-color-text-dimmed)
}
.mm-menu :-ms-input-placeholder{
    color:var(--mm-color-text-dimmed)
}
.mm-menu ::-ms-input-placeholder{
    color:var(--mm-color-text-dimmed)
}
.mm-menu ::placeholder{
    color:var(--mm-color-text-dimmed)
}
.mm-menu,.mm-menu *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{
    outline:0
}
.mm-menu a,.mm-menu button,.mm-menu label{
    color:inherit
}
.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{
    outline:0
}
.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{
    outline:2px solid var(--mm-color-focusring);
    outline-offset:-5px
}
.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{
    outline:2px solid var(--mm-color-focusring);
    outline-offset:2px
}
.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{
    color:inherit;
    text-decoration:none
}
:root{
    --mm-navbar-size:50px
}
.mm-navbar{
    background:var(--mm-color-background);
    border-bottom:1px solid var(--mm-color-border);
    color:var(--mm-color-text-dimmed);
    min-height:var(--mm-navbar-size);
    opacity:1;
    padding-top:env(safe-area-inset-top);
    position:sticky;
    text-align:center;
    top:0;
    -webkit-transition-property:opacity;
    transition-property:opacity;
    z-index:2
}
.mm-navbar,.mm-navbar>*{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.mm-navbar>*{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    align-items:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    flex-grow:1;
    justify-content:center
}
.mm-navbar__btn{
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0
}
.mm-navbar__title{
    -webkit-box-flex:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1 1 50%;
    flex:1 1 50%;
    overflow:hidden;
    padding:0 20px
}
.mm-navbar__title[href="#"]{
    pointer-events:none
}
.mm-navbar__title>span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){
    -webkit-padding-start:60px;
    -webkit-padding-end:10px;
    padding-inline-end:10px;
    padding-inline-start:60px
}
.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{
    -webkit-padding-start:10px;
    -webkit-padding-end:60px;
    padding-inline-end:60px;
    padding-inline-start:10px
}
.mm-panel{
    --mm-panel-child-offset:100%;
    --mm-panel-parent-offset:-30%;
    -webkit-overflow-scrolling:touch;
    -ms-scroll-chaining:none;
    background:var(--mm-color-background);
    border-color:var(--mm-color-border);
    bottom:0;
    color:var(--mm-color-text);
    left:0;
    overflow:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    position:absolute;
    right:0;
    top:0;
    -webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);
    transform:translate3d(var(--mm-panel-child-offset),0,0);
    -webkit-transition-property:inset-inline-start,-webkit-transform;
    transition-property:inset-inline-start,-webkit-transform;
    transition-property:transform,inset-inline-start;
    transition-property:transform,inset-inline-start,-webkit-transform;
    z-index:1
}
[dir=rtl] .mm-panel{
    --mm-panel-child-offset:-100%;
    --mm-panel-parent-offset:30%
}
.mm-panel:after{
    content:"";
    display:block;
    height:var(--mm-listitem-size)
}
.mm-panel:focus{
    outline:0
}
.mm-panel--opened{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-transition-delay:.1s;
    transition-delay:.1s;
    z-index:2
}
.mm-panel--parent{
    -webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);
    transform:translate3d(var(--mm-panel-parent-offset),0,0);
    z-index:0
}
.mm-panel--highest{
    z-index:3
}
.mm-menu--opened .mm-panel--noanimation{
    -webkit-transition:none!important;
    transition:none!important;
    -webkit-transition-duration:.1s!important;
    transition-duration:.1s!important
}
.mm-panel__content{
    padding:20px
}
.mm-panels{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    background:var(--mm-color-background);
    border-color:var(--mm-color-border);
    color:var(--mm-color-text);
    flex-grow:1;
    height:100%;
    overflow:hidden;
    position:relative
}
.mm-panels:focus{
    outline:0
}
:root{
    --mm-toggle-size:34px
}
.mm-toggle{
    -ms-flex-item-align:center;
    -webkit-box-flex:calc(var(--mm-toggle-size)*1.75);
    -webkit-margin-end:10px;
    align-self:center;
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    appearance:none!important;
    background:var(--mm-color-border);
    border:none!important;
    border:var(--mm-color-border);
    border-radius:var(--mm-toggle-size);
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex:calc(var(--mm-toggle-size)*1.75) 0 0px;
    flex:calc(var(--mm-toggle-size)*1.75) 0 0;
    height:var(--mm-toggle-size);
    margin-inline-end:10px;
    -webkit-transition-property:background-color;
    transition-property:background-color
}
.mm-toggle:before{
    aspect-ratio:1;
    background:var(--mm-color-background);
    border-radius:100%;
    content:"";
    margin:2px;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform
}
.mm-toggle:checked{
    background:#4bd963
}
.mm-toggle:checked:before{
    -webkit-transform:translateX(calc(var(--mm-toggle-size)*0.75));
    transform:translateX(calc(var(--mm-toggle-size)*0.75))
}
[dir=rtl] .mm-toggle:checked:before{
    -webkit-transform:translateX(calc(var(--mm-toggle-size)*-0.75));
    transform:translateX(calc(var(--mm-toggle-size)*-0.75))
}
.mm-listitem--vertical>.mm-panel{
    padding:10px 0 10px 20px;
    position:static;
    -webkit-transform:none!important;
    transform:none!important;
    -webkit-transition:none!important;
    transition:none!important;
    width:100%
}
.mm-listitem--vertical>.mm-panel:after{
    content:none;
    display:none
}
.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{
    display:none
}
.mm-listitem--vertical>.mm-listitem__btn{
    bottom:auto;
    height:var(--mm-listitem-size)
}
.mm-listitem--vertical .mm-listitem:last-child:after{
    border-color:transparent
}
.mm-listitem--opened>.mm-listitem__btn:after{
    right:19px;
    -webkit-transform:rotate(225deg);
    transform:rotate(225deg)
}
:root{
    --mm-size:80%;
    --mm-min-size:240px;
    --mm-max-size:440px
}
.mm-menu--offcanvas{
    position:fixed;
    z-index:0
}
.mm-page{
    background:inherit;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
:where(.mm-slideout){
    position:relative;
    -webkit-transition-duration:.4s;
    transition-duration:.4s;
    -webkit-transition-property:width,-webkit-transform;
    transition-property:width,-webkit-transform;
    transition-property:width,transform;
    transition-property:width,transform,-webkit-transform;
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease;
    width:100%;
    z-index:1
}
.mm-wrapper--opened,.mm-wrapper--opened body{
    overflow:hidden
}
.mm-wrapper__blocker{
    background:rgba(0,0,0,.4)
}
.mm-wrapper--opened .mm-wrapper__blocker{
    --mm-blocker-visibility-delay:0.1s;
    --mm-blocker-opacity-delay:0.4s;
    bottom:0;
    opacity:.5
}
.mm-menu{
    --mm-translate-horizontal:0;
    --mm-translate-vertical:0
}
.mm-menu--position-left,.mm-menu--position-left-front{
    right:auto
}
.mm-menu--position-right,.mm-menu--position-right-front{
    left:auto
}
.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{
    width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))
}
.mm-menu--position-left-front{
    --mm-translate-horizontal:-100%
}
.mm-menu--position-right-front{
    --mm-translate-horizontal:100%
}
.mm-menu--position-top{
    bottom:auto
}
.mm-menu--position-bottom{
    top:auto
}
.mm-menu--position-bottom,.mm-menu--position-top{
    height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size));
    width:100%
}
.mm-menu--position-top{
    --mm-translate-vertical:-100%
}
.mm-menu--position-bottom{
    --mm-translate-vertical:100%
}
.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{
    -webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);
    transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    z-index:2
}
.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.mm-wrapper--position-left{
    --mm-translate-horizontal:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))
}
.mm-wrapper--position-right{
    --mm-translate-horizontal:clamp(calc(var(--mm-max-size)*-1),calc(var(--mm-size)*-1),calc(var(--mm-min-size)*-1))
}
.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{
    -webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);
    transform:translate3d(var(--mm-translate-horizontal),0,0)
}
.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{
    z-index:1
}
.mm-menu--theme-light{
    --mm-color-background:#f3f3f3;
    --mm-color-border:rgba(0,0,0,.15);
    --mm-color-icon:rgba(0,0,0,.4);
    --mm-color-text:rgba(0,0,0,.8);
    --mm-color-text-dimmed:rgba(0,0,0,.4);
    --mm-color-background-highlight:rgba(0,0,0,.05);
    --mm-color-background-emphasis:hsla(0,0%,100%,.75);
    --mm-color-focusring:#06c
}
.mm-menu--theme-light-contrast{
    --mm-color-background:#f3f3f3;
    --mm-color-border:rgba(0,0,0,.5);
    --mm-color-icon:rgba(0,0,0,.5);
    --mm-color-text:#000;
    --mm-color-text-dimmed:rgba(0,0,0,.7);
    --mm-color-background-highlight:rgba(0,0,0,.05);
    --mm-color-background-emphasis:hsla(0,0%,100%,.9);
    --mm-color-focusring:#06c
}
.mm-menu--theme-dark{
    --mm-color-background:#333;
    --mm-color-border:rgba(0,0,0,.4);
    --mm-color-icon:hsla(0,0%,100%,.4);
    --mm-color-text:hsla(0,0%,100%,.8);
    --mm-color-text-dimmed:hsla(0,0%,100%,.4);
    --mm-color-background-highlight:hsla(0,0%,100%,.08);
    --mm-color-background-emphasis:rgba(0,0,0,.1);
    --mm-color-focusring:#06c
}
.mm-menu--theme-dark-contrast{
    --mm-color-background:#333;
    --mm-color-border:hsla(0,0%,100%,.5);
    --mm-color-icon:hsla(0,0%,100%,.5);
    --mm-color-text:#fff;
    --mm-color-text-dimmed:hsla(0,0%,100%,.7);
    --mm-color-background-highlight:hsla(0,0%,100%,.1);
    --mm-color-background-emphasis:rgba(0,0,0,.3);
    --mm-color-focusring:#06c
}
.mm-menu--theme-white{
    --mm-color-background:#fff;
    --mm-color-border:rgba(0,0,0,.15);
    --mm-color-icon:rgba(0,0,0,.3);
    --mm-color-text:rgba(0,0,0,.8);
    --mm-color-text-dimmed:rgba(0,0,0,.3);
    --mm-color-background-highlight:rgba(0,0,0,.06);
    --mm-color-background-emphasis:rgba(0,0,0,.03);
    --mm-color-focusring:#06c
}
.mm-menu--theme-white-contrast{
    --mm-color-background:#fff;
    --mm-color-border:rgba(0,0,0,.5);
    --mm-color-icon:rgba(0,0,0,.5);
    --mm-color-text:#000;
    --mm-color-text-dimmed:rgba(0,0,0,.7);
    --mm-color-background-highlight:rgba(0,0,0,.07);
    --mm-color-background-emphasis:rgba(0,0,0,.035);
    --mm-color-focusring:#06c
}
.mm-menu--theme-black{
    --mm-color-background:#000;
    --mm-color-border:hsla(0,0%,100%,.2);
    --mm-color-icon:hsla(0,0%,100%,.4);
    --mm-color-text:hsla(0,0%,100%,.7);
    --mm-color-text-dimmed:hsla(0,0%,100%,.4);
    --mm-color-background-highlight:hsla(0,0%,100%,.1);
    --mm-color-background-emphasis:hsla(0,0%,100%,.06);
    --mm-color-focusring:#06c
}
.mm-menu--theme-black-contrast{
    --mm-color-background:#000;
    --mm-color-border:hsla(0,0%,100%,.5);
    --mm-color-icon:hsla(0,0%,100%,.5);
    --mm-color-text:#fff;
    --mm-color-text-dimmed:hsla(0,0%,100%,.6);
    --mm-color-background-highlight:hsla(0,0%,100%,.125);
    --mm-color-background-emphasis:hsla(0,0%,100%,.1);
    --mm-color-focusring:#06c
}
.mm-counter{
    -webkit-padding-start:20px;
    color:var(--mm-color-text-dimmed);
    display:block;
    float:right;
    padding-inline-start:20px
}
[dir=rtl] .mm-counter{
    float:left
}
:root{
    --mm-iconbar-size:50px
}
.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{
    margin-left:var(--mm-iconbar-size)
}
.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{
    margin-right:var(--mm-iconbar-size)
}
.mm-iconbar{
    background:var(--mm-color-background);
    border:0 solid;
    border-color:var(--mm-color-border);
    bottom:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:var(--mm-color-text-dimmed);
    display:none;
    overflow:hidden;
    position:absolute;
    text-align:center;
    top:0;
    width:var(--mm-iconbar-size);
    z-index:2
}
.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-content:space-between
}
.mm-menu--iconbar-left .mm-iconbar{
    border-right-width:1px;
    left:0
}
.mm-menu--iconbar-right .mm-iconbar{
    border-left-width:1px;
    right:0
}
.mm-iconbar__bottom,.mm-iconbar__top{
    -webkit-overflow-scrolling:touch;
    -ms-scroll-chaining:none;
    overflow:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    width:100%
}
.mm-iconbar__bottom>*,.mm-iconbar__top>*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/2) 0
}
.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{
    text-decoration:none
}
.mm-iconbar__tab--selected{
    background:var(--mm-color-background-emphasis)
}
:root{
    --mm-iconpanel-size:50px
}
.mm-panel--iconpanel-0{
    inset-inline-start:calc(var(--mm-iconpanel-size)*0)
}
.mm-panel--iconpanel-1{
    inset-inline-start:calc(var(--mm-iconpanel-size)*1)
}
.mm-panel--iconpanel-2{
    inset-inline-start:calc(var(--mm-iconpanel-size)*2)
}
.mm-panel--iconpanel-3{
    inset-inline-start:calc(var(--mm-iconpanel-size)*3)
}
.mm-panel--iconpanel-4{
    inset-inline-start:calc(var(--mm-iconpanel-size)*4)
}
.mm-panel--iconpanel-first~.mm-panel{
    inset-inline-start:var(--mm-iconpanel-size)
}
.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{
    opacity:0
}
.mm-menu--iconpanel .mm-panels>.mm-panel--parent{
    overflow-y:hidden;
    -webkit-transform:unset;
    transform:unset
}
.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){
    border-inline-start-style:solid;
    border-inline-start-width:1px
}
.mm-navbars{
    -ms-flex-negative:0;
    flex-shrink:0
}
.mm-navbars .mm-navbar{
    border-bottom:none;
    padding-top:0;
    position:relative
}
.mm-navbars--top{
    border-bottom:1px solid var(--mm-color-border)
}
.mm-navbars--top .mm-navbar:first-child{
    padding-top:env(safe-area-inset-top)
}
.mm-navbars--bottom{
    border-top:1px solid var(--mm-color-border)
}
.mm-navbars--bottom .mm-navbar:last-child{
    padding-bottom:env(safe-area-inset-bottom)
}
.mm-navbar__breadcrumbs{
    -webkit-box-flex:1;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    -webkit-overflow-scrolling:touch;
    -ms-flex:1 1 50%;
    flex:1 1 50%;
    justify-content:flex-start;
    overflow:hidden;
    overflow-x:auto;
    padding:0 20px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.mm-navbar__breadcrumbs,.mm-navbar__breadcrumbs>*{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.mm-navbar__breadcrumbs>*{
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-padding-end:6px;
    align-items:center;
    justify-content:center;
    padding-inline-end:6px
}
.mm-navbar__breadcrumbs>a{
    text-decoration:underline
}
.mm-navbar__breadcrumbs:not(:last-child){
    -webkit-padding-end:0;
    padding-inline-end:0
}
.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{
    -webkit-padding-start:0;
    padding-inline-start:0
}
.mm-navbar__tab{
    border:1px solid transparent;
    padding:0 10px
}
.mm-navbar__tab--selected{
    background:var(--mm-color-background)
}
.mm-navbar__tab--selected:not(:first-child){
    border-inline-start-color:var(--mm-color-border)
}
.mm-navbar__tab--selected:not(:last-child){
    border-inline-end-color:var(--mm-color-border)
}
.mm-navbars--top.mm-navbars--has-tabs{
    border-bottom:none
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{
    background:var(--mm-color-background-emphasis)
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{
    background:var(--mm-color-background)
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{
    border-bottom:1px solid var(--mm-color-border)
}
.mm-navbars--top .mm-navbar__tab{
    border-bottom-color:var(--mm-color-border)
}
.mm-navbars--top .mm-navbar__tab--selected{
    border-bottom-color:transparent;
    border-top-color:var(--mm-color-border)
}
.mm-navbars--bottom.mm-navbar--has-tabs{
    border-top:none
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{
    background:var(--mm-color-background)
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{
    background:var(--mm-color-background-emphasis)
}
.mm-navbars--bottom .mm-navbar__tab{
    border-top-color:var(--mm-color-border)
}
.mm-navbars--bottom .mm-navbar__tab--selected{
    border-bottom-color:var(--mm-color-border);
    border-top-color:transparent
}
.mm-searchfield{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-grow:1;
    height:var(--mm-navbar-size);
    overflow:hidden;
    padding:0
}
.mm-searchfield__input{
    -webkit-box-flex:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1;
    flex:1;
    position:relative
}
.mm-searchfield__input,.mm-searchfield__input input{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    max-width:100%;
    padding:0 10px;
    width:100%
}
.mm-searchfield__input input{
    border:none;
    border-radius:4px;
    display:block;
    height:calc(var(--mm-navbar-size)*0.7);
    line-height:calc(var(--mm-navbar-size)*0.7);
    font:inherit;
    font-size:inherit;
    margin:0;
    max-height:auto;
    min-height:auto
}
.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{
    background:var(--mm-color-background-highlight);
    color:var(--mm-color-text)
}
.mm-menu[class*=-contrast] .mm-searchfield__input input{
    border:1px solid var(--mm-color-border)
}
.mm-searchfield__input input::-ms-clear{
    display:none
}
.mm-searchfield__btn{
    bottom:0;
    display:none;
    inset-inline-end:0;
    position:absolute;
    top:0
}
.mm-searchfield--searching .mm-searchfield__btn{
    display:block
}
.mm-searchfield__cancel{
    -webkit-margin-end:-100px;
    -webkit-padding-start:5px;
    -webkit-padding-end:20px;
    display:block;
    line-height:var(--mm-navbar-size);
    margin-inline-end:-100px;
    padding-inline-end:20px;
    padding-inline-start:5px;
    position:relative;
    text-decoration:none;
    -webkit-transition-property:visibility,margin;
    transition-property:visibility,margin;
    visibility:hidden
}
.mm-searchfield--cancelable .mm-searchfield__cancel{
    -webkit-margin-end:0;
    margin-inline-end:0;
    visibility:visible
}
.mm-panel--search{
    border:none!important;
    left:0!important;
    right:0!important;
    width:100%!important
}
.mm-panel__splash{
    padding:20px
}
.mm-panel--searching .mm-panel__splash{
    display:none
}
.mm-panel__noresults{
    color:var(--mm-color-text-dimmed);
    display:none;
    font-size:150%;
    line-height:1.4;
    padding:40px 20px;
    text-align:center
}
.mm-panel--noresults .mm-panel__noresults{
    display:block
}
:root{
    --mm-sectionindexer-size:20px
}
.mm-sectionindexer{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-box-pack:space-evenly;
    -ms-flex-pack:space-evenly;
    background:inherit;
    bottom:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    font-size:12px;
    inset-inline-end:calc(var(--mm-sectionindexer-size)*-1);
    justify-content:space-evenly;
    position:absolute;
    text-align:center;
    top:0;
    -webkit-transition-property:inset-inline-end;
    transition-property:inset-inline-end;
    width:var(--mm-sectionindexer-size);
    z-index:5
}
.mm-sectionindexer a{
    color:var(--mm-color-text-dimmed);
    display:block;
    line-height:1;
    text-decoration:none
}
.mm-sectionindexer~.mm-panel{
    -webkit-padding-end:0;
    padding-inline-end:0
}
.mm-sectionindexer--active{
    right:0
}
.mm-sectionindexer--active~.mm-panel{
    -webkit-padding-end:var(--mm-sectionindexer-size);
    padding-inline-end:var(--mm-sectionindexer-size)
}
.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{
    -webkit-transition-property:background-color;
    transition-property:background-color
}
@media(hover:hover){
    .mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{
        background:0 0
    }
    .mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{
        background:var(--mm-color-background-emphasis)
    }
}
.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{
    -webkit-transition-delay:.2s;
    transition-delay:.2s
}
@media(hover:hover){
    .mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{
        -webkit-transition-delay:.1s;
        transition-delay:.1s
    }
}
.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{
    background:0 0
}
.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{
    background:var(--mm-color-background-emphasis)
}
:root{
    --mm-sidebar-collapsed-size:50px;
    --mm-sidebar-expanded-size:var(--mm-max-size)
}
.mm-wrapper--sidebar-collapsed .mm-slideout{
    -webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);
    transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);
    width:calc(100% - var(--mm-sidebar-collapsed-size))
}
[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{
    -webkit-transform:none;
    transform:none
}
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{
    opacity:0
}
.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{
    border-right-style:solid;
    border-right-width:1px;
    width:var(--mm-sidebar-expanded-size)
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened{
    overflow:auto
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{
    display:none
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{
    -webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);
    transform:translate3d(var(--mm-sidebar-expanded-size),0,0);
    width:calc(100% - var(--mm-sidebar-expanded-size))
}
[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{
    -webkit-transform:none;
    transform:none
}
 @charset "utf-8";
.image-text.faqs-btn{
    margin-left:20px
}
.image-text.faqs-btn .cmp-image-text a{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.image-text.faqs-btn .cmp-image-text a img{
    -webkit-animation-direction:alternate;
    animation-direction:alternate;
    -webkit-animation-duration:.7s;
    animation-duration:.7s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:blink-img;
    animation-name:blink-img
}
.image-text.faqs-btn .cmp-image-text a span{
    -webkit-animation-direction:alternate;
    animation-direction:alternate;
    -webkit-animation-duration:.7s;
    animation-duration:.7s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:blink-text;
    animation-name:blink-text;
    display:inline-block;
    font-size:16px;
    font-weight:600;
    margin-right:5px
}
@-webkit-keyframes blink-text{
    0%{
        color:#004c8f
    }
    to{
        color:#e90000
    }
}
@keyframes blink-text{
    0%{
        color:#004c8f
    }
    to{
        color:#e90000
    }
}
@-webkit-keyframes blink-img{
    0%{
        -webkit-filter:hue-rotate(1deg);
        filter:hue-rotate(1deg)
    }
    to{
        -webkit-filter:hue-rotate(148deg) brightness(1) saturate(1.9);
        filter:hue-rotate(148deg) brightness(1) saturate(1.9)
    }
}
@keyframes blink-img{
    0%{
        -webkit-filter:hue-rotate(1deg);
        filter:hue-rotate(1deg)
    }
    to{
        -webkit-filter:hue-rotate(148deg) brightness(1) saturate(1.9);
        filter:hue-rotate(148deg) brightness(1) saturate(1.9)
    }
}
.aem-Grid>.exist-custo-menu.aem-GridColumn{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-end
}
.exist-custo-menu-wrap{
    position:relative
}
.exist-custo-menu-link{
    border:1px solid #fff;
    border-radius:8px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:16px;
    font-weight:400;
    line-height:32px;
    margin-left:16px;
    padding:9px 41px 9px 62px;
    position:relative;
    text-transform:capitalize;
    -webkit-transition:all .5s ease-in-out,color .2s ease-in-out;
    transition:all .5s ease-in-out,color .2s ease-in-out
}
@media screen and (max-width:1024px){
    .exist-custo-menu-link{
        margin-left:10px;
        padding:6px 40px
    }
}
.exist-custo-menu-link.active:after{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.exist-custo-menu-link:before{
    background-image:url(../../../content/dam/housingdevelopmentfinancecorp/hdfc-ltd-merger/header/user-login.svg);
    background-repeat:no-repeat;
    background-size:contain;
    content:"";
    height:22px;
    left:20px;
    position:absolute;
    top:14px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    width:22px
}
@media screen and (max-width:1024px){
    .exist-custo-menu-link:before{
        height:18px;
        left:16px;
        top:13px;
        width:18px
    }
}
.exist-custo-menu-link:after{
    content:"";
    font-family:Font Awesome\ 6 Free;
    font-size:13px;
    font-weight:900;
    position:absolute;
    right:18px;
    top:10px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media screen and (max-width:1024px){
    .exist-custo-menu-link:after{
        top:6px
    }
}
.exist-custo-menu-link.active{
    background-color:#fff;
    color:#004c8f
}
.exist-custo-menu-link.active:after{
    color:#004c8f
}
.exist-custo-menu-link.active:before{
    background-image:url(../../../content/dam/housingdevelopmentfinancecorp/hdfc-ltd-merger/header/user-blue.svg)
}
#ec-menu{
    display:none;
    padding-top:13.5px;
    position:absolute;
    right:0;
    top:50px;
    z-index:99
}
.ec-pop-up-div{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    background-color:#f7f7f7;
    border:1px solid #f2f2f2;
    border-radius:4px;
    -webkit-box-shadow:0px 4px 12px rgba(0,0,0,.15);
    box-shadow:0px 4px 12px rgba(0,0,0,.15);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    max-height:75vh;
    overflow:auto;
    padding:0px 32px;
    scrollbar-color:#d4d4d4 #fff;
    scrollbar-width:auto
}
@media screen and (max-width:992px){
    .ec-pop-up-div{
        max-height:unset
    }
}
.ec-pop-up-div::-webkit-scrollbar{
    width:10px
}
.ec-pop-up-div::-webkit-scrollbar-track{
    background:#fff
}
.ec-pop-up-div::-webkit-scrollbar-thumb{
    background-color:#d4d4d4;
    border:3px solid #fff;
    border-radius:10px
}
.ec-menu-wrap{
    padding:32px 0;
    width:242px
}
@media screen and (max-width:992px){
    .ec-menu-wrap{
        padding:0
    }
    .ec-menu-wrap:last-child .ec-sub-menu .ec-menu-item:last-child{
        border-bottom:1px solid #e2e2e2
    }
}
.ec-hr{
    background-color:#ebebeb;
    display:block;
    margin:0px 32px;
    max-height:900px;
    width:1.5px
}
.ec-menu-heading{
    font-size:14px;
    font-weight:700;
    margin-bottom:16px
}
.ec-menu-heading.extra-heading{
    margin-top:20px
}
.ec-menu-btn-wrap{
    margin-bottom:6px;
    width:100%
}
@media screen and (max-width:992px){
    .ec-menu-btn-wrap{
        padding:0 16px
    }
}
.ec-menu-btn{
    background-color:#004c8f;
    border:1px solid #004c8f;
    border-radius:4px;
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:600;
    padding:8px 24px;
    position:relative;
    text-align:center;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.ec-menu-btn:hover{
    background-color:#fff;
    color:#004c8f
}
.ec-menu-item:last-child{
    border:none
}
.ec-menu-item{
    border-bottom:1px solid #e2e2e2;
    cursor:pointer;
    font-size:14px;
    padding:10px 0px;
    position:relative
}
.ec-menu-item p{
    color:#666;
    display:block;
    font-size:12px;
    line-height:16px;
    margin-bottom:4px;
    -webkit-transition:all .5s linear .1s;
    transition:all .5s linear .1s;
    width:90%
}
.ec-menu-item p:last-child{
    margin-bottom:0
}
.ec-menu-item p b{
    font-size:14px;
    font-weight:600;
    line-height:19px
}
.ec-menu-item a{
    color:#004c8f;
    display:inline;
    font-size:12px;
    line-height:16px
}
.ec-menu-item:after{
    background:none;
    border-bottom:1.5px solid #004c8f;
    border-left:1.5px solid #004c8f;
    bottom:0;
    content:"";
    display:inline-block;
    height:6px;
    margin:auto;
    position:absolute;
    right:8px;
    top:0;
    -webkit-transform:rotate(225deg);
    transform:rotate(225deg);
    width:6px
}
.ec-vr{
    background-color:#fc4921;
    display:block;
    height:1.5px;
    margin:20px 0px;
    max-width:900px
}
.mn.ec-pop-up-div{
    display:none;
    height:100vh;
    left:0;
    overflow:scroll;
    padding:20px 20px 100px;
    position:fixed;
    top:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:all 400ms ease 300ms;
    transition:all 400ms ease 300ms;
    width:100vw;
    z-index:999
}
@media screen and (max-width:992px){
    .mn.ec-pop-up-div{
        display:block
    }
}
.mn-ec-nav-wrap{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    margin-bottom:20px
}
.mn-ec-nav-wrap .ec-menu-title{
    font-size:24px;
    font-weight:600
}
.mn.close-ec-btn{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.mn.ec-pop-up-div .ec-menu-wrap{
    width:100%
}
.mn.ec-pop-up-div .ec-menu-heading{
    font-size:20px
}
.mn.ec-pop-up-div .ec-menu-btn{
    font-size:16px;
    padding-left:20px
}
.mn.ec-pop-up-div .ec-menu-link{
    font-size:16px
}
@media screen and (max-width:992px){
    .ec-sub-menu{
        padding:0 16px
    }
}
*{
    font-family:Titillium Web,sans-serif
}
.hidden{
    display:none
}
.header-backdrop{
    background-color:#000;
    bottom:0;
    height:100%;
    left:0;
    opacity:.5;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:98
}
.hdfc-logo{
    margin-right:10px
}
.secondary-menu ul{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-end;
    list-style:none
}
.secondary-menu .secondary-menu-list .secondary-menu-item{
    margin-left:20px
}
.secondary-menu ul .secondary-menu-item a{
    color:#000;
    font-size:16px;
    font-weight:400;
    text-decoration:none;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.secondary-menu ul .secondary-menu-item a:hover{
    color:#004c8f;
    cursor:pointer;
    text-decoration:none
}
.rg-container{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.twoColumn{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2
}
.threeColumn{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3
}
.navbar-sticky-top{
    left:0;
    position:fixed;
    top:0;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
    width:100%;
    z-index:99
}
@media screen and (max-width:992px){
    .navbar-sticky-top{
        -webkit-box-shadow:0 3px 9px 0 rgba(0,0,0,.16);
        box-shadow:0 3px 9px 0 rgba(0,0,0,.16)
    }
}
body{
    margin-top:120px
}
@media screen and (max-width:992px){
    body{
        margin-top:56px
    }
}
.navbar-section{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    background-color:#fff;
    justify-content:space-between;
    position:relative;
    z-index:99
}
.navbar-section,.secondary-navbar{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column
}
.secondary-navbar{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    background-color:#d9d9d9;
    height:45px;
    justify-content:center;
    padding:5px 0
}
@media screen and (max-width:991px){
    .secondary-navbar{
        display:none;
        height:unset;
        padding:9px 15px
    }
}
.secondary-navbar-wrap>.cmp-container{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between
}
.secondary-navbar-wrap>.cmp-container .container.responsivegrid{
    margin:unset;
    width:unset
}
.secondary-navbar-wrap>.cmp-container .container.responsivegrid:not(.header-flex){
    width:50%
}
.call-us-div>.call-us-text{
    color:#000;
    font-size:12px;
    font-weight:700;
    text-decoration:none
}
.call-us-div>.call-us-text:before{
    color:#004c8f;
    content:"";
    font-family:icomoon;
    font-size:12px;
    margin-right:6px;
    vertical-align:middle
}
.call-us-text .cmp-image-text a{
    cursor:default
}
@media screen and (max-width:992px){
    .call-us-text .cmp-image-text a{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
.call-us-text .cmp-image-text a img{
    height:22px;
    margin-right:10px
}
@media screen and (max-width:992px){
    .call-us-text .cmp-image-text a img{
        height:12px
    }
}
.call-us-text .cmp-image-text a span{
    font-size:16px
}
.call-us-text .cmp-image-text a span b{
    color:#0f4d8b;
    font-weight:600
}
@media screen and (max-width:1200px){
    .call-us-text .cmp-image-text a span{
        font-size:13px
    }
}
@media screen and (max-width:992px){
    .call-us-text .cmp-image-text a span{
        font-size:12px
    }
}
.call-us-text:hover{
    cursor:pointer;
    text-decoration:none
}
.secondary-menu{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.language-option{
    background-color:#fff;
    color:#000
}
.region-select label{
    display:none
}
.region-select,.secondary-menu-select-wrap{
    position:relative
}
@media screen and (max-width:992px){
    .region-select,.secondary-menu-select-wrap{
        margin-left:15px
    }
}
.region-select:before,.secondary-menu-select-wrap:before{
    background-image:url(../../../content/dam/housingdevelopmentfinancecorp/hdfc-ltd-merger/header/country-icon.svg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    content:"";
    height:22px;
    left:3px;
    position:absolute;
    top:1px;
    width:22px;
    z-index:10
}
@media screen and (max-width:992px){
    .region-select:before,.secondary-menu-select-wrap:before{
        background-image:url(../../../content/dam/housingdevelopmentfinancecorp/hdfc-ltd-merger/header/country-icon-mobile.svg);
        height:12px;
        left:5px;
        top:6px;
        width:12px
    }
}
.region-select:after,.secondary-menu-select-wrap:after{
    color:#004c8f;
    content:"";
    font-family:Font Awesome\ 6 Free;
    font-size:13px;
    font-weight:900;
    pointer-events:none;
    position:absolute;
    right:0px;
    top:2px
}
@media screen and (max-width:992px){
    .region-select:after,.secondary-menu-select-wrap:after{
        color:#fff;
        font-size:10px;
        top:1px
    }
}
.region-select fieldset,.secondary-menu-select-wrap #langSelect{
    padding:0px 0px 0px 34px
}
@media screen and (max-width:992px){
    .region-select fieldset,.secondary-menu-select-wrap #langSelect{
        padding:0 0 0 22px
    }
}
.region-select select,.secondary-menu-select-wrap #langSelect{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:transparent;
    border:none;
    color:#0f4d8b;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    line-height:20px;
    outline:none;
    padding-right:13px
}
@media screen and (max-width:1200px){
    .region-select select,.secondary-menu-select-wrap #langSelect{
        font-size:13px
    }
}
@media screen and (max-width:992px){
    .region-select select,.secondary-menu-select-wrap #langSelect{
        color:#fff;
        font-size:12px
    }
}
.region-select select option{
    background-color:#fff
}
.secondary-menu .secondary-menu-list{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-end;
    list-style:none
}
.secondary-menu .secondary-menu-list .secondary-menu-item{
    margin-left:26px
}
.secondary-menu .secondary-menu-list .secondary-menu-item a{
    color:#0f4d8b;
    font-size:16px;
    font-weight:600;
    padding:5px 0px;
    text-decoration:none;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.secondary-menu .secondary-menu-list .secondary-menu-item a:hover{
    color:#004c8f;
    cursor:pointer;
    text-decoration:none
}
.primary-navbar{
    background-color:#004c8f
}
.primary-navbar-wrap>.cmp-container{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:75px;
    justify-content:space-between
}
.primary-navbar-wrap>.cmp-container .container.responsivegrid{
    margin:unset;
    width:unset
}
.header-logo .cmp-image__link{
    cursor:pointer
}
.header-logo .cmp-image__image{
    max-width:175px
}
@media screen and (max-width:1366px){
    .header-logo .cmp-image__image{
        max-width:150px;
        width:unset
    }
}
@media screen and (max-width:1200px){
    .header-logo .cmp-image__image{
        max-width:140px
    }
}
@media screen and (max-width:1100px){
    .header-logo .cmp-image__image{
        max-width:110px
    }
}
@media screen and (max-width:992px){
    .header-logo .cmp-image__image{
        max-width:130px
    }
}
.primary-menu-list{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none;
    margin-right:30px
}
@media screen and (max-width:1400px){
    .primary-menu-list{
        margin-right:25px
    }
}
@media screen and (max-width:1100px){
    .primary-menu-list{
        margin-right:20px
    }
}
.primary-menu-link{
    background-color:transparent;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:400;
    margin-left:20px;
    padding:0px 10px 0px 0px;
    position:relative;
    text-decoration:none;
    text-transform:capitalize;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.primary-menu-link:hover{
    color:#fff
}
.primary-menu-link.dd{
    margin-left:32px;
    padding:0px 22px 25px 0px
}
@media screen and (max-width:1400px){
    .primary-menu-link.dd{
        margin-left:20px
    }
}
@media screen and (max-width:1100px){
    .primary-menu-link.dd{
        margin-right:15px
    }
}
.primary-menu-list li:first-child .primary-menu-link.dd{
    margin-left:0
}
.primary-menu-link.dd:after{
    content:"";
    font-family:Font Awesome\ 6 Free;
    font-size:14px;
    font-weight:900;
    position:absolute;
    right:0px;
    top:3px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.primary-menu-link.pm-hover:before{
    background:url(../../../content/dam/housingdevelopmentfinancecorp/hdfc-ltd-merger/header/menu/menu-pointer.svg);
    background-repeat:no-repeat;
    background-size:contain;
    bottom:-4px;
    content:"";
    display:inline-block;
    height:18px;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    width:22px;
    z-index:111
}
.primary-menu-link.pm-hover{
    color:#fff
}
.primary-menu-link.dd.pm-hover:after{
    top:4px;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.search-exist-custo-div{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between
}
.search-icon{
    min-width:60px
}
.search-icon .cmp-image-text a img{
    height:20px;
    margin-right:12px;
    width:20px
}
@media screen and (max-width:1024px){
    .search-icon .cmp-image-text a img{
        margin-right:5px
    }
}
.search-icon .cmp-image-text a span{
    color:#fff;
    font-size:16px;
    font-weight:400
}
@media screen and (max-width:1366px){
    .search-icon .cmp-image-text a span{
        font-size:15px
    }
}
.primary-navbar-search-link{
    color:#848484;
    font-size:18px;
    font-weight:600
}
.primary-navbar-search-link:focus,.primary-navbar-search-link:hover{
    color:#848484
}
.hover-wrap{
    height:100vh;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    top:120px;
    width:100%;
    z-index:110
}
.hover-wrap>.boxContainer{
    height:100%
}
.hover-wrap>.boxContainer .adjust-wrap{
    max-height:75vh;
    overflow:auto;
    scrollbar-color:#d4d4d4 #fff;
    scrollbar-width:auto
}
.hover-wrap>.boxContainer .adjust-wrap::-webkit-scrollbar{
    width:10px
}
.hover-wrap>.boxContainer .adjust-wrap::-webkit-scrollbar-track{
    background:#fff
}
.hover-wrap>.boxContainer .adjust-wrap::-webkit-scrollbar-thumb{
    background-color:#d4d4d4;
    border:3px solid #fff;
    border-radius:10px
}
.adjust-wrap{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    background:#f7f7f7;
    border:1px solid #f2f2f2;
    border-radius:4px;
    -webkit-box-shadow:0px 4px 12px rgba(0,0,0,.15);
    box-shadow:0px 4px 12px rgba(0,0,0,.15);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between
}
.adjust-wrap .list-cf-wrap{
    display:grid;
    width:100%
}
.adjust-wrap .list-cf-wrap.grid-layout-col-one{
    grid-template-columns:1fr
}
.adjust-wrap .list-cf-wrap.grid-layout-col-two{
    grid-template-columns:1fr 1fr
}
.adjust-wrap .list-cf-wrap.grid-layout-col-three{
    grid-template-columns:1fr 1fr 1fr
}
.adjust-wrap .list-cf-wrap.grid-layout-col-four{
    grid-template-columns:1fr 1fr 1fr 1fr
}
.adjust-wrap .list-cf-wrap.grid-layout-col-five{
    grid-template-columns:1fr 1fr 1fr 1fr 1fr
}
.teaser-cf-wrap{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    gap:20px;
    justify-content:space-between;
    padding:25px 30px 25px 0
}
@media screen and (max-width:992px){
    .teaser-cf-wrap{
        padding:0
    }
}
.teaser-cf-wrap.no-list-menu{
    padding:25px 30px;
    width:100%
}
.teaser-cf-wrap .nav-teaser-wrap{
    position:relative
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-img-wrap img{
    width:100%
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap{
    left:25px;
    position:absolute;
    top:30px;
    width:90%
}
@media screen and (max-width:992px){
    .teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap{
        left:20px;
        top:20px
    }
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap p{
    color:#004c8f;
    font-size:24px;
    font-weight:700;
    line-height:32px
}
@media screen and (max-width:992px){
    .teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap p{
        font-size:16px;
        line-height:21px
    }
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap p i{
    color:#333;
    font-style:normal
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap p b{
    color:#ed232a
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap a{
    background-color:#004c8f;
    border:1px solid #004c8f;
    border-radius:5px;
    color:#fff;
    display:inline-block;
    font-size:16px;
    font-weight:600;
    line-height:21px;
    margin-top:12px;
    padding:10px 19px;
    -webkit-transition:all .5s linear .1s;
    transition:all .5s linear .1s;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap a:first-child{
    margin-top:24px
}
@media screen and (max-width:992px){
    .teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap a{
        font-size:12px;
        line-height:16px;
        padding:7px 14px
    }
}
.teaser-cf-wrap .nav-teaser-wrap .teaser-content-wrap a:hover{
    background-color:#fff;
    color:#004c8f
}
.hover-nav-list{
    border-right:1px solid #ebebeb;
    list-style:none;
    padding:25px 30px
}
.hover-nav-list.frag-order-1{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
}
.hover-nav-list.frag-order-2{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
}
.hover-nav-list.frag-order-3{
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
}
.hover-nav-list.frag-order-4{
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4
}
.hover-nav-list.frag-order-5{
    -webkit-box-ordinal-group:6;
    -ms-flex-order:5;
    order:5
}
.hover-nav-list.frag-order-6{
    -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
    order:6
}
.hover-nav-list.frag-order-7{
    -webkit-box-ordinal-group:8;
    -ms-flex-order:7;
    order:7
}
.hover-nav-list.frag-order-8{
    -webkit-box-ordinal-group:9;
    -ms-flex-order:8;
    order:8
}
.hover-nav-list.frag-order-9{
    -webkit-box-ordinal-group:10;
    -ms-flex-order:9;
    order:9
}
.hover-nav-list.frag-order-10{
    -webkit-box-ordinal-group:11;
    -ms-flex-order:10;
    order:10
}
.hover-nav-list.nav-border-bottom{
    border-bottom:1px solid #ebebeb
}
.hover-nav-list .hover-nav-item .hover-nav-link{
    display:inline-block;
    margin-bottom:25px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    width:100%
}
.hover-nav-list .hover-nav-item .hover-nav-link:not([href]){
    pointer-events:none
}
.hover-nav-list .hover-nav-item .hover-nav-link:focus{
    color:#004c8f
}
.hover-nav-list .hover-nav-item .hover-nav-link:focus:not([href]),.hover-nav-list .hover-nav-item .hover-nav-link:focus:not([href]) span{
    color:#000
}
.hover-nav-list .hover-nav-item .hover-nav-link:focus span{
    color:#004c8f
}
.hover-nav-list .hover-nav-item .hover-nav-link:hover:not([href]),.hover-nav-list .hover-nav-item .hover-nav-link:hover:not([href]) span{
    color:#000
}
.hover-nav-list .hover-nav-item .hover-nav-link:hover span{
    color:#004c8f
}
.hover-nav-list .hover-nav-item .hover-nav-link img,.hover-nav-list .hover-nav-item .hover-nav-link span{
    display:inline;
    vertical-align:text-top
}
.hover-nav-list .hover-nav-item .hover-nav-link img{
    height:100%;
    margin-right:8px;
    max-height:24px;
    max-width:24px;
    width:100%
}
.hover-nav-list .hover-nav-item .hover-nav-link span{
    font-size:14px;
    font-weight:700;
    line-height:19px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.hover-nav-list .hover-nav-item .hover-nav-sub-list .hover-sub-item{
    margin-bottom:20px
}
.hover-nav-list .hover-nav-item .hover-nav-sub-list .hover-sub-item:last-child{
    margin-bottom:0
}
.hover-nav-list .hover-nav-item .hover-nav-sub-list .hover-sub-item a{
    color:#000;
    font-size:14px;
    font-weight:400;
    line-height:19px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.hover-nav-list .hover-nav-item .hover-nav-sub-list .hover-sub-item a:focus,.hover-nav-list .hover-nav-item .hover-nav-sub-list .hover-sub-item a:hover{
    color:#004c8f
}
@media screen and (max-width:1366px){
    .secondary-navbar{
        padding:5px 0
    }
    .hdfc-logo{
        margin-right:0px;
        max-width:160px
    }
    .primary-menu-link{
        font-size:16px;
        margin-left:15px;
        padding:0px 15px 0px 0px
    }
    .primary-navbar-search-link{
        font-size:16px
    }
}
@media screen and (max-width:1200px){
    .secondary-navbar{
        margin-bottom:0px;
        padding:5px 0
    }
    .hdfc-logo{
        width:140px
    }
    .primary-menu-link{
        font-size:15px;
        padding:0 10px 0 0
    }
    .primary-menu-link.pm-hover:before{
        bottom:-7px
    }
    .primary-menu-link.dd:after{
        font-size:13px;
        right:0px;
        top:2px
    }
}
@media screen and (max-width:1100px){
    .primary-menu-link,.secondary-menu .secondary-menu-list .secondary-menu-item{
        font-size:14px
    }
    .primary-menu-link.dd{
        padding:0px 20px 25px 0px
    }
    .primary-navbar-search-link{
        font-size:14px
    }
}
@media screen and (max-width:991px){
    .primary-navbar{
        padding:0
    }
}
.text.info-strip{
    background:#ddd;
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    z-index:100
}
.text.info-strip.active{
    -webkit-transform:translateY(0%);
    transform:translateY(0%)
}
.text.info-strip .cmp-text{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:8px;
    margin:auto;
    max-width:1200px;
    padding:8px 4px
}
@media screen and (max-width:768px){
    .text.info-strip .cmp-text{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        gap:4px;
        text-align:center
    }
}
.text.info-strip .cmp-text p{
    color:#717171;
    font-size:13px;
    font-weight:600;
    letter-spacing:normal;
    margin:0
}
.text.info-strip .cmp-text a{
    color:#717171;
    font-size:26px;
    line-height:18px
}
#mn-menu{
    --mm-color-background:#fff;
    --mm-size:100%;
    --mm-color-border:transparent;
    --mm-color-text:#000;
    --mm-color-icon:#000;
    --mm-color-text-dimmed:#000;
    display:none;
    width:100vw
}
@media screen and (max-width:992px){
    #mn-menu{
        display:block
    }
}
.mm-panels{
    height:80vh
}
.mm-panels .mm-panel{
    padding:0 20px
}
.mm-navbars{
    border:none;
    position:relative;
    z-index:10
}
.mm-listitem:after{
    display:none
}
.mm-listitem.mn-sub-menu-item:last-child{
    border-bottom:1px solid #d3d3d3;
    padding-bottom:4px
}
.mn-secondary-navbar{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    background-color:#f2f2f2;
    color:#0f4d8b;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display:none;
    justify-content:center;
    padding:5px 0px
}
.mn-navbar-wrap{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-box-shadow:0 3px 9px 0 #e4e4e4;
    box-shadow:0 3px 9px 0 #e4e4e4;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    padding:10px 20px
}
.mn-btns-wrap,.mn-navbar-wrap{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.mn-btns-wrap{
    display:none
}
.mn-btns-wrap>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-left:15px
}
.mn-hamburger-btn{
    display:none;
    height:19px;
    margin-right:13px;
    width:22px
}
@media screen and (max-width:992px){
    .mn-hamburger-btn{
        display:block
    }
}
.mn-ec-icon,.mn-icon{
    height:18px
}
.mn-search-icon{
    height:18px;
    width:18px
}
.logo-wrap,.logo-wrap>a,.mn-logo-select-wrap>a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.mn-menu-hdfc-logo{
    max-width:130px
}
.close-hamburger-icon{
    width:16px
}
.close-hamburger-btn{
    background-color:transparent;
    border:none;
    outline:none;
    text-align:right
}
.mn-menu-header{
    background-color:#004c8f;
    display:block
}
.mn-header-wrap{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    height:100%;
    justify-content:space-between;
    padding:10px 15px
}
.mn-header-wrap,.mn-logo-select-wrap{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.mn-primary-menu{
    list-style:none;
    margin-top:5px
}
.mn-primary-menu-item{
    border-bottom:1px solid #d3d3d3;
    position:relative
}
.mn-primary-menu-link{
    --mm-color-text:#333;
    font-size:16px;
    font-weight:600;
    padding:15px 0px
}
.mm-btn--next:after{
    border:none;
    bottom:11px;
    color:#333;
    content:"";
    font-family:icomoon;
    font-size:13px;
    font-weight:600;
    right:0;
    -webkit-transform:inherit;
    transform:inherit
}
.mn-ec-menu{
    margin:30px 0
}
a[class].mn-ec-menu-open{
    border:1px solid #004c8f;
    border-radius:40px;
    color:#004c8f;
    cursor:pointer;
    display:block;
    font-size:16px;
    font-weight:600;
    padding:10px 30px 10px 50px;
    position:relative;
    text-transform:capitalize;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.mn-ec-menu-open:before{
    background-image:url(../../../content/dam/housingdevelopmentfinancecorp/hdfc-ltd-merger/header/user-blue.svg);
    background-repeat:no-repeat;
    background-size:contain;
    content:"";
    height:23px;
    left:22px;
    top:13px;
    width:16px
}
.mn-ec-menu-open:after,.mn-ec-menu-open:before{
    position:absolute;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.mn-ec-menu-open:after{
    content:"";
    font-family:icomoon;
    font-size:13px;
    font-weight:400;
    right:5%;
    top:10px
}
.mn-secondary-menu-item>a{
    color:#333;
    font-size:16px;
    font-weight:600;
    padding:0px 20px 20px 0px
}
.mn-main-footer{
    margin:10px 0px 20px
}
.mn-main-footer-heading{
    font-size:16px;
    font-weight:600;
    margin-bottom:12px
}
.mn.enquiry-info-div{
    margin:0px 0px 16px 0
}
.mn.enquiry-info-div>p{
    color:#333;
    font-size:12px;
    line-height:12px;
    margin-bottom:12px
}
.mn.enquiry-info-div>span>a{
    color:#333;
    font-size:14px;
    line-height:12px
}
.mn.enquiry-info-div>span>a>b{
    color:#333;
    font-weight:600
}
.mn.enquiry-info-div>span>a>img{
    display:inline;
    margin-right:4px;
    width:14px
}
.mn-back-btn{
    font-size:16px;
    font-weight:600;
    line-height:x24px;
    margin:5px 0px 0px;
    position:relative
}
.mn-back-btn:before{
    color:#333;
    content:"";
    font-family:icomoon;
    font-size:14px;
    pointer-events:none;
    position:absolute;
    top:14px;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.mn-sub-menu-item a{
    font-size:16px;
    line-height:24px;
    padding:0px 10px 8px 0px
}
.mn-sub-menu-link{
    font-size:16px;
    padding:0px 20px 20px
}
.mn-sub-menu-link.mn-heading{
    border-top:1px solid #d3d3d3;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    margin-top:8px;
    padding:18px 20px 22px 0px;
    position:relative
}
.mn-sub-menu>li:nth-child(2)>.mn-sub-menu-link.mn-heading{
    border-top:none;
    margin-top:0
}
.mn-sub-menu-link.mn-heading:after{
    content:"";
    font-family:icomoon;
    font-size:12px;
    font-weight:900;
    margin-left:10px;
    position:absolute;
    top:18.5px
}
.mobile-hover-info-div .mn.enquiry-info-div,.mobile-hover-info-div .mn.follow-social-div{
    border-top:1px solid #e4e4e4;
    margin:0px 0px 25px;
    padding-top:25px
}
.mobile-hover-info-div .mn.enquiry-info-div{
    margin-bottom:20px
}
.mobile-hover-info-div .mn.follow-social-div>p{
    font-size:14px;
    margin-bottom:5px
}
.mobile-hover-info-div .mn.follow-social-div .mn.follow-social-icon{
    height:18px
}
.mn.enquiry-info-div .query-text{
    font-size:14px
}
.mn.enquiry-info-div .query-link{
    color:#004c8f;
    font-size:14px;
    font-weight:600;
    letter-spacing:0px;
    text-decoration:underline;
    text-transform:uppercase
}
.mm-menu a.mn-primary-menu-link,.mn-secondary-menu-item>a{
    color:#333!important
}
@media screen and (max-width:992px){
    .primary-navbar-wrap{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        justify-content:space-between;
        padding:16px 0px
    }
    .mobile-menu{
        display:block
    }
    .mn-btns-wrap{
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        justify-content:flex-end;
        width:100%
    }
    .navbar-section{
        padding:0
    }
    .navbar-sticky-top{
        border:none
    }
    .secondary-navbar-wrap>.cmp-container .container.responsivegrid:first-child{
        width:100%
    }
    .primary-navbar-wrap>.cmp-container{
        height:unset
    }
    .options.region-select,.primary-navbar-wrap .exist-custo-menu-wrap,.primary-navbar-wrap .image-text,.secondary-menu,.secondary-navbar-wrap>.cmp-container .container.responsivegrid:last-child,div[class].primary-menu{
        display:none
    }
}
.mm-panel:after{
    content:unset
}
 @charset "utf-8";
.footer{
    position:relative
}
.footer.aem-GridColumn{
    margin-top:60px
}
@media screen and (max-width:992px){
    .footer.aem-GridColumn{
        margin-top:40px
    }
}
.no-footer-space .footer.aem-GridColumn{
    margin-top:0
}
@media screen and (max-width:992px){
    .no-footer-space .footer.aem-GridColumn{
        margin-top:0
    }
}
.footerWrapper{
    background:#004c8f;
    max-width:inherit;
    padding:0;
    width:100%
}
.footerTop{
    color:#000;
    padding:40px 0 20px
}
.accordianShow{
    border:none;
    border-radius:unset;
    -webkit-box-shadow:none;
    box-shadow:none
}
.mainRedirectSection{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:11px;
    justify-content:space-between
}
.footerWrapper ul li{
    font-size:14px;
    padding:0 0 5px
}
.footerWrapper ul li a{
    color:#fff;
    display:inline-block;
    font-weight:400;
    line-height:20px;
    padding:0;
    position:relative;
    text-transform:capitalize
}
.supportTab,.wrapLists,ul.boldHead.accordion{
    width:100%
}
.wrapLists.twoColumnList{
    width:200%
}
.twoColumnList .accordianShow{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2
}
.wrapLists ul.accordion:not(:first-child){
    margin-top:32px
}
.boldHead h4,.supportTab h4{
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:20px;
    margin-bottom:15px;
    opacity:1;
    padding:0
}
.moreThanTenItem{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:15px
}
.iconWithEnquiry p{
    color:#fff;
    font-size:14px;
    font-weight:400;
    margin-bottom:4px;
    text-transform:capitalize
}
.iconWithEnquiry img{
    margin-right:8px;
    max-width:16px
}
ul .iconWithEnquiry li a{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-size:16px
}
ul .iconWithEnquiry li a:not([href]){
    cursor:default
}
ul .iconWithEnquiry li a span{
    color:#fff;
    font-weight:400
}
.iconWithEnquiry li{
    margin-bottom:10px
}
.iconWithEnquiry li:first-child a span{
    font-weight:600
}
.footerBottom{
    background:#e5e5e5;
    color:#fff;
    color:#000;
    padding:9px 0;
    text-align:center
}
.mobileViewFooterBottom{
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    align-items:center;
    background:#e5e5e5;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between
}
.bottomEnquiryFooter .downloadApp{
    display:none
}
.downloadApp h4{
    margin:10px 0 16px
}
.followUsLinks ul li{
    color:#fff;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:14px;
    font-weight:400;
    padding:0
}
.copyrightSection p{
    color:#004c8f;
    font-size:14px;
    font-weight:600;
    line-height:16px;
    margin-bottom:0
}
.followUsLinks{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:24px
}
.followUsLinks p{
    color:rgba(0,0,0,.6);
    font-size:14px;
    font-weight:600;
    line-height:16px;
    margin:0 0 1px
}
.followUsLinks ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:15px
}
.followUsLinks img{
    display:block;
    height:14px;
    width:14px
}
.storeToInstall{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:14px;
    margin-bottom:14px;
    margin-top:7px
}
.footerWrapper .storeToInstall li{
    padding:0 0px 5px 0
}
.backToTop{
    color:#004c8f;
    font-size:14px;
    font-weight:600;
    line-height:16px;
    text-transform:uppercase
}
.backToTop:hover{
    color:#004c8f
}
.backToTop:focus,.backToTop:hover{
    text-decoration:underline
}
.takeToTopRedirect img{
    display:inline-block;
    height:15px;
    margin-right:10px
}
@media only screen and (max-width:1260px){
    .footerTop{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        padding:26px 15px 10px 20px
    }
}
@media only screen and (max-width:992px){
    .footer{
        margin-top:0
    }
    .footerTop{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .footerWrapper .boxContainer{
        padding:0
    }
    .mainRedirectSection{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        gap:0
    }
    .footerWrapper .accordion h4:before{
        content:"";
        display:inline-block;
        font-family:icomoon;
        font-size:13px;
        position:absolute;
        right:20px;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
        -webkit-transition:-webkit-transform .8s ease;
        transition:-webkit-transform .8s ease;
        transition:transform .8s ease;
        transition:transform .8s ease,-webkit-transform .8s ease;
        vertical-align:middle
    }
    .wrapLists.twoColumnList{
        width:100%
    }
    .wrapLists ul.accordion:not(:first-child){
        margin-top:0
    }
    .twoColumnList .accordianShow{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1
    }
    .moreThanTenItem{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    ul.accordianShow.panel.iconWithEnquiry{
        display:block
    }
    .accordion.supportTab h4{
        border-bottom:none
    }
    .accordion.supportTab h4:before{
        content:unset
    }
    .accordion.active h4:before{
        -webkit-transform:rotate(270deg);
        transform:rotate(270deg)
    }
    .openedFooter{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .footerWrapper ul li{
        margin:10px 14px 8px 0
    }
    .footerSection .boldHead li{
        margin:0
    }
    .footerSection .mainRedirectSection .boldHead.accordion{
        border-bottom:1px solid hsla(0,0%,100%,.102)
    }
    .boldHead h4{
        font-weight:600;
        line-height:21px;
        padding:12px 0
    }
    .boldHead h4,.supportTab h4{
        font-size:16px;
        margin-bottom:0
    }
    .supportTab h4{
        border-bottom:unset;
        font-weight:700;
        padding:16px 0 7px
    }
    .boldHead.active h4{
        border:none
    }
    .accordianShow{
        display:none
    }
    .boldHead.active h4{
        color:#fff;
        margin-bottom:0px
    }
    .boldHead ul{
        margin-bottom:16px
    }
    .footerTop .downloadApp{
        display:none
    }
    .ul .iconWithEnquiry li a{
        font-size:14px
    }
    .bottomEnquiryFooter{
        padding:0 20px
    }
    .bottomEnquiryFooter .downloadApp{
        border-top:1px solid hsla(0,0%,100%,.102);
        display:block;
        text-align:left;
        width:100%
    }
    .bottomEnquiryFooter .downloadApp h4{
        border-bottom:unset;
        font-size:16px;
        font-weight:700;
        margin:0;
        padding:24px 0 6px
    }
    .footerBottom{
        background:unset;
        padding:0 0 64px
    }
    .iconWithEnquiry p{
        line-height:12px;
        margin-bottom:10px
    }
    .copyrightSection p{
        font-size:12px
    }
    .mobileViewFooterBottom{
        -webkit-box-align:start;
        -ms-flex-align:start;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        align-items:flex-start;
        -ms-flex-direction:column;
        flex-direction:column;
        gap:14px;
        padding:16px 20px 10px
    }
    .bottomEnquiryFooter .storeToInstall li{
        margin:0
    }
    .bottomEnquiryFooter .storeToInstall li img{
        width:auto
    }
    .followUsLinks{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        -ms-flex-direction:column;
        flex-direction:column;
        gap:0;
        order:0
    }
    .followUsLinks ul{
        gap:0
    }
    .followUsLinks ul li{
        margin:6px 20px 0 0;
        padding-bottom:0
    }
    .followUsLinks p{
        font-size:12px;
        font-weight:600
    }
    .followUsLinks img{
        width:15px
    }
    .takeToTopRedirect{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        display:none;
        order:2
    }
}
.logoInFooter{
    display:none
}
@media only screen and (max-width:768px){
    .logoInFooter{
        display:block;
        margin-bottom:10px
    }
}
@media only screen and (max-width:375px){
    .footerBottom{
        padding:0 0 58px
    }
}
 