/*! 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;
}

/* MIXINS */
/* inspired by https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* LAYOUT */
/* Medium Size */
/* Small Size */
body {
  position: relative;
  padding-top: 53px;
  padding-bottom: 30px;
  box-sizing: border-box;
  min-height: 100%;
}

html {
  height: 100%;
}

/* Medium Size */
@media only screen and (max-width: 1000px) {
  body {
    padding-top: 142px;
    padding-bottom: 35px;
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  body {
    padding-top: 62px;
    padding-bottom: 22px;
  }
}
/* COLORS */
/* FONT FACES */
@font-face {
  font-family: "PxGroteskLight-Regular";
  src: url("fonts/PxGroteskLight-Regular.woff2") format("woff2"), url("fonts/PxGroteskLight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* TYPOGRAPHY */
body {
  font-family: "PxGroteskLight-Regular", sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

h1, h2, h3, h4 {
  font-size: 1em;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Small Size */
@media only screen and (max-width: 420px) {
  body {
    font-size: 15px;
  }
}
/* HEADER */
.nav--main {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 18px;
  font-size: 1.6em;
  background-color: white;
  z-index: 3;
}
.nav--main .nav-list {
  margin: 0;
  padding: 0;
  width: 138px;
  width: 136px;
  list-style-type: none;
}
.nav--main .nav-item {
  text-align: center;
  line-height: 1.3;
}
.nav--main .nav-item.active .nav-link {
  color: #fd581f;
}
.nav--main .nav-item--home {
  margin-bottom: 5px;
}
.nav--main .nav-item--home .image {
  margin-left: 35px;
  height: 102px;
  opacity: 1;
  transition: opacity 250ms;
}
.nav--main .nav-item--home .image--hover {
  position: absolute;
  opacity: 0;
  transition: opacity 250ms;
}
.nav--main .nav-item--home .nav-link:hover .image {
  opacity: 0;
}
.nav--main .nav-item--home .nav-link:hover .image--hover,
.nav--main .nav-item--home .nav-link:hover .image.active {
  opacity: 1;
}
.nav--main .nav-link {
  color: black;
  text-decoration: none;
  transition: color 150ms;
}
.nav--main .nav-link:hover {
  color: #fd581f;
}
@media (hover: none) {
  .nav--main .nav-link:hover {
    color: black;
  }
}
.nav--main .nav--menu-trigger {
  display: none;
}

/* Medium Size */
@media only screen and (max-width: 1000px) {
  .nav--main {
    left: 0;
    right: 0;
    padding-top: 17px;
    font-size: 1em;
  }
  .nav--main .nav-list {
    width: auto;
  }
  .nav--main .nav-item {
    position: relative;
  }
  .nav--main .nav-item--text {
    display: none;
    height: 1.5em;
    border-top: 2px solid black;
  }
  .nav--main .nav-item--text:last-child {
    border-bottom: 2px solid black;
  }
  .nav--main .nav-item--text.visible-on-mobile {
    display: block;
  }
  .nav--main .nav-item--text .nav-link {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: calc(1.5em + 4px);
    line-height: 1.7em;
    z-index: 4;
    transition: color 150ms, background-color 150ms;
  }
}
@media only screen and (max-width: 1000px) and (hover: none) {
  .nav--main .nav-item--text .nav-link {
    transition: none;
  }
}
@media only screen and (max-width: 1000px) {
  .nav--main .nav-item--text .nav-link:hover {
    color: white;
    background-color: #fd581f;
  }
}
@media only screen and (max-width: 1000px) {
  .nav--main .nav-item--home {
    margin-bottom: 15px;
  }
  .nav--main .nav-item--home .image {
    margin-left: 2px;
    height: 102px;
  }
}
@media only screen and (max-width: 1000px) {
  .nav--main .nav--menu-trigger {
    display: block;
    position: absolute;
    top: 43px;
    right: 35px;
    width: 49px;
    height: 49px;
  }
  .nav--main .nav--menu-trigger .symbol {
    position: absolute;
    stroke: black;
    transition: stroke 150ms;
  }
  .nav--main .nav--menu-trigger .symbol:hover {
    stroke: #fd581f;
  }
  .nav--main .nav--menu-trigger .symbol--close-x {
    display: none;
    top: -5px;
    left: -5px;
    width: 59px;
    height: 59px;
    stroke-width: 4px;
  }
  .nav--main .nav--menu-trigger .symbol--hamburger {
    display: none;
    top: -5px;
    left: -11px;
    width: 70px;
    height: 62px;
    stroke-width: 3px;
  }
  .nav--main .nav--menu-trigger.show-close-x .symbol--close-x {
    display: block;
  }
  .nav--main .nav--menu-trigger.show-hamburger .symbol--hamburger {
    display: block;
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  .nav--main {
    padding-top: 8px;
    font-size: 1em;
  }
  .nav--main .nav-item--home {
    margin-bottom: 5px;
  }
  .nav--main .nav-item--home .image {
    margin-left: 0px;
    height: 46px;
  }
  .nav--main .nav-item--text {
    height: 1.9em;
    border-top: 1px solid black;
  }
  .nav--main .nav-item--text:last-child {
    border-bottom: 1px solid black;
  }
  .nav--main .nav-item--text .nav-link {
    height: calc(1.9em + 3px);
    line-height: 2.2em;
  }
  .nav--main .nav--menu-trigger {
    top: 19px;
    right: 14px;
    width: 22px;
    height: 22px;
  }
  .nav--main .nav--menu-trigger .symbol {
    stroke-width: 4px;
  }
  .nav--main .nav--menu-trigger .symbol--close-x {
    display: none;
    top: -2px;
    left: -2px;
    width: 26px;
    height: 26px;
  }
  .nav--main .nav--menu-trigger .symbol--hamburger {
    display: none;
    top: -2px;
    left: -7px;
    width: 31px;
    height: 27px;
  }
}
/* FOOTER */
.nav--footer {
  position: absolute;
  left: calc(136px + 8.3vw);
  bottom: 0;
  width: calc(83.4vw - 154px);
  box-sizing: border-box;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 0.72em;
}
.nav--footer .nav-list {
  margin: 0;
  padding: 0;
  width: max-content;
  list-style-type: none;
}
.nav--footer .nav-item {
  display: inline-block;
  margin-right: 10px;
}
.nav--footer .nav-item:last-child {
  margin-right: 0;
}
.nav--footer .nav-link {
  color: #fd581f;
  text-decoration: none;
  transition: color 150ms;
}
.nav--footer .nav-link:hover {
  color: black;
}
@media (hover: none) {
  .nav--footer .nav-link:hover {
    color: #fd581f;
  }
}

/* Medium Size */
@media only screen and (max-width: 1000px) {
  .nav--footer {
    left: 0;
    right: 0;
    padding: 0;
    width: auto;
    height: 35px;
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  .nav--footer {
    padding: 0;
    height: 22px;
    font-size: 0.7em;
  }
}
/* SLIDES */
.slides-container {
  position: relative;
  margin-left: 136px;
  height: calc(100vh - 124px);
  height: calc(var(--viewport-height) - 124px);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.slides-container.visible {
  opacity: 1;
}
.slides-container .slide {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(83.4vw - 154px);
  height: calc(100vh - 124px);
  height: calc(var(--viewport-height) - 124px);
  padding-left: 8.3vw;
  padding-right: 8.3vw;
  z-index: 1;
  transform: translate(0, 0);
  will-change: transform;
  transition: transform 0.3s ease, opacity 0.5s;
}
.slides-container .slide.left-off {
  transform: translate(-100vw, 0);
}
.slides-container .slide.right-off {
  transform: translate(100vw, 0);
}
.slides-container .slide.dragging {
  transition: none;
}
.slides-container .slide.hidden {
  transition: none;
  visibility: hidden;
}
.slides-container .slide.loading {
  opacity: 0;
}
.slides-container .image {
  width: 100%;
  height: 100%;
  max-height: calc((83.4vw - 154px) * 2 / 3);
  object-fit: contain;
}
.slides-container.touch .nav--prev-next {
  display: none;
}

/* Medium Size */
@media only screen and (max-width: 1000px) {
  .slides-container {
    margin-left: 0;
    padding-top: 51px;
    height: calc(100vh - 210px - 90px);
    height: calc(var(--viewport-height) - 210px - 90px);
  }
  .slides-container .slide {
    padding-left: 27px;
    padding-right: 27px;
    width: calc(100vw - 54px);
    height: calc(100vh - 210px - 90px);
    height: calc(var(--viewport-height) - 210px - 90px);
  }
  .slides-container .image {
    max-height: none;
  }

  body.template-object .slides-container {
    padding-top: 16px;
    height: calc(100vh - 207px - 91px);
    height: calc(var(--viewport-height) - 207px - 91px);
  }
  body.template-object .slides-container .slide {
    height: calc(100vh - 207px - 91px);
    height: calc(var(--viewport-height) - 207px - 91px);
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  .slides-container {
    display: flex;
    align-items: center;
    padding-top: 35px;
    height: calc(100vh - 80px - 80px);
    height: calc(var(--viewport-height) - 80px - 80px);
  }
  .slides-container .slide {
    padding-left: 14px;
    padding-right: 14px;
    width: calc(100vw - 28px);
    height: calc(100vh - 80px - 80px);
    height: calc(var(--viewport-height) - 80px - 80px);
    max-height: calc(100vw - 28px);
  }

  body.template-object .slides-container {
    padding-top: 14px;
    height: calc(100vh - 80px - 80px);
    height: calc(var(--viewport-height) - 80px - 80px);
  }
  body.template-object .slides-container .slide {
    height: calc(100vh - 80px - 80px);
    height: calc(var(--viewport-height) - 80px - 80px);
  }
}
/* SLIDES - Nav prev / next image for mouse users */
.nav--prev-next {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.nav--prev-next .nav-link {
  display: block;
  width: 50%;
  height: 100%;
}
.nav--prev-next .nav-link:focus {
  outline: none;
}
.nav--prev-next .nav-link--prev {
  cursor: w-resize;
  cursor: url("cursors/arrow-left_v3.png") 14 0, w-resize;
  cursor: -webkit-image-set(url("cursors/arrow-left_v3.png") 1x, url("cursors/arrow-left_v3@2x.png") 2x) 14 0, w-resize;
}
.nav--prev-next .nav-link--next {
  cursor: e-resize;
  cursor: url("cursors/arrow-right_v3.png") 14 0, e-resize;
  cursor: -webkit-image-set(url("cursors/arrow-right_v3.png") 1x, url("cursors/arrow-right_v3@2x.png") 2x) 14 0, e-resize;
}

/* GRID */
.grid {
  margin-left: calc(136px + 8.3vw);
  width: calc(83.4vw - 154px);
}

.grid-title {
  display: none;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.1em;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2vw;
  margin-right: 2vw;
  width: calc((83.4vw - 154px - 4vw) / 3);
  height: calc((83.4vw - 154px - 4vw) / 3);
  overflow: hidden;
}
.grid-item:nth-child(3n) {
  margin-right: 0;
}
.grid-item .image-title {
  position: absolute;
  margin: 0;
  width: 90%;
  color: black;
  font-size: 1em;
  text-align: center;
  opacity: 0;
  transition: opacity 350ms;
}
.grid-item .image {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 350ms;
}
.grid-item .image.loaded {
  opacity: 1;
}
.grid-item:hover .image-title {
  opacity: 1;
}
.grid-item:hover .image {
  opacity: 0.3;
}

.nav--scroll-top {
  display: none;
  margin-bottom: 1.7em;
  text-align: center;
}
.nav--scroll-top.visible {
  display: block;
}
.nav--scroll-top .nav-link {
  color: black;
  text-decoration: none;
  transition: color 150ms;
}
.nav--scroll-top .nav-link:hover {
  color: #fd581f;
}
@media (hover: none) {
  .nav--scroll-top .nav-link:hover {
    color: black;
  }
}

/* Medium Large Size */
@media only screen and (max-width: 1000px) {
  .grid {
    margin-left: 27px;
    width: calc(100vw - 54px);
  }

  .grid-title {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 1.3em;
    color: #fd581f;
    font-size: 1em;
    text-align: center;
  }

  .grid-container {
    margin-bottom: 1.1em;
  }

  .grid-item {
    margin-bottom: 29px;
    margin-right: 29px;
    width: calc((100vw - 54px - 58px) / 3);
    height: calc((100vw - 54px - 58px) / 3);
  }

  .nav--scroll-top {
    margin-top: -1.4em;
    margin-bottom: 0.8em;
  }
}
/* Medium Size */
@media only screen and (max-width: 768px) {
  .grid-item {
    width: calc((100vw - 54px - 29px) / 2);
    height: calc((100vw - 54px - 29px) / 2);
  }
  .grid-item:nth-child(3n) {
    margin-right: 29px;
  }
  .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  .grid {
    margin-left: 14px;
    width: calc(100vw - 28px);
  }

  .grid-title {
    margin-top: 0.4em;
    margin-bottom: 0.6em;
  }

  .grid-container {
    margin-bottom: 1em;
  }

  .grid-item {
    margin-bottom: 26px;
    margin-right: 0;
    width: calc(100vw - 28px);
    height: calc(100vw - 28px);
  }
  .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-item .image-title {
    font-size: 1em;
  }

  .nav--scroll-top {
    margin-top: -1em;
    margin-bottom: 1.1em;
  }
}
/* OBJECT */
.object-details {
  display: flex;
  justify-content: center;
  margin-top: 1.3em;
  margin-bottom: 3.3em;
  margin-left: calc(136px + 8.3vw);
  width: calc(83.4vw - 154px);
}
.object-details .object-details-content {
  width: calc((100vh - 124px) / 2 * 3);
}
.object-details .object-title {
  margin: 0;
  font-size: 1em;
  text-align: center;
}
.object-details .object-title-link {
  color: #fd581f;
  text-decoration: none;
  transition: color 150ms;
}
.object-details .object-title-link:hover {
  color: black;
}
@media (hover: none) {
  .object-details .object-title-link:hover {
    color: #fd581f;
  }
}
.object-details .object-properties {
  margin-top: 1.1em;
}
.object-details .object-properties p {
  margin: 0;
}
.object-details .object-enquire-button {
  margin-top: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 2.7em;
  color: black;
  background-color: #e3e4e5;
  text-decoration: none;
  transition: color 150ms, background-color 150ms;
}
.object-details .object-enquire-button:hover {
  color: white;
  background-color: #fd581f;
}
.object-details .object-description {
  margin-top: 1.8em;
}
.object-details .object-description p {
  margin: 1.2em 0;
}
.object-details .object-description p:first-child {
  margin-top: 0;
}
.object-details .object-description p:last-child {
  margin-bottom: 0;
}
.object-details .close-x {
  position: absolute;
  top: 26px;
  right: 18px;
  width: 27px;
  height: 27px;
}
.object-details .close-x .symbol {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 33px;
  height: 33px;
  stroke-width: 5px;
  stroke: black;
  transition: stroke 150ms;
}
.object-details .close-x .symbol:hover {
  stroke: #fd581f;
}

body.template-object .grid-title {
  display: none;
}

/* Medium Size */
@media only screen and (max-width: 1000px) {
  .link--back-to-grid {
    color: #fd581f;
    text-decoration: none;
    transition: color 150ms;
  }
  .link--back-to-grid:hover {
    color: black;
  }
}
@media only screen and (max-width: 1000px) and (hover: none) {
  .link--back-to-grid:hover {
    color: #fd581f;
  }
}
@media only screen and (max-width: 1000px) {
  .object-details {
    margin-top: 41px;
    margin-bottom: 73px;
    margin-left: 27px;
    width: calc(100vw - 54px);
  }
  .object-details .object-properties {
    margin-top: 53px;
  }
  .object-details .object-enquire-button {
    margin-top: 22px;
    width: auto;
    height: 54px;
  }
  .object-details .object-description {
    margin-top: 28px;
  }
  .object-details .close-x {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  body.template-object .grid-title {
    display: block;
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  .object-details {
    margin-top: 24px;
    margin-bottom: 56px;
    margin-left: 14px;
    width: calc(100vw - 28px);
  }
  .object-details .object-properties {
    margin-top: 24px;
  }
  .object-details .object-enquire-button {
    margin-top: 36px;
    height: 34px;
  }
  .object-details .object-description {
    margin-top: 32px;
  }
  .object-details .close-x {
    display: none;
  }

  body.template-object .grid-title {
    display: block;
  }
}
/* Alternate Content for smaller Screens */
.object-details .full-content {
  display: block;
}
.object-details .shortened-content {
  display: none;
}

@media only screen and (max-width: 545px) {
  .object-details .shortened-content {
    display: block;
  }
  .object-details .full-content {
    display: none;
  }
}
/* PAGE */
.page {
  margin-top: -0.2em;
  margin-left: calc(136px + 8.3vw);
  margin-bottom: 3.4em;
  width: calc(83.4vw - 154px);
}

.page-title,
.info-title {
  margin: 0;
}

.page-title,
.page-text,
.info-text {
  margin-bottom: 1.2em;
}

.page-title,
.page-text h2,
.info-title {
  text-align: center;
  font-size: 1em;
}

.page-title {
  color: #fd581f;
}

.page-text h2,
.info-title {
  color: #a2a2a2;
}

.page-text a,
.info-text a {
  color: #fd581f;
  text-decoration: none;
  transition: color 150ms;
}
.page-text a:hover,
.info-text a:hover {
  color: black;
}
@media (hover: none) {
  .page-text a:hover,
.info-text a:hover {
    color: #fd581f;
  }
}
.page-text p,
.info-text p {
  margin: 1.2em 0;
}

.info-text {
  text-align: center;
}
.info-text p:first-child {
  margin-top: 0;
}

/* Medium Size */
@media only screen and (max-width: 1000px) {
  .page {
    margin-left: 27px;
    width: calc(100vw - 54px);
  }

  .page-title,
.page-text,
.info-text {
    margin-bottom: 1.3em;
  }

  .page-title {
    margin-top: 0.3em;
    color: #fd581f;
  }
}
/* Small Size */
@media only screen and (max-width: 420px) {
  .page {
    margin-left: 14px;
    width: calc(100vw - 28px);
  }

  .page-title,
.page-text,
.info-text {
    margin-bottom: 1.2em;
  }

  .page-title {
    margin-top: 0.3em;
    color: #fd581f;
  }
}
/* HELPERS */
[v-cloak] {
  display: none;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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