@charset "UTF-8";
body {scroll-behavior: smooth;}

.number {
font-weight:400;
	color: #EB0017;
	font-size: 90px;
}

.statement
{border-left: solid 8px #EB0017;
padding-left: 32px;}

.container-statement {
	padding-top:80px;
	padding-bottom:80px;
	
}
.topbar {top:0; z-index:40; position:fixed; background:#ffffff; padding:20px 0; margin:0; width:100%;}
.topbar a {color:#EB0017; text-decoration:none; font-size:16px; padding:0 10px;}
.topbar a:visited {color:#EB0017;}
.page-main {margin-top:80px;}

.dropdown-a {
float: right;
  overflow: hidden;
}

.dropdown-a .dropbtn {
  font-size: 16px;  
  }


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 58;
	padding-top:15px;
}

.dropdown-content a {
  float: none;
	margin-right:30px;
	color:#46535E;
font-weight: 400;
	padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
	font-size:14px;
}

.dropdown-content a:hover {
 color: #EB0017;
}

.dropdown-a:hover .dropdown-content {
	display: block;}

#background-video {
width:100%;
	height:100%;
	padding:0;
	  object-fit: cover;
}

ol {
   color: var(--aon-gray-02);
   font-family: var(--standard-font-family);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
	   list-style: none;
   counter-reset: item;
	padding-left:0;
	margin-left:0;
}

ol li {
   counter-increment: item;
   font-family: var(--standard-font-family);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: flex;
    align-items: flex-start;
	 margin-bottom:10px;
}
	 
	 
ol li::before {
    font-family: var(--title-font-family);
    font-style: normal;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.8rem;
    content: counter(item, decimal-leading-zero);
    color: var(--aon-signature-red);
    margin-right: var(--spacer-24);
    flex: 1 0 var(--spacer-32);
    max-width: var(--spacer-32);
 }

ul {
   color: var(--aon-gray-02);
   font-family: var(--standard-font-family);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
	   list-style: disc;
	padding-left:0.6rem;
	list-style-position: outside;
}

ul li {
   font-family: var(--standard-font-family);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
	 margin-bottom:10px;
}