
.modal.exit-ramp-modal.modal--visible {
    position: fixed;
    top: 0vw;
    left: 0vw;
    bottom: 0vw;
    right: 0vw;
    z-index: 99999;
    background-color: #949494!important;
}

#CookieReportsOverlay, #CookieReportsBannerAZ {
    z-index: 33002!important;
}





.modal.exit-ramp-modal .modal-box {
    position: relative;
    /*top: 5.5vw;*/
    width: 55%;
   padding: 36px 36px 48px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 0px;
}

.modal.exit-ramp-modal .exit-ramp-title {
    font-size: 25px;
    line-height: 32px;
    width: 47%;
    padding-bottom: 28px;
font-family: "Roboto", sans-serif;
font-weight:700;
}


.modal.exit-ramp-modal .exit-ramp-body{
    font-size:18px;
    line-height:24px;
font-family: "Roboto", sans-serif;
font-weight:500;
    padding-right:5%;
}

.modal.exit-ramp-modal .modal-box__content {
    padding: 0rem 0rem;
    
}

.modal.exit-ramp-modal .exit-ramp-actions {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
    flex-direction: row-reverse;
}

.modal.exit-ramp-modal .exit-ramp-continue{
    width:49%;
    font-size:15px;
    line-height:18px;
font-family: "Roboto", sans-serif;
font-weight:500;
     border: 1px solid#FF592D;
    padding: 10px 50px;
    border-radius: 20px;
    text-align:center;
}

.modal.exit-ramp-modal .exit-ramp-cancel{
    width:49%;
    font-size:15px;
    line-height:18px;
font-family: "Roboto", sans-serif;
font-weight:500;
    border: 1px solid#FF592D;
    padding: 10px 50px;
    border-radius: 20px;
    text-align:center;
    background-color:#FF592D;
    color:#FFFFFF;
        cursor: pointer;
}

.modal.exit-ramp-modal .modal__close{
    display:none;
}

.modal.exit-ramp-modal a.exit-ramp-continue {
    text-decoration: none;
     font-size:15px;
    line-height:18px;
font-family: "Roboto", sans-serif;
font-weight:500;
    color:#000000;
}



/*self-certification*/

#selfCertification .cmp-selfcertification .modal-box {
    border-radius: 0px!important;
    width:60%;
    margin:auto;
    
}

#selfCertification .cmp-selfcertification__title h1 {
    font-size: 25px;
    line-height:30px;
    margin: 0;
font-family: "Roboto", sans-serif;
font-weight:700;
    color:#000000;
   font-style: normal;
   padding-bottom: 28px;

}

#selfCertification .cmp-selfcertification__content {
    font-size: 18px;
    line-height:24px;
font-family: "Roboto", sans-serif;
font-weight:500;
}

#selfCertification .cmp-selfcertification__actions {
     display: flex; 
     flex-wrap: nowrap; 
     width: 100%; 
     align-items: center; 
     justify-content: space-between; 
     flex-direction: row; 
     margin-top: 35px; 
     padding-bottom: 12px; 
}
#selfCertification .cmp-selfcertification__actions div {
   width:48%;
}

#selfCertification .cmp-selfcertification__continue {
    border: 1px solid #FF592D;
    color: #000000;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    margin-top: 0px;
    cursor: pointer;
font-family: "Roboto", sans-serif;
font-weight:500;
    font-size:15px;
    line-height:18px;
}

#selfCertification .cmp-selfcertification__continue {
   border: 1px solid #FF592D;
    color: #000000;
    background-color:#fff;
    width: 100%;
    height: 40px;
    border-radius: 20px;
font-family: "Roboto", sans-serif;
font-weight:500;
    font-size:15px;
    text-align:center;
    line-height:18px;
    text-decoration: none;

}

#selfCertification  .cmp-selfcertification {
    background: #949494; 
    
}

/*#selfCertification .self-certify-yes{*/
/*    background-color:#FF592D;*/
/*    color: #fff;*/
/*}*/


/*self-certification*/



 /*Error 403*/


#forbidden .footer-code span{
 display:none;
}



#forbidden .footer-code:after{
   content:"GB-43219 | DOP : July 2023";
   display:block;
}


#Page-not-found .footer-code span{
 display:none;
}



#Page-not-found .footer-code:after{
   content:"GB-43219 | DOP : July 2023";
   display:block;
}


#internal-server-error .footer-code span{
 display:none;
}



#internal-server-error .footer-code:after{
   content:"GB-43219 | DOP : July 2023";
   display:block;
}



#forbidden .heading {
    font-size: 59px;
    line-height: 71px;
font-family: "Roboto", sans-serif;
font-weight:700;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 25px;
}

#forbidden .resource{
   font-size:25px;
   line-height:30px;
font-family: "Roboto", sans-serif;
   text-align:center;
}


#forbidden .revised-gap {
    margin: 36px auto 0px;
    width: 67%;
}


#forbidden .revised{
   font-size:25px;
   line-height:30px;
font-family: "Roboto", sans-serif;
font-weight:500;
   text-align:center;
}


#forbidden .button a {
    padding: 11px 95px;
    border: 1px solid #FF592D;
    border-radius: 22px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color:#000000;
font-family: "Roboto", sans-serif;
font-weight:500;
    text-decoration:none !important;
}


#forbidden .button {
    text-align: center;
    margin-bottom: 115px;
    margin-top: 50px;
}


 /*Error 403 end*/
 
 
 /*Error 404*/

#Page-not-found .heading {
    font-size: 59px;
    line-height: 71px;
font-family: "Roboto", sans-serif;
font-weight:700;
    text-align: center;
    padding-top: 100px;
}

#Page-not-found .resource{
   font-size:25px;
   line-height:30px;
font-family: "Roboto", sans-serif;
   text-align:center;
}


#Page-not-found .revised-gap {
    margin: 30px auto 0px;
    width: 60%;
}


#Page-not-found .revised{
   font-size:25px;
   line-height:30px;
font-family: "Roboto", sans-serif;
font-weight:500;
   text-align:center;
}


#Page-not-found .button a {
    padding: 11px 95px;
    border: 1px solid #FF592D;
    border-radius: 22px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color:#000000;
font-family: "Roboto", sans-serif;
font-weight:500;
    text-decoration:none !important;
}


#Page-not-found .button {
    text-align: center;
    margin-bottom: 210px;
    margin-top: 50px;
}


 /*Error 404 end*/
 
 
 
 /*Error 500*/

#internal-server-error .heading {
    font-size: 59px;
    line-height: 71px;
font-family: "Roboto", sans-serif;
font-weight:700;
    text-align: center;
    padding-top: 100px;
}

#internal-server-error .resource{
   font-size:25px;
   line-height:30px;
font-family: "Roboto", sans-serif;
   text-align:center;
}


#internal-server-error .revised-gap {
    margin: 30px auto 0px;
    width: 48%;
}


#internal-server-error .revised{
   font-size:25px;
   line-height:30px;
font-family: "Roboto", sans-serif;
font-weight:500;
   text-align:center;
}


#internal-server-error .button a {
    padding: 11px 95px;
    border: 1px solid #FF592D;
    border-radius: 22px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color:#000000;
font-family: "Roboto", sans-serif;
font-weight:500;
    text-decoration:none !important;
}


#internal-server-error .button {
    text-align: center;
    margin-bottom: 210px;
    margin-top: 48px;
}

 /*Error 500 end*/







#home .footer-code span{
display:none;
}

#home .footer-code:after{
content:"GB-43219 | DOP : July 2023";
display:block;
}


#home .cmp-container__backgroundImage--enabled {   
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: 0px 0px;
}

#home #home-banner-top .banner-top-text{
    font-size: 18px;
    line-height:1.2;
    color: #ffffff;
font-family: "Roboto", sans-serif;
font-weight:700;
    width: 56%;
    float: right;
    margin-right: 7vw;
    margin-top: 7vw;
    margin-bottom: 5vw;
}

#home .ref-list-section ol li::marker {
font-family: "Roboto", sans-serif;
font-weight:700;
}

#home #home-banner-top .rise-above-txt{
	margin-top: 6vw;
}

#home #home-banner-top .rise-above-txt .mobile-cls{
	display:none;
}

#home #home-banner-top .rise-above-txt h1,
#home #home-banner-top .treat-across-txt
{
	color: #ffffff;
    font-size: 46px;
font-family: "Roboto", sans-serif;
font-weight:700;
    width: 57%;
    float: right;
    margin-right: 1vw;		
}

#home #home-banner-top .treat-across-txt::before{
	content: "";
    width: 48%;
    height: 2px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    margin-top: -1.4vw;
}

#home #home-banner-top .rise-above-txt sup{ font-size:25px; }

#home #home-banner-top .rise-above-txt .org-cls,
#home #home-banner-top .rise-above-txt sup,
#home #home-banner-top .treat-across-txt .org-cls
{
	color:#FF592D;
}

#home #home-banner-top .no-restrictions-txt{
	color: #ffffff;
    font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight:700;
    width: 46%;
    float: right;
    margin-top: 1vw;
    margin-right: 11vw;
    line-height: 1.2;
}

#home #home-banner-top .how-works-btn {
	float: right;
	width: 50%;
	margin-top: 4vw;
	margin-right: 7vw;
	margin-bottom: 4vw;
}

#home #home-banner-top .how-works-btn a{
	background-color: #EF426F;
    color: #ffffff;
    font-size: 24px;
	/*font-family:Roboto-Medium;*/
	border-radius: 35px;
    padding: 20px 50px 18px 50px;
}

#home #home-banner-top .feno-txt {
	font-size: 14px;
	color: #ffffff;
font-family: "Roboto", sans-serif;
	float: right;
	width: 46%;
	margin-bottom: 3vw;
	margin-right: 10vw;
}

#home #home-toggle-section #navigator-top-sec .navigator-top-text{
	font-size: 40px;
    text-align: center;
    color: #003865;
font-family: "Roboto", sans-serif;
font-weight:700;
    width: 82%;
    margin: 40px auto;
}

#home #home-toggle-section #text-navigator-section .cmp-tabs__tablist{
	background: #fff;
    border-radius: 35px;
    width: 30%;
    margin: 35px auto;
}

#home #home-toggle-section #text-navigator-section .cmp-tabs__tablist .cmp-tabs__tab{
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    padding: 19px 0px 0px 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
	width:50%;
	color: #003865;
}

#home #home-toggle-section #text-navigator-section .cmp-tabs__tablist .cmp-tabs__tab--active{
	background-color: #002644;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight:700;
    padding: 21px 45px 15px 37px;
	width:50%;
}

#home #home-toggle-section #text-navigator-section #navigator-text-2{
	font-size: 32px;
font-family: "Roboto", sans-serif;
font-weight:700;
    color: #ffffff;
    width: 37%;
    margin: 0 auto;
    text-align: center;
	line-height: 1.2;
}

#home #home-toggle-section #text-navigator-section #navigator-text-3{
	font-size: 180px;
    color: #ffff;
    margin: 0 auto;
    text-align: center;
font-family: "Roboto", sans-serif;
font-weight:700;
}

#home #home-toggle-section #text-navigator-section #navigator-text-3 img{
	margin-left: -1.3vw;
}

#home #home-toggle-section #text-navigator-section #navigator-text-3 sup{
	font-size: 36px;
    position: relative;
    top: -3.3vw;
    right:-1vw;
}

#home #navigator-text-3 .arrow-img{
 width:20%;   
}

#home #home-toggle-section #text-navigator-section #navigator-text-4 p:nth-child(1){
	font-size: 20px;
font-family: "Roboto", sans-serif;
font-weight:700;
	text-align:center;
	color:#ffffff;
}

#home #home-toggle-section #text-navigator-section #navigator-text-4 p:nth-child(1) .small-txt{
font-family: "Roboto", sans-serif;
    font-size: 15px;
}

#home #home-toggle-section #text-navigator-section #navigator-text-4 p:nth-child(2){
	color:#ffffff;
	text-align:center;
	padding-top: 8px;
	font-size:20px;
}

#home #home-toggle-section #text-navigator-section #navigator-text-5{
	font-size:20px;
font-family: "Roboto", sans-serif;
font-weight:050;
	text-align:center;
	color:#ffffff;
	margin-top: 1vw;
    line-height: 1.2;
}

#home #home-toggle-section #text-navigator-section .assessed{
	font-size:16px;
font-family: "Roboto", sans-serif;
	text-align:center;
	color:#ffffff;
	margin-top: 0.6vw;
    line-height: 1.2;
}



#home #home-toggle-section #text-navigator-section #navigator-text-5 sup{
	font-size:10px;
	position: relative;
    top: 0.1vw;
}

#home #home-toggle-section #text-navigator-section #btn-efficacy-data{
	text-align: center;
	margin-top: 5vw;
    margin-bottom: 5vw;
}

#home #home-toggle-section #text-navigator-section #btn-efficacy-data a{
	background-color: #003865;   
    padding: 20px 30px 15px 30px;
    color: #ffffff;
    border-radius: 30px;
font-family: "Roboto", sans-serif;
font-weight:700;
	font-size:24px;
}

#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(1){
	font-size:18px;
	color:#003865;
font-family: "Roboto", sans-serif;
	margin-bottom: 1vw;
}

#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(1) sup,
#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(2) sup
{
	transform: translate(0px,0px);
}

#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(2){
	font-size:14px;
	color:#003865;	
font-family: "Roboto", sans-serif;
	width: 96%;
	margin-bottom: 2vw;
}

#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(2) span{
	font-size: 70%;
    position: relative;
    top: -0.2vw;
}

#home #aaer-section {
	background-color: #003865;
	padding: 2vw;
}

#home #aaer-section .aaer-text{
	font-size: 16px;
    color: #ffffff;
font-family: "Roboto", sans-serif;
    margin: 50px 0 50px 0px;
	line-height: 1.3;
}

#home #references-section{
	background-color: #00508F;
	margin-bottom: 3vw;
}

#home #references-section .ref-title{
	margin: 60px 0px 50px 0;
}

#home #references-section .ref-title span{
	font-size:18px;
	color: #ffffff;
font-family: "Roboto", sans-serif;
font-weight:700;
}

#home #references-section .ref-title .ref-list-section{
	display: flex;
    font-size: 14px;
font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 1.4;
    gap: 90px;
	margin-left: 2vw;
}

#home .ref-list-section .mob-spa{
        word-break: break-word;
        font-size: 14px !important;
        font-family: "Roboto", sans-serif !important;
    color: #ffffff;
    line-height: 1.4;
    display:inline;
    }

#home #references-section .ref-title .ref-list-section .ref-sec-left
{
	width: 42%;
}
#home #references-section .ref-title .ref-list-section .ref-sec-right
{
	width: 44%;
}

#home #references-section .ref-title .ref-list-section .ref-sec-left ol li a{
	color:#ffffff;
	word-wrap: break-word;
}

#home #references-section .ref-title .ref-list-section .ref-sec-left ol,
#home #references-section .ref-title .ref-list-section .ref-sec-right ol
{
	list-style-type: decimal;
    list-style-position: outside;
}

#home .ref-foot{
    display:inline-block;
}


/***Media query***/
@media screen and (min-width: 1920px) {
    
    #home #home-toggle-section #text-navigator-section #navigator-text-3 img {
    margin-left: -0.6vw;
}
#home #home-banner-top .treat-across-txt::before {
	content: "";
	width: 35%;
	height: 2px;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	margin-top: -1.4vw;
}

#home #home-banner-top .rise-above-txt {
	margin-top: 7vw;
}
#home #home-banner-top .no-restrictions-txt {
	color: #ffffff;
	font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight:700;
	width: 758px;
	float: right;
	margin-top: 1vw;
	margin-right: 11vw;
	line-height: 1.2;
}
#home #home-banner-top .how-works-btn {
	float: right;
	width: 50%;
	margin-top: 4vw;
	margin-right: 7.5vw;
	margin-bottom: 4vw;
}
#home #home-banner-top .feno-txt {
	font-size: 14px;
	color: #ffffff;
font-family: "Roboto", sans-serif;
	float: right;
	width: 46%;
	margin-bottom: 3vw;
	margin-right: 10vw;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {

.modal.exit-ramp-modal .exit-ramp-title {
    
    width: 54%;
    
}
.modal.exit-ramp-modal .exit-ramp-body {
    
    padding-right: 0%;
}

#selfCertification .cmp-selfcertification .modal-box {
    border-radius: 0px!important;
    width: 64%;
    margin: auto;
}
     
 }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .modal.exit-ramp-modal .modal-box {
   
    width: 70%;
  
}

.modal.exit-ramp-modal .exit-ramp-title {
    
    width: 66%;
    
}

.modal.exit-ramp-modal .exit-ramp-body {
    padding-right: 0%;
}


/*Self certification*/


#selfCertification .cmp-selfcertification .modal-box {
    border-radius: 0px!important;
    width: 86%;
    margin:20px auto;
}

#selfCertification .modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh;
}


#selfCertification .cmp-selfcertification__continue {
    height: 45px;
}




/*Self certification*/


#home #home-toggle-section #text-navigator-section #navigator-text-3 sup {
    font-size: 36px;
    position: relative;
    top: -4.8vw;
    right: -2.4vw;
}

div#tesp-con {
    margin-bottom: 238px;
}
    

 }


/* iPad Air */
@media only screen and (min-width : 768px) and (max-width : 1024px)  { 
	#home #home-banner-top .rise-above-txt .mobile-cls {
		display: block;
	}
	#home #home-toggle-section #navigator-top-sec .navigator-top-text{
		width:100%;
	}
	
	#home #home-toggle-section #text-navigator-section .cmp-tabs__tablist{
		width: 45%;
	}
}

 @media only screen and (min-width: 992px) and (max-width: 1199px) {

.modal.exit-ramp-modal .exit-ramp-title {
    
    width: 63%;
    
}

#home #home-toggle-section #text-navigator-section #navigator-text-3 sup {
    font-size: 36px;
    position: relative;
    top: -3.8vw;
    right: -1.4vw;
}


#selfCertification .cmp-selfcertification .modal-box {
    border-radius: 0px!important;
    width: 75%;
    margin: auto;
}

div#tesp-con {
    margin-bottom: 112px;
}



 }




@media (max-width: 767px){
    
    div#tesp-con {
    position: relative;
    top: 0px;
    margin-bottom: 232px;
}
    
     /*Error 403*/
   #forbidden .revised-gap {
    margin: 24px 0px 0px;
    width: 99%;
} 

#forbidden .heading {
    font-size: 39px;
    line-height: 47px;
font-family: "Roboto", sans-serif;
font-weight:700;
    text-align: left;
    padding-top: 55px;
    padding-bottom: 18px;
}


#forbidden .resource {
    font-size: 20px;
    line-height: 25px;
font-family: "Roboto", sans-serif;
font-weight:100;
    text-align: left;
}


#forbidden .revised{
   font-size:20px;
   line-height:25px;
font-family: "Roboto", sans-serif;
   text-align:left;
}


#forbidden .button a {
    padding: 11px 95px;
    
}

#forbidden .button {
    text-align: center;
    margin-bottom: 150px;
    margin-top: 30px;
}


 /*Error 403 ends*/
 
 
 
 
  /*Error 404*/
   #Page-not-found .revised-gap {
    margin: 15px 0px 0px;
    width: 100%;
} 

#Page-not-found .heading {
    font-size: 39px;
    line-height: 47px;
font-family: "Roboto", sans-serif;
font-weight:700;
    text-align: left;
    padding-top: 55px;
    width: 75%;
}


#Page-not-found .resource {
    font-size: 20px;
    line-height: 25px;
font-family: "Roboto", sans-serif;
font-weight:100;
    text-align: left;
}


#Page-not-found .revised{
   font-size:20px;
   line-height:25px;
font-family: "Roboto", sans-serif;
   text-align:left;
}


#Page-not-found .button a {
    padding: 11px 95px;
    
}

#Page-not-found .button {
    text-align: center;
    margin-bottom:220px;
    margin-top: 24px;
}


 /*Error 404 ends*/



 /*Error 500*/


#internal-server-error .revised-gap {
    margin: 15px 0px 0px;
    width: 100%;
} 

#internal-server-error .heading {
    font-size: 39px;
    line-height: 47px;
font-family: "Roboto", sans-serif;
font-weight:700;
    text-align: left;
    padding-top: 55px;
    width: 75%;
}


#internal-server-error .resource {
    font-size: 20px;
    line-height: 25px;
font-family: "Roboto", sans-serif;
font-weight:100;
    text-align: left;
}


#internal-server-error .revised{
   font-size:20px;
   line-height:25px;
font-family: "Roboto", sans-serif;
   text-align:left;
}


#internal-server-error .button a {
    padding: 11px 95px;
    
}

#internal-server-error .button {
    text-align: center;
    margin-bottom: 220px;
    margin-top: 24px;
}


 /*Error 500 ends*/
    

	#home #home-banner-top .treat-across-txt::before {
		width: 80%;
		margin-top: -5vw;
	}
	
	#home #home-banner-top .banner-top-text {
	font-size: 15px;
	width: 78%;
	margin-right: 0vw;
	text-align: right;
	position: relative;
	top: -14px;
}
	
	#home #home-banner-top .rise-above-txt .mobile-cls{
		display:block;
	}
	
	#home #home-banner-top .banner-top-text sup {
       transform: translate(0px,0px);
	}
	
	#home #home-banner-top .rise-above-txt {
		margin-top: 52vw;
	}
	
	#home #home-banner-top .rise-above-txt h1{
		width: 92%;
	}
	
	#home #home-banner-top .treat-across-txt {
		width: 85%;
	}
	
	#home #home-banner-top .rise-above-txt h1, #home #home-banner-top .treat-across-txt {
		font-size: 30px;		
		margin-left: 5vw;
		float: left;
		margin-top: 3vw;
	}
	
	#home #home-banner-top .no-restrictions-txt {    
		font-size: 15px;    
		width: 82%;    
		margin-top: 12vw;    
		line-height: 1.2;
	}
	
	#home #home-banner-top .how-works-btn {
		float: right;
		width: 90%;
		margin-top: 15vw;
		margin-right: 4vw;
		margin-bottom: 15vw;
	}
		
	#home #home-banner-top .how-works-btn a {		
		font-size: 18px;		
		border-radius: 35px;
	    padding: 23px 65px 22px 65px;
	}
		
	#home #home-banner-top .feno-txt {
		font-size: 14px;
		float: left;
		width: 69%;
		margin-bottom: 6vw;
		margin-right: 0vw;
		margin-left: 10vw;
	}
	
	#home #home-toggle-section #text-navigator-section .assessed {
    font-size: 14px;
    line-height: 1.2;
}
	
	#home #home-toggle-section #navigator-top-sec .navigator-top-text {
		font-size: 32px;
		width: 84%; 
		line-height: 1.1;
	}
	
	#home #home-toggle-section #text-navigator-section .cmp-tabs__tablist {
		width: 87%;    
	}
	
	#home #home-toggle-section #text-navigator-section .cmp-tabs__tablist .cmp-tabs__tab--active {
		padding: 19px 0px 13px 10px;
    }
	
	#home #home-toggle-section #text-navigator-section #navigator-text-2 {
		font-size: 24px;    
		width: 86%;    
		line-height: 1.2;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-3 {
		font-size: 140px;    
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-3 sup {
        top: -6vw;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-3 img {
		margin-left: -6vw;
		width: 8%;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-5 {
        width: 94%;
		margin: 30px auto;
	}
	#home #home-toggle-section #text-navigator-section #btn-efficacy-data {
        margin-top: 15vw;
		margin-bottom: 12vw;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(1)
	{
        width: 86%;
		margin-bottom: 8vw;
	}
	#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(2)
	{
        width: 95%;
		margin-bottom: 8vw;
	}
	
	#home #aaer-section .aaer-text {
    width: 97%;
	}
	
	#home #references-section .ref-title .ref-list-section{
		flex-direction: column;
		gap:0px;
		margin-left: 8vw;
	}
	
	#home #references-section .ref-title .ref-list-section .ref-sec-left, 
	#home #references-section .ref-title .ref-list-section .ref-sec-right{
		width:100%
	}
	
	#home #references-section .ref-title .ref-list-section .ref-sec-left ol li::marker, 
	#home #references-section .ref-title .ref-list-section .ref-sec-right ol li::marker{
font-family: "Roboto", sans-serif;
font-weight:700;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-bottom-text p:nth-child(2) span {
		font-size: 60%;
		top: -0.8vw;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-4 p:nth-child(1) {
        width: 84%;
		margin-left: 8vw;
	}


	.modal.exit-ramp-modal .modal-box {
    top: 0vw;
    width: 100%;
    padding: 36px 40px;
    margin: auto;
    background-color: #ffffff;
}

.modal.exit-ramp-modal .modal-box__content {
    padding: 0rem 0rem;
    padding-right: 0%;
}

.modal.exit-ramp-modal .exit-ramp-title {
    font-size: 22px;
    line-height: 27px;
    width: 96%;
    padding-bottom: 28px;
font-family: "Roboto", sans-serif;
font-weight:700;
}

.modal.exit-ramp-modal .exit-ramp-body {
    font-size: 20px;
    line-height: 25px;
font-family: "Roboto", sans-serif;
    padding-right:0%;
}


.modal.exit-ramp-modal .exit-ramp-actions {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    flex-direction: column-reverse;
}


.modal.exit-ramp-modal .exit-ramp-cancel {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
font-family: "Roboto", sans-serif;
font-weight:500;
    border: 1px solid#FF592D;
    padding: 10px 50px;
    border-radius: 20px;
    text-align: center;
    background-color: #FF592D;
    margin-bottom:20px;
}


.modal.exit-ramp-modal .exit-ramp-continue {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
font-family: "Roboto", sans-serif;
font-weight:500;
    border: 1px solid#FF592D;
    padding: 10px 50px;
    border-radius: 20px;
    text-align: center;
}

/*self-certification*/

#selfCertification .cmp-selfcertification .modal-box {
    border-radius: 0px!important;
    width: 100%;
    margin: auto;
}

#selfCertification .cmp-selfcertification__actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-top: 35px;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 0px;
}

#selfCertification .cmp-selfcertification__actions div {
    width: 100%;
}

#selfCertification .self-certify-no {
    margin-top:25px;
}

#selfCertification .cmp-selfcertification__continue {
    
    font-size: 12px;
    line-height: 14px;
}

#selfCertification .cmp-selfcertification__title h1 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 22px;
}

#selfCertification .cmp-selfcertification__content {
    font-size: 20px;
    line-height: 25px;
font-family: "Roboto", sans-serif;
}


#selfCertification  .cmp-selfcertification {
    background: #949494; 
    
}



/*self-certification*/
	
}



@media screen and (max-device-width: 767px) and (orientation: landscape){
    
    div#tesp-con {
    margin-bottom: 0px;
}

#tez-top {
    position: relative;
    
}

	#Page-not-found .heading {
    width: 100%;
    text-align: center;
}

#Page-not-found .revised-gap {
    margin: 15px auto 0px;
    width: 80%;
    text-align: center;
}

#forbidden .heading {
   
    text-align: center;
   
}

#forbidden .resource {
    text-align: center;
}

#forbidden .revised-gap {
    margin: 24px auto 0px;
    width: 73%;
}

#internal-server-error .heading {
    text-align: center;
    width:100%;
}

#internal-server-error .revised-gap {
    margin: 15px auto 0px;
    width: 72%;
}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-3 sup {
        top: -3vw;
	}
	
	#home #home-toggle-section #text-navigator-section #navigator-text-3 img {
		margin-left: -3vw;
		width: 4%;
	}
	
	#home #home-banner-top .banner-top-text {
    
    width: 49%;
   
}

	.modal.exit-ramp-modal .modal-box {
    top: 0vw;
    width: 95%;
    padding: 36px 40px;
    margin: auto;
    background-color: #ffffff;
}

.modal.exit-ramp-modal .exit-ramp-continue {
    width: 49%;
    font-size: 12px;
    line-height: 14px;
font-family: "Roboto", sans-serif;
font-weight:500;
    border: 1px solid#FF592D;
    padding: 10px 50px;
    border-radius: 20px;
    text-align: center;
    height: 36px;
}


.modal.exit-ramp-modal a.exit-ramp-continue {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
font-family: "Roboto", sans-serif;
font-weight:500;
    color: #000000;
}
.modal.exit-ramp-modal .exit-ramp-cancel{
    width:49%;
    font-size:12px;
    line-height:14px;
font-family: "Roboto", sans-serif;
font-weight:500;
    border: 1px solid#FF592D;
    padding: 10px 50px;
    border-radius: 20px;
    text-align:center;
    background-color:#FF592D;
    color:#FFFFFF;
}

.modal.exit-ramp-modal .exit-ramp-actions {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 35px;
    flex-direction: row-reverse;
}

.modal.exit-ramp-modal .modal--overflow {
    padding-top: 0vh;
    overflow-y:unset;
}

.modal.exit-ramp-modal .exit-ramp-title {
   
    width: 50%;



}

#selfCertification .cmp-selfcertification__actions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 35px;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 0px;
}


#selfCertification .cmp-selfcertification__actions div {
    width: 48%;
}


#selfCertification .self-certify-yes {
    margin-top: 0px;
}

#selfCertification .self-certify-no {
    margin-top: 0px;
}

#selfCertification .modal--overflow {
    overflow-y: scroll;
    padding-top: 0vh;
}

#selfCertification .cmp-selfcertification__content {
    padding: 20px 20px 20px 0px;
}

#selfCertification .cmp-selfcertification__title h1 {
    padding-bottom: 0px;
}

#selfCertification .cmp-selfcertification__title {
    padding: 0 0 5px;
}

#selfCertification .cmp-selfcertification__actions {
    
    margin-top: 18px;
   
}
	
}



@media screen and (max-width: 360px) {
   
 #forbidden .button a {
    padding: 11px 50px;
}

#internal-server-error .button a {
    padding: 11px 50px;
}

#Page-not-found .button a {
    padding: 11px 50px;
}
    
}

#error-404-page .modal, #error-403-page .modal{
    display: flex;
}




.cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue {
   
    max-width: 227px;
    margin-top: 0;
    font-family: "Open Sans", sans-serif !important;
    font-size: var(--landing-callout-17-15) !important;
    padding: 0;
    background: var(--orange-color) !important;
    border-radius: 8px !important;
    color: var(--navy-color) !important;
    text-align: center;
    font-weight: 700 !important;
    height: clamp(1.625rem, 1.3975rem + 0.9709vw, 2.5625rem);
    letter-spacing: -0.2px;
    border: none !important;
}

#selfCertification .cmp-selfcertification .modal-box{
    position: relative;
}
.cmp-selfcertification__actions{
     position: absolute; 
     max-width: 1040px; 
     bottom: 70px; 
     left: 0; 
     justify-content: unset !important; 
     gap: 89px; 
     padding-left: 83px; 
     flex-direction: row !important; 
}
#landing-inner-wrapper .card-layout-container .find-out-more-cta{
    visibility: hidden;
}


/*
@media screen and (min-width: 375px){
    .cmp-selfcertification__actions{
        bottom: 16.7vh;
        left: 22vw;
        gap: 268px;
        padding-bottom: 0;
        max-width: 230px;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 230px;
    }
    .cmp-selfcertification__actions div:nth-child(1) {
        top: -20px;
        position: relative;
    }
}

@media screen and (min-width: 390px){
    .cmp-selfcertification__actions{
        bottom: 14.7vh;
        left: 23vw;
        gap: 270px;
        max-width: 230px
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 216px;
    }
    .cmp-selfcertification__actions div:nth-child(2) {
        top: 20px;
        position: relative;
    }
    .cmp-selfcertification__actions div:nth-child(1) {
        top: 10px;
        position: relative;
    }
    .cmp-selfcertification__actions div:nth-child(3) {
        top: 0;
        position: relative;
    }
}

@media screen and (min-width: 768px){
    .cmp-selfcertification__actions{
        bottom: 16vh;
        gap: 8px;
        left: 0;
        padding-left: 70px;
        flex-wrap: unset;
        max-width: 768px;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 160px;
        letter-spacing: -1px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 820px){
    .cmp-selfcertification__actions{
        bottom: 19.2vh;
        gap: 73px;
        left: 0;
        padding-left: 55px;
        max-width: 768px;
        flex-wrap: unset;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 190px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 1024px){
    .cmp-selfcertification__actions{
        bottom: 12vh;
        gap: 39px;
        padding-left: 70px;
        left: 0;
        max-width: 1024px;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 227px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 1280px){
    .cmp-selfcertification__actions{
        bottom: 14vh;
        padding-left: 87px;
        left: 0;
        max-width: 1280px;
         padding-bottom: 0 !important;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 227px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 1366px){
    .cmp-selfcertification__actions{
        bottom: 14vh;
        padding-left: 87px;
        left: 0;
        max-width: 1366px;
       
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 227px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 1440px){
    .cmp-selfcertification__actions{
        bottom: 16vh;
        padding-left: 87px;
        left: 0;
        max-width: 1440px;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 227px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 1920px){
    .cmp-selfcertification__actions{
        bottom: 21vh;
        padding-left: 87px;
        left: 0;
        max-width: 1920px;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 227px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important;
    }
}

@media screen and (min-width: 1921px){
    .cmp-selfcertification__actions{
        bottom: 30vh;
        padding-left: 87px;
        left: 0;
        max-width: 1920px;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 227px;
        letter-spacing: -0.2px;
    }
    .cmp-selfcertification__actions div{
        top: 0 !important; 
    }
} */


@media screen and (min-width: 1024px) and (max-width: 1099px) {

    .cmp-selfcertification__actions{
        gap: 51px;
        padding-left: 77px;
    }
    
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 207px;
    }

}


@media screen and (min-width: 800px) and (max-width: 821px) {

    .cmp-selfcertification__actions{
        gap: 35px;
        padding-left: 61px;
    }
    
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 174px;
        letter-spacing: -1px;
    }

}



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

    .cmp-selfcertification__actions{
        gap: 23px;
        padding-left: 51px;
    }
    
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 164px;
        letter-spacing: -1px;
    }

}



@media screen and (max-width: 375px){
    .cmp-selfcertification__actions{
        gap: 275px;
        padding-left: 0;
        max-width: 235px;
        left: 80px;
        bottom: 110px;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(2){
        top: 10px;
        position: relative;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(1){
        top: -7px;
        position: relative;
    }
}



@media screen and (min-width: 376px) and (max-width: 390px){
    .cmp-selfcertification__actions{
        gap: 275px;
        padding-left: 0;
        max-width: 235px;
        left: 90px;
        bottom: 110px;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(2){
        top: 26px;
        position: relative;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(1){
        top: 13px;
        position: relative;
    }
}

@media screen and (min-width: 391px) and (max-width: 400px){
    .cmp-selfcertification__actions{
        gap: 275px;
        padding-left: 0;
        max-width: 235px;
        left: 90px;
        bottom: 110px;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(2){
        top: 26px;
        position: relative;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(1){
        top: 26px;
        position: relative;
    }
}

@media screen and (min-width: 401px) and (max-width: 425px){
    .cmp-selfcertification__actions{
        gap: 275px;
        padding-left: 0;
        max-width: 235px;
        left: 110px;
        bottom: 110px;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(2){
        top: 26px;
        position: relative;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(1){
        top: 26px;
        position: relative;
    }
}

@media screen and (min-width: 700px) and (max-width: 767px){
    .cmp-selfcertification__actions{
        gap: 190px;
        padding-left: 0;
        max-width: 420px;
        left: 270px;
        bottom: 197px;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(2){
        top: 25px;
        position: relative;
    }
    #selfCertification .cmp-selfcertification__actions div:nth-child(1){
        top: 25px;
        position: relative;
    }
    .cmp-selfcertification__actions button.cmp-selfcertification__continue, .cmp-selfcertification__actions .cmp-selfcertification__continue{
        max-width: 211px;
        letter-spacing: -1px;
    }
}