/* Fonts */
@font-face {
  font-family: 'SchrodersCircular';
  src: url('../fonts/SchrodersCircularTT-Bold.eot');
  src: local('SchrodersCircular'), url('../fonts/SchrodersCircularTT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SchrodersCircularTT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Variables and Mixins */
/** Folders */
/** Background slides images **/
/** Background slides colors **/
/** Slides images */
/** Slides common */
/** Category 0 color **/
/** Category 1 color **/
/** Category 2 color **/
/** Category 3 color **/
/** nav */
/** Page 0 **/
/** Page 1 **/
/** Page 2 */
/** Page 3 */
/** Page 4 */
/** Page 5 */
/** Page 6 */
/** Page 7 */
/** Page 8 */
/** Other */
/* Third Party Styles */
/* Shared Styles */
.slides {
  overflow: hidden;
}
.slides .bg-img,
.slides .bg-color,
.slides .bg-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.slides .bg-img.active,
.slides .bg-color.active,
.slides .bg-content.active {
  display: block;
}
.slides .bg-img {
  z-index: 10;
}
.slides .bg-img .outer-bg-img {
  height: 100%;
  overflow: hidden;
}
.slides .bg-img .inner-bg-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: none;
  transform: scale(1.2);
}
.slides .bg-img .inner-bg-img.active {
  transition: all 2s ease;
  transform: scale(1);
}
.slides .bg-img .loading-cat {
  pointer-events: none;
}
.slides .bg-img .loading-cat svg {
  height: 70%;
  width: 70%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.slides #bg-img-0 .inner-bg-img {
  background-image: url("../images/slides-img/backgrounds/background-0.jpg");
}
.slides #bg-img-1 .inner-bg-img {
  background-image: url("../images/slides-img/backgrounds/background-1.jpg");
}
.slides #bg-img-2 .inner-bg-img {
  background-image: url("../images/slides-img/backgrounds/background-2.jpg");
}
.slides #bg-img-3 .inner-bg-img {
  background-image: url("../images/slides-img/backgrounds/background-3.jpg");
}
.slides .bg-color {
  height: 130%;
  z-index: 20;
  opacity: 0;
}
.slides .bg-color .pagingContent {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 40;
}
.slides .bg-color .pagingContent ul {
  padding: 0;
}
.slides .bg-color .pagingContent ul li {
  cursor: pointer;
  opacity: 0.5;
  display: inline-block;
  margin: 0 10px 0 10px;
  text-decoration: underline;
}
.slides .bg-color .pagingContent ul li.current {
  opacity: 1;
}
.slides .bg-color .pagingContent img {
  width: 30px;
  cursor: pointer;
}
.slides .bg-color .pagingTop {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 40;
  visibility: hidden;
}
.slides .bg-color .pagingTop img {
  transform: rotate(180deg);
  width: 30px;
  cursor: pointer;
  visibility: hidden;
}
.slides .bg-color.focus {
  height: 100%;
}
.slides .bg-color.focus .pagingTop img {
  visibility: visible;
}
.slides .bg-color .slides-arrow {
  position: absolute;
  top: 50%;
  background-image: url("../images/slides-img/arrows/yellow-right.svg");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  cursor: pointer;
  opacity: 0.7;
}
.slides .bg-color .slides-arrow.slides-arrow-left {
  transform: translate(0, -50%) rotate(180deg);
  left: 50px;
}
.slides .bg-color .slides-arrow.slides-arrow-right {
  transform: translate(0, -50%);
  right: 50px;
}
.slides .bg-color .slides-arrow.not-active {
  display: none;
}
.slides .bg-color .slides-arrow:hover {
  opacity: 1 !important;
}
.slides .bg-color#bg-color-0 .slides-arrow {
  background-image: url("../images/slides-img/arrows/white-right.svg");
}
.slides .bg-color#bg-color-2 .slides-arrow {
  background-image: url("../images/slides-img/arrows/blue-right.svg");
}
.slides #bg-color-0 {
  background-image: linear-gradient(180deg, rgba(173, 208, 95, 0), #add05f 70%);
}
.slides #bg-color-0.focus {
  background: #add05f;
}
.slides #bg-color-0 .pagingContent {
  color: #ffffff;
}
.slides #bg-color-1 {
  background-image: linear-gradient(180deg, rgba(238, 168, 26, 0), #eea81a 70%);
}
.slides #bg-color-1.focus {
  background: #eea81a;
}
.slides #bg-color-1 .pagingContent {
  color: #123374;
}
.slides #bg-color-2 {
  background-image: linear-gradient(180deg, rgba(48, 212, 220, 0), #30d4dc 70%);
}
.slides #bg-color-2.focus {
  background: #30d4dc;
}
.slides #bg-color-2 .pagingContent {
  color: #123375;
}
.slides #bg-color-3 {
  background-image: linear-gradient(180deg, rgba(148, 77, 164, 0), #944da4 70%);
}
.slides #bg-color-3.focus {
  background: #944da4;
}
.slides #bg-color-3 .pagingContent {
  color: #ffffff;
}
.slides .bg-content {
  pointer-events: none;
  z-index: 30;
  height: 100%;
  overflow: hidden;
}
.slides .bg-content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.slides .bg-content .content .content-intro {
  margin-left: 20%;
  margin-right: 20%;
}
.slides .bg-content .content .content-page {
  margin-left: 10%;
  margin-right: 10%;
}
.slides .bg-content .content .part-1 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .slides .bg-content .content .part-1 {
    margin-bottom: 10px;
  }
}
.slides div.linkIE {
  pointer-events: auto;
}
.slides a {
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}
.slides a:hover {
  text-decoration: underline;
}
.slides a.slide-pdf-download {
  background-image: url("../images/icons/download-icon-bright.png");
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  line-height: 20px;
  padding-left: 25px;
}
/* For mobile */
.slides .slides-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  display: none;
}
.slides .slides-mobile.active {
  display: block;
}
.slides .slides-mobile .bg-img,
.slides .slides-mobile .bg-color,
.slides .slides-mobile .bg-content {
  position: unset;
  width: 100%;
  display: block;
}
.slides .slides-mobile .bg-color {
  opacity: 1;
  height: auto;
}
.slides .slides-mobile .bg-img-gradiant {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.slides .slides-mobile #bg-img-0 .bg-img-gradiant {
  background-image: linear-gradient(0deg, #add05f, rgba(173, 208, 95, 0) 40%);
}
.slides .slides-mobile #bg-img-1 .bg-img-gradiant {
  background-image: linear-gradient(0deg, #eea81a, rgba(238, 168, 26, 0) 40%);
}
.slides .slides-mobile #bg-img-2 .bg-img-gradiant {
  background-image: linear-gradient(0deg, #30d4dc, rgba(48, 212, 220, 0) 40%);
}
.slides .slides-mobile #bg-img-3 .bg-img-gradiant {
  background-image: linear-gradient(0deg, #944da4, rgba(148, 77, 164, 0) 40%);
}
.slides .slides-mobile .bg-content .content {
  width: 100%;
  position: unset;
  transform: none;
}
.slides .slides-mobile .bg-content .content .content-intro {
  margin-left: 10%;
  margin-right: 10%;
}
.slides .slides-mobile .bg-content .content .content-page {
  margin-left: 5%;
  margin-right: 5%;
}
.slides .slides-mobile hr {
  width: 50%;
  border: none;
  border-top: 1px solid;
}
.slides .slides-mobile #bg-color-0 {
  background: #add05f;
}
.slides .slides-mobile #bg-color-0 hr {
  border-color: #ffffff;
}
.slides .slides-mobile #bg-color-1 {
  background: #eea81a;
}
.slides .slides-mobile #bg-color-1 hr {
  border-color: #123374;
}
.slides .slides-mobile #bg-color-2 {
  background: #30d4dc;
}
.slides .slides-mobile #bg-color-2 hr {
  border-color: #0069b3;
}
.slides .slides-mobile #bg-color-3 {
  background: #944da4;
}
.slides .slides-mobile #bg-color-3 hr {
  border-color: #ffdb53;
}
body,
html {
  font-family: "Noto Sans", Arial;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  text-align: center;
}
body {
  height: inherit !important;
  line-height: inherit !important;
  font-family: "Noto Sans", Arial !important;
}
* {
  box-sizing: initial;
}
img {
  vertical-align: top;
}
p {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  margin-bottom: inherit;
  margin-top: 10px;
}
button {
  font-family: inherit;
}

.contact,
.footer {
  display: none;
}

.header .about {
  display: none;
}

#page-nav,
#page-footer {
  padding: 0px !important;
}

/* 2 new items in side menu are hidden */
#nav-page-nav,
#nav-page-footer {
  display: none
}

/* no need search capabilities */
#gsSearchIcon, .search-container {
  visibility: hidden;
}

/* fix: header submenu align left */
.navbar-main ul > li ul.nav-links {
  text-align: left;
}

.accordion { border-bottom: inherit; }

/* this will remove header menu when resolution is smaller than 768, because header interferes with side menu */
@media (max-width: 768px) {
  .header {
    display: none;
  }

  #page-0 {
    height: 100vh;
  }
}

.before-slides {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: calc(100vw + 20px);
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 10;
  -ms-overflow-style: none;
  display: none;
}
.before-slides::-webkit-scrollbar {
  display: none;
}
.before-slides.block-scroll {
  overflow: hidden;
}
.before-slides.active {
  display: block;
}
.after-slides {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: calc(100vw + 20px);
  position: absolute;
  top: 100%;
  z-index: 10;
  right: -20px;
  display: none;
  padding-bottom: 30px;
  background-color: #00244d;
}
.after-slides::-webkit-scrollbar {
  display: none;
}
.after-slides.block-scroll {
  overflow: hidden;
}
.after-slides.active {
  display: block;
}
.touchDevice .before-slides {
  width: 100vw;
  right: 0;
}
.touchDevice .after-slides {
  width: 100vw;
  right: 0;
}
.page {
  background-color: #FFFFFF;
  margin: 0;
  padding-bottom: 50px;
}
h1,
h2,
h3,
h4 {
  font-family: 'SchrodersCircular';
  margin-top: 0;
  line-height: inherit;
  margin-bottom: inherit;
}
.value-1 {
  font-family: 'SchrodersCircular';
  font-size: 50px;
  font-weight: 700;
}
.value-2 {
  font-family: 'SchrodersCircular';
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .value-2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .value-2 {
    font-size: 28px;
  }
}
.title-1 {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .title-1 {
    font-size: 65px;
  }
}
@media (max-width: 1600px) {
  .title-1 {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .title-1 {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  .title-1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .title-1 {
    font-size: 46px;
  }
}
.title-2 {
  font-size: 44px;
  font-weight: 700;
}
.title-3 {
  font-size: 20px;
  font-weight: 700;
}
.title-4 {
  font-size: 25px;
  font-weight: 700;
}
.title-5 {
  font-size: 30px;
  font-weight: 700;
}
.title-6 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .title-6 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .title-6 {
    font-size: 28px;
  }
}
.title-7 {
  font-size: 47px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .title-7 {
    font-size: 40px;
  }
}
@media (max-width: 1500px) {
  .title-7 {
    font-size: 38px;
  }
}
@media (max-width: 1400px) {
  .title-7 {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .title-7 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .title-7 {
    font-size: 24px;
  }
}
.title-8 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-8 {
    font-size: 15px;
  }
}
.title-9 {
  font-size: 32px;
  font-weight: 700;
}
.title-10 {
  font-weight: 700;
  font-size: 51px;
}
@media (max-width: 1600px) {
  .title-10 {
    font-size: 41px;
  }
}
@media (max-width: 1400px) {
  .title-10 {
    font-size: 37px;
  }
}
@media (max-width: 1200px) {
  .title-10 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .title-10 {
    font-size: 20px;
  }
}
@media (max-height: 770px) {
  .title-10 {
    font-size: 18px;
  }
}
.text-1 {
  font-family: 'SchrodersCircular';
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .text-1 {
    font-size: 25px;
  }
}
@media (max-width: 1500px) {
  .text-1 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .text-1 {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .text-1 {
    font-size: 21px;
  }
}
.text-2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-height: 770px) {
  .text-2 {
    font-size: 15px;
  }
}
.text-3 {
  font-size: 23px;
  font-weight: 600;
}
@media (max-height: 1024px) {
  .text-3 {
    font-size: 18px;
  }
}
.text-4 {
  font-size: 14px;
  font-weight: 500;
}
.text-5 {
  font-size: 16px;
  font-weight: 700;
}
.text-6 {
  font-family: 'SchrodersCircular';
  font-size: 18px;
  font-weight: 700;
}
.text-7 {
  font-size: 23px;
  font-weight: 600;
}
.text-8 {
  font-family: 'SchrodersCircular';
  font-size: 21px;
  font-weight: 700;
}
.text-9 {
  font-size: 34px;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .text-9 {
    font-size: 30px;
  }
}
@media (max-width: 1500px) {
  .text-9 {
    font-size: 28px;
  }
}
@media (max-width: 1400px) {
  .text-9 {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .text-9 {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .text-9 {
    font-size: 20px;
  }
}
.text-10 {
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .text-10 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .text-10 {
    font-size: 16px;
  }
}
.text-11 {
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .text-11 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .text-11 {
    font-size: 16px;
  }
}
.text-12 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .text-12 {
    font-size: 16px;
  }
}
.text-13 {
  font-size: 18px;
  font-weight: 400;
}
.text-14 {
  font-size: 16px;
  font-weight: 400;
}
.text-15 {
  font-family: 'SchrodersCircular';
  font-size: 37px;
  font-weight: 700;
}
.text-16 {
  font-size: 16px;
  font-weight: 500;
}
.text-17 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .text-17 {
    font-size: 16px;
  }
}
.bold {
  font-weight: 700;
}
.part-2,
.part-3 {
  margin-top: 50px;
  font-weight: 400;
}
.col-2 {
  width: 100%;
  font-size: 0;
  padding: 0;
}
.col-2 li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.col-3 {
  width: 100%;
  font-size: 0;
  padding: 0;
}
.col-3 li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.shortest-div {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.shortest-div-2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .shortest-div-2 {
    width: 70%;
  }
}
.content-intro,
.part-1,
.part-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
/** Mobile  */
.mobile .before-slides {
  width: 100vw;
  right: 0;
  padding-right: 0;
}
.mobile .after-slides {
  width: 100vw;
  right: 0;
  padding-right: 0;
}
.mobile .col-3 {
  font-size: 0;
}
.mobile .col-3 li {
  width: 50%;
}
.mobile .col-3 li:nth-child(3) {
  margin-top: 50px;
}
.mobile .shortest-div {
  width: 90%;
}
.mobile .shortest-div-2 {
  width: 70%;
}
.st0 {
  opacity: 0;
}
.st0.show {
  opacity: 1;
}
nav {
  height: 100%;
  overflow: hidden;
}
nav #nav-title {
  display: none;
}
nav ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  z-index: 40;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 1s ease;
  direction: rtl;
}
nav ul li {
  margin: 0 0 5px 0;
  padding: 5px 5px 5px 0;
  text-align: right;
  background-color: #30D4DC;
  cursor: pointer;
  font-size: 10pt;
  color: #002c60;
}
nav ul li:hover {
  background-color: #2BF2FE;
}
nav ul li.focus {
  background-color: #0074b7;
  color: #ffffff;
}
nav.c-close ul {
  width: 20px;
}
nav.c-close ul li {
  text-indent: 9999px;
}
nav.color-2 ul li {
  background-color: #ffffff;
}
nav.color-2 ul li:hover {
  background-color: #2BF2FE;
}
nav.color-2 ul li.focus {
  background-color: #0074b7;
  color: #ffffff;
}
.mobile nav,
.touchDevice nav {
  height: 50px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
  color: #ffffff;
  transition: all 0.5s ease;
}
.mobile nav #nav-title,
.touchDevice nav #nav-title {
  background-color: rgba(0, 42, 94, 0.9);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease;
}
.mobile nav #nav-title:before,
.touchDevice nav #nav-title:before {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  width: 65px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  background: url("../images/icons/schroders-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile nav ul,
.touchDevice nav ul {
  position: relative;
  transform: none;
  width: 100%;
  top: 0;
  background-color: #002a5e;
  margin-top: 50px;
}
.mobile nav ul li,
.touchDevice nav ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #0074b7;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #ffffff;
}
.mobile nav ul li:hover,
.touchDevice nav ul li:hover {
  background-color: inherit;
}
.mobile nav ul li.focus,
.touchDevice nav ul li.focus {
  background-color: #2BF2FE;
  color: #002c60;
}
.mobile nav.c-close,
.touchDevice nav.c-close {
  height: 435px;
}
.mobile nav.c-close #nav-title:before,
.touchDevice nav.c-close #nav-title:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile nav.c-close ul,
.touchDevice nav.c-close ul {
  width: 100%;
}
.mobile nav.c-close ul li,
.touchDevice nav.c-close ul li {
  text-indent: initial;
}
@media (max-height: 357px) {
  .mobile nav {
    height: 40px;
  }
  .mobile nav #nav-title {
    height: 40px;
    line-height: 40px;
  }
  .mobile nav ul {
    margin-top: 40px;
  }
  .mobile nav ul li {
    height: 30px;
    line-height: 30px;
  }
}
/* Template categories */
.cat-0 {
  color: #002d61;
}
.cat-0 .title-1,
.cat-0 .title-2,
.cat-0 .title-3,
.cat-0 .title-6,
.cat-0 .value-1 {
  color: #ffffff;
}
.cat-0 .title-6 {
  margin-bottom: 10px;
}
.cat-0 .title-3 {
  margin-bottom: 5px;
}
.cat-0 .list {
  width: 100%;
  padding: 0;
  margin-top: 50px;
}
.cat-0 .list li {
  pointer-events: auto;
  display: inline-block;
  width: 16%;
  margin-left: 20px;
  margin-bottom: 25px;
  vertical-align: top;
}
.cat-0 .list li:nth-child(1) {
  margin-left: 0px;
}
.cat-0 .list li:nth-child(6) {
  margin-left: 0px;
}
.cat-0 .list li img {
  height: 50px;
}
.cat-0 .col-2 {
  margin-top: 50px;
}
/** Mobile */
.slides-mobile .cat-0 .list {
  font-size: 0;
}
.slides-mobile .cat-0 .list li {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}
.slides-mobile .cat-0 .list li .text-4 {
  display: none;
}
.cat-1 {
  color: #ffffff;
}
.cat-1 .title-1,
.cat-1 .title-2,
.cat-1 .title-3,
.cat-1 .title-6,
.cat-1 .value-1 {
  color: #123374;
}
.cat-1 .title-3 {
  margin-bottom: 5px;
}
.cat-1 h1 {
  margin-bottom: 20px;
}
.cat-1 .border-top {
  width: 50%;
  border-top: 2px solid #123374;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.cat-1 .circle {
  border: 2px solid #123374;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
}
.cat-1 .circle .circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cat-1 .color-2 {
  color: #123374;
}
/** Mobile */
.slides-mobile .cat-1 .text-list li {
  width: 100%;
}
.slides-mobile .cat-1 .text-list li:nth-child(2) {
  margin-top: 50px;
}
.slides-mobile .cat-1 .text-list li:nth-child(3) {
  margin-top: 50px;
}
.slides-mobile .cat-1 .text-list li .border-top {
  border-top: none;
  width: 75%;
}
.cat-2 {
  color: #123375;
}
.cat-2 .title-1,
.cat-2 .title-2,
.cat-2 .title-3,
.cat-2 .title-4,
.cat-2 .title-6,
.cat-2 .value-1,
.cat-2 .color-2 {
  color: #0069b3;
}
.cat-2 .title-3 {
  margin-bottom: 5px;
}
.cat-2 .title-6 {
  margin: 0 0 15px 0;
}
.cat-2 .title-5 {
  margin: 0;
}
.cat-2 .middle-align li {
  vertical-align: middle;
  width: 50%;
}
.cat-2 .middle-align li:nth-child(1) {
  margin-bottom: 40px;
}
.cat-2 ul.list {
  padding: 0;
}
.cat-2 ul.list li {
  display: inline;
  list-style: none;
  margin-bottom: 10px;
}
.cat-2 ul.list li .title-5 {
  margin-bottom: 0;
}
.cat-2 ul.list li .title-4 {
  margin: 20px 0 5px 0;
}
.cat-2 img {
  max-height: 350px;
}
/** Mobile */
.slides-mobile .cat-2 .text-list li {
  width: 100%;
}
.slides-mobile .cat-2 .text-list li:nth-child(2) {
  margin-top: 40px;
}
.slides-mobile .cat-2 .text-list li:nth-child(3) {
  margin-top: 40px;
}
.slides-mobile .cat-2 .middle-align li {
  width: 100%;
}
.cat-3 {
  color: #ffffff;
}
.cat-3 .title-1,
.cat-3 .title-2,
.cat-3 .title-3,
.cat-3 .title-4,
.cat-3 .title-6,
.cat-3 .value-1,
.cat-3 .color-2 {
  color: #ffdb53;
}
.cat-3 h1 {
  margin-bottom: 20px;
}
.cat-3 .title-3 {
  margin-bottom: 5px;
}
.cat-3 .border-top {
  width: 70%;
  border-top: 2px solid #ffdb53;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
/* Templates pages */
#page-0 {
  height: 86vh;
  background-color: #0C3274;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
#page-0 .circle {
  pointer-events: none;
}
#page-0 .circle svg {
  min-height: 50vh;
}
#page-0 .circle svg .st0 {
  fill: #14e6f0 !important;
}
#page-0 ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  z-index: 40;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
#page-0 ul li {
  padding: 0;
  margin: 0;
  text-align: left;
  width: 40%;
  height: 50%;
  display: inline-block;
  vertical-align: middle;
}
#page-0 ul li .title-10 {
  padding: 0;
  margin: 0;
}
#page-0 ul li:nth-child(1) {
  margin-right: 15%;
}
#page-0 ul li .text-2 {
  margin-bottom: 15px;
}
#page-0 .download-button {
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 20px 40px 20px 20px;
  text-align: left;
  background-color: #0074b7;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}
#page-0 .download-button img {
  padding-left: 5px;
}
#page-0 .color-2 {
  color: #2BF2FE;
}
/** Mobile version change */
@media screen and (max-width: 700px) and (min-height: 500px) {
  .mobile #page-0 ul {
    width: 90%;
    top: 40px;
    left: 50%;
    height: calc(100% - 40px);
    transform: translate(-50%, 0);
  }
  .mobile #page-0 ul li {
    width: 100%;
    text-align: center;
    height: 50%;
  }
  .mobile #page-0 ul li:nth-child(1) {
    margin-right: 0;
    max-width: 40vh;
  }
  .mobile #page-0 ul li:nth-child(2) {
    display: table;
  }
  .mobile #page-0 ul li .block-container {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 100px;
  }
  .mobile #page-0 .download-button {
    width: 50%;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    padding: 10px 20px 10px 10px;
  }
}
@media screen and (max-height: 500px) {
  .mobile #page-0 ul {
    width: 90%;
  }
  .mobile #page-0 .text-2 {
    font-size: 16px;
  }
  .mobile #page-0 .download-button {
    bottom: 0;
    padding: 10px 20px 10px 10px;
  }
}
#page-1 {
  width: 70%;
  margin: auto;
}
#page-1 .banner {
  height: 36.4583333vw;
  min-height: 700px;
  position: relative;
  overflow: visible;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
#page-1 .banner-box-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
}
#page-1 .banner-box-content {
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}
#page-1 .banner-box {
  color: #fff;
  background-color: #2BF2FE;
  width: 33.33%;
  height: 30%;
  text-align: center;
  position: relative;
  color: #000;
}
#page-1 .banner-box--empty {
  background: none;
}
#page-1 .banner-box__inner-wrapper {
  color: #0069b4;
  position: absolute;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 60px 0 50px;
  transform: translateY(-50%);
}
#page-1 .banner-box__figure {
  color: #0C3274;
}
#page-1 .banner-box--intro {
  width: 66.66%;
  padding: 50px;
  box-sizing: border-box;
  color: #2BF2FE;
  background-color: #0C3274;
  text-align: left;
  border-top: 10px solid #FFF;
  margin: 0;
}
#page-1 .banner-box--intro .banner-box-content {
  border: none;
}
#page-1 .internal-nav-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 65px;
  background-color: rgba(0, 42, 94, 0.9);
  z-index: 100;
}
#page-1 .internal-nav-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
#page-1 .internal-nav {
  width: 100%;
  display: flex;
  height: 65px;
  box-sizing: border-box;
  position: relative;
  transition: height 300ms ease;
}
#page-1 .internal-nav:before {
  content: "Menu";
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 65px;
  text-align: center;
  display: none;
  color: #fff;
}
#page-1 .internal-nav:after {
  content: "";
  background-image: url('../images/schroders-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  width: 65px;
  display: none;
  cursor: pointer;
  transition: transform 300ms ease;
}
#page-1 .internal-nav li {
  flex: 1;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
#page-1 .internal-nav li a {
  line-height: 65px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  background-color: transparent;
  transition: all 200ms ease;
  white-space: nowrap;
}
#page-1 .internal-nav li a.active,
#page-1 .internal-nav li a:hover {
  color: #002a5e;
  background-color: #14e6f1;
}
@media screen and (max-width: 768px) {
  #page-1 .banner-box-content {
    border-width: 5px;
    border-right: none;
    border-left: none;
  }
  #page-1 .banner-box-content.border-left {
    border-left: 5px solid #fff;
  }
  #page-1 .banner-box--intro {
    border-top: none;
  }
  #page-1 .banner-box {
    width: 50%;
    height: 20%;
  }
  #page-1 .internal-nav {
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 65px;
  }
  #page-1 .internal-nav.active {
    height: 387px;
  }
  #page-1 .internal-nav:before,
  #page-1 .internal-nav:after {
    display: block;
  }
  #page-1 .internal-nav.active:after {
    transform: rotate(-90deg);
  }
  #page-1 .internal-nav li {
    width: 100%;
    flex: none;
    background-color: #002a5e;
    border-top: 1px solid grey;
  }
  #page-1 .internal-nav li a {
    line-height: 45px;
  }
  #page-1 .internal-nav-wrapper .grid-container {
    padding: 0;
  }
  #page-1 .banner-box--intro {
    width: 100%;
    padding: 40px;
  }
  #page-1 .banner-box--empty {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #page-1 .banner-box__inner-wrapper {
    padding: 10px 35px 0 25px;
  }
  #page-1 .banner-box__figure {
    padding: 5px 0;
  }
}
@media screen and (max-width: 420px) {
  #page-1 .banner-box {
    height: 23%;
  }
  #page-1 .banner-box__inner-wrapper {
    padding: 10px 20px 0 10px;
  }
}
.mobile #page-1 {
  width: auto;
  margin: none;
}
#page-2 {
  color: #ffffff;
  height: 75vh;
  min-height: 850px;
  padding-bottom: 0;
}
@media (max-width: 1700px) {
  #page-2 {
    min-height: 900px;
  }
}
@media (max-width: 1500px) {
  #page-2 {
    min-height: 950px;
  }
}
@media (max-width: 1200px) {
  #page-2 {
    min-height: 1000px;
  }
}
#page-2 ul.col-2 {
  height: 100%;
  padding: 0;
  font-size: 0;
  position: relative;
}
#page-2 ul.col-2 li {
  height: 100%;
  width: 50%;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
#page-2 ul.col-2 li:nth-child(1) .bg-management-pic {
  background-image: url("../images/management-img/michael-dobson.jpg");
}
#page-2 ul.col-2 li ul.line-2 {
  padding: 0;
  height: 100%;
  background-color: #000;
}
#page-2 ul.col-2 li ul.line-2 li {
  list-style: none;
  vertical-align: top;
  width: 100%;
}
#page-2 ul.col-2 li ul.line-2 li:nth-child(1) {
  background-color: #F8A908;
  height: 30%;
}
#page-2 ul.col-2 li ul.line-2 li:nth-child(1) .leadership-video-link {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  padding-right: 50px;
  color: inherit;
  text-decoration: none;
}
#page-2 ul.col-2 li ul.line-2 li:nth-child(1) .leadership-video-link:after {
  background-image: url("../images/icons/schroders-video-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-right: 30px;
  content: '';
}
#page-2 ul.col-2 li ul.line-2 li:nth-child(1) .leadership-video-link:hover {
  color: #E28600;
}
#page-2 ul.col-2 li ul.line-2 li:nth-child(1) .leadership-video-link:hover:after {
  background-image: url("../images/icons/schroders-video-icon-hover.svg");
  text-decoration: underline;
}
#page-2 ul.col-2 li ul.line-2 li:nth-child(2) {
  height: 70%;
}
#page-2 ul.col-2 li ul.line-2 li ul.col-2 {
  padding: 0;
}
#page-2 ul.col-2 li ul.line-2 li ul.col-2 li {
  height: 100%;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(1) .bg-management-pic {
  background-image: url("../images/management-img/peter-harrison.jpg");
}
#page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(2) .bg-management-pic {
  background-image: url("../images/management-img/richard-keers.jpg");
}
#page-2 .bg-management-pic {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
  transition: all 2s ease;
  transform: scale(1);
}
#page-2 .bg-management-pic:hover {
  transform: scale(1.1);
}
#page-2 .management-description {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 200px;
  transition: height 0.2s ease;
}
#page-2 .management-description img {
  padding-bottom: 20px;
  cursor: pointer;
}
#page-2 .management-description.expand {
  height: 100%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#page-2 .management-description.expand .management-description-content {
  position: absolute;
  bottom: 0;
}
#page-2 .management-description .management-title {
  padding: 20px 0 0 40px;
  height: 200px;
}
#page-2 .management-description .management-title img {
  width: 30px;
  visibility: hidden;
}
#page-2 .management-description .management-content {
  padding: 0 30px 40px 40px;
}
#page-2 .management-description .management-content a {
  padding-top: 30px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
}
#page-2 .management-description .management-content a img {
  padding: 0;
  margin-left: 5px;
}
#page-2 .color-2 {
  color: #88cdd3;
}
#page-2 .box-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 1100px) {
  #page-2 ul.col-2 li {
    height: 50%;
  }
  #page-2 ul.col-2 li:nth-child(1) {
    width: 65%;
  }
  #page-2 ul.col-2 li:nth-child(2) {
    width: 35%;
    overflow: visible;
  }
  #page-2 ul.col-2 li ul.line-2 li:nth-child(1) {
    height: 100%;
  }
  #page-2 ul.col-2 li ul.line-2 li:nth-child(2) {
    height: 100%;
    position: absolute;
    right: 0;
    width: calc(100vw + 20px);
    top: 50%;
  }
  #page-2 ul.col-2 li ul.line-2 li ul.col-2 li {
    overflow: hidden;
    display: block;
    top: 50%;
  }
  #page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(1) {
    position: absolute;
    left: 0;
  }
  #page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(2) {
    position: absolute;
    left: 50%;
  }
  #page-2 .management-description {
    height: 150px;
  }
  #page-2 .management-description.expand {
    height: 100%;
  }
  #page-2 .management-description .management-title {
    height: 150px;
  }
  #page-2 .management-description .management-content {
    padding: 0 20px 40px 20px;
  }
}
/** Mobile version change */
.mobile #page-2 {
  min-height: 2000px;
}
.mobile #page-2 ul.col-2 li {
  width: 100%;
}
.mobile #page-2 ul.col-2 li:nth-child(1) {
  height: 30%;
}
.mobile #page-2 ul.col-2 li:nth-child(2) {
  height: 70%;
}
.mobile #page-2 ul.col-2 li ul.line-2 li {
  position: absolute;
}
.mobile #page-2 ul.col-2 li ul.line-2 li:nth-child(1) {
  background-color: #F8A908;
  bottom: 0;
  left: 0;
  height: 15%;
}
.mobile #page-2 ul.col-2 li ul.line-2 li:nth-child(2) {
  top: 0;
  left: 0;
  height: 85%;
}
.mobile #page-2 ul.col-2 li ul.line-2 li ul.col-2 {
  padding: 0;
}
.mobile #page-2 ul.col-2 li ul.line-2 li ul.col-2 li {
  height: 50%;
  width: 100%;
  display: block;
  vertical-align: top;
}
.mobile #page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(1) .bg-management-pic {
  background-image: url("../images/management-img/peter-harrison.jpg");
}
.mobile #page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(2) {
  left: auto;
}
.mobile #page-2 ul.col-2 li ul.line-2 li ul.col-2 li:nth-child(2) .bg-management-pic {
  background-image: url("../images/management-img/richard-keers.jpg");
}
.mobile #page-2 .management-description .management-title img {
  visibility: visible;
}
.mobile #page-2 .box-text {
  padding-left: 10px;
}
/** Touch Device */
@media (max-width: 1100px) {
  .touchDevice:not(.mobile) #page-2 ul.col-2 li ul.line-2 li:nth-child(2) {
    width: 100vw;
    top: 100%;
  }
  .touchDevice:not(.mobile) #page-2 ul.col-2 li ul.line-2 li ul.col-2 li {
    width: 50%;
    top: 0;
  }
  .touchDevice:not(.mobile) #page-2 .bg-management-pic:hover {
    transform: scale(1);
  }
  .touchDevice:not(.mobile) #page-2 .management-description .management-title img {
    visibility: visible;
  }
}
/** Other */
#inline-video video {
  max-width: 100vw;
  max-height: 100vh;
}
#page-3 {
  color: #ffffff;
  background-color: #0C3274;
  text-align: left;
}
#page-3 .title-5 {
  margin-bottom: 10px;
}
#page-3 .content-div {
  padding-top: 50px;
}
#page-3 .color-7 {
  color: #2BF2FE;
}
#page-3 .color-8 {
  color: #88cdd3;
}
#page-3 .part-1 div {
  margin-bottom: 15px;
}
#page-3 .part-3 {
  text-align: center;
  margin: auto;
  width: 300px;
  cursor: pointer;
}
#page-3 .part-3 .mouse-icon {
  background-image: url("../images/icons/scroll.svg");
  background-size: cover;
  background-position: center;
  height: 50px;
  width: 50px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#page-3 .part-3:hover {
  color: #4AF0FF;
}
#page-3 .part-3:hover .mouse-icon {
  background-image: url("../images/icons/scroll-hover.svg");
}
#page-3 .part-2 {
  margin-bottom: 50px;
  margin-top: 50px;
}
#page-3 .part-2 ul.liste {
  padding: 0;
  color: #ffffff;
  font-size: 0;
}
#page-3 .part-2 ul.liste li {
  display: inline-block;
  width: 47%;
  margin-bottom: 3%;
  margin-left: 0;
  vertical-align: top;
}
#page-3 .part-2 ul.liste li .value-liste {
  vertical-align: bottom;
}
#page-3 .part-2 ul.liste li .title-2 {
  margin-top: 0;
}
#page-3 .part-2 ul.liste li:nth-child(1) {
  background-color: #add05f;
  margin-right: 3%;
}
#page-3 .part-2 ul.liste li:nth-child(2) {
  background-color: #944da4;
}
#page-3 .part-2 ul.liste li:nth-child(3) {
  margin-right: 3%;
  background-color: #30d4dc;
}
#page-3 .part-2 ul.liste li:nth-child(4) {
  background-color: #eea81a;
}
#page-3 .part-2 ul.liste li .extend-open,
#page-3 .part-2 ul.liste li .extend-close {
  display: none;
}
#page-3 .part-2 ul.liste li .content-liste {
  margin: 30px;
}
#page-3 .part-2 ul.liste li .content-liste .content {
  margin-bottom: 20px;
}
#page-3 .part-2 p {
  margin: 0;
}
/** Mobile version change */
.mobile #page-3 ul.liste li {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.mobile #page-3 ul.liste li .title-5 {
  height: 75px;
}
.mobile #page-3 ul.liste li .content-liste {
  margin-left: 10px;
}
.mobile #page-3 ul.liste li .value-liste {
  position: absolute;
  top: 75px;
  left: 10px;
  width: 100%;
  max-width: 90%;
}
.mobile #page-3 ul.liste li .content {
  height: 0;
  overflow: hidden;
  margin-top: 90px;
}
.mobile #page-3 ul.liste li .content.open {
  height: auto;
}
.mobile #page-3 ul.liste li .extend-open {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.mobile #page-3 ul.liste li .extend-close {
  display: none;
  cursor: pointer;
  text-decoration: underline;
}
.mobile #page-3 .shortest-div {
  width: 90%;
}
#page-4 {
  color: #007487;
  text-align: left;
  background-color: #FFFFFF;
}
#page-4 .content-div {
  padding-top: 100px;
}
#page-4 h1 {
  color: #0C3274;
}
#page-4 h2 {
  color: #0074B7;
}
#page-4 .title-6 {
  margin-left: 0;
}
#page-4 .title-3 {
  margin-bottom: 0;
}
#page-4 .color-2 {
  color: #0074B7;
}
#page-4 .first-part {
  margin-bottom: 50px;
}
#page-4 .accordion {
  border-top: 1px solid #0C3274;
  margin-bottom: 75px;
}
#page-4 .accordion__row {
  border-bottom: 1px solid #0C3274;
}
#page-4 .accordion__title {
  padding: 10px 50px 10px 0;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
#page-4 .accordion__title:after,
#page-4 .accordion__title:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 300ms;
  background-color: #0C3274;
}
#page-4 .accordion__title:before {
  transform: translateY(-50%) rotate(90deg);
}
#page-4 .accordion__row.active .accordion__title:before {
  background-color: #FFFFFF;
}
#page-4 .accordion__content {
  display: none;
  padding: 20px 25px;
}
#page-4 .accordion__content--left,
#page-4 .accordion__content--right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
#page-4 .accordion__content--right {
  padding: 0 8.33%;
}
#page-4 .accordion__content--right img {
  max-width: 100%;
  margin-bottom: 20px;
}
#page-4 .accordion__content:after {
  content: "";
  display: table;
  clear: both;
}
#page-4 .accordion__content .title-3 {
  color: #002a5e;
}
#page-4 .accordion__content ul {
  padding: 0;
  margin-top: 0;
}
#page-4 .accordion__content li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#page-4 .accordion__content li:before {
  content: "–";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #page-4 .accordion__content--left,
  #page-4 .accordion__content--right {
    width: 100%;
    float: none;
  }
}
#page-4 .graph-img {
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  margin-top: 20px;
}
#page-4 .graph-img#graph-img-1 {
  background-image: url("../images/charts/chart-1-page-4.jpg");
}
#page-4 .graph-img#graph-img-2 {
  background-image: url("../images/charts/chart-2-page-4.jpg");
}
/** Mobile version change */
.mobile #page-4 .col-2 li {
  width: 100%;
}
.mobile #page-4 .col-2 .chart-img img {
  padding-left: 0;
  padding-top: 50px;
}
.mobile #page-4 .graph-img {
  height: 200px;
}
#page-5 {
  background-color: #0c3274;
  color: #ffffff;
  text-align: left;
}
#page-5 .content-div {
  padding-top: 100px;
}
#page-5 .title-6 {
  margin-left: 0;
}
#page-5 .title-3 {
  margin-bottom: 0;
}
#page-5 h3 {
  margin-top: 20px;
}
#page-5 .color-2 {
  color: #2BF2FE;
}
#page-5 .first-part {
  margin-bottom: 50px;
}
#page-5 .accordion {
  border-top: 1px solid #2BF2FE;
  margin-bottom: 75px;
}
#page-5 .accordion__row {
  border-bottom: 1px solid #2BF2FE;
}
#page-5 .accordion__title {
  padding: 10px 50px 10px 0;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
#page-5 .accordion__title:after,
#page-5 .accordion__title:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 300ms;
  background-color: #DF536A;
}
#page-5 .accordion__title:before {
  transform: translateY(-50%) rotate(90deg);
}
#page-5 .accordion__row.active .accordion__title:before {
  background-color: #0c3274;
}
#page-5 .accordion__content {
  display: none;
  padding: 20px 25px;
}
#page-5 .accordion__content--left,
#page-5 .accordion__content--right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
#page-5 .accordion__content--right {
  padding: 0 8.33%;
}
#page-5 .accordion__content--right img {
  max-width: 100%;
  margin-bottom: 20px;
}
#page-5 .accordion__content:after {
  content: "";
  display: table;
  clear: both;
}
#page-5 .accordion__content .title-3 {
  color: #002a5e;
}
#page-5 .accordion__content ul {
  padding: 0;
  margin-top: 0;
}
#page-5 .accordion__content li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#page-5 .accordion__content li:before {
  content: "–";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #page-5 .accordion__content--left,
  #page-5 .accordion__content--right {
    width: 100%;
    float: none;
  }
}
/** Mobile version change */
.mobile #page-5 .col-2 li {
  width: 100%;
}
.mobile #page-5 .col-2 .chart-img img {
  padding-left: 0;
  padding-top: 50px;
}
#page-6 {
  padding-bottom: 100px;
  text-align: left;
}
#page-6 .title {
  color: #0074b7;
  padding-top: 70px;
}
#page-6 .kpi-nav {
  height: 110px;
  width: 100%;
  display: flex;
  margin: auto;
  padding-top: 10px;
}
#page-6 .kpi-nav__slider-wrapper {
  width: 90%;
  overflow: hidden;
  position: relative;
}
#page-6 .kpi-nav__slider {
  width: 200%;
  position: absolute;
  transition: all 300ms ease;
  transform: translateX(0);
  height: 100%;
}
#page-6 .kpi-nav button {
  width: 12.5%;
  height: 110px;
  max-height: 100%;
  border: 0;
  outline: 0;
  background-color: #E5EAEF;
  display: block;
  float: left;
  cursor: pointer;
  transition: all 300ms ease;
  font-size: inherit;
  padding: 0 20px;
  vertical-align: top;
  text-align: left;
}
#page-6 .kpi-nav button:hover {
  background-color: #2BF2FE;
}
#page-6 .kpi-nav button.active {
  background-color: #0074B7;
  color: #ffffff;
}
#page-6 .kpi-nav__slider-wrapper button {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#page-6 .kpi-nav__slider-wrapper button:first-child {
  border: 0;
}
#page-6 .kpi-nav button.next,
#page-6 .kpi-nav button.prev {
  background-color: #E5EAEF;
  background-image: url("../images/icons/schroders-arrow-kpi-hover.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  width: 5%;
}
#page-6 .kpi-nav button.prev {
  transform: rotate(180deg);
  margin-right: 5px;
}
#page-6 .kpi-nav button.next {
  margin-left: 5px;
}
#page-6 .kpi-nav__slider button {
  width: 12.5%;
  box-sizing: border-box;
}
#page-6 .kpi-carousel-slides-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  position: relative;
  box-sizing: border-box;
}
#page-6 .kpi-carousel-slide {
  position: relative;
  display: none;
  color: #002d61;
}
#page-6 .kpi-carousel-slide.active {
  display: inline-block;
}
#page-6 .kpi-carousel .title-4 {
  margin-bottom: 40px;
}
#page-6 .kpi-carousel-slide .title-5 {
  margin-bottom: 10px;
}
#page-6 .kpi-carousel-slide p {
  margin-bottom: 20px;
}
#page-6 .kpi-carousel-slide img {
  display: block;
  max-width: 80%;
}
#page-6 .kpi-carousel-slide__left,
#page-6 .kpi-carousel-slide__right {
  float: left;
  width: 50%;
}
#page-6 .kpi-nav[data-slide="5"] .kpi-nav__slider,
#page-6 .kpi-nav[data-slide="6"] .kpi-nav__slider,
#page-6 .kpi-nav[data-slide="7"] .kpi-nav__slider,
#page-6 .kpi-nav[data-slide="8"] .kpi-nav__slider {
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  #page-6 .kpi-carousel-slide img {
    margin: 0 auto 20px;
    max-height: 320px;
  }
  #page-6 .kpi-nav {
    height: 100px;
  }
  #page-6 .kpi-nav button {
    background-size: auto 80%;
  }
  #page-6 .kpi-nav__slider {
    width: 800%;
  }
  #page-6 .kpi-nav[data-slide="2"] .kpi-nav__slider {
    transform: translateX(-12.5%);
  }
  #page-6 .kpi-nav[data-slide="3"] .kpi-nav__slider {
    transform: translateX(-25%);
  }
  #page-6 .kpi-nav[data-slide="4"] .kpi-nav__slider {
    transform: translateX(-37.5%);
  }
  #page-6 .kpi-nav[data-slide="5"] .kpi-nav__slider {
    transform: translateX(-50%);
  }
  #page-6 .kpi-nav[data-slide="6"] .kpi-nav__slider {
    transform: translateX(-62.5%);
  }
  #page-6 .kpi-nav[data-slide="7"] .kpi-nav__slider {
    transform: translateX(-75%);
  }
  #page-6 .kpi-nav[data-slide="8"] .kpi-nav__slider {
    transform: translateX(-87.5%);
  }
}
@media screen and (max-width: 580px) {
  #page-6 .kpi-carousel-slide__left,
  #page-6 .kpi-carousel-slide__right {
    width: 100%;
    float: none;
  }
}
#page-7 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
#page-7 .business-model {
  background-image: linear-gradient(90deg, #bae559 50%, #01796d 50%);
}
#page-7 .business-model-slider {
  position: relative;
  height: 700px;
  background-color: #01796d;
}
#page-7 .grid-container {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#page-7 .business-model__main-content {
  position: absolute;
  top: 75px;
  left: 100px;
  z-index: 10;
  width: 200px;
  color: #002a5e;
  font-weight: 700;
  line-height: 1;
}
#page-7 .business-model__main-content .title-2 {
  margin-bottom: 20px;
}
#page-7 .business-model__slide {
  height: 700px;
  position: absolute;
  transition: all 500ms ease;
  overflow: hidden;
  left: 0;
}
#page-7 .business-model__slide-button {
  position: absolute;
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-image: url("../images/icons/schroders-arrow.svg");
  background-size: cover;
  right: 20px;
  top: calc(50% - 25px);
  z-index: 3;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 500ms ease;
  transform: rotate(90deg);
}
#page-7 .business-model__slide.active .business-model__slide-button {
  transform: rotate(270deg);
}
#page-7 .business-model__slide-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  color: #fff;
  font-size: 1.5rem;
  white-space: nowrap;
  transition: all 500ms;
}
#page-7 .business-model__slides-wrapper {
  color: #ffffff;
}
#page-7 .business-model__slide-content {
  position: absolute;
  left: 150%;
  width: 500px;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: left 500ms ease;
}
#page-7 .business-model__slide-content .slide-content-left {
  float: left;
  width: 70%;
}
#page-7 .business-model__slide-content .slide-content-right {
  float: left;
  width: 30%;
  padding-left: 30px;
  box-sizing: border-box;
}
#page-7 .business-model__slide-content img {
  max-width: 100%;
}
#page-7 .business-model__slide-content p {
  margin-bottom: 25px;
}
#page-7 .business-model__slide-content .title-6 {
  margin-bottom: 10px;
  white-space: nowrap;
  color: #002b5e;
}
#page-7 .business-model__slide-content .statistic {
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}
#page-7 .business-model__slide-content li {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
#page-7 .business-model__slides-wrapper.resting-state .business-model__slide {
  width: 33.33%;
}
#page-7 .business-model__slides-wrapper.resting-state .business-model__slide:nth-child(2) {
  left: 33.33%;
}
#page-7 .business-model__slides-wrapper.resting-state .business-model__slide:nth-child(3) {
  left: 66.66%;
}
#page-7 .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  background-color: inherit;
  height: 100%;
}
#page-7 .business-model__slide:nth-child(-n+2):before,
#page-7 .business-model__slide:nth-child(-n+2):after {
  content: "";
  position: absolute;
  right: 0;
  height: 50%;
  width: 50px;
  z-index: 2;
}
#page-7 .business-model__slide:first-child:before,
#page-7 .business-model__slide:first-child:after {
  background-color: #64c532;
}
#page-7 .business-model__slide:nth-child(2):before,
#page-7 .business-model__slide:nth-child(2):after {
  background-color: #01796d;
}
#page-7 .business-model__slide:nth-child(-n+2):before {
  top: 0;
  transform-origin: bottom;
  transform: skew(7deg) translateX(100%);
}
#page-7 .business-model__slide:nth-child(-n+2):after {
  bottom: 0;
  transform-origin: top;
  transform: skew(-7deg) translateX(100%);
}
#page-7 .business-model__slide:first-child {
  background-color: #bae559;
  width: 180px;
  z-index: 3;
}
#page-7 .business-model__slide:last-child .business-model__slide-content {
  color: #fff;
  width: 400px;
}
#page-7 .business-model__slide:nth-child(2) {
  background-color: #64c532;
  width: calc(100% - 90px);
  z-index: 2;
}
#page-7 .business-model__slide:nth-child(3) .business-model__slide-content {
  transform: translateY(-70%);
}
#page-7 .business-model__slide.active:nth-child(2) {
  left: 180px;
  width: calc(100% - 270px);
}
#page-7 .business-model__slide.active:nth-child(n+2) .business-model__slide-title {
  left: 50px;
}
#page-7 .business-model__slide.active:nth-child(2) .business-model__slide-content {
  left: 250px;
}
#page-7 .business-model__slide.active:nth-child(3) .business-model__slide-content {
  left: 300px;
}
#page-7 .business-model__slide:last-child {
  width: calc(100% - 340px);
  left: 340px;
  background-color: #01796d;
}
#page-7 .business-model__slide.active:first-child {
  width: calc(100% - 180px);
}
#page-7 .business-model__slide.active:first-child .business-model__slide-content {
  left: 350px;
}
#page-7 .slide-active-3 .business-model__slide:nth-child(2) {
  width: 160px;
  margin-left: 180px;
}
#page-7 .overflow-wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 1160px;
}
#page-7 .grid-statistic-wrapper {
  position: absolute;
  width: 640px;
  right: 0;
  display: flex;
}
#page-7 .grid-statistic {
  flex: 1;
  position: relative;
  padding-bottom: 80px;
}
#page-7 .grid-statistic .statistic {
  position: absolute;
  bottom: 0;
}
#page-7 .download-business-model-link {
  position: absolute;
  right: 50px;
  bottom: 50px;
  line-height: 60px;
  padding-left: 80px;
  background-image: url('../images/icons/schroders-download-icon.png');
  background-repeat: no-repeat;
  background-size: 60px 60px;
  z-index: 10;
  color: #fff;
  text-decoration: none;
}
#page-7 .business-model__center {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #page-7 .business-model__slide-content {
    width: 350px;
  }
  #page-7 .business-model__slide.active:nth-child(2) .business-model__slide-content {
    left: 200px;
  }
  #page-7 .business-model__slide.active:nth-child(3) .business-model__slide-content {
    left: 240px;
    width: 300px;
  }
  #page-7 .grid-statistic-wrapper {
    width: 450px;
  }
  #page-7 .business-model__slide:nth-child(3) .business-model__slide-title {
    left: 80px;
  }
  #page-7 .business-model__slide-content .statistic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #page-7 .business-model {
    background-image: none;
  }
  #page-7 .business-model__main-content {
    position: static;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  #page-7 .business-model-slider {
    height: auto;
  }
  #page-7 .business-model__slide:before,
  #page-7 .business-model__slide:after {
    display: none;
  }
  #page-7 .business-model__slide .mask {
    display: none;
  }
  #page-7 .business-model__slides-wrapper .business-model__slide:nth-child(n) {
    width: 100%;
    height: auto;
    position: static;
  }
  #page-7 .business-model__slide:nth-child(3) .business-model__slide-content,
  #page-7 .business-model__slide-content,
  #page-7 .business-model__slide-title {
    position: static;
    transform: translateY(0);
    padding: 20px;
    box-sizing: border-box;
  }
  #page-7 .business-model__slide-content .slide-content-left,
  #page-7 .business-model__slide-content .slide-content-right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #page-7 .business-model__slide-button {
    display: none;
  }
  #page-7 .grid-statistic-wrapper {
    position: static;
    display: block;
    max-width: 100%;
  }
  #page-7 .business-model__slide-title {
    font-size: 2rem;
  }
}
.mobile #page-7 .business-model {
  background-image: none;
}
#page-8 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #00244d;
  text-align: left;
  position: relative;
  color: #FFFFFF;
  /* COLORS */
}
#page-8 .bg-prussian-blue {
  background-color: #002A5E;
}
#page-8 .bg-cyan {
  background-color: #14E6F1;
}
#page-8 .bg-bright-blue {
  background-color: #2D55B2;
}
#page-8 .bg-conifer {
  background-color: #BAE659;
}
#page-8 .bg-apple {
  background-color: #63C532;
}
#page-8 .bg-mustard {
  background-color: #FFDC53;
}
#page-8 .bg-sun {
  background-color: #F8A908;
}
#page-8 .bg-disco {
  background-color: #B71962;
}
#page-8 .bg-pink-salmon {
  background-color: #FF90A1;
}
#page-8 .bg-mandy {
  background-color: #DF536A;
}
#page-8 .bg-gigas {
  background-color: #4F3398;
}
#page-8 .bg-trinidad {
  background-color: #EA5204;
}
#page-8 .bg-dark-violet {
  background-color: #7D3787;
}
#page-8 .bg-vivid-violet {
  background-color: #A446BA;
}
#page-8 .bg-light-blue {
  background-color: #2E45B3;
}
#page-8 .bg-medium-yellow {
  background-color: #F8D743;
}
#page-8 .bg-light-violet {
  background-color: #A130D3;
}
#page-8 .grid-container {
  display: flex;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
#page-8 section.downloads {
  height: 1060px;
  width: 80%;
  margin: auto;
}
#page-8 .download-box-wrapper {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
#page-8 .download-box {
  width: 16.6667%;
  height: 25%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  text-decoration: none;
}
#page-8 .download-box:hover {
  background-color: #2BF2FE;
}
#page-8 .download-box-link {
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  padding-left: 30px;
  display: block;
  position: absolute;
  bottom: 20px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  background-image: url('../images/icons/download-icon-bright.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  line-height: 20px;
  font-size: 14px;
}
#page-8 .download-box.bg-cyan,
#page-8 .download-box.bg-conifer,
#page-8 .download-box.bg-mustard,
#page-8 .bg-medium-yellow {
  color: #2b2b2a;
}
#page-8 .download-box.bg-cyan .download-box-link,
#page-8 .download-box.bg-conifer .download-box-link,
#page-8 .download-box.bg-mustard .download-box-link,
#page-8 .download-box.bg-medium-yellow .download-box-link {
  background-image: url('../images/icons/download-icon-dark.png');
}
#page-8 .download-box--double {
  width: 33.33%;
}
#page-8 .download-box.download-box--empty {
  background-color: transparent;
}
#page-8 .goToTop {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: 40px;
  height: 75px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
#page-8 .goToTop:before {
  display: block;
  height: 30px;
  background-image: url('../images/icons/schroders-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-size: 30px;
  padding-right: 30px;
  content: '';
}
@media screen and (max-width: 1199px) {
  #page-8 .download-box--empty {
    display: none;
  }
  #page-8 .download-box {
    height: 20%;
    width: 25%;
  }
  #page-8 .download-box--double {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #page-8 section.downloads {
    height: auto;
    background-image: none;
  }
  #page-8 .download-box {
    width: 50%;
    padding-bottom: 100px;
    height: auto;
  }
  #page-8 .download-box--double {
    width: 100%;
  }
  #page-8 .download-box--double:first-child {
    width: 50%;
  }
  #page-8 .goToTop {
    display: none;
  }
}
#page-8 #inline-video video {
  max-width: 100vw;
  max-height: 100vh;
}
