@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

body {
  background: #003156;
  text-align: left;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 0 70px;
  position: relative;
  max-width: 1240px;
}

a {
  color: #60AFEE;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #FFF;
}

.clearfix {
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.spacer {
  height: 48px;
}
.spacer.spacer-small {
  height: 24px;
}
.spacer.spacer-medium {
  height: 48px;
}
.spacer.spacer-large {
  height: 64px;
}

@media all and (max-width: 1023px) {
  .page-block {
    padding: 32px 0;
  }

  .page-block.page-block-smaller-padding {
    padding: 34px 0;
  }

  .page-block.page-block-no-padding-top {
    padding-top: 0px;
  }

  .page-block.page-block-no-padding-bottom {
    padding-bottom: 0px;
  }
}
.row {
  margin: 0 -20px;
}
.row .col {
  float: left;
  width: 100%;
  padding: 0 20px;
}
.row .col.col-8 {
  width: 66.6%;
}
.row .col.col-6 {
  width: 50%;
}
.row .col.col-4 {
  width: 33.3%;
}
.row .col.col-3 {
  width: 25%;
}
.row .col.col-2 {
  width: 16.66%;
}

@media all and (max-width: 1023px) {
  .row {
    margin: 0px;
  }
  .row .col {
    width: auto !important;
    float: none !important;
    padding: 0px;
  }
}
.page-block-content-four-oh-four {
  padding: 90px 0;
}
.page-block-content-four-oh-four .logo {
  display: block;
  margin: 0 0 32px 0;
}
.page-block-content-four-oh-four .logo img {
  width: 160px;
}
.page-block-content-four-oh-four h1 {
  margin-bottom: 10px;
}
.page-block-content-four-oh-four p {
  margin: 0 0 32px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #FFF;
}

h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 25px 0;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 25px 0;
  font-weight: bold;
}
h2 strong {
  font-weight: bold;
  color: #60AFEE;
}

h2.block-heading {
  padding: 50px 0 50px 65px;
  position: relative;
  margin: 0px;
  text-transform: uppercase;
}
h2.block-heading:before {
  position: absolute;
  content: "";
  top: 64px;
  left: -20px;
  height: 5px;
  width: 60px;
  background-color: #60AFEE;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
h3 strong {
  font-weight: normal;
  color: #60AFEE;
}

h4 {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px 0;
}

small {
  font-size: 16px;
  line-height: 26px;
}

.hero {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
}

article ul {
  list-style: disc outside;
  color: #FFF;
  line-height: 20px;
  margin: 0 0 0 20px;
}
article ul li {
  margin: 0 0 10px 0;
  list-style: disc outside;
}
article ul li i,
article ul li em {
  opacity: 0.6;
}

article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 20px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}
article ol li i,
article ol li em {
  opacity: 0.6;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 500;
}

@media all and (max-width: 1023px) {
  h2.block-heading {
    padding: 50px 0 50px 25px;
  }
  h2.block-heading:before {
    top: 64px;
    left: -20px;
    width: 30px;
  }
}
.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #4A99D3 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #4A99D332;
  border-radius: 30px;
  color: #FFF;
  line-height: 60px;
  border: none;
  font-weight: 500;
  padding: 0 40px;
}
.button:hover {
  color: #FFF;
  background: #707070;
}
.button:active {
  color: #FFF;
  background: #707070;
}

input,
textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 0px;
  font-size: 14px;
  line-height: 28px;
  height: 38px;
  border-radius: 0px;
  font-weight: 500;
  color: #607388;
  margin: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid #dddff3;
}

textarea {
  height: 95px;
}

.select-field {
  position: relative;
  border: 2px solid #DDE0F4;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 56px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #FFF;
  height: 52px;
  padding: 15px 84px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

.mobile-header {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 24px 30px;
  z-index: 1001;
}
.mobile-header .logo {
  float: left;
  display: block;
}
.mobile-header .logo img {
  height: 40px;
  width: auto;
}
.mobile-header.fixed-mobile-header {
  background: #003860;
}

.toggle-nav {
  position: fixed;
  top: 24px;
  right: 30px;
  z-index: 2000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: none;
  display: none;
  background: url(../images/toggle-nav.svg) no-repeat center center #4A99D3;
}
.toggle-nav.active {
  background-image: url(../images/toggle-nav-close.svg);
}

.report-sidebar {
  position: fixed;
  width: 25%;
  padding: 80px 40px 40px 40px;
  height: 100vh;
  overflow: auto;
  background: #002E4F;
  z-index: 200;
  list-style-type: none;
}
.report-sidebar .logo {
  display: block;
  text-align: center;
  margin: 0 0 70px 0;
}
.report-sidebar .logo img {
  margin: 0 auto;
  display: block;
  width: 180px;
}
.report-sidebar ul {
  margin: 0 0 20px 0;
}
.report-sidebar ul li {
  padding: 10px 0 10px 20px;
  font-size: 15px;
}
.report-sidebar ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 27px;
  color: #FFF;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}
.report-sidebar ul li a:before {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 12px;
  height: 12px;
  color: #4A99D3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.report-sidebar ul li ul {
  padding: 10px 0 0 0;
  display: none;
}
.report-sidebar ul li ul li {
  padding: 10px 0;
}
.report-sidebar ul li ul li a {
  padding: 0 0 0 27px;
  font-weight: normal;
  line-height: 19px;
  font-size: 15px;
}
.report-sidebar ul li ul li a:before {
  position: absolute;
  content: "" !important;
  width: 8px;
  height: 8px;
  background: #4A99D31A;
  border-radius: 100%;
  top: 6px;
  display: block;
}
.report-sidebar ul li ul li a.passed:before {
  background: #4A99D3A8;
}
.report-sidebar ul li.active ul {
  display: block;
}
.report-sidebar ul li.active a:before {
  content: "";
}
.report-sidebar .nav-hidden {
  position: relative;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.report-sidebar .nav-hidden:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 20;
}
.report-sidebar .dark-mode {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #4a99d385;
}
.report-sidebar .dark-mode h5 {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 19px;
  font-weight: 600;
  color: #FFF;
}
.report-sidebar .dark-mode .dark-mode-switch {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 34px;
  height: 16px;
  margin: -8px 0 0 0;
}
.report-sidebar .dark-mode .dark-mode-switch:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 30px;
  height: 12px;
  background: #FFF;
  border-radius: 6px;
  content: "";
  display: block;
}
.report-sidebar .dark-mode .dark-mode-switch .dark-mode-switcher {
  position: absolute;
  top: 0px;
  left: 18px;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  background: #4A99D3;
}
.report-sidebar .dark-mode .dark-mode-switch.allow-animation:before {
  transition: 0.3s ease-in-out;
}
.report-sidebar .dark-mode .dark-mode-switch.allow-animation .dark-mode-switcher {
  transition: 0.3s ease-in-out;
}
.report-sidebar .download-report {
  padding: 30px 0;
  border-top: 1px solid #4a99d385;
}
.report-sidebar .download-report a {
  margin-right: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
.report-sidebar .download-report a .download-icon {
  height: 20px;
  width: 24px;
  background: url(../images/download-icon-white.png) no-repeat left top;
  background-size: 24px auto;
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
}
.report-sidebar .download-report a img {
  height: 20px !important;
  width: auto !important;
  display: inline;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
}
.report-sidebar .home-sidebar-links {
  padding: 30px 0 0 0;
}
.report-sidebar .home-sidebar-links a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 34px 0;
}
.report-sidebar .home-sidebar-links a svg {
  display: inline-block;
  margin: 0 16px 0 0;
}
.report-sidebar .report-contact-details,
.report-sidebar .report-terms {
  border-top: 1px solid #4a99d385;
  padding: 20px 0;
}
.report-sidebar .report-contact-details a,
.report-sidebar .report-terms a {
  color: #FFF;
}
.report-sidebar .report-contact-details p,
.report-sidebar .report-terms p {
  margin: 0 0 10px 0;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.report-sidebar .report-contact-details small,
.report-sidebar .report-terms small {
  color: #FFF;
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.report-sidebar.fix-bottom .sidebar-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 40px 40px 40px;
}

@media all and (max-width: 1023px) {
  .mobile-header {
    display: block;
  }

  .toggle-nav {
    display: block;
  }

  .report-sidebar {
    display: none;
    width: 100%;
    z-index: 1000;
    padding: 0px;
    height: 100vh;
    margin: 0px;
  }
  .report-sidebar .logo {
    position: relative;
    left: -9999px;
  }
  .report-sidebar .download-report,
.report-sidebar .report-contact-details,
.report-sidebar .report-terms,
.report-sidebar .home-sidebar-links {
    padding-left: 30px;
    padding-right: 30px;
  }
  .report-sidebar ul li {
    padding: 10px 30px 10px 30px;
  }
}
.report-banner {
  padding: 80px 65px 210px 25%;
  position: relative;
}
.report-banner .report-banner-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center #003860;
  background-size: cover;
}
.report-banner .report-banner-back #particles-js {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.report-banner .report-banner-back video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.report-banner .report-banner-content {
  position: relative;
}
.report-banner .report-banner-content .report-banner-left {
  float: left;
  width: 60%;
  padding: 230px 0 0 20px;
}
.report-banner .report-banner-content .report-banner-left h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  margin: 0px;
}
.report-banner .report-banner-content .report-banner-left p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFF;
  font-weight: 500;
  margin: 20px 0 0 0;
  line-height: 26px;
}
.report-banner .report-banner-content .report-banner-right-image {
  float: right;
  width: 40%;
}
.report-banner .report-banner-mouse {
  position: absolute;
  width: 75%;
  text-align: center;
  bottom: 80px;
  right: 0px;
}

.report-wrapper {
  padding: 0 0 0 25%;
}
.report-wrapper .report-section {
  padding: 80px 0;
  position: relative;
}
.report-wrapper .report-section .section-header {
  background: #003760;
  padding: 220px 80px;
  margin: 0 -70px 80px -70px;
}
.report-wrapper .report-section .section-header p {
  color: #30BDAB;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}
.report-wrapper .report-section .section-header h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}
.report-wrapper .report-section .report-section-block {
  position: relative;
}
.report-wrapper .report-section .report-section-block.report-section-block-hidden {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.report-wrapper .report-section .report-section-block.report-section-block-hidden:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 20;
}
.report-wrapper .report-section.report-section-hidden {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.report-wrapper .report-section.report-section-hidden:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 20;
}

#section-5-Viewing-fragmentation-industry-evolution h3 {
  font-weight: 600;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .report-wrapper {
    padding: 0px;
  }

  .container {
    padding: 0 20px;
  }

  .report-banner {
    padding: 40px 20px 100px 20px;
  }

  .report-banner .report-banner-content .report-banner-right-image {
    width: auto;
    float: none;
  }

  .report-banner .report-banner-content .report-banner-left {
    width: auto;
    float: none;
    padding: 100px 0;
  }

  .report-wrapper .report-section .section-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.get-access-to-full-report {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1002;
  padding: 30px 0;
  display: block;
  text-align: center;
}

.get-access-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.get-access-wrapper:before {
  position: absolute;
  top: -30%;
  left: -30%;
  width: 200%;
  height: 200%;
  content: "";
  display: block;
  opacity: 0.8;
  background: #57748A !important;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.get-access {
  padding: 40px 20px;
  margin: 0 auto;
  height: calc(100vh - 80px);
  position: relative;
}
.get-access .container {
  position: relative;
  height: calc(100vh - 80px);
  max-width: none;
}
.get-access .get-access-form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #0000000F;
  border-radius: 10px;
  text-align: center;
  padding: 47px 45px 35px 45px;
  margin: 0 auto;
  max-width: 463px;
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.get-access .get-access-form img {
  height: 87px;
  margin: 0 auto 38px auto;
}
.get-access .get-access-form p {
  color: #607388;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin: 0 0 60px 0;
}
.get-access .get-access-form .form-control {
  border: none;
  outline: none;
  padding: 0px;
  font-size: 14px;
  line-height: 28px;
  height: 38px;
  border-radius: 0px;
  font-weight: 500;
  color: #607388;
  margin: 0 0 54px 0 !important;
  box-shadow: none;
  border-bottom: 2px solid #dddff3;
}
.get-access .get-access-form .button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #4A99D3 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #4A99D332;
  border-radius: 30px;
  color: #c7dbf6;
  line-height: 60px;
  border: none;
  font-weight: 500;
  padding: 0 40px;
}
.get-access .get-access-form .button:hover {
  color: #FFF;
  background: #707070;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .get-access .get-access-form {
    padding: 24px;
  }
  .get-access .get-access-form p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-block.content-block-width-full article {
  width: auto;
  float: none;
}
.content-block.content-block-width-two-thirds article {
  width: 66.66%;
  padding: 0 20px 0 0;
  float: left;
}
.content-block.content-block-width-two-thirds article.column-b {
  width: 33.33%;
  padding: 0 0 0 20px;
}
.content-block.content-block-width-three-quarters article {
  width: 75%;
  float: left;
  padding: 0 20px 0 0;
}
.content-block.content-block-width-three-quarters article.column-b {
  width: 25%;
  padding: 0 0 0 20px;
}
.content-block.content-block-width-half article {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}
.content-block.content-block-width-half article.column-b {
  width: 50%;
  padding: 0 0 0 20px;
}
.content-block.content-block-width-third article {
  width: 33.33%;
  padding: 0 20px 0 0;
  float: left;
}
.content-block.content-block-width-third article.column-b {
  width: 66.66%;
  padding: 0 0 0 20px;
}
.content-block.content-block-width-quarter article {
  width: 25%;
  float: left;
  padding: 0 20px 0 0;
}
.content-block.content-block-width-quarter article.column-b {
  width: 75%;
  padding: 0 0 0 20px;
}

#section-5-Viewing-fragmentation-industry-evolution h3 {
  padding-top: 10px;
  margin-bottom: 10px;
}
#section-5-Viewing-fragmentation-industry-evolution h3 strong {
  color: #FFF;
}

@media all and (max-width: 1023px) {
  .content-block.content-block-width-full article, .content-block.content-block-width-full article.column-b, .content-block.content-block-width-two-thirds article, .content-block.content-block-width-two-thirds article.column-b, .content-block.content-block-width-three-quarters article, .content-block.content-block-width-three-quarters article.column-b, .content-block.content-block-width-half article, .content-block.content-block-width-half article.column-b, .content-block.content-block-width-third article, .content-block.content-block-width-third article.column-b, .content-block.content-block-width-quarter article, .content-block.content-block-width-quarter article.column-b {
    width: auto;
    float: none;
    padding: 0px;
  }
}
.stat h4 {
  color: #60AFEE;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: none;
}
.stat p {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 50px 0;
  line-height: 37px;
}

.stats-row {
  padding: 50px 0 0 0;
}
.stats-row .stat p {
  font-size: 14px;
  line-height: 26px;
}

.image-and-text-block {
  position: relative;
}
.image-and-text-block .image-left,
.image-and-text-block .image-right {
  float: left;
  position: relative;
  z-index: 1;
  width: 50%;
}
.image-and-text-block .image-left img,
.image-and-text-block .image-right img {
  position: relative;
  z-index: 2;
}
.image-and-text-block .image-right {
  display: none;
}
.image-and-text-block .image-holder {
  position: relative;
  margin-bottom: 36px;
}
.image-and-text-block .image-holder .image-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 70px;
  font-size: 28px;
  line-height: 26px;
  font-weight: bold;
  z-index: 3;
}
.image-and-text-block.image-and-text-block-background-image .image-holder:before {
  display: block;
  content: "";
  background: #4a99d347;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
}
.image-and-text-block article {
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  padding: 100px 0 80px 70px;
}
.image-and-text-block.image-and-text-block-background-block {
  margin-top: 70px;
  margin-bottom: 70px;
}
.image-and-text-block.image-and-text-block-background-block:before {
  display: block;
  content: "";
  background: #002948;
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  left: 40px;
  right: -70px;
  z-index: 0;
}
.image-and-text-block.image-and-text-image-on-right .image-left {
  display: none;
}
.image-and-text-block.image-and-text-image-on-right .image-right {
  display: block;
}
.image-and-text-block.image-and-text-image-on-right article {
  padding-left: 0px;
  padding-right: 70px;
}
.image-and-text-block.image-and-text-image-size-third .image-left,
.image-and-text-block.image-and-text-image-size-third .image-right {
  width: 33.33%;
}
.image-and-text-block.image-and-text-image-size-third article {
  width: 66.66%;
}

@media all and (max-width: 1023px) {
  .image-and-text-block .image-left,
.image-and-text-block .image-right {
    float: none;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .image-and-text-block article {
    float: none;
    width: auto;
    padding: 20px 0 20px 0;
  }
  .image-and-text-block.image-and-text-block-background-block .image-left {
    margin-left: -20px;
  }
  .image-and-text-block.image-and-text-block-background-block:before {
    top: -20px;
    right: -20px;
    left: 0px;
    height: calc(100% + 40px);
  }
  .image-and-text-block.image-and-text-block-background-block article {
    padding: 20px 0 20px 40px;
  }
  .image-and-text-block.image-and-text-image-size-third .image-left,
.image-and-text-block.image-and-text-image-size-third .image-right {
    width: auto;
  }
  .image-and-text-block.image-and-text-image-size-third article {
    width: auto;
    padding-right: 0px;
  }

  .image-and-text-block .image-holder .image-caption {
    padding: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
.image-and-stats-block {
  position: relative;
}
.image-and-stats-block .image-left {
  float: left;
  position: relative;
  z-index: 1;
  width: 33.33%;
}
.image-and-stats-block .image-left .image-holder {
  position: relative;
}
.image-and-stats-block .image-left .image-holder:before {
  display: block;
  content: "";
  background: #4a99d347;
  height: calc(100% - 40px);
  width: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.image-and-stats-block .image-left .image-holder img {
  position: relative;
  z-index: 2;
}
.image-and-stats-block article {
  float: left;
  width: 66.66%;
  padding: 100px;
}

@media all and (max-width: 1023px) {
  .image-and-stats-block .image-left {
    float: none;
    width: auto;
  }
  .image-and-stats-block article {
    float: none;
    width: auto;
    padding: 30px 0;
  }
}
.box-points-block {
  position: relative;
}
.box-points-block .box-points-row {
  margin: 0 -10px 20px -10px;
  background: #002948;
  overflow: hidden;
}
.box-points-block .box-points-row section {
  height: 100%;
  width: 20%;
  float: left;
  display: block;
  position: relative;
  padding: 0 10px;
}
.box-points-block .box-points-row section:before, .box-points-block .box-points-row section:after {
  width: 10px;
  height: 1000px;
  left: 0px;
  top: 0px;
  background: #003156;
  content: "";
  display: block;
  position: absolute;
}
.box-points-block .box-points-row section:after {
  left: auto;
  right: 0px;
}
.box-points-block .box-points-row section .box-point {
  text-align: center;
  position: relative;
  padding: 18px 18px 8px 18px;
}
.box-points-block .box-points-row section .box-point p {
  margin: 0 0 10px 0;
  line-height: 22px;
}
.box-points-block .box-points-row.box-points-row-count-1 section {
  width: auto;
  float: none;
}
.box-points-block .box-points-row.box-points-row-count-2 section {
  width: 50%;
  float: left;
}
.box-points-block .box-points-row.box-points-row-count-3 section {
  width: 33.33%;
  float: left;
}
.box-points-block .box-points-row.box-points-row-count-4 section {
  width: 25%;
  float: left;
}
.box-points-block .box-points-row.box-points-row-count-5 section {
  width: 20%;
  float: left;
}
.box-points-block .box-points-row.box-points-row-count-6 section {
  width: 16.666%;
  float: left;
}

@media all and (max-width: 1023px) {
  .box-points-block .box-points-row.box-points-row-count-1 section {
    width: auto;
    float: none;
    border-bottom: 5px solid #003156;
  }
  .box-points-block .box-points-row.box-points-row-count-2 section {
    width: auto;
    float: none;
    border-bottom: 5px solid #003156;
  }
  .box-points-block .box-points-row.box-points-row-count-3 section {
    width: auto;
    float: none;
    border-bottom: 5px solid #003156;
  }
  .box-points-block .box-points-row.box-points-row-count-4 section {
    width: auto;
    float: none;
    border-bottom: 5px solid #003156;
  }
  .box-points-block .box-points-row.box-points-row-count-5 section {
    width: auto;
    float: none;
    border-bottom: 5px solid #003156;
  }
  .box-points-block .box-points-row.box-points-row-count-6 section {
    width: auto;
    float: none;
    border-bottom: 5px solid #003156;
  }
}
.image-gallery-block p {
  color: #FFF;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 15px;
  line-height: 20px;
}

.timeline-block ul li {
  display: block;
  padding: 0 0 20px 40px;
  line-height: 17px;
  overflow: hidden;
  position: relative;
}
.timeline-block ul li h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
.timeline-block ul li p {
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}
.timeline-block ul li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #60AFEE;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  content: "";
  display: block;
}
.timeline-block ul li:after {
  position: absolute;
  top: 17px;
  height: 200px;
  border: 1px dotted #60AFEE;
  width: 0px;
  margin: auto;
  left: 8px;
  content: "";
  display: block;
}
.timeline-block ul li.see-more-li a {
  font-weight: 600;
}
.timeline-block ul li.see-more-li:after {
  display: none;
}

.timeline-block ul.timeline-hidden {
  display: none;
}

.timeline-block ul li:last-child:after {
  display: none;
}

.content-block-colour-dark-blue {
  background: #003156;
  padding: 0 70px;
  margin: 0 -70px;
}

.background-content-block {
  padding: 70px 70px 0 70px;
  margin: 0 -70px;
  background: none no-repeat center center;
  background-size: cover;
}
.background-content-block .content-box {
  background: rgba(0, 55, 96, 0.8);
  padding: 50px;
}

@media (max-width: 1023px) and (min-width: 0px) {
  .content-block-colour-dark-blue {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
  }

  .background-content-block {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.graph-block {
  padding: 60px 40px;
  background-color: #002D4F;
  color: #FFF;
  text-align: center;
}
.graph-block p {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 30px 0;
  text-align: center;
}
.graph-block svg text {
  fill: #FFF;
}
.graph-block .google-visualization-tooltip text {
  fill: #000;
}

body.home {
  background: #FFF;
}

.reports-landing-banner {
  padding: 126px 0 126px 25%;
  background: #003860;
  position: relative;
}
.reports-landing-banner #particles-js {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.reports-landing-banner .reports-landing-banner-content {
  position: relative;
  text-align: center;
}
.reports-landing-banner .reports-landing-banner-content h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 18px 0;
}
.reports-landing-banner .reports-landing-banner-content p {
  font-size: 20px;
  color: #FFF;
  line-height: 32px;
  margin: 0px;
}

.reports-landing {
  background: #FFF;
  padding: 90px 0 90px 25%;
}
.reports-landing .reports-landing-cards section {
  margin: 0 0 32px 0;
}
.reports-landing .reports-landing-cards section a {
  transition: 0.3s ease-in-out;
  display: block;
  height: 473px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.reports-landing .reports-landing-cards section a .card-image {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
  display: block;
}
.reports-landing .reports-landing-cards section a .card-image .card-image-inside {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: none no-repeat center center #123352;
  transition: 0.3s ease-in-out;
}
.reports-landing .reports-landing-cards section a .card-details {
  padding: 0 106px;
  width: 50%;
  float: left;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: relative;
  display: block;
}
.reports-landing .reports-landing-cards section a .card-details h5 {
  color: #57748A;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.reports-landing .reports-landing-cards section a .card-details h2 {
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 55px 0;
  transition: 0.3s ease-in-out;
}
.reports-landing .reports-landing-cards section a .arrow-link {
  color: #4A99D3;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
  font-weight: 600;
}
.reports-landing .reports-landing-cards section a .arrow-link svg {
  transition: 0.3s ease-in-out;
  position: absolute;
  color: #C1CAD4;
  top: 5px;
  right: 0px;
}
.reports-landing .reports-landing-cards section a:hover .card-image .card-image-inside {
  transform: scale(1.3);
}
.reports-landing .reports-landing-cards section a:hover .card-details h2 {
  color: #4A99D3;
}
.reports-landing .reports-landing-cards section a:hover .arrow-link svg {
  color: #4A99D3;
}
.reports-landing .reports-landing-cards section a.image-on-left .card-details {
  float: right;
}
.reports-landing .reports-landing-cards section a.image-on-left .card-image {
  left: 0px;
  right: auto;
}

@media all and (max-width: 1450px) and (min-width: 0px) {
  .reports-landing .container {
    padding: 0 32px;
  }

  .reports-landing .reports-landing-cards section a .card-details {
    padding: 0 56px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .reports-landing-banner {
    padding: 80px 0 80px 0px;
  }
  .reports-landing-banner .reports-landing-banner-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .reports-landing-banner .reports-landing-banner-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .reports-landing {
    padding: 65px 0;
  }

  .reports-landing .reports-landing-cards section a {
    height: auto;
  }
  .reports-landing .reports-landing-cards section a .card-details {
    top: auto;
    padding: 28px 24px 0 24px;
    -ms-transform: none;
    transform: none;
  }
  .reports-landing .reports-landing-cards section a .card-details h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  .reports-landing .reports-landing-cards section a .card-details h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 25px 0;
  }
  .reports-landing .reports-landing-cards section a .card-details .arrow-link {
    margin: 0 -24px 0 0;
    padding: 15px 40px 15px 0;
    border-top: 1px solid #F8FAFF;
    font-size: 16px;
    line-height: 26px;
    display: block;
  }
  .reports-landing .reports-landing-cards section a .card-details .arrow-link svg {
    top: 20px;
    right: 24px;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .reports-landing .reports-landing-cards section a {
    height: auto;
  }
  .reports-landing .reports-landing-cards section a .card-image {
    float: none;
    width: auto;
    display: block;
    position: relative;
    width: 100%;
    height: 205px;
  }
  .reports-landing .reports-landing-cards section a .card-details {
    float: none;
    width: auto;
  }
}
body.light-mode {
  background: #FFF;
  color: #72758D;
}
body.light-mode h1,
body.light-mode h2,
body.light-mode h3,
body.light-mode h4,
body.light-mode h5,
body.light-mode h6 {
  color: #333333;
}
body.light-mode article ul {
  color: #72758D;
}
body.light-mode .report-sidebar {
  background: #FFF;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}
body.light-mode .report-sidebar ul li a {
  color: #4A99D3;
}
body.light-mode .report-sidebar ul li ul li a {
  color: #57748A;
}
body.light-mode .report-sidebar ul li ul li a.passed:before {
  background: #DDE0F4;
}
body.light-mode .report-sidebar .dark-mode {
  border-color: #ECF4FA;
}
body.light-mode .report-sidebar .dark-mode h5 {
  color: #57748A;
}
body.light-mode .report-sidebar .dark-mode .dark-mode-switch:before {
  background: #ECF4FA;
}
body.light-mode .report-sidebar .dark-mode .dark-mode-switch .dark-mode-switcher {
  background: #989CBE;
  left: 0px;
}
body.light-mode .report-sidebar .download-report {
  border-color: #ECF4FA;
}
body.light-mode .report-sidebar .download-report a {
  color: #57748A;
  color: #4A99D3;
}
body.light-mode .report-sidebar .download-report a .download-icon {
  background-image: url(../images/download-icon.png);
}
body.light-mode .report-sidebar .report-contact-details,
body.light-mode .report-sidebar .report-terms {
  border-color: #ECF4FA;
}
body.light-mode .report-sidebar .report-contact-details p,
body.light-mode .report-sidebar .report-terms p {
  color: #57748A;
}
body.light-mode .report-sidebar .report-contact-details small,
body.light-mode .report-sidebar .report-terms small {
  color: #57748A;
}
body.light-mode .report-sidebar .report-contact-details a,
body.light-mode .report-sidebar .report-terms a {
  color: #57748A;
  color: #4A99D3;
}
body.light-mode .report-sidebar .home-sidebar-links a {
  color: #57748A;
}
body.light-mode .report-banner .report-banner-content .report-banner-left h1 {
  color: #FFF;
}
body.light-mode .content-block-colour-dark-blue {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.light-mode .image-and-text-block .image-holder .image-caption {
  color: #FFF;
}
body.light-mode .image-and-text-block.image-and-text-block-background-block:before {
  background: #EFF8FC;
}
body.light-mode .report-wrapper .report-section .section-header {
  background: #EAF8F6;
}
body.light-mode h2.block-heading:before {
  background-color: #4A99D3;
}
body.light-mode .box-points-block .box-points-row {
  background: #EFF8FC;
}
body.light-mode .box-points-block .box-points-row section:before, body.light-mode .box-points-block .box-points-row section:after {
  background: #FFF;
}
body.light-mode .uk-innovators-boxes .show_btn {
  color: #4A99D3;
  border: 1px solid #4A99D3;
  background-color: transparent;
}
body.light-mode .uk-innovators-boxes img {
  background: #4A99D3;
  padding: 10px;
}
body.light-mode .uk-innovators-boxes .text_box {
  background: #EFF8FC;
  border-color: #4A99D3;
}
body.light-mode .uk-innovators-boxes .text_box p {
  color: #72758D;
}
body.light-mode .uk-innovators-boxes .row-sky-building img {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}
body.light-mode .uk-innovators-boxes .row-sky-building .text_box img {
  background: #4A99D3;
  padding: 10px;
  height: 60px !important;
}
body.light-mode .uk-innovators-hidden .row-common-theme p {
  color: #72758D;
}
body.light-mode .image-gallery-block p {
  color: #72758D;
}
body.light-mode .background-content-block {
  color: #FFF;
}
body.light-mode .background-content-block h1,
body.light-mode .background-content-block h2,
body.light-mode .background-content-block h3,
body.light-mode .background-content-block h4,
body.light-mode .background-content-block h5,
body.light-mode .background-content-block h6,
body.light-mode .background-content-block p {
  color: #FFF;
}
body.light-mode .timeline-block ul li.see-more-li a:hover {
  color: #3F8AC1;
}
body.light-mode .graph-block {
  margin-bottom: 32px;
}
body.light-mode #section-5-Viewing-fragmentation-industry-evolution h3 {
  font-weight: 600;
}
body.light-mode #section-5-Viewing-fragmentation-industry-evolution h3 strong {
  color: #000;
}
body.light-mode article ul.appendices-list li {
  color: #333;
}
body.light-mode article ul.appendices-list li i {
  color: #72758D;
  opacity: 1;
}
body.light-mode #section-1-Executive-Summary .content-block-colour-dark-blue {
  margin-top: 32px;
  margin-bottom: 32px;
}

/*# sourceMappingURL=main.css.map */
