/* CSS written here will be injected in the page */
body {
    font-family: 'Source Serif Pro';font-size: 22px;
}

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width:85vw;
    padding-left: 63px;
    padding-right: 63px;
}

#logo-line p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#logo-line {
    padding-top: 70px;
    color: white;
    font-size: 40px;
}

#inf-top-title {
    color: white;
    font-weight: bold;
    max-width: 240px;
}

#inf-top-text {
    color: white;
    font-weight: 100;
}

#inf-top > div {
    flex: 1;
    position: relative;
}

#inf-top {
    display: flex;
}
#inf-top h2{
    margin-top: 113px;
}

#inf-top-right {
    max-width: 562px;
}


svg#open-book {
    bottom: 0;
    left: 30px;
    position: absolute;
}

svg#screen-book {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(120%, 0px);
}

#infographic, html, body{
  width:100vw;
  margin-left:auto;
  margin-right:auto;
}

#inf-top-right {
    max-width: 562px;
}

#svg_magnifier {
    position: absolute;
    right: 0;
    max-width: 50%;
    bottom:0%;
    transform:translate(0px, 30%);
}

#info-top-right-image {
    max-width: 80%;
    margin-bottom:-40px;
}

#inf-top-banner{
  background-color:#115C36;
}

.wrap a, .wrap p, .wrap h1, .wrap h2, .wrap h3, .wrap h4{
  margin:0px;
}

#inf-top h2 {
    margin-top: 113px;
    margin-bottom: 30px;
}

#inf-bot-banner {
    color: white;
    background-color: #18C76F;
    padding-top: 50px;
    padding-bottom: 100px;
}

div#inf-bot-banner > div {
    display: flex;
}

div#inf-bot-banner > div > div {
    flex: 1;
}

div#inf-bot-banner #inf-top-right {
    min-width: 200px;
    min-height: 240px;
  position:relative;
}
div#inf-bot-left {
    min-width: 650px;
}
div#inf-bot-banner > div > div {
    flex: 1;
}

div#inf-bot-left p {
    line-height: 41px;
    font-size: 30px;
}

div#overlay-row {
    width: 1200px;
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-top: 80px;
    margin-top: -200px;
    background-color:white;
}

div#inf-bot-banner {
    padding-bottom: 265px;
}

h3#overlay-title, div#opportunity-section h3 {
    text-align: center;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
}

.overlay-col {
    flex: 1;
    max-width: 471px;
}

div.overlay-inner {
    display: flex;
    justify-content: space-around;
    max-width: 93vw;
    gap: 70px;
}

.overlay-col-title {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px !important;
}

p.overlay-col-text, .weakness-col-p {
    letter-spacing: 0px;
    font-family: sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-family: 'OpenSans';
}

div#stats-section .wrap, #weaknesses-section .wrap{
    width: 878px;
}

div#stats-section h2, #weaknesses-section h2 {
    width: 833px;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 36px;
    font-family:'OpenSansExtraBold';
    text-align: center;
}

.stat-circle {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-color: white;
    border-radius: 62px;
    min-width: 43px;
    transform: translate(7px, 5px);
}

.stats-color {
    display: flex;
    gap: 16px;
}

#stats-colors-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
}

div#stats-colors-header p {
    font-size: 20px;
    font-family: 'OpenSans';
    font-weight: 600;
    line-height: 24px;
}

.stats-color.stat-green .stat-circle {
    background-color: #18C76F;
}

.stats-color.stat-pink .stat-circle {
    background-color: #FF91AA;
}
.stats-color.stat-yellow .stat-circle {
    background-color: #FFC805;
}
.stats-color.stat-blue .stat-circle {
    background-color: #18B7FB;
}

.stat-data h3 {
    width: 285px;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 94px;
    margin-bottom: 30px;
}

.stat-data-row {
    margin-bottom:16px;
}

.stat-data-row > * {
    display: inline-block;
}

p.stat-data-total {
    display: none;
}

p.stat-data-total-show {
    transform: translate(10px, 92%);
}
.stat-data-bar {
    background-color: green;
    max-width: calc(100% - 120px);
    height: 68px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 20px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
    min-width: 100px;
    display: inline-block;
}

p.stat-data-percent {
    transform: translate(0px, 89%);
    color:#1A1A1A !important;
}

.stat-data-row.result-blue p.stat-data-total-show {
    transform: translate(10px, -85%);
}

.stat-data-row:not(.result-blue) p.stat-data-percent:before {
    content: '+';
    display: inline-block;
    margin-right: 3px;
}

.stat-data-row:not(.result-blue) p.stat-data-percent:after {
    content: '%';
    display: inline-block;
    margin-left: 3px;
}

.stat-data-row.result-blue .stat-data-bar{
    background-color:#18B7FB;
}

.stat-data-row.result-yellow .stat-data-bar{
    background-color:#FFC805;
}

.stat-data-row.result-pink .stat-data-bar{
    background-color:#FF91AA;
}

.stat-data-row.result-green .stat-data-bar{
    background-color:#18C76F;
}

#weaknesses-section .wrap {
    background-color: white;
    padding-top: 8px;
    border-radius: 10px;
}

#weaknesses-section {
    padding-top: 100px;
    margin-top: 70px;
    background: linear-gradient(to bottom, #123D80 50%, rgba(0,0,0,0) 10%);
}
#insight-block {
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-top:80px;
    padding:23px;
}

svg.weakness-icon-light {
    position: absolute;
    top: -84%;
    left: -38%;
}

div#map-section-waves {
    margin-top: -180px;
    position: relative;
    z-index: -1;
}

#weaknesses-section .wrap {
    background-color: white;
    padding-top: 8px;
    border-radius: 10px;
    background: linear-gradient(to bottom, white 60%, rgba(0,0,0,0) 10%);
}

.weaknesses-col {
    flex: 1;
}

div#insight-block {
    background-color: white;
}

div#map-section-outer {
    background-color: #18B7FB;
    margin-top: -8px;
    padding-top: 100px;
    padding-bottom:80px;
}

h3.map-outer-h {
    font-weight: bold;
    font-size: 40px;
    max-width: 380px;
    font-family: sans-serif;
}

div#map-keys{
    float: right;
    font-size: 14px;
    color: white;
    max-width: 204px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transform: translate(-55%, -125%);
    font-family: sans-serif;
    font-weight:600;
}

.map-key {
    display: flex;
    gap: 14px;
}

.map-key-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    min-width: 26px;
    border: 1px solid black;
    border-radius: 4px;
}

svg#map {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1200px;
    display:none;
}
div#opportunity-section {
    background-color: #FFC805;
    padding-top: 80px;
    background: linear-gradient(to bottom, #FFC805 25%, rgba(0,0,0,0) 10%);
}

div#opportunity-section .wrap{
    width: 1200px;
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-top: 80px;
    margin-top: 0px;
    background-color: white;
}

div#opportunity-section h3.opportunity-col-h {
    text-align: left;
    font-family: sans-serif;
    font-size: 40px;
}

h3.opportunity-col-h {
    max-width: 400px;
}
.fix svg{
    margin-top: -36px;
    margin-bottom: -20px;
}
.opportunity-col {
    max-width: 471px;
}
p.opportunity-col-p, .threats-col-p {
    margin-top: -43px;
    line-height: 41px;
    font-family: sans-serif;
    font-size: 30px;
    font-family: 'OpenSans';
}

div#lightbuld-row > .wrap {
    width: 1200px;
    max-width: 79vw;
    display: flex;
    flex-direction: row;
    align-items: center;
}

h4#lightbuld-t {
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 500;
}

div#opportunity-section .wrap{
  width: 878px;
}

div#graph-row h2 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: sans-serif;
    font-weight: 600;
}

p#graph-footer {
    transform: translate(-3vw, 0px);
}

div#threats-section {
    background-color: #FF91AA;
    padding-top: 80px;
    margin-top: 80px;
}

div#threats-section {
    background-color: #FF91AA;
    padding-top: 80px;
    margin-top: 80px;
}

div#threats-section .wrap {
    padding-top: 8px;
    border-radius: 10px;
    background: linear-gradient(to bottom, white 100%, rgba(0,0,0,0) 10%);
    width: 878px;
    padding-top: 58px;
}

div#threats-section h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 60px;
    font-family: 'OpenSansExtraBold';
}

h3.threats-col-h {
    font-family: sans-serif;
    font-size: 38px;
    margin-bottom: 10px;
}

body * {
    font-family: sans-serif;
}

p#graph-footer {
    font-family: sans-serif;
    font-size: 18px;
    text-decoration: underline;
}

div#reality-block {
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-top: 80px;
    padding: 23px;
    background-color: white;
}

div#reality-block svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-44%, -10%);
}

span#big-r {
    font-size: 40px;
    transform: translate(-20px, 10px);
    margin-left: -8px;
    margin-right: 20px;
}

div#threats-section {
    background: linear-gradient(to bottom, #FF91AA 50%, rgba(0,0,0,0) 10%);
}

#dive-section{
    overflow: hidden;
    margin-top: -230px;
}

div#threats-section .wrap{
  background: linear-gradient(to bottom, white 50%, rgba(0,0,0,0) 50%);
}

#dive-waves{
  position:absolute;
}

#dive-diver{
  position:absolute;
  top:0px;
  transform:translate(0px, -50%);
}

#dive-section{
  overflow: hidden;
  position: relative;
  margin-top: -230px;
}

h3#dive-title {
    color: white;
    font-size: 60px;
}

p#dive-text {
    color: #1A1A1A;
    width: 660px;
    line-height: 41px;
    font-size: 30px;
    margin-bottom: 30px;
}

a#dive-button {
    text-decoration: none;
    color: #1A1A1A;
    background-color: white;
    padding: 8px 24px;
    font-weight: bold;
    font-family: sans-serif;
    border: 1px solid white;
    border-radius: 10px;
}

#dive-section .wrap{
  display: flex;
}

#dive-images{
      position: relative;
}

svg#dive-circle-small {
    transform: translate(43px, -21%);
}

div#dive-circles-holder > svg#dive-circle-middle {
    transform: translate(-35px, -31%);
}

div#dive-circles-holder > svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(43px, -21%);
}

div#dive-circles-holder > svg#dive-circle-large {
    transform: translate(-136px, -39%);
}

.statbar-max{
    display:none;
}

#dive-content{
    position: relative;
    margin-top: 42px;
}

#dive-section .wrap {
    display: flex;
    padding-top: 300px;
}

#dive-diver {
    position: absolute;
    top: 0px;
    transform: translate(0px, -68%);
}

div#stats-section h2 {
    text-align: left !important;
}

p.stat-data-percent-total {
    display: none !important;
}

#dive-circle-large{
  animation: circlelarge 0.5s infinite;
}
@keyframes circlelarge {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

#dive-circle-small{
  animation: circlelarge 0.5s infinite;
  animation-delay:0.6s;
}

#dive-diver svg{
  animation: diver 5s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes diver {
  from {
    transform:translate(-30px,-20px);
  }
  to {
    transform:translate(10px,40px);
  }
}

#inf-bot-banner svg:nth-child(even){
  animation: svg 1s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#inf-bot-banner svg:nth-child(odd){
  animation: svg 1s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}

@keyframes svg {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.map-header + * {
    margin-left: auto;
    margin-right: auto;
    width:980px;
}

.map-header + * path:not(.no-hover):hover {
  animation: map 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes map {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

#dive-diver {
    position: absolute;
    top: 0px;
    transform: translate(-22%, -54%) scale(.5);
}

.map-header + * {
    margin-left: auto;
    margin-right: auto;
    width:980px;
}

.map-header + * path:not(.no-hover):hover {
  animation: map 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes map {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

#dive-diver {
    position: absolute;
    top: 0px;
    transform: translate(-22%, -54%) scale(.5);
}

body{
    width: 100vw;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

div#stats-section .wrap {
    width: 1030px;
}

@font-face {
  font-family: "SourceSerifProBold";
  src: url("fonts/SourceSerif4-Black.ttf")
}

@font-face {
  font-family: "SourceSerifPro";
  src: url("fonts/SourceSerif4-Regular.ttf")
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Black.ttf")
}

@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-Regular.ttf")
}

#inf-top-title, #logo-line p{
  font-family:"SourceSerifProBold";
}

#logo-line p{
  font-family:"SourceSerifPro";
}

#inf-top h2{
    font-size: 60px;
    min-width: 587px;
}

#inf-top-text{
    font-family: 'SourceSerifSemi';
  font-size:40px;
  margin-bottom:50px;
}

#inf-bot-left p {
    font-size: 30px;
    font-family: 'OpenSans';
}

div#inf-bot-left {
    min-width: 670px;
}

#stats-section h2{
  font-family:"SourceSerifProBold";
}

div#stats-colors-header p{
    font-family: 'OpenSans';
  font-weight:600;
}

.overlay-title{
   font-family:"SourceSerifProBold";
}
.overlay-col-title {
    font-family: 'SourceSerifBold';
}

.overlay-col-text{
  font-family:"SourceSansPro";
  font-size:30px;
}

.overlay-row .wrap {
  max-width: 70vw;
  padding-left:0px;
  padding-left: 10px;
  padding-right: 10px;
}

div#stats-colors-header p {
    font-size: 16px;
}

.stat-data-row p{
  font-family:"SourceSansPro-Bold";
}

path#Path_49 {
    animation-duration: 2s;
}

.opportunity-col-h{
    font-family: "SourceSansPro-Bold";
    font-size: 30px !important;
    margin-bottom: 60px !important;
}

div#opportunity-section h3#opportunity-title {
    width: 833px;
    font-size: 40px !important;
    margin-bottom: 36px;
    font-family: sans-serif;
    text-align: center;
}

div#graph-holder {
    width: calc(100% + 100px);
    max-width: 90vw;
    margin-left: -50px;
}

div#opportunity-section h3#opportunity-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 660px) {
    p.threats-text{
        z-index: 999999999999;
        position: relative;
        margin-top: 50px !important;
    }
    div#reality-block svg {
        max-width: 14vw;
        left: 17px;
        top: -7px;
    }
}

