@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
* {
  box-sizing: border-box;
}
/*MODULE CODE*/
.Module-Heading {
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 94px;
  line-height: 86px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.Module-Heading span {
  color: #e64b1a;
  font-style: italic;
}
.Module-Subhead {
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
}
.Module-Body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.Module-Disclaimer {
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  line-height: 12px;
}
.ModuleHero .section-wrapper .content-box {
  max-width: 500px;
  padding: 50px 50px 50px 0px;
	margin-right:50px;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
}
sup {
  font-size: 60%;
}
.body {
  background-color: #000000;
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}

/*MODULE HEADER*/
.ModuleHeader{
border-bottom: 1px solid #636466;
	text-align: center;
	padding: 40px;
}
.ModuleHeader .section-wrapper {
  max-width: 1400px;
}

.ModuleHeaderImage{
	width: 100%;
	height: auto;
}

/*MODULE HERO*/
.ModuleHero .section-wrapper {
  max-width: 1260px;
}
.ModuleHero{
		border-bottom: 1px solid #636466;
}
.section-content.ModuleHero {
  background-image: url('../images/jqWysu8WpOnz.jpg');
  background-repeat: no-repeat;
  background-position: 240% 50%;
  background-size: cover;
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  min-height: 500px;
}
.ModuleHero-mobile-img {
  display: none;
}
.section-content.ModuleHero {
  min-height: 500px;
}
/*MODULE CHART*/
.ModuleChart .section-wrapper {
	padding-bottom:40px;;
}
table.chart {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-top: 66px;
	table-layout: fixed ;
	  max-width: 1350px;
margin-left: auto;
	margin-right: auto;
}
table.chart td {
  color: #ffffff;
  padding: 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 30%;
}
table.chart td:first-child {
  border-left: none;
  width: 50%;
}
table.chart td:nth-child(2), table.chart td:nth-child(3), table.chart td:nth-child(4) {
  width: 50%;
}
table.chart td:last-child {
  border-right: none;
}
table.chart .header-row {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  background-image: url('../images/wUyv082s6IOj.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
table.chart .header-row td {
  padding-top: 20px;
  padding-bottom: 10px;
}
table.chart .chart-check {
  vertical-align: top;
}
table.chart .chart-body, table.chart .chart-check {
  text-align: center;
  vertical-align: middle;
}
table.chart .chart-body, table.chart .chart-body-left {
  font-size: 18px;
  line-height: 24px;
}
table.chart .chart-body-left {
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 10px;
}
table.chart .chart-body-left ul {
  margin: 0px;
}
table.chart .chart-body-left li {
  padding-bottom: 10px;
}
table.chart .chart-body p {
  margin-top: 5px;
  margin-bottom: 5px;
}
table.chart .chart-body:hover{
  box-shadow: 0 0 10px 1px #ffffff,
              0 0 10px 1px #ffffff,
              0 0 10px 1px #ffffff,
              0 0 10px 1px #ffffff;
  transition: 0.4s;
}
table.chart p.chart-footnotes {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
table.chart .label-row {}
table.chart .dark-row {
  background-color: #141414;
}
table.chart .light-row {
  background-color: #212121;
}
.chart-title {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 500;
}
.chart-title-right {
  font-size: 28px;
  line-height: 28px;
  text-align: right;
  vertical-align: middle;
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 500;
	padding:30px;
	margin-bottom: 0px;
}
.chart-body-title {
  font-size: 28px;
  line-height: 28px;
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 500;
}

td > div {
  position: relative;
  padding: 0px;
}
.chart-addition {
  position: absolute;
  top: 50%;
  right: -34px;
  padding: 0px;
}
table.chart .title-row td {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px;
  border-bottom: 1px solid #333;
}
table.chart tr:nth-child(3) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table.chart tr:nth-child(4) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table.chart tr:nth-child(5) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.chart-headline{
	text-align: center;
	text-transform: uppercase;
	font-family: klavika-web-condensed, sans-serif;
  font-weight: 500;
	font-size: 51px;
	line-height: 46px;
	background-color: #141414;
	padding: 50px !important;
}
/*MODULE FOOTER*/
.ModuleFooter .section-wrapper {
  max-width: 1200px;
}
.ModuleFooter {
  background-image: url('../images/Qolt8aq1Sjnc.jpg');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.ModuleFooter .section-wrapper .content-box {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.ModuleFooter-logos {
  margin-bottom: 50px;
  margin-top: 100px;
  max-width: 424px;
  height: auto;
  align-self: center;
}
.ModuleFooter .content-box {
  margin-left: auto;
  width: 100%;
  margin-right: auto;
	padding-bottom: 50px;
}
.ModuleFooter a {
  color: #fff;
  text-decoration: none;
}
.ModuleFooter a:hover {
  text-decoration: underline;
}
@media (max-width: 2020px) {
  .section-content.ModuleHero {
    background-position: 40% 50%;
  }
}
@media (max-width: 1920px) {
  .section-content.ModuleHero {
    background-position: 60% 50%;
  }
}
@media (max-width: 1250px) {
  .section-content.ModuleHero {
    background-position: 20% 50%;
  }
}
@media (max-width: 767px) {
	.ModuleFooter-logos {
  margin-top: 40px;

}
  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .Module-Heading {
    font-size: 86px;
	  line-height: 70px;
  }
  .Module-Subhead {
    font-size: 38px;
    line-height: 40px;
  }
  .section-content.ModuleHero {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-content.ModuleHero .content-box {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-wrapper .content-box {
    max-width: 100%;
  }
  .Module-Disclaimer {
    padding-left: 30px;
    padding-right: 30px;
  }
  table.chart {
    margin-top: 10px;
  }

	.chart-title-right {
  font-size: 24px;
  line-height: 24px;
	padding:10px;
}
	.chart-body-title {
  font-size: 24px;
  line-height: 24px;
}

}
@media (max-width: 600px) {
	.chart-title-right {
  font-size: 22px;
  line-height: 22px;
	padding:10px;
}
	.chart-body-title {
  font-size: 22px;
  line-height: 22px;
}
}
@media (max-width: 480px) {

}
