<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default functions,  mixins and variables (must be added to home-page-style.scss and inner-page-style.scss)
=======================================*/
/* Share components var
=======================================*/
/* Colors Set
=======================================*/
/* BreakPoints
=======================================*/
@font-face {
  font-family: 'wico';
  src: url("../fonts/icomoon/fonts/wico.woff2") format("woff2"), url("../fonts/icomoon/fonts/wico.woff") format("woff"), url("../fonts/icomoon/fonts/wico.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 29, sass/helper/_ico-var.scss */
[class^='ico--'],
[class*=' ico--'],
.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* fix inline block */
/* hide the text content  http://nicolasgallagher.com/another-css-image-replacement-technique/ */
/* Vertically align */
/* Placeholder */
/* Triangle - @include triangle(12px, 6px, #ff0000, bottom); */
/* @include svg_bg(inline/icon-x, 50px); */
/* Calculate fluid ratio based on two dimensions (width/height)  @include fluid-ratio(800px 200px, 300px 150px);
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
*/
/* @include pseudo(before, 10px, 10px); */
/* @include accelerate(transform); */
/* line 381, sass/helper/_mixins.scss */
.ani--trans, .is-video .ico--video-play::after, .breadcrumb__link, .card--block .card__title {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 2, sass/helper/_flex-grid.scss */
.row--gutter-md {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
/* line 6, sass/helper/_flex-grid.scss */
.row--gutter-md &gt; * {
  padding: 0.875rem;
}
/* line 11, sass/helper/_flex-grid.scss */
.row--gutter-xs {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
/* line 15, sass/helper/_flex-grid.scss */
.row--gutter-xs &gt; * {
  padding: 0.125rem;
}
/* line 20, sass/helper/_flex-grid.scss */
.row--gutter-sm {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
/* line 24, sass/helper/_flex-grid.scss */
.row--gutter-sm &gt; * {
  padding: 0.75rem 0.25rem;
}
/* line 1, sass/helper/_video.scss */
.is-video {
  position: relative;
  text-decoration: none;
}
/* line 8, sass/helper/_video.scss */
.is-video:hover .ico--video-play::after, .is-video:focus .ico--video-play::after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* line 15, sass/helper/_video.scss */
.is-video .ico--video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  display: block;
  width: 2.38888889em;
  height: 2.38888889em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #2020B2;
  background-color: #CFF2FA;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  /* line 15, sass/helper/_video.scss */
  .is-video .ico--video-play {
    width: 2.24em;
    height: 2.24em;
    font-size: 1.5625rem;
  }
}
/* line 41, sass/helper/_video.scss */
.is-video .ico--video-play::before {
  margin-left: 0.27777778em;
}
/* line 45, sass/helper/_video.scss */
.is-video .ico--video-play::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  border-radius: 50%;
  background-color: rgba(207, 242, 250, 0.8);
}
/* line 61, sass/helper/_video.scss */
.is-video.vid-box--xs .ico--video-play {
  width: 2.24em;
  height: 2.24em;
  font-size: 1.5625rem;
}
/* Custom
=======================================*/
/* line 1, sass/component/_content-blk.scss */
.content-blk {
  padding: 3.75em 0em;
}
@media (max-width: 991.98px) {
  /* line 1, sass/component/_content-blk.scss */
  .content-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/component/_content-blk.scss */
  .content-blk {
    font-size: 0.75rem;
  }
}
/* line 11, sass/component/_content-blk.scss */
.dark-theme .content-blk {
  color: #fff;
}
/* line 14, sass/component/_content-blk.scss */
.dark-theme .content-blk__title {
  color: #fff;
}
/* line 19, sass/component/_content-blk.scss */
.light-theme .content-blk {
  color: #35354E;
}
/* line 22, sass/component/_content-blk.scss */
.light-theme .content-blk__title {
  color: #000A7B;
}
/* line 27, sass/component/_content-blk.scss */
.content-blk__title {
  margin-bottom: 0.55em;
}
/* line 31, sass/component/_content-blk.scss */
.content-blk__inner {
  font-size: 1.25em;
}
/* line 37, sass/component/_content-blk.scss */
.content-blk--main .content-blk__inner {
  font-size: 1.625em;
}
/* line 40, sass/component/_content-blk.scss */
.content-blk--main .content-blk__inner p + p {
  margin-top: 0.92307692em;
}
/* line 47, sass/component/_content-blk.scss */
.content-blk--underline {
  border-bottom: 1px solid;
}
/* line 50, sass/component/_content-blk.scss */
.dark-theme .content-blk--underline {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 54, sass/component/_content-blk.scss */
.light-theme .content-blk--underline {
  border-color: rgba(28, 41, 171, 0.3);
}
/* line 58, sass/component/_content-blk.scss */
.content-blk--with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  /* line 58, sass/component/_content-blk.scss */
  .content-blk--with-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 68, sass/component/_content-blk.scss */
.content-blk--with-img .content-blk__media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 8.58662614%;
}
@media (max-width: 991.98px) {
  /* line 68, sass/component/_content-blk.scss */
  .content-blk--with-img .content-blk__media {
    margin-top: 2.85714286em;
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  /* line 81, sass/component/_content-blk.scss */
  .content-blk--with-img .content-blk__body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 2, sass/component/_button-rect-icon.scss */
.btn--rect-icon {
  padding: 0.95em 1.85em 0.9em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  /* line 2, sass/component/_button-rect-icon.scss */
  .btn--rect-icon {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  /* line 2, sass/component/_button-rect-icon.scss */
  .btn--rect-icon {
    width: 100%;
    font-size: 1rem;
  }
}
/* line 17, sass/component/_button-rect-icon.scss */
.btn--rect-icon .ico {
  margin-left: 0.37037037em;
  font-size: 1.35em;
}
/* line 1, sass/section/_breadcrumb.scss */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none !important;
  margin-bottom: 0.42105263em;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.31578947;
}
/* line 8, sass/section/_breadcrumb.scss */
.inner-top--theme-light .breadcrumb {
  color: #21212F;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 0.875rem;
  }
}
/* line 20, sass/section/_breadcrumb.scss */
.breadcrumb__item {
  display: inline-block;
  margin-bottom: 0.1875rem;
}
/* line 24, sass/section/_breadcrumb.scss */
.breadcrumb__item:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -0.0625em;
  margin: 0rem 0.625rem;
  font-size: 0.63157895em;
  line-height: 1;
  vertical-align: middle;
  content: "\e910";
}
/* line 37, sass/section/_breadcrumb.scss */
.breadcrumb__item:last-child:after {
  display: none;
}
/* line 43, sass/section/_breadcrumb.scss */
.breadcrumb__link {
  border-bottom: 1px solid transparent;
  color: currentColor;
}
/* line 389, sass/helper/_mixins.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  border-bottom: 1px solid currentColor;
}
/* line 47, sass/section/_breadcrumb.scss */
.inner-top--theme-dark .breadcrumb__link {
  text-shadow: 0 0 4px #000;
}
/* line 51, sass/section/_breadcrumb.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  color: currentColor;
}
/* line 2, sass/page/_funding-exercise.scss */
.inner-content--bg {
  background: url("../img/page-texture-top-left.png") no-repeat left top, url("../img/page-texture-top-right.png") no-repeat right top, url("../img/page-texture-bottom-right.png") no-repeat right bottom;
}
/* line 8, sass/page/_funding-exercise.scss */
.placeholder--block {
  padding-bottom: 74.93670886%;
}
/* line 13, sass/page/_funding-exercise.scss */
.btn-container {
  margin-top: 2.25em;
}
/* line 16, sass/page/_funding-exercise.scss */
.btn-container .btn + .btn {
  margin-left: 1.75rem;
}
@media (max-width: 767.98px) {
  /* line 16, sass/page/_funding-exercise.scss */
  .btn-container .btn + .btn {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
/* line 27, sass/page/_funding-exercise.scss */
.btn--blue-nb {
  color: #fff;
  background-color: #2020B2;
  border: 1px solid #2020B2;
}
/* line 32, sass/page/_funding-exercise.scss */
.btn--blue-nb:hover, .btn--blue-nb:focus {
  color: #2020B2;
  background-color: #fff;
}
/* line 42, sass/page/_funding-exercise.scss */
.card--block {
  position: relative;
  z-index: 0;
  padding-left: 1.5625em;
  height: 100%;
  display: block;
  color: #36364F;
}
/* line 54, sass/page/_funding-exercise.scss */
.card--block:hover .card__title, .card--block:focus .card__title {
  color: #2020B2;
}
/* line 59, sass/page/_funding-exercise.scss */
.card--block::before {
  position: absolute;
  top: 9.25em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 1.25em 0.1875em 1.625em rgba(0, 0, 0, 0.25);
  box-shadow: 1.25em 0.1875em 1.625em rgba(0, 0, 0, 0.25);
  content: '';
}
@media (max-width: 991.98px) {
  /* line 42, sass/page/_funding-exercise.scss */
  .card--block {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 42, sass/page/_funding-exercise.scss */
  .card--block {
    font-size: 0.75em;
  }
}
/* line 80, sass/page/_funding-exercise.scss */
.card--block .card__media {
  overflow: hidden;
}
/* line 83, sass/page/_funding-exercise.scss */
.card--block .card__body {
  padding: 0.875em 1em 2.125em 0em;
}
/* line 87, sass/page/_funding-exercise.scss */
.card--block .card__title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.33333333;
}
@media (max-width: 767.98px) {
  /* line 87, sass/page/_funding-exercise.scss */
  .card--block .card__title {
    font-size: 1.3125em;
  }
}
/* line 102, sass/page/_funding-exercise.scss */
.section--box {
  position: relative;
  padding: 3.75em 0em 6.75em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(12.8125em, #fff), color-stop(12.8125em, #456ACB));
  background: -o-linear-gradient(top, #fff 0, #fff 12.8125em, #456ACB 12.8125em);
  background: linear-gradient(to bottom, #fff 0, #fff 12.8125em, #456ACB 12.8125em);
}
/* line 107, sass/page/_funding-exercise.scss */
.section--box::before, .section--box::after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
}
/* line 115, sass/page/_funding-exercise.scss */
.section--box::before {
  top: 12.8125em;
  height: 4.6875em;
  background: url("../img/bg-texture-middle-section-top-funding-excerise.png") no-repeat center top;
  background-size: 100% auto;
}
/* line 121, sass/page/_funding-exercise.scss */
.section--box::after {
  bottom: 0;
  height: 4.6875em;
  background: url("../img/bg-texture-middle-section-bottom-funding-excerise.png") no-repeat center bottom;
  background-size: 100% auto;
}
/* line 132, sass/page/_funding-exercise.scss */
.section--step {
  padding: 3.875em 0em 5em;
}
/* line 138, sass/page/_funding-exercise.scss */
.row--card-list {
  margin-top: 1.625em;
}
/* line 143, sass/page/_funding-exercise.scss */
.step-blk {
  margin-top: 2.9375em;
  counter-reset: item;
}
@media (max-width: 991.98px) {
  /* line 143, sass/page/_funding-exercise.scss */
  .step-blk {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 143, sass/page/_funding-exercise.scss */
  .step-blk {
    font-size: 0.75em;
  }
}
/* line 154, sass/page/_funding-exercise.scss */
.step-blk__item {
  position: relative;
  padding: 2.3125em 0em 0em 2.3125em;
}
/* line 158, sass/page/_funding-exercise.scss */
.step-blk__item:not(:last-child) {
  margin-bottom: 2.0625em;
}
/* line 162, sass/page/_funding-exercise.scss */
.step-blk__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.88461538em;
  height: 2.88461538em;
  font-size: 1.625em;
  font-weight: 600;
  color: #fff;
  background-color: #000A7B;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  content: counters(item, ".");
  counter-increment: item;
}
/* line 187, sass/page/_funding-exercise.scss */
.step-blk__block {
  padding: 2.375em 5.25em 2.375em 3.625em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  /* line 187, sass/page/_funding-exercise.scss */
  .step-blk__block {
    padding-right: 3.58333333em;
  }
}
/* line 197, sass/page/_funding-exercise.scss */
.step-blk__heading {
  color: #000A7B;
  font-size: 1.625em;
  font-weight: 600;
}
/* line 203, sass/page/_funding-exercise.scss */
.step-blk__list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  margin-top: 0.75em;
  padding-top: 1.125em;
  border-top: 1px solid rgba(32, 32, 178, 0.3);
}
/* line 212, sass/page/_funding-exercise.scss */
.step-blk__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
/* line 218, sass/page/_funding-exercise.scss */
.step-blk__txt {
  font-size: 1.25em;
  color: #35354E;
}
/* line 225, sass/page/_funding-exercise.scss */
.is-link::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.75rem;
  font-size: 1.0625rem;
  color: currentColor;
  vertical-align: .25em;
  content: "\e917";
}
@media (max-width: 991.98px) {
  /* line 225, sass/page/_funding-exercise.scss */
  .is-link::after {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  /* line 225, sass/page/_funding-exercise.scss */
  .is-link::after {
    font-size: 0.8125rem;
  }
}
</pre></body></html>