/*mob layout*/
.acc-header {
    background: var(--color-brand-agnostic-900, #250E62);
    border-top-right-radius:64px;
    padding: 33px 16px 32px;
        padding-left: 24px;
    display:flex;
    margin-bottom:32px;
        height: 164px;
    
}

.acc-mhead h1 {
    font-family: 'Sora';
    font-size: 28px!important;
    line-height: 36px;
    font-weight: 400;
    color: var(--text-color-body-light, #FCFCFC);
}

.acc-head-logo img {
    max-width: 52px;
    min-height: 44px;
}

.acc-mhead{
position: relative;
top: 18px;
right: 33px;
}

.acc-body p {
    font-weight: 400!important;
    font-size: 20px!important;
    font-family: 'Sora'!important;
    line-height: 28px!important;
    padding-right: 16px;
    padding-left: 16px;
}

.acc-body .para {
padding-bottom:42px!important;
}

.acc-body {
    
    margin-bottom:32px;
    color: var(--text-color-body-dark, #2C2C2C);
        max-width: 356px;
}

.acc-body a {
    color: var(--color-brand-agnostic-900, #250E62) !important;
    font-weight: 600!important;
    text-decoration: none !important;
}

.error-button a {
    color: #FCFCFC;
    display: flex;
    gap: 10px;
}

#glossary .inline-text{
    display:inline;
}

/*moblayout ended */

/*desktoplayout started*/

@media (min-width:992px) {
    
.para.pp4 .tel-no {
    pointer-events: none;
    text-decoration: none;
}

.acc-header {
    padding-top: 64px;
    padding-left: 72px;
    padding-bottom: 64px;
    margin-bottom: 40px;
}

.acc-mhead h1 {
    line-height: 40px!important;
    font-size: 32px !important;
}
.acc-header {
  
    border-top-right-radius: 144px;
    height: 228px;
 }
.acc-body {
   
    padding: 64px 80px 0px 80px;
margin-bottom:32px;
max-width: 1274px !important;
}
.acc-body .para {
    padding-bottom: 32px !important;
}

.acc-body p {
   
     padding-right: 0px; 
     padding-left: 0px;


}
.acc-mhead {
    position: relative;
    top: 23px;
    right: 23px!important;
}

#glossary .inline-text{
    display:inline;
}

}

/*ACC PAGE ENDED */

/*404 STARTED*/

.error-h {
    background: var(--color-brand-agnostic-900, #250E62);
    border-top-right-radius: 64px;
    padding: 33px 16px 32px;
    padding-left: 24px;
    display: flex;
    margin-bottom: 32px;
    height: 164px;
}
.error-mh h1 {
    font-family: 'Sora';
    font-size: 28px !important;
    line-height: 36px;
    font-weight: 400;
    color: var(--text-color-body-light, #FCFCFC);
}


.error-mh {
    position: relative;
    top: 18px;
    right: 33px;
}


.er-para1 {
    font-family: 'Sora'!important;
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 28px!important;
    color: var(--color-brand-agnostic-900, #250E62);
    padding-bottom: 32px;
}
.error-b {
    padding-left: 16px;
    padding-right: 16px;
}
.er-para2 {
    font-family: 'Sora'!important;
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 28px!important;
    color: var(--text-color-body-dark, #2C2C2C);
    padding-bottom: 32px;
}

.error-button {
    display: flex;
    gap: 13px;
    background: var(--color-brand-agnostic-900, #250E62);
    color: #FCFCFC;
    border-radius: 32px;
    padding: 14px 0px 14px 55px!important;
    margin-bottom: 32px;
    padding:0 !important;
}

.btn-content {
    font-size: 20px!important;
    line-height: 28px!important;
     font-family: 'Sora'!important;
      font-weight: 400!important;
}

p.para.pp4 {
    padding-bottom: 0 !important;
    letter-spacing: 0.06px;
}

.error-button:hover {
    cursor: pointer;
    font-weight: 600 !important;
    text-decoration: underline;
}

.error-button a p:hover {
    cursor: pointer;
    font-weight: 600 !important;
    text-decoration: underline;
}

.btn-content:hover{
    font-weight: 600 !important;
}
.error-button a {
  
     padding: 14px 0px 14px 55px;
}
/*DESKTOP VIEW MEDIA QUERY */

@media (min-width:992px) {
.error-mh h1 {
    font-family: 'Sora';
    font-size: 32px !important;
    line-height: 40px;
}
    
.error-mh {
    position: relative;
    top: 23px;
    left: -23px!important;
}
    
.error-h {
    padding-top: 64px;
    padding-left: 72px;
    height: 228px;
    border-top-right-radius: 144px;
    padding-bottom: 64px;
    margin-bottom: 40px;
}

.error-logo-h img {
    max-width: 52px;
    min-height: 44px;
}
    .error-b {
    padding-left: 80px;
    padding-right: 80px;
      }
.er-para1 {
    padding-bottom: 40px!important;
    line-height: 36px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
.er-para2 {
    padding-bottom: 32px!important;
    font-size: 20px !important;
    line-height: 28px !important;
}
.error-button {
    margin-bottom: 40px!important;
    border-radius: 96px;
  padding:0 !important;
  width:100%;
       max-width: 364px;
   
}


   
.acc-body {
    margin-bottom: 40px !important;
    color: var(--text-color-body-dark, #2C2C2C);
    max-width: 1280px!important;
    margin: 0 auto;
    padding: 0 !important;
}

.error-button a {
    color: #FCFCFC;
    display: flex;
    gap: 13px;
      max-width: 364px;
    padding: 14px 0px 14px 65px !important;
    width:100%;
}

.run-up-text {
    max-width: unset !important;
}
    
}


/*compatibility*/

@media screen and (min-width:1441px){
    
.error-b {
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
    margin: 0 auto;
}

.error-h {
    padding-left: 0;
    border: none;
    margin-bottom: 40px !important;
    background: none;
    max-width: 1280px;
    margin: 0 auto;
}

.cp-error-h {
    border-top-right-radius: 144px;
    background: var(--color-brand-agnostic-900, #250E62);
}

.accessibility-banner {
    border-top-right-radius: 144px;
    background: var(--color-brand-agnostic-900, #250E62);
}

.acc-header {
    border: none;
    background: none;
    height: 228px;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px !important;
    padding-left: 0px;
}
    
}

@media screen and (min-width:992px) and (max-width:1350px) {
    
.acc-body {
    max-width: unset!important;
    margin: 0 80px;
}

.acc-header {
    max-width: unset;
    margin-bottom: 40px !important;
}

.error-b {
    padding-left: 0px;
    padding-right: 0px;
    max-width: unset;
    margin: 0 30px;
}

.accessibility-banner {
    border-top-right-radius: 144px;
    background: var(--color-brand-agnostic-900, #250E62);
}

.cp-error-h {
    border-top-right-radius: 144px;
    background: var(--color-brand-agnostic-900, #250E62);
}

.error-h {
    border: none;
    background: none;
}

#page-60f151c5a6 .error-b,#page-b7772ae0ba .error-b{
    padding-left: 0px;
    padding-right: 0px;
    max-width: unset;
    margin: 0 80px;
}

}


@media screen and (min-width:376px) and (max-width:991px) {
    
.acc-body {
    max-width: unset !important;
}

.error-button {
    display: flex;
    gap: 13px;
    padding: 14px 0px!important;
    margin-bottom: 32px;
    justify-content: center;
}

.error-button a {
    padding: 14px 0px;
}

.error-button {
    display: flex;
    gap: 13px;
    padding: 0 !important;
    margin-bottom: 32px;
    justify-content: center;
}
    
}


@media screen and (min-width:320px) and (max-width:374px) {
    
.acc-body {
    max-width: unset !important;
}

.error-button {
    display: flex;
    gap: 13px;
    padding: 14px 0 !important;
    margin-bottom: 32px;
    justify-content: center;
}

.error-button a {
    padding: 14px 0px;
}

.error-button {
    display: flex;
    gap: 13px;
    padding: 0 !important;
    margin-bottom: 32px;
    justify-content: center;
}
    
}













