.text-navy {
  color: #012d6d !important; }

.text-blue {
  color: #02acec !important; }

.text-white {
  color: #fff; }

.text-sm {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.9px;
  line-height: 18px; }

.text-lg {
  font-size: 20px;
  line-height: 26px; }

.text-xl {
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 1200px) {
    .text-xl {
      font-size: 26px;
      line-height: 31px; } }

.text-44 {
  font-size: 44px;
  line-height: 1;
  font-weight: 100; }

.text-44.counter {
  height: 48px; }

.text-56 {
  font-size: 56px;
  line-height: 1;
  font-weight: 100; }

.bg-white {
  background-color: #fff; }

.font-500 {
  font-weight: 500; }

.font-100 {
  font-weight: 100; }

@media (min-width: 1200px) {
  .text-2col {
    column-count: 2;
    column-gap: 30px; } }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 20px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.object-cover {
  object-fit: cover; }

.cr-download {
  margin: 60px 0;
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .cr-download {
      margin: 120px 80px 60px 160px; } }
  @media (min-width: 1200px) {
    .cr-download {
      margin: 120px 80px 60px 220px; } }
  @media (max-width: 1200px) {
    .cr-download {
      flex-flow: column; } }
  @media (max-width: 992px) {
    .cr-download {
      padding: 49px 30px 50px 60px; } }
  .cr-download .cr-download-cover-image {
    max-width: 200px;
    margin-right: 30px;
    margin-bottom: 30px; }
  .cr-download .cr-download-subcontainer {
    margin-right: 30px;
    width: 300px; }
    .cr-download .cr-download-subcontainer > span {
      display: block;
      cursor: pointer;
      position: relative; }
    .cr-download .cr-download-subcontainer span ul {
      list-style: none;
      padding-left: 0;
      opacity: 0;
      display: none;
      position: absolute;
      top: 35px;
      padding-top: 10px; }
    .cr-download .cr-download-subcontainer span ul li {
      margin: 10px 0 0; }
    .cr-download .cr-download-subcontainer span ul li a {
      font-size: 14px;
      border-bottom: none;
      padding-bottom: 0; }
    .cr-download .cr-download-subcontainer span:hover ul {
      opacity: 1;
      display: block; }
    .cr-download .cr-download-subcontainer a, .cr-download .cr-download-subcontainer span span {
      font-size: 16px;
      font-weight: 900;
      color: #000;
      position: relative;
      display: inline-block;
      background-color: #fff;
      padding: 0 2px 10px 10px;
      border-bottom: 1px solid #000;
      width: 100%; }
      .cr-download .cr-download-subcontainer a svg, .cr-download .cr-download-subcontainer span span svg {
        float: right;
        margin-top: 5px; }
    .cr-download .cr-download-subcontainer > a {
      margin-bottom: 30px; }
  .cr-download a:hover {
    color: #003680; }

.cr-page .footer {
  padding-left: 50px;
  padding-right: 50px; }
  .cr-page .footer .back-top-top {
    right: 50px; }

.cr-head {
  padding-bottom: 80px; }

@media (min-width: 992px) {
  .cr-high-intro {
    position: absolute;
    left: 220px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center; } }

@media (max-width: 991px) {
  .cr-high {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    transform: translateX(0);
    display: flex;
    width: 200vw; } }
@media (min-width: 992px) {
  .cr-high {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(calc(100vw - 360px)); } }
@media (min-width: 992px) {
  .cr-high {
    transform: translateX(calc(100vw - 360px)); } }
@media (min-width: 1600px) {
  .cr-high {
    transform: translateX(calc(100vw - 400px)); } }

.cr-high__aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .cr-high__aside {
      justify-content: flex-end;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .cr-high__aside {
      justify-content: center; } }

.cr-high-logos {
  pointer-events: all;
  padding: 0;
  margin: 0; }
  .cr-high-logos li {
    display: block;
    width: 200px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .cr-high-logos li {
        width: 260px;
        padding-left: 30px; } }
    @media (min-width: 1600px) {
      .cr-high-logos li {
        width: 330px;
        padding-left: 30px; } }
    .cr-high-logos li:last-child a {
      border: 0; }
  .cr-high-logos a {
    color: #fff;
    display: block;
    transition: .3s;
    border-bottom: 1px solid currentColor;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .cr-high-logos a {
        padding: 15px 0; } }
    @media (min-width: 1600px) {
      .cr-high-logos a {
        padding: 25px 0;
        border-bottom: 2px solid currentColor; } }
    .cr-high-logos a:hover {
      opacity: .7; }
  .cr-high-logos img {
    width: 170px; }
    @media (min-width: 1600px) {
      .cr-high-logos img {
        width: 220px; } }
  .cr-high-logos .is-color {
    display: none; }

.cr-high-body {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
  overflow-y: scroll;
  width: calc(100vw - 50px);
  transform: translateX(calc(100vw - 60px)); }
  @media (min-width: 992px) {
    .cr-high-body {
      width: calc(100vw - 260px);
      transform: translateX(360px);
      padding: 50px 50px 50px 0; } }
  @media (min-width: 1200px) {
    .cr-high-body {
      width: calc(100vw - 260px);
      transform: translateX(260px);
      padding: 80px 80px 80px 0; } }
  @media (min-width: 1600px) {
    .cr-high-body {
      width: calc(100vw - 330px);
      transform: translateX(330px);
      padding: 80px 80px 80px 0; } }
  .cr-high-body.is-active {
    position: static;
    right: auto;
    top: auto;
    opacity: 1;
    pointer-events: all; }

.cr-high-body__in {
  background-color: #fff;
  padding: 50px 25px; }
  @media (min-width: 1600px) {
    .cr-high-body__in {
      padding: 80px; } }

@media (min-width: 1200px) {
  .cr-high-row {
    display: flex;
    margin-bottom: 30px; } }

.cr-high-row__aside {
  flex-shrink: 0;
  border-top: 1px solid #707070;
  padding-top: 15px; }
  @media (min-width: 1200px) {
    .cr-high-row__aside {
      width: 260px; } }

.cr-high-row__body {
  width: 100%;
  padding-top: 30px; }
@media (min-width: 993px) and (max-width: 1399px) {
  .cr-high-row__body .text-44.counter {
    height: 40px; }
  .cr-high-row__body .text-44 {
    font-size: 30px; } }

.cr-high-back-wrap {
  opacity: 0;
  pointer-events: none; }
  @media (min-width: 992px) {
    .cr-high-back-wrap {
      padding-left: 30px;
      padding-bottom: 20px; } }
  .cr-high-back-wrap a {
    color: #fff;
    transition: .3s; }
    @media (max-width: 991px) {
      .cr-high-back-wrap a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        color: #000;
        background-color: #fff;
        cursor: pointer; } }
    @media (min-width: 992px) {
      .cr-high-back-wrap a {
        display: inline-block; } }
    .cr-high-back-wrap a:hover {
      color: #fff;
      opacity: .7; }
  .cr-high-back-wrap i {
    font-style: normal;
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 10px; }
  @media (max-width: 991px) {
    .cr-high-back-wrap span {
      display: none; } }

.cr-high-logos li.is-active {
  opacity: 1; }
  .cr-high-logos li.is-active .is-color {
    display: block; }
  .cr-high-logos li.is-active .is-white {
    display: none; }

@media (max-width: 991px) {
  .is-high-open .header-container {
    transform: translateY(-10px);
    transition: .4s ease-in-out;
    height: 50px; } }
.is-high-open .side-nav-wrap {
  transition: 1.5s ease-in-out;
  transform: translateY(-100vh); }
.is-high-open .cr-high-intro {
  transition: 1.5s ease-in-out; }
  @media (max-width: 991px) {
    .is-high-open .cr-high-intro {
      height: 0;
      opacity: 0; } }
  @media (min-width: 992px) {
    .is-high-open .cr-high-intro {
      opacity: 0; } }
.is-high-open .cr-high {
  transform: translateX(-60px);
  transition: 1.5s ease-in-out; }
  @media (min-width: 992px) {
    .is-high-open .cr-high {
      transform: translateX(0); } }
.is-high-open .cr-high-body {
  transition: transform 1.5s ease-in-out;
  transform: translateX(50px); }
  @media (min-width: 992px) {
    .is-high-open .cr-high-body {
      transform: translateX(260px); } }
  @media (min-width: 1600px) {
    .is-high-open .cr-high-body {
      transform: translateX(330px); } }
@media (max-width: 991px) {
  .is-high-open .cr-high-logos {
    transition: 1.5s ease-in-out;
    transform: translateX(-100vw); } }
.is-high-open .cr-high-logos li:not(.is-active) {
  opacity: .2;
  transition: .4s ease-in-out; }
.is-high-open .cr-high-logos li.is-active {
  background-color: #fff;
  transition: .4s ease-in-out; }
.is-high-open .cr-high-back-wrap {
  opacity: 1;
  transition: .4s;
  pointer-events: all;
  z-index: 99; }
@media (max-width: 991px) {
  .is-high-open .cr-page-full {
    padding-top: 0; } }
@media (max-width: 991px) {
  .is-high-open .mobile-nav {
    display: none; } }
@media (max-width: 991px) {
  .is-high-open .cr-high-back-wrap {
    position: fixed;
    left: 0;
    top: 50px; } }

.is-high-closed .side-nav-wrap {
  transition: 1.5s ease-in-out;
  transform: translateY(0); }
.is-high-closed .cr-high-intro {
  transition: 1.5s ease-in-out;
  opacity: 1; }
.is-high-closed .cr-high {
  transition: 1.5s ease-in-out;
  transform: translateX(0); }
  @media (min-width: 992px) {
    .is-high-closed .cr-high {
      transform: translateX(calc(100vw - 360px)); } }
  @media (min-width: 1600px) {
    .is-high-closed .cr-high {
      transform: translateX(calc(100vw - 400px)); } }
.is-high-closed .cr-high-body {
  transition: transform 1.5s ease-in-out;
  transform: translateX(calc(100vw - 60px)); }
  @media (min-width: 1200px) {
    .is-high-closed .cr-high-body {
      transform: translateX(260px); } }
  @media (min-width: 1600px) {
    .is-high-closed .cr-high-body {
      transform: translateX(330px); } }
.is-high-closed .cr-high-logos li:not(.is-active) {
  opacity: 1;
  transition: .4s ease-in-out; }
.is-high-closed .cr-high-logos li.is-active {
  background-color: transparent;
  transition: .4s ease-in-out; }
.is-high-closed .cr-high-back-wrap {
  opacity: 0;
  transition: .4s; }

.cr-page-highlights.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8; }

html.is-off {
  overflow: hidden;
  height: 100vh;
  width: 100vw; }
  html.is-off .logo-wrapper {
    position: relative;
    z-index: 999; }

.parallax .cr-white-box {
  opacity: 0;
  transition: opacity .3s; }

.parallax .cr-white-box.is-on {
  opacity: 1; }

@media (min-width: 992px) {
  .cr-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px; } }
.cr-logos a {
  transition: .3s;
  margin: 0 0 40px; }
  .cr-logos a:hover {
    opacity: .7; }
.cr-logos img {
  margin: 10px; }
  @media (min-width: 992px) {
    .cr-logos img {
      margin: 0; } }

.cr-main {
  color: #3c3c3c;
  display: flex; }
  .cr-main .row {
    margin-right: -15px;
    margin-left: -15px; }
  @media (max-width: 991px) {
    .cr-main .logo-wrapper {
      height: 50px;
      overflow: hidden; } }

.cr-main__nav {
  position: relative;
  z-index: 10;
  pointer-events: none;
  display: block !important; }
  @media (max-width: 991px) {
    .cr-main__nav {
      width: 0; } }
  @media (min-width: 992px) {
    .cr-main__nav {
      width: 220px;
      padding-left: 30px; } }
  @media (min-width: 1600px) {
    .cr-main__nav {
      width: 220px;
      padding-left: 60px; } }
  .cr-main__nav .side-nav-wrap {
    border: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .cr-main__nav .side-nav-wrap {
        margin-top: 0;
        top: 70px;
        display: flex;
        max-width: 100vw;
        width: 100vw; } }
  .cr-main__nav .side-nav-trigger {
    pointer-events: all;
    cursor: pointer;
    background: none;
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 16px;
    flex-shrink: 0;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 992px) {
      .cr-main__nav .side-nav-trigger {
        display: none; } }
  .cr-main__nav .side-nav-trigger.opened {
    display: none; }
  .cr-main__nav .is-open .side-nav-trigger {
    display: none; }
  .cr-main__nav .side-nav-trigger.opened {
    display: none; }
  .cr-main__nav .is-open .side-nav-trigger.opened {
    display: block;
    color: #003680; }
  @media (max-width: 991px) {
    .cr-main__nav .side-nav-wrap.is-open .links-wrap li {
      width: auto;
      height: 30px; } }
  .cr-main__nav .links-wrap {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .cr-main__nav .links-wrap {
        margin-bottom: 0;
        overflow: hidden;
        height: 0;
        width: calc(100vw - 50px);
        left: auto;
        right: 0; } }
  .cr-main__nav li {
    height: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 130px; }
  .cr-main__nav a {
    pointer-events: all;
    font-size: 9px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    letter-spacing: 1.8px !important;
    line-height: 14px !important;
    position: relative;
    padding-left: 22px;
    margin-left: 2px; }
    @media (min-width: 992px) {
      .cr-main__nav a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 9px;
        height: 9px;
        background-color: currentColor;
        border-radius: 50%;
        transform: translateY(-4px);
        transition: .2s;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }
    .cr-main__nav a span {
      transition: .2s; }
    .cr-main__nav a.active span {
      opacity: 1 !important; }
    .cr-main__nav a:hover span {
      opacity: 1 !important;
      color: #003680; }
    .cr-main__nav a.link-white.active {
      color: #fff !important; }
    .cr-main__nav a.side-nav-download {
      color: #000 !important;
      padding-left: 0;
      margin-left: 1px; }
      .cr-main__nav a.side-nav-download::before {
        display: none; }
      .cr-main__nav a.side-nav-download svg {
        vertical-align: middle;
        height: 16px;
        border-bottom: 1px solid currentColor;
        padding-bottom: 3px;
        transition: .2s; }
      .cr-main__nav a.side-nav-download span {
        margin-left: 5px; }
      @media (max-width: 991px) {
        .cr-main__nav a.side-nav-download {
          display: inline-flex;
          border: 0;
          padding-left: 24px;
          padding-top: 5px; }
          .cr-main__nav a.side-nav-download svg {
            order: 2;
            margin-left: 5px; }
          .cr-main__nav a.side-nav-download span {
            margin: 0; } }
  @media (min-width: 992px) {
    .cr-main__nav .side-nav-wrap.activated li span {
      opacity: 0; }
    .cr-main__nav .side-nav-wrap.activated .side-nav-download span {
      opacity: 0; } }
  .cr-main__nav .-white a {
    color: #fff !important; }
    .cr-main__nav .-white a span {
      color: #fff !important; }

@media (max-width: 991px) {
  body .cr-main__nav .-white a span {
    color: #7f7f7f !important; }

  body .cr-main__nav .-white a {
    color: #7f7f7f !important; } }
.side-nav-wrap.is-open .links-wrap {
  height: auto;
  overflow: visible;
  width: calc(100vw - 50px);
  padding-left: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3); }

.cr-main__body {
  width: 100%;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    .cr-main__body {
      margin-left: -220px; } }

.cr-body .logo-wrapper {
  height: 50px;
  overflow: hidden; }
  .cr-body .logo-wrapper img {
    margin-top: -3px; }
.cr-body .brands-mobile {
  display: none; }
.cr-body .colorful-border {
  display: none; }

.side-nav-wrap {
  overflow: hidden;
  height: calc(100vh - 120px); }

.links-wrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.cr-page h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 100; }
  @media (min-width: 1200px) {
    .cr-page h1 {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .cr-page h1 br {
      display: none; } }
.cr-page h2 {
  color: #000;
  font-size: 24px;
  line-height: 31px;
  font-weight: 100; }
  @media (min-width: 1200px) {
    .cr-page h2 {
      font-size: 26px;
      line-height: 31px; } }
.cr-page h3 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .cr-page h3 {
      font-size: 26px;
      line-height: 31px; } }
.cr-page h4 {
  color: #000;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 4.3px;
  margin-bottom: 10px; }
.cr-page h5, .cr-page .h5 {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 3.44px;
  margin-bottom: 10px; }
.cr-page h5.narrow {
  letter-spacing: 0; }
.cr-page h6 {
  color: #000;
  font-size: 13px;
  line-height: 21px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 2.2px; }
  .cr-page h6 p {
    letter-spacing: 1.2px; }
  .cr-page h6 p strong {
    letter-spacing: 2.2px; }

.cr-page-full {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 50px 30px 50px 60px;
  min-height: 100vh;
  height: auto !important; }
  @media (min-width: 992px) {
    .cr-page-full {
      padding: 50px 50px 50px 160px;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .cr-page-full {
      padding: 80px 80px 80px 220px; } }
  @media (min-width: 1600px) {
    .cr-page-full {
      padding: 80px 220px; } }
  @media (min-width: 1025px) {
    .cr-page-full {
      background-attachment: fixed; } }

.cr-report {
  text-align: center;
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .cr-report {
      text-align: left;
      margin-top: 120px;
      display: flex;
      align-items: center; } }
  .cr-report img {
    margin-bottom: 20px;
    max-width: 200px; }
    @media (min-width: 1200px) {
      .cr-report img {
        margin-right: 50px;
        margin-bottom: 0; } }

.cr-report__link {
  color: #000;
  border-bottom: 1px solid currentColor; }
  .cr-report__link svg {
    height: 1em; }

.cr-slides-2 .slick-dots {
  bottom: -50px; }
  .cr-slides-2 .slick-dots img {
    width: 18px;
    opacity: .5;
    transition: .3s; }
  .cr-slides-2 .slick-dots button {
    padding-top: 20px; }
    .cr-slides-2 .slick-dots button:hover img {
      opacity: 1; }
  .cr-slides-2 .slick-dots li button:before {
    font-size: 8px;
    left: 4px;
    transition: .3s; }
.cr-slides-2 .slick-active img {
  opacity: 1; }

.cr-slide-2 {
  width: 100%;
  max-width: 360px;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 10px; }

.cr-slides {
  margin-left: -40px;
  margin-right: -10px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .cr-slides {
      margin-left: -40px;
      margin-right: -40px; } }
  @media (min-width: 1200px) {
    .cr-slides {
      margin-left: -80px;
      margin-right: -80px;
      margin-top: 60px; } }
  .cr-slides .slick-track {
    display: flex !important; }
  .cr-slides .slick-slide {
    height: inherit !important; }
  .cr-slides .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 99;
    cursor: pointer; }
    @media (min-width: 768px) {
      .cr-slides .slick-arrow {
        width: 80px; } }
  .cr-slides .slick-arrow-left {
    left: -10px; }
    @media (min-width: 768px) {
      .cr-slides .slick-arrow-left {
        left: 0;
        background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%); } }
  .cr-slides .slick-arrow-right {
    right: -10px; }
    @media (min-width: 768px) {
      .cr-slides .slick-arrow-right {
        right: 0;
        background-image: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%); } }

.cr-slide {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 10px;
  padding: 20px; }
  @media (min-width: 1200px) {
    .cr-slide {
      max-width: 360px; } }
  @media (min-width: 1600px) {
    .cr-slide {
      padding: 30px; } }

.cr-slide__img {
  height: 250px;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .cr-slide__img {
      margin-bottom: 20px;
      margin-top: 20px; } }
  .cr-slide__img img {
    max-height: 250px; }

@media (min-width: 992px) {
  .cr-slide {
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateX(-50%);
    position: relative; }

  .is-started .cr-slide {
    opacity: 1;
    transform: translateX(0); }
    .is-started .cr-slide[data-slick-index='-2'] {
      transition-delay: 0s;
      z-index: 9; }
    .is-started .cr-slide[data-slick-index='-1'] {
      transition-delay: .15s;
      z-index: 8; }
    .is-started .cr-slide[data-slick-index='0'] {
      transition-delay: .3s;
      z-index: 7; }
    .is-started .cr-slide[data-slick-index='1'] {
      transition-delay: .45s;
      z-index: 6; }
    .is-started .cr-slide[data-slick-index='2'] {
      transition-delay: 0.6s;
      z-index: 5; }
    .is-started .cr-slide[data-slick-index='3'] {
      transition-delay: .75s;
      z-index: 4; }
    .is-started .cr-slide[data-slick-index='4'] {
      transition-delay: .9s;
      z-index: 3; } }
.cr-white-box {
  background-color: #fff;
  margin: 0 -30px 0 -60px;
  padding: 50px 30px 50px 60px; }
  @media (min-width: 992px) {
    .cr-white-box {
      margin: 0;
      padding: 30px;
      background-color: #fff;
      display: flex;
      justify-content: space-between; }
      .cr-white-box > :first-child {
        margin-right: 20px; } }
  @media (min-width: 1200px) {
    .cr-white-box {
      padding: 50px; }
      .cr-white-box > :first-child {
        margin-right: 50px; } }
  @media (min-width: 1600px) {
    .cr-white-box {
      padding: 80px; } }
  .cr-white-box img {
    width: 200px;
    max-width: 200px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .cr-white-box img {
        max-width: 260px;
        margin-bottom: 0; } }

.cr-report .cr-report-content p {
  font-size: 20px;
  line-height: 26px; }

.cr-page .text-with-blue-headers h3 {
  color: #02acec; }

.cr-page .note-from-ceo .cr-white-box__img h5 {
  font-weight: 100; }

.cr-page .note-from-ceo .cr-white-box__img h5 strong {
  font-weight: 500; }

.am-chart.bar {
  height: 120px; }

.am-chart .chart-container {
  width: 100%;
  height: 100%;
  position: absolute; }

.am-chart {
  width: 100%;
  position: relative; }

.am-chart.donut:after {
  content: "";
  display: block;
  padding-bottom: calc(100% + 50px); }

@media (max-width: 1024px) {
  .cr-page .auto-height-mobile {
    min-height: auto; } }
.wp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0 !important;
  overflow: hidden;
  width: 100% !important; }

.wp-video iframe, .wp-video object, .wp-video embed, .wp-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.video-with-controls {
  position: relative; }

.video-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px; }

.video-progressBar {
  border: 1px solid #aaa;
  color: #fff;
  width: 295px;
  height: 20px; }

.video-progress {
  background-color: #ff0000;
  height: 20px;
  display: inline-block; }

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