progress,
sub,
sup {
  vertical-align: baseline;
}

button,
hr,
input {
  overflow: visible;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
} 
@font-face {
  font-family: "ABC ROM";
  src: url("../fonts/ABCROM-Regular-Trial.woff2") format("woff2"), url("../fonts/ABCROM-Regular-Trial.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC ROM";
  src: url("../fonts/ABCROM-Medium-Trial.woff2") format("woff2"), url("../fonts/ABCROM-Medium-Trial.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC ROM";
  src: url("../fonts/ABCROM-Light-Trial.woff2") format("woff2"), url("../fonts/ABCROM-Light-Trial.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}

html {
  font-size: 10px;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "ABC ROM";
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-template-default {
  background-color: #DCD7C8;
}
@media screen and (max-width:768px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.sot {
  display: none;
}
@media screen and (max-width:768px) {
  .sot {
    display: block;
  }
}

.grid {
  -ms-display: grid !important;
  display: grid !important;
  -ms-grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-column-gap: 30px;
  grid-column-gap: 30px;
  -ms-grid-row-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-auto-flow: dense;
  grid-auto-flow: dense;
}
.grid.ncg {
  -ms-grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.col-md-justify-items-start {
  -ms-justify-items: start;
  justify-items: start;
}

.col-md-justify-items-end {
  -ms-justify-items: end;
  justify-items: end;
}

.col-md-justify-items-center {
  -ms-justify-items: center;
  justify-items: center;
}

.col-md-justify-items-stretch {
  -ms-justify-items: stretch;
  justify-items: stretch;
}

.col-md-align-items-start {
  -ms-align-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.col-md-align-items-end {
  -ms-align-items: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.col-md-align-items-center {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-md-align-items-stretch {
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.col-md-justify-content-start {
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.col-md-justify-content-end {
  -ms-justify-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.col-md-justify-content-center {
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-md-justify-content-stretch {
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.col-md-justify-content-space-around {
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.col-md-justify-content-space-between {
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-md-justify-content-space-evenly {
  -ms-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.col-md-align-content-start {
  -ms-align-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.col-md-align-content-end {
  -ms-align-content: end;
  -ms-flex-line-pack: end;
      align-content: end;
}

.col-md-align-content-center {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.col-md-align-content-stretch {
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.col-md-align-content-space-around {
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.col-md-align-content-space-between {
  -ms-align-content: start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.col-md-align-content-space-evenly {
  -ms-align-content: end;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.col-md-grid-auto-flow-row {
  -ms-align-content: center;
  grid-auto-flow: row;
}

.col-md-grid-auto-flow-column {
  -ms-align-content: stretch;
  grid-auto-flow: column;
}

.col-md-grid-auto-flow-dense {
  -ms-align-content: space-around;
  grid-auto-flow: dense;
}

.col-md-1 {
  -ms-grid-column-end: span 1;
  grid-column-end: span 1;
}

.col-md-2 {
  -ms-grid-column-end: span 2;
  grid-column-end: span 2;
}

.col-md-3 {
  -ms-grid-column-end: span 3;
  grid-column-end: span 3;
}

.col-md-4 {
  -ms-grid-column-end: span 4;
  grid-column-end: span 4;
}

.col-md-5 {
  -ms-grid-column-end: span 5;
  grid-column-end: span 5;
}

.col-md-6 {
  -ms-grid-column-end: span 6;
  grid-column-end: span 6;
}

.col-md-7 {
  -ms-grid-column-end: span 7;
  grid-column-end: span 7;
}

.col-md-8 {
  -ms-grid-column-end: span 8;
  grid-column-end: span 8;
}

.col-md-9 {
  -ms-grid-column-end: span 9;
  grid-column-end: span 9;
}

.col-md-10 {
  -ms-grid-column-end: span 10;
  grid-column-end: span 10;
}

.col-md-11 {
  -ms-grid-column-end: span 11;
  grid-column-end: span 11;
}

.col-md-12 {
  -ms-grid-column-end: span 12;
  grid-column-end: span 12;
}

.col-md-offset-1 {
  -ms-grid-column-start: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-md-offset-2 {
  -ms-grid-column-start: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-md-offset-3 {
  -ms-grid-column-start: 3;
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-md-offset-4 {
  -ms-grid-column-start: 4;
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-md-offset-5 {
  -ms-grid-column-start: 5;
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-md-offset-6 {
  -ms-grid-column-start: 6;
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-md-offset-7 {
  -ms-grid-column-start: 7;
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-md-offset-8 {
  -ms-grid-column-start: 8;
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-md-offset-9 {
  -ms-grid-column-start: 9;
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-md-offset-10 {
  -ms-grid-column-start: 10;
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-md-offset-11 {
  -ms-grid-column-start: 11;
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-md-offset-12 {
  -ms-grid-column-start: 12;
  -ms-grid-column: 12;
      grid-column-start: 12;
}

.col-md-justify-self-start {
  -ms-justify-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

.col-md-justify-self-end {
  -ms-justify-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

.col-md-justify-self-center {
  -ms-justify-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.col-md-justify-self-stretch {
  -ms-justify-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.col-md-align-self-start {
  -ms-justify-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.col-md-align-self-end {
  -ms-align-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.col-md-align-self-center {
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-md-align-self-stretch {
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.gr0 {
  grid-row: 0;
}

.gr1 {
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (max-width:768px) {
  .col-sm-hide {
    display: none;
  }
  .tab {
    display: block;
  }
  .col-sm-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-sm-justify-self-unset {
    -ms-justify-self: unset;
    -ms-grid-column-align: unset;
    justify-self: unset;
  }
  .col-sm-justify-items-start {
    -ms-justify-items: start;
    justify-items: start;
  }
  .col-sm-justify-items-end {
    -ms-justify-items: end;
    justify-items: end;
  }
  .col-sm-justify-items-center {
    -ms-justify-items: center;
    justify-items: center;
  }
  .col-sm-justify-items-stretch {
    -ms-justify-items: stretch;
    justify-items: stretch;
  }
  .col-sm-align-items-start {
    -ms-align-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .col-sm-align-items-end {
    -ms-align-items: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-sm-align-items-center {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-sm-align-items-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .col-sm-justify-content-start {
    -ms-justify-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-sm-justify-content-end {
    -ms-justify-content: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .col-sm-justify-content-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-sm-justify-content-stretch {
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .col-sm-justify-content-space-around {
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-sm-justify-content-space-between {
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-sm-justify-content-space-evenly {
    -ms-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .col-sm-align-content-start {
    -ms-align-content: start;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .col-sm-align-content-end {
    -ms-align-content: end;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .col-sm-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .col-sm-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .col-sm-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .col-sm-align-content-space-between {
    -ms-align-content: start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .col-sm-align-content-space-evenly {
    -ms-align-content: end;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
  .col-sm-grid-auto-flow-row {
    -ms-align-content: center;
    grid-auto-flow: row;
  }
  .col-sm-grid-auto-flow-column {
    -ms-align-content: stretch;
    grid-auto-flow: column;
  }
  .col-sm-grid-auto-flow-dense {
    -ms-align-content: space-around;
    grid-auto-flow: dense;
  }
  .col-sm-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-sm-offset-0 {
    -ms-grid-column-start: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
  }
  .col-sm-offset-1 {
    -ms-grid-column-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-sm-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-sm-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-sm-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-sm-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-sm-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-sm-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-sm-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-sm-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-sm-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-sm-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-sm-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-sm-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-sm-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-sm-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-sm-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-sm-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-sm-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-sm-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-sm-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width:1920px) {
  .col-lg-justify-items-start {
    -ms-justify-items: start;
    justify-items: start;
  }
  .col-lg-justify-items-end {
    -ms-justify-items: end;
    justify-items: end;
  }
  .col-lg-justify-items-center {
    -ms-justify-items: center;
    justify-items: center;
  }
  .col-lg-justify-items-stretch {
    -ms-justify-items: stretch;
    justify-items: stretch;
  }
  .col-lg-align-items-start {
    -ms-align-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .col-lg-align-items-end {
    -ms-align-items: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-lg-align-items-center {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-lg-align-items-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .col-lg-justify-content-start {
    -ms-justify-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-lg-justify-content-end {
    -ms-justify-content: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .col-lg-justify-content-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-lg-justify-content-stretch {
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .col-lg-justify-content-space-around {
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-lg-justify-content-space-between {
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-lg-justify-content-space-evenly {
    -ms-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .col-lg-align-content-start {
    -ms-align-content: start;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .col-lg-align-content-end {
    -ms-align-content: end;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .col-lg-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .col-lg-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .col-lg-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .col-lg-align-content-space-between {
    -ms-align-content: start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .col-lg-align-content-space-evenly {
    -ms-align-content: end;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
  .col-lg-grid-auto-flow-row {
    -ms-align-content: center;
    grid-auto-flow: row;
  }
  .col-lg-grid-auto-flow-column {
    -ms-align-content: stretch;
    grid-auto-flow: column;
  }
  .col-lg-grid-auto-flow-dense {
    -ms-align-content: space-around;
    grid-auto-flow: dense;
  }
  .col-lg-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-lg-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-lg-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-lg-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-lg-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-lg-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-lg-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-lg-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-lg-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-lg-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-lg-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-lg-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-lg-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-lg-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-lg-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-lg-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-lg-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-lg-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-lg-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-lg-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media screen and (max-width:568px) {
  .col-xs-hide {
    display: none;
  }
  .col-xs-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-xs-offset-0 {
    -ms-grid-column-start: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
  }
  .col-xs-offset-1 {
    -ms-grid-column-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-xs-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-xs-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-xs-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-xs-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-xs-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-xs-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-xs-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-xs-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-xs-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-xs-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-xs-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-xs-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-xs-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-xs-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-xs-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-xs-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-xs-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-xs-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-xs-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.p1 {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .p1 {
    font-size: 1.4rem;
  }
}

.p2 {
  font-size: 1.1rem;
}

.site-header {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 25.7rem;
  height: 18rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width:768px) {
  .site-header {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: auto;
  }
}
@media screen and (min-width:769px) {
  body.navActive .site-header {
    width: 50%;
    height: calc(100vh - 2rem);
    height: calc(100svh - 2rem);
  }
}
@media screen and (max-width:768px) {
  .site-header .logoType {
    font-size: 0;
  }
}
.root.page-colour-blue .site-header {
  background-color: #5A82BE;
}
.root.page-colour-green .site-header {
  background-color: #87A34C;
}
.root.page-colour-yellow .site-header {
  background-color: #C8BE50;
}
.root.page-colour-lightblue .site-header {
  background-color: #ACC7CD;
}
.root.page-colour-orange .site-header {
  background-color: #D56434;
}
.root.page-colour-beige .site-header {
  background-color: #DCD7C8;
}
.root.page-colour-pink .site-header {
  background-color: #C2766C;
}
.site-header .onActive {
  display: none;
}
.site-header-inner {
  padding: 1rem 2rem 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width:768px) {
  .site-header-inner {
    padding: 2rem;
  }
}
@media screen and (max-width:768px) {
  body.navActive .site-header-inner {
    height: calc(100svh - 2rem);
  }
}
.site-header-inner::-webkit-scrollbar {
  display: none;
}
.site-header-inner-init {
  width: 21.7rem;
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width:768px) {
  .site-header-inner-init {
    margin-bottom: 0;
    width: auto;
  }
}
body.navActive .site-header-inner-init {
  opacity: 0;
  display: none;
}
.site-header-inner-init .ico {
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width:768px) {
  .site-header-inner-init .ico {
    position: absolute;
    right: 1rem;
    width: 1.4rem;
  }
}
.site-header-inner-init .ico > .line {
  width: 100%;
  height: 0.2rem;
  background: rgb(0, 0, 0);
}
.site-header-inner-nav {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
body.navActive .site-header-inner-nav {
  opacity: 1;
}
.site-header-inner-nav > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width:769px) {
  .site-header-inner-nav > nav {
    margin-top: 1.5rem;
  }
}
.site-header-inner-nav > nav > a {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header-inner-nav > nav > a:hover > span {
  color: #DCD7C8;
}
div.page-colour-beige .site-header-inner-nav > nav > a:hover > span {
  color: rgb(255, 255, 255);
}
.site-header-inner-nav > nav > a:hover + .img {
  opacity: 1;
}
.site-header-inner-nav > nav > a > span {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  line-height: 1;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-header-inner-nav > nav .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  padding-bottom: 52.795%;
  font-size: 0;
  width: 45.148%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width:768px) {
  .site-header-inner-nav > nav .img {
    display: none;
  }
}
.site-header-inner-nav > nav .img > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header-inner-about {
  display: none;
  margin-bottom: 5rem;
}
.site-header-inner-about-copy {
  max-width: 67rem;
}
.site-header-inner-about-img {
  width: 30%;
  font-size: 0;
  max-width: 35rem;
}
.site-header-inner-about-img img {
  width: 100%;
  height: auto;
}
.site-header-inner-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}
.site-header-inner-baseline-links {
  width: 100%;
}
.site-header-inner-baseline-links a {
  color: rgb(0, 0, 0);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-transform: uppercase;
}
.site-header-inner-baseline-links a:hover {
  color: #DCD7C8;
}
div.page-colour-beige .site-header-inner-baseline-links a:hover {
  color: rgb(255, 255, 255);
}
.site-header-inner-baseline-links .current_page_item a {
  color: #DCD7C8;
}
.site-header-inner-baseline-links .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
}
.site-header-inner-baseline-links .flex nav {
  width: 50%;
}
.site-header-inner-baseline-links .flex nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.site-header-inner-baseline-links .flex .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 50%;
}
.site-header-inner-baseline div.fadeOut {
  position: absolute;
  bottom: 2rem;
}
@media screen and (max-width:768px) {
  .site-header-inner-baseline div.fadeOut {
    display: none;
  }
}
@media screen and (max-width:768px) {
  body.navActive .site-header-inner-baseline div.fadeOut {
    display: block;
  }
}
.site-header-inner-baseline > svg {
  width: 11.6rem;
  height: auto;
}

.site-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  -webkit-transform: translateY(calc(1rem + 100%));
          transform: translateY(calc(1rem + 100%));
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width:768px) {
  .site-footer {
    margin-top: 1rem;
    right: 0;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.single .site-footer {
  display: none;
}
.site-footer.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-footer-wrap {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  width: 34.5rem;
}
.site-footer-wrap-info {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .site-footer-wrap-info {
    font-size: 1rem;
  }
}
.site-footer-wrap-info > p {
  margin-bottom: 1em;
}
.site-footer-wrap-creds {
  font-size: 1.1rem;
  margin-top: 15rem;
}
.site-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

body.page-template-default .page-content {
  padding: 5.6rem 5rem 0;
}
@media screen and (max-width:768px) {
  body.page-template-default .page-content {
    padding: 5.6rem 2rem 0;
  }
}
.page-content .grids-area {
  margin: 0 0 10rem;
}
@media screen and (max-width:768px) {
  .page-content .grids-area {
    margin: 0 0 2rem;
  }
}
.page-content .grids-area figure {
  margin: 0;
}
.page-content .grids-area p {
  margin: 0.5rem 0 1em;
  font-size: 1.2rem;
}
.page-content .wp-block-image img {
  max-width: unset;
  width: 100%;
}

body.page-template-default .site-content {
  opacity: 0;
}

.footer-card {
  padding: 2rem;
  background-color: rgb(255, 255, 255);
  font-size: 1rem;
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .footer-card {
    font-size: 1rem;
    width: calc(100% - 2rem);
    left: 1rem;
  }
}
.footer-card a {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.footer-card a:hover {
  color: #DCD7C8;
}
.footer-card-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.footer-card-contact .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.footer-card-base {
  margin-top: 18rem;
  font-size: 1.1rem;
}
.footer-card-base-copy {
  margin-bottom: 5rem;
}
.footer-card-base .logoType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page-template-content-holding .site-header {
  display: none;
}
body.page-template-content-holding .site-content {
  height: 100vh;
  height: 100svh;
  padding: 10px;
}
body.page-template-content-holding .page-content {
  background-color: #5A82BE;
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 20px;
  overflow: scroll;
}
body.page-template-content-holding .page-content-copy {
  width: 45%;
  max-width: 57rem;
}
@media screen and (max-width:568px) {
  body.page-template-content-holding .page-content-copy {
    width: 100%;
  }
}
body.page-template-content-holding .page-content-copy > p:first-child {
  margin-top: 0;
}
body.page-template-content-holding .page-content-copy > p:last-child {
  margin-bottom: 0;
}
body.page-template-content-holding .page-content-logo {
  text-align: center;
  padding: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width:568px) {
  body.page-template-content-holding .page-content-logo {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}
body.page-template-content-holding .page-content-logo svg {
  width: 100%;
  max-width: 453px;
}
@media screen and (max-width:568px) {
  body.page-template-content-holding .page-content-logo svg {
    max-width: 80%;
  }
}
body.page-template-content-holding .page-content-tag {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width:568px) {
  body.page-template-content-holding .page-content-tag {
    display: none;
  }
}

.featured-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-posts-post {
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100svh;
  font-size: 0;
  position: relative;
}
.featured-posts-post-caption {
  position: sticky;
  width: 100%;
  padding: 2rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
@media screen and (max-width:768px) {
  .featured-posts-post-caption {
    position: absolute;
    top: unset;
    bottom: 0;
  }
}
.featured-posts-post-caption > a {
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding-bottom: 0.8em;
}
.featured-posts-post-caption > span {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
}
@media screen and (max-width:768px) {
  .featured-posts-post-caption > span {
    text-align: center;
  }
}
.featured-posts-post-img > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-posts-post-img > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-container {
  display: none;
}

.single-content {
  font-size: 0;
}
.single-content-info {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  top: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.single-content-info:hover {
  color: #DCD7C8;
}
.single-content-block {
  display: none;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 50%;
  height: calc(100vh - 2rem);
  height: calc(100svh - 2rem);
  z-index: 10;
  padding: 2rem;
}
@media screen and (max-width:768px) {
  .single-content-block {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100vh - 2rem);
    height: calc(100svh - 2rem);
    padding: 2rem;
  }
}
.root.page-colour-blue .single-content-block {
  background-color: #5A82BE;
}
.root.page-colour-green .single-content-block {
  background-color: #87A34C;
}
.root.page-colour-yellow .single-content-block {
  background-color: #C8BE50;
}
.root.page-colour-lightblue .single-content-block {
  background-color: #ACC7CD;
}
.root.page-colour-orange .single-content-block {
  background-color: #D56434;
}
.root.page-colour-beige .single-content-block {
  background-color: #DCD7C8;
}
.root.page-colour-pink .single-content-block {
  background-color: #C2766C;
}
.single-content-block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-content-block-top .single-content-block-close {
  color: rgb(0, 0, 0);
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.single-content-block-top .single-content-block-close:hover {
  color: #DCD7C8;
}
.single-content-block-top:after {
  content: "";
  display: block;
  width: 33.33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (max-width:768px) {
  .single-content-block-top:after {
    content: none;
  }
}
.single-content-block-title {
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 33.33%;
}
.single-content-block-copy {
  max-width: 67rem;
}
@media screen and (max-width:768px) {
  .single-content-block-copy {
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .single-content-block-copy::-webkit-scrollbar {
    display: none;
  }
}
.single-content-block-copy-details {
  text-transform: uppercase;
}

.slideshow {
  height: 100vh;
  height: 100svh;
  width: 100%;
  font-size: 0;
}
.slideshow .main-slider {
  height: 100%;
}
.slideshow .main-slider .swiper-wrapper {
  height: 100%;
}
.slideshow .main-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-fullbleed {
  height: 100%;
  width: 100%;
  position: relative;
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-fullbleed > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-inset {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-inset > img {
  width: 70%;
  height: 70%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width:768px) {
  .slideshow .main-slider .swiper-wrapper .swiper-slide-inset > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: calc(100% - 1.25rem);
  }
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-dual {
  height: 100%;
  width: 100%;
  padding: 0 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-dual .img-cont {
  position: relative;
  margin: 0 5rem;
  overflow: hidden;
  height: 70%;
  width: calc(50% - 10rem);
  max-width: 43rem;
  max-width: 27%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (min-width:1920px) {
  .slideshow .main-slider .swiper-wrapper .swiper-slide-dual .img-cont {
    height: 85%;
  }
}
@media screen and (max-width:768px) {
  .slideshow .main-slider .swiper-wrapper .swiper-slide-dual .img-cont {
    margin: 0;
    width: calc(50% - 1.25rem);
    max-width: unset;
  }
}
.slideshow .main-slider .swiper-wrapper .swiper-slide-dual .img-cont > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slideshow .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.slideshow .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  background: #DCD7C8;
}
.slideshow .swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}
.slideshow .swiper-button-next,
.slideshow .swiper-button-prev {
  color: #DCD7C8;
  top: 0;
  width: 10%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .slideshow .swiper-button-next,
  .slideshow .swiper-button-prev {
    width: 20%;
    display: none;
  }
}
.slideshow .swiper-button-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slideshow .swiper-button-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}