/* button reset */
input, button, textarea {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

input, textarea {
  cursor: text;
}

/* variables */
/* margins */
/* extends */
a {
  color: #4b4f47 !important;
  text-decoration: underline;
}

a:hover {
  color: blue !important;
  text-decoration: underline;
}

img.pdfpage {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.nopointerevents {
  pointer-events: none;
}

.previouscursor, .nextcursor, div.clicknextimage, div.clickprevimage {
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=="), url(images/blank.cur), none;
}

/* mixins */
/* breaking points */
/* generals */
html {
  font: 16px Times, Times New Roman, serif;
  color: #4b4f47;
  background-color: #ebf0e6;
}

a {
  overflow-wrap: break-word;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

.hyphens {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.link-hyphens a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.no-hyphens {
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.lazy.lazyload,
.lazy.lazyloading {
  opacity: 0 !important;
  overflow: hidden !important;
  min-height: auto;
  z-index: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.lazyloaded {
  opacity: 1;
  min-height: auto;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.lazyload + img.blurred,
.lazyloading + img.blurred {
  opacity: 1;
  -webkit-transition: opacity 0ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 0ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 0ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 0ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 0ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.lazyloaded + img.blurred {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 500ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.slider-slide img {
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.slider-slide img.blurred {
  -webkit-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.slider-slide img.flickity-lazyloaded,
.slider-slide img.flickity-lazyerror {
  opacity: 1;
}

img.blurred {
  position: absolute;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
}

body {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  font: 16px Times, Times New Roman, serif;
  color: #4b4f47;
  background-color: #ebf0e6;
}

h1, h2 {
  font-weight: normal;
  margin: 0;
}

nav.menu {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  margin: 1.5rem;
  margin: 0;
}

nav.menu h1 {
  display: inline;
  float: left;
  clear: both;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  padding: 0.5rem;
  line-height: 100%;
  background-color: #ebf0e6;
  color: #4b4f47;
}

nav.menu.menu-overflow {
  z-index: 999999999;
}

nav.menu.menu-overflow h1 {
  background-color: transparent;
}

nav.menu ul {
  display: inline;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}

nav.menu ul li {
  display: inline;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #ebf0e6;
  padding: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
}

nav.menu ul li:nth-child(1), nav.menu ul li:nth-child(1) a {
  background-color: #b6bab3;
  color: #52564f !important;
}

nav.menu ul li:nth-child(2), nav.menu ul li:nth-child(2) a {
  background-color: #c8d2c8;
  color: #989c95 !important;
}

nav.menu ul li:nth-child(3), nav.menu ul li:nth-child(3) a {
  background-color: #919691;
  color: #4b4f47 !important;
}

nav.menu ul li:nth-child(4), nav.menu ul li:nth-child(4) a {
  background-color: #7a807b;
  color: #c8cdc8 !important;
}

nav.menu ul li:nth-child(5), nav.menu ul li:nth-child(5) a {
  background-color: #a0a8a0;
  color: #ebf0e6 !important;
}

nav.menu ul li a {
  text-decoration: none;
}

nav.menu ul li a:hover {
  color: #00F !important;
}

nav.menu ul li sup {
  font-size: 0.75rem;
  top: -0.2rem;
}

nav.menu ul li.tba {
  pointer-events: auto;
  cursor: no-drop;
}

nav.menu ul li.tba a {
  pointer-events: none;
  color: inherit !important;
  cursor: no-drop;
}

div.background-slider {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

div.slider-container {
  position: absolute;
  display: block;
  float: left;
  clear: both;
  top: 0;
  margin: 0;
  width: calc(100% + (1.5rem * 2));
  margin-left: calc(0px - (1.5rem * 1));
  height: 100%;
}

div.slider-container div.slider-slide {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
}

div.slider-container div.slider-slide img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.clickprevimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

div.clicknextimage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.previouscursor, .nextcursor {
  position: fixed;
  display: none;
  width: 15vw;
  height: 11.25vw;
  margin-left: 0rem;
  margin-top: 0rem;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999999999;
  overflow: visible;
  pointer-events: none;
  cursor: none;
}

.previouscursor svg, .nextcursor svg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.previouscursor svg line, .previouscursor svg polyline, .previouscursor svg path {
  fill: none;
  stroke: #dc0000;
  stroke-width: 2.5px;
  -webkit-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

.nextcursor svg line, .nextcursor svg polyline, .nextcursor svg path {
  fill: none;
  stroke: #00dc50;
  stroke-width: 2.5px;
  -webkit-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: stroke 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

div.div-caption-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none;
  z-index: 2;
}

p.text-caption {
  font-size: 0.9rem;
  position: relative;
  display: block;
  background-color: #ebf0e6;
  margin: 0;
  padding: 0;
  padding-left: calc(1.5rem * 1.225);
  padding-right: calc(1.5rem * 0.225);
  padding-top: calc(1.5rem * 0.125);
  padding-bottom: calc(1.5rem * 0.125);
  pointer-events: auto;
  cursor: default;
}

p.text-caption a {
  color: #4b4f47;
  text-decoration: none;
}

div.modal-wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  margin: 0;
  opacity: 0;
  background-color: #ebf0e6;
  -webkit-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

div.modal-wrapper button.modal-close {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: calc( 1.5rem * 0.5 );
  cursor: pointer;
  z-index: 999;
}

div.modal-wrapper button.modal-close svg line {
  fill: none;
  stroke: #4b4f47;
  stroke-width: 2px;
  -webkit-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

div.modal-wrapper button.modal-close svg:hover line {
  opacity: 0.5;
}

div.modal-wrapper.closed {
  display: none;
}

div.modal-wrapper.fadedin {
  opacity: 1;
}

div.modal-document {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

div.modal-document.modal-onview {
  display: block;
}

div.modal-document div.modal-title {
  position: fixed;
  top: 0;
  left: 15rem;
  width: auto;
  height: auto;
}

div.modal-document div.modal-title h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
  padding: 0.5rem;
  line-height: 100%;
}

div.modal-document div.modal-title h1 sup {
  font-size: 0.85rem;
  top: -0.675rem;
  margin-left: 0.125rem;
}

div#research-folder iframe.arena {
  position: fixed;
  top: 3rem;
  left: 0;
  background-color: #FFF;
  border: none;
  outline: none;
  z-index: 1;
  box-shadow: 0rem 0rem 2rem 0.375rem rgba(75, 79, 71, 0.125);
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  height: calc(100% - 4rem);
  margin-top: 0.25rem;
}

div#audio-piece iframe.soundcloud {
  position: fixed;
  top: 3rem;
  left: 0;
  background-color: #FFF;
  border: none;
  outline: none;
  z-index: 1;
  box-shadow: 0rem 0rem 2rem 0.375rem rgba(75, 79, 71, 0.125);
  width: calc(50% - 1.5rem);
  margin-left: 0.75rem;
  height: 15rem;
  margin-top: 0.25rem;
}

div.flipbook-viewport {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3.25rem;
  width: 100%;
  height: calc(100% - 4rem);
}

div.flipbook-viewport-inner {
  position: relative;
  display: block;
  border: none;
  outline: none;
  z-index: 1;
  width: auto;
  height: calc(66vw - 4rem);
  max-height: calc(100vmin - 4rem);
  -webkit-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

div.flipbook-viewport-inner.hide-on-start {
  opacity: 0;
}

div.flipbook-wrapper {
  position: relative;
  width: calc(100%);
  height: calc(100%);
  overflow: visible;
  background-color: transparent;
  z-index: 2;
}

div.flipbook-back-shadow {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: visible;
  box-shadow: 0rem 0rem 2rem 0.5rem rgba(75, 79, 71, 0.2);
  z-index: 1;
  opacity: 0;
}

div.flipbook-back-shadow.flipbook-back-shadow-first {
  left: 50%;
  width: 50%;
  -webkit-transition: opacity 100ms linear 0ms;
  -moz-transition: opacity 100ms linear 0ms;
  -ms-transition: opacity 100ms linear 0ms;
  -o-transition: opacity 100ms linear 0ms;
  transition: opacity 100ms linear 0ms;
}

div.flipbook-back-shadow.flipbook-back-shadow-middle {
  left: 0%;
  width: 100%;
  -webkit-transition: opacity 100ms linear 0ms;
  -moz-transition: opacity 100ms linear 0ms;
  -ms-transition: opacity 100ms linear 0ms;
  -o-transition: opacity 100ms linear 0ms;
  transition: opacity 100ms linear 0ms;
}

div.flipbook-back-shadow.flipbook-back-shadow-last {
  left: 0%;
  width: 50%;
  -webkit-transition: opacity 100ms linear 0ms;
  -moz-transition: opacity 100ms linear 0ms;
  -ms-transition: opacity 100ms linear 0ms;
  -o-transition: opacity 100ms linear 0ms;
  transition: opacity 100ms linear 0ms;
}

div.flipbook-back-shadow.shadow-active {
  opacity: 1;
}

div.flipbook-wrapper div.gradient-odd, div.flipbook-wrapper div.gradient-even {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.675;
  box-sizing: content-box;
}

div.flipbook-wrapper div.gradient-odd {
  background-image: -webkit-linear-gradient(right, #FFF 95%, #ddd 100%);
  background-image: -moz-linear-gradient(right, #FFF 95%, #ddd 100%);
  background-image: -o-linear-gradient(right, #FFF 95%, #ddd 100%);
  background-image: -ms-linear-gradient(right, #FFF 95%, #ddd 100%);
}

div.flipbook-wrapper div.gradient-even {
  background-image: -webkit-linear-gradient(left, #FFF 95%, #ddd 100%);
  background-image: -moz-linear-gradient(left, #FFF 95%, #ddd 100%);
  background-image: -o-linear-gradient(left, #FFF 95%, #ddd 100%);
  background-image: -ms-linear-gradient(left, #FFF 95%, #ddd 100%);
}

img.pdfpage {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent;
}

button.flip-nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  top: 10vh;
  width: calc(9.5vmax - 1rem);
  padding: 0.75rem;
  height: 80vh;
  z-index: 3;
  -webkit-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
  transition: opacity 250ms cubic-bezier(0.2, 0.75, 0.45, 1.1) 0ms;
}

button.flip-nav:hover {
  opacity: 0.5;
}

button.flip-nav svg {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}

button.flip-nav svg polyline, button.flip-nav svg line {
  stroke: #4b4f47;
  stroke-width: 2px;
}

button.flip-prev {
  left: 0;
}

button.flip-next {
  right: 0;
}

div.about-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

div.about-text {
  position: relative;
  display: block;
  float: left;
  clear: right;
  margin-left: 0.75rem;
  margin-top: 3.25rem;
  width: calc(49% - 1.5rem);
  padding-right: 1%;
  height: auto;
}

div.about-text-col2 {
  margin-left: 1.5rem;
}

div.about-text-col1 p em {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.125px;
}

div.about-text-col2 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.925rem;
  line-height: 127.5%;
}

div.about-text-col2 p em {
  font-style: normal;
  font-family: Times, Times New Roman, serif;
  font-size: 1.025rem;
  letter-spacing: 0.125px;
}

p.datapolicy {
  margin-top: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.125px;
  padding-left: 2rem;
}

div.about-text p:first-of-type {
  margin-top: 0;
}

div.about-text p:last-of-type {
  margin-bottom: 0.75rem;
}

input.hidden {
  position: fixed;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

/* general usability */
.unselected {
  display: none !important;
}

.hide {
  display: none !important;
}

.fadeout {
  opacity: 0 !important;
}

.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

/* MEDIA QUERIES */
/* responsive typeface */
@media (min-width: 0px) and (max-width: 299px) {
  html, body {
    font-size: 13px;
  }
}
@media (min-width: 299px) and (max-width: 440px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 440px) and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html, body {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  html, body {
    font-size: 18px;
  }
}
@media (min-width: 1320px) {
  html, body {
    font-size: 20px;
  }
}
/* website queries */
/* mobile */
@media (max-width: 768px) {
  div.slider-container div.slider-slide {
    overflow: hidden;
  }

  div.slider-container div.slider-slide img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: contain;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    background-color: #b9c3b9;
  }

  div.clickprevimage, div.clicknextimage, .previouscursor, .nextcursor {
    display: none !important;
  }

  p.text-caption {
    font-size: 1rem;
    position: relative;
    display: block;
    background-color: #ebf0e6;
    margin: 0;
    padding: 0;
    padding-left: calc(1.5rem * 1.225);
    padding-right: calc(1.5rem * 1.225);
    padding-top: calc(1.5rem * 0.125);
    padding-bottom: calc(1.5rem * 0.125);
    pointer-events: auto;
    cursor: default;
    box-sizing: content-box;
    width: 100%;
  }

  div.modal-document div.modal-title h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    padding: 0.5rem;
    padding-top: 0.75rem;
    line-height: 100%;
  }

  div.about-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  div.about-text {
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-left: 0.75rem;
    margin-top: 0;
    width: calc(100% - 1.5rem);
    padding-right: 0;
    height: auto;
  }

  div.about-text:first-of-type {
    margin-top: 4rem;
  }

  div.about-text-col2 {
    margin-left: 0.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }

  div.about-text-col1 p {
    font-size: 1.25rem;
  }

  div.about-text-col1 p em {
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.125px;
  }

  div.about-text-col2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 127.5%;
  }

  div.about-text-col2 p em {
    font-style: normal;
    font-family: Times, Times New Roman, serif;
    font-size: 1.25rem;
    letter-spacing: 0.125px;
  }

  p.datapolicy {
    margin-top: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85rem !important;
    letter-spacing: 0.125px;
    padding-left: 1.5rem;
  }

  div.about-text p:first-of-type {
    margin-top: 0;
  }

  div.about-text p:last-of-type {
    margin-bottom: 0.75rem;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}

/*# sourceMappingURL=master.css.map */
