
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.CustomHTML .container {
  width: 100%;
  max-width: 588px;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

@media only screen and (min-width: 640px) {
  .CustomHTML .container {
    max-width: 588px;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .container {
    max-width: 716px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .container {
    max-width: 1148px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
.CustomHTML .container-fluid {
  padding-right: 30px !important;
  padding-left: 30px !important;
  margin-right: auto;
  margin-left: auto;
}

.CustomHTML .container.no-padding, .CustomHTML .container-fluid.no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.CustomHTML .row {
  margin-right: -30px;
  margin-left: -30px;
}

.CustomHTML .col-xxs-1, .CustomHTML .col-xs-1, .CustomHTML .col-sm-1, .CustomHTML .col-md-1, .CustomHTML .col-lg-1, .CustomHTML .col-xxs-2, .CustomHTML .col-xs-2, .CustomHTML .col-sm-2, .CustomHTML .col-md-2, .CustomHTML .col-lg-2, .CustomHTML .col-xxs-3, .CustomHTML .col-xs-3, .CustomHTML .col-sm-3, .CustomHTML .col-md-3, .CustomHTML .col-lg-3, .CustomHTML .col-xxs-4, .CustomHTML .col-xs-4, .CustomHTML .col-sm-4, .CustomHTML .col-md-4, .CustomHTML .col-lg-4, .CustomHTML .col-xxs-5, .CustomHTML .col-xs-5, .CustomHTML .col-sm-5, .CustomHTML .col-md-5, .CustomHTML .col-lg-5, .CustomHTML .col-xxs-6, .CustomHTML .col-xs-6, .CustomHTML .col-sm-6, .CustomHTML .col-md-6, .CustomHTML .col-lg-6, .CustomHTML .col-xxs-7, .CustomHTML .col-xs-7, .CustomHTML .col-sm-7, .CustomHTML .col-md-7, .CustomHTML .col-lg-7, .CustomHTML .col-xxs-8, .CustomHTML .col-xs-8, .CustomHTML .col-sm-8, .CustomHTML .col-md-8, .CustomHTML .col-lg-8, .CustomHTML .col-xxs-9, .CustomHTML .col-xs-9, .CustomHTML .col-sm-9, .CustomHTML .col-md-9, .CustomHTML .col-lg-9, .CustomHTML .col-xxs-10, .CustomHTML .col-xs-10, .CustomHTML .col-sm-10, .CustomHTML .col-md-10, .CustomHTML .col-lg-10, .CustomHTML .col-xxs-11, .CustomHTML .col-xs-11, .CustomHTML .col-sm-11, .CustomHTML .col-md-11, .CustomHTML .col-lg-11, .CustomHTML .col-xxs-12, .CustomHTML .col-xs-12, .CustomHTML .col-sm-12, .CustomHTML .col-md-12, .CustomHTML .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 479px) {
  .CustomHTML .col-xxs-1, .CustomHTML .col-xxs-2, .CustomHTML .col-xxs-3, .CustomHTML .col-xxs-4, .CustomHTML .col-xxs-5, .CustomHTML .col-xxs-6, .CustomHTML .col-xxs-7, .CustomHTML .col-xxs-8, .CustomHTML .col-xxs-9, .CustomHTML .col-xxs-10, .CustomHTML .col-xxs-11, .CustomHTML .col-xxs-12 {
    display: block;
  }
  .CustomHTML .col-xxs-1, .CustomHTML .col-xxs-2, .CustomHTML .col-xxs-3, .CustomHTML .col-xxs-4, .CustomHTML .col-xxs-5, .CustomHTML .col-xxs-6, .CustomHTML .col-xxs-7, .CustomHTML .col-xxs-8, .CustomHTML .col-xxs-9, .CustomHTML .col-xxs-10, .CustomHTML .col-xxs-11, .CustomHTML .col-xxs-12 {
    float: left;
  }
  .CustomHTML .col-xxs-12 {
    width: 100%;
  }
  .CustomHTML .col-xxs-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-xxs-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-xxs-9 {
    width: 75%;
  }
  .CustomHTML .col-xxs-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-xxs-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-xxs-6 {
    width: 50%;
  }
  .CustomHTML .col-xxs-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-xxs-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-xxs-3 {
    width: 25%;
  }
  .CustomHTML .col-xxs-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-xxs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .CustomHTML .col-xs-1, .CustomHTML .col-xs-2, .CustomHTML .col-xs-3, .CustomHTML .col-xs-4, .CustomHTML .col-xs-5, .CustomHTML .col-xs-6, .CustomHTML .col-xs-7, .CustomHTML .col-xs-8, .CustomHTML .col-xs-9, .CustomHTML .col-xs-10, .CustomHTML .col-xs-11, .CustomHTML .col-xs-12 {
    float: left;
  }
  .CustomHTML .col-xs-12 {
    width: 100%;
  }
  .CustomHTML .col-xs-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-xs-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-xs-9 {
    width: 75%;
  }
  .CustomHTML .col-xs-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-xs-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-xs-6 {
    width: 50%;
  }
  .CustomHTML .col-xs-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-xs-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-xs-3 {
    width: 25%;
  }
  .CustomHTML .col-xs-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-xs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .col-sm-1, .CustomHTML .col-sm-2, .CustomHTML .col-sm-3, .CustomHTML .col-sm-4, .CustomHTML .col-sm-5, .CustomHTML .col-sm-6, .CustomHTML .col-sm-7, .CustomHTML .col-sm-8, .CustomHTML .col-sm-9, .CustomHTML .col-sm-10, .CustomHTML .col-sm-11, .CustomHTML .col-sm-12 {
    float: left;
  }
  .CustomHTML .col-sm-12 {
    width: 100%;
  }
  .CustomHTML .col-sm-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-sm-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-sm-9 {
    width: 75%;
  }
  .CustomHTML .col-sm-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-sm-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-sm-6 {
    width: 50%;
  }
  .CustomHTML .col-sm-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-sm-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-sm-3 {
    width: 25%;
  }
  .CustomHTML .col-sm-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-1, .CustomHTML .col-md-2, .CustomHTML .col-md-3, .CustomHTML .col-md-4, .CustomHTML .col-md-5, .CustomHTML .col-md-6, .CustomHTML .col-md-7, .CustomHTML .col-md-8, .CustomHTML .col-md-9, .CustomHTML .col-md-10, .CustomHTML .col-md-11, .CustomHTML .col-md-12 {
    float: left;
  }
  .CustomHTML .col-md-12 {
    width: 100%;
  }
  .CustomHTML .col-md-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-md-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-md-9 {
    width: 75%;
  }
  .CustomHTML .col-md-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-md-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-md-6 {
    width: 50%;
  }
  .CustomHTML .col-md-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-md-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-md-3 {
    width: 25%;
  }
  .CustomHTML .col-md-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .CustomHTML .col-lg-1, .CustomHTML .col-lg-2, .CustomHTML .col-lg-3, .CustomHTML .col-lg-4, .CustomHTML .col-lg-5, .CustomHTML .col-lg-6, .CustomHTML .col-lg-7, .CustomHTML .col-lg-8, .CustomHTML .col-lg-9, .CustomHTML .col-lg-10, .CustomHTML .col-lg-11, .CustomHTML .col-lg-12 {
    float: left;
  }
  .CustomHTML .col-lg-12 {
    width: 100%;
  }
  .CustomHTML .col-lg-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-lg-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-lg-9 {
    width: 75%;
  }
  .CustomHTML .col-lg-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-lg-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-lg-6 {
    width: 50%;
  }
  .CustomHTML .col-lg-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-lg-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-lg-3 {
    width: 25%;
  }
  .CustomHTML .col-lg-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-lg-1 {
    width: 8.33333333%;
  }
}
@media only screen and (max-width: 479px) {
  .CustomHTML .col-xxs-pull-12 {
    right: 100%;
  }
  .CustomHTML .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .CustomHTML .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .CustomHTML .col-xxs-pull-9 {
    right: 75%;
  }
  .CustomHTML .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .CustomHTML .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .CustomHTML .col-xxs-pull-6 {
    right: 50%;
  }
  .CustomHTML .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .CustomHTML .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .CustomHTML .col-xxs-pull-3 {
    right: 25%;
  }
  .CustomHTML .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .CustomHTML .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .CustomHTML .col-xxs-pull-0 {
    right: auto;
  }
  .CustomHTML .col-xxs-push-12 {
    left: 100%;
  }
  .CustomHTML .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .CustomHTML .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .CustomHTML .col-xxs-push-9 {
    left: 75%;
  }
  .CustomHTML .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .CustomHTML .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .CustomHTML .col-xxs-push-6 {
    left: 50%;
  }
  .CustomHTML .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .CustomHTML .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .CustomHTML .col-xxs-push-3 {
    left: 25%;
  }
  .CustomHTML .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .CustomHTML .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .CustomHTML .col-xxs-push-0 {
    left: auto;
  }
  .CustomHTML .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .CustomHTML .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .CustomHTML .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .CustomHTML .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .CustomHTML .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .CustomHTML .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .CustomHTML .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .CustomHTML .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .CustomHTML .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .CustomHTML .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .CustomHTML .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .CustomHTML .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .CustomHTML .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .CustomHTML .col-xs-12 {
    width: 100%;
  }
  .CustomHTML .col-xs-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-xs-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-xs-9 {
    width: 75%;
  }
  .CustomHTML .col-xs-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-xs-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-xs-6 {
    width: 50%;
  }
  .CustomHTML .col-xs-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-xs-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-xs-3 {
    width: 25%;
  }
  .CustomHTML .col-xs-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-xs-1 {
    width: 8.33333333%;
  }
  .CustomHTML .col-xs-pull-12 {
    right: 100%;
  }
  .CustomHTML .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .CustomHTML .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .CustomHTML .col-xs-pull-9 {
    right: 75%;
  }
  .CustomHTML .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .CustomHTML .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .CustomHTML .col-xs-pull-6 {
    right: 50%;
  }
  .CustomHTML .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .CustomHTML .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .CustomHTML .col-xs-pull-3 {
    right: 25%;
  }
  .CustomHTML .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .CustomHTML .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .CustomHTML .col-xs-pull-0 {
    right: auto;
  }
  .CustomHTML .col-xs-push-12 {
    left: 100%;
  }
  .CustomHTML .col-xs-push-11 {
    left: 91.66666667%;
  }
  .CustomHTML .col-xs-push-10 {
    left: 83.33333333%;
  }
  .CustomHTML .col-xs-push-9 {
    left: 75%;
  }
  .CustomHTML .col-xs-push-8 {
    left: 66.66666667%;
  }
  .CustomHTML .col-xs-push-7 {
    left: 58.33333333%;
  }
  .CustomHTML .col-xs-push-6 {
    left: 50%;
  }
  .CustomHTML .col-xs-push-5 {
    left: 41.66666667%;
  }
  .CustomHTML .col-xs-push-4 {
    left: 33.33333333%;
  }
  .CustomHTML .col-xs-push-3 {
    left: 25%;
  }
  .CustomHTML .col-xs-push-2 {
    left: 16.66666667%;
  }
  .CustomHTML .col-xs-push-1 {
    left: 8.33333333%;
  }
  .CustomHTML .col-xs-push-0 {
    left: auto;
  }
  .CustomHTML .col-xs-offset-12 {
    margin-left: 100%;
  }
  .CustomHTML .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .CustomHTML .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .CustomHTML .col-xs-offset-9 {
    margin-left: 75%;
  }
  .CustomHTML .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .CustomHTML .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .CustomHTML .col-xs-offset-6 {
    margin-left: 50%;
  }
  .CustomHTML .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .CustomHTML .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .CustomHTML .col-xs-offset-3 {
    margin-left: 25%;
  }
  .CustomHTML .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .CustomHTML .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .CustomHTML .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .col-sm-12 {
    width: 100%;
  }
  .CustomHTML .col-sm-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-sm-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-sm-9 {
    width: 75%;
  }
  .CustomHTML .col-sm-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-sm-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-sm-6 {
    width: 50%;
  }
  .CustomHTML .col-sm-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-sm-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-sm-3 {
    width: 25%;
  }
  .CustomHTML .col-sm-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-sm-1 {
    width: 8.33333333%;
  }
  .CustomHTML .col-sm-pull-12 {
    right: 100%;
  }
  .CustomHTML .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .CustomHTML .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .CustomHTML .col-sm-pull-9 {
    right: 75%;
  }
  .CustomHTML .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .CustomHTML .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .CustomHTML .col-sm-pull-6 {
    right: 50%;
  }
  .CustomHTML .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .CustomHTML .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .CustomHTML .col-sm-pull-3 {
    right: 25%;
  }
  .CustomHTML .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .CustomHTML .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .CustomHTML .col-sm-pull-0 {
    right: auto;
  }
  .CustomHTML .col-sm-push-12 {
    left: 100%;
  }
  .CustomHTML .col-sm-push-11 {
    left: 91.66666667%;
  }
  .CustomHTML .col-sm-push-10 {
    left: 83.33333333%;
  }
  .CustomHTML .col-sm-push-9 {
    left: 75%;
  }
  .CustomHTML .col-sm-push-8 {
    left: 66.66666667%;
  }
  .CustomHTML .col-sm-push-7 {
    left: 58.33333333%;
  }
  .CustomHTML .col-sm-push-6 {
    left: 50%;
  }
  .CustomHTML .col-sm-push-5 {
    left: 41.66666667%;
  }
  .CustomHTML .col-sm-push-4 {
    left: 33.33333333%;
  }
  .CustomHTML .col-sm-push-3 {
    left: 25%;
  }
  .CustomHTML .col-sm-push-2 {
    left: 16.66666667%;
  }
  .CustomHTML .col-sm-push-1 {
    left: 8.33333333%;
  }
  .CustomHTML .col-sm-push-0 {
    left: auto;
  }
  .CustomHTML .col-sm-offset-12 {
    margin-left: 100%;
  }
  .CustomHTML .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .CustomHTML .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .CustomHTML .col-sm-offset-9 {
    margin-left: 75%;
  }
  .CustomHTML .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .CustomHTML .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .CustomHTML .col-sm-offset-6 {
    margin-left: 50%;
  }
  .CustomHTML .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .CustomHTML .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .CustomHTML .col-sm-offset-3 {
    margin-left: 25%;
  }
  .CustomHTML .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .CustomHTML .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .CustomHTML .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-12 {
    width: 100%;
  }
  .CustomHTML .col-md-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-md-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-md-9 {
    width: 75%;
  }
  .CustomHTML .col-md-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-md-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-md-6 {
    width: 50%;
  }
  .CustomHTML .col-md-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-md-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-md-3 {
    width: 25%;
  }
  .CustomHTML .col-md-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-md-1 {
    width: 8.33333333%;
  }
  .CustomHTML .col-md-pull-12 {
    right: 100%;
  }
  .CustomHTML .col-md-pull-11 {
    right: 91.66666667%;
  }
  .CustomHTML .col-md-pull-10 {
    right: 83.33333333%;
  }
  .CustomHTML .col-md-pull-9 {
    right: 75%;
  }
  .CustomHTML .col-md-pull-8 {
    right: 66.66666667%;
  }
  .CustomHTML .col-md-pull-7 {
    right: 58.33333333%;
  }
  .CustomHTML .col-md-pull-6 {
    right: 50%;
  }
  .CustomHTML .col-md-pull-5 {
    right: 41.66666667%;
  }
  .CustomHTML .col-md-pull-4 {
    right: 33.33333333%;
  }
  .CustomHTML .col-md-pull-3 {
    right: 25%;
  }
  .CustomHTML .col-md-pull-2 {
    right: 16.66666667%;
  }
  .CustomHTML .col-md-pull-1 {
    right: 8.33333333%;
  }
  .CustomHTML .col-md-pull-0 {
    right: auto;
  }
  .CustomHTML .col-md-push-12 {
    left: 100%;
  }
  .CustomHTML .col-md-push-11 {
    left: 91.66666667%;
  }
  .CustomHTML .col-md-push-10 {
    left: 83.33333333%;
  }
  .CustomHTML .col-md-push-9 {
    left: 75%;
  }
  .CustomHTML .col-md-push-8 {
    left: 66.66666667%;
  }
  .CustomHTML .col-md-push-7 {
    left: 58.33333333%;
  }
  .CustomHTML .col-md-push-6 {
    left: 50%;
  }
  .CustomHTML .col-md-push-5 {
    left: 41.66666667%;
  }
  .CustomHTML .col-md-push-4 {
    left: 33.33333333%;
  }
  .CustomHTML .col-md-push-3 {
    left: 25%;
  }
  .CustomHTML .col-md-push-2 {
    left: 16.66666667%;
  }
  .CustomHTML .col-md-push-1 {
    left: 8.33333333%;
  }
  .CustomHTML .col-md-push-0 {
    left: auto;
  }
  .CustomHTML .col-md-offset-12 {
    margin-left: 100%;
  }
  .CustomHTML .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .CustomHTML .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .CustomHTML .col-md-offset-9 {
    margin-left: 75%;
  }
  .CustomHTML .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .CustomHTML .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .CustomHTML .col-md-offset-6 {
    margin-left: 50%;
  }
  .CustomHTML .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .CustomHTML .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .CustomHTML .col-md-offset-3 {
    margin-left: 25%;
  }
  .CustomHTML .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .CustomHTML .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .CustomHTML .col-md-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .CustomHTML .col-lg-12 {
    width: 100%;
  }
  .CustomHTML .col-lg-11 {
    width: 91.66666667%;
  }
  .CustomHTML .col-lg-10 {
    width: 83.33333333%;
  }
  .CustomHTML .col-lg-9 {
    width: 75%;
  }
  .CustomHTML .col-lg-8 {
    width: 66.66666667%;
  }
  .CustomHTML .col-lg-7 {
    width: 58.33333333%;
  }
  .CustomHTML .col-lg-6 {
    width: 50%;
  }
  .CustomHTML .col-lg-5 {
    width: 41.66666667%;
  }
  .CustomHTML .col-lg-4 {
    width: 33.33333333%;
  }
  .CustomHTML .col-lg-3 {
    width: 25%;
  }
  .CustomHTML .col-lg-2 {
    width: 16.66666667%;
  }
  .CustomHTML .col-lg-1 {
    width: 8.33333333%;
  }
  .CustomHTML .col-lg-pull-12 {
    right: 100%;
  }
  .CustomHTML .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .CustomHTML .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .CustomHTML .col-lg-pull-9 {
    right: 75%;
  }
  .CustomHTML .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .CustomHTML .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .CustomHTML .col-lg-pull-6 {
    right: 50%;
  }
  .CustomHTML .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .CustomHTML .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .CustomHTML .col-lg-pull-3 {
    right: 25%;
  }
  .CustomHTML .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .CustomHTML .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .CustomHTML .col-lg-pull-0 {
    right: auto;
  }
  .CustomHTML .col-lg-push-12 {
    left: 100%;
  }
  .CustomHTML .col-lg-push-11 {
    left: 91.66666667%;
  }
  .CustomHTML .col-lg-push-10 {
    left: 83.33333333%;
  }
  .CustomHTML .col-lg-push-9 {
    left: 75%;
  }
  .CustomHTML .col-lg-push-8 {
    left: 66.66666667%;
  }
  .CustomHTML .col-lg-push-7 {
    left: 58.33333333%;
  }
  .CustomHTML .col-lg-push-6 {
    left: 50%;
  }
  .CustomHTML .col-lg-push-5 {
    left: 41.66666667%;
  }
  .CustomHTML .col-lg-push-4 {
    left: 33.33333333%;
  }
  .CustomHTML .col-lg-push-3 {
    left: 25%;
  }
  .CustomHTML .col-lg-push-2 {
    left: 16.66666667%;
  }
  .CustomHTML .col-lg-push-1 {
    left: 8.33333333%;
  }
  .CustomHTML .col-lg-push-0 {
    left: auto;
  }
  .CustomHTML .col-lg-offset-12 {
    margin-left: 100%;
  }
  .CustomHTML .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .CustomHTML .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .CustomHTML .col-lg-offset-9 {
    margin-left: 75%;
  }
  .CustomHTML .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .CustomHTML .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .CustomHTML .col-lg-offset-6 {
    margin-left: 50%;
  }
  .CustomHTML .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .CustomHTML .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .CustomHTML .col-lg-offset-3 {
    margin-left: 25%;
  }
  .CustomHTML .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .CustomHTML .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .CustomHTML .col-lg-offset-0 {
    margin-left: 0;
  }
}
.CustomHTML .pull-right {
  float: right !important;
}

.CustomHTML .pull-left {
  float: left !important;
}

@media screen and (max-width: 639px) {
  .CustomHTML .pull-xs-left {
    float: left;
  }
  .CustomHTML .pull-xs-right {
    float: right;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .pull-sm-left {
    float: left;
  }
  .CustomHTML .pull-sm-right {
    float: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .pull-md-left {
    float: left;
  }
  .CustomHTML .pull-md-right {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .pull-lg-left {
    float: left;
  }
  .CustomHTML .pull-lg-right {
    float: right;
  }
}
.CustomHTML__container:before, .CustomHTML__container-fluid:before, .CustomHTML .row:before, .CustomHTML .clearfix:before {
  display: table;
  content: " ";
}

.CustomHTML__container:after, .CustomHTML__container-fluid:after, .CustomHTML .row:after, .CustomHTML .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

@media screen and (max-width: 639px) {
  .CustomHTML .clear-xs {
    clear: both;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .clear-sm {
    clear: both;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .clear-md {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .CustomHTML .clear-lg {
    clear: both;
  }
}
@media (max-width: 479px) {
  .CustomHTML .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .CustomHTML .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .CustomHTML .visible-xxs {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .CustomHTML .visible-xs {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .visible-md {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .visible-lg {
    display: block !important;
  }
}
/* = Base CSS file for AEM Custom HTML Template
 * -----------------------------------------------
 *	- HTML / Body / Typography / Re-used Elements
 *	- Re-use Classes
 * ----------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.jsStopScroll,
body.jsStopScroll {
  overflow-y: hidden;
  height: auto;
}

@media only screen and (max-width: 992px) {
  html.jsMenuStopScroll,
  body.jsMenuStopScroll {
    overflow-y: hidden;
    height: auto;
  }
}
.CustomHTML h1, .CustomHTML h2, .CustomHTML h3, .CustomHTML h4, .CustomHTML h5, .CustomHTML h6 {
  color: #00338D;
  margin: 20px auto;
}
.CustomHTML h1 {
  color: #00338D;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 480px) {
  .CustomHTML h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML h1 {
    font-size: 2.5em;
  }
}
.CustomHTML h1.small {
  font-size: 1.5em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML h1.small {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML h1.small {
    font-size: 2em;
  }
}
.CustomHTML h1.hidden-title {
  position: absolute;
  top: -9999px;
}
.CustomHTML h2, .CustomHTML h3, .CustomHTML h4, .CustomHTML h5, .CustomHTML h6 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.333333em;
  font-weight: 400;
  line-height: 1.25;
}
.CustomHTML p + h1, .CustomHTML p + h2, .CustomHTML p + h3, .CustomHTML p + h4, .CustomHTML p + h5, .CustomHTML p + h6, .CustomHTML ol + h1, .CustomHTML ol + h2, .CustomHTML ol + h3, .CustomHTML ol + h4, .CustomHTML ol + h5, .CustomHTML ol + h6, .CustomHTML ul + h1, .CustomHTML ul + h2, .CustomHTML ul + h3, .CustomHTML ul + h4, .CustomHTML ul + h5, .CustomHTML ul + h6, .CustomHTML blockquote + h1, .CustomHTML blockquote + h2, .CustomHTML blockquote + h3, .CustomHTML blockquote + h4, .CustomHTML blockquote + h5, .CustomHTML blockquote + h6, .CustomHTML table + h1, .CustomHTML table + h2, .CustomHTML table + h3, .CustomHTML table + h4, .CustomHTML table + h5, .CustomHTML table + h6 {
  margin-top: 40px;
}
.CustomHTML p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  color: #3C3C3C;
  margin: 20px auto;
}
.CustomHTML p.footnote {
  font-size: 13px;
  color: #3C3C3C;
}
.CustomHTML p.large, .CustomHTML p big {
  font-size: 1.333333em;
}
.CustomHTML p.small, .CustomHTML p small {
  font-size: 0.666667em;
}
.CustomHTML p.intro {
  text-align: center;
  color: #00338D;
  font-weight: 700;
}
.CustomHTML p.intro.bg-box {
  padding: 25px 25px;
  background-color: #00338D;
  color: #FFFFFF;
}
.CustomHTML p.intro.bg-box span {
  padding-top: 15px;
  display: block;
  font-weight: normal;
}
.CustomHTML p.intro.green {
  color: #00c0ae;
}
.CustomHTML p.intro.mediumblue {
  color: #1e49e2;
}
.CustomHTML p.intro.purple {
  color: #7213ea;
}
.CustomHTML p.intro.lightblue {
  color: #00b8f5;
}
.CustomHTML h1 + p, .CustomHTML h2 + p {
  margin-top: 20px;
}
.CustomHTML h3 + p, .CustomHTML h4 + p {
  margin-top: 0px;
}
.CustomHTML ul {
  list-style: disc;
}
.CustomHTML ol {
  list-style: decimal;
}
.CustomHTML ul, .CustomHTML ol {
  margin: 18px auto;
  padding: 0px 0px 0px 25px;
  border: 0px none;
}
.CustomHTML ul li, .CustomHTML ol li {
  color: #3C3C3C;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0px auto;
  padding: 2px 0px;
}
.CustomHTML ul ul, .CustomHTML ol ul {
  list-style: circle;
}
.CustomHTML ul ol, .CustomHTML ol ol {
  list-style: lower-alpha;
}
.CustomHTML ul ul, .CustomHTML ul ol, .CustomHTML ol ul, .CustomHTML ol ol {
  margin: 3px auto;
}
.CustomHTML h1 + ul, .CustomHTML h2 + ul, .CustomHTML h3 + ul, .CustomHTML h4 + ul, .CustomHTML h1 + ol, .CustomHTML h2 + ol, .CustomHTML h3 + ol, .CustomHTML h4 + ol {
  margin-top: 0px;
}
.CustomHTML a {
  color: #1e49e2;
  font-family: inherit;
  text-decoration: none !important;
  opacity: 1;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, opacity 150ms ease-in-out;
}
.CustomHTML a:hover {
  text-decoration: underline !important;
  opacity: 1;
}
.CustomHTML p a, .CustomHTML p a:hover, .CustomHTML li a, .CustomHTML li a:hover {
  text-decoration: underline;
}
.CustomHTML button {
  background-color: transparent;
  color: #1e49e2;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, opacity 150ms ease-in-out;
}
.CustomHTML button:focus {
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -4px;
}
.CustomHTML img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.CustomHTML hr {
  border: 0;
  height: 0;
  margin: 40px 0px !important;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.CustomHTML table {
  width: 100%;
  position: relative;
  margin: 20px auto;
  border: 0px none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.CustomHTML table caption {
  visibility: hidden;
}
.CustomHTML table tr {
  border: 0px none;
}
@media only screen and (max-width: 768px) {
  .CustomHTML table tr {
    display: flex;
    flex-direction: column;
  }
}
.CustomHTML table tr th {
  font-size: inherit;
  text-align: center;
  margin: 0;
  padding: 14px;
  border: 0px none;
  overflow: visible;
}
.CustomHTML table tr th:nth-child(1) {
  text-align: left;
}
.CustomHTML table tr td {
  font-size: inherit;
  text-align: center;
  margin: 0;
  padding: 14px;
  border: 0px none;
  overflow: visible;
}
.CustomHTML table tr td:nth-child(1) {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .CustomHTML table tr td {
    padding: 0px 14px;
  }
}
.CustomHTML table tr th {
  background-color: #1e49e2;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
}
.CustomHTML table tr td {
  background-color: transparent;
  text-align: center;
}
.CustomHTML table thead {
  background-color: #1e49e2;
  color: #FFFFFF;
  font-weight: 500;
  vertical-align: center;
}
.CustomHTML table thead tr td {
  text-align: left !important;
}
.CustomHTML table tbody {
  vertical-align: center;
}
.CustomHTML table tbody tr {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.CustomHTML table tbody tr:nth-of-type(odd) td {
  background-color: #FFFFFF;
}
.CustomHTML table tbody tr:nth-of-type(even) td {
  background-color: #F0F0F0;
}
.CustomHTML table tbody td {
  vertical-align: top !important;
}
.CustomHTML table tbody td ul li, .CustomHTML table tbody td ol li {
  text-align: left;
}
.CustomHTML table tfoot {
  background-color: rgba(30, 73, 226, 0.75);
  color: #FFFFFF;
  font-weight: 500;
  vertical-align: center;
}
.CustomHTML blockquote {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  quotes: "“" "”" "‘" "’";
  quotes: "“" "”" "‘" "’";
}
.CustomHTML blockquote p {
  color: #00338D;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  margin: 0px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML blockquote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .CustomHTML blockquote p {
    font-size: 21px;
  }
}
.CustomHTML blockquote p.noQuote:nth-child(1)::before {
  content: "“";
  font-size: 1.5em;
  line-height: 0.1em;
  transform: translateX(-0.2em) translateY(0.1em);
  display: none;
}
.CustomHTML blockquote p.noQuote:nth-last-of-type(1)::after {
  content: "”";
  display: none;
  font-size: 1.5em;
  margin-left: 3px;
  line-height: 0.1em;
  transform: translateX(0.2em) translateY(0.1em);
}
.CustomHTML blockquote p:nth-child(1)::before {
  content: "“";
  display: inline-block;
  font-size: 1.5em;
  line-height: 0.1em;
  transform: translateX(-0.2em) translateY(0.1em);
}
.CustomHTML blockquote p:nth-last-of-type(1)::after {
  content: "”";
  display: inline-block;
  font-size: 1.5em;
  margin-left: 3px;
  line-height: 0.1em;
  margin-top: 12px;
  transform: translateX(0.2em) translateY(0.1em);
}
.CustomHTML blockquote.small p {
  font-size: 1.125em;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML blockquote.small p {
    font-size: 1.3125em;
  }
}
.CustomHTML blockquote cite {
  display: block;
  color: #3C3C3C;
  font-style: normal;
  margin: 20px auto;
}
.CustomHTML blockquote.left p {
  text-align: left;
}
.CustomHTML blockquote.left cite {
  text-align: left;
}
.CustomHTML blockquote.right p {
  text-align: right;
}
.CustomHTML blockquote.right cite {
  text-align: right;
}
.CustomHTML sub,
.CustomHTML sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
.CustomHTML sup {
  top: -0.5em;
}
.CustomHTML sub {
  bottom: -0.25em;
}
.CustomHTML mark {
  background-color: rgb(255, 0, 255);
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.1em 0.5em;
}

.CustomHTML .text-Left, .CustomHTML .text-left {
  text-align: left !important;
}

.CustomHTML .text-Center, .CustomHTML .text-center {
  text-align: center !important;
}

.CustomHTML .text-Right, .CustomHTML .text-right {
  text-align: right !important;
}

.CustomHTML .text-KPMGBlue {
  color: #00338D !important;
}

.CustomHTML .text-MediumBlue {
  color: #1e49e2 !important;
}

.CustomHTML .text-LightBlue {
  color: #00b8f5 !important;
}

.CustomHTML .text-Violet {
  color: #fd349c !important;
}

.CustomHTML .text-Purple {
  color: #7213ea !important;
}

.CustomHTML .text-LightPurple {
  color: #6D2077 !important;
}

.CustomHTML .text-KPMGGreen {
  color: #00c0ae !important;
}

.CustomHTML .text-Green, .CustomHTML .text-green {
  color: #00c0ae !important;
}

.CustomHTML .text-LightGreen {
  color: #43B02A !important;
}

.CustomHTML .text-Yellow {
  color: #EAAA00 !important;
}

.CustomHTML .text-Orange {
  color: #F68D2E !important;
}

.CustomHTML .text-Red, .text-red {
  color: #BC204B !important;
}

.CustomHTML .text-Pink, .text-pink {
  color: #C6007E !important;
}

.CustomHTML .text-White, .text-white {
  color: #FFFFFF !important;
}

.CustomHTML .text-Grey, .text-grey {
  color: #3C3C3C !important;
}

.CustomHTML .bg-KPMGBlue {
  background-color: #00338D !important;
}

.CustomHTML .bg-MediumBlue {
  background-color: #1e49e2 !important;
}

.CustomHTML .bg-LightBlue {
  background-color: #00b8f5 !important;
}

.CustomHTML .bg-Violet {
  background-color: #fd349c !important;
}

.CustomHTML .bg-Purple {
  background-color: #7213ea !important;
}

.CustomHTML .bg-LightPurple {
  background-color: #6D2077 !important;
}

.CustomHTML .bg-KPMGGreen {
  background-color: #00c0ae !important;
}

.CustomHTML .bg-Green {
  background-color: #00c0ae !important;
}

.CustomHTML .bg-LightGreen {
  background-color: #43B02A !important;
}

.CustomHTML .bg-Yellow {
  background-color: #EAAA00 !important;
}

.CustomHTML .bg-Orange {
  background-color: #F68D2E !important;
}

.CustomHTML .bg-Red {
  background-color: #BC204B !important;
}

.CustomHTML .bg-Pink {
  background-color: #C6007E !important;
}

.CustomHTML .bg-White {
  background-color: #FFFFFF !important;
}

.CustomHTML .bg-Grey {
  background-color: #3C3C3C !important;
}

.CustomHTML .customAnchor {
  background: transparent;
  width: 100%;
  height: 0px;
  display: block;
  position: absolute;
  top: -164px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
@media only screen and (max-width: 768px) {
  .customAnchor {
    top: -80px;
  }
}

.CustomHTML .btn {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.15;
  margin: 0px auto;
  padding: 4px 15px;
  border: 0px none;
  border-radius: 20px;
}

.CustomHTML .container {
  padding-top: 32px !important;
  padding-right: 30px !important;
  padding-bottom: 0px !important;
  padding-left: 30px !important;
}

.container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.CustomHTML .Accordian__section {
  display: block;
}
.CustomHTML .Accordian__section.bottom-border {
  border-bottom: 1px solid #00338D;
}
.CustomHTML .Accordian__button, .CustomHTML .Accordian__link {
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #00338D;
  cursor: pointer;
  display: block;
}
.CustomHTML .Accordian__button h3, .CustomHTML .Accordian__link h3 {
  font-weight: 600;
}
.CustomHTML .Accordian__button:hover, .CustomHTML .Accordian__link:hover {
  text-decoration: none !important;
}
.CustomHTML .Accordian__button.jsTabActive::after, .CustomHTML .Accordian__link.jsTabActive::after {
  transform: translateY(-50%) rotate(0deg);
}
.CustomHTML .Accordian__button::after, .CustomHTML .Accordian__link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #00338D;
  transition: 0.3s ease-in-out;
}
.CustomHTML .Accordian__heading {
  margin: 0;
  color: #00338D;
  font-weight: bold;
  font-size: calc(2.4rem * 0.625);
}
.CustomHTML .Accordian__content {
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.CustomHTML .Accordian__content.jsTabActive {
  max-height: 9999px;
  opacity: 1;
  overflow: visible;
}

.CustomHTML .ide-commitment {
  padding-top: 32px;
}
.CustomHTML .ide-commitment__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.CustomHTML .ide-commitment__col {
  margin: 0 !important;
}
.CustomHTML .ide-commitment__col--small {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__col--small {
    flex-grow: 0;
    width: auto;
  }
}
.CustomHTML .ide-commitment__col--big {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__col--big {
    flex-grow: 1;
  }
}
.CustomHTML .ide-commitment__tile {
  min-width: 210px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #FFFFFF;
  background-color: #00338D;
  padding: 16px;
  gap: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__tile--left {
    margin-left: -60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__tile--right {
    margin-right: -60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__tile {
    width: 220px !important;
  }
}
.CustomHTML .ide-commitment__tile .heading {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: calc(1.6rem * 0.625);
}
.CustomHTML .ide-commitment__tile .icon {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}
.CustomHTML .ide-commitment__tile .icon::after {
  background: #0091da;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  z-index: 1;
  content: "";
}
.CustomHTML .ide-commitment__tile .icon svg {
  fill: none;
  width: 128px;
  height: 128px;
  stroke: #fff;
  stroke-width: 20;
  z-index: 10;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0px auto;
  padding: 24px;
  border: 0px none;
}
.CustomHTML .ide-commitment__box {
  padding: 16px;
  padding-bottom: 32px;
  background-color: #1e49e2;
  color: #FFFFFF;
  text-align: center;
  display: block;
}
.CustomHTML .ide-commitment__box p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.CustomHTML .ide-commitment__box .representation-tile {
  padding: 20px 0;
  display: block;
}
.CustomHTML .ide-commitment__box .representation-icon {
  width: auto;
  height: auto;
  margin-bottom: 6px;
}
.CustomHTML .ide-commitment__box .representation-icon svg {
  fill: none;
  width: auto;
  height: 85px;
  z-index: 10;
  display: block;
  position: relative;
  margin: 0px auto;
  border: 0px none;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .ide-commitment__box .representation-icon svg {
    height: 115px;
  }
}
.CustomHTML .ide-commitment__figure {
  font-size: calc(3rem * 0.625);
  font-weight: bold;
}

.CustomHTML .kpmgvalue {
  width: 100%;
  display: grid;
  gap: 20px;
  height: auto;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .kpmgvalue {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .kpmgvalue {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .kpmgvalue {
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
  }
}
.CustomHTML .kpmgvalue__list {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.CustomHTML .kpmgvalue__header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
  border-bottom: 1px solid #00338D;
  padding-bottom: 15px;
}
.CustomHTML .kpmgvalue__header img {
  width: 55px;
  height: auto;
}
.CustomHTML .kpmgvalue__value {
  font-size: 35px;
  color: #00b8f5;
  font-weight: 300;
  font-family: "Open Sans Condensed", sans-serif;
}
.CustomHTML .kpmgvalue__description {
  color: #000000;
  text-align: center;
  margin-top: 15px;
}

.CustomHTML .tabContentGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .tabContentGrid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0px;
  }
}
.CustomHTML .tabContentGrid--kpmgblue {
  background-color: #00338d;
  border-top: 10px solid #00338d;
}
.CustomHTML .tabContentGrid--kpmgdarkblue {
  border-top: 10px solid #0c233c;
}
.CustomHTML .tabContentGrid--kpmgcobaltblue {
  border-top: 10px solid #1e49e2;
}
.CustomHTML .tabContentGrid--kpmgpurple {
  border-top: 10px solid #7213ea;
}
.CustomHTML .tabContentGrid--kpmggreen {
  border-top: 10px solid #00c0ae;
}
.CustomHTML .tabContentGrid__content {
  padding: 25px;
}
.CustomHTML .tabContentGrid__content p, .CustomHTML .tabContentGrid__content h6, .CustomHTML .tabContentGrid__content li {
  color: #FFFFFF;
  text-align: left;
}
.CustomHTML .tabContentGrid__content .readmore a {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.CustomHTML .tabContentGrid__content .readmore a::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
}
.CustomHTML .tabContentGrid__content--kpmgblue {
  background-color: #00338d;
}
.CustomHTML .tabContentGrid__heading {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
}
.CustomHTML .tabContentGrid__image {
  background-image: url("/../../../../content/dam/kpmg/uk/images/2022/05/crt134271-our-impact/5-oct-banner/our-firm.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 350px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .tabContentGrid__image {
    height: auto;
  }
}

.CustomHTML {
  transition: opacity 500ms ease-in-out;
}
.CustomHTML__page {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: calc(100vh - 57px);
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(12, 2fr);
  grid-template-rows: auto -webkit-max-content;
  grid-template-rows: auto max-content;
  grid-gap: 0px;
  font-size: 15px;
  line-height: 1.35;
  margin: 0px auto !important;
  padding: 0px;
  border: 0px none;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.CustomHTML__hero, .CustomHTML__banner {
  min-width: 320px;
  grid-column: 1/13;
  align-items: center;
}
.CustomHTML__content, .CustomHTML__footer {
  min-width: 320px;
  grid-column: 1/13;
  align-items: top;
}

.CustomHTML__navigation {
  width: 100%;
  min-width: 320px;
  height: 57px;
  display: block;
  top: 0px;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 99;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 319px) {
  .CustomHTML__navigation {
    left: 0px;
    height: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .CustomHTML__navigation {
    right: 0px;
    height: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML__navigation {
    left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML__navigationbutton {
    background: #fd349c;
    width: 60px;
    height: 60px;
    display: block;
    /* position: fixed; */
    /* top: 57px; */
    /* top: 0px; */
    position: relative;
    /* right: 0px; */
    z-index: 20;
    margin: 0px 0px 0px auto !important;
    padding: 0px;
    border: 0px none;
    transition: right 250ms ease-in-out;
  }

  .CustomHTML__navigationbutton.jsButtonSticky, .CustomHTML__navigationbutton.jsNavigationSticky{
    position: fixed;
    top: 0px;
  }

  .CustomHTML__navigationbutton.jsButtonSticky, .CustomHTML__navigationbutton.jsNavigationSticky, .CustomHTML__navigationbutton.jsMenuActive {
    right: 0px;
  }
  .CustomHTML__navigationbutton .menuToggle {
    background: #fd349c;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
    transition: background-color 250ms ease-in-out;
  }
  .CustomHTML__navigationbutton .menuToggle:hover {
    opacity: 1;
  }
  .CustomHTML__navigationbutton .menuToggle span {
    background-color: #FFFFFF;
    width: 50%;
    height: 4px;
    display: block;
    position: absolute;
    border-radius: 2px;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform-origin: center center;
    transition: background-color 250ms ease-in-out, top 250ms ease-in-out, transform 250ms ease-in-out;
  }
  .CustomHTML__navigationbutton .menuToggle span:nth-child(1) {
    top: 33.3333333%;
    left: 50%;
  }
  .CustomHTML__navigationbutton .menuToggle span:nth-child(2) {
    top: 66.6666667%;
    left: 50%;
  }
  .CustomHTML__navigationbutton .menuToggle span:nth-child(3) {
    top: 50%;
    left: 50%;
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive {
    background: #FFFFFF !important;
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive span {
    background-color: #fd349c !important;
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive span:nth-child(3) {
    width: 0px;
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive:hover span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
  }
  .CustomHTML__navigationbutton .menuToggle.jsMenuActive:hover span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML__navigation button {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML__navigationmenu {
    background: #1e49e2;
    width: 100%;
    min-width: 320px;
    height: 0vh;
    display: none;
    position: fixed;
    top: -100vh;
    left: 0px;
    z-index: 10;
    margin: 0px auto;
    padding: 57px 0px 0px;
    border: 0px none;
    overflow-y: scroll;
    transition: top 250ms ease-in-out, height 250ms ease-in-out;
  }
  .CustomHTML__navigationmenu ul {
    width: 100%;
    height: auto;
    z-index: 0;
    margin: 28.5px auto 0px;
    padding: 0px;
    border: 0px none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .CustomHTML__navigationmenu ul li {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: left;
    margin: 0px auto;
    padding: 0px 30px;
  }
  .CustomHTML__navigationmenu ul li ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .CustomHTML__navigationmenu ul li ul.children li {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px;
  }
  .CustomHTML__navigationmenu ul li ul.children li a {
    font-size: 14px;
    line-height: 1.75;
  }
  .CustomHTML__navigationmenu ul li a {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin: 10px auto;
    padding: 0px 0px 0px 55px;
    border: 0px none;
  }
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
  .CustomHTML__navigationmenu ul li a {
    font-size: 25px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 992px) and (min-width: 640px) {
  .CustomHTML__navigationmenu ul li a {
    font-size: 30px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .CustomHTML__navigationmenu ul li a {
    font-size: 35px;
    margin: 25px auto;
  }
}
@media only screen and (max-width: 992px) and (min-width: 992px) {
  .CustomHTML__navigationmenu ul li a {
    font-size: 40x;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 992px) and (min-width: 1200px) {
  .CustomHTML__navigationmenu ul li a {
    font-size: 45px;
    margin: 35px auto;
  }
}
@media only screen and (max-width: 992px) and (min-width: 1440px) {
  .CustomHTML__navigationmenu ul li a {
    font-size: 50px;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML__navigationmenu ul li a span {
    width: 25px;
    height: auto;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
    transform: translateY(-25%);
  }
  .CustomHTML__navigationmenu ul li a:hover, .CustomHTML__navigationmenu ul li a.selected {
    opacity: 0.5;
    text-decoration: none !important;
  }
  .CustomHTML__navigationmenu.jsMenuActive {
    height: 100vh;
    top: 0vh;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML__navigationmenu {
    background: #00338D;
    width: 100%;
    min-width: 320px;
    height: 57px;
    display: block;
    /* position: fixed; */
    /* top: 57px; */
    /* top: 0px; */
    /* left: 0px; */
    z-index: 10;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
    transition: top 250ms ease-in-out, height 250ms ease-in-out;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .CustomHTML__navigationmenu.jsNavigationSticky {
    position: fixed;
    /* top: 57px; */
    top: 0px;
    left: 0px;
  }
  .CustomHTML__navigationmenu ul {
    width: 100%;
    height: 57px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .CustomHTML__navigationmenu ul {
    max-width: 940px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .CustomHTML__navigationmenu ul {
    max-width: 1148px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  .CustomHTML__navigationmenu ul {
    max-width: 1230px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML__navigationmenu ul li {
    width: auto;
    height: 57px;
    display: block;
    position: relative;
    list-style: none;
    text-align: center;
    margin: 0px;
    transition: all 0.25s linear;
  }
  .CustomHTML__navigationmenu ul li:hover {
    background: #1e49e2;
  }
  .CustomHTML__navigationmenu ul li:hover ul {
    display: flex;
  }
  .CustomHTML__navigationmenu ul li.current {
    background: #1e49e2;
    position: relative;
  }
  .CustomHTML__navigationmenu ul li.current::after {
    background-color: #fd349c;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0px;
    content: "";
  }
  .CustomHTML__navigationmenu ul li.current a {
    font-weight: 600;
  }
  .CustomHTML__navigationmenu ul li.current .children li a {
    font-weight: 400;
  }
  .CustomHTML__navigationmenu ul li ul {
    width: auto;
    height: auto;
    min-width: 280px;
    max-width: 280px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 54px;
    left: 0;
  }
  .CustomHTML__navigationmenu ul li ul li {
    width: 100%;
    height: auto;
    background: #1e49e2;
    position: relative;
  }
  .CustomHTML__navigationmenu ul li ul li:hover ul.grand-children {
    display: block;
  }
  .CustomHTML__navigationmenu ul li ul li ul.grand-children {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
  }
  .CustomHTML__navigationmenu ul li ul li a {
    padding: 12px 20px 12px 30px;
    white-space: unset;
  }
  .CustomHTML__navigationmenu ul li ul li:hover {
    background: #00338D;
  }
  .CustomHTML__navigationmenu ul li a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin: 0px auto;
    padding: 15px 48px;
    border: 0px none;
    white-space: nowrap;
  }
  .CustomHTML__navigationmenu ul li a span {
    display: none;
  }
  .CustomHTML__navigationmenu ul li a:hover, .CustomHTML__navigationmenu ul li a.selected {
    text-decoration: none !important;
  }
}

.CustomHTML__hero {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: calc(100vh - 57px);
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 0px;
  font-size: 15px;
  line-height: 1.35;
  margin: 0px auto !important;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__hero .tile-mainheading {
  grid-column: 1/13;
  grid-row: 2/3;
  width: 100%;
  margin: 0px auto 25px auto;
}
.CustomHTML__hero .tile-mainheading h2 {
  font-weight: bold;
  color: #00338d;
}
.CustomHTML__hero .tile {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  z-index: 10;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 0px;
  grid-column: 1/13;
  grid-row: auto;
  align-items: center;
  color: #FFFFFF;
  margin: 0px auto !important;
  padding: 0px;
  border: 0px none;
  overflow: hidden;
}
.CustomHTML__hero .tile .down-arrow {
  position: absolute;
  z-index: 99;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
.CustomHTML__hero .tile .text {
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  z-index: 30;
  grid-template-columns: auto;
  grid-template-rows: -webkit-max-content -webkit-max-content auto -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content auto max-content max-content max-content;
  grid-gap: 0px 30px;
  color: #FFFFFF;
  line-height: 1.35;
  text-align: left;
  margin: 0px auto;
  padding: 40px 30px;
  border: 0px none;
  transition: height 250ms ease-in-out, opacity 250ms ease-in-out;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
}
.CustomHTML__hero .tile .text .title {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  grid-column: 1/3;
  grid-row: 1;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  padding-bottom: 20px;
}
.CustomHTML__hero .tile .text .title.large {
  font-size: 6em;
  font-family: "Open Sans Condensed";
}
@media only screen and (min-width: 992px) {
  .CustomHTML__hero .tile .text .title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML__hero .tile .text .title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML__hero .tile .text .title {
    font-size: 2em;
  }
}
.CustomHTML__hero .tile .text .description {
  display: block;
  position: relative;
  grid-column: 1/3;
  grid-row: 2;
  font-size: 1.15em;
  padding-bottom: 20px;
  transition: opacity 250ms ease-in-out;
}
.CustomHTML__hero .tile .text .icon {
  display: none;
}
.CustomHTML__hero .tile .text .button, .CustomHTML__hero .tile .text .name, .CustomHTML__hero .tile .text .date {
  display: block;
  position: relative;
  grid-column: 1/3;
  justify-self: start;
  transition: opacity 250ms ease-in-out;
}
.CustomHTML__hero .tile .text .button {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  grid-column: 1/3;
  grid-row: 4;
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.15;
  margin: 0px;
  padding: 6px 45px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML__hero .tile .text .button::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML__hero .tile .text .button:hover {
  background-color: #FFFFFF;
  color: #00338D !important;
  border-color: #FFFFFF !important;
}
.CustomHTML__hero .tile .text .button:hover::after {
  border-left-color: #00338D !important;
}
.CustomHTML__hero .tile .text .name {
  grid-column: 1/3;
  grid-row: 5;
}
@media only screen and (min-width: 992px) {
  .CustomHTML__hero .tile .text .name {
    grid-column: 1/2;
  }
}
.CustomHTML__hero .tile .text .date {
  font-weight: 600;
  grid-row: 6;
}
@media only screen and (min-width: 992px) {
  .CustomHTML__hero .tile .text .date {
    grid-column: 2/3;
    grid-row: 5;
    justify-self: end;
  }
}
.CustomHTML__hero .tile::after {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  content: "";
  transition: background-color 250ms ease-in-out;
}
.CustomHTML__hero .tile .image {
  background-color: transparent;
  background-position: center right 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  transition: transform 250ms ease-in-out;
  transform: scale(1);
  transform-origin: center center;
}
@media only screen and (max-width: 768px) {
  .CustomHTML__hero .tile .image {
    background-position: center left;
  }
}
.CustomHTML__hero .tile .video {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  transition: transform 250ms ease-in-out;
  transform: scale(1);
  transform-origin: center center;
}
@media only screen and (max-width: 1200px) {
  .CustomHTML__hero .tile .video {
    display: none;
  }
}
.CustomHTML__hero .tile .video .videojs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.CustomHTML__hero .tile .video .videojs .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CustomHTML__hero .tile .video .videojs .video-js {
  pointer-events: none;
}
.CustomHTML__hero .tile .video .videojs .video-js .vjs-control-bar {
  display: none;
}
.CustomHTML__hero .tile .video .videojs .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
}
.CustomHTML__hero .tile:hover {
  text-decoration: none !important;
}
.CustomHTML__hero .tile:hover::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.CustomHTML__hero .tile:hover .image {
  transform: scale(1.05);
}
.CustomHTML__hero .tile:hover .image::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.CustomHTML__hero .tile--1 {
  background-color: #00338D;
  min-height: calc(100vh - 50px);
  align-items: center;
}
.CustomHTML__hero .tile--1 .text {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .CustomHTML__hero .tile--1 .text {
    padding-right: 33.333333%;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML__hero .tile--1 .text {
    padding-right: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML__hero .tile--1 .text {
    padding-right: 66%;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML__hero .tile--1 .text {
    padding-right: 66%;
    padding-left: 10%;
  }
}
.CustomHTML__hero .tile--1 .text::before {
  top: calc(100% - 20px);
}
.CustomHTML__hero .tile--1 .text::after {
  bottom: 100%;
}
.CustomHTML__hero .tile--1 .text .button::after {
  border-left-color: #FFFFFF;
}
.CustomHTML__hero .tile--1 .text .button:hover::after {
  border-left-color: #00338D;
}
.CustomHTML__hero .tile--2 {
  background-color: #00c0ae;
}
.CustomHTML__hero .tile--2 .text .button::after {
  border-left-color: #FFFFFF;
}
.CustomHTML__hero .tile--3 {
  background-color: #fd349c;
}
.CustomHTML__hero .tile--3 .text .button::after {
  border-left-color: #FFFFFF;
}
.CustomHTML__hero .tile--4 {
  background-color: #00338d;
}
@media only screen and (min-width: 768px) {
  .CustomHTML__hero .tile--4 .text .icon {
    width: 25%;
    height: auto;
    display: block;
    position: absolute;
    top: 40%;
    right: 30px;
    transform: translateY(-50%);
  }
  .CustomHTML__hero .tile--4 .text .icon svg {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
    fill: #FFFFFF;
  }
  .CustomHTML__hero .tile--4 .text .icon + .title, .CustomHTML__hero .tile--4 .text .icon + .title + .description {
    padding-right: calc(20% + 60px);
  }
}
.CustomHTML__hero .tile--4 .text .button::after {
  border-left-color: #FFFFFF;
}
.CustomHTML__hero .tile--5 {
  background-color: #1e49e2;
}
.CustomHTML__hero .tile--5 .text .button::after {
  border-left-color: #FFFFFF;
}
.CustomHTML__hero .tile--6 {
  background-color: #0c233c;
}
.CustomHTML__hero .tile--6 .text .button::after {
  border-left-color: #FFFFFF;
}
@media only screen and (min-width: 480px) {
  .CustomHTML__hero .tile--1 {
    grid-column: 1/13;
    grid-row: 1/2;
  }
  .CustomHTML__hero .tile--2 {
    grid-column: 1/7;
    grid-row: 3;
  }
  .CustomHTML__hero .tile--3 {
    grid-column: 7/13;
    grid-row: 3;
  }
  .CustomHTML__hero .tile--4 {
    grid-column: 7/13;
    grid-row: 4/6;
  }
  .CustomHTML__hero .tile--5 {
    grid-column: 1/7;
    grid-row: 4;
  }
  .CustomHTML__hero .tile--6 {
    grid-column: 1/7;
    grid-row: 5;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML__hero .tile--1 {
    grid-column: 1/13;
    grid-row: 1/2;
  }
  .CustomHTML__hero .tile--2 {
    grid-column: 1/5;
    grid-row: 3;
  }
  .CustomHTML__hero .tile--3 {
    grid-column: 5/9;
    grid-row: 3;
  }
  .CustomHTML__hero .tile--4 {
    grid-column: 1/7;
    grid-row: 4;
  }
  .CustomHTML__hero .tile--5 {
    grid-column: 7/13;
    grid-row: 4;
  }
  .CustomHTML__hero .tile--6 {
    grid-column: 1/13;
    grid-row: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML__hero .tile--1 {
    grid-column: 1/13;
    grid-row: 1/2;
  }
  .CustomHTML__hero .tile--2 {
    grid-column: 9/13;
    grid-row: 1;
  }
  .CustomHTML__hero .tile--3 {
    grid-column: 9/13;
    grid-row: 2;
  }
  .CustomHTML__hero .tile--4 {
    grid-column: 1/5;
    grid-row: 3;
  }
  .CustomHTML__hero .tile--5 {
    grid-column: 5/9;
    grid-row: 3;
  }
  .CustomHTML__hero .tile--6 {
    grid-column: 9/13;
    grid-row: 3;
  }
}
.CustomHTML__hero .cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: #FFFFFF;
}

.CustomHTML__banner {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 320px;
  height: 90vh;
  max-height: 1080px;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 15px;
  line-height: 1.35;
  margin: 0px auto !important;
  padding: 57px 0px 0px;
  border: 0px none;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (min-width: 640px) {
  .CustomHTML__banner {
    min-height: 350px;
    margin-bottom: -20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .CustomHTML__banner {
    padding: 0px 0px 0px;
    height: auto;
  }
}
.CustomHTML__banner.childPage {
  height: auto;
  min-height: 500px;
}
.CustomHTML__banner .down-arrow {
  position: absolute;
  z-index: 3;
  top: 92%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
.CustomHTML__banner .image {
  background-color: #FFFFFF;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px 0px 56.25%;
  border: 0px none;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML__banner .image {
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    transform: translateX(-50%) translateY(-50%);
  }
}
.CustomHTML__banner .image::before, .CustomHTML__banner .image::after {
  width: 200%;
  height: 200%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  content: "";
  transform: translateY(-50%) translateX(-50%);
}
.CustomHTML__banner .content {
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 1200px) {
  .CustomHTML__banner .content {
    padding: 0px !important;
  }
  .CustomHTML__banner .content::before {
    background-color: #00338D;
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: -50%;
    content: "";
  }
}
.CustomHTML__banner .content .panel {
  background-color: transparent !important;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  line-height: 1.35;
  text-align: left;
  margin: 0px auto;
  padding: 20px 30px 30px;
  border: 0px none;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML__banner .content .panel {
    background-color: #00338D;
    min-height: auto;
    padding: 100px 30px;
  }
}
.CustomHTML__banner .content .panel .text {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__banner .content .panel .text .title {
  width: 100%;
  height: auto;
  font-size: calc(6rem * 0.625);
  display: block;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__banner .content .panel .text .subtitle {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0px auto 8px;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__banner .content .panel .text .description {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  margin: 15px auto 0px;
  padding: 0px;
  border: 0px none;
}
@media only screen and (max-width: 640px) {
  .CustomHTML__banner--KPMGBlue .content::before {
    background-color: #00338D;
  }
  .CustomHTML__banner--MediumBlue .content::before {
    background-color: #00338D;
  }
  .CustomHTML__banner--LightBlue .content::before {
    background-color: #00338D;
  }
  .CustomHTML__banner--Violet .content::before {
    background-color: #00338D;
  }
  .CustomHTML__banner--Purple .content::before {
    background-color: #00338D;
  }
  .CustomHTML__banner--LightPurple .content::before {
    background-color: #00338D;
  }
  .CustomHTML__banner--KPMGGreen .content::before {
    background-color: #00338D;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML__banner--KPMGBlue .content .panel {
    background-color: #00338D;
  }
  .CustomHTML__banner--MediumBlue .content .panel {
    background-color: #00338D;
  }
  .CustomHTML__banner--LightBlue .content .panel {
    background-color: #00338D;
  }
  .CustomHTML__banner--Violet .content .panel {
    background-color: #00338D;
  }
  .CustomHTML__banner--Purple .content .panel {
    background-color: #00338D;
  }
  .CustomHTML__banner--LightPurple .content .panel {
    background-color: #00338D;
  }
  .CustomHTML__banner--KPMGGreen .content .panel {
    background-color: #00338D;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML__banner {
    height: auto;
  }
}

.CustomHTML .image-margin-auto {
  margin: auto;
}
.CustomHTML .text-kpmg-blue {
  color: #00338D;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .lottie-animation {
    margin-top: 40px;
  }
}
.CustomHTML .lottie-animation svg {
  width: 100%;
  height: auto !important;
  max-height: 500px !important;
}
.CustomHTML .lottie-animation--large svg {
  width: 100%;
  height: auto !important;
  max-height: auto !important;
}
.CustomHTML .lottie-animation--graph svg {
  width: 100%;
  height: auto !important;
  max-height: 500px !important;
}
.CustomHTML__content {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__section, .CustomHTML__subsection {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  text-align: left;
  margin: 0px auto;
  padding: 0px 0px;
  border: 0px none;
}
.CustomHTML__section.padding__md, .CustomHTML__subsection.padding__md {
  padding-bottom: 64px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__section.padding__md, .CustomHTML__subsection.padding__md {
    padding-bottom: 32px;
  }
}
.CustomHTML__section.padding__md.top, .CustomHTML__subsection.padding__md.top {
  padding-top: 16px;
}
.CustomHTML__section.padding__sm, .CustomHTML__subsection.padding__sm {
  padding-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__section.padding__sm, .CustomHTML__subsection.padding__sm {
    padding-bottom: 24px;
  }
}
.CustomHTML__section.padding__sm.top, .CustomHTML__subsection.padding__sm.top {
  padding-top: 16px;
}
.CustomHTML__section.padding__top, .CustomHTML__subsection.padding__top {
  padding-top: 16px;
}
.CustomHTML__section.padding__top--Large, .CustomHTML__subsection.padding__top--Large {
  padding-top: 48px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__section.padding__top--Large, .CustomHTML__subsection.padding__top--Large {
    padding-top: 0px;
  }
}
.CustomHTML__section.grey, .CustomHTML__subsection.grey {
  background: #efefef;
}
.CustomHTML__section.mediumblue, .CustomHTML__subsection.mediumblue {
  background: #1e49e2;
}
.CustomHTML__section.mediumblue p, .CustomHTML__subsection.mediumblue p {
  color: #FFFFFF;
}
.CustomHTML__section .profile__image, .CustomHTML__subsection .profile__image {
  margin: 16px 0px 24px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML__section, .CustomHTML__subsection {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML__section, .CustomHTML__subsection {
    padding-top: 0px;
  }
}
.CustomHTML__section::after, .CustomHTML__subsection::after {
  display: block;
  clear: both;
  content: "";
}
.CustomHTML__section.report__documents .row:nth-child(even), .CustomHTML__subsection.report__documents .row:nth-child(even) {
  padding-top: 18px;
}
.CustomHTML__section.report__documents .col-md-3, .CustomHTML__section.report__documents .col-lg-3, .CustomHTML__subsection.report__documents .col-md-3, .CustomHTML__subsection.report__documents .col-lg-3 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
@media only screen and (max-width: 768px) {
  .CustomHTML__section.report__documents .col-md-3, .CustomHTML__section.report__documents .col-lg-3, .CustomHTML__subsection.report__documents .col-md-3, .CustomHTML__subsection.report__documents .col-lg-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-bottom: 16px !important;
  }
}
.CustomHTML__section.report__documents a, .CustomHTML__subsection.report__documents a {
  text-decoration: none;
}
.CustomHTML__section.report__documents a .cover, .CustomHTML__subsection.report__documents a .cover {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.CustomHTML__section.report__documents a .cover img, .CustomHTML__subsection.report__documents a .cover img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.3s linear;
}
.CustomHTML__section.report__documents a h3, .CustomHTML__subsection.report__documents a h3 {
  width: 100%;
  color: #00338D;
  font-size: 14px;
  margin-bottom: 8px;
}
.CustomHTML__section.report__documents a p, .CustomHTML__subsection.report__documents a p {
  font-size: 12px;
  color: #3C3C3C;
  margin-bottom: 12px;
}
.CustomHTML__section.report__documents a .download__info, .CustomHTML__subsection.report__documents a .download__info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.CustomHTML__section.report__documents a .download__info .icon, .CustomHTML__subsection.report__documents a .download__info .icon {
  width: 35px;
  height: 30px;
  margin: 0px 12px 0px 0px !important;
  background: url("https://assets.kpmg.com/content/dam/kpmg/uk/images/2022/05/crt134271-our-impact/report-download-icon.png") no-repeat center;
  background-size: contain;
}
.CustomHTML__section.report__documents a .download__info .information, .CustomHTML__subsection.report__documents a .download__info .information {
  margin: 0px;
}
.CustomHTML__section.report__documents a .download__info .information p, .CustomHTML__subsection.report__documents a .download__info .information p {
  margin: 0px;
  color: #00338D;
}
.CustomHTML__section.report__documents a .download__info .information p span, .CustomHTML__subsection.report__documents a .download__info .information p span {
  color: #3C3C3C;
}
.CustomHTML__section.report__documents a:hover, .CustomHTML__subsection.report__documents a:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.CustomHTML__section.report__documents a:hover .cover img, .CustomHTML__subsection.report__documents a:hover .cover img {
  transform: scale(1.05);
}
.CustomHTML__reporthub {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  text-align: left;
  margin: 0x auto !important;
  padding: 0px;
  border: 0px none;
  border-top: 12px solid #FFFFFF;
}
.CustomHTML__careers {
  border-top: 12px solid #FFFFFF;
}
.CustomHTML__video {
  padding-top: 64px;
  position: relative;
}
.CustomHTML__video.grey {
  background: #efefef;
}
.CustomHTML__video .video__container {
  width: 100%;
  height: auto;
  min-height: 500px;
  max-height: 500px;
  position: relative;
  display: none;
}
.CustomHTML__video .video__container.new-brand {
  min-height: auto;
  max-height: 100%;
  margin-bottom: 100px;
}
.CustomHTML__video .video__container.new-brand .video__content {
  padding: 80px 48px 80px 48px;
}
.CustomHTML__video .video__container .image {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .CustomHTML__video .video__container .image {
    background-size: cover !important;
  }
}
.CustomHTML__video .video__container .video__content {
  width: 40%;
  height: 100%;
  max-height: 100%;
  padding: 0px 48px;
  position: absolute;
  top: 0px;
  left: 128px;
  opacity: 0;
  animation: fadeInUp 0.25s ease-in 0.25s forwards;
  overflow: hidden;
}
.CustomHTML__video .video__container .video__content.right {
  left: 0;
  left: calc(60% - 128px);
}
@media only screen and (max-width: 992px) {
  .CustomHTML__video .video__container .video__content.right {
    width: 50%;
    left: 96px;
    padding: 0px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .CustomHTML__video .video__container .video__content.right {
    width: 60%;
    left: 40%;
    padding: 0px 32px;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML__video .video__container .video__content {
    width: 50%;
    left: 96px;
    padding: 0px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .CustomHTML__video .video__container .video__content {
    width: 60%;
    left: 40%;
    padding: 0px 32px;
  }
}
.CustomHTML__video .video__container .video__content.blue {
  background: #00338D;
}
.CustomHTML__video .video__container .video__content.mediumblue {
  background: #1e49e2;
}
.CustomHTML__video .video__container .video__content.lightblue {
  background: #00b8f5;
}
.CustomHTML__video .video__container .video__content.purple {
  background: #7213ea;
}
.CustomHTML__video .video__container .video__content.green {
  background: #00c0ae;
}
.CustomHTML__video .video__container .video__content h3 {
  color: #FFFFFF;
  opacity: 0;
  animation: fadeIn 0.25s linear 0.8s forwards;
}
.CustomHTML__video .video__container .video__content .play__btn {
  width: 96px;
  height: 96px;
  margin: 48px 0px 0px 0px;
  opacity: 0;
  animation: fadeIn 0.25s linear 1s forwards;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.CustomHTML__video .video__container .video__content .play__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML__video .video__container .video__content .play__btn:hover {
  cursor: pointer;
  transform: scale(1.125);
}
.CustomHTML__chapters {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0px auto;
  padding: 64px;
  border: 0px none;
  border-top: 12px solid #FFFFFF;
  z-index: 0;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters {
    flex-wrap: wrap;
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .CustomHTML__chapters {
    flex-wrap: wrap;
    padding: 32px 24px 24px;
  }
}
.CustomHTML__chapters.center-full {
  padding: 0;
}
.CustomHTML__chapters.center-full .chapter__block {
  max-width: 100%;
  min-width: 100%;
  max-height: inherit;
  min-height: auto;
}
@media only screen and (min-width: 992px) {
  .CustomHTML__chapters.center-full .chapter__block {
    max-width: calc(33.33% - 15px);
    min-width: calc(33.33% - 15px);
    max-height: inherit;
    min-height: auto;
  }
}
.CustomHTML__chapters.center-full .chapter__block a .image {
  width: 64px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .CustomHTML__chapters.center-full .chapter__block a .image {
    width: 100%;
  }
}
.CustomHTML__chapters.center-full .chapter__block a .image img {
  min-height: auto;
  max-height: inherit;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters.center-full .chapter__block a .image img {
    min-height: 0px;
    max-height: 100%;
  }
}
.CustomHTML__chapters.center-full .chapter__block a .content .description {
  min-height: auto;
}
.CustomHTML__chapters.quality-control-chapter {
  justify-content: flex-start;
}
@media only screen and (min-width: 992px) {
  .CustomHTML__chapters.quality-control-chapter .chapter__block.fourBlocks {
    max-width: calc(33% - 20px);
    min-width: calc(33% - 20px);
  }
}
.CustomHTML__chapters .chapter__block {
  width: auto;
  max-width: 18%;
  min-width: 18%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 16px;
}
@media only screen and (max-width: 1400px) {
  .CustomHTML__chapters .chapter__block {
    max-width: 30%;
  }
}
.CustomHTML__chapters .chapter__block.fourBlocks {
  max-width: 25%;
  min-width: 25%;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block.fourBlocks {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 64px;
    max-height: 64px;
    padding: 0px;
    margin: 0px 0px 12px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.CustomHTML__chapters .chapter__block.blue {
  background: #00338D;
}
.CustomHTML__chapters .chapter__block.lightblue {
  background: #00b8f5;
}
.CustomHTML__chapters .chapter__block.green {
  background: #00c0ae;
}
.CustomHTML__chapters .chapter__block.purple {
  background: #7213ea;
}
.CustomHTML__chapters .chapter__block.cobaltblue {
  background: #1e49e2;
}
.CustomHTML__chapters .chapter__block.darkblue {
  background: #0c233c;
}
.CustomHTML__chapters .chapter__block:last-of-type {
  margin-right: 0px;
}
.CustomHTML__chapters .chapter__block a {
  width: 100%;
  height: auto;
  color: #00338d;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.CustomHTML__chapters .chapter__block a span {
  font-weight: 700;
  font-size: 16px;
}
.CustomHTML__chapters .chapter__block a:hover {
  text-decoration: none !important;
}
.CustomHTML__chapters .chapter__block a:hover > .content p.link {
  background-color: #FFFFFF;
  color: #00338D !important;
  text-decoration: none !important;
  border-color: #FFFFFF !important;
}
.CustomHTML__chapters .chapter__block a:hover > .content p.link::after {
  border-left-color: #00338D;
}
.CustomHTML__chapters .chapter__block a .image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .image {
    width: auto;
    height: 64px;
    min-width: 100px;
  }
}
.CustomHTML__chapters .chapter__block a .image img {
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: 160px;
  object-fit: cover;
  object-position: top right;
  display: block;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .image img {
    width: auto;
    height: 100%;
    min-height: 0px;
    max-height: 100%;
    min-width: 100px;
    max-width: 100px;
  }
}
.CustomHTML__chapters .chapter__block a .content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .content {
    width: auto;
    flex: 3;
    min-height: 10px;
  }
}
.CustomHTML__chapters .chapter__block a .content.-white h3 {
  color: #FFFFFF !important;
}
.CustomHTML__chapters .chapter__block a .content.-white p {
  color: #FFFFFF !important;
}
.CustomHTML__chapters .chapter__block a .content .description {
  width: 100%;
  height: auto;
  min-height: 220px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .content .description {
    min-height: 0px;
    padding: 0px 16px;
  }
}
.CustomHTML__chapters .chapter__block a .content h3 {
  color: #00338d !important;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .content h3 {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
  }
}
.CustomHTML__chapters .chapter__block a .content p {
  color: #00338d !important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .content p {
    display: none;
  }
}
.CustomHTML__chapters .chapter__block a .content p.link {
  background-color: transparent;
  width: 150px;
  min-width: 128px;
  height: auto;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 20px 0px 15px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML__chapters .chapter__block a .content p.link.blue {
  color: #00338D;
  border: 1px solid #00338D;
}
.CustomHTML__chapters .chapter__block a .content p.link.blue::after {
  border-color: transparent transparent transparent #00338D;
}
.CustomHTML__chapters .chapter__block a .content p.link::after {
  background-color: transparent;
  width: 0;
  height: 0;
  margin-left: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
@media only screen and (max-width: 992px) {
  .CustomHTML__chapters .chapter__block a .content p.link {
    display: none;
  }
}
.CustomHTML .sectiontitle {
  display: block;
  position: relative;
  text-align: center !important;
}
.CustomHTML .sectiontitle div {
  overflow-x: hidden;
}
.CustomHTML .sectiontitle h2 {
  width: auto;
  max-width: 320px;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #00338D;
  font-weight: 600;
  text-align: center;
  margin: 0px auto;
  padding: 5px 15px;
  border: 0px none;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .sectiontitle h2 {
    max-width: 550px;
  }
}
.CustomHTML .sectiontitle h2::before, .CustomHTML .sectiontitle h2::after {
  background-color: #00338D;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  transform: translateY(-50%);
  content: "";
}
.CustomHTML .sectiontitle h2::before {
  left: 100%;
}
.CustomHTML .sectiontitle h2::after {
  right: 100%;
}
.CustomHTML .sectiontitle h3 {
  text-align: left;
}
.CustomHTML .ourcommitment {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 450px;
}
@media screen and (min-width: 1921px) {
  .CustomHTML .ourcommitment.divider-image {
    background-size: 100% 320px !important;
  }
}
.CustomHTML .ourcommitment__image {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.CustomHTML .ourcommitment__content {
  background-color: #00338D;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  color: #FFFFFF;
  margin: 20px auto;
  padding: 30px 30px 10px;
  border: 0px none;
}
.CustomHTML .ourcommitment__content--image {
  padding: 0;
}
.CustomHTML .ourcommitment__content.green {
  background: #00c0ae !important;
}
.CustomHTML .ourcommitment__content.purpleGradient {
  background-color: #1e49e2; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #7213ea, #1e49e2);
}
.CustomHTML .ourcommitment__content h2 {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0px auto;
}
.CustomHTML .ourcommitment__content h2.text-blue {
  color: #00338D;
}
.CustomHTML .ourcommitment__content h3 {
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0px auto 12px;
}
.CustomHTML .ourcommitment__content hr {
  border: none;
  border-bottom: 1px solid #FFFFFF;
  margin: 12px 0px !important;
}
.CustomHTML .ourcommitment__content .text {
  font-size: 18px;
}
.CustomHTML .ourcommitment__content .text.text-blue {
  color: #00338D;
}
.CustomHTML .ourcommitment__content .tiles {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  margin: -15px -15px -5px;
  padding: 0px;
  border: 0px none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .ourcommitment__content .tiles {
    flex-wrap: nowrap;
  }
}
.CustomHTML .ourcommitment__content .tiles .tile {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  flex-grow: 1;
  margin: 30px auto;
  padding: 0px 15px;
  border: 0px none;
}
.CustomHTML .ourcommitment__content .tiles .tile span {
  font-size: 1em;
  font-weight: normal;
}
.CustomHTML .ourcommitment__content .tiles .tile span.stat {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 2em;
  font-weight: 700;
  margin: 2px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .ourcommitment__content .tiles .tile:nth-child(1n+2)::after {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  content: "";
}
@media only screen and (max-width: 992px) {
  .CustomHTML .ourcommitment__content .tiles .tile:nth-child(1n+2)::after {
    width: calc(100% - 60px);
    height: 1px;
    top: -30px;
    left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .ourcommitment__content .tiles .tile:nth-child(1n+2)::after {
    width: 1px;
    height: 100%;
    top: 0px;
    left: 0px;
  }
}
.CustomHTML .videothumbnail {
  background-color: #000000;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  margin: 20px auto;
  padding: 0px 0px 56.25%;
  border: 0px none;
  overflow: hidden;
}
.CustomHTML .videothumbnail .image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transform: scale(1);
  transform-origin: center center;
}
.CustomHTML .videothumbnail .icon {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .videothumbnail .icon::before {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 250ms ease-in-out;
  content: "";
}
@media only screen and (max-width: 480px) {
  .CustomHTML .videothumbnail .icon::before {
    width: 60px;
    height: 60px;
  }
}
.CustomHTML .videothumbnail .icon::after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  margin: 0px 0px 0px 6px;
  padding: 0px;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #1e49e2;
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
@media only screen and (max-width: 480px) {
  .CustomHTML .videothumbnail .icon::after {
    margin: 0px 0px 0px 3px;
    border-width: 15px 0 15px 24px;
  }
}
.CustomHTML .videothumbnail::before, .CustomHTML .videothumbnail::after {
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  content: "";
}
.CustomHTML .videothumbnail::before {
  background-color: #00338D;
  width: calc(15% + 15px);
  left: 5%;
  z-index: 5;
}
.CustomHTML .videothumbnail::after {
  background-color: #FFFFFF;
  width: 15px;
  left: calc(5% + 15px);
  z-index: 10;
}
.CustomHTML .videothumbnail:hover .image {
  opacity: 0.75;
  transform: scale(1.05);
}
.CustomHTML .videothumbnail:hover .icon::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.CustomHTML .highlights__section {
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.CustomHTML .highlights__section .highlight {
  width: auto;
  height: auto;
  max-width: calc(25% - 12px);
  min-width: calc(20% - 12px);
}
.CustomHTML .highlights__section .highlight .icon {
  width: 64px;
  height: 64px;
  margin: 0px 0px 8px 0px;
}
.CustomHTML .highlights__section .highlight .icon svg {
  width: 100%;
  height: auto;
}
.CustomHTML .highlights__section .highlight .icon.lightblue svg {
  fill: #00b8f5;
}
.CustomHTML .highlights__section .highlight .icon.green svg {
  fill: #00c0ae;
}
.CustomHTML .highlights__section .highlight .icon.purple svg {
  fill: #7213ea;
}
.CustomHTML .highlights__section .highlight .icon.mediumblue svg {
  fill: #1e49e2;
}
.CustomHTML .awards-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 306px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .awards-row {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
.CustomHTML .awards-row__tile {
  background-color: transparent;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  fill: #00338D;
  color: #00338D;
  text-align: center;
  margin: 0px auto;
  padding: 24px;
  border: 0px none;
}
.CustomHTML .awards-row__tile--purple {
  fill: #7213ea !important;
}
.CustomHTML .awards-row__tile--lightblue {
  fill: #00b8f5 !important;
}
.CustomHTML .awards-row__tile--mediumblue {
  fill: #1e49e2 !important;
}
.CustomHTML .awards-row__tile--green {
  fill: #00c0ae !important;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .awards-row__tile {
    padding: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .awards-row__tile {
    padding: 32px;
  }
}
.CustomHTML .awards-row__tile::after {
  background-color: #FFFFFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%) translateX(-50%);
  content: "";
}
.CustomHTML .awards-row__tile .icon {
  position: relative;
  z-index: 10;
  grid-row: 2;
}
.CustomHTML .awards-row__tile .icon img, .CustomHTML .awards-row__tile .icon svg, .CustomHTML .awards-row__tile .icon use {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  fill: inherit;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .awards-row__tile .title {
  width: 100%;
  height: auto;
  margin: 10px auto;
  position: relative;
  z-index: 10;
  grid-row: 3;
  color: inherit;
  font-weight: 700;
  line-height: 1.15;
}
.CustomHTML .awards-row__tile .title.purple {
  color: #7213ea !important;
}
.CustomHTML .awards-row__tile .title.lightblue {
  color: #00b8f5 !important;
}
.CustomHTML .awards-row__tile .title.mediumblue {
  color: #1e49e2 !important;
}
.CustomHTML .awards-row__tile .title.green {
  color: #00c0ae !important;
}
.CustomHTML .awards-row__tile .subtitle {
  position: relative;
  z-index: 10;
  grid-row: 4;
  color: inherit;
  font-weight: 300;
}
.CustomHTML .awards-row__tile .subtitle.purple {
  color: #7213ea !important;
}
.CustomHTML .awards-row__tile .subtitle.lightblue {
  color: #00b8f5 !important;
}
.CustomHTML .awards-row__tile .subtitle.mediumblue {
  color: #1e49e2 !important;
}
.CustomHTML .awards-row__tile .subtitle.green {
  color: #00c0ae !important;
}
.CustomHTML .awardsaccreditations {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #F0F0F0;
}
.CustomHTML .awardsaccreditations__content {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 50px 0px;
  border: 0px none;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .awardsaccreditations__content {
    padding: 32px 0px 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .awardsaccreditations__content {
    padding: 0px 0px 32px;
  }
}
.CustomHTML .awardsaccreditations__content .image {
  background-color: #F0F0F0;
  background-position: center right 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .awardsaccreditations__content .carousel {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 320px;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 20px 30px 25px;
  border: 0px none;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.CustomHTML .awardsaccreditations__content .carousel h3 {
  font-weight: 600;
  color: #00338D;
  margin: 0px auto 10px;
}
.CustomHTML .awardsaccreditations__content .carousel .slider {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .slick-slider.sideNavIcons {
  display: block;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .slick-slider.sideNavIcons button.slick-prev,
.CustomHTML .awardsaccreditations__content .carousel .slider .slick-slider.sideNavIcons button.slick-next {
  height: 92%;
  position: absolute;
  width: 50px;
  border-radius: 0px;
  top: 4%;
  outline: none;
  border: 0px;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .slick-slider.sideNavIcons button.slick-next {
  right: -6%;
  background-color: #7213ea;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .slick-slider.sideNavIcons button.slick-prev {
  left: -6%;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .slick-list {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile {
  background-color: transparent;
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  fill: #00338D;
  color: #00338D;
  text-align: center;
  margin: 0px auto;
  padding: 24px;
  border: 0px none;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .awardsaccreditations__content .carousel .slider .tile {
    padding: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .awardsaccreditations__content .carousel .slider .tile {
    padding: 32px;
  }
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile::after {
  background-color: #FFFFFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%) translateX(-50%);
  content: "";
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .icon {
  position: relative;
  z-index: 10;
  grid-row: 2;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .icon img, .CustomHTML .awardsaccreditations__content .carousel .slider .tile .icon svg, .CustomHTML .awardsaccreditations__content .carousel .slider .tile .icon use {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  fill: inherit;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .title {
  width: 100%;
  height: auto;
  margin: 10px auto;
  position: relative;
  z-index: 10;
  grid-row: 3;
  color: inherit;
  font-weight: 700;
  line-height: 1.15;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .title.purple {
  color: #7213ea !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .title.lightblue {
  color: #00b8f5 !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .title.mediumblue {
  color: #1e49e2 !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .title.green {
  color: #00c0ae !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .subtitle {
  position: relative;
  z-index: 10;
  grid-row: 4;
  color: inherit;
  font-weight: 300;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .subtitle.purple {
  color: #7213ea !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .subtitle.lightblue {
  color: #00b8f5 !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .subtitle.mediumblue {
  color: #1e49e2 !important;
}
.CustomHTML .awardsaccreditations__content .carousel .slider .tile .subtitle.green {
  color: #00c0ae !important;
}
.CustomHTML .newssection {
  margin-top: 0px;
  margin-bottom: 32px;
}
.CustomHTML .newssection__content {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px 0px;
  border: 0px none;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .newssection__content {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .newssection__content {
    padding: 0px 0px;
  }
}
.CustomHTML .newssection__content .image {
  background-color: #F0F0F0;
  background-position: center right 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .newssection__content .carousel {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 320px;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 20px 30px 25px;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.CustomHTML .newssection__content .carousel h3 {
  font-weight: 600;
  color: #00338D;
  margin: 0px auto 10px;
}
.CustomHTML .newssection__content .carousel .slider {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .newssection__content .carousel .slider .slick-list {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.CustomHTML .newssection__content .carousel .slider .tile {
  background-color: transparent;
  width: 100% !important;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 2fr);
  grid-template-rows: 0px -webkit-max-content -webkit-max-content -webkit-max-content auto;
  grid-template-rows: 0px max-content max-content max-content auto;
  grid-gap: 15px 0px;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: center;
  margin: 0px auto;
  padding: 6px;
  border: 0px none;
}
.CustomHTML .newssection__content .carousel .slider .tile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s linear;
}
.CustomHTML .newssection__content .carousel .slider .tile a {
  text-decoration: none !important;
  min-height: 250px;
  display: block;
  z-index: 5;
  background: #00338D;
}
.CustomHTML .newssection__content .carousel .slider .tile a.mediumblue {
  background-color: #1e49e2;
}
.CustomHTML .newssection__content .carousel .slider .tile a.lightblue {
  background-color: #00b8f5;
}
.CustomHTML .newssection__content .carousel .slider .tile a.purple {
  background-color: #7213ea;
}
.CustomHTML .newssection__content .carousel .slider .tile a.green {
  background-color: #00c0ae;
}
.CustomHTML .newssection__content .carousel .slider .tile a .description {
  width: 100%;
  height: auto;
  margin: 0px 0px;
  text-decoration: none;
  z-index: 4;
}
.CustomHTML .newssection__content .carousel .slider .tile a .description h3 {
  width: 100%;
  padding: 12px 24px;
  color: #fff;
  text-align: left;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.CustomHTML .newssection__content .carousel .slider .tile a:hover {
  cursor: pointer;
}
.CustomHTML .newssection__content .carousel .slider .tile a:hover .description h3 {
  text-decoration: none !important;
}
.CustomHTML .newssection__content .carousel .slider .tile:hover img {
  transform: scale(1.025);
}
.CustomHTML .kpmgfoundation__blocks {
  width: 100%;
  height: auto;
  padding: 64px 0px;
  background: url("https://assets.kpmg.com/content/dam/kpmg/uk/images/2021/08/our-impact/kpmg-foundation-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.CustomHTML .kpmgfoundation__blocks .block {
  width: 30%;
  height: auto;
  min-height: 384px;
  margin: 0px 16px 0px 0px;
  padding: 48px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .kpmgfoundation__blocks .block {
    width: calc(50% - 48px);
    max-width: calc(50% - 48px);
    min-width: calc(50% - 48px);
    margin: 0px 6px;
  }
}
@media only screen and (max-width: 768px) {
  .CustomHTML .kpmgfoundation__blocks .block {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    min-width: calc(100% - 48px);
    margin: 0px 0px 12px;
  }
}
.CustomHTML .kpmgfoundation__blocks .block.blue {
  background: #00338D;
}
.CustomHTML .kpmgfoundation__blocks .block.purple {
  background: #7213ea;
}
.CustomHTML .kpmgfoundation__blocks .block:last-of-type {
  margin-right: 0px;
}
.CustomHTML .kpmgfoundation__blocks .block .content {
  width: 100%;
  height: auto;
}
.CustomHTML .kpmgfoundation__blocks .block .content h3 {
  font-size: 1.875em;
  color: #FFFFFF;
}
.CustomHTML .kpmgfoundation__blocks .block .readmore {
  margin: 0px 0px;
}
.CustomHTML .kpmgfoundation__blocks .block .readmore.double {
  border-radius: 30px;
}
.CustomHTML .kpmgfoundation__blocks .block .link {
  width: 100%;
  height: auto;
  min-height: 104px;
  display: flex;
  flex-wrap: nowrap;
}
.CustomHTML .kpmgfoundation__blocks .block .link .image {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-right: 16px;
}
.CustomHTML .kpmgfoundation__blocks .block .link .image img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML .kpmgfoundation__blocks .block .link a {
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}
.CustomHTML .kpmgfoundation__blocks .block .link a span {
  text-decoration: underline;
  font-weight: 700;
}
.CustomHTML .committmentsection {
  margin-top: 20px;
  margin-bottom: 20px;
}
.CustomHTML .committmentsection__content {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 50px 0px;
  border: 0px none;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .committmentsection__content {
    padding: 75px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .committmentsection__content {
    padding: 100px 0px;
  }
}
.CustomHTML .committmentsection__content .image {
  background-color: #F0F0F0;
  background-position: center right 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 45%;
  min-height: 250px;
  display: block;
  position: absolute;
  top: 55%;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .committmentsection__content .carousel {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 320px;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 20px 30px 25px;
  border: 0px none;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.CustomHTML .committmentsection__content .carousel h3 {
  font-weight: 600;
  color: #00338D;
  margin: 0px auto 10px;
}
.CustomHTML .committmentsection__content .carousel .slider {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .committmentsection__content .carousel .slider .slick-list {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.CustomHTML .committmentsection__content .carousel .slider .tile {
  background-color: transparent;
  width: 100% !important;
  height: 100%;
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(1, 2fr);
  grid-template-rows: 0px -webkit-max-content -webkit-max-content -webkit-max-content auto;
  grid-template-rows: 0px max-content max-content max-content auto;
  grid-gap: 15px 0px;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: center;
  margin: 0px auto;
  padding: 30px 30px;
  border: 0px none;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .committmentsection__content .carousel .slider .tile {
    padding: 30px 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .committmentsection__content .carousel .slider .tile {
    padding: 30px 60px;
  }
}
.CustomHTML .committmentsection__content .carousel .slider .tile::after {
  background-color: #FFFFFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%) translateX(-50%);
  content: "";
}
.CustomHTML .committmentsection__content .carousel .slider .tile .icon {
  position: relative;
  z-index: 10;
  grid-row: 2;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .icon img, .CustomHTML .committmentsection__content .carousel .slider .tile .icon svg, .CustomHTML .committmentsection__content .carousel .slider .tile .icon use {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  fill: inherit;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .title {
  position: relative;
  z-index: 10;
  grid-row: 3;
  color: inherit;
  font-weight: 700;
  line-height: 1.15;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .subtitle {
  position: relative;
  z-index: 10;
  grid-row: 4;
  color: inherit;
  font-weight: 300;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .subtitle.purple {
  color: #7213ea !important;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .subtitle.lightblue {
  color: #00b8f5 !important;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .subtitle.mediumblue {
  color: #1e49e2 !important;
}
.CustomHTML .committmentsection__content .carousel .slider .tile .subtitle.green {
  color: #00c0ae !important;
}
.CustomHTML .casestudies {
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
}
.CustomHTML .casestudies .slider {
  background-color: #1e49e2;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .casestudies .slider .slick-slider {
  padding: 0px;
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows {
  position: relative;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slick-slider.largeArrows {
    padding: 0px 0px;
  }
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slide__video {
  margin: 0px;
  padding: 0px;
  min-height: auto;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slick-slider.largeArrows .slide__video .panel {
    padding: 30px 60px;
  }
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev, .CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next {
  background-color: transparent;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0px;
  z-index: 20;
  height: 100%;
  border-radius: 0px;
  grid-column: none;
  grid-row: none;
  margin: 0px;
  border-color: #FFFFFF;
  border: 0px;
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev:hover, .CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev::before, .CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next::before {
  border-left-color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev {
  margin-left: 0px;
  left: -50px;
  top: 0px;
  background-color: #1e49e2;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev {
    left: 0px;
  }
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev:hover {
  background-color: #1e49e2;
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-prev::after {
  border-color: transparent #FFFFFF transparent transparent;
  border-width: 8px 16px 8px 0;
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next {
  margin-left: auto;
  right: -50px;
  top: 0px;
  background-color: #1e49e2;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next {
    right: 0px;
  }
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next:hover {
  background-color: #1e49e2;
}
.CustomHTML .casestudies .slider .slick-slider.largeArrows .slick-next::after {
  border-color: transparent #FFFFFF transparent transparent;
  border-width: 8px 16px 8px 0;
}
.CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
  background-color: transparent;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 20;
  grid-column: none;
  grid-row: none;
  margin: 0px;
  border-color: #FFFFFF;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
    left: calc(50vw - 328px + 60px);
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
    left: calc(50vw - 392px + 60px);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
    left: calc(50vw - 440px + 60px);
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
    left: calc(50vw - 544px + 60px);
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
    left: calc(50vw - 585px + 60px);
  }
}
.CustomHTML .casestudies .slider .slick-slider .slick-prev:hover, .CustomHTML .casestudies .slider .slick-slider .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.CustomHTML .casestudies .slider .slick-slider .slick-prev::before, .CustomHTML .casestudies .slider .slick-slider .slick-next::before {
  border-left-color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slick-slider .slick-prev {
  margin-left: 0px;
}
.CustomHTML .casestudies .slider .slick-slider .slick-next {
  margin-left: 60px;
}
.CustomHTML .casestudies .slider .slide {
  width: 100%;
  height: auto;
  min-height: 350px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .casestudies .slider .slide.slide__video {
  max-height: 500px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .casestudies .slider .slide.slide__video {
    max-height: 600px;
  }
}
.CustomHTML .casestudies .slider .slide .image {
  background-color: #F0F0F0;
  background-position: center right 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px 0px 56.75%;
  border: 0px none;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .casestudies .slider .slide .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
  }
}
.CustomHTML .casestudies .slider .slide .panel {
  background-color: #1e49e2;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  z-index: 10;
  grid-template-columns: auto;
  grid-template-rows: auto -webkit-max-content -webkit-max-content auto -webkit-max-content;
  grid-template-rows: auto max-content max-content auto max-content;
  grid-gap: 20px 0px;
  align-items: center;
  margin: 0px auto;
  padding: 40px 30px 100px;
  border: 0px none;
}
@media only screen and (max-width: 640px) {
  .CustomHTML .casestudies .slider .slide .panel::before, .CustomHTML .casestudies .slider .slide .panel::after {
    background-color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 0;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
    content: "";
  }
  .CustomHTML .casestudies .slider .slide .panel::before {
    right: 100%;
  }
  .CustomHTML .casestudies .slider .slide .panel::after {
    left: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML .casestudies .slider .slide .panel {
    width: 294px;
    right: 147px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .casestudies .slider .slide .panel {
    width: 358px;
    right: 179px;
    min-height: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide .panel {
    width: 410px;
    right: 235px;
    padding-left: 65px;
  }
  .CustomHTML .casestudies .slider .slide .panel::before, .CustomHTML .casestudies .slider .slide .panel::after {
    background-color: #FFFFFF;
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 0;
    margin: 0px auto;
    padding: 0px;
    border: 0px none;
    content: "";
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide .panel {
    width: 514px;
    right: 287px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies .slider .slide .panel {
    width: 555px;
    right: 307.5px;
  }
}
.CustomHTML .casestudies .slider .slide .panel .title {
  width: 100%;
  grid-row: auto;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
}
.CustomHTML .casestudies .slider .slide .panel .title img {
  width: 80px;
  height: auto;
  display: block;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .casestudies .slider .slide .panel .title {
    width: 83.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide .panel .title {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide .panel .title {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies .slider .slide .panel .title {
    font-size: 1.5em;
  }
}
.CustomHTML .casestudies .slider .slide .panel .description {
  width: 100%;
  grid-row: auto;
}
.CustomHTML .casestudies .slider .slide .panel .description p {
  color: #FFFFFF;
  margin: 0px auto;
}
.CustomHTML .casestudies .slider .slide .panel .description p + p {
  margin-top: 20px;
}
.CustomHTML .casestudies .slider .slide .panel .description p a {
  color: #FFFFFF;
  font-weight: 700;
}
.CustomHTML .casestudies .slider .slide .panel .description ul {
  padding-bottom: 12px;
}
.CustomHTML .casestudies .slider .slide .panel .description ul li {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote {
  text-align: left;
  margin-bottom: 10px;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote.no-quote::before {
  display: none;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote::before {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 4em;
  line-height: 0.1em;
  margin: 20px 0.25em 0px 0px;
  padding: 0.4em 0px 0px 0px;
  border: 0px none;
  content: "“";
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote p {
  color: #FFFFFF !important;
  font-size: 1.25em;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote p:nth-child(1) {
  margin-top: 5px;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote p:nth-child(1)::before {
  display: none;
}
.CustomHTML .casestudies .slider .slide .panel .name, .CustomHTML .casestudies .slider .slide .panel .link {
  width: 100%;
  grid-row: 5;
}
.CustomHTML .casestudies .slider .slide .panel .name a, .CustomHTML .casestudies .slider .slide .panel .link a {
  color: #FFFFFF;
  font-weight: 700;
}
.CustomHTML .casestudies .slider .slide .panel .name a:hover, .CustomHTML .casestudies .slider .slide .panel .link a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
.CustomHTML .casestudies .slider .slide .panel .button {
  width: 100%;
  grid-row: 5;
}
.CustomHTML .casestudies .slider .slide .panel .button p {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide .panel .button a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  grid-column: 1/3;
  grid-row: 4;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.15;
  margin: 0px;
  padding: 6px 45px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .casestudies .slider .slide .panel .button a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .casestudies .slider .slide .panel .button a:hover {
  background-color: #FFFFFF !important;
  color: #00338D !important;
  text-decoration: none !important;
  border-color: #00338D !important;
}
.CustomHTML .casestudies .slider .slide .panel .button a:hover:after {
  border-color: transparent transparent transparent #00338D !important;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies--Thin .slider .slide .panel, .CustomHTML .casestudies .slider .slide--Thin .panel {
    width: 205px;
    right: 340.75px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies--Thin .slider .slide .panel, .CustomHTML .casestudies .slider .slide--Thin .panel {
    width: 257px;
    right: 416.15px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies--Thin .slider .slide .panel, .CustomHTML .casestudies .slider .slide--Thin .panel {
    width: 277.5px;
    right: 445.875px;
  }
}
.CustomHTML .casestudies--Thick .slider .slide .panel {
  width: 100%;
  right: 0;
  grid-template-rows: max-content max-content;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .casestudies--Thick .slider .slide .panel {
    width: 435px;
    right: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .casestudies--Thick .slider .slide .panel {
    width: 531px;
    right: 63px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies--Thick .slider .slide .panel {
    width: 699px;
    right: 91px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies--Thick .slider .slide .panel {
    width: 855px;
    right: 117px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies--Thick .slider .slide .panel {
    width: 1035px;
    right: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies--Right .slider .slide .panel {
    width: 410px;
    left: 235px;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies--Right .slider .slide .panel {
    width: 514px;
    left: 287px;
    right: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies--Right .slider .slide .panel {
    width: 555px;
    left: 307.5px;
    right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies--Right .slider .slick-slider .slick-prev, .CustomHTML .casestudies--Right .slider .slick-slider .slick-next {
    left: calc(50vw - 440px + 530px);
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies--Right .slider .slick-slider .slick-prev, .CustomHTML .casestudies--Right .slider .slick-slider .slick-next {
    left: calc(50vw - 544px + 640px);
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies--Right .slider .slick-slider .slick-prev, .CustomHTML .casestudies--Right .slider .slick-slider .slick-next {
    left: calc(50vw - 585px + 680px);
  }
}
.CustomHTML .casestudies--KPMGBlue .slider, .CustomHTML .casestudies--KPMGBlue .slider .slide .panel, .CustomHTML .casestudies .slider .slide--KPMGBlue, .CustomHTML .casestudies .slider .slide--KPMGBlue .panel {
  background-color: #00338D;
}
.CustomHTML .casestudies--MediumBlue .slider, .CustomHTML .casestudies--MediumBlue .slider .slide .panel, .CustomHTML .casestudies .slider .slide--MediumBlue, .CustomHTML .casestudies .slider .slide--MediumBlue .panel {
  background-color: #1e49e2;
}
.CustomHTML .casestudies--LightBlue .slider, .CustomHTML .casestudies--LightBlue .slider .slide .panel, .CustomHTML .casestudies .slider .slide--LightBlue, .CustomHTML .casestudies .slider .slide--LightBlue .panel {
  background-color: #00b8f5;
}
.CustomHTML .casestudies--Violet .slider, .CustomHTML .casestudies--Violet .slider .slide .panel, .CustomHTML .casestudies .slider .slide--Violet, .CustomHTML .casestudies .slider .slide--Violet .panel {
  background-color: #fd349c;
}
.CustomHTML .casestudies--Purple .slider, .CustomHTML .casestudies--Purple .slider .slide .panel, .CustomHTML .casestudies .slider .slide--Purple, .CustomHTML .casestudies .slider .slide--Purple .panel {
  background-color: #7213ea;
}
.CustomHTML .casestudies--LightPurple .slider, .CustomHTML .casestudies--LightPurple .slider .slide .panel, .CustomHTML .casestudies .slider .slide--LightPurple, .CustomHTML .casestudies .slider .slide--LightPurple .panel {
  background-color: #6D2077;
}
.CustomHTML .casestudies--KPMGGreen .slider, .CustomHTML .casestudies--KPMGGreen .slider .slide .panel, .CustomHTML .casestudies .slider .slide--KPMGGreen, .CustomHTML .casestudies .slider .slide--KPMGGreen .panel {
  background-color: #00c0ae;
}
.CustomHTML .casestudy__column {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.CustomHTML .casestudy__column .image {
  width: 100%;
  height: auto;
}
.CustomHTML .casestudy__column .image img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML .casestudy__column .content {
  width: 100%;
  height: auto;
  padding: 24px 32px;
  background: #00338D;
}
.CustomHTML .casestudy__column .content h3 {
  color: #FFFFFF;
  margin: 0px 0px 12px;
}
.CustomHTML .casestudy__column .content p {
  color: #FFFFFF;
}
.CustomHTML .casestudy__column .content p a {
  font-weight: 700;
  color: #FFFFFF;
}
.CustomHTML .largetiles {
  background-color: #1e49e2; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #7213ea, #1e49e2);
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}
.CustomHTML .largetiles .image {
  background-color: #F0F0F0;
  background-position: top 15% right 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px 0px 56.75%;
  border: 0px none;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .largetiles .image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
  }
}
.CustomHTML .largetiles .container {
  position: relative;
  z-index: 10;
}
.CustomHTML .largetiles .text {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 30px 0px;
  border: 0px none;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .largetiles .text {
    width: 50%;
    margin: 0px;
    padding: 60px 60px 60px 0px;
    display: grid;
    position: relative;
    z-index: 0;
    grid-template-columns: repeat(1, 2fr);
    grid-template-rows: auto -webkit-max-content -webkit-max-content;
    grid-template-rows: auto max-content max-content;
    grid-gap: 0px;
    align-items: top;
  }
}
.CustomHTML .largetiles .text .title {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 1.333333em;
  font-weight: 600;
}
.CustomHTML .largetiles .text .description {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding-top: 30px;
  transition: opacity 250ms ease-in-out;
}
.CustomHTML .largetiles .text .button {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding-top: 30px;
}
.CustomHTML .largetiles .text .button a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 2px 0px;
  padding: 6px 35px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .largetiles .text .button a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .largetiles .text .button a:hover {
  background-color: #FFFFFF;
  text-decoration: none !important;
  color: #00338D !important;
}
.CustomHTML .largetiles .text .button a:hover::after {
  border-left-color: #00338D !important;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .largetiles--Right .image {
    right: auto;
    left: 0px;
  }
  .CustomHTML .largetiles--Right .text {
    float: right;
    padding: 60px 0px 60px 60px;
  }
}
.CustomHTML .largetiles--KPMGBlue {
  background-color: #00338D;
}
.CustomHTML .largetiles--MediumBlue {
  background-color: #1e49e2;
}
.CustomHTML .largetiles--LightBlue {
  background-color: #00b8f5;
}
.CustomHTML .largetiles--Violet {
  background-color: #fd349c;
}
.CustomHTML .largetiles--Purple {
  background-color: #7213ea;
}
.CustomHTML .largetiles--LightPurple {
  background-color: #6D2077;
}
.CustomHTML .largetiles--KPMGGreen {
  background-color: #00c0ae;
}
.CustomHTML .singleinfotiles, .CustomHTML .multipleinfotiles {
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
.CustomHTML .singleinfotiles .tile, .CustomHTML .multipleinfotiles .tile {
  background-color: #FFFFFF;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(1, 2fr);
  grid-template-rows: -webkit-max-content -webkit-max-content auto;
  grid-template-rows: max-content max-content auto;
  grid-gap: 25px;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: left;
  margin: 0px auto;
  padding: 30px 20px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s linear;
}
.CustomHTML .singleinfotiles .tile.vertical-tiles, .CustomHTML .multipleinfotiles .tile.vertical-tiles {
  flex-direction: row;
}
.CustomHTML .singleinfotiles .tile.vertical-tiles .icon.nature-section img, .CustomHTML .multipleinfotiles .tile.vertical-tiles .icon.nature-section img {
  width: 400px;
}
.CustomHTML .singleinfotiles .tile.vertical-tiles .icon::after, .CustomHTML .multipleinfotiles .tile.vertical-tiles .icon::after {
  display: none;
}
.CustomHTML .singleinfotiles .tile.single, .CustomHTML .multipleinfotiles .tile.single {
  grid-template-rows: auto;
}
.CustomHTML .singleinfotiles .tile .down-arrow-img, .CustomHTML .multipleinfotiles .tile .down-arrow-img {
  width: 24px;
  height: auto;
  position: relative;
  margin: auto auto 0px auto;
}
.CustomHTML .singleinfotiles .tile .down-arrow-img.people-page, .CustomHTML .multipleinfotiles .tile .down-arrow-img.people-page {
  width: 18px;
  margin: auto auto auto auto;
  transform: rotate(-90deg);
}
.CustomHTML .singleinfotiles .tile .fact, .CustomHTML .multipleinfotiles .tile .fact {
  color: #3C3C3C;
  font-size: 21px;
  line-height: 1.15;
  display: block;
}
.CustomHTML .singleinfotiles .tile .fact.nature-section, .CustomHTML .multipleinfotiles .tile .fact.nature-section {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: calc(1.5rem * 0.625);
  line-height: initial;
  font-weight: bold;
}
.CustomHTML .singleinfotiles .tile .fact a, .CustomHTML .multipleinfotiles .tile .fact a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile .fact strong, .CustomHTML .multipleinfotiles .tile .fact strong {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile .fact .year, .CustomHTML .multipleinfotiles .tile .fact .year {
  display: none;
}
.CustomHTML .singleinfotiles .tile .fact .year.active, .CustomHTML .multipleinfotiles .tile .fact .year.active {
  display: inline;
  animation: fadeIn 0.2s linear 0s forwards;
}
.CustomHTML .singleinfotiles .tile .fact .num, .CustomHTML .multipleinfotiles .tile .fact .num {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 8px;
  display: block;
}
.CustomHTML .singleinfotiles .tile .title, .CustomHTML .multipleinfotiles .tile .title {
  text-align: left;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.15;
}
.CustomHTML .singleinfotiles .tile .title.small-font, .CustomHTML .multipleinfotiles .tile .title.small-font {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: calc(1.5rem * 0.625);
  line-height: initial;
  font-weight: bold;
}
.CustomHTML .singleinfotiles .tile .icon, .CustomHTML .multipleinfotiles .tile .icon {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0px auto;
}
.CustomHTML .singleinfotiles .tile .icon.nature-section img, .CustomHTML .multipleinfotiles .tile .icon.nature-section img {
  padding: 0px;
  width: 122px;
  height: auto;
}
.CustomHTML .singleinfotiles .tile .icon.nature-section img.small-img, .CustomHTML .multipleinfotiles .tile .icon.nature-section img.small-img {
  width: 97px;
}
.CustomHTML .singleinfotiles .tile .icon img, .CustomHTML .singleinfotiles .tile .icon svg, .CustomHTML .singleinfotiles .tile .icon use, .CustomHTML .multipleinfotiles .tile .icon img, .CustomHTML .multipleinfotiles .tile .icon svg, .CustomHTML .multipleinfotiles .tile .icon use {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  z-index: 10;
  fill: inherit;
  margin: 0px auto;
  padding: 24px;
  border: 0px none;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .singleinfotiles .tile .icon img, .CustomHTML .singleinfotiles .tile .icon svg, .CustomHTML .singleinfotiles .tile .icon use, .CustomHTML .multipleinfotiles .tile .icon img, .CustomHTML .multipleinfotiles .tile .icon svg, .CustomHTML .multipleinfotiles .tile .icon use {
    width: 128px;
    height: 128px;
  }
}
.CustomHTML .singleinfotiles .tile .icon::after, .CustomHTML .multipleinfotiles .tile .icon::after {
  background: #1e49e2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  content: "";
}
.CustomHTML .singleinfotiles .tile .text, .CustomHTML .multipleinfotiles .tile .text {
  position: relative;
  z-index: 10;
  color: #3C3C3C;
  font-weight: normal;
  text-align: right;
}
.CustomHTML .singleinfotiles .tile .text.float-bottom, .CustomHTML .multipleinfotiles .tile .text.float-bottom {
  position: absolute;
  bottom: calc(0% + 28px);
}
@media only screen and (max-width: 992px) {
  .CustomHTML .singleinfotiles .tile .text.float-bottom, .CustomHTML .multipleinfotiles .tile .text.float-bottom {
    position: relative;
    bottom: auto;
  }
}
.CustomHTML .singleinfotiles .tile .text.left, .CustomHTML .multipleinfotiles .tile .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile .text .year, .CustomHTML .multipleinfotiles .tile .text .year {
  display: none;
}
.CustomHTML .singleinfotiles .tile .text .year.active, .CustomHTML .multipleinfotiles .tile .text .year.active {
  display: inline;
  animation: fadeIn 0.2s linear 0s forwards;
}
.CustomHTML .singleinfotiles .tile .text a, .CustomHTML .multipleinfotiles .tile .text a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 35px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .singleinfotiles .tile .text a.border-dark, .CustomHTML .multipleinfotiles .tile .text a.border-dark {
  border: 1px solid #000000;
}
.CustomHTML .singleinfotiles .tile .text a.border-dark::after, .CustomHTML .multipleinfotiles .tile .text a.border-dark::after {
  border-color: transparent transparent transparent #000000;
}
.CustomHTML .singleinfotiles .tile .text a::after, .CustomHTML .multipleinfotiles .tile .text a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .singleinfotiles .tile .text a:hover, .CustomHTML .multipleinfotiles .tile .text a:hover {
  background-color: #FFFFFF;
  color: #00338D !important;
  text-decoration: none !important;
  border-color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile .text a:hover::after, .CustomHTML .multipleinfotiles .tile .text a:hover::after {
  border-left-color: #00338D;
}
.CustomHTML .singleinfotiles .tile .text a.link, .CustomHTML .multipleinfotiles .tile .text a.link {
  margin: 0;
  padding: 0;
  border: none;
  color: #FFFFFF;
  text-decoration: underline !important;
  font-size: inherit !important;
}
.CustomHTML .singleinfotiles .tile .text a.link::before, .CustomHTML .singleinfotiles .tile .text a.link::after, .CustomHTML .multipleinfotiles .tile .text a.link::before, .CustomHTML .multipleinfotiles .tile .text a.link::after {
  display: none;
}
.CustomHTML .singleinfotiles .tile .text a.link:hover, .CustomHTML .multipleinfotiles .tile .text a.link:hover {
  background-color: transparent;
  color: #FFFFFF !important;
  text-decoration: underline !important;
  border: none !important;
}
.CustomHTML .singleinfotiles .tile p.center, .CustomHTML .multipleinfotiles .tile p.center {
  text-align: center;
}
.CustomHTML .singleinfotiles .tile.blue.top, .CustomHTML .multipleinfotiles .tile.blue.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.blue .icon, .CustomHTML .multipleinfotiles .tile.blue .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.blue .icon svg, .CustomHTML .multipleinfotiles .tile.blue .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.blue .icon::after, .CustomHTML .multipleinfotiles .tile.blue .icon::after {
  background: #00338D !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.blue .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.blue .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.blue .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.blue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.blue .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.blue .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.blue .fact strong, .CustomHTML .multipleinfotiles .tile.blue .fact strong {
  color: #00338D !important;
}
.CustomHTML .singleinfotiles .tile.blue:hover, .CustomHTML .multipleinfotiles .tile.blue:hover {
  background: #00338D;
}
.CustomHTML .singleinfotiles .tile.blue:hover .fact, .CustomHTML .multipleinfotiles .tile.blue:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.blue:hover .fact strong, .CustomHTML .multipleinfotiles .tile.blue:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.blue:hover .icon svg, .CustomHTML .multipleinfotiles .tile.blue:hover .icon svg {
  stroke: #00338D;
  fill: #00338D;
}
.CustomHTML .singleinfotiles .tile.blue:hover .icon::after, .CustomHTML .multipleinfotiles .tile.blue:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.blue:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.blue:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.blue:hover .text, .CustomHTML .multipleinfotiles .tile.blue:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.blue:hover p, .CustomHTML .multipleinfotiles .tile.blue:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblue.top, .CustomHTML .multipleinfotiles .tile.mediumblue.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.mediumblue .icon, .CustomHTML .multipleinfotiles .tile.mediumblue .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.mediumblue .icon svg, .CustomHTML .multipleinfotiles .tile.mediumblue .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.mediumblue .icon::after, .CustomHTML .multipleinfotiles .tile.mediumblue .icon::after {
  background: #1e49e2 !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.mediumblue .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.mediumblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.mediumblue .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.mediumblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.mediumblue .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.mediumblue .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.mediumblue .fact strong, .CustomHTML .multipleinfotiles .tile.mediumblue .fact strong {
  color: #1e49e2 !important;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover, .CustomHTML .multipleinfotiles .tile.mediumblue:hover {
  background: #1e49e2;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover .fact, .CustomHTML .multipleinfotiles .tile.mediumblue:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover .fact strong, .CustomHTML .multipleinfotiles .tile.mediumblue:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover .icon svg, .CustomHTML .multipleinfotiles .tile.mediumblue:hover .icon svg {
  stroke: #1e49e2;
  fill: #1e49e2;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover .icon::after, .CustomHTML .multipleinfotiles .tile.mediumblue:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.mediumblue:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover .text, .CustomHTML .multipleinfotiles .tile.mediumblue:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblue:hover p, .CustomHTML .multipleinfotiles .tile.mediumblue:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblue.top, .CustomHTML .multipleinfotiles .tile.darkblue.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.darkblue .icon, .CustomHTML .multipleinfotiles .tile.darkblue .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.darkblue .icon svg, .CustomHTML .multipleinfotiles .tile.darkblue .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.darkblue .icon::after, .CustomHTML .multipleinfotiles .tile.darkblue .icon::after {
  background: #0c233c !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.darkblue .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.darkblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.darkblue .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.darkblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.darkblue .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.darkblue .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.darkblue .fact strong, .CustomHTML .multipleinfotiles .tile.darkblue .fact strong {
  color: #0c233c !important;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover, .CustomHTML .multipleinfotiles .tile.darkblue:hover {
  background: #0c233c;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover .fact, .CustomHTML .multipleinfotiles .tile.darkblue:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover .fact strong, .CustomHTML .multipleinfotiles .tile.darkblue:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover .icon svg, .CustomHTML .multipleinfotiles .tile.darkblue:hover .icon svg {
  stroke: #0c233c;
  fill: #0c233c;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover .icon::after, .CustomHTML .multipleinfotiles .tile.darkblue:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.darkblue:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover .text, .CustomHTML .multipleinfotiles .tile.darkblue:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblue:hover p, .CustomHTML .multipleinfotiles .tile.darkblue:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.purple.top, .CustomHTML .multipleinfotiles .tile.purple.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.purple .icon, .CustomHTML .multipleinfotiles .tile.purple .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.purple .icon svg, .CustomHTML .multipleinfotiles .tile.purple .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.purple .icon::after, .CustomHTML .multipleinfotiles .tile.purple .icon::after {
  background: #7213ea !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.purple .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.purple .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.purple .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.purple .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.purple .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.purple .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.purple .fact strong, .CustomHTML .multipleinfotiles .tile.purple .fact strong {
  color: #7213ea !important;
}
.CustomHTML .singleinfotiles .tile.purple:hover, .CustomHTML .multipleinfotiles .tile.purple:hover {
  background: #7213ea;
}
.CustomHTML .singleinfotiles .tile.purple:hover .fact, .CustomHTML .multipleinfotiles .tile.purple:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.purple:hover .fact strong, .CustomHTML .multipleinfotiles .tile.purple:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.purple:hover .icon svg, .CustomHTML .multipleinfotiles .tile.purple:hover .icon svg {
  fill: #7213ea;
  stroke: #7213ea;
}
.CustomHTML .singleinfotiles .tile.purple:hover .icon::after, .CustomHTML .multipleinfotiles .tile.purple:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.purple:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.purple:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.purple:hover .text, .CustomHTML .multipleinfotiles .tile.purple:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.purple:hover p, .CustomHTML .multipleinfotiles .tile.purple:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.green.top, .CustomHTML .multipleinfotiles .tile.green.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.green .icon, .CustomHTML .multipleinfotiles .tile.green .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.green .icon svg, .CustomHTML .multipleinfotiles .tile.green .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.green .icon::after, .CustomHTML .multipleinfotiles .tile.green .icon::after {
  background: #00c0ae !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.green .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.green .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.green .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.green .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.green .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.green .icon.nostroke svg {
  stroke: none;
  stroke-width: 0;
}
.CustomHTML .singleinfotiles .tile.green .fact strong, .CustomHTML .multipleinfotiles .tile.green .fact strong {
  color: #00c0ae !important;
}
.CustomHTML .singleinfotiles .tile.green:hover, .CustomHTML .multipleinfotiles .tile.green:hover {
  background: #00c0ae;
}
.CustomHTML .singleinfotiles .tile.green:hover .fact, .CustomHTML .multipleinfotiles .tile.green:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.green:hover .fact strong, .CustomHTML .multipleinfotiles .tile.green:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.green:hover .icon svg, .CustomHTML .multipleinfotiles .tile.green:hover .icon svg {
  fill: #00c0ae;
  stroke: #00c0ae;
}
.CustomHTML .singleinfotiles .tile.green:hover .icon::after, .CustomHTML .multipleinfotiles .tile.green:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.green:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.green:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.green:hover .text, .CustomHTML .multipleinfotiles .tile.green:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.green:hover p, .CustomHTML .multipleinfotiles .tile.green:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.lightblue.top, .CustomHTML .multipleinfotiles .tile.lightblue.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.lightblue .icon, .CustomHTML .multipleinfotiles .tile.lightblue .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.lightblue .icon svg, .CustomHTML .multipleinfotiles .tile.lightblue .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.lightblue .icon::after, .CustomHTML .multipleinfotiles .tile.lightblue .icon::after {
  background: #00b8f5 !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.lightblue .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.lightblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.lightblue .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.lightblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.lightblue .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.lightblue .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.lightblue .fact strong, .CustomHTML .multipleinfotiles .tile.lightblue .fact strong {
  color: #00b8f5 !important;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover, .CustomHTML .multipleinfotiles .tile.lightblue:hover {
  background: #00b8f5;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover .fact, .CustomHTML .multipleinfotiles .tile.lightblue:hover .fact {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover .fact strong, .CustomHTML .multipleinfotiles .tile.lightblue:hover .fact strong {
  color: #00338D !important;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover .icon svg, .CustomHTML .multipleinfotiles .tile.lightblue:hover .icon svg {
  fill: #00b8f5;
  stroke: #00b8f5;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover .icon::after, .CustomHTML .multipleinfotiles .tile.lightblue:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.lightblue:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover .text, .CustomHTML .multipleinfotiles .tile.lightblue:hover .text {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightblue:hover p, .CustomHTML .multipleinfotiles .tile.lightblue:hover p {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightpurple.top, .CustomHTML .multipleinfotiles .tile.lightpurple.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.lightpurple .icon, .CustomHTML .multipleinfotiles .tile.lightpurple .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.lightpurple .icon svg, .CustomHTML .multipleinfotiles .tile.lightpurple .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.lightpurple .icon::after, .CustomHTML .multipleinfotiles .tile.lightpurple .icon::after {
  background: #6D2077 !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.lightpurple .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.lightpurple .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.lightpurple .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.lightpurple .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.lightpurple .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.lightpurple .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.lightpurple .fact strong, .CustomHTML .multipleinfotiles .tile.lightpurple .fact strong {
  color: #6D2077 !important;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover, .CustomHTML .multipleinfotiles .tile.lightpurple:hover {
  background: #6D2077;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover .fact, .CustomHTML .multipleinfotiles .tile.lightpurple:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover .fact strong, .CustomHTML .multipleinfotiles .tile.lightpurple:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover .icon svg, .CustomHTML .multipleinfotiles .tile.lightpurple:hover .icon svg {
  fill: #6D2077;
  stroke: #6D2077;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover .icon::after, .CustomHTML .multipleinfotiles .tile.lightpurple:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.lightpurple:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover .text, .CustomHTML .multipleinfotiles .tile.lightpurple:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.lightpurple:hover p, .CustomHTML .multipleinfotiles .tile.lightpurple:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violet.top, .CustomHTML .multipleinfotiles .tile.violet.top {
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.violet .icon, .CustomHTML .multipleinfotiles .tile.violet .icon {
  z-index: 2;
}
.CustomHTML .singleinfotiles .tile.violet .icon svg, .CustomHTML .multipleinfotiles .tile.violet .icon svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .singleinfotiles .tile.violet .icon::after, .CustomHTML .multipleinfotiles .tile.violet .icon::after {
  background: #fd349c !important;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .singleinfotiles .tile.violet .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.violet .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.violet .icon.fill5 svg, .CustomHTML .multipleinfotiles .tile.violet .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .singleinfotiles .tile.violet .icon.nostroke svg, .CustomHTML .multipleinfotiles .tile.violet .icon.nostroke svg {
  stroke: none;
}
.CustomHTML .singleinfotiles .tile.violet .fact strong, .CustomHTML .multipleinfotiles .tile.violet .fact strong {
  color: #fd349c !important;
}
.CustomHTML .singleinfotiles .tile.violet .text, .CustomHTML .multipleinfotiles .tile.violet .text {
  color: #000000;
}
.CustomHTML .singleinfotiles .tile.violet:hover, .CustomHTML .multipleinfotiles .tile.violet:hover {
  background: #fd349c;
}
.CustomHTML .singleinfotiles .tile.violet:hover .border-dark, .CustomHTML .multipleinfotiles .tile.violet:hover .border-dark {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violet:hover .fact, .CustomHTML .multipleinfotiles .tile.violet:hover .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violet:hover .fact strong, .CustomHTML .multipleinfotiles .tile.violet:hover .fact strong {
  color: #FFFFFF !important;
}
.CustomHTML .singleinfotiles .tile.violet:hover .icon svg, .CustomHTML .multipleinfotiles .tile.violet:hover .icon svg {
  fill: #fd349c;
  stroke: #fd349c;
}
.CustomHTML .singleinfotiles .tile.violet:hover .icon::after, .CustomHTML .multipleinfotiles .tile.violet:hover .icon::after {
  background: #FFFFFF !important;
  opacity: 1;
}
.CustomHTML .singleinfotiles .tile.violet:hover .icon.nofill svg, .CustomHTML .multipleinfotiles .tile.violet:hover .icon.nofill svg {
  fill: none;
}
.CustomHTML .singleinfotiles .tile.violet:hover .text, .CustomHTML .multipleinfotiles .tile.violet:hover .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violet:hover p, .CustomHTML .multipleinfotiles .tile.violet:hover p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblueblock, .CustomHTML .multipleinfotiles .tile.darkblueblock {
  background: #0c233c;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.darkblueblock .fact, .CustomHTML .multipleinfotiles .tile.darkblueblock .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblueblock .text, .CustomHTML .multipleinfotiles .tile.darkblueblock .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblueblock .text.left, .CustomHTML .multipleinfotiles .tile.darkblueblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.darkblueblock .text a, .CustomHTML .multipleinfotiles .tile.darkblueblock .text a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.darkblueblock p, .CustomHTML .multipleinfotiles .tile.darkblueblock p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.blueblock, .CustomHTML .multipleinfotiles .tile.blueblock {
  background: #00338D;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.blueblock .fact, .CustomHTML .multipleinfotiles .tile.blueblock .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.blueblock .text, .CustomHTML .multipleinfotiles .tile.blueblock .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.blueblock .text.left, .CustomHTML .multipleinfotiles .tile.blueblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.blueblock .text a, .CustomHTML .multipleinfotiles .tile.blueblock .text a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.blueblock p, .CustomHTML .multipleinfotiles .tile.blueblock p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblueblock, .CustomHTML .multipleinfotiles .tile.mediumblueblock {
  background: #1e49e2;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.mediumblueblock .fact, .CustomHTML .multipleinfotiles .tile.mediumblueblock .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblueblock .text, .CustomHTML .multipleinfotiles .tile.mediumblueblock .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblueblock .text.left, .CustomHTML .multipleinfotiles .tile.mediumblueblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.mediumblueblock .text a, .CustomHTML .multipleinfotiles .tile.mediumblueblock .text a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.mediumblueblock p, .CustomHTML .multipleinfotiles .tile.mediumblueblock p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.lightblueblock, .CustomHTML .multipleinfotiles .tile.lightblueblock {
  background: #00b8f5;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.lightblueblock .title, .CustomHTML .multipleinfotiles .tile.lightblueblock .title {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightblueblock .fact, .CustomHTML .multipleinfotiles .tile.lightblueblock .fact {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightblueblock .text, .CustomHTML .multipleinfotiles .tile.lightblueblock .text {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightblueblock .text.left, .CustomHTML .multipleinfotiles .tile.lightblueblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.lightblueblock .text a, .CustomHTML .multipleinfotiles .tile.lightblueblock .text a {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.lightblueblock p, .CustomHTML .multipleinfotiles .tile.lightblueblock p {
  color: #00338D;
}
.CustomHTML .singleinfotiles .tile.purpleblock, .CustomHTML .multipleinfotiles .tile.purpleblock {
  background: #7213ea;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.purpleblock .fact, .CustomHTML .multipleinfotiles .tile.purpleblock .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.purpleblock .text, .CustomHTML .multipleinfotiles .tile.purpleblock .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.purpleblock .text.left, .CustomHTML .multipleinfotiles .tile.purpleblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.purpleblock .text a, .CustomHTML .multipleinfotiles .tile.purpleblock .text a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.purpleblock p, .CustomHTML .multipleinfotiles .tile.purpleblock p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.greenblock, .CustomHTML .multipleinfotiles .tile.greenblock {
  background: #00c0ae;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.greenblock .fact, .CustomHTML .multipleinfotiles .tile.greenblock .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.greenblock .text, .CustomHTML .multipleinfotiles .tile.greenblock .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.greenblock .text.left, .CustomHTML .multipleinfotiles .tile.greenblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.greenblock .text a, .CustomHTML .multipleinfotiles .tile.greenblock .text a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.greenblock p, .CustomHTML .multipleinfotiles .tile.greenblock p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violetblock, .CustomHTML .multipleinfotiles .tile.violetblock {
  background: #fd349c;
  justify-content: flex-start;
}
.CustomHTML .singleinfotiles .tile.violetblock .fact, .CustomHTML .multipleinfotiles .tile.violetblock .fact {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violetblock .text, .CustomHTML .multipleinfotiles .tile.violetblock .text {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violetblock .text.left, .CustomHTML .multipleinfotiles .tile.violetblock .text.left {
  text-align: left;
}
.CustomHTML .singleinfotiles .tile.violetblock .text a, .CustomHTML .multipleinfotiles .tile.violetblock .text a {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violetblock p, .CustomHTML .multipleinfotiles .tile.violetblock p {
  color: #FFFFFF;
}
.CustomHTML .singleinfotiles .tile.violetblock ul, .CustomHTML .multipleinfotiles .tile.violetblock ul {
  margin: 0px;
}
.CustomHTML .singleinfotiles .tile.violetblock ul li, .CustomHTML .multipleinfotiles .tile.violetblock ul li {
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .singleinfotiles .tile--Large, .CustomHTML .multipleinfotiles .tile--Large {
    grid-column: span 2;
    grid-row: span 2;
    grid-gap: 50px;
    grid-template-rows: auto -webkit-max-content -webkit-max-content -webkit-max-content auto;
    grid-template-rows: auto max-content max-content max-content auto;
    align-items: center;
  }
  .CustomHTML .singleinfotiles .tile--Large .fact, .CustomHTML .multipleinfotiles .tile--Large .fact {
    font-size: 2em;
    align-self: start;
    text-align: center;
    grid-row: 2;
  }
  .CustomHTML .singleinfotiles .tile--Large .icon, .CustomHTML .multipleinfotiles .tile--Large .icon {
    grid-row: 3;
  }
  .CustomHTML .singleinfotiles .tile--Large .icon img, .CustomHTML .singleinfotiles .tile--Large .icon svg, .CustomHTML .singleinfotiles .tile--Large .icon use, .CustomHTML .multipleinfotiles .tile--Large .icon img, .CustomHTML .multipleinfotiles .tile--Large .icon svg, .CustomHTML .multipleinfotiles .tile--Large .icon use {
    width: 192px;
    height: 192px;
    stroke: #00338D;
    stroke-width: 10;
    fill: none;
  }
  .CustomHTML .singleinfotiles .tile--Large .text, .CustomHTML .multipleinfotiles .tile--Large .text {
    grid-row: 4;
    width: 100%;
    font-size: 1.333333em;
    align-self: start;
    text-align: right;
  }
}
.CustomHTML .multipleinfotiles {
  width: 100%;
  min-width: 320px;
  height: auto;
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;
  font-size: 15px;
  line-height: 1.35;
  margin: 20px auto !important;
  padding: 12px 0px;
  border: 0px none;
}
.CustomHTML .multipleinfotiles.flextiles {
  display: flex;
  margin: 0 !important;
  justify-content: center;
}
.CustomHTML .multipleinfotiles.flextiles .tile {
  max-width: 400px;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .multipleinfotiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles--OneColumn, .CustomHTML .multipleinfotiles.--OneColumn {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles--TwoColumns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles--ThreeColumns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles--FourColumns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.CustomHTML .multipleinfotiles--FourColumns.awards {
  margin: 0px auto !important;
}
.CustomHTML .multipleinfotiles--FourColumns.awards .tile {
  grid-template-rows: max-content 90px auto;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles--FourColumns.awards .fact {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .multipleinfotiles--FiveColumns {
    grid-template-columns: repeat(5, 1fr);
  }
}
.CustomHTML .multipleinfotiles p {
  margin: 0px;
}
.CustomHTML .multipleinfotiles.customTabs {
  grid-gap: 0;
  margin-bottom: 0 !important;
}
.CustomHTML .multipleinfotiles.customTabs .tile {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.CustomHTML .multipleinfotiles.customTabs .customTablinks::after {
  content: "❯";
  color: white;
  font-size: 22px;
  position: absolute;
  right: 12px;
  transform: rotate(90deg);
  margin-top: -4px;
  transition: all linear 0.3s;
}
.CustomHTML .multipleinfotiles.customTabs .customTablinks.active::after {
  transform: rotate(-90deg);
  transition: all linear 0.3s;
}
.CustomHTML .customTabcontent {
  border-top: 10px solid;
}
.CustomHTML .customTabcontent.kpmg-blue {
  border-color: #00338D;
}
.CustomHTML .customTabcontent.cobalt-blue {
  border-color: #1e49e2;
}
.CustomHTML .customTabcontent.dark-blue {
  border-color: #0c233c;
}
.CustomHTML .customTabcontent.kpmg-purple {
  border-color: #7213ea;
}
.CustomHTML .flipinfotiles {
  width: 100%;
  min-width: 320px;
  height: auto;
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;
  margin: 20px auto !important;
  padding: 0px 0px 32px;
  border: 0px none;
  perspective: 1000px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .flipinfotiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles--TwoColumns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles--ThreeColumns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles--FourColumns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles--FiveColumns {
    grid-template-columns: repeat(5, 1fr);
  }
}
.CustomHTML .flipinfotiles .tile {
  background-color: #FFFFFF;
  width: 100% !important;
  height: 100%;
  min-height: 344px;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: left;
  margin: 0px 0px;
  padding: 0px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  perspective: 1000px;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.CustomHTML .flipinfotiles .tile:hover {
  cursor: pointer;
}
.CustomHTML .flipinfotiles .tile.active, .CustomHTML .flipinfotiles .tile.playing {
  transform: rotateY(180deg);
}
.CustomHTML .flipinfotiles .tile.active .tile__back, .CustomHTML .flipinfotiles .tile.playing .tile__back {
  z-index: 2;
}
.CustomHTML .flipinfotiles .tile.blue {
  background: #00338D;
}
.CustomHTML .flipinfotiles .tile.blue .fact {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .tile.blue p {
  color: #FFFFFF;
  margin-top: 0px;
}
.CustomHTML .flipinfotiles .tile.purple {
  background: #7213ea;
}
.CustomHTML .flipinfotiles .tile.purple .fact {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .tile.purple p {
  color: #FFFFFF;
  margin-top: 0px;
}
.CustomHTML .flipinfotiles .tile.green {
  background: #00c0ae;
}
.CustomHTML .flipinfotiles .tile.green .fact {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .tile.green p {
  color: #FFFFFF;
  margin-top: 0px;
}
.CustomHTML .flipinfotiles .tile .tile__front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background: #FFFFFF url("https://assets.kpmg.com/content/dam/kpmg/uk/images/2021/08/our-impact/flip-icon.svg") no-repeat bottom right;
  background-size: 18px;
  background-position-x: calc(100% - 12px);
  background-position-y: calc(100% - 12px);
  padding: 24px;
}
.CustomHTML .flipinfotiles .tile .tile__front .fact {
  color: #3C3C3C;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.15;
  min-height: 96px;
  display: block;
}
.CustomHTML .flipinfotiles .tile .tile__front .fact strong {
  color: #00338D;
}
.CustomHTML .flipinfotiles .tile .tile__front .icon {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  margin: 24px auto 0px;
}
.CustomHTML .flipinfotiles .tile .tile__front .icon img, .CustomHTML .flipinfotiles .tile .tile__front .icon svg, .CustomHTML .flipinfotiles .tile .tile__front .icon use {
  width: 128px;
  height: 128px;
  display: block;
  position: relative;
  fill: inherit;
  margin: 0px auto;
  padding: 24px;
  border: 0px none;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles .tile .tile__front .icon img, .CustomHTML .flipinfotiles .tile .tile__front .icon svg, .CustomHTML .flipinfotiles .tile .tile__front .icon use {
    width: 128px;
    height: 128px;
  }
}
.CustomHTML .flipinfotiles .tile .tile__front .icon::after {
  background-color: #1e49e2;
  width: 128px;
  height: 128px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  content: "";
}
.CustomHTML .flipinfotiles .tile .tile__front .text {
  position: relative;
  color: #3C3C3C;
  font-weight: 300;
}
.CustomHTML .flipinfotiles .tile .tile__front .text a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 35px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .tile .tile__front .text a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #CCCCCC;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .tile .tile__front .text a:hover {
  background-color: #CCCCCC;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
}
.CustomHTML .flipinfotiles .tile .tile__front .text a:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .flipinfotiles .tile .tile__front.blue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .tile .tile__front.blue .icon::after {
  background: #00338D;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .tile .tile__front.blue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.blue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.blue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .tile .tile__front.lightblue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .tile .tile__front.lightblue .icon::after {
  background: #00b8f5;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .tile .tile__front.lightblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.lightblue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.lightblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .tile .tile__front.darkblue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .tile .tile__front.darkblue .icon::after {
  background: #0c233c;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .tile .tile__front.darkblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.darkblue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.darkblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .tile .tile__front.green .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .tile .tile__front.green .icon::after {
  background: #00c0ae;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .tile .tile__front.green .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.green .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.green .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .tile .tile__front.mediumblue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .tile .tile__front.mediumblue .icon::after {
  background: #1e49e2;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .tile .tile__front.mediumblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.mediumblue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.mediumblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .tile .tile__front.purple .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
}
.CustomHTML .flipinfotiles .tile .tile__front.purple .icon::after {
  background: #7213ea;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .tile .tile__front.purple .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.purple .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .tile .tile__front.purple .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .tile .tile__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  padding: 24px;
  background: #00338D;
  transform: rotateY(180deg);
}
.CustomHTML .flipinfotiles .tile .tile__back h3 {
  margin-top: 0px;
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .tile .tile__back p {
  font-size: 0.9375em;
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .tile .tile__back img {
  margin: auto;
  width: 96px;
  height: auto;
}
.CustomHTML .flipinfotiles .tile .tile__back .text {
  position: relative;
  color: #3C3C3C;
  font-weight: normal;
}
.CustomHTML .flipinfotiles .tile .tile__back .text a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 35px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .tile .tile__back .text a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #CCCCCC;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .tile .tile__back .text a:hover {
  background-color: #FFFFFF;
  color: #00338D !important;
  text-decoration: none !important;
  border-color: #FFFFFF !important;
}
.CustomHTML .flipinfotiles .tile .tile__back .text a:hover::after {
  border-left-color: #00338D;
}
.CustomHTML .flipinfotiles .tile .tile__back.mediumblue {
  background: #1e49e2;
}
.CustomHTML .flipinfotiles .tile .tile__back.lightblue {
  background: #00b8f5;
}
.CustomHTML .flipinfotiles .tile .tile__back.green {
  background: #00c0ae;
}
.CustomHTML .flipinfotiles .tile .tile__back.purple {
  background: #7213ea;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles .tile--Large {
    grid-column: span 2;
    grid-row: span 2;
    grid-gap: 50px;
    grid-template-rows: auto -webkit-max-content -webkit-max-content -webkit-max-content auto;
    grid-template-rows: auto max-content max-content max-content auto;
    align-items: center;
  }
  .CustomHTML .flipinfotiles .tile--Large .fact {
    font-size: 2em;
    align-self: start;
    text-align: center;
    grid-row: 2;
  }
  .CustomHTML .flipinfotiles .tile--Large .icon {
    grid-row: 3;
  }
  .CustomHTML .flipinfotiles .tile--Large .icon img, .CustomHTML .flipinfotiles .tile--Large .icon svg, .CustomHTML .flipinfotiles .tile--Large .icon use {
    width: 128px;
    height: 128px;
  }
  .CustomHTML .flipinfotiles .tile--Large .text {
    grid-row: 4;
    font-size: 1.333333em;
    align-self: start;
    text-align: center;
  }
}
.CustomHTML .flipinfotiles .tile__small {
  background-color: #FFFFFF;
  width: 100% !important;
  height: 100%;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: left;
  margin: 0px 0px;
  border: none;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.25s linear;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0s forwards;
  overflow: hidden;
}
.CustomHTML .flipinfotiles .tile__small.hidden {
  display: none;
}
.CustomHTML .flipinfotiles .tile__small .image {
  height: auto;
  width: 64px;
  min-width: 64px;
  margin-right: 16px;
}
.CustomHTML .flipinfotiles .tile__small .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.CustomHTML .flipinfotiles .tile__small .location__info {
  padding: 8px;
}
.CustomHTML .flipinfotiles .tile__small .location__info h3 {
  font-size: 16px;
  margin: 0px 0px 8px;
}
.CustomHTML .flipinfotiles .tile__small .location__info p {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  color: #000000;
}
.CustomHTML .flipinfotiles .tile__small:hover {
  cursor: default;
  background-color: #0c233c;
}
.CustomHTML .flipinfotiles .tile__small:hover h3, .CustomHTML .flipinfotiles .tile__small:hover p {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card {
  background-color: #FFFFFF;
  width: 100% !important;
  height: 100%;
  min-height: 344px;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: left;
  margin: 0px 0px;
  padding: 0px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  perspective: 1000px;
}
.CustomHTML .flipinfotiles .flip-card:hover {
  cursor: pointer;
}
.CustomHTML .flipinfotiles .flip-card-inner {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.CustomHTML .flipinfotiles .flip-card-inner.active, .CustomHTML .flipinfotiles .flip-card-inner.playing {
  transform: rotateY(180deg);
}
.CustomHTML .flipinfotiles .flip-card-inner.active .flip-card-front span.icon, .CustomHTML .flipinfotiles .flip-card-inner.playing .flip-card-front span.icon {
  opacity: 0;
  display: none;
}
.CustomHTML .flipinfotiles .flip-card-inner.active .flip-card-back, .CustomHTML .flipinfotiles .flip-card-inner.playing .flip-card-back {
  z-index: 2;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background: #FFFFFF url("https://assets.kpmg.com/content/dam/kpmg/uk/images/2021/08/our-impact/flip-icon.svg") no-repeat bottom right;
  background-size: 18px;
  background-position-x: calc(100% - 12px);
  background-position-y: calc(100% - 12px);
  padding: 24px;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .fact {
  color: #3C3C3C;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.15;
  min-height: 96px;
  display: block;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .fact strong {
  color: #00338D;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  margin: 24px auto 0px;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon img, .CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon svg, .CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon use {
  width: 128px;
  height: 128px;
  display: block;
  position: relative;
  fill: inherit;
  margin: 0px auto;
  padding: 24px;
  border: 0px none;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon img, .CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon svg, .CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon use {
    width: 128px;
    height: 128px;
  }
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .icon::after {
  background-color: #1e49e2;
  width: 128px;
  height: 128px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  content: "";
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .text {
  position: relative;
  color: #3C3C3C;
  font-weight: normal;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .text a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 35px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .text a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #CCCCCC;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .text a:hover {
  background-color: #CCCCCC;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front .text a:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.blue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.blue .icon::after {
  background: #00338D;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.blue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.blue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.blue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.lightblue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.lightblue .icon::after {
  background: #00b8f5;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.lightblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.lightblue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.lightblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.green .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.green .icon::after {
  background: #00c0ae;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.green .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.green .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.green .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.mediumblue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.mediumblue .icon::after {
  background: #1e49e2;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.mediumblue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.mediumblue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.mediumblue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.purple .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.purple .icon::after {
  background: #7213ea;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.purple .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.purple .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.purple .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.violet .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.violet .icon::after {
  background: #fd349c;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.violet .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.violet .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.violet .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.darkBlue .icon svg {
  z-index: 2;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.darkBlue .icon::after {
  background: #0c233c;
  opacity: 1;
  z-index: 1;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.darkBlue .icon.nofill svg {
  fill: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.darkBlue .icon.nostroke svg {
  fill: #FFFFFF;
  stroke: none;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-front.darkBlue .icon.fill5 svg {
  stroke-width: 5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  padding: 24px;
  background: #00338D;
  transform: rotateY(180deg);
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back h3 {
  margin-top: 0px;
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back p {
  font-size: 0.9375em;
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back img {
  margin: auto;
  width: 96px;
  height: auto;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back .text {
  position: relative;
  display: block;
  color: #3C3C3C;
  font-weight: normal;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back .text a {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 35px 8px 15px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back .text a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #CCCCCC;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back .text a:hover {
  background-color: #FFFFFF;
  color: #00338D !important;
  text-decoration: none !important;
  border-color: #FFFFFF !important;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back .text a:hover::after {
  border-left-color: #00338D;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.mediumblue {
  background: #1e49e2;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.lightblue {
  background: #00b8f5;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.lightblue .text p {
  color: #0c233c;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.lightblue .text a {
  color: #0c233c;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.green {
  background: #00c0ae;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.purple {
  background: #7213ea;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.darkBlue {
  background: #0c233c;
}
.CustomHTML .flipinfotiles .flip-card-inner .flip-card-back.violet {
  background: #fd349c;
}
.CustomHTML .flipinfotiles .flip-card.blue {
  background: #00338D;
}
.CustomHTML .flipinfotiles .flip-card.blue .fact {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card.blue p {
  color: #FFFFFF;
  margin-top: 0px;
}
.CustomHTML .flipinfotiles .flip-card.purple {
  background: #7213ea;
}
.CustomHTML .flipinfotiles .flip-card.purple .fact {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card.purple p {
  color: #FFFFFF;
  margin-top: 0px;
}
.CustomHTML .flipinfotiles .flip-card.green {
  background: #00c0ae;
}
.CustomHTML .flipinfotiles .flip-card.green .fact {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .flip-card.green p {
  color: #FFFFFF;
  margin-top: 0px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .flipinfotiles .flip-card--Large {
    grid-column: span 2;
    grid-row: span 2;
    grid-gap: 50px;
    grid-template-rows: auto -webkit-max-content -webkit-max-content -webkit-max-content auto;
    grid-template-rows: auto max-content max-content max-content auto;
    align-items: center;
  }
  .CustomHTML .flipinfotiles .flip-card--Large .fact {
    font-size: 2em;
    align-self: start;
    text-align: center;
    grid-row: 2;
  }
  .CustomHTML .flipinfotiles .flip-card--Large .icon {
    grid-row: 3;
  }
  .CustomHTML .flipinfotiles .flip-card--Large .icon img, .CustomHTML .flipinfotiles .flip-card--Large .icon svg, .CustomHTML .flipinfotiles .flip-card--Large .icon use {
    width: 128px;
    height: 128px;
  }
  .CustomHTML .flipinfotiles .flip-card--Large .text {
    grid-row: 4;
    font-size: 1.333333em;
    align-self: start;
    text-align: center;
  }
}
.CustomHTML .flipinfotiles .flip-card__small {
  background-color: #FFFFFF;
  width: 100% !important;
  height: 100%;
  align-items: top;
  fill: #00338D;
  color: #00338D;
  text-align: left;
  margin: 0px 0px;
  border: none;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.25s linear;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0s forwards;
  overflow: hidden;
}
.CustomHTML .flipinfotiles .flip-card__small.hidden {
  display: none;
}
.CustomHTML .flipinfotiles .flip-card__small .image {
  height: auto;
  width: 64px;
  min-width: 64px;
  margin-right: 16px;
}
.CustomHTML .flipinfotiles .flip-card__small .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.CustomHTML .flipinfotiles .flip-card__small .location__info {
  padding: 8px;
}
.CustomHTML .flipinfotiles .flip-card__small .location__info h3 {
  font-size: 16px;
  margin: 0px 0px 8px;
}
.CustomHTML .flipinfotiles .flip-card__small .location__info p {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  color: #000000;
}
.CustomHTML .flipinfotiles .flip-card__small:hover {
  cursor: pointer;
  background-color: #00b8f5;
}
.CustomHTML .flipinfotiles .flip-card__small:hover h3, .CustomHTML .flipinfotiles .flip-card__small:hover p {
  color: #FFFFFF;
}
.CustomHTML .flipinfotiles .infotile__casestudy {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 12px 32px 24px;
  margin: 12px 0px 0px;
  border-radius: 4px;
  background: #FFFFFF;
  grid-column: 1/4;
  z-index: 2;
  display: none;
  position: relative;
  opacity: 0;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .flipinfotiles .infotile__casestudy {
    width: 100%;
  }
}
.CustomHTML .flipinfotiles .infotile__casestudy.active {
  display: block;
}
.CustomHTML .flipinfotiles .infotile__casestudy .close {
  width: 18px;
  height: 18px;
  margin: 0px;
  position: relative;
  top: 16px;
  left: calc(100% - 6px);
}
.CustomHTML .flipinfotiles .infotile__casestudy .close img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML .flipinfotiles .infotile__casestudy .close:hover {
  cursor: pointer;
}
.CustomHTML .flipinfotiles .infotile__casestudy .title {
  width: auto;
  height: auto;
  margin-left: 0px;
}
.CustomHTML .flipinfotiles .infotile__casestudy .title h3 {
  font-size: 24px;
  color: #00338D;
  margin: 0px 0px 0px;
}
.CustomHTML .flipinfotiles .infotile__casestudy .title p {
  font-size: 18px;
  font-weight: 400;
  color: #00338D;
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .flipinfotiles .infotile__casestudy .case__content {
    flex-direction: column;
  }
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .image {
  width: auto;
  min-width: 30%;
  margin-right: 15px;
  height: auto;
  position: relative;
  left: 0px;
  opacity: 0;
  animation: fadeInUp 0.2s linear 0s forwards;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .flipinfotiles .infotile__casestudy .case__content .image {
    margin-bottom: 24px;
  }
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .image img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .text {
  width: auto;
  height: auto;
  opacity: 0;
  animation: fadeInDown 0.2s linear 0s forwards;
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .text h3 {
  color: #000000;
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .text p {
  color: #000000;
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .text p:first-of-type {
  margin-top: 0px;
}
.CustomHTML .flipinfotiles .infotile__casestudy .case__content .text p:first-of-type::before {
  content: "“";
  display: block;
  color: #00338D;
  font-size: 64px;
  line-height: 0;
  -webkit-transform: translateX(0) translateY(-6px);
  transform: translateX(0) translateY(-6px);
}
.CustomHTML .map svg {
  width: auto;
  height: auto;
  margin: 96px 0px 96px -40px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .map svg {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .map svg {
    max-height: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .map svg {
    max-height: 570px;
  }
}
.CustomHTML .map svg g .location {
  display: none;
}
.CustomHTML .map svg g .location.active {
  display: block;
}
.CustomHTML .map svg g .location.active #circle {
  fill: #00b8f5;
}
.CustomHTML .map svg g .location.active #arrow {
  fill: #00b8f5;
}
.CustomHTML .map svg g .location.active #bubble {
  fill: #00b8f5;
}
.CustomHTML .map__placed svg {
  width: auto;
  height: auto;
  margin: 96px 0px 96px -68px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .map__placed svg {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .map__placed svg {
    max-height: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .map__placed svg {
    max-height: 570px;
  }
}
.CustomHTML .map__placed svg g .active #circle {
  fill: #00b8f5;
}
.CustomHTML .map__placed svg g .active #arrow {
  fill: #00b8f5;
}
.CustomHTML .map__placed svg g .active #bubble {
  fill: #00b8f5;
}
.CustomHTML .map__placed svg g .location:hover {
  cursor: default;
}
.CustomHTML .map__placed svg g .location:hover #circle {
  fill: #00b8f5;
}
.CustomHTML .map__placed svg g .location:hover #arrow {
  fill: #00b8f5;
}
.CustomHTML .map__placed svg g .location:hover #bubble {
  fill: #00b8f5;
}
.CustomHTML .placebasedmap__container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CustomHTML .placebasedmap__container .location__section {
  width: calc(50% - 24px);
  height: auto;
  margin: 0px 0px;
}
.CustomHTML .placebasedmap__container .location__section .location__content {
  width: 100%;
  height: auto;
}
.CustomHTML .placebasedmap__container .location__section .location__content .title__block {
  width: 100%;
  height: auto;
  max-height: 154px;
  background: #00c0ae;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.CustomHTML .placebasedmap__container .location__section .location__content .title__block .image {
  width: 38%;
  height: auto;
  margin: 0px 24px 0px 0px;
}
.CustomHTML .placebasedmap__container .location__section .location__content .title__block .image img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML .placebasedmap__container .location__section .location__content .title__block .description {
  width: calc(62% - 24px);
  display: flex;
  align-items: center;
}
.CustomHTML .placebasedmap__container .location__section .location__content .title__block .description::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
}
.CustomHTML .placebasedmap__container .location__section .location__content .title__block .description p {
  margin: 0px 24px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.125;
}
.CustomHTML .placebasedmap__container .map__section {
  width: calc(50% - 24px);
  height: auto;
  margin: 0px 0px;
}
.CustomHTML .placebasedmap__container .map__section img {
  width: 100%;
  height: auto;
  display: block;
}
.CustomHTML .horizontaltabs {
  height: auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.CustomHTML .horizontaltabs__buttons {
  background: #1e49e2;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.CustomHTML .horizontaltabs__buttons .container {
  z-index: 10;
  padding-top: 0px !important;
}
.CustomHTML .horizontaltabs__buttons .container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .horizontaltabs__buttons .container .row {
    flex-wrap: nowrap;
  }
}
.CustomHTML .horizontaltabs__buttons .container .row button {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  flex-grow: 1;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  margin: 0px auto;
  padding: 15px 50px;
  border: 0px none;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .horizontaltabs__buttons .container .row button::before, .CustomHTML .horizontaltabs__buttons .container .row button::after {
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-color: inherit;
    content: "";
  }
  .CustomHTML .horizontaltabs__buttons .container .row button::before {
    left: -500%;
  }
  .CustomHTML .horizontaltabs__buttons .container .row button::after {
    right: -500%;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .horizontaltabs__buttons .container .row button {
    width: auto;
    padding: 20px 50px;
  }
  .CustomHTML .horizontaltabs__buttons .container .row button:nth-child(1)::before, .CustomHTML .horizontaltabs__buttons .container .row button:nth-last-child(1)::before {
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-color: inherit;
    content: "";
  }
  .CustomHTML .horizontaltabs__buttons .container .row button:nth-child(1)::before {
    left: -500%;
  }
  .CustomHTML .horizontaltabs__buttons .container .row button:nth-last-child(1)::before {
    right: -500%;
  }
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+1) {
  background-color: #EDEDED;
  color: #00338d;
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+2) {
  background-color: #00338d;
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+3) {
  background-color: #fd349c;
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+4) {
  background-color: #00c0ae;
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+5) {
  background-color: #00b8f5;
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+6) {
  background-color: #6D2077;
}
.CustomHTML .horizontaltabs__buttons .container .row button:nth-child(7n+7) {
  background-color: #00338D;
}
.CustomHTML .horizontaltabs__buttons .container .row button span.alternate::before, .CustomHTML .horizontaltabs__buttons .container .row button span.alternate::after {
  background-color: transparent;
  border-color: #FFFFFF transparent transparent transparent;
}
.CustomHTML .horizontaltabs__buttons .container .row button span::before, .CustomHTML .horizontaltabs__buttons .container .row button span::after {
  background-color: transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin: 0px auto;
  padding: 0px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #00338d transparent transparent transparent;
  content: "";
}
.CustomHTML .horizontaltabs__buttons .container .row button.jsTabActive span.alternate::before, .CustomHTML .horizontaltabs__buttons .container .row button.jsTabActive span.alternate::after {
  background-color: #FFFFFF;
}
.CustomHTML .horizontaltabs__buttons .container .row button.jsTabActive span::before, .CustomHTML .horizontaltabs__buttons .container .row button.jsTabActive span::after {
  background-color: #00338d;
  width: 15px;
  height: 2px;
  border: 0px none;
  transform: translateY(-50%) rotate(45deg);
}
.CustomHTML .horizontaltabs__buttons .container .row button.jsTabActive span::after {
  transform: translateY(-50%) rotate(-45deg);
}
.CustomHTML .horizontaltabs__content {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px 0px;
  border: 0px none;
}
.CustomHTML .horizontaltabs__contenttab {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  z-index: 0;
  color: #FFFFFF;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .horizontaltabs__contenttab.jsTabActive {
  display: block;
}
.CustomHTML .horizontaltabs__contenttab h3 {
  color: #FFFFFF;
}
.CustomHTML .horizontaltabs__contenttab p {
  color: #00338d;
}
.CustomHTML .horizontaltabs__contenttab p.color-white {
  color: #FFFFFF;
}
.CustomHTML .horizontaltabs__contenttab .globe {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.CustomHTML .horizontaltabs__contenttab .globe img {
  width: 100%;
  height: auto;
  margin-top: 96px;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 1) {
  background-color: #EDEDED;
  color: #000000;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 1) .multipleinfotiles .tile {
  color: #00338D !important;
  fill: #00338D !important;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 2) {
  background-color: #00338d;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 2) .multipleinfotiles .tile {
  color: #7213ea !important;
  fill: #7213ea !important;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 3) {
  background-color: #fd349c;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 3) .multipleinfotiles .tile {
  color: #fd349c !important;
  fill: #7213ea !important;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 4) {
  background-color: #00c0ae;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 4) .multipleinfotiles .tile {
  color: #00c0ae !important;
  fill: #00c0ae !important;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 5) {
  background-color: #00b8f5;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 5) .multipleinfotiles .tile {
  color: #00338D !important;
  fill: #1e49e2 !important;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 6) {
  background-color: #6D2077;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 6) .multipleinfotiles .tile {
  color: #6D2077 !important;
  fill: #7213ea !important;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 7) {
  background-color: #00338D;
}
.CustomHTML .horizontaltabs__contenttab:nth-of-type(7n + 7) .multipleinfotiles .tile {
  color: #00338D !important;
  fill: #00338D !important;
}
.CustomHTML .horizontaltabs__contenttab#ImpactNetworkRegional .map {
  padding-bottom: 157.54%;
}
.CustomHTML .horizontaltabs__contenttab#ImpactNetworkGlobal .map {
  padding-bottom: 64.56%;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__tiles {
  width: 100%;
  height: auto;
  margin: 32px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__tiles .tile {
  width: calc(50% - 16px);
  height: auto;
  padding: 40px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.CustomHTML .horizontaltabs__contenttab .remuneration__tiles .tile .title {
  font-size: 24px;
  line-height: 1.34285714;
  font-weight: 300;
  color: #000;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__tiles .tile .stat {
  font-size: 72px;
  font-weight: 700;
  color: #00338D;
  line-height: 1;
  margin: 24px 0px 12px;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__tiles .tile h3 {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  color: #00338D;
  font-size: 21px;
  font-weight: 300;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__tiles .tile p.footnote {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart {
  width: 100%;
  height: auto;
  margin: 32px 0px 5px;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile {
  width: calc(50% - 16px);
  height: auto;
  margin-bottom: 24px;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .title {
  font-size: 24px;
  line-height: 1.34285714;
  font-weight: 300;
  color: #000;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart:nth-child(1)::after {
  content: "";
  display: block;
  margin: 0px 24px;
  width: 1px;
  height: 100%;
  background: rgba(112, 112, 112, 0.1);
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .stat {
  width: 20%;
  font-size: 21px;
  font-weight: 700;
  color: #00338D;
  line-height: 1;
  margin: 0px 0px 16px;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .stat.green {
  color: #00c0ae;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart {
  width: 80%;
  height: auto;
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar {
  width: auto;
  min-width: 100%;
  height: 32px;
  margin: 0px !important;
  display: block;
  border-radius: 32px;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar.blue {
  background: #00338D;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar.green {
  background: #00c0ae;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar.mediumblue {
  background: #1e49e2;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart h3 {
  margin: 0px;
  padding: 0px;
  color: #00338D;
  font-size: 21px;
  font-weight: 300;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart p {
  margin: 0px;
}
.CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart p.footnote {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}
.CustomHTML .CustomHTML__subsection .culture-accordion .verticalGreyBar {
  display: block;
  width: 94%;
  margin: calc(3rem * 0.625) auto;
  position: relative;
}
.CustomHTML .CustomHTML__subsection .culture-accordion .verticalGreyBar p {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  background-color: #CECECE;
  text-align: center;
  margin: 0;
  padding: calc(1rem * 0.625);
}
.CustomHTML .CustomHTML__subsection .culture-accordion .verticalGreyBar::after {
  content: "";
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 35px solid #CECECE;
  position: absolute;
  right: -35px;
  top: 0;
}
.CustomHTML .CustomHTML__subsection .culture-accordion .verticalGreyBar::before {
  content: "";
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 35px solid #CECECE;
  position: absolute;
  left: -35px;
  top: 0;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading {
  cursor: pointer;
  padding: calc(2rem * 0.625);
  color: #FFFFFF;
  transition-duration: 1s;
  transition-property: background;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading::after {
  content: "";
  position: absolute;
  top: 40%;
  border: 10px solid #FFFFFF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  right: calc(2rem * 0.625);
  transition: all linear 1s;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading.value {
  background-color: #1e49e2;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading.work {
  background-color: #00338d;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading.safe {
  background-color: #0c233c;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading.ethical {
  background-color: #00b8f5;
  color: #00338d;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading.ethical::after {
  border: 10px solid #00338d;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--heading.evolve {
  background-color: #7213ea;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content {
  display: none;
  height: auto;
  margin-left: 0;
  padding: 1em calc(3rem * 0.625);
}
@media only screen and (max-width: 992px) {
  .CustomHTML .CustomHTML__subsection .culture-accordion--content {
    padding: 1em calc(2rem * 0.625);
  }
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.value {
  background-color: rgba(30, 73, 226, 0.1);
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.work {
  background-color: rgba(0, 51, 141, 0.1);
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.safe {
  background-color: rgba(12, 35, 60, 0.1);
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.ethical {
  background-color: rgba(0, 184, 245, 0.1);
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.ethical .culture-accordion--heading {
  color: #00338d;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.ethical .culture-accordion--heading::after {
  border: 10px solid #00338d;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.CustomHTML .CustomHTML__subsection .culture-accordion--content.evolve {
  background-color: rgba(114, 19, 234, 0.1);
}
.CustomHTML .CustomHTML__subsection .culture-accordion-nested dl {
  width: 100%;
  margin-left: 0;
}
.CustomHTML .CustomHTML__subsection .culture-accordion-nested dl dt {
  margin-bottom: calc(1rem * 0.625);
}
.CustomHTML .peopleCultureContent .verticalGreyBar {
  display: block;
  width: 94%;
  margin: calc(3rem * 0.625) auto;
  position: relative;
}
.CustomHTML .peopleCultureContent .verticalGreyBar p {
  font-size: 16px;
  font-weight: bold;
  color: #969696;
  background-color: #E5E5E5;
  text-align: center;
  margin: 0;
  padding: calc(1rem * 0.625);
}
.CustomHTML .peopleCultureContent .verticalGreyBar::after {
  content: "";
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 35px solid #E5E5E5;
  position: absolute;
  right: -35px;
  top: 0;
}
.CustomHTML .peopleCultureContent .verticalGreyBar::before {
  content: "";
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 35px solid #E5E5E5;
  position: absolute;
  left: -35px;
  top: 0;
}
.CustomHTML .peopleCultureContent.greytabs__content {
  z-index: 11;
}
.CustomHTML .peopleCultureContent .subList {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: calc(3rem * 0.625);
  position: relative;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .peopleCultureContent .subList {
    margin-top: 20px;
    flex-direction: column;
    gap: calc(2rem * 0.625);
  }
}
.CustomHTML .peopleCultureContent .subList .subtablinks {
  margin: 0;
  font-weight: bold;
}
.CustomHTML .peopleCultureContent .valueContent .subList {
  background-color: rgba(30, 73, 226, 0.1);
}
.CustomHTML .peopleCultureContent .valueContent .subList li {
  color: #1e49e2;
}
.CustomHTML .peopleCultureContent .valueContent .subList .subtablinks {
  color: #1e49e2;
}
.CustomHTML .peopleCultureContent .valueContent .subContent p strong {
  color: #1e49e2;
}
.CustomHTML .peopleCultureContent .workContent .subList {
  background-color: rgba(0, 51, 141, 0.1);
}
.CustomHTML .peopleCultureContent .workContent .subList li {
  color: #00338d;
}
.CustomHTML .peopleCultureContent .workContent .subList .subtablinks {
  color: #00338d;
}
.CustomHTML .peopleCultureContent .workContent .subContent p strong {
  color: #00338d;
}
.CustomHTML .peopleCultureContent .safeContent .subList {
  background-color: rgba(253, 52, 156, 0.1);
}
.CustomHTML .peopleCultureContent .safeContent .subList li {
  color: #fd349c;
}
.CustomHTML .peopleCultureContent .safeContent .subList .subtablinks {
  color: #fd349c;
}
.CustomHTML .peopleCultureContent .safeContent .subContent p strong {
  color: #fd349c;
}
.CustomHTML .peopleCultureContent .ethicalContent .subList {
  background-color: rgba(0, 184, 245, 0.1);
}
.CustomHTML .peopleCultureContent .ethicalContent .subList li {
  color: #00b8f5;
}
.CustomHTML .peopleCultureContent .ethicalContent .subList .subtablinks {
  color: #00b8f5;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .peopleCultureContent .ethicalContent .subList .subtablinks {
    padding-bottom: 0;
  }
}
.CustomHTML .peopleCultureContent .ethicalContent .subContent p strong {
  color: #00b8f5;
}
.CustomHTML .peopleCultureContent .learnContent .subList {
  background-color: rgba(114, 19, 234, 0.1);
}
.CustomHTML .peopleCultureContent .learnContent .subList li {
  color: #7213ea;
}
.CustomHTML .peopleCultureContent .learnContent .subList .subtablinks {
  color: #7213ea;
}
.CustomHTML .peopleCultureContent .learnContent .subContent p strong {
  color: #7213ea;
}
.CustomHTML .greytabs {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.CustomHTML .greytabs__buttons {
  background: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-bottom: 1px solid #F0F0F0;
}
.CustomHTML .greytabs__buttons.colortabs {
  border-bottom: 0;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row {
  display: block;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row {
    flex-direction: column;
  }
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button {
  font-size: 18px;
  font-weight: bold;
  border: 0px;
  margin: 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button {
    min-height: auto;
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button {
    min-height: auto;
  }
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button::before {
  content: none;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button.jsTabActive {
  border: 0px;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(1) {
  background: #1e49e2;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(1) .backdrop {
  background-color: #1e49e2;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(3) {
  background: #00338d;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(3) .backdrop {
  background-color: #00338d;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(5) {
  background: #fd349c;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(5) .backdrop {
  background-color: #fd349c;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(7) {
  background: #00b8f5;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(7) .backdrop {
  background-color: #00b8f5;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(9) {
  background: #7213ea;
}
.CustomHTML .greytabs__buttons.colortabs.peopleCulture .container .row button:nth-child(9) .backdrop {
  background-color: #7213ea;
}
.CustomHTML .greytabs__buttons.colortabs .container .row {
  gap: calc(1rem * 0.625);
  max-width: 100%;
  margin: auto;
}
.CustomHTML .greytabs__buttons.colortabs .container .row::before {
  content: none;
}
.CustomHTML .greytabs__buttons.colortabs .container .row::after {
  content: none;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button {
  min-height: auto;
  color: #FFFFFF;
  background: #1e49e2;
  font-weight: bold;
  width: 100%;
  font-size: 1.2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 768px) {
  .CustomHTML .greytabs__buttons.colortabs .container .row button {
    min-height: 180px;
    width: 25%;
  }
}
.CustomHTML .greytabs__buttons.colortabs .container .row button:after {
  content: "";
  position: absolute;
  transform: translateX(0%);
  left: auto;
  bottom: 30px;
  opacity: 0;
  transition: all 0.2s linear;
  right: 20px;
  width: auto;
  height: auto;
  top: auto;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .greytabs__buttons.colortabs .container .row button:after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 70px;
  }
}
.CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:after {
  opacity: 1;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:after {
    bottom: 15px;
  }
}
.CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:nth-child(1) {
  background: #1e49e2;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:nth-child(2) {
  background: #00338d;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:nth-child(3) {
  background: #fd349c;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:nth-child(4) {
  background: #00b8f5;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button.jsTabActive:nth-child(5) {
  background: #7213ea;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button:nth-child(1) {
  background: #1e49e2;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button:nth-child(2) {
  background: #00338d;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button:nth-child(3) {
  background: #fd349c;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button:nth-child(4) {
  background: #00b8f5;
}
.CustomHTML .greytabs__buttons.colortabs .container .row button:nth-child(5) {
  background: #7213ea;
}
.CustomHTML .greytabs__buttons .container {
  z-index: 10;
}
.CustomHTML .greytabs__buttons .container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .greytabs__buttons .container .row {
    flex-wrap: nowrap;
  }
}
.CustomHTML .greytabs__buttons .container .row button {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 1px;
  flex-grow: 1;
  color: #00338D;
  background: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 4px 0px 0px;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__buttons .container .row button::before, .CustomHTML .greytabs__buttons .container .row button::after {
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-color: inherit;
    content: "";
  }
  .CustomHTML .greytabs__buttons .container .row button::before {
    left: -500%;
  }
  .CustomHTML .greytabs__buttons .container .row button::after {
    right: -500%;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .greytabs__buttons .container .row button {
    width: auto;
    padding: 16px 24px;
  }
  .CustomHTML .greytabs__buttons .container .row button:nth-child(1)::before, .CustomHTML .greytabs__buttons .container .row button:nth-last-child(1)::before {
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-color: none;
    content: "";
  }
  .CustomHTML .greytabs__buttons .container .row button:nth-child(1)::before {
    left: -500%;
  }
  .CustomHTML .greytabs__buttons .container .row button:nth-last-child(1)::before {
    right: -500%;
  }
}
.CustomHTML .greytabs__buttons .container .row button.jsTabActive {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #FFFFFF;
  font-weight: 700;
  z-index: 5;
}
.CustomHTML .greytabs__buttons--Pay {
  background: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-bottom: 1px solid #F0F0F0;
}
.CustomHTML .greytabs__buttons--Pay .container {
  z-index: 10;
}
.CustomHTML .greytabs__buttons--Pay .container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .greytabs__buttons--Pay .container .row {
    flex-wrap: nowrap;
  }
}
.CustomHTML .greytabs__buttons--Pay .container .row button {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 1px;
  flex-grow: 1;
  color: #00338D;
  background: #F0F0F0;
  font-weight: 400;
  margin: 0px 4px 0px 0px;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__buttons--Pay .container .row button::before, .CustomHTML .greytabs__buttons--Pay .container .row button::after {
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-color: inherit;
    content: "";
  }
  .CustomHTML .greytabs__buttons--Pay .container .row button::before {
    left: -500%;
  }
  .CustomHTML .greytabs__buttons--Pay .container .row button::after {
    right: -500%;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .greytabs__buttons--Pay .container .row button {
    width: auto;
    padding: 16px 24px;
  }
  .CustomHTML .greytabs__buttons--Pay .container .row button:nth-child(1)::before, .CustomHTML .greytabs__buttons--Pay .container .row button:nth-last-child(1)::before {
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-color: none;
    content: "";
  }
  .CustomHTML .greytabs__buttons--Pay .container .row button:nth-child(1)::before {
    left: -500%;
  }
  .CustomHTML .greytabs__buttons--Pay .container .row button:nth-last-child(1)::before {
    right: -500%;
  }
}
.CustomHTML .greytabs__buttons--Pay .container .row button.jsTabActive {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #FFFFFF;
  font-weight: 700;
  z-index: 5;
}
.CustomHTML .greytabs__buttons--updated {
  border: none;
}
.CustomHTML .greytabs__buttons--updated .container .row {
  margin: 0px;
  border-bottom: 8px solid #00338D;
}
.CustomHTML .greytabs__buttons--updated .container .row button {
  border: none;
  box-shadow: none;
  font-weight: bold;
  opacity: 0.5;
  padding: 12px 20px;
  flex-grow: 0;
  font-size: calc(1.5rem * 0.625);
  margin: 0px;
  color: #FFFFFF;
  width: 100%;
  top: 0px;
}
.CustomHTML .greytabs__buttons--updated .container .row button::before, .CustomHTML .greytabs__buttons--updated .container .row button::after {
  display: none;
}
.CustomHTML .greytabs__buttons--updated .container .row button .text {
  position: relative;
  display: inline-block;
}
.CustomHTML .greytabs__buttons--updated .container .row button.blue {
  background-color: #00338D;
}
.CustomHTML .greytabs__buttons--updated .container .row button.mediumblue {
  background-color: #1e49e2;
}
.CustomHTML .greytabs__buttons--updated .container .row button.darkblue {
  background-color: #0c233c;
}
.CustomHTML .greytabs__buttons--updated .container .row button.green {
  background-color: #00c0ae;
}
.CustomHTML .greytabs__buttons--updated .container .row button.lt-purple {
  background-color: #6D2077;
}
.CustomHTML .greytabs__buttons--updated .container .row button.violet {
  background-color: #fd349c;
}
.CustomHTML .greytabs__buttons--updated .container .row button.lt-blue {
  background-color: #00b8f5;
}
.CustomHTML .greytabs__buttons--updated .container .row button.purple {
  background-color: #7213ea;
}
.CustomHTML .greytabs__buttons--updated .container .row button.jsTabActive {
  border: none;
  opacity: 1;
}
.CustomHTML .greytabs__buttons--updated .container .row button:hover {
  opacity: 1;
}
.CustomHTML .greytabs__buttons--updated .container .row .high-low-graph {
  width: auto;
  max-width: 100%;
  height: auto;
}
.CustomHTML .greytabs__buttons--updated .container .row:has(> .jsTabActive.lt-blue) {
  border-color: #00b8f5;
}
.CustomHTML .greytabs__buttons--updated .container .row:has(> .jsTabActive.blue) {
  border-color: #00338D;
}
.CustomHTML .greytabs__buttons--updated .container .row:has(> .jsTabActive.mediumblue) {
  border-color: #1e49e2;
}
.CustomHTML .greytabs__buttons--updated .container .row:has(> .jsTabActive.darkblue) {
  border-color: #0c233c;
}
.CustomHTML .greytabs__buttons--updated .container .row:has(> .jsTabActive.violet) {
  border-color: #fd349c;
}
.CustomHTML .greytabs__buttons--updated .container .row:has(> .jsTabActive.purple) {
  border-color: #7213ea;
}
.CustomHTML .greytabs__content {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .greytabs__content.active {
  display: block;
}
.CustomHTML .greytabs__contenttab {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  display: none;
  position: relative;
  z-index: 0;
  color: #FFFFFF;
  text-align: left;
  margin: 0px auto;
  padding: 0px 0px 12px;
  border: 0px none;
}
.CustomHTML .greytabs__contenttab.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab {
    padding: 0px 0px 12px;
  }
}
.CustomHTML .greytabs__contenttab.grey {
  background: #F0F0F0;
}
.CustomHTML .greytabs__contenttab.jsTabActive {
  display: block;
}
.CustomHTML .greytabs__contenttab.jsTabActive .lottie-animation {
  width: 100%;
  height: 600px;
}
.CustomHTML .greytabs__contenttab#ImpactNetworkRegional .map {
  padding-bottom: 157.54%;
}
.CustomHTML .greytabs__contenttab#ImpactNetworkGlobal .map {
  padding-bottom: 64.56%;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles {
  width: 100%;
  height: auto;
  margin: 32px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles .tile {
  width: calc(50% - 16px);
  height: auto;
  padding: 40px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__tiles .tile {
    width: 100%;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__tiles .tile .title {
  font-size: 24px;
  line-height: 1.34285714;
  font-weight: 300;
  color: #000;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles .tile .stat {
  font-size: 72px;
  font-weight: 700;
  color: #00338D;
  line-height: 1;
  margin: 24px 0px 12px;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles .tile .figure {
  color: #3C3C3C;
  font-size: 11px;
  text-align: right;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles .tile h3 {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  color: #00338D;
  font-size: 21px;
  font-weight: 300;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles .tile p.footnote {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles.fullwidth .tile {
  width: 100%;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles p {
  margin: 0px 0px;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles p.footnote {
  width: 100%;
  font-size: 13px;
  color: #3C3C3C;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__tiles p.footnote {
    width: 100%;
    margin-bottom: 16px;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__tiles--Two {
  width: 100%;
  height: auto;
  margin: 32px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles--Two .tile {
  width: calc(50% - 16px);
  height: auto;
  padding: 40px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__tiles--Two .tile {
    width: 100%;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__tiles--Two .tile .title {
  font-size: 24px;
  line-height: 1.34285714;
  font-weight: 300;
  color: #000;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles--Two .tile .stat {
  font-size: 32px;
  font-weight: 700;
  color: #00338D;
  line-height: 1;
  margin: 24px 0px 12px;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles--Two .tile h3 {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  color: #00338D;
  font-size: 21px;
  font-weight: 300;
}
.CustomHTML .greytabs__contenttab .remuneration__tiles--Two .tile p.footnote {
  line-height: 1.5;
  font-size: 13px;
  color: #000;
}
.CustomHTML .greytabs__contenttab .remuneration__chart {
  width: 100%;
  height: auto;
  margin: 32px 0px 5px;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile {
  width: calc(50% - 16px);
  height: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__chart .tile {
    width: 100%;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .title {
  font-size: 24px;
  line-height: 1.34285714;
  font-weight: 300;
  color: #000;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart {
    flex-wrap: wrap;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart {
    width: 100% !important;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart:nth-child(1)::after {
  content: "";
  display: block;
  margin: 0px 24px;
  width: 1px;
  height: 100%;
  background: rgba(112, 112, 112, 0.1);
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart:nth-child(1)::after {
    display: none;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .stat {
  width: 20%;
  font-size: 21px;
  font-weight: 700;
  color: #00338D;
  line-height: 1;
  margin: 0px 0px 16px;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .stat.green {
  color: #00c0ae;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart {
  width: 80%;
  height: auto;
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar {
  width: auto;
  min-width: 100%;
  height: 32px;
  margin: 0px !important;
  display: block;
  border-radius: 32px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar {
    min-width: 10px;
  }
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar.blue {
  background: #00338D;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar.green {
  background: #00c0ae;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart h3 {
  margin: 0px;
  padding: 0px;
  color: #00338D;
  font-size: 21px;
  font-weight: 300;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart p {
  margin: 0px;
}
.CustomHTML .greytabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart p.footnote {
  line-height: 1.5;
  font-size: 13px;
  color: #000;
}
.CustomHTML .greytabs__contenttab .pay__menu {
  width: 30%;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__menu {
    width: 100%;
    margin-left: 24px;
  }
}
.CustomHTML .greytabs__contenttab .pay__menu select {
  width: 100%;
  padding: 8px 16px;
  border-radius: 32px;
  background: #FFFFFF;
  color: #00338D;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("https://assets.kpmg.com/content/dam/kpmg/uk/images/2021/08/our-impact/select-down-arrow.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 10px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__menu select {
    font-size: 12px;
    background-size: 8px;
    background-position-y: 12px;
  }
}
.CustomHTML .greytabs__contenttab .pay__menu .menu__item {
  width: 100%;
  height: 32px;
  padding: 0px 16px;
  line-height: 28px;
  border-radius: 32px;
  background: #FFFFFF;
  color: #00338D;
  transition: all linear 0s;
}
.CustomHTML .greytabs__contenttab .pay__menu .menu__item.selected {
  background: #00338D;
  color: #FFFFFF;
}
.CustomHTML .greytabs__contenttab .pay__menu .menu__item:hover {
  background: #00338D;
  color: #FFFFFF;
  cursor: pointer;
}
.CustomHTML .greytabs__contenttab .pay__menu:hover {
  overflow: visible;
  z-index: 2;
}
.CustomHTML .greytabs__contenttab .pay__container {
  width: 100%;
  height: auto;
  padding: 32px 0px;
  display: block;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs {
    flex-wrap: wrap;
  }
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 26px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab {
    width: calc(50% - 24px);
    text-align: center;
    margin: 8px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab:nth-child(even) {
  margin: 26px 12px 2px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab:nth-child(even) {
    margin: 8px 4px 0px;
  }
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__buttons--row .pay__tabs .pay__tab.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  font-weight: 700;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section {
  width: 100%;
  height: auto;
  display: none;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section.active {
  display: block;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row.active {
  display: flex;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row h3, .CustomHTML .greytabs__contenttab .pay__container .pay__section--row h4, .CustomHTML .greytabs__contenttab .pay__container .pay__section--row h5, .CustomHTML .greytabs__contenttab .pay__container .pay__section--row p {
  width: 100%;
  height: auto;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row h4 {
  color: #00338D;
  margin: 0px 0px 4px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row h4:last-of-type {
  margin-top: 48px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row h5 {
  margin: 24px 0px 12px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row p {
  font-size: 13px;
  margin: 0px 0px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart {
  width: 100%;
  height: auto;
  border: 8px solid #D9D9D9;
  background: #D9D9D9;
  border-radius: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar__cover {
  width: 100%;
  height: 64px;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: barCover 0.6s linear 0s forwards;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar {
  width: auto;
  height: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.comparison__bar {
  border-radius: 50px 50px 50px 50px;
  justify-content: flex-end;
  padding: 0px 15px;
  margin-left: 0px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.comparison__bar:last-of-type {
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  left: 0;
  box-shadow: 1px 1px 15px 8px rgba(0, 0, 0, 0.3);
  justify-content: flex-start;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar span {
  font-size: 21px;
  color: #FFFFFF;
  font-weight: 400;
  margin-left: 8px;
  opacity: 0;
  animation: fadeIn 0.2s linear 0.6s forwards;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar span {
    font-size: 14px;
  }
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar span.small {
  margin-left: 1px;
  font-size: 12px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.blue {
  background: #00338D;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.green {
  background: #00c0ae;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.lightblue {
  background: #00b8f5;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.purple {
  background: #7213ea;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar.grey {
  background: #D9D9D9;
  z-index: -1;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar:first-of-type {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 64px;
  border-top-left-radius: 64px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__chart .bar:last-of-type {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 64px;
  border-top-right-radius: 64px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key {
  width: auto;
  height: auto;
  margin-bottom: 11px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #3C3C3C;
  font-weight: 400;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key .color {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 6px;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key .small {
  width: 50%;
  margin: 0px 0px;
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key .small {
    width: 100%;
    margin: 6px 0px 0px;
  }
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key .category {
  width: calc(100% - 22px);
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.blue .color {
  background: #00338D;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.blue .category {
  color: #00338D;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.green .color {
  background: #00c0ae;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.green .category {
  color: #00c0ae;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.lightblue .color {
  background: #00b8f5;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.lightblue .category {
  color: #00b8f5;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.purple .color {
  background: #7213ea;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.purple .category {
  color: #7213ea;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.grey .color {
  background: #D9D9D9;
}
.CustomHTML .greytabs__contenttab .pay__container .pay__section--row .bar__legend .key.grey .category {
  color: #666;
}
.CustomHTML .greytabs__contenttab .pay__buttons {
  width: 30%;
  height: auto;
  padding-bottom: 24px;
  margin-right: 10%;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .pay__buttons {
    width: 100%;
    margin: 0px auto;
    justify-content: center;
  }
}
.CustomHTML .greytabs__contenttab .pay__buttons .pay__button {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 26px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .greytabs__contenttab .pay__buttons .pay__button:nth-child(even) {
  margin: 26px 13px 2px;
}
.CustomHTML .greytabs__contenttab .pay__buttons .pay__button:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .greytabs__contenttab .pay__buttons .pay__button:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .greytabs__contenttab .pay__buttons .pay__button.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  font-weight: 700;
}
.CustomHTML .greytabs__contenttab .lottie-animation--graph {
  display: block;
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .lottie-animation--graph {
    display: none;
    padding-bottom: 16px;
  }
}
.CustomHTML .greytabs__contenttab .lottie-animation--mobile {
  display: none;
}
.CustomHTML .greytabs__contenttab .lottie-animation--mobile svg {
  width: 100%;
  max-width: 320px;
  height: 100%;
  max-height: 700px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .greytabs__contenttab .lottie-animation--mobile {
    display: block;
  }
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile .figure {
  color: #00338D;
  font-size: calc(1.5rem * 0.625);
  text-align: left;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  padding-left: 36px;
  width: 100%;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile .figure::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00338D;
  top: 3px;
  left: 0;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile .figure--increase::before {
  transform: rotate(180deg);
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile .figure--none::before {
  opacity: 0;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--green .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--green .figure {
  color: #00c0ae;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--green .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--green .figure::before {
  border-top-color: #00c0ae;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-purple .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-purple .figure {
  color: #6D2077;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-purple .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-purple .figure::before {
  border-top-color: #6D2077;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--purple .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--purple .figure {
  color: #7213ea;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--purple .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--purple .figure::before {
  border-top-color: #7213ea;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--violet .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--violet .figure {
  color: #fd349c;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--violet .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--violet .figure::before {
  border-top-color: #fd349c;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-blue .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-blue .figure {
  color: #00b8f5;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-blue .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--lt-blue .figure::before {
  border-top-color: #00b8f5;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--medium-blue .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--medium-blue .figure {
  color: #1e49e2;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--medium-blue .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--medium-blue .figure::before {
  border-top-color: #1e49e2;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--dark-blue .stat,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--dark-blue .figure {
  color: #0c233c;
}
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--dark-blue .stat::before,
.CustomHTML .greytabs__content--updated .remuneration__tiles .tile--dark-blue .figure::before {
  border-top-color: #0c233c;
}
.CustomHTML .readmore {
  color: #00b8f5;
}
.CustomHTML .readmore.white {
  color: #FFFFFF;
}
.CustomHTML .readmore.white a {
  color: #FFFFFF;
}
.CustomHTML .readmore.wide-button a {
  text-align: left;
  max-width: 550px;
}
.CustomHTML .readmore a {
  background-color: transparent;
  width: auto;
  min-width: 128px;
  max-width: 384px;
  height: auto;
  display: inline-block;
  position: relative;
  color: #343A40;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 24px 8px 15px;
  border: 1px solid #343A40;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .readmore a::after {
  background-color: transparent;
  width: 0;
  height: 0;
  margin-left: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #343A40;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .readmore a.double {
  border-radius: 30px;
}
.CustomHTML .readmore a:hover {
  background-color: #FFFFFF;
  color: #00338D !important;
  text-decoration: none !important;
  border-color: rgba(0, 51, 141, 0.5) !important;
}
.CustomHTML .readmore a:hover::after {
  border-left-color: #00338D;
}
.CustomHTML .readmore--purple {
  color: #FFFFFF;
}
.CustomHTML .readmore--purple a {
  background-color: #7213ea;
  color: #FFFFFF;
}
.CustomHTML .readmore--purple a:hover {
  background-color: #6D2077;
  color: #FFFFFF !important;
  border-color: #CCCCCC !important;
}
.CustomHTML .readmore--purple a:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .statpanel {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.CustomHTML .statpanel.slick-slider {
  grid-template-columns: 1 !important;
  grid-template-rows: 1 !important;
}
.CustomHTML .statpanel.slick-slider .slick-list {
  grid-template-columns: auto;
}
.CustomHTML .statpanel.slick-slider .slick-list .slick-slide {
  width: 100% !important;
}
.CustomHTML .statpanel.slick-slider button.slick-prev, .CustomHTML .statpanel.slick-slider button.slick-next {
  position: absolute;
  top: -50px;
  z-index: 10;
  grid-column: none;
  margin: 0px;
}
.CustomHTML .statpanel.slick-slider button.slick-prev {
  left: 30px;
}
.CustomHTML .statpanel.slick-slider button.slick-next {
  left: 90px;
}
.CustomHTML .statpanel .slide {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(12, 2fr);
  grid-template-rows: auto;
  grid-gap: 0px;
  align-items: center;
  margin: 0px auto !important;
  padding: 0px 0px 70px;
  border: 0px none;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .statpanel .slide {
    padding-bottom: 0px;
  }
}
.CustomHTML .statpanel .slide .text {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  grid-column: 1/13;
  align-items: center;
  margin: 0px auto;
  padding: 10px 30px;
  border: 0px none;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .statpanel .slide .text {
    grid-column: 1/9;
    padding-bottom: 70px;
  }
}
.CustomHTML .statpanel .slide .text h4 {
  color: #00338D;
  font-weight: 700;
}
.CustomHTML .statpanel .slide .stat {
  background-color: #00338D;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 2fr);
  grid-template-rows: auto -webkit-max-content auto;
  grid-template-rows: auto max-content auto;
  grid-gap: 20px 0px;
  grid-column: 1/13;
  align-items: center;
  color: #ffffff;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  border-radius: 0px 0px 3px 3px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .statpanel .slide .stat {
    grid-column: 9/12;
    border-radius: 0px;
  }
}
.CustomHTML .statpanel .slide .stat .fact {
  align-self: end;
}
.CustomHTML .statpanel .slide .stat .number {
  display: block;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}
.CustomHTML .statpanel .slide .stat .date {
  text-align: center;
  align-self: start;
}
.CustomHTML .statpanel--KPMGBlue .slide .text h4 {
  color: #00338D;
}
.CustomHTML .statpanel--KPMGBlue .slide .stat {
  background-color: #00338D;
}
.CustomHTML .statpanel--MediumBlue .slide .text h4 {
  color: #1e49e2;
}
.CustomHTML .statpanel--MediumBlue .slide .stat {
  background-color: #1e49e2;
}
.CustomHTML .statpanel--LightBlue .slide .text h4 {
  color: #00b8f5;
}
.CustomHTML .statpanel--LightBlue .slide .stat {
  background-color: #00b8f5;
}
.CustomHTML .statpanel--Violet .slide .text h4 {
  color: #fd349c;
}
.CustomHTML .statpanel--Violet .slide .stat {
  background-color: #fd349c;
}
.CustomHTML .statpanel--Purple .slide .text h4 {
  color: #7213ea;
}
.CustomHTML .statpanel--Purple .slide .stat {
  background-color: #7213ea;
}
.CustomHTML .statpanel--LightPurple .slide .text h4 {
  color: #6D2077;
}
.CustomHTML .statpanel--LightPurple .slide .stat {
  background-color: #6D2077;
}
.CustomHTML .statpanel--KPMGGreen .slide .text h4 {
  color: #00c0ae;
}
.CustomHTML .statpanel--KPMGGreen .slide .stat {
  background-color: #00c0ae;
}
.CustomHTML .multipleinfotiles .tile .text a.page-nav-link {
  font-size: 14px !important;
  display: block;
  font-weight: bold;
}

.CustomHTML .ide-infograph__bottom {
  background-color: #1e49e2;
}
.CustomHTML .ide-infograph__bottom p {
  margin: 0;
  padding: 25px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
}
.CustomHTML .ide-infograph__top {
  position: relative;
}
.CustomHTML .ide-infograph__top .ide-back-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  gap: 1px;
}
@media only screen and (max-width: 1200px) {
  .CustomHTML .ide-infograph__top .ide-back-images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .CustomHTML .ide-infograph__top .ide-back-images {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CustomHTML .ide-infograph__top .ide-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #1e49e2, #7213ea);
  opacity: 0.7;
}
.CustomHTML .ide-infograph__top .ide-numbers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: absolute;
  bottom: 0;
  gap: 1px;
}
@media only screen and (max-width: 1200px) {
  .CustomHTML .ide-infograph__top .ide-numbers {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .CustomHTML .ide-infograph__top .ide-numbers {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CustomHTML .ide-infograph__top .ide-numbers div {
  padding: 0px 15px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .CustomHTML .ide-infograph__top .ide-numbers div {
    align-self: self-end;
  }
}
.CustomHTML .ide-infograph__top .ide-numbers h3 {
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
}
.CustomHTML .ide-infograph__top .ide-numbers p {
  color: #FFFFFF;
}
.CustomHTML .infographic {
  position: relative;
}
.CustomHTML .infographic .chart__buttons--row {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__buttons--row {
    flex-wrap: wrap;
  }
}
.CustomHTML .infographic .chart__buttons--row.small {
  width: 70%;
}
.CustomHTML .infographic .chart__buttons--row .chart__menu {
  width: 30%;
  height: auto;
  margin-left: calc(30% - 24px);
  margin-right: 24px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__buttons--row .chart__menu {
    width: 100%;
    margin-left: 24px;
  }
}
.CustomHTML .infographic .chart__buttons--row .chart__menu select {
  width: 100%;
  padding: 8px 16px;
  border-radius: 32px;
  background: #FFFFFF;
  color: #00338D;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("https://assets.kpmg.com/content/dam/kpmg/uk/images/2021/08/our-impact/select-down-arrow.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 10px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__buttons--row .chart__menu select {
    font-size: 12px;
    background-size: 8px;
    background-position-y: 12px;
  }
}
.CustomHTML .infographic .chart__buttons--row .chart__menu .menu__item {
  width: 100%;
  height: 32px;
  padding: 0px 16px;
  line-height: 28px;
  border-radius: 32px;
  background: #FFFFFF;
  color: #00338D;
  transition: all linear 0s;
}
.CustomHTML .infographic .chart__buttons--row .chart__menu .menu__item.selected {
  background: #00338D;
  color: #FFFFFF;
}
.CustomHTML .infographic .chart__buttons--row .chart__menu .menu__item:hover {
  background: #00338D;
  color: #FFFFFF;
  cursor: pointer;
}
.CustomHTML .infographic .chart__buttons--row .chart__menu:hover {
  overflow: visible;
  z-index: 2;
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons {
  width: 30%;
  height: auto;
  padding-bottom: 24px;
  margin-right: 10%;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__buttons--row .chart__buttons {
    width: 100%;
    margin: 0px auto;
    justify-content: center;
  }
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons .chart__button {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
  margin: 26px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons .chart__button:nth-child(even) {
  margin: 26px 13px 2px;
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons .chart__button:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons .chart__button:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons .chart__button.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  font-weight: 700;
}
.CustomHTML .infographic .chart__buttons--row .chart__buttons .chart__button.jsDisabled {
  pointer-events: none;
  opacity: 0.5;
}
.CustomHTML .infographic .chart__buttons {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}
.CustomHTML .infographic .chart__buttons .chart__button {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .infographic .chart__buttons .chart__button:nth-child(even) {
  margin: 13px 13px 2px;
}
.CustomHTML .infographic .chart__buttons .chart__button:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .infographic .chart__buttons .chart__button:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .infographic .chart__buttons .chart__button.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.CustomHTML .infographic .financial__buttons {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}
.CustomHTML .infographic .financial__buttons .financial__button {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .infographic .financial__buttons .financial__button:nth-child(even) {
  margin: 13px 13px 2px;
}
.CustomHTML .infographic .financial__buttons .financial__button:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .infographic .financial__buttons .financial__button:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .infographic .financial__buttons .financial__button.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.CustomHTML .infographic .tax__buttons {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}
.CustomHTML .infographic .tax__buttons .tax__button {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
  margin: 13px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.CustomHTML .infographic .tax__buttons .tax__button:nth-child(even) {
  margin: 13px 13px 2px;
}
.CustomHTML .infographic .tax__buttons .tax__button:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .infographic .tax__buttons .tax__button:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .infographic .tax__buttons .tax__button.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.CustomHTML .infographic__content {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 48px;
  border: 0px none;
}
.CustomHTML .infographic__content.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic__content {
    display: none !important;
  }
}
.CustomHTML .infographic__content img {
  width: 100%;
  height: auto;
}
.CustomHTML .infographic__content svg {
  width: 100%;
  height: auto;
}
.CustomHTML .infographic__content svg #circle-1 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 0.2s forwards;
}
.CustomHTML .infographic__content svg #circle-1 #num {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0.4s forwards;
}
.CustomHTML .infographic__content svg #circle-1 #text {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 0.6s forwards;
}
.CustomHTML .infographic__content svg #circle-2 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 0.4s forwards;
}
.CustomHTML .infographic__content svg #circle-2 #num-2 {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0.6s forwards;
}
.CustomHTML .infographic__content svg #circle-2 #text-2 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 0.8s forwards;
}
.CustomHTML .infographic__content svg #circle-3 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 0.6s forwards;
}
.CustomHTML .infographic__content svg #circle-3 #num-3 {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0.8s forwards;
}
.CustomHTML .infographic__content svg #circle-3 #text-3 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 1s forwards;
}
.CustomHTML .infographic__content svg #circle-4 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 0.8s forwards;
}
.CustomHTML .infographic__content svg #circle-4 #num-4 {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 1s forwards;
}
.CustomHTML .infographic__content svg #circle-4 #text-4 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 1.2s forwards;
}
.CustomHTML .infographic__content svg #circle-5 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 1s forwards;
}
.CustomHTML .infographic__content svg #circle-5 #num-5 {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 1.2s forwards;
}
.CustomHTML .infographic__content svg #circle-5 #text-5 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 1.4s forwards;
}
.CustomHTML .infographic__content svg #circle-6 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 1.2s forwards;
}
.CustomHTML .infographic__content svg #circle-6 #num-6 {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 1.4s forwards;
}
.CustomHTML .infographic__content svg #circle-6 #text-6 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 1.6s forwards;
}
.CustomHTML .infographic__content svg #circle-7 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out 1.4s forwards;
}
.CustomHTML .infographic__content svg #circle-7 #num-7 {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 1.6s forwards;
}
.CustomHTML .infographic__content svg #circle-7 #text-7 {
  opacity: 0;
  animation: fadeIn 0.3s ease-in 1.8s forwards;
}
.CustomHTML .infographic__mobile {
  width: 100%;
  height: auto;
  padding: 8px 24px 48px;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
.CustomHTML .infographic__mobile .infographic__statistic {
  width: 100%;
  height: auto;
  padding: 0px;
  margin-top: -12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
}
.CustomHTML .infographic__mobile .infographic__statistic:first-of-type {
  margin-top: 0px;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(even) {
  z-index: 1;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 80px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.125;
  margin: 0px 18px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat.blue {
  background: #00338D;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat.lightblue {
  background: #00b8f5;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat.medblue {
  background: #1e49e2;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat.green {
  background: #00c0ae;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat.purple {
  background: #7213ea;
}
.CustomHTML .infographic__mobile .infographic__statistic .stat.violet {
  background: #fd349c;
}
.CustomHTML .infographic__mobile .infographic__statistic .text {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 12px;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(1) {
  animation: fadeIn 0.3s ease-in 0.15s forwards;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(2) {
  animation: fadeIn 0.3s ease-in 0.25s forwards;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(3) {
  animation: fadeIn 0.3s ease-in 0.35s forwards;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(4) {
  animation: fadeIn 0.3s ease-in 0.45s forwards;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(5) {
  animation: fadeIn 0.3s ease-in 0.55s forwards;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(6) {
  animation: fadeIn 0.3s ease-in 0.65s forwards;
}
.CustomHTML .infographic__mobile .infographic__statistic:nth-child(7) {
  animation: fadeIn 0.3s ease-in 0.75s forwards;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic__mobile {
    display: none;
  }
  .CustomHTML .infographic__mobile.active {
    display: flex;
  }
}
.CustomHTML .infographic .infographic__title + .infographic__content {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .infographic .infographic__title + .infographic__content {
    padding-top: 37.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .infographic .infographic__title + .infographic__content {
    padding-top: 50px;
  }
}
.CustomHTML .infographic .chart__container {
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  display: none;
}
.CustomHTML .infographic .chart__container.active {
  display: block;
}
.CustomHTML .infographic .chart__container .chart__buttons--row {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs {
    flex-wrap: wrap;
  }
}
.CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab {
  background-color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  color: #3C3C3C;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.15;
  margin: 26px 0px 2px;
  padding: 6px 15px 8px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab {
    width: calc(50% - 24px);
    text-align: center;
    margin: 8px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab:nth-child(even) {
  margin: 26px 12px 2px;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab:nth-child(even) {
    margin: 8px 4px 0px;
  }
}
.CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab:hover {
  background-color: #00338D;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border-color: #CCCCCC !important;
  cursor: pointer;
}
.CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab:hover::after {
  border-left-color: #FFFFFF;
}
.CustomHTML .infographic .chart__container .chart__buttons--row .chart__tabs .chart__tab.selected {
  background-color: #00338D;
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  font-weight: 700;
}
.CustomHTML .infographic .chart__container .chart__section {
  width: 100%;
  height: auto;
  display: none;
}
.CustomHTML .infographic .chart__container .chart__section.active {
  display: block;
}
.CustomHTML .infographic .chart__container .chart__section--row {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.CustomHTML .infographic .chart__container .chart__section--row.active {
  display: flex;
}
.CustomHTML .infographic .chart__container .chart__section--row h3, .CustomHTML .infographic .chart__container .chart__section--row h4, .CustomHTML .infographic .chart__container .chart__section--row h5, .CustomHTML .infographic .chart__container .chart__section--row p {
  width: 100%;
  height: auto;
}
.CustomHTML .infographic .chart__container .chart__section--row h4 {
  color: #00338D;
  margin: 0px 0px 4px;
}
.CustomHTML .infographic .chart__container .chart__section--row h4:last-of-type {
  margin-top: 48px;
}
.CustomHTML .infographic .chart__container .chart__section--row h5 {
  margin: 24px 0px 12px;
}
.CustomHTML .infographic .chart__container .chart__section--row p {
  font-size: 13px;
  margin: 0px 0px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart {
  width: 100%;
  height: auto;
  border: 8px solid #D9D9D9;
  background: #D9D9D9;
  border-radius: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar__cover {
  width: 100%;
  height: 64px;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: barCover 0.6s linear 0s forwards;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar {
  width: auto;
  height: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar span {
  font-size: 21px;
  color: #FFFFFF;
  font-weight: 400;
  margin-left: 12px;
  opacity: 0;
  animation: fadeIn 0.2s linear 0.6s forwards;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar span {
    font-size: 14px;
  }
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar span.small {
  margin-left: 1px;
  font-size: 12px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar.blue {
  background: #00338d;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar.mediumblue {
  background: #1e49e2;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar.darkblue {
  background: #0c233c;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar.lightblue {
  background: #00b8f5;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar.purple {
  background: #7213ea;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar.grey {
  background: rgba(0, 0, 0, 0.4);
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar:first-of-type {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 64px;
  border-top-left-radius: 64px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__chart .bar:last-of-type {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 64px;
  border-top-right-radius: 64px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key {
  width: auto;
  height: auto;
  margin-bottom: 11px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key .color {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 6px;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key .category {
  width: calc(100% - 22px);
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.blue .color {
  background: #00338D;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.blue .category {
  color: #00338D;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.mediumblue .color {
  background: #1e49e2;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.mediumblue .category {
  color: #1e49e2;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.darkblue .color {
  background: #0c233c;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.darkblue .category {
  color: #0c233c;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.green .color {
  background: #00c0ae;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.green .category {
  color: #00c0ae;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.lightblue .color {
  background: #00b8f5;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.lightblue .category {
  color: #00b8f5;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.purple .color {
  background: #7213ea;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.purple .category {
  color: #7213ea;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.grey .color {
  background: #D9D9D9;
}
.CustomHTML .infographic .chart__container .chart__section--row .bar__legend .key.grey .category {
  color: #666;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__chart {
  width: 100%;
  height: auto;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__chart img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__chart.double img {
  max-width: 800px;
  max-height: 600px;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 32px;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key {
  width: auto;
  height: auto;
  margin-bottom: 11px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key .color {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 6px;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key .category {
  width: calc(100% - 22px);
  height: auto;
  font-size: 13px;
  font-weight: 700;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.blue .color {
  background: #00338D;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.blue .category {
  color: #00338D;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.green .color {
  background: #00c0ae;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.green .category {
  color: #00c0ae;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.lightblue .color {
  background: #00b8f5;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.lightblue .category {
  color: #00b8f5;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.mediumblue .color {
  background: #1e49e2;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.mediumblue .category {
  color: #1e49e2;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.purple .color {
  background: #7213ea;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.purple .category {
  color: #7213ea;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.violet .color {
  background: #fd349c;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.violet .category {
  color: #fd349c;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.grey .color {
  background: #D9D9D9;
}
.CustomHTML .infographic .chart__container .chart__section--row .pie__legend .key.grey .category {
  color: #666;
}
.CustomHTML .infographic--tbc {
  text-align: center;
}
.CustomHTML .infographic--tbc .infographic__content {
  background-color: #F0F0F0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.CustomHTML .infographic--background {
  margin-top: 24px !important;
}
.CustomHTML .infographic--background.no-margin {
  margin-top: 0px !important;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .infographic--background {
    margin-top: 24px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .infographic--background {
    margin-top: 24px !important;
  }
}
.CustomHTML .infographic--background::before {
  background: #F0F0F0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  transform: translateX(-50%);
  content: "";
}
.CustomHTML .infographic--background .infographic__content {
  z-index: 10;
}

.CustomHTML__footer {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-top: 12px solid #FFFFFF !important;
  padding-top: 0px;
}
@media only screen and (min-width: 768px) {
  .CustomHTML__footer {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML__footer {
    padding-top: 0px;
  }
}
.CustomHTML__footer .tile {
  background-color: #3C3C3C;
  width: 100%;
  height: 220px;
  display: block;
  position: relative;
  float: left;
  color: #FFFFFF;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .CustomHTML__footer .tile {
    width: 50%;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML__footer .tile {
    width: 20%;
    height: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML__footer .tile {
    width: 20%;
    height: 400px;
  }
}
.CustomHTML__footer .tile .text {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 20;
  color: #FFFFFF;
  line-height: 1.35;
  text-align: left;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  transition: bottom 250ms ease-in-out;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
}
.CustomHTML__footer .tile .text.--padBottom-sm {
  padding-bottom: 50px;
}
@media only screen and (max-width: 999px) {
  .CustomHTML__footer .tile .text.--padBottom-sm {
    padding-bottom: 30px;
  }
}
.CustomHTML__footer .tile .text.--padBottom-lg {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1510px) {
  .CustomHTML__footer .tile .text.--padBottom-lg {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 999px) {
  .CustomHTML__footer .tile .text.--padBottom-lg {
    padding-bottom: 30px;
  }
}
.CustomHTML__footer .tile .text .title {
  display: block;
  position: relative;
  font-size: 1.333333em;
  font-weight: 600;
}
.CustomHTML__footer .tile .text .title.--height-sm {
  min-height: 50px;
}
.CustomHTML__footer .tile .text .description {
  display: block;
  position: relative;
  padding-top: 5px;
  transition: opacity 250ms ease-in-out;
}
.CustomHTML__footer .tile .text .button {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  grid-column: 1/3;
  grid-row: 4;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.15;
  margin: 20px 0px 5px;
  padding: 6px 15px 8px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  opacity: 0;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out, opacity 150ms ease-in-out;
}
.CustomHTML__footer .tile .text .button:hover {
  background-color: #FFFFFF !important;
  color: #3C3C3C !important;
  border-color: #FFFFFF !important;
}
.CustomHTML__footer .tile .image {
  background-color: transparent;
  background-position: top 15% right 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transform: scale(1);
  transform-origin: center center;
}
.CustomHTML__footer .tile .image::after {
  background-color: #1e49e2; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #7213ea, #1e49e2);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  content: "";
  transition: background-color 250ms ease-in-out;
}
.CustomHTML__footer .tile .video {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 30px;
  border: 0px none;
  transition: transform 250ms ease-in-out;
  transform: scale(1);
  transform-origin: center center;
}
.CustomHTML__footer .tile .video::after {
  background-color: #1e49e2; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #7213ea, #1e49e2);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  content: "";
  transition: background-color 250ms ease-in-out;
}
.CustomHTML__footer .tile .video .videojs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.CustomHTML__footer .tile .video .videojs .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CustomHTML__footer .tile .video .videojs .video-js {
  pointer-events: none;
}
.CustomHTML__footer .tile .video .videojs .video-js .vjs-control-bar {
  display: none;
}
.CustomHTML__footer .tile .video .videojs .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
}
.CustomHTML__footer .tile:hover {
  text-decoration: none !important;
}
.CustomHTML__footer .tile:hover .text {
  bottom: 0px;
}
.CustomHTML__footer .tile:hover .text .button {
  opacity: 1;
}
.CustomHTML__footer .tile:hover .image {
  transform: scale(1.16);
}
.CustomHTML__footer .tile:hover .image::after {
  opacity: 0.7;
  transition: all 250ms ease-in-out;
}
.CustomHTML__footer .tile:hover .video + .image {
  opacity: 0;
  transform: scale(1);
}
.CustomHTML__footer .tile:hover .video::after {
  opacity: 0.7;
}
.CustomHTML__footer::after {
  display: block;
  clear: both;
  content: "";
}

.CustomHTML__modal {
  width: 100%;
  min-width: 320px;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__modalbackground {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  transform: translateX(-50%) translateY(-50%);
  transition: -webkit-backdrop-filter 350ms ease-in-out;
  transition: backdrop-filter 350ms ease-in-out;
  transition: backdrop-filter 350ms ease-in-out, -webkit-backdrop-filter 350ms ease-in-out;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
.CustomHTML__modalholder {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 640px) {
  .CustomHTML__modalholder {
    max-width: 640px;
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .CustomHTML__modalholder {
    max-width: 768px;
    max-width: 738px;
  }
}
@media screen and (min-width: 992px) {
  .CustomHTML__modalholder {
    max-width: 992px;
    max-width: 962px;
  }
}
@media screen and (min-width: 1200px) {
  .CustomHTML__modalholder {
    max-width: 1200px;
    max-width: 1170px;
  }
}
.CustomHTML__modalsize {
  background-color: #3C3C3C;
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0px auto;
  padding: 0px 0px 56.75%;
  border: 0px none;
}
.CustomHTML__modalplayer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__modalplayer iframe, .CustomHTML__modalplayer object, .CustomHTML__modalplayer video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML__modalplayer object, .CustomHTML__modalplayer video {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.CustomHTML__modalclose {
  background: #1e49e2 !important;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  cursor: pointer;
  content: "";
}
.CustomHTML__modalclose:hover {
  background: #00b8f5 !important;
}
.CustomHTML__modalclose::before, .CustomHTML__modalclose::after {
  background-color: #FFFFFF;
  width: 50%;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  border-radius: 2px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: "";
}
.CustomHTML__modalclose::after {
  width: 4px;
  height: 50%;
}

.CustomHTML__hero.animatedHero .tile {
  top: 50px;
  opacity: 0;
}
.CustomHTML__hero.animatedHero .tile .text {
  top: -65px;
  opacity: 0;
}
.CustomHTML__hero.animatedHero .tile .text::before {
  opacity: 0;
  top: calc(200% - 20px);
}
.CustomHTML__hero.animatedHero .tile .text::after {
  opacity: 0;
  bottom: 200%;
}
.CustomHTML__hero.animatedHero .tile.jsAnimated {
  top: 0px;
  opacity: 1;
  transition: opacity 350ms ease-out, top 350ms ease-out;
}
.CustomHTML__hero.animatedHero .tile.jsAnimated .text {
  top: 0px;
  opacity: 1;
  transition: opacity 350ms ease-out, top 350ms ease-out;
}
.CustomHTML__hero.animatedHero .tile.jsAnimated .text::before, .CustomHTML__hero.animatedHero .tile.jsAnimated .text::after {
  transition: opacity 700ms ease-out, top 700ms ease-out, bottom 700ms ease-out;
}
.CustomHTML__hero.animatedHero .tile.jsAnimated .text::before {
  opacity: 1;
  top: calc(100% - 20px);
}
.CustomHTML__hero.animatedHero .tile.jsAnimated .text::after {
  opacity: 1;
  bottom: 100%;
}
.CustomHTML__banner.animatedBanner .image {
  opacity: 0.75;
  transition: opacity 350ms ease-in-out;
}
.CustomHTML__banner.animatedBanner .image::before {
  transition: -webkit-backdrop-filter 700ms ease-in-out;
  transition: backdrop-filter 700ms ease-in-out;
  transition: backdrop-filter 700ms ease-in-out, -webkit-backdrop-filter 700ms ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.CustomHTML__banner.animatedBanner .image.jsAnimated {
  opacity: 1;
}
.CustomHTML__banner.animatedBanner .image.jsAnimated::before {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
@media only screen and (min-width: 640px) {
  .CustomHTML__banner.animatedBanner .panel {
    margin-top: -10%;
    opacity: 0;
    overflow: hidden;
  }
  .CustomHTML__banner.animatedBanner .panel .text::before {
    opacity: 0;
    bottom: calc(200% + 20px);
  }
  .CustomHTML__banner.animatedBanner .panel .text::after {
    opacity: 0;
    top: calc(200% + 25px);
  }
  .CustomHTML__banner.animatedBanner .panel.jsAnimated {
    margin-top: 0%;
    opacity: 1;
    transition: opacity 350ms ease-in-out, margin-top 700ms ease-out;
  }
  .CustomHTML__banner.animatedBanner .panel.jsAnimated .text.jsAnimated::before, .CustomHTML__banner.animatedBanner .panel.jsAnimated .text.jsAnimated::after {
    transition: opacity 350ms ease-in-out, top 500ms ease-in-out, bottom 500ms ease-in-out;
  }
  .CustomHTML__banner.animatedBanner .panel.jsAnimated .text.jsAnimated::before {
    opacity: 1;
    bottom: calc(100% + 20px);
  }
  .CustomHTML__banner.animatedBanner .panel.jsAnimated .text.jsAnimated::after {
    opacity: 1;
    top: calc(100% + 25px);
  }
}
.CustomHTML__footer.animatedFooterLinks .tile {
  top: 50px;
  opacity: 0;
  transition: 350ms opacity ease-out, 350ms top ease-out;
}
.CustomHTML__footer.animatedFooterLinks .tile.jsAnimated {
  top: 0px;
  opacity: 1;
}
.CustomHTML__section.animatedSectionFade {
  top: 50px;
  opacity: 0;
  transition: 350ms opacity ease-out, 350ms top ease-out;
}
.CustomHTML__section.animatedSectionFade .infographic__content {
  display: none;
}
.CustomHTML__section.animatedSectionFade.jsAnimated {
  top: 0px;
  opacity: 1;
}
.CustomHTML__section.animatedSectionFade.jsAnimated .infographic__content.active {
  display: block;
}
.CustomHTML__video.animatedSectionFade {
  top: 50px;
  opacity: 0;
  transition: 350ms opacity ease-out, 350ms top ease-out;
}
.CustomHTML__video.animatedSectionFade .infographic__content {
  display: none;
}
.CustomHTML__video.animatedSectionFade.jsAnimated {
  top: 0px;
  opacity: 1;
}
.CustomHTML__video.animatedSectionFade.jsAnimated .infographic__content.active {
  display: block;
}
.CustomHTML__video.animatedSectionFade.jsAnimated .video__container {
  display: block;
}

@keyframes chartGrow {
  from {
    display: flex;
    opacity: 0;
    width: 0px;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
@keyframes barCover {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes videoPlayerTop {
  from {
    top: -120px;
  }
  to {
    top: 0px;
  }
}
@keyframes videoPlayerBottom {
  from {
    bottom: -200px;
  }
  to {
    bottom: -120px;
  }
}
@keyframes caseStudyTop {
  from {
    top: -120px;
  }
  to {
    top: 0px;
  }
}
@keyframes caseStudyBottom {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 32px, 0);
    transform: translate3d(0, 32px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .CustomHTML .horizontaltabs__contenttab .remuneration__tiles .tile {
    width: 100%;
  }
  .CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile {
    width: 100%;
  }
  .CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart {
    flex-wrap: wrap;
  }
  .CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart {
    width: 100% !important;
  }
  .CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart:nth-child(1)::after {
    display: none;
  }
  .CustomHTML .horizontaltabs__contenttab .remuneration__chart .tile .twocolumn__chart .chart .barchart .bar {
    min-width: auto;
  }
}
.CustomHTML#our-impact blockquote p, .CustomHTML#our-impact p small {
  color: #00338d;
}
@media only screen and (max-width: 768px) {
  .CustomHTML#our-impact blockquote p, .CustomHTML#our-impact p small {
    line-height: 1.5;
  }
}
.CustomHTML#our-impact .sectiontitle h2 {
  color: #00338d;
}
.CustomHTML#our-impact .sectiontitle h2::before, .CustomHTML#our-impact .sectiontitle h2::after {
  background-color: #00338d;
}
.CustomHTML#our-impact .awardsaccreditations h3, .CustomHTML#our-impact .awardsaccreditations .carousel .slider .tile, .CustomHTML#our-impact .singleinfotiles .tile, .CustomHTML#our-impact .multipleinfotiles .tile, .CustomHTML#our-impact .singleinfotiles .tile .fact strong, .CustomHTML#our-impact .multipleinfotiles .tile .fact strong {
  color: #1e49e2;
  fill: #1e49e2;
}
.CustomHTML#our-impact .singleinfotiles .tile .icon::after, .CustomHTML#our-impact .multipleinfotiles .tile .icon::after {
  background-color: #00b8f5;
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .CustomHTML#our-impact .horizontaltabs .multipleinfotiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .CustomHTML#our-impact .horizontaltabs .multipleinfotiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .CustomHTML#our-impact .horizontaltabs .multipleinfotiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .fact {
  font-size: 1em;
}
@media only screen and (min-width: 480px) and (max-width: 1200px) {
  .CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .icon img, .CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .icon svg, .CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .icon use {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .icon img, .CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .icon svg, .CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .icon use {
    width: 128px;
    height: 128px;
  }
}
.CustomHTML#our-impact .horizontaltabs .multipleinfotiles .tile .text {
  font-size: 0.8em;
}
.CustomHTML#our-impact .horizontaltabs #OurRegionalImpact, .CustomHTML#our-impact .horizontaltabs #OurGlobalNetwork {
  padding: 0px 0px;
}
.CustomHTML#our-impact .CustomHTML__footer {
  padding: 0px;
}
.CustomHTML#our-impact .horizontaltabs {
  margin-bottom: 0px;
}

.CustomHTML#our-firm blockquote p, .CustomHTML#our-firm p small {
  color: #00338d;
}
@media only screen and (max-width: 768px) {
  .CustomHTML#our-firm blockquote p, .CustomHTML#our-firm p small {
    line-height: 1.5;
  }
}
.CustomHTML#our-firm .sectiontitle h2 {
  color: #00338D;
}
.CustomHTML#our-firm .sectiontitle h2::before, .CustomHTML#our-firm .sectiontitle h2::after {
  background-color: #00338D;
}
.CustomHTML#our-firm .ourcommitment__content,
.CustomHTML#our-firm .videothumbnail::before {
  background-color: #00338D;
}
.CustomHTML#our-firm .videothumbnail .icon::after {
  border-left-color: #00338D;
}
.CustomHTML#our-firm .awardsaccreditations h3, .CustomHTML#our-firm .awardsaccreditations .carousel .slider .tile, .CustomHTML#our-firm .singleinfotiles .tile, .CustomHTML#our-firm .multipleinfotiles .tile, .CustomHTML#our-firm .singleinfotiles .tile .fact strong, .CustomHTML#our-firm .multipleinfotiles .tile .fact strong {
  color: #00338D;
  fill: #00338D;
}
.CustomHTML#our-firm .singleinfotiles .tile .icon::after, .CustomHTML#our-firm .multipleinfotiles .tile .icon::after {
  background-color: #1e49e2;
}
.CustomHTML#our-firm #OurFinancialPerformance,
.CustomHTML#our-firm #OurEconomicContribution {
  background-color: #FFFFFF;
  padding: 50px 0px;
}
.CustomHTML#our-firm #OurFinancialPerformance p,
.CustomHTML#our-firm #OurEconomicContribution p {
  color: #3C3C3C;
}
.CustomHTML#our-firm #OurFinancialPerformance p small,
.CustomHTML#our-firm #OurEconomicContribution p small {
  color: #00b8f5;
}
.CustomHTML#our-firm .CustomHTML__footer {
  padding: 0px;
}
.CustomHTML#our-firm .largetiles {
  margin-bottom: 0px;
}

.CustomHTML#our-clients blockquote p, .CustomHTML#our-clients p small {
  color: #00338d;
}
@media only screen and (max-width: 768px) {
  .CustomHTML#our-clients blockquote p, .CustomHTML#our-clients p small {
    line-height: 1.5;
  }
}
.CustomHTML#our-clients .sectiontitle h2 {
  color: #00338d;
}
.CustomHTML#our-clients .sectiontitle h2::before, .CustomHTML#our-clients .sectiontitle h2::after {
  background-color: #00338d;
}
.CustomHTML#our-clients .ourcommitment__content,
.CustomHTML#our-clients .videothumbnail::before {
  background-color: #00338d;
}
.CustomHTML#our-clients .videothumbnail .icon::after {
  border-left-color: #00338d;
}
.CustomHTML#our-clients .awardsaccreditations h3 {
  color: #00338D;
}
.CustomHTML#our-clients .awardsaccreditations .carousel .slider .tile, .CustomHTML#our-clients .singleinfotiles .tile, .CustomHTML#our-clients .multipleinfotiles .tile, .CustomHTML#our-clients .singleinfotiles .tile .fact strong, .CustomHTML#our-clients .multipleinfotiles .tile .fact strong {
  color: #1e49e2;
  fill: #1e49e2;
}
.CustomHTML#our-clients .singleinfotiles .tile .icon::after, .CustomHTML#our-clients .multipleinfotiles .tile .icon::after {
  background-color: #1e49e2;
}

.CustomHTML#our-people blockquote p, .CustomHTML#our-people p small {
  color: #00338D;
}
@media only screen and (max-width: 768px) {
  .CustomHTML#our-people blockquote p, .CustomHTML#our-people p small {
    line-height: 1.5;
  }
}
.CustomHTML#our-people .sectiontitle h2 {
  color: #00338D;
}
.CustomHTML#our-people .sectiontitle h2::before, .CustomHTML#our-people .sectiontitle h2::after {
  background-color: #00338D;
}
.CustomHTML#our-people .awardsaccreditations h3, .CustomHTML#our-people .awardsaccreditations .carousel .slider .tile, .CustomHTML#our-people .singleinfotiles .tile, .CustomHTML#our-people .multipleinfotiles .tile, .CustomHTML#our-people .singleinfotiles .tile .fact strong, .CustomHTML#our-people .multipleinfotiles .tile .fact strong {
  color: #7213ea;
  fill: #7213ea;
}
.CustomHTML#our-people .singleinfotiles .tile .icon::after, .CustomHTML#our-people .multipleinfotiles .tile .icon::after {
  background-color: #0c233c;
}
.CustomHTML#our-people .awardsaccreditations .carousel .slider .tile .title {
  color: #fd349c;
}
@media only screen and (min-width: 768px) {
  .CustomHTML#our-people .largetiles__content .tile:nth-child(2)::before, .CustomHTML#our-people .largetiles__content .tile:nth-child(5)::before {
    left: 100%;
  }
}
.CustomHTML#our-people .waysofworking + .largetiles {
  padding-top: 0px;
}
.CustomHTML#our-people .waysofworking + .largetiles .tile:nth-child(1) {
  background-color: #fd349c;
}
.CustomHTML#our-people .waysofworking + .largetiles .tile:nth-child(2) {
  background-color: #1e49e2;
}
.CustomHTML#our-people .CustomHTML__footer {
  padding: 0px;
}
.CustomHTML#our-people .largetiles {
  margin-bottom: 0px;
}

.CustomHTML#our-communities blockquote p, .CustomHTML#our-communities p small {
  color: #00338d;
}
@media only screen and (max-width: 768px) {
  .CustomHTML#our-communities blockquote p, .CustomHTML#our-communities p small {
    line-height: 1.5;
  }
}
.CustomHTML#our-communities .sectiontitle h2 {
  color: #00338d;
}
.CustomHTML#our-communities .sectiontitle h2::before, .CustomHTML#our-communities .sectiontitle h2::after {
  background-color: #00338d;
}
.CustomHTML#our-communities .ourcommitment__content,
.CustomHTML#our-communities .videothumbnail::before {
  background-color: #00338d;
}
.CustomHTML#our-communities .videothumbnail .icon::after {
  border-left-color: #00338d;
}
.CustomHTML#our-communities .awardsaccreditations h3, .CustomHTML#our-communities .awardsaccreditations .carousel .slider .tile, .CustomHTML#our-communities .singleinfotiles .tile, .CustomHTML#our-communities .multipleinfotiles .tile, .CustomHTML#our-communities .singleinfotiles .tile .fact strong, .CustomHTML#our-communities .multipleinfotiles .tile .fact strong {
  color: #00338D;
  fill: #1e49e2;
}
.CustomHTML#our-communities .singleinfotiles .tile .icon::after, .CustomHTML#our-communities .multipleinfotiles .tile .icon::after {
  background-color: #1e49e2;
}
@media only screen and (min-width: 768px) {
  .CustomHTML#our-communities .largetiles__content .tile:nth-child(2)::before {
    left: 100%;
  }
}
.CustomHTML#our-communities .CustomHTML__footer {
  padding: 0px;
}
.CustomHTML#our-communities .largetiles {
  margin-bottom: 0px;
}

.CustomHTML#our-planet blockquote p, .CustomHTML#our-planet p small {
  color: #00338d;
}
@media only screen and (max-width: 768px) {
  .CustomHTML#our-planet blockquote p, .CustomHTML#our-planet p small {
    line-height: 1.5;
  }
}
.CustomHTML#our-planet .sectiontitle h2 {
  color: #00338d;
}
.CustomHTML#our-planet .sectiontitle h2::before, .CustomHTML#our-planet .sectiontitle h2::after {
  background-color: #00338d;
}
.CustomHTML#our-planet .ourcommitment__content,
.CustomHTML#our-planet .videothumbnail::before {
  background-color: #00338d;
}
.CustomHTML#our-planet .videothumbnail .icon::after {
  border-left-color: #00338d;
}
.CustomHTML#our-planet .awardsaccreditations h3 {
  color: #00338d;
}
.CustomHTML#our-planet .awardsaccreditations .carousel .slider .tile {
  color: #7213ea;
  fill: #00338d;
}
.CustomHTML#our-planet .singleinfotiles .tile, .CustomHTML#our-planet .multipleinfotiles .tile, .CustomHTML#our-planet .singleinfotiles .tile .fact strong, .CustomHTML#our-planet .multipleinfotiles .tile .fact strong {
  color: #00338d;
  fill: #00338d;
}
.CustomHTML#our-planet .singleinfotiles .tile .icon::after, .CustomHTML#our-planet .multipleinfotiles .tile .icon::after {
  background-color: #00338d;
}
@media only screen and (min-width: 768px) {
  .CustomHTML#our-planet .largetiles__content .tile:nth-child(2)::before, .CustomHTML#our-planet .largetiles__content .tile:nth-child(4)::before {
    left: 100%;
  }
}
.CustomHTML#our-planet .largetiles__content .tile:nth-child(4) {
  background-color: #00338D;
}
.CustomHTML#our-planet .infographic__title h3 {
  color: #00c0ae;
}
.CustomHTML#our-planet .infographic__title h3::before, .CustomHTML#our-planet .infographic__title h3::after {
  background-color: #00c0ae;
}
.CustomHTML#our-planet .CustomHTML__footer {
  padding: 0px;
}
.CustomHTML#our-planet .largetiles {
  margin-bottom: 0px;
}

.CustomHTML .slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.CustomHTML .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.CustomHTML .slick-list:focus {
  outline: none;
}
.CustomHTML .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.CustomHTML .slick-slider .slick-track, .CustomHTML .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.CustomHTML .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.CustomHTML .slick-track:before, .CustomHTML .slick-track:after {
  display: table;
  content: "";
}
.CustomHTML .slick-track:after {
  clear: both;
}
.CustomHTML .slick-loading .slick-track {
  visibility: hidden;
}
.CustomHTML .slick-slide {
  height: auto;
  min-height: 1px;
  display: none;
  float: left;
  outline: none !important;
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.CustomHTML .slick-slide.slick-active {
  opacity: 1;
}
.CustomHTML .slick-slide img {
  display: block;
}
.CustomHTML .slick-slide.slick-loading img {
  display: none;
}
.CustomHTML .slick-slide.dragging img {
  pointer-events: none;
}
.CustomHTML [dir=rtl] .slick-slide {
  float: right;
}
.CustomHTML .slick-initialized .slick-slide {
  display: block;
}
.CustomHTML .slick-loading .slick-slide {
  visibility: hidden;
}
.CustomHTML .slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent;
}
.CustomHTML .slick-arrow.slick-hidden {
  display: none;
}
.CustomHTML .slick-slider button {
  background-color: transparent;
  line-height: 1em;
  min-width: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.CustomHTML .slick-slider button:focus, .CustomHTML .slick-slider select:focus {
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -4px;
}
.CustomHTML .slick-slider {
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: 50px 50px auto 50px 50px;
  grid-template-rows: auto;
  grid-gap: 10px;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .slick-list {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  grid-column: 1/6;
  grid-row: 1;
  align-items: center;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
}
.CustomHTML .slick-track {
  width: 100%;
  height: auto;
  margin: 0px 0px;
  z-index: 0;
  overflow: hidden;
}
.CustomHTML .slick-slide {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  border: 0px none;
  transition: opacity 250ms ease-in-out;
}
.CustomHTML .slick-slide.slick-current {
  position: relative;
}
.CustomHTML .slick-track {
  display: flex !important;
}
.CustomHTML .slick-slide {
  height: inherit !important;
}
.CustomHTML .slick-dotted {
  position: relative;
}
.CustomHTML ul.slick-dots {
  width: auto;
  height: 20px;
  display: block;
  position: relative;
  grid-column: 1/6;
  grid-row: 2;
  align-items: center;
  margin: 0px auto !important;
  padding: 0px;
  border: 0px none;
}
.CustomHTML ul.slick-dots li, .CustomHTML ul.slick-dots li:hover {
  background: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0px auto !important;
  padding: 5px !important;
  border: 0px none;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}
.CustomHTML ul.slick-dots > li:only-child {
  display: none !important;
}
.CustomHTML ul.slick-dots li button, .CustomHTML ul.slick-dots button:hover, .CustomHTML ul.slick-dots button:active, .CustomHTML ul.slick-dots button:visited {
  background-color: rgba(179, 179, 179, 0.25);
  border-radius: 50%;
  opacity: 1;
  transition: all 150ms ease-in-out;
}
.CustomHTML ul.slick-dots li:hover button {
  background-color: rgba(179, 179, 179, 0.5);
}
.CustomHTML ul.slick-dots li.slick-active button, .CustomHTML ul.slick-dots li.slick-active:hover button {
  background-color: #b3b3b3;
  opacity: 1;
  transition: all 150ms ease-in-out;
}
.CustomHTML ul.slick-dots button, .CustomHTML ul.slick-dots button:hover, .CustomHTML ul.slick-dots button:active, .CustomHTML ul.slick-dots button:visited {
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-indent: -9999px;
  margin: 0px !important;
  padding: 0px;
  border: 0px none !important;
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -4px;
  overflow: hidden;
}
.CustomHTML button.slick-prev, .CustomHTML button.slick-next {
  background-color: #00338D;
  width: 50px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 0;
  grid-column: auto;
  grid-row: 2;
  align-items: center;
  margin: 0px;
  padding: 0px;
  border: 1px solid #0091DA;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  text-indent: -9999px;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, opacity 250ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .CustomHTML button.slick-prev, .CustomHTML button.slick-next {
    width: 30px;
  }
}
.CustomHTML button.slick-prev::after, .CustomHTML button.slick-next::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-70%) translateY(-50%);
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #FFF transparent transparent;
  transition: border-color 150ms ease-in-out;
  content: "";
}
.CustomHTML button.slick-prev:hover, .CustomHTML button.slick-next:hover {
  border-color: #006fa7;
  background-color: #00215a;
}
.CustomHTML button.slick-prev:hover::after, .CustomHTML button.slick-next:hover::after {
  border-right-color: #FFFFFF;
}
.CustomHTML button.slick-prev.slick-disabled, .CustomHTML button.slick-prev.slick-disabled, .CustomHTML button.slick-next.slick-disabled, .CustomHTML button.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
}
.CustomHTML button.slick-prev.slick-disabled:hover, .CustomHTML button.slick-prev.slick-disabled:hover, .CustomHTML button.slick-next.slick-disabled:hover, .CustomHTML button.slick-next.slick-disabled:hover {
  background-color: #FFFFFF;
  border-color: #D3D3D3;
}
.CustomHTML button.slick-prev.slick-disabled:hover::after, .CustomHTML button.slick-prev.slick-disabled:hover::after, .CustomHTML button.slick-next.slick-disabled:hover::after, .CustomHTML button.slick-next.slick-disabled:hover::after {
  border-right-color: #D3D3D3;
}
.CustomHTML button.slick-prev {
  grid-column: 1/2;
}
.CustomHTML button.slick-next {
  grid-column: 2/3;
}
.CustomHTML button.slick-next::after {
  transform: translateX(-30%) translateY(-50%) rotate(180deg);
}

.CustomHTML .casestudies {
  position: relative;
}
.CustomHTML .casestudies__content {
  width: 100%;
  max-width: 588px;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px !important;
  padding-right: 30px !important;
  padding-bottom: 0px !important;
  padding-left: 30px !important;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .casestudies__content {
    max-width: 716px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies__content {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies__content {
    max-width: 1148px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .casestudies__content {
    max-width: 1230px;
  }
}
.CustomHTML .casestudies .slider {
  background-color: transparent;
}
.CustomHTML .casestudies .slider .slick-slider {
  padding: 0px;
  display: block;
}
.CustomHTML .casestudies .slider .slick-slider .slick-track {
  display: block !important;
}
.CustomHTML .casestudies .slider .slick-slider .slick-slide {
  height: auto !important;
}
.CustomHTML .casestudies .slider .slick-slider .slick-prev, .CustomHTML .casestudies .slider .slick-slider .slick-next {
  background-color: transparent;
  display: block;
  border-color: #00338D;
  bottom: 30px;
  left: 0px;
}
.CustomHTML .casestudies .slider .slick-slider .slick-prev::after, .CustomHTML .casestudies .slider .slick-slider .slick-next::after {
  border-color: transparent #00338D transparent transparent;
}
.CustomHTML .casestudies .slider .slide {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 90px;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.CustomHTML .casestudies .slider .slide.slide__video {
  max-height: 100%;
}
.CustomHTML .casestudies .slider .slide .image {
  top: unset;
  left: unset;
  width: calc(100% - 25px);
  padding-bottom: calc(66.7% - 25px);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  order: 1;
}
.CustomHTML .casestudies .slider .slide .image::before, .CustomHTML .casestudies .slider .slide .image::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #00338D;
  z-index: 1;
}
.CustomHTML .casestudies .slider .slide .image::before {
  width: 100%;
  height: 25px;
}
.CustomHTML .casestudies .slider .slide .image::after {
  width: 25px;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .CustomHTML .casestudies .slider .slide .image {
    width: 390px;
    height: 300px;
    min-height: 300px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide .image {
    margin-right: 25px;
  }
}
.CustomHTML .casestudies .slider .slide .image .image__strokes {
  display: block;
  width: 100%;
  height: calc(100% + 25px);
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 2;
}
.CustomHTML .casestudies .slider .slide .panel {
  position: relative;
  margin: 0;
  width: 100%;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  padding: 30px 0px 0px 0px;
  background-color: transparent;
  min-height: auto !important;
  color: #000000 !important;
  order: 2;
}
.CustomHTML .casestudies .slider .slide .panel::before, .CustomHTML .casestudies .slider .slide .panel::after {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide .panel {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide .panel {
    padding-top: 0;
    padding-left: 8px;
  }
}
.CustomHTML .casestudies .slider .slide .panel .title {
  color: #00338D;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-size: 25px;
}
.CustomHTML .casestudies .slider .slide .panel .description p {
  color: #000000;
}
.CustomHTML .casestudies .slider .slide .panel .description p a {
  color: #00338D;
}
.CustomHTML .casestudies .slider .slide .panel .description ul li {
  color: #000000;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote::before {
  color: #00338D;
}
.CustomHTML .casestudies .slider .slide .panel .description blockquote p {
  color: #00338D !important;
}
.CustomHTML .casestudies .slider .slide .panel .name {
  color: #00338D;
}
.CustomHTML .casestudies .slider .slide .panel .name a, .CustomHTML .casestudies .slider .slide .panel .link a {
  color: #00338D;
}
.CustomHTML .casestudies .slider .slide .panel .button p {
  color: #00338D;
}
.CustomHTML .casestudies .slider .slide .panel .button a {
  border-color: #CCCCCC;
}
.CustomHTML .casestudies .slider .slide .panel .button a::after {
  border-color: transparent transparent transparent #CCCCCC;
}
.CustomHTML .casestudies .slider .slide .panel .button a:hover::after {
  border-left-color: #00338D;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide--imageRight .image {
    order: 2;
  }
  .CustomHTML .casestudies .slider .slide--imageRight .panel {
    order: 1;
  }
}
.CustomHTML .casestudies .slider .slide--MediumBlue .image::before, .CustomHTML .casestudies .slider .slide--MediumBlue .image::after {
  background-color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide--MediumBlue .panel .title {
  color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide--MediumBlue .panel .description blockquote::before {
  color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide--MediumBlue .panel .description blockquote p {
  color: #1e49e2 !important;
}
.CustomHTML .casestudies .slider .slide--MediumBlue .panel .name {
  color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide--LightBlue .image::before, .CustomHTML .casestudies .slider .slide--LightBlue .image::after {
  background-color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide--LightBlue .panel .title {
  color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide--LightBlue .panel .description blockquote::before {
  color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide--LightBlue .panel .description blockquote p {
  color: #00b8f5 !important;
}
.CustomHTML .casestudies .slider .slide--LightBlue .panel .name {
  color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide--Violet .image::before, .CustomHTML .casestudies .slider .slide--Violet .image::after {
  background-color: #fd349c;
}
.CustomHTML .casestudies .slider .slide--Violet .panel .title {
  color: #fd349c;
}
.CustomHTML .casestudies .slider .slide--Violet .panel .description blockquote::before {
  color: #fd349c;
}
.CustomHTML .casestudies .slider .slide--Violet .panel .description blockquote p {
  color: #fd349c !important;
}
.CustomHTML .casestudies .slider .slide--Violet .panel .name {
  color: #fd349c;
}
.CustomHTML .casestudies .slider .slide--Purple .image::before, .CustomHTML .casestudies .slider .slide--Purple .image::after {
  background-color: #7213ea;
}
.CustomHTML .casestudies .slider .slide--Purple .panel .title {
  color: #7213ea;
}
.CustomHTML .casestudies .slider .slide--Purple .panel .description blockquote::before {
  color: #7213ea;
}
.CustomHTML .casestudies .slider .slide--Purple .panel .description blockquote p {
  color: #7213ea !important;
}
.CustomHTML .casestudies .slider .slide--Purple .panel .name {
  color: #7213ea;
}
.CustomHTML .casestudies .slider .slide--LightPurple .image::before, .CustomHTML .casestudies .slider .slide--LightPurple .image::after {
  background-color: #0c233c;
}
.CustomHTML .casestudies .slider .slide--LightPurple .panel .title {
  color: #0c233c;
}
.CustomHTML .casestudies .slider .slide--LightPurple .panel .description blockquote::before {
  color: #0c233c;
}
.CustomHTML .casestudies .slider .slide--LightPurple .panel .description blockquote p {
  color: #0c233c !important;
}
.CustomHTML .casestudies .slider .slide--LightPurple .panel .name {
  color: #0c233c;
}
.CustomHTML .casestudies .slider .slide--KPMGGreen .image::before, .CustomHTML .casestudies .slider .slide--KPMGGreen .image::after {
  background-color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide--KPMGGreen .panel .title {
  color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide--KPMGGreen .panel .description blockquote::before {
  color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide--KPMGGreen .panel .description blockquote p {
  color: #00c0ae !important;
}
.CustomHTML .casestudies .slider .slide--KPMGGreen .panel .name {
  color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide__video {
  width: 100%;
  height: auto;
  min-height: 500px;
  position: relative;
  display: block;
  margin-top: 72px;
}
.CustomHTML .casestudies .slider .slide__video.min-video {
  min-height: 400px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide__video {
    max-height: 500px;
  }
}
.CustomHTML .casestudies .slider .slide__video .image {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  background-size: cover;
  margin: 0;
}
.CustomHTML .casestudies .slider .slide__video .image::before, .CustomHTML .casestudies .slider .slide__video .image::after {
  display: none;
}
.CustomHTML .casestudies .slider .slide__video .image .image__strokes {
  display: none;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .casestudies .slider .slide__video .image {
    background-size: cover !important;
  }
}
.CustomHTML .casestudies .slider .slide__video .panel {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF !important;
  background-color: #00338D;
}
.CustomHTML .casestudies .slider .slide__video .panel.play-button {
  padding: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50px);
}
.CustomHTML .casestudies .slider .slide__video .panel.play-button .title {
  width: 100%;
  padding: 10px 0px;
}
.CustomHTML .casestudies .slider .slide__video .panel.play-button .title img {
  margin: 0px auto 0px auto;
  border-radius: 100%;
  background-color: #00338D;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide__video .panel {
    width: 40%;
    left: 0;
    top: 0;
    position: absolute;
    height: calc(100% - 90px);
    max-height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide__video .panel {
    height: 100%;
    padding: 80px 48px 80px 48px;
    left: 140px;
  }
}
.CustomHTML .casestudies .slider .slide__video .panel .title,
.CustomHTML .casestudies .slider .slide__video .panel .description {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide__video .panel .description {
  padding-top: 20px;
  display: block;
}
.CustomHTML .casestudies .slider .slide__video .panel .title {
  display: block;
}
.CustomHTML .casestudies .slider .slide__video .panel .title img {
  margin-top: 30px;
  background-color: transparent;
  border: none;
  transition: 0.3s ease-in-out;
}
.CustomHTML .casestudies .slider .slide__video .panel .title:hover img {
  transform: scale(1.1);
}
.CustomHTML .casestudies .slider .slide__video.slide--MediumBlue .panel {
  background-color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide__video.slide--LightBlue .panel {
  background-color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide__video.slide--Violet .panel {
  background-color: #fd349c;
}
.CustomHTML .casestudies .slider .slide__video.slide--Purple .panel {
  background-color: #7213ea;
}
.CustomHTML .casestudies .slider .slide__video.slide--LightPurple .panel {
  background-color: #0c233c;
}
.CustomHTML .casestudies .slider .slide__video.slide--KPMGGreen .panel {
  background-color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide.border-bottom {
  border-bottom: 3px solid #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient {
  background-color: transparent;
  position: relative;
  display: table;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 0px;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide.newGradient {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient {
    display: block;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient.slide__video {
  max-height: 100%;
  padding: 0px 0px;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient.slide__video .panel {
    padding: 30px 60px;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient .image {
  display: table-cell;
  top: unset;
  left: unset;
  width: calc(100% - 25px);
  padding-bottom: calc(66.7% - 25px);
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0;
  order: 1;
}
.CustomHTML .casestudies .slider .slide.newGradient .image::before, .CustomHTML .casestudies .slider .slide.newGradient .image::after {
  content: none;
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #00338D;
  z-index: 1;
}
.CustomHTML .casestudies .slider .slide.newGradient .image::before {
  width: 100%;
  height: 25px;
}
.CustomHTML .casestudies .slider .slide.newGradient .image::after {
  width: 25px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient .image {
    display: block;
    max-height: 250px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .CustomHTML .casestudies .slider .slide.newGradient .image {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide.newGradient .image {
    margin-right: 0px;
    width: 50%;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient .image .image__strokes {
  display: none;
  width: 100%;
  height: calc(100% + 25px);
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 2;
}
.CustomHTML .casestudies .slider .slide.newGradient .image .image__strokes::before, .CustomHTML .casestudies .slider .slide.newGradient .image .image__strokes::after {
  content: "";
  position: absolute;
  left: 32px;
  width: 15px;
  background-color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .image .image__strokes::before {
  top: 0;
  height: 40%;
}
.CustomHTML .casestudies .slider .slide.newGradient .image .image__strokes::after {
  bottom: 0;
  height: 20%;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel {
  position: relative;
  display: table-cell;
  margin: 0;
  width: 100%;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  padding: 50px 50px 50px 50px;
  background-color: #00338D; /* For browsers that do not support gradients */
  min-height: auto !important;
  color: #000000 !important;
  order: 2;
}
@media only screen and (max-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient .panel {
    display: block;
    height: auto;
    padding: 30px 35px 30px 35px;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient .panel::before, .CustomHTML .casestudies .slider .slide.newGradient .panel::after {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient .panel {
    height: auto;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .title {
  color: #FFFFFF !important;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-size: 25px;
  margin-bottom: 15px;
  display: block;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description p {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description p a.blueBoxLink {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description p a.blueBoxLink:hover::after {
  border-color: transparent transparent transparent #00338D;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description p a.blueBoxLink::after {
  border-color: transparent transparent transparent #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description ul li {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description blockquote::before {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .description blockquote p {
  color: #FFFFFF !important;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .name {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .name a, .CustomHTML .casestudies .slider .slide.newGradient .panel .link a {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .button p {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .button a {
  border-color: #CCCCCC;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .button a::after {
  border-color: transparent transparent transparent #CCCCCC;
}
.CustomHTML .casestudies .slider .slide.newGradient .panel .button a:hover::after {
  border-left-color: #00338D;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide.newGradient--imageRight .image {
    order: 2;
  }
  .CustomHTML .casestudies .slider .slide.newGradient--imageRight .panel {
    order: 1;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient--MediumBlue .image::before, .CustomHTML .casestudies .slider .slide.newGradient--MediumBlue .image::after {
  background-color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide.newGradient--MediumBlue .panel .title {
  color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide.newGradient--MediumBlue .panel .description blockquote::before {
  color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide.newGradient--MediumBlue .panel .description blockquote p {
  color: #1e49e2 !important;
}
.CustomHTML .casestudies .slider .slide.newGradient--MediumBlue .panel .name {
  color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightBlue .image::before, .CustomHTML .casestudies .slider .slide.newGradient--LightBlue .image::after {
  background-color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightBlue .panel .title {
  color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightBlue .panel .description blockquote::before {
  color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightBlue .panel .description blockquote p {
  color: #00b8f5 !important;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightBlue .panel .name {
  color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide.newGradient--Violet .image::before, .CustomHTML .casestudies .slider .slide.newGradient--Violet .image::after {
  background-color: #fd349c;
}
.CustomHTML .casestudies .slider .slide.newGradient--Violet .panel .title {
  color: #fd349c;
}
.CustomHTML .casestudies .slider .slide.newGradient--Violet .panel .description blockquote::before {
  color: #fd349c;
}
.CustomHTML .casestudies .slider .slide.newGradient--Violet .panel .description blockquote p {
  color: #fd349c !important;
}
.CustomHTML .casestudies .slider .slide.newGradient--Violet .panel .name {
  color: #fd349c;
}
.CustomHTML .casestudies .slider .slide.newGradient--Purple .image::before, .CustomHTML .casestudies .slider .slide.newGradient--Purple .image::after {
  background-color: #7213ea;
}
.CustomHTML .casestudies .slider .slide.newGradient--Purple .panel .title {
  color: #7213ea;
}
.CustomHTML .casestudies .slider .slide.newGradient--Purple .panel .description blockquote::before {
  color: #7213ea;
}
.CustomHTML .casestudies .slider .slide.newGradient--Purple .panel .description blockquote p {
  color: #7213ea !important;
}
.CustomHTML .casestudies .slider .slide.newGradient--Purple .panel .name {
  color: #7213ea;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightPurple .image::before, .CustomHTML .casestudies .slider .slide.newGradient--LightPurple .image::after {
  background-color: #0c233c;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightPurple .panel .title {
  color: #0c233c;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightPurple .panel .description blockquote::before {
  color: #0c233c;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightPurple .panel .description blockquote p {
  color: #0c233c !important;
}
.CustomHTML .casestudies .slider .slide.newGradient--LightPurple .panel .name {
  color: #0c233c;
}
.CustomHTML .casestudies .slider .slide.newGradient--KPMGGreen .image::before, .CustomHTML .casestudies .slider .slide.newGradient--KPMGGreen .image::after {
  background-color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide.newGradient--KPMGGreen .panel .title {
  color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide.newGradient--KPMGGreen .panel .description blockquote::before {
  color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide.newGradient--KPMGGreen .panel .description blockquote p {
  color: #00c0ae !important;
}
.CustomHTML .casestudies .slider .slide.newGradient--KPMGGreen .panel .name {
  color: #00c0ae;
}
.CustomHTML .casestudies .slider .slide.newGradient__video {
  width: 100%;
  height: auto;
  min-height: 500px;
  position: relative;
  display: block;
  margin-top: 72px;
}
.CustomHTML .casestudies .slider .slide.newGradient__video.min-video {
  min-height: 400px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient__video {
    max-height: 500px;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient__video .image {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  background-size: cover;
  margin: 0;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .image::before, .CustomHTML .casestudies .slider .slide.newGradient__video .image::after {
  display: none;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .image .image__strokes {
  display: none;
}
@media only screen and (max-width: 768px) {
  .CustomHTML .casestudies .slider .slide.newGradient__video .image {
    background-size: cover !important;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF !important;
  background-color: #00338D;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel::before, .CustomHTML .casestudies .slider .slide.newGradient__video .panel::after {
  content: none;
  position: absolute;
  display: none;
  width: 15px;
  left: 48px;
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide.newGradient__video .panel::before, .CustomHTML .casestudies .slider .slide.newGradient__video .panel::after {
    display: block !important;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel::before {
  height: 95px;
  top: 0px;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel::after {
  height: 64px;
  top: 436px;
}
@media only screen and (min-width: 992px) {
  .CustomHTML .casestudies .slider .slide.newGradient__video .panel {
    width: 40%;
    left: 0;
    top: 0;
    position: absolute;
    height: calc(100% - 90px);
    max-height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .casestudies .slider .slide.newGradient__video .panel {
    height: 100%;
    padding: 80px 48px 80px 48px;
    left: 140px;
  }
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel .title,
.CustomHTML .casestudies .slider .slide.newGradient__video .panel .description {
  color: #FFFFFF;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel .description {
  padding-top: 20px;
  display: block;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel .title {
  display: block;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel .title img {
  margin-top: 30px;
  background-color: transparent;
  border: none;
  transition: 0.3s ease-in-out;
}
.CustomHTML .casestudies .slider .slide.newGradient__video .panel .title:hover img {
  transform: scale(1.1);
}
.CustomHTML .casestudies .slider .slide.newGradient__video.slide--MediumBlue .panel {
  background-color: #1e49e2;
}
.CustomHTML .casestudies .slider .slide.newGradient__video.slide--LightBlue .panel {
  background-color: #00b8f5;
}
.CustomHTML .casestudies .slider .slide.newGradient__video.slide--Violet .panel {
  background-color: #fd349c;
}
.CustomHTML .casestudies .slider .slide.newGradient__video.slide--Purple .panel {
  background-color: #7213ea;
}
.CustomHTML .casestudies .slider .slide.newGradient__video.slide--LightPurple .panel {
  background-color: #0c233c;
}
.CustomHTML .casestudies .slider .slide.newGradient__video.slide--KPMGGreen .panel {
  background-color: #00c0ae;
}

.CustomHTML__banner {
  padding-top: 0 !important;
}
.CustomHTML__banner .content.container {
  padding-top: 0 !important;
}
@media only screen and (min-width: 640px) {
  .CustomHTML__banner .content.container .panel {
    min-height: auto;
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML__banner {
    min-height: 407px;
  }
}

.CustomHTML blockquote {
  text-align: left;
}
.CustomHTML blockquote.darkblue {
  background-color: #0c233c;
  color: #FFFFFF;
}
.CustomHTML blockquote.darkblue p {
  color: #FFFFFF !important;
}
.CustomHTML blockquote.darkblue a {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.CustomHTML blockquote p:nth-child(1) {
  position: relative;
  margin-top: 2em;
}
.CustomHTML blockquote p:nth-child(1)::before {
  content: "“";
  display: inline-block;
  font-size: 3.75em;
  line-height: 0.1em;
  transform: translateX(0em) translateY(-0.2em);
  position: absolute;
}
.CustomHTML blockquote p.no-quote::before {
  display: none;
}
.CustomHTML blockquote p.no-quote::after {
  display: none;
}
.CustomHTML blockquote cite {
  color: inherit;
}
.CustomHTML__navigationmenu {
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.75);
}
.CustomHTML .readmore a {
  max-width: 450px;
}
.CustomHTML .awards-row__tile.transparent {
  fill: #fff !important;
}
.CustomHTML .awards-row__tile.transparent .title,
.CustomHTML .awards-row__tile.transparent .subtitle {
  color: #fff !important;
}
.CustomHTML .awards-row__tile.transparent::after {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.CustomHTML .awards-row__tile.transparent .icon svg::after {
  display: none;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel {
  background-color: transparent;
  box-shadow: none;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile {
  color: #fff !important;
  fill: #fff !important;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile .title,
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile .subtitle {
  color: #fff !important;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile::after {
  box-shadow: none;
  border: none;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile:nth-of-type(1n)::after {
  background-color: #00338d;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile:nth-of-type(2n)::after {
  background-color: #1e49e2;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile:nth-of-type(3n)::after {
  background-color: #0c233c;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile:nth-of-type(4n)::after {
  background-color: #7213ea;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile:nth-of-type(5n)::after {
  background-color: #fd349c;
}
.CustomHTML .awardsaccreditations .awardsaccreditations__content .carousel .slider .tile:nth-of-type(6n)::after {
  background-color: #00c0ae;
}
.CustomHTML blockquote p {
  text-align: left;
}
.CustomHTML blockquote.no-end-quote p:nth-last-of-type(1)::after {
  display: none;
}
.CustomHTML .backToParent {
  text-decoration: none;
  padding-left: 35px;
  position: relative;
  font-size: calc(1.75rem * 0.625);
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}
.CustomHTML .backToParent:hover {
  text-decoration: none !important;
}
.CustomHTML .backToParent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 10px;
  border-color: transparent black transparent transparent;
}
.CustomHTML .backToParent--blue {
  color: #00338D !important;
}
.CustomHTML .backToParent--blue::before {
  border-color: transparent #00338D transparent transparent;
}
.CustomHTML .backToParent--md-blue {
  color: #1e49e2 !important;
}
.CustomHTML .backToParent--md-blue::before {
  border-color: transparent #1e49e2 transparent transparent;
}
.CustomHTML .backToParent--lt-blue {
  color: #00b8f5 !important;
}
.CustomHTML .backToParent--lt-blue::before {
  border-color: transparent #00b8f5 transparent transparent;
}
.CustomHTML .backToParent--violet {
  color: #fd349c !important;
}
.CustomHTML .backToParent--violet::before {
  border-color: transparent #fd349c transparent transparent;
}
.CustomHTML .backToParent--purple {
  color: #7213ea !important;
}
.CustomHTML .backToParent--purple::before {
  border-color: transparent #7213ea transparent transparent;
}
.CustomHTML .backToParent--lt-purple {
  color: #6D2077 !important;
}
.CustomHTML .backToParent--lt-purple::before {
  border-color: transparent #6D2077 transparent transparent;
}
.CustomHTML .backToParent--green {
  color: #00c0ae !important;
}
.CustomHTML .backToParent--green::before {
  border-color: transparent #00c0ae transparent transparent;
}

.CustomHTML .m-0 {
  margin: 0px !important;
}
.CustomHTML .mt-0 {
  margin-top: 0px !important;
}
.CustomHTML .mr-0 {
  margin-right: 0px !important;
}
.CustomHTML .mb-0 {
  margin-bottom: 0px !important;
}
.CustomHTML .ml-0 {
  margin-left: 0px !important;
}
.CustomHTML .p-0 {
  padding: 0px !important;
}
.CustomHTML .pt-0 {
  padding-top: 0px !important;
}
.CustomHTML .pr-0 {
  padding-right: 0px !important;
}
.CustomHTML .pb-0 {
  padding-bottom: 0px !important;
}
.CustomHTML .pl-0 {
  padding-left: 0px !important;
}

.CustomHTML .m-1 {
  margin: 8px !important;
}
.CustomHTML .mt-1 {
  margin-top: 8px !important;
}
.CustomHTML .mr-1 {
  margin-right: 8px !important;
}
.CustomHTML .mb-1 {
  margin-bottom: 8px !important;
}
.CustomHTML .ml-1 {
  margin-left: 8px !important;
}
.CustomHTML .p-1 {
  padding: 8px !important;
}
.CustomHTML .pt-1 {
  padding-top: 8px !important;
}
.CustomHTML .pr-1 {
  padding-right: 8px !important;
}
.CustomHTML .pb-1 {
  padding-bottom: 8px !important;
}
.CustomHTML .pl-1 {
  padding-left: 8px !important;
}

.CustomHTML .m-2 {
  margin: 16px !important;
}
.CustomHTML .mt-2 {
  margin-top: 16px !important;
}
.CustomHTML .mr-2 {
  margin-right: 16px !important;
}
.CustomHTML .mb-2 {
  margin-bottom: 16px !important;
}
.CustomHTML .ml-2 {
  margin-left: 16px !important;
}
.CustomHTML .p-2 {
  padding: 16px !important;
}
.CustomHTML .pt-2 {
  padding-top: 16px !important;
}
.CustomHTML .pr-2 {
  padding-right: 16px !important;
}
.CustomHTML .pb-2 {
  padding-bottom: 16px !important;
}
.CustomHTML .pl-2 {
  padding-left: 16px !important;
}

.CustomHTML .m-3 {
  margin: 24px !important;
}
.CustomHTML .mt-3 {
  margin-top: 24px !important;
}
.CustomHTML .mr-3 {
  margin-right: 24px !important;
}
.CustomHTML .mb-3 {
  margin-bottom: 24px !important;
}
.CustomHTML .ml-3 {
  margin-left: 24px !important;
}
.CustomHTML .p-3 {
  padding: 24px !important;
}
.CustomHTML .pt-3 {
  padding-top: 24px !important;
}
.CustomHTML .pr-3 {
  padding-right: 24px !important;
}
.CustomHTML .pb-3 {
  padding-bottom: 24px !important;
}
.CustomHTML .pl-3 {
  padding-left: 24px !important;
}

.CustomHTML .m-4 {
  margin: 32px !important;
}
.CustomHTML .mt-4 {
  margin-top: 32px !important;
}
.CustomHTML .mr-4 {
  margin-right: 32px !important;
}
.CustomHTML .mb-4 {
  margin-bottom: 32px !important;
}
.CustomHTML .ml-4 {
  margin-left: 32px !important;
}
.CustomHTML .p-4 {
  padding: 32px !important;
}
.CustomHTML .pt-4 {
  padding-top: 32px !important;
}
.CustomHTML .pr-4 {
  padding-right: 32px !important;
}
.CustomHTML .pb-4 {
  padding-bottom: 32px !important;
}
.CustomHTML .pl-4 {
  padding-left: 32px !important;
}

.CustomHTML .m-5 {
  margin: 40px !important;
}
.CustomHTML .mt-5 {
  margin-top: 40px !important;
}
.CustomHTML .mr-5 {
  margin-right: 40px !important;
}
.CustomHTML .mb-5 {
  margin-bottom: 40px !important;
}
.CustomHTML .ml-5 {
  margin-left: 40px !important;
}
.CustomHTML .p-5 {
  padding: 40px !important;
}
.CustomHTML .pt-5 {
  padding-top: 40px !important;
}
.CustomHTML .pr-5 {
  padding-right: 40px !important;
}
.CustomHTML .pb-5 {
  padding-bottom: 40px !important;
}
.CustomHTML .pl-5 {
  padding-left: 40px !important;
}

.CustomHTML .m-6 {
  margin: 48px !important;
}
.CustomHTML .mt-6 {
  margin-top: 48px !important;
}
.CustomHTML .mr-6 {
  margin-right: 48px !important;
}
.CustomHTML .mb-6 {
  margin-bottom: 48px !important;
}
.CustomHTML .ml-6 {
  margin-left: 48px !important;
}
.CustomHTML .p-6 {
  padding: 48px !important;
}
.CustomHTML .pt-6 {
  padding-top: 48px !important;
}
.CustomHTML .pr-6 {
  padding-right: 48px !important;
}
.CustomHTML .pb-6 {
  padding-bottom: 48px !important;
}
.CustomHTML .pl-6 {
  padding-left: 48px !important;
}

.CustomHTML .m-7 {
  margin: 56px !important;
}
.CustomHTML .mt-7 {
  margin-top: 56px !important;
}
.CustomHTML .mr-7 {
  margin-right: 56px !important;
}
.CustomHTML .mb-7 {
  margin-bottom: 56px !important;
}
.CustomHTML .ml-7 {
  margin-left: 56px !important;
}
.CustomHTML .p-7 {
  padding: 56px !important;
}
.CustomHTML .pt-7 {
  padding-top: 56px !important;
}
.CustomHTML .pr-7 {
  padding-right: 56px !important;
}
.CustomHTML .pb-7 {
  padding-bottom: 56px !important;
}
.CustomHTML .pl-7 {
  padding-left: 56px !important;
}

.CustomHTML .m-8 {
  margin: 64px !important;
}
.CustomHTML .mt-8 {
  margin-top: 64px !important;
}
.CustomHTML .mr-8 {
  margin-right: 64px !important;
}
.CustomHTML .mb-8 {
  margin-bottom: 64px !important;
}
.CustomHTML .ml-8 {
  margin-left: 64px !important;
}
.CustomHTML .p-8 {
  padding: 64px !important;
}
.CustomHTML .pt-8 {
  padding-top: 64px !important;
}
.CustomHTML .pr-8 {
  padding-right: 64px !important;
}
.CustomHTML .pb-8 {
  padding-bottom: 64px !important;
}
.CustomHTML .pl-8 {
  padding-left: 64px !important;
}

.CustomHTML .m-9 {
  margin: 72px !important;
}
.CustomHTML .mt-9 {
  margin-top: 72px !important;
}
.CustomHTML .mr-9 {
  margin-right: 72px !important;
}
.CustomHTML .mb-9 {
  margin-bottom: 72px !important;
}
.CustomHTML .ml-9 {
  margin-left: 72px !important;
}
.CustomHTML .p-9 {
  padding: 72px !important;
}
.CustomHTML .pt-9 {
  padding-top: 72px !important;
}
.CustomHTML .pr-9 {
  padding-right: 72px !important;
}
.CustomHTML .pb-9 {
  padding-bottom: 72px !important;
}
.CustomHTML .pl-9 {
  padding-left: 72px !important;
}

.CustomHTML .m-10 {
  margin: 80px !important;
}
.CustomHTML .mt-10 {
  margin-top: 80px !important;
}
.CustomHTML .mr-10 {
  margin-right: 80px !important;
}
.CustomHTML .mb-10 {
  margin-bottom: 80px !important;
}
.CustomHTML .ml-10 {
  margin-left: 80px !important;
}
.CustomHTML .p-10 {
  padding: 80px !important;
}
.CustomHTML .pt-10 {
  padding-top: 80px !important;
}
.CustomHTML .pr-10 {
  padding-right: 80px !important;
}
.CustomHTML .pb-10 {
  padding-bottom: 80px !important;
}
.CustomHTML .pl-10 {
  padding-left: 80px !important;
}

.CustomHTML .m-11 {
  margin: 88px !important;
}
.CustomHTML .mt-11 {
  margin-top: 88px !important;
}
.CustomHTML .mr-11 {
  margin-right: 88px !important;
}
.CustomHTML .mb-11 {
  margin-bottom: 88px !important;
}
.CustomHTML .ml-11 {
  margin-left: 88px !important;
}
.CustomHTML .p-11 {
  padding: 88px !important;
}
.CustomHTML .pt-11 {
  padding-top: 88px !important;
}
.CustomHTML .pr-11 {
  padding-right: 88px !important;
}
.CustomHTML .pb-11 {
  padding-bottom: 88px !important;
}
.CustomHTML .pl-11 {
  padding-left: 88px !important;
}

.CustomHTML .m-12 {
  margin: 96px !important;
}
.CustomHTML .mt-12 {
  margin-top: 96px !important;
}
.CustomHTML .mr-12 {
  margin-right: 96px !important;
}
.CustomHTML .mb-12 {
  margin-bottom: 96px !important;
}
.CustomHTML .ml-12 {
  margin-left: 96px !important;
}
.CustomHTML .p-12 {
  padding: 96px !important;
}
.CustomHTML .pt-12 {
  padding-top: 96px !important;
}
.CustomHTML .pr-12 {
  padding-right: 96px !important;
}
.CustomHTML .pb-12 {
  padding-bottom: 96px !important;
}
.CustomHTML .pl-12 {
  padding-left: 96px !important;
}

.CustomHTML .m-13 {
  margin: 104px !important;
}
.CustomHTML .mt-13 {
  margin-top: 104px !important;
}
.CustomHTML .mr-13 {
  margin-right: 104px !important;
}
.CustomHTML .mb-13 {
  margin-bottom: 104px !important;
}
.CustomHTML .ml-13 {
  margin-left: 104px !important;
}
.CustomHTML .p-13 {
  padding: 104px !important;
}
.CustomHTML .pt-13 {
  padding-top: 104px !important;
}
.CustomHTML .pr-13 {
  padding-right: 104px !important;
}
.CustomHTML .pb-13 {
  padding-bottom: 104px !important;
}
.CustomHTML .pl-13 {
  padding-left: 104px !important;
}

.CustomHTML .m-14 {
  margin: 112px !important;
}
.CustomHTML .mt-14 {
  margin-top: 112px !important;
}
.CustomHTML .mr-14 {
  margin-right: 112px !important;
}
.CustomHTML .mb-14 {
  margin-bottom: 112px !important;
}
.CustomHTML .ml-14 {
  margin-left: 112px !important;
}
.CustomHTML .p-14 {
  padding: 112px !important;
}
.CustomHTML .pt-14 {
  padding-top: 112px !important;
}
.CustomHTML .pr-14 {
  padding-right: 112px !important;
}
.CustomHTML .pb-14 {
  padding-bottom: 112px !important;
}
.CustomHTML .pl-14 {
  padding-left: 112px !important;
}

.CustomHTML .m-15 {
  margin: 120px !important;
}
.CustomHTML .mt-15 {
  margin-top: 120px !important;
}
.CustomHTML .mr-15 {
  margin-right: 120px !important;
}
.CustomHTML .mb-15 {
  margin-bottom: 120px !important;
}
.CustomHTML .ml-15 {
  margin-left: 120px !important;
}
.CustomHTML .p-15 {
  padding: 120px !important;
}
.CustomHTML .pt-15 {
  padding-top: 120px !important;
}
.CustomHTML .pr-15 {
  padding-right: 120px !important;
}
.CustomHTML .pb-15 {
  padding-bottom: 120px !important;
}
.CustomHTML .pl-15 {
  padding-left: 120px !important;
}

.CustomHTML .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.CustomHTML .ml-auto {
  margin-left: auto !important;
}
.CustomHTML .mr-auto {
  margin-right: auto !important;
}
.CustomHTML .img-fluid {
  width: 100%;
  height: auto;
}
.CustomHTML .text-center {
  text-align: center;
}/*# sourceMappingURL=our-impact-v5.4.0.css.map */