/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --adapt-viewport-height: 100vh;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  overflow-y: scroll;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  display: block;
  min-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
button {
  border: 0;
  padding: 0;
}
button:not(.is-disabled):not(.is-locked) {
  cursor: pointer;
}
.dir-rtl body {
  direction: rtl;
}
zw {
  display: inline-block;
  width: 0;
}
nb {
  white-space: nowrap;
}
@font-face {
  font-family: "vanilla";
  src: url('fonts/vanilla.woff2') format('woff2'), url('fonts/vanilla.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon:before {
  display: block;
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-with-circle-down:before {
  content: "\e900";
}
.icon-arrow-with-circle-left:before {
  content: "\e901";
}
.dir-rtl .icon-arrow-with-circle-left:before {
  content: "\e902";
}
.icon-arrow-with-circle-right:before {
  content: "\e902";
}
.dir-rtl .icon-arrow-with-circle-right:before {
  content: "\e901";
}
.icon-arrow-with-circle-up:before {
  content: "\e903";
}
.icon-chevron-with-circle-down:before {
  content: "\e904";
}
.icon-chevron-with-circle-left:before {
  content: "\e905";
}
.dir-rtl .icon-chevron-with-circle-left:before {
  content: "\e906";
}
.icon-chevron-with-circle-right:before {
  content: "\e906";
}
.dir-rtl .icon-chevron-with-circle-right:before {
  content: "\e905";
}
.icon-chevron-with-circle-up:before {
  content: "\e907";
}
.icon-info-with-circle:before {
  content: "\e908";
}
.icon-location:before {
  content: "\e909";
}
.icon-medal:before {
  content: "\e90a";
}
.icon-price-ribbon:before {
  content: "\e90b";
}
.icon-shield:before {
  content: "\e90c";
}
.icon-stopwatch:before {
  content: "\e90d";
}
.icon-text-document-inverted:before {
  content: "\e90e";
}
.icon-text-document:before {
  content: "\e90f";
}
.icon-trophy:before {
  content: "\e910";
}
.icon-arrow-down:before {
  content: "\e911";
}
.icon-arrow-left:before {
  content: "\e912";
}
.dir-rtl .icon-arrow-left:before {
  content: "\e913";
}
.icon-arrow-right:before {
  content: "\e913";
}
.dir-rtl .icon-arrow-right:before {
  content: "\e912";
}
.icon-arrow-up:before {
  content: "\e914";
}
.icon-bookmark:before {
  content: "\e915";
}
.icon-message:before {
  content: "\e916";
}
.icon-mouse:before {
  content: "\e917";
}
.icon-mobile:before {
  content: "\e918";
}
.icon-desktop:before {
  content: "\e919";
}
.icon-pencil:before {
  content: "\e91a";
}
.icon-forward-arrow:before {
  content: "\e91b";
}
.dir-rtl .icon-forward-arrow:before {
  content: "\e91c";
}
.icon-backwards-arrow:before {
  content: "\e91c";
}
.dir-rtl .icon-backwards-arrow:before {
  content: "\e91b";
}
.icon-person:before {
  content: "\e91d";
}
.icon-persons:before {
  content: "\e91e";
}
.icon-profile:before {
  content: "\e91f";
}
.icon-pin:before {
  content: "\e920";
}
.icon-map:before {
  content: "\e921";
}
.icon-point:before {
  content: "\e922";
}
.icon-star:before {
  content: "\e923";
}
.icon-star-hollow:before {
  content: "\e924";
}
.icon-comments:before {
  content: "\e925";
}
.icon-comment:before {
  content: "\e926";
}
.icon-home:before {
  content: "\e927";
}
.icon-popup:before {
  content: "\e928";
}
.icon-search:before {
  content: "\e929";
}
.icon-printer:before {
  content: "\e92a";
}
.icon-link:before {
  content: "\e92b";
}
.icon-flag:before {
  content: "\e92c";
}
.icon-cog:before {
  content: "\e92d";
}
.icon-tools:before {
  content: "\e92e";
}
.icon-tag:before {
  content: "\e92f";
}
.icon-camera:before {
  content: "\e930";
}
.icon-feedback:before {
  content: "\e931";
}
.icon-book:before {
  content: "\e932";
}
.icon-article:before {
  content: "\e933";
}
.icon-eye:before {
  content: "\e934";
}
.icon-time:before {
  content: "\e935";
}
.icon-microphone:before {
  content: "\e936";
}
.icon-calendar:before {
  content: "\e937";
}
.icon-timer:before {
  content: "\e938";
}
.icon-drag:before {
  content: "\e939";
}
.icon-light-bulb:before {
  content: "\e93a";
}
.icon-checklist:before {
  content: "\e93b";
}
.icon-ticket:before {
  content: "\e93c";
}
.icon-wi-fi:before {
  content: "\e93d";
}
.icon-line-graph:before {
  content: "\e93e";
}
.icon-pie-chart:before {
  content: "\e93f";
}
.icon-bar-graph:before {
  content: "\e940";
}
.icon-scatter-graph:before {
  content: "\e941";
}
.icon-padlock-locked:before {
  content: "\e942";
}
.icon-padlock-unlocked:before {
  content: "\e943";
}
.icon-tick:before {
  content: "\e944";
}
.icon-cross:before {
  content: "\e945";
}
.icon-minus:before {
  content: "\e946";
}
.icon-plus:before {
  content: "\e947";
}
.icon-info:before {
  content: "\e948";
}
.icon-question:before {
  content: "\e949";
}
.icon-warning:before {
  content: "\e94a";
}
.icon-list:before {
  content: "\e94b";
}
.icon-add-to-list:before {
  content: "\e94c";
}
.icon-menu:before {
  content: "\e94d";
}
.icon-grid:before {
  content: "\e94e";
}
.icon-portrait:before {
  content: "\e94f";
}
.icon-screens:before {
  content: "\e950";
}
.icon-landscape:before {
  content: "\e951";
}
.icon-images:before {
  content: "\e952";
}
.icon-media:before {
  content: "\e953";
}
.icon-folder:before {
  content: "\e954";
}
.icon-documents:before {
  content: "\e955";
}
.icon-delete:before {
  content: "\e956";
}
.icon-save:before {
  content: "\e957";
}
.icon-download:before {
  content: "\e958";
}
.icon-upload:before {
  content: "\e959";
}
.icon-expand:before {
  content: "\e95a";
}
.icon-shrink:before {
  content: "\e95b";
}
.icon-volume:before {
  content: "\e95c";
}
.icon-sound:before {
  content: "\e95d";
}
.icon-sound-mute:before {
  content: "\e95e";
}
.icon-controls-down:before {
  content: "\e95f";
}
.icon-controls-left:before {
  content: "\e960";
}
.dir-rtl .icon-controls-left:before {
  content: "\e961";
}
.icon-controls-right:before {
  content: "\e961";
}
.dir-rtl .icon-controls-right:before {
  content: "\e960";
}
.icon-controls-up:before {
  content: "\e962";
}
.icon-triangle-down:before {
  content: "\e963";
}
.icon-triangle-left:before {
  content: "\e964";
}
.dir-rtl .icon-triangle-left:before {
  content: "\e965";
}
.icon-triangle-right:before {
  content: "\e965";
}
.dir-rtl .icon-triangle-right:before {
  content: "\e964";
}
.icon-triangle-up:before {
  content: "\e966";
}
.icon-dot:before {
  content: "\e967";
}
.icon-ellipsis:before {
  content: "\e968";
}
.icon-up-down:before {
  content: "\e969";
}
.icon-controls-small-down:before {
  content: "\e96a";
}
.icon-controls-small-left:before {
  content: "\e96b";
}
.dir-rtl .icon-controls-small-left:before {
  content: "\e96c";
}
.icon-controls-small-right:before {
  content: "\e96c";
}
.dir-rtl .icon-controls-small-right:before {
  content: "\e96b";
}
.icon-controls-small-up:before {
  content: "\e96d";
}
.icon-radio-checked:before {
  content: "\e96e";
}
.icon-radio-unchecked:before {
  content: "\e96f";
}
.icon-language-1:before {
  content: "\e970";
}
.icon-accessibility:before {
  content: "\e971";
}
.icon-globe:before {
  content: "\e972";
}
.icon-language-2:before {
  content: "\e973";
}
.icon-checkbox-checked:before {
  content: "\e974";
}
.icon-checkbox-unchecked:before {
  content: "\e975";
}
.icon-accessibility-2:before {
  content: "\e976";
}
.icon-alert:before {
  content: "\e977";
}
.icon-arrow-down-2:before {
  content: "\e978";
}
.icon-arrow-left-2:before {
  content: "\e979";
}
.dir-rtl .icon-arrow-left-2:before {
  content: "\e97a";
}
.icon-arrow-right-2:before {
  content: "\e97a";
}
.dir-rtl .icon-arrow-right-2:before {
  content: "\e979";
}
.icon-arrow-up-2:before {
  content: "\e97b";
}
.icon-arrow-down-3:before {
  content: "\e97c";
}
.icon-arrow-left-3:before {
  content: "\e97d";
}
.dir-rtl .icon-arrow-left-3:before {
  content: "\e97e";
}
.icon-arrow-right-3:before {
  content: "\e97e";
}
.dir-rtl .icon-arrow-right-3:before {
  content: "\e97d";
}
.icon-arrow-up-3:before {
  content: "\e97f";
}
.icon-attachment:before {
  content: "\e980";
}
.icon-block:before {
  content: "\e981";
}
.icon-camera-off:before {
  content: "\e982";
}
.icon-camera-on:before {
  content: "\e983";
}
.icon-cloud:before {
  content: "\e984";
}
.icon-compass:before {
  content: "\e985";
}
.icon-copy-file:before {
  content: "\e986";
}
.icon-copyright:before {
  content: "\e987";
}
.icon-crop:before {
  content: "\e988";
}
.icon-devices:before {
  content: "\e989";
}
.icon-down-up:before {
  content: "\e98a";
}
.icon-ellipsis-vertical:before {
  content: "\e98b";
}
.icon-exclamation:before {
  content: "\e98c";
}
.icon-expand_1:before {
  content: "\e98d";
}
.icon-extension:before {
  content: "\e98e";
}
.icon-favourite:before {
  content: "\e98f";
}
.icon-google-translate:before {
  content: "\e990";
}
.icon-hand:before {
  content: "\e991";
}
.icon-lightning:before {
  content: "\e992";
}
.icon-list-2:before {
  content: "\e993";
}
.icon-microphone-off:before {
  content: "\e994";
}
.icon-move:before {
  content: "\e995";
}
.icon-mute:before {
  content: "\e996";
}
.icon-ordered-list:before {
  content: "\e997";
}
.icon-question-circle:before {
  content: "\e998";
}
.icon-quote-close:before {
  content: "\e999";
}
.icon-quote-open:before {
  content: "\e99a";
}
.icon-refresh:before {
  content: "\e99b";
}
.icon-send:before {
  content: "\e99c";
}
.icon-sound-down:before {
  content: "\e99d";
}
.icon-sync:before {
  content: "\e99e";
}
.icon-tablet:before {
  content: "\e99f";
}
.icon-thumb-down:before {
  content: "\e9a0";
}
.icon-thumb-up:before {
  content: "\e9a1";
}
.icon-timer-empty:before {
  content: "\e9a2";
}
.icon-timer-full:before {
  content: "\e9a3";
}
.icon-video-captions-off-2:before {
  content: "\e9a4";
}
.icon-video-captions-off:before {
  content: "\e9a5";
}
.icon-video-captions:before {
  content: "\e9a6";
}
.icon-video-exit-fullscreen:before {
  content: "\e9a7";
}
.icon-video-fast-forward:before {
  content: "\e9a8";
}
.icon-video-fullscreen:before {
  content: "\e9a9";
}
.icon-video-loop:before {
  content: "\e9aa";
}
.icon-video-pause-circle:before {
  content: "\e9ab";
}
.icon-video-pause:before {
  content: "\e9ac";
}
.icon-video-play-circle:before {
  content: "\e9ad";
}
.icon-video-play:before {
  content: "\e9ae";
}
.icon-video-replay:before {
  content: "\e9af";
}
.icon-video-rewind:before {
  content: "\e9b0";
}
.icon-video-skip-back:before {
  content: "\e9b1";
}
.icon-video-skip-forward:before {
  content: "\e9b2";
}
.icon-video-stop:before {
  content: "\e9b3";
}
.icon-quote-close-2:before {
  content: "\e9b4";
}
.icon-quote-open-2:before {
  content: "\e9b5";
}
.icon-emotion-happy:before {
  content: "\e9b6";
}
.icon-emotion-not-ok:before {
  content: "\e9b7";
}
.icon-emotion-ok:before {
  content: "\e9b8";
}
.icon-emotion-sad:before {
  content: "\e9b9";
}
.icon-emotion-very-happy:before {
  content: "\e9ba";
}
.icon-emotion-very-unhappy:before {
  content: "\e9bb";
}
.icon-blogger-2:before {
  content: "\e9bc";
}
.icon-blogger:before {
  content: "\e9bd";
}
.icon-deviantart-2:before {
  content: "\e9be";
}
.icon-deviantart:before {
  content: "\e9bf";
}
.icon-doc-excel:before {
  content: "\e9c0";
}
.icon-doc-pdf:before {
  content: "\e9c1";
}
.icon-doc-word:before {
  content: "\e9c2";
}
.icon-facebook-2:before {
  content: "\e9c3";
}
.icon-facebook:before {
  content: "\e9c4";
}
.icon-flickr-2:before {
  content: "\e9c5";
}
.icon-flickr:before {
  content: "\e9c6";
}
.icon-github:before {
  content: "\e9c7";
}
.icon-instagram-2:before {
  content: "\e9c8";
}
.icon-instagram:before {
  content: "\e9c9";
}
.icon-linkedin-2:before {
  content: "\e9ca";
}
.icon-linkedin:before {
  content: "\e9cb";
}
.icon-paypal:before {
  content: "\e9cc";
}
.icon-pintrest-2:before {
  content: "\e9cd";
}
.icon-pintrest:before {
  content: "\e9ce";
}
.icon-qq-2:before {
  content: "\e9cf";
}
.icon-qq:before {
  content: "\e9d0";
}
.icon-reddit-2:before {
  content: "\e9d1";
}
.icon-reddit:before {
  content: "\e9d2";
}
.icon-rss-2:before {
  content: "\e9d3";
}
.icon-rss:before {
  content: "\e9d4";
}
.icon-sina-weibo-2:before {
  content: "\e9d5";
}
.icon-sina-weibo:before {
  content: "\e9d6";
}
.icon-soundcloud-2:before {
  content: "\e9d7";
}
.icon-soundcloud:before {
  content: "\e9d8";
}
.icon-steam-2:before {
  content: "\e9d9";
}
.icon-steam:before {
  content: "\e9da";
}
.icon-trello-2:before {
  content: "\e9db";
}
.icon-trello:before {
  content: "\e9dc";
}
.icon-tumbler-2:before {
  content: "\e9dd";
}
.icon-tumblr:before {
  content: "\e9de";
}
.icon-twitch:before {
  content: "\e9df";
}
.icon-twitter-2:before {
  content: "\e9e0";
}
.icon-twitter:before {
  content: "\e9e1";
}
.icon-vimeo-2:before {
  content: "\e9e2";
}
.icon-vimeo:before {
  content: "\e9e3";
}
.icon-wechat-2:before {
  content: "\e9e4";
}
.icon-wechat:before {
  content: "\e9e5";
}
.icon-weibo-2:before {
  content: "\e9e6";
}
.icon-weibo:before {
  content: "\e9e7";
}
.icon-xing-2:before {
  content: "\e9e8";
}
.icon-xing:before {
  content: "\e9e9";
}
.icon-youku-2:before {
  content: "\e9ea";
}
.icon-youku:before {
  content: "\e9eb";
}
.icon-youtube-2:before {
  content: "\e9ec";
}
.icon-youtube:before {
  content: "\e9ed";
}
.u-clearfix:before,
.u-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix {
  zoom: 1;
}
.u-display-none {
  display: none !important;
}
.u-visibility-hidden {
  visibility: hidden !important;
}
.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.component {
  position: relative;
}
.block {
  position: relative;
}
.aria-label {
  position: absolute !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
.aria-label.aria-hidden {
  display: none !important;
}
.a11y-focusguard {
  left: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.touchevents .a11y-focusguard {
  position: absolute !important;
}
.no-touchevents .a11y-focusguard {
  position: fixed !important;
}
#a11y-focuser {
  bottom: 0 !important;
  position: fixed !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.a11y-disable-focusoutline *:focus {
  outline: none !important;
}
.article__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.block__inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.btn-icon {
  padding: 1rem;
  border: 0;
}
.btn-text {
  padding: 0.5rem 1rem;
}
.btn__response-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.btn__action:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.dir-rtl .btn__action:not(.is-full-width) {
  margin-right: inherit;
  margin-left: 1rem;
}
.btn__feedback:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.dir-rtl .btn__feedback:not(.is-full-width) {
  margin-left: inherit;
  margin-right: 1rem;
}
.btn__action.is-full-width,
.btn__feedback.is-full-width {
  width: 100%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 2.5rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 2.5rem;
}
.btn__marking {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dir-rtl .btn__marking {
  left: inherit;
  right: 50%;
  transform: translate(50%, -50%);
}
.btn__marking.is-full-width {
  left: inherit;
  right: 0.5rem;
  transform: translate(0, -50%);
}
.dir-rtl .btn__marking.is-full-width {
  left: 0.5rem;
  right: inherit;
}
.btn__marking.is-correct {
  background-color: #065f28;
  color: #ffffff;
}
.btn__marking.is-correct .icon:before {
  content: "\e944";
}
.btn__marking.is-incorrect {
  background-color: #ff0000;
  color: #ffffff;
}
.btn__marking.is-incorrect .icon:before {
  content: "\e945";
}
.component {
  width: 100%;
}
.component__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 47.5rem) {
  .component__container {
    flex-direction: row;
  }
}
@media (min-width: 47.5rem) {
  .component.is-left {
    width: 50%;
  }
  .component.is-right {
    margin-left: auto;
    width: 50%;
  }
  .dir-rtl .component.is-right {
    margin-left: 0;
    margin-right: auto;
  }
}
.drawer {
  position: fixed;
  top: 0;
  right: -20rem;
  height: 100%;
  width: 20rem;
  z-index: 100;
}
.dir-rtl .drawer:not(.is-position-right),
.drawer.is-position-left {
  right: inherit;
  left: -20rem;
}
.drawer__inner {
  position: relative;
  height: 100%;
  padding-top: 3.5rem;
}
.drawer__holder {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.drawer__toolbar {
  position: absolute;
  top: 0;
  width: 100%;
}
.drawer__back {
  float: left;
}
.dir-rtl .drawer__back {
  float: right;
}
.drawer__back .icon:before {
  content: "\e96b";
}
.dir-rtl .drawer__back .icon:before {
  content: "\e96c";
}
.drawer__close {
  float: right;
}
.dir-rtl .drawer__close {
  float: left;
}
.drawer__close .icon:before {
  content: "\e945";
}
.drawer__item-btn {
  width: 100%;
}
.drawer__item-title,
.drawer__item-body {
  display: block;
}
.menu__title-inner,
.menu-item__title-inner,
.page__title-inner,
.article__title-inner,
.block__title-inner,
.component__title-inner {
  display: inline;
  vertical-align: middle;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 100;
}
html.is-nav-top #wrapper {
  padding-top: 3.5rem;
}
html.is-nav-bottom #wrapper {
  padding-bottom: 3.5rem;
}
.nav {
  position: fixed;
  width: 100%;
  z-index: 80;
}
html.is-nav-top .nav {
  top: 0;
}
html.is-nav-bottom .nav {
  bottom: 0;
}
.nav__inner {
  margin: 0 auto;
  max-width: 90rem;
  display: flex;
  align-items: center;
}
.nav__btn {
  float: none !important;
}
.nav__spacer {
  flex-grow: 1;
}
.nav__skip-btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
html:not(.has-accessibility) .nav__skip-btn {
  display: none !important;
}
.nav__skip-btn:not(:focus-visible) {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.nav__back-btn .icon:before {
  content: "\e96b";
}
.dir-rtl .nav__back-btn .icon:before {
  content: "\e96c";
}
.nav__drawer-btn .icon:before {
  content: "\e94b";
}
.notify {
  position: relative;
  z-index: 100;
}
.notify__popup {
  position: fixed;
  top: 50%;
  width: 100%;
  visibility: hidden;
  z-index: 100;
  background-color: #ffffff;
}
.notify__popup-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.notify__close-btn .icon:before {
  content: "\e945";
}
.notify__icon .icon.is-prompt:before {
  content: "\e949";
}
.notify__icon .icon.is-alert:before {
  content: "\e94a";
}
.notify__popup.has-image .notify__section-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 47.5rem) {
  .notify__popup.has-image.align-image-left .notify__section-inner,
  .notify__popup.has-image.align-image-right .notify__section-inner {
    flex-direction: row;
    column-gap: 1rem;
  }
  .notify__popup.has-image.align-image-left .notify__section-inner .notify__body,
  .notify__popup.has-image.align-image-right .notify__section-inner .notify__body {
    width: 60%;
  }
  .notify__popup.has-image.align-image-left .notify__section-inner .notify__image-container,
  .notify__popup.has-image.align-image-right .notify__section-inner .notify__image-container {
    width: 40%;
  }
}
.notify-push {
  position: fixed;
  right: 0;
  width: 20rem;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
}
.notify-push.is-active {
  opacity: 1;
}
.dir-rtl .notify-push {
  right: auto;
  left: 0;
}
.notify-push__inner {
  cursor: pointer;
}
.notify-push__close-btn .icon:before {
  content: "\e945";
}
.page {
  margin: 0 auto;
  max-width: 90rem;
}
.page__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
html.adapt-scrolling {
  height: 100%;
  overflow: auto;
}
html.adapt-scrolling .nav {
  width: calc(100% - 18px);
  width: calc(100% - var(--adapt-scrollbar-width));
}
html.adapt-scrolling body {
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 90;
}
.graphic.is-scrollable .graphic__image-container {
  display: block;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.graphic.is-scrollable .graphic__image-container img {
  max-width: initial;
}
.mcq__widget:not(.is-complete) .mcq-item__answer-icon {
  display: block;
}
.mcq__widget.show-user-answer .is-correct .is-selected .mcq-item__correct-icon,
.mcq__widget.show-user-answer .is-incorrect .is-selected .mcq-item__incorrect-icon {
  display: block;
}
.mcq__widget.show-user-answer .mcq-item:not(.is-correct):not(.is-incorrect) .is-selected .mcq-item__answer-icon {
  display: block;
}
.mcq__widget.show-correct-answer .is-correct .is-selected .mcq-item__correct-icon,
.mcq__widget.show-correct-answer .is-incorrect .is-selected .mcq-item__correct-icon {
  display: block;
}
.mcq__widget.show-correct-answer .mcq-item:not(.is-correct):not(.is-incorrect) .is-selected .mcq-item__answer-icon {
  display: block;
}
.mcq-item {
  position: relative;
}
.mcq-item__input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.mcq-item__label {
  display: block;
  z-index: 1;
}
.mcq-item__label:not(.is-disabled) {
  cursor: pointer;
}
.mcq-item__icon {
  display: none;
}
.mcq-item__text {
  display: block;
}
.mcq-item__answer-icon.is-radio .icon:before {
  content: "\e96f";
}
.mcq-item__answer-icon.is-checkbox .icon:before {
  content: "\e975";
}
.mcq-item__label.is-selected .mcq-item__answer-icon.is-radio .icon:before {
  content: "\e96e";
}
.mcq-item__label.is-selected .mcq-item__answer-icon.is-checkbox .icon:before {
  content: "\e974";
}
.mcq-item__correct-icon .icon:before {
  content: "\e944";
}
.mcq-item__incorrect-icon .icon:before {
  content: "\e945";
}
.narrative:not(.items-are-full-width) .narrative__content {
  display: none;
}
@media (min-width: 47.5rem) {
  .narrative:not(.items-are-full-width) .narrative__content {
    display: block;
    float: right;
    margin-left: 2%;
    width: 38%;
  }
  .dir-rtl .narrative:not(.items-are-full-width) .narrative__content {
    float: left;
  }
  .dir-rtl .narrative:not(.items-are-full-width) .narrative__content {
    margin-left: inherit;
    margin-right: 2%;
  }
}
.narrative__strapline {
  position: relative;
}
.mode-large .narrative__strapline {
  display: none !important;
}
.narrative__strapline-header {
  position: relative;
  overflow: hidden;
}
.narrative__strapline-btn {
  position: relative;
  float: left;
  padding: 0;
  outline-offset: -5px;
}
.dir-rtl .narrative__strapline-btn {
  float: right;
}
.narrative__strapline-title {
  display: block;
  margin-right: 3.5rem;
  padding: 1rem;
  line-height: 1.5rem;
}
.dir-rtl .narrative__strapline-title {
  margin-right: inherit;
  margin-left: 3.5rem;
}
.narrative__strapline-title-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.narrative__strapline-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .narrative__strapline-icon {
  right: inherit;
  left: 0;
}
.narrative__strapline-icon .icon:before {
  content: "\e947";
}
.narrative__slide-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 47.5rem) {
  .narrative__slide-container {
    width: 60%;
  }
}
.narrative__slider-image-container {
  float: left;
}
.dir-rtl .narrative__slider-image-container {
  float: right;
}
.narrative__slider-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.narrative__controls-container {
  position: relative;
}
.narrative__controls {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.narrative__controls-left {
  left: 0;
}
.dir-rtl .narrative__controls-left {
  left: inherit;
  right: 0;
}
.narrative__controls-left .icon:before {
  content: "\e960";
}
.dir-rtl .narrative__controls-left .icon:before {
  content: "\e961";
}
.narrative__controls-right {
  right: 0;
}
.dir-rtl .narrative__controls-right {
  right: inherit;
  left: 0;
}
.narrative__controls-right .icon:before {
  content: "\e961";
}
.dir-rtl .narrative__controls-right .icon:before {
  content: "\e960";
}
.narrative__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 47.5rem) {
  .narrative__indicators {
    width: 60%;
  }
}
.narrative__progress {
  height: 0.75rem;
  width: 0.75rem;
  margin: 0.25rem;
  cursor: pointer;
  background-color: #000;
}
.narrative__progress.is-selected {
  background-color: #1a1a1a;
}
html:not(.disable-animation) .narrative__slider,
html:not(.disable-animation) .narrative__strapline-header-inner {
  transition: transform 400ms ease-in-out;
}
.narrative__content .narrative__controls,
.narrative__content .narrative__indicators {
  display: none;
}
.narrative__text-controls .narrative__content {
  position: relative;
  padding-top: 4.5rem;
}
.narrative__text-controls .narrative__content .narrative__indicators {
  display: flex;
}
.narrative__text-controls .narrative__content .narrative__controls-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.narrative__text-controls .narrative__content .narrative__controls {
  position: relative;
  top: 0;
  display: block;
  transform: none;
}
@media (min-width: 47.5rem) {
  .narrative__text-controls .narrative__slide-container .narrative__controls,
  .narrative__text-controls .narrative__slide-indicators {
    display: none !important;
  }
}
.items-are-full-width .narrative__widget {
  display: flex;
  flex-wrap: wrap;
}
.items-are-full-width .narrative__content {
  display: flex;
  width: 100%;
  margin-left: inherit;
  order: 1;
}
.items-are-full-width .narrative__strapline {
  display: none !important;
}
.items-are-full-width .narrative__slide-container,
.items-are-full-width .narrative__indicators {
  width: 100%;
  order: 0;
}
.items-are-full-width .narrative__indicators {
  margin-bottom: 0.5rem;
}
.mode-small .narrative__text-controls .narrative__slide-container .narrative__controls,
.mode-small .narrative__text-controls .narrative__slide-indicators {
  display: none !important;
}
html {
  overflow-x: hidden;
}
.pagenav__widget {
  position: relative;
}
.pagenav__btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenav__btn-inner {
  display: flex;
  align-items: center;
}
.pagenav__btn {
  margin: 0.5rem;
}
.pagenav__btn.btn-icon:not(.icon-is-right).btn-text .icon {
  padding-right: 0.5rem;
}
.dir-rtl .pagenav__btn.btn-icon:not(.icon-is-right).btn-text .icon {
  padding-left: 0.5rem;
  padding-right: inherit;
}
.pagenav__btn.btn-icon.icon-is-right.btn-text .icon {
  padding-left: 0.5rem;
}
.dir-rtl .pagenav__btn.btn-icon.icon-is-right.btn-text .icon {
  padding-right: 0.5rem;
  padding-left: inherit;
}
.pagenav__btn.btn-icon:not(.btn-text) {
  padding: 1rem;
  background-color: #9096a0;
  color: #ffffff;
  border-radius: 5px;
}
.no-touch .pagenav__btn.btn-icon:not(.btn-text):not(.is-disabled):not(.is-locked):hover {
  background-color: #757c88;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.pagenav__btn.btn-icon:not(.btn-text).is-locked,
.pagenav__btn.btn-icon:not(.btn-text).is-disabled {
  background-color: #dddddd;
  color: #000;
}
.pagenav__tooltip {
  position: absolute;
  transform: translate(-50%, -100%);
  visibility: hidden;
  white-space: nowrap;
}
.pagenav__tooltip.show {
  visibility: visible;
}
.pagenav__triangle {
  position: relative;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
}
.pagenav__triangle:after {
  content: "";
  position: absolute;
  border-width: 1rem 0.5rem 0 0.5rem;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.pagenav__tooltip-text {
  padding: 0.5rem;
  background-color: #657e3d;
  color: #ffffff;
  border-radius: 5px;
}
.pagenav__triangle:after {
  border-color: #657e3d transparent transparent transparent;
}
.nav__pagelevelprogress-btn {
  padding: 1.5rem 0.75rem;
}
.drawer .pagelevelprogress__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer .pagelevelprogress__item-title {
  width: 75%;
}
.drawer .pagelevelprogress__indicator {
  margin: 0 calc(12.5% - 1rem);
}
.drawer .pagelevelprogress__item-optional {
  width: 5rem;
}
.drawer .pagelevelprogress__item-optional-inner {
  font-size: 0.75rem;
}
.drawer .pagelevelprogress__item-children {
  margin-left: 0.5em;
}
.pagelevelprogress__indicator {
  display: flex;
  width: 2rem;
  font-size: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.pagelevelprogress__indicator-inner {
  position: relative;
  display: block;
  height: 0.375rem;
  width: 100%;
}
.pagelevelprogress__indicator-bar {
  display: block;
  height: inherit;
  min-width: 10%;
  background-color: #000;
}
.pagelevelprogress__indicator .js-indicator-aria-label {
  top: 0;
}
.tutor__inner {
  position: relative;
  display: none;
  min-height: 100%;
}
.tutor__btn-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .tutor__btn-icon {
  right: inherit;
  left: 0;
}
.tutor__btn-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .tutor__btn-icon {
  right: inherit;
  left: 0;
}
.tutor__btn-icon .icon:before {
  content: "\e945";
}
.tutor-type-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 101%;
}
.boxmenu {
  margin: 0 auto;
  max-width: 90rem;
}
.boxmenu__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu__item-container .boxmenu__item-container-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu.title-align-left .boxmenu__title,
.boxmenu.body-align-left .boxmenu__body,
.boxmenu.instruction-align-left .boxmenu__instruction {
  text-align: left;
}
.dir-rtl .boxmenu.title-align-left .boxmenu__title,
.dir-rtl .boxmenu.body-align-left .boxmenu__body,
.dir-rtl .boxmenu.instruction-align-left .boxmenu__instruction {
  text-align: right;
}
.boxmenu.title-align-center .boxmenu__title,
.boxmenu.body-align-center .boxmenu__body,
.boxmenu.instruction-align-center .boxmenu__instruction {
  text-align: center;
}
.boxmenu.title-align-right .boxmenu__title,
.boxmenu.body-align-right .boxmenu__body,
.boxmenu.instruction-align-right .boxmenu__instruction {
  text-align: right;
}
.dir-rtl .boxmenu.title-align-right .boxmenu__title,
.dir-rtl .boxmenu.body-align-right .boxmenu__body,
.dir-rtl .boxmenu.instruction-align-right .boxmenu__instruction {
  text-align: left;
}
.boxmenu-group__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu-group__item-container-inner {
  display: flex;
  flex-wrap: wrap;
}
.boxmenu-item {
  width: 100%;
}
@media (min-width: 47.5rem) {
  .boxmenu-item {
    width: 50%;
  }
}
.has-animation {
  overflow: hidden;
}
.fade-in-before > div {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-after > div {
  opacity: 1;
}
.fade-in-top-before > div {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-top-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-bottom-before > div {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-bottom-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left-before > div {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-left-after > div {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right-before > div {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-right-after > div {
  opacity: 1;
  transform: translateX(0);
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
b,
strong {
  font-weight: 700;
}
.article {
  position: relative;
}
.article.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.article__inner {
  position: relative;
}
.article__header-inner {
  padding: 0 0.5rem;
}
.article__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #365a30;
}
@media (min-width: 47.5rem) {
  .article__title {
    font-size: 2.5rem;
  }
}
.article__body {
  margin-bottom: 1rem;
}
.article__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.article__body a,
.article__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .article__body a:hover,
.no-touch .article__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.has-attribution {
  position: relative;
  display: block;
}
.component__attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  transform: translate3d(0, 0, 0);
}
.gmcq__attribution {
  position: relative;
  display: flex;
}
.block {
  position: relative;
}
.block.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.block__inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.block__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #365a30;
}
@media (min-width: 47.5rem) {
  .block__title {
    font-size: 2.5rem;
  }
}
.block__body {
  margin-bottom: 1rem;
}
.block__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.block__body a,
.block__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .block__body a:hover,
.no-touch .block__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.block.double-padding-top .block__inner {
  padding-top: 8rem;
}
.block.double-padding-bottom .block__inner {
  padding-bottom: 8rem;
}
.block.half-padding-top .block__inner {
  padding-top: 2rem;
}
.block.half-padding-bottom .block__inner {
  padding-bottom: 2rem;
}
.block.remove-padding-top .block__inner {
  padding-top: 0;
}
.block.remove-padding-bottom .block__inner {
  padding-bottom: 0;
}
.block.align-vert-center .component__container {
  align-items: center;
}
.block.align-vert-bottom .component__container {
  align-items: flex-end;
}
.btn__container {
  margin-top: 1rem;
}
.btn-icon {
  background-color: #9096a0;
  color: #ffffff;
}
.no-touch .btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #757c88;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.btn-text {
  background-color: #4d4d4d;
  color: #ffffff;
  border-radius: 5px;
}
.no-touch .btn-text:not(.is-disabled):not(.is-locked):hover {
  background-color: #333333;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-icon.is-disabled,
.btn-text.is-disabled {
  background-color: #dddddd;
  color: #000;
}
.btn-icon.is-locked,
.btn-text.is-locked {
  background-color: #dddddd;
  color: #000;
  cursor: not-allowed;
}
.btn__marking {
  padding: 0.75rem;
  border-radius: 50%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 4rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 4rem;
}
.component__container {
  flex-direction: unset;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.component__inner {
  padding: 0.5rem 0.5rem;
}
.component__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #365a30;
}
@media (min-width: 47.5rem) {
  .component__title {
    font-size: 2.5rem;
  }
}
.component__body {
  margin-bottom: 1rem;
}
.component__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.component__body a,
.component__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .component__body a:hover,
.no-touch .component__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.drawer {
  background-color: #263944;
}
.drawer__toolbar {
  border-bottom: 1px solid #141e23;
}
.drawer__btn {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #263944;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .drawer__btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #141e23;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn {
  display: block;
  padding: 1rem;
  background-color: #263944;
  border-bottom: 1px solid #141e23;
  color: #ffffff;
}
.no-touch .drawer__item-btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #141e23;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn.is-disabled {
  background-color: #dddddd;
  color: #000;
}
.drawer__item-btn.is-selected {
  background-color: #010203;
  color: #ffffff;
}
.drawer__item-title {
  margin-bottom: 0.25rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}
.dir-rtl .drawer__item-title {
  text-align: right;
}
.drawer__item-body {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.dir-rtl .drawer__item-body {
  text-align: right;
}
body {
  background-color: #fff;
}
.inline-icon {
  display: inline-block;
  vertical-align: middle;
}
.page.title-align-left .page__title,
.page.body-align-left .page__body,
.page.instruction-align-left .page__instruction {
  text-align: left;
}
.dir-rtl .page.title-align-left .page__title,
.dir-rtl .page.body-align-left .page__body,
.dir-rtl .page.instruction-align-left .page__instruction {
  text-align: right;
}
.page.title-align-center .page__title,
.page.body-align-center .page__body,
.page.instruction-align-center .page__instruction {
  text-align: center;
}
.page.title-align-right .page__title,
.page.body-align-right .page__body,
.page.instruction-align-right .page__instruction {
  text-align: right;
}
.dir-rtl .page.title-align-right .page__title,
.dir-rtl .page.body-align-right .page__body,
.dir-rtl .page.instruction-align-right .page__instruction {
  text-align: left;
}
.article.title-align-left .article__title,
.article.body-align-left .article__body,
.article.instruction-align-left .article__instruction {
  text-align: left;
}
.dir-rtl .article.title-align-left .article__title,
.dir-rtl .article.body-align-left .article__body,
.dir-rtl .article.instruction-align-left .article__instruction {
  text-align: right;
}
.article.title-align-center .article__title,
.article.body-align-center .article__body,
.article.instruction-align-center .article__instruction {
  text-align: center;
}
.article.title-align-right .article__title,
.article.body-align-right .article__body,
.article.instruction-align-right .article__instruction {
  text-align: right;
}
.dir-rtl .article.title-align-right .article__title,
.dir-rtl .article.body-align-right .article__body,
.dir-rtl .article.instruction-align-right .article__instruction {
  text-align: left;
}
.block.title-align-left .block__title,
.block.body-align-left .block__body,
.block.instruction-align-left .block__instruction {
  text-align: left;
}
.dir-rtl .block.title-align-left .block__title,
.dir-rtl .block.body-align-left .block__body,
.dir-rtl .block.instruction-align-left .block__instruction {
  text-align: right;
}
.block.title-align-center .block__title,
.block.body-align-center .block__body,
.block.instruction-align-center .block__instruction {
  text-align: center;
}
.block.title-align-right .block__title,
.block.body-align-right .block__body,
.block.instruction-align-right .block__instruction {
  text-align: right;
}
.dir-rtl .block.title-align-right .block__title,
.dir-rtl .block.body-align-right .block__body,
.dir-rtl .block.instruction-align-right .block__instruction {
  text-align: left;
}
.component.title-align-left .component__title,
.component.body-align-left .component__body,
.component.instruction-align-left .component__instruction {
  text-align: left;
}
.dir-rtl .component.title-align-left .component__title,
.dir-rtl .component.body-align-left .component__body,
.dir-rtl .component.instruction-align-left .component__instruction {
  text-align: right;
}
.component.title-align-center .component__title,
.component.body-align-center .component__body,
.component.instruction-align-center .component__instruction {
  text-align: center;
}
.component.title-align-right .component__title,
.component.body-align-right .component__body,
.component.instruction-align-right .component__instruction {
  text-align: right;
}
.dir-rtl .component.title-align-right .component__title,
.dir-rtl .component.body-align-right .component__body,
.dir-rtl .component.instruction-align-right .component__instruction {
  text-align: left;
}
blockquote,
figure {
  margin: 1rem;
}
.figure-quote {
  margin: 0;
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: normal;
}
.figure-quote figcaption {
  margin: 1rem;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: normal;
}
.aside-pull-quote {
  margin: 1rem;
  padding: 1rem;
  border-bottom: 2px solid #117F93;
  background-color: #f9f9f9;
  color: #4d4d4d;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .aside-pull-quote {
    font-size: 2rem;
  }
}
@media (min-width: 47.5rem) {
  .aside-pull-quote {
    margin: 2rem;
    padding: 2rem;
  }
}
.is-bold {
  font-weight: 700;
}
.is-italic {
  font-style: italic;
}
.loading {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.loading__inner,
.loading__inner:before,
.loading__inner:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loading 1.25s infinite ease-in-out;
}
.loading__inner {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999rem;
  animation-delay: -0.16s;
  transform: translateZ(0);
}
.loading__inner:before,
.loading__inner:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading__inner:before {
  left: -3rem;
  animation-delay: -0.32s;
}
.loading__inner:after {
  left: 3rem;
}
@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5rem 0 -1.3rem;
  }
  40% {
    box-shadow: 0 2.5rem 0 0;
  }
}
.nav {
  background-color: #ffffff;
}
.nav__inner {
  max-width: inherit;
}
.nav__btn {
  background-color: #9096a0;
  color: #ffffff;
}
.no-touch .nav__btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #757c88;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__popup {
  background-color: #657e3d;
  color: #ffffff;
  transition: margin-top 0.2s, top 0.2s;
}
.notify__popup-inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.notify__icon {
  display: none;
}
.notify__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  padding-right: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    font-size: 2.5rem;
  }
}
.dir-rtl .notify__title {
  padding-right: inherit;
  padding-left: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    padding-right: inherit;
  }
  .dir-rtl .notify__title {
    padding-left: inherit;
  }
}
.notify__body {
  margin-bottom: 1rem;
}
.notify__instruction {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.notify__body a,
.notify__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.notify__btn-container {
  margin-top: 1rem;
}
.notify__btn {
  background-color: #ffffff;
  color: #4d4d4d;
}
.no-touch .notify__btn:not(.is-disabled):hover {
  background-color: #e6e6e6;
  color: #4d4d4d;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #495c2c;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .notify__btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #3c4a24;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .notify__close-btn {
  right: inherit;
  left: 0;
}
.notify-push {
  background-color: #657e3d;
  color: #ffffff;
  transform: translateY(25px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.notify-push.is-active {
  transform: translateY(0);
}
.notify-push__inner {
  padding: 1rem;
  padding-right: 4.5rem;
}
.dir-rtl .notify-push__inner {
  padding-right: 1rem;
  padding-left: 4.5rem;
}
.notify-push__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .notify-push__title {
    font-size: 2.5rem;
  }
}
.notify-push__body a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .notify-push__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .notify-push__body a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.notify-push__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #495c2c;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .notify-push__close-btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #3c4a24;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dir-rtl .notify-push__close-btn {
  right: auto;
  left: 0;
}
.page {
  position: relative;
  max-width: inherit;
  padding: 0 0;
}
.page.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__inner {
  position: relative;
}
.page__header {
  position: relative;
}
.page__header.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__header-inner {
  position: relative;
  padding: 2rem 0.5rem;
}
.page__title {
  margin-bottom: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #365a30;
}
@media (min-width: 47.5rem) {
  .page__title {
    font-size: 3rem;
  }
}
.page__subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .page__subtitle {
    font-size: 2rem;
  }
}
.page__body {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.page__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.page__body a,
.page__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .page__body a:hover,
.no-touch .page__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.shadow {
  background-color: rgba(0, 0, 0, 0.5);
}
.boxmenu {
  position: relative;
  max-width: inherit;
  padding: 0 0;
}
.boxmenu.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__inner {
  position: relative;
}
.boxmenu__header {
  position: relative;
}
.boxmenu__header.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__header-inner {
  position: relative;
  padding: 2rem 0.5rem;
}
.boxmenu__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #365a30;
}
@media (min-width: 47.5rem) {
  .boxmenu__title {
    font-size: 3rem;
  }
}
.boxmenu__subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .boxmenu__subtitle {
    font-size: 2rem;
  }
}
.boxmenu__body {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu__instruction {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.boxmenu__body a,
.boxmenu__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .boxmenu__body a:hover,
.no-touch .boxmenu__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.boxmenu__item-container {
  margin-top: 1.5rem;
}
.boxmenu-group__header-inner {
  padding: 2rem 0.5rem;
}
.boxmenu-group__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .boxmenu-group__title {
    font-size: 2rem;
  }
}
.boxmenu-group__body {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu-group__instruction {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.boxmenu-group__body a,
.boxmenu-group__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .boxmenu-group__body a:hover,
.no-touch .boxmenu-group__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.boxmenu-item__inner {
  margin: 0 0.5rem 1rem;
  padding: 1rem;
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #657e3d;
  border-radius: 5px;
}
.boxmenu-item__image-container {
  margin-bottom: 1rem;
}
.boxmenu-item__title {
  margin-bottom: 0.75rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
.boxmenu-item__body {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__body a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .boxmenu-item__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.boxmenu-item__duration {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__progress {
  margin-bottom: 1rem;
}
.boxmenu-item__button {
  background-color: #4d4d4d;
  color: #ffffff;
}
.no-touch .boxmenu-item__button:not(.is-disabled):not(.is-locked):hover {
  background-color: #333333;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.boxmenu-item__button.is-locked,
.boxmenu-item__button.is-disabled {
  background-color: #dddddd;
  color: #000;
}
.boxmenu-item.has-img-zoom .boxmenu-item__image-container {
  overflow: hidden;
}
.boxmenu-item.has-img-zoom .boxmenu-item__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .boxmenu-item.has-img-zoom .boxmenu-item__image-container img:hover {
  transform: scale(1.1);
}
.graphic.has-img-zoom .graphic__image-container {
  overflow: hidden;
}
.graphic.has-img-zoom .graphic__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .graphic.has-img-zoom .graphic__image-container img:hover {
  transform: scale(1.1);
}
.mcq-item__label {
  margin-bottom: 0.25rem;
  background-color: #657e3d;
  color: #ffffff;
  border-radius: 5px;
}
.no-touch .mcq-item__label:not(.is-disabled):not(.is-selected):hover,
html:not(.a11y-disable-focusoutline) .mcq-item__input:focus-visible + .mcq-item__label {
  background-color: #495c2c;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.no-touch .mcq-item__label:not(.is-disabled):not(.is-selected):hover .mcq-item__icon {
  animation: scalePulse 0.5s 0s 1 normal ease-in-out none;
}
@keyframes scalePulse {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: none;
  }
}
.mcq-item__label.is-disabled {
  background-color: #dddddd;
  color: #000;
}
.mcq-item__label.is-selected {
  background-color: #2e391c;
  color: #ffffff;
}
.mcq-item__state {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .mcq-item__state {
  left: inherit;
  right: 1rem;
}
.mcq-item__text {
  padding: 1rem 1rem 1rem 3.5rem;
}
.dir-rtl .mcq-item__text {
  padding-left: 1rem;
  padding-right: 3.5rem;
}
.narrative__content-title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
.narrative__content-body a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .narrative__content-body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.narrative__controls {
  background-color: #657e3d;
  color: #ffffff;
}
.no-touch .narrative__controls:not(.is-disabled):not(.is-locked):hover {
  background-color: #495c2c;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__progress {
  background-color: #657e3d;
  border-radius: 50%;
}
.no-touch .narrative__progress:not(.is-selected):hover {
  background-color: #495c2c;
  transition: background-color 0.2s ease-in;
}
.narrative__progress.is-visited {
  background-color: #727272;
}
.narrative__progress.is-selected {
  background-color: #2e391c;
}
.narrative__strapline-btn {
  text-align: left;
  background-color: #657e3d;
  color: #ffffff;
}
.dir-rtl .narrative__strapline-btn {
  text-align: right;
}
.narrative__strapline-icon {
  background-color: transparent;
  color: #ffffff;
}
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover,
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover .narrative__strapline-icon {
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #495c2c;
}
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover .narrative__strapline-icon {
  background-color: transparent;
}
.narrative__strapline-btn.is-visited,
.narrative__strapline-btn.is-visited .narrative__strapline-icon {
  color: #ffffff;
}
.narrative__strapline-btn.is-visited {
  background-color: #727272;
}
.narrative__strapline-btn.is-visited .narrative__strapline-icon {
  background-color: transparent;
}
.narrative.has-img-zoom .narrative__slider-image-container {
  overflow: hidden;
}
.narrative.has-img-zoom .narrative__slider-image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .narrative.has-img-zoom .narrative__slider-image-container img:hover {
  transform: scale(1.1);
}
.js-heading + .pagelevelprogress__indicator {
  display: inline-block;
  vertical-align: middle;
}
.pagelevelprogress__indicator {
  border-color: #9096a0;
}
.pagelevelprogress__indicator-inner {
  background-color: #ffffff;
}
.pagelevelprogress__indicator-bar {
  background-color: #9096a0;
  transition: width 0.5s linear;
}
.menu-item__progress .pagelevelprogress__indicator {
  border-color: #9096a0;
}
.menu-item__progress .pagelevelprogress__indicator-inner {
  background-color: #ffffff;
}
.menu-item__progress .pagelevelprogress__indicator-bar {
  background-color: #9096a0;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-inner {
  background-color: #9096a0;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator {
  border-color: #ffffff;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-inner {
  background-color: #9096a0;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator-inner {
  background-color: #263944;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator {
  border-color: #ffffff;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator-inner {
  background-color: #141e23;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator {
  border-color: #000;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator-inner {
  background-color: #dddddd;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator-bar {
  background-color: #000;
}
.tutor__content-inner {
  padding: 4rem 0.5rem;
  padding: 1rem;
}
.tutor__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
@media (min-width: 47.5rem) {
  .tutor__title {
    font-size: 2.5rem;
  }
}
.tutor__body {
  margin-bottom: 1rem;
}
.tutor__btn {
  margin-top: 1rem;
}
.tutor__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #495c2c;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .tutor__btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #3c4a24;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tutor-type-overlay .tutor__inner {
  background-color: #657e3d;
  color: #ffffff;
}
.tutor-type-overlay .tutor__title {
  padding-right: 2.5rem;
}
.dir-rtl .tutor-type-overlay .tutor__title {
  padding-right: inherit;
  padding-left: 2.5rem;
}
.tutor-type-overlay .tutor__body a {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .tutor-type-overlay .tutor__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .tutor-type-overlay .tutor__body a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.tutor-type-overlay .tutor__btn {
  background-color: #ffffff;
  color: #4d4d4d;
}
.no-touch .tutor-type-overlay .tutor__btn:hover {
  background-color: #e6e6e6;
  color: #4d4d4d;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tutor-type-overlay .tutor__btn-icon {
  background-color: #495c2c;
  color: #ffffff;
}
.no-touch .tutor-type-overlay .tutor__btn-icon:hover {
  background-color: #3c4a24;
  color: #ffffff;
}
.background-blend-mode.soft-light {
  background-blend-mode: soft-light;
}
.mix-blend-mode.soft-light {
  mix-blend-mode: soft-light;
}
.background-blend-mode.screen {
  background-blend-mode: screen;
}
.mix-blend-mode.screen {
  mix-blend-mode: screen;
}
.background-blend-mode.saturation {
  background-blend-mode: saturation;
}
.mix-blend-mode.saturation {
  mix-blend-mode: saturation;
}
.background-blend-mode.overlay {
  background-blend-mode: overlay;
}
.mix-blend-mode.overlay {
  mix-blend-mode: overlay;
}
.background-blend-mode.multiply {
  background-blend-mode: multiply;
}
.mix-blend-mode.multiply {
  mix-blend-mode: multiply;
}
.background-blend-mode.luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-mode.luminosity {
  mix-blend-mode: luminosity;
}
.background-blend-mode.lighten {
  background-blend-mode: lighten;
}
.mix-blend-mode.lighten {
  mix-blend-mode: lighten;
}
.background-blend-mode.hue {
  background-blend-mode: hue;
}
.mix-blend-mode.hue {
  mix-blend-mode: hue;
}
.background-blend-mode.hard-light {
  background-blend-mode: hard-light;
}
.mix-blend-mode.hard-light {
  mix-blend-mode: hard-light;
}
.background-blend-mode.exclusion {
  background-blend-mode: exclusion;
}
.mix-blend-mode.exclusion {
  mix-blend-mode: exclusion;
}
.background-blend-mode.difference {
  background-blend-mode: difference;
}
.mix-blend-mode.difference {
  mix-blend-mode: difference;
}
.background-blend-mode.darken {
  background-blend-mode: darken;
}
.mix-blend-mode.darken {
  mix-blend-mode: darken;
}
.background-blend-mode.color-dodge {
  background-blend-mode: color-dodge;
}
.mix-blend-mode.color-dodge {
  mix-blend-mode: color-dodge;
}
.background-blend-mode.color-burn {
  background-blend-mode: color-burn;
}
.mix-blend-mode.color-burn {
  mix-blend-mode: color-burn;
}
.background-blend-mode.color {
  background-blend-mode: color;
}
.mix-blend-mode.color {
  mix-blend-mode: color;
}
@media (min-width: 0) {
  .component.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-3 {
    width: 25%;
  }
}
@media (min-width: 0) {
  .component.col-xs-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-6 {
    width: 50%;
  }
}
@media (min-width: 0) {
  .component.col-xs-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-9 {
    width: 75%;
  }
}
@media (min-width: 0) {
  .component.col-xs-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .component.col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-3 {
    width: 25%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-6 {
    width: 50%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-9 {
    width: 75%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .component.col-md-12 {
    width: 100%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .component.col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-6 {
    width: 50%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-12 {
    width: 100%;
  }
}
.filter.grayscale img {
  filter: grayscale(1);
}
.filter.invert img {
  filter: invert(1);
}
.filter.sepia img {
  filter: sepia(1);
}
.hide-nav-back-btn .nav__back-btn {
  display: none !important;
}
.hide-page-header .page__header {
  display: none !important;
}
.header-color.black .menu__header,
.header-color.black .page__header {
  background-color: #000;
}
.header-color.black .menu__title,
.header-color.black .page__title,
.header-color.black .menu__subtitle,
.header-color.black .page__subtitle,
.header-color.black .menu__body,
.header-color.black .page__body,
.header-color.black .menu__body a,
.header-color.black .page__body a,
.header-color.black .menu__instruction,
.header-color.black .page__instruction,
.header-color.black .menu__instruction a,
.header-color.black .page__instruction a {
  color: #fff;
}
.header-color.background .menu__header,
.header-color.background .page__header {
  background-color: #000;
}
.header-color.background .menu__title,
.header-color.background .page__title,
.header-color.background .menu__subtitle,
.header-color.background .page__subtitle,
.header-color.background .menu__body,
.header-color.background .page__body,
.header-color.background .menu__body a,
.header-color.background .page__body a,
.header-color.background .menu__instruction,
.header-color.background .page__instruction,
.header-color.background .menu__instruction a,
.header-color.background .page__instruction a {
  color: #ffffff;
}
.header-color.transparent-light .menu__header,
.header-color.transparent-light .page__header {
  background-color: transparent;
}
.header-color.transparent-light .menu__title,
.header-color.transparent-light .page__title,
.header-color.transparent-light .menu__subtitle,
.header-color.transparent-light .page__subtitle,
.header-color.transparent-light .menu__body,
.header-color.transparent-light .page__body,
.header-color.transparent-light .menu__body a,
.header-color.transparent-light .page__body a,
.header-color.transparent-light .menu__instruction,
.header-color.transparent-light .page__instruction,
.header-color.transparent-light .menu__instruction a,
.header-color.transparent-light .page__instruction a {
  color: #4d4d4d;
}
.header-color.transparent-dark .menu__header,
.header-color.transparent-dark .page__header {
  background-color: transparent;
}
.header-color.transparent-dark .menu__title,
.header-color.transparent-dark .page__title,
.header-color.transparent-dark .menu__subtitle,
.header-color.transparent-dark .page__subtitle,
.header-color.transparent-dark .menu__body,
.header-color.transparent-dark .page__body,
.header-color.transparent-dark .menu__body a,
.header-color.transparent-dark .page__body a,
.header-color.transparent-dark .menu__instruction,
.header-color.transparent-dark .page__instruction,
.header-color.transparent-dark .menu__instruction a,
.header-color.transparent-dark .page__instruction a {
  color: #ffffff;
}
@media (min-width: 47.5rem) {
  .block.reverse-desktop-order .component__container {
    flex-direction: row-reverse;
  }
}
.block.extend-content-container .block__inner {
  max-width: 70rem;
}
.block.extend-container .block__inner {
  max-width: 90rem;
}
.comp-header-bg-color.black .component__inner {
  margin: -0.5rem -0.5rem;
}
.comp-header-bg-color.black .component__header {
  padding: 0.5rem 0.5rem;
  background-color: #000;
  color: #fff;
}
.comp-header-bg-color.black .component__title,
.comp-header-bg-color.black .component__body a,
.comp-header-bg-color.black .component__instruction a {
  color: #fff;
}
.comp-header-bg-color.black .pagelevelprogress__indicator {
  border-color: #fff;
}
.comp-header-bg-color.black .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.comp-header-bg-color.black .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.comp-header-bg-color.background .component__inner {
  margin: -0.5rem -0.5rem;
}
.comp-header-bg-color.background .component__header {
  padding: 0.5rem 0.5rem;
  background-color: #000;
  color: #ffffff;
}
.comp-header-bg-color.background .component__title,
.comp-header-bg-color.background .component__body a,
.comp-header-bg-color.background .component__instruction a {
  color: #ffffff;
}
.comp-header-bg-color.background .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.comp-header-bg-color.background .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.comp-header-bg-color.background .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.comp-header-bg-color.transparent-light .component__inner {
  margin: -0.5rem -0.5rem;
}
.comp-header-bg-color.transparent-light .component__header {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  color: #4d4d4d;
}
.comp-header-bg-color.transparent-light .component__title,
.comp-header-bg-color.transparent-light .component__body a,
.comp-header-bg-color.transparent-light .component__instruction a {
  color: #4d4d4d;
}
.comp-header-bg-color.transparent-light .pagelevelprogress__indicator {
  border-color: #4d4d4d;
}
.comp-header-bg-color.transparent-light .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.comp-header-bg-color.transparent-light .pagelevelprogress__indicator-bar {
  background-color: #4d4d4d;
}
.comp-header-bg-color.transparent-dark .component__inner {
  margin: -0.5rem -0.5rem;
}
.comp-header-bg-color.transparent-dark .component__header {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  color: #ffffff;
}
.comp-header-bg-color.transparent-dark .component__title,
.comp-header-bg-color.transparent-dark .component__body a,
.comp-header-bg-color.transparent-dark .component__instruction a {
  color: #ffffff;
}
.comp-header-bg-color.transparent-dark .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.comp-header-bg-color.transparent-dark .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.comp-header-bg-color.transparent-dark .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.bg-color.black {
  background-color: #000;
  color: #fff;
}
.bg-color.black .block__title,
.bg-color.black .component__title,
.bg-color.black .block__body a,
.bg-color.black .component__body a,
.bg-color.black .block__instruction a,
.bg-color.black .component__instruction a {
  color: #fff;
}
.bg-color.black .pagelevelprogress__indicator {
  border-color: #fff;
}
.bg-color.black .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.bg-color.black .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.bg-color.black .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.black .narrative__progress.is-selected {
  background-color: #fff;
}
.bg-color.background {
  background-color: #000;
  color: #ffffff;
}
.bg-color.background .block__title,
.bg-color.background .component__title,
.bg-color.background .block__body a,
.bg-color.background .component__body a,
.bg-color.background .block__instruction a,
.bg-color.background .component__instruction a {
  color: #ffffff;
}
.bg-color.background .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.bg-color.background .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.bg-color.background .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.bg-color.background .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.background .narrative__progress.is-selected {
  background-color: #ffffff;
}
.bg-color.transparent-light {
  background-color: transparent;
  color: #000;
}
.bg-color.transparent-light .block__title,
.bg-color.transparent-light .component__title,
.bg-color.transparent-light .block__body a,
.bg-color.transparent-light .component__body a,
.bg-color.transparent-light .block__instruction a,
.bg-color.transparent-light .component__instruction a {
  color: #000;
}
.bg-color.transparent-light .pagelevelprogress__indicator {
  border-color: #000;
}
.bg-color.transparent-light .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.bg-color.transparent-light .pagelevelprogress__indicator-bar {
  background-color: #000;
}
.bg-color.transparent-light .narrative__progress {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-color.transparent-light .narrative__progress.is-selected {
  background-color: #000;
}
.bg-color.transparent-dark {
  background-color: transparent;
  color: #fff;
}
.bg-color.transparent-dark .block__title,
.bg-color.transparent-dark .component__title,
.bg-color.transparent-dark .block__body a,
.bg-color.transparent-dark .component__body a,
.bg-color.transparent-dark .block__instruction a,
.bg-color.transparent-dark .component__instruction a {
  color: #fff;
}
.bg-color.transparent-dark .pagelevelprogress__indicator {
  border-color: #fff;
}
.bg-color.transparent-dark .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.bg-color.transparent-dark .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.bg-color.transparent-dark .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.transparent-dark .narrative__progress.is-selected {
  background-color: #fff;
}
@media (min-width: 47.5rem) {
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 47.5rem) {
  .hide-on-mobile {
    display: none;
  }
}
.bg-orange {
  background-color: #365a30;
  color: #fff;
  font-weight: bold;
}
.bg-orange a,
.bg-orange .component__body a:hover {
  color: #fff;
}
.block__inner {
  padding: 0.5rem;
}
.mb-50 {
  margin-bottom: 50px;
}
.page-wide.boxmenu-item {
  width: 100%;
}
.page-wide.boxmenu-item .boxmenu-item__image {
  min-width: 0px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.page-wide.boxmenu .menu__inner.boxmenu__inner .menu__body.boxmenu__body {
  display: none;
}
.mt-0 p:first-child {
  margin-top: 0px;
}
.menu-item.\36 218bdf4479b4b331805fdfc.boxmenu-item {
  width: 100%;
}
.nav__home-btn {
  margin-left: 1px;
}
.mcq .btn__feedback {
  display: none;
}
.mcq .btn__response-container {
  justify-content: center;
}
.tutor.tutor-type-inline.feedback {
  background-color: #365a30;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
}
.tutor.tutor-type-inline.feedback.is-incorrect {
  background-color: #f00;
}
.tutor.tutor-type-inline.feedback .tutor__title {
  display: none;
}
.tutor.tutor-type-inline.feedback .tutor__btn-container {
  display: none;
}
.w-50 {
  width: 50%;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.mcq-item__label {
  background-color: #365a30;
}
.no-touch .mcq-item__label:not(.is-disabled):not(.is-selected):hover {
  background-color: #548c4b;
}
.notify__popup-inner button.is-disabled,
.btn__response-container button.is-disabled {
  opacity: 0;
}
.notify__popup .mcq__title-inner {
  color: #fff;
}
.notify__popup #notify-heading {
  display: none;
}
/*# sourceMappingURL=adapt.css.map */