<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Override defaults here - not in components */

body {
  background-color: #2D2C2D;
}

#app {
  width: 100%;
  height: 100vh;
  position: relative;
  transition: all ease 0.3s;
}

.mobile#app {
  overflow: visible;
}

.logo-loading {
  max-width: 300px;
  max-height: 300px;
}

.nav-bar {
  color: #fff;
  background-color: rgb(159, 128, 84) !important;
}

.nav-bar__title {
  color: #ffffff !important;
}

.nav-bar__link {
  color: #ffffff !important;
  border-color: rgb(159, 128, 84) !important;
}

.nav-bar__link--active,
.search-button,
.contentLink {
  color: #fff !important;
  background-color: #13B5EA !important;
  border-color: #13B5EA !important;
}

.contentLink {
  background-color: #fff !important;
  border-color: #fff !important;
}

.page-dots {
  display: none;
}

.abs {
  position: absolute;
}

.gstart {
  opacity: 0;
}

.pointer {
  cursor: pointer;
}

.noOverflow {
  overflow: hidden;
}

html[data-platform='Win32'] .tabletOnly,
html[data-platform='MacIntel'] .tabletOnly {
  display: none;
}

html[data-platform='iPhone'] .desktopOnly,
html[data-platform='iPad'] .desktopOnly,
html[data-platform*='arm'] .desktopOnly,
html[data-platform*='Android'] .desktopOnly {
  display: none;
}

.hover {
  opacity: 0;
}

.hover:hover {
  opacity: 1;
}

.hidden {
  opacity: 0 !important;
}

.visible{
  display:block;
}

.d-hidden{
  display:none;
}

#pg7read{
  padding-top: 30px;
  background-color: #ffffff;
}

#pg7read p{
  font-size: 1.1rem;
  padding: 0px 45px;
}

#pg7close{
  position:absolute;
  top: 10px;
  left: 100%;
  margin-left: -58px;
  cursor: pointer;
  width:36px;
  height:36px;
}

.readOverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 100000;
  transition: all 0.3s ease;
  overflow-y: scroll;
}

.noclick {
  pointer-events: none !important;
}

.animatedpulse {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
}

.standardTransition {
  -moz-transition: 0.5s opacity ease-in-out 0s;
  -webkit-transition: 0.5s opacity ease-in-out 0s;
  -o-transition: 0.5s opacity ease-in-out 0s;
  -ms-transition: 0.5s opacity ease-in-out 0s;
  transition: 0.5s opacity ease-in-out 0s;
}

@-webkit-keyframes pulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70%,
  90% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70%,
  90% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  animation-delay: 1s;
}

.halfScale {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.halfScaleR {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.halfScaleB {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.halfScaleBR {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.halfScaleC {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.originBR {
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.centre {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.contentOverlay {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 11;
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Hv';
  src: url('/108/static/_content/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'),  url('/108/static/_content/HelveticaNeueLTPro-Hv.otf')  format('opentype'),
	     url('/108/static/_content/HelveticaNeueLTPro-Hv.woff') format('woff'), url('/108/static/_content/HelveticaNeueLTPro-Hv.ttf')  format('truetype'), url('/108/static/_content/HelveticaNeueLTPro-Hv.svg#HelveticaNeueLTPro-Hv') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hn-h {
  font-family: HelveticaNeueLTPro-Hv;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-BdCn';
  src: url('/108/static/_content/HelveticaNeueLTPro-BdCn.eot?#iefix') format('embedded-opentype'),  url('/108/static/_content/HelveticaNeueLTPro-BdCn.otf')  format('opentype'),
	     url('/108/static/_content/HelveticaNeueLTPro-BdCn.woff') format('woff'), url('/108/static/_content/HelveticaNeueLTPro-BdCn.ttf')  format('truetype'), url('/108/static/_content/HelveticaNeueLTPro-BdCn.svg#HelveticaNeueLTPro-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hn-c {
  font-family: HelveticaNeueLTPro-BdCn;
}

@font-face {
  font-family: 'PaintingWithChocolate';
  src: url('/108/static/_content/PaintingWithChocolate.eot?#iefix') format('embedded-opentype'),  url('/108/static/_content/PaintingWithChocolate.woff') format('woff'), url('/108/static/_content/PaintingWithChocolate.ttf')  format('truetype'), url('/108/static/_content/PaintingWithChocolate.svg#PaintingWithChocolate') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('/108/static/_content/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'),  url('/108/static/_content/HelveticaNeueLTPro-Roman.otf')  format('opentype'),
	     url('/108/static/_content/HelveticaNeueLTPro-Roman.woff') format('woff'), url('/108/static/_content/HelveticaNeueLTPro-Roman.ttf')  format('truetype'), url('/108/static/_content/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hn-r {
  font-family: 'HelveticaNeueLTPro-Roman';
}

.pwc {
  font-family: 'PaintingWithChocolate';
}

@font-face {
  font-family: 'Painted';
  src: url('/108/static/_content/Painted.eot?#iefix') format('embedded-opentype'), url('/108/static/_content/Painted.woff') format('woff'),
  url('/108/static/_content/Painted.ttf')  format('truetype'), url('/108/static/_content/Painted.svg#Painted') format('svg');
  font-weight: normal;
  font-style: normal;
}
.painted {
  font-family: Painted;
}
</pre></body></html>