/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.behave-as-bg, .behave-as-bg img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.bg-grey {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
}

.bg-light-grey {
  background: #d9dbe2;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * Bootstrap v4.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5px;
  font-size: 0.09375rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-unstyled, .overlay-menu__list,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1670px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 5rem;
  }
}

.container--sm {
  margin: 0 auto;
  max-width: 750px;
  padding: 10vh 30px;
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFF !important;
  }
}

.cookie-notification {
  align-items: center;
  background: #000;
  color: #FFF;
  display: none;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 8;
}

.cookie-notification a, .cookie-notification a:visited, .cookie-notification a:active {
  color: #FFF;
  text-decoration: underline;
}

.cookie-notification a:hover, .cookie-notification a:visited:hover, .cookie-notification a:active:hover {
  color: #FFF;
  text-decoration: none;
}

.cookie-notification.show {
  display: flex;
}

.cookie-notification__content {
  flex: 1 1 auto;
  margin: 0;
  padding: 0.625rem;
}

.cookie-notification__close {
  background: transparent;
  border: 0;
  border-left: 2px solid #FFF;
  flex: 0 1 auto;
  padding: 0;
  width: 70px;
}

.cookie-notification__close::before {
  content: '\00d7';
  color: #FFF;
  font-size: 60px;
  width: 40px;
}

.cookie-notification__close:hover {
  background: #333333;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.btn-unstyled {
  background: transparent;
  border: 0;
  padding: 0;
}

.btn-unstyled:focus, .btn-unstyled:active, .btn-unstyled:focus:active {
  outline: none;
}

.btn-unstyled:hover {
  text-decoration: underline;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site-pusher {
  flex: 1 0 auto;
}

.site-footer {
  flex: 0 0 auto;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #212529;
  background-color: #FFF;
  margin: 0;
  text-align: left;
}

blockquote, q {
  margin: 0 0 1rem;
  quotes: "" "";
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

picture {
  display: block;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.full-width-image img {
  object-fit: cover;
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0.425em 0 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

body.home #content.site-content,
body.single-project #content.site-content {
  padding-top: 0;
}

#content.site-content {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  #content.site-content {
    padding-top: 3.75rem;
  }
}

html {
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

p, li, td, th {
  font-size: 16px;
  font-size: 1rem;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none !important;
}

button:hover {
  text-decoration: none !important;
}

.content h1 {
  margin-bottom: 0.64em;
}

.content p, .content ul {
  margin: 0;
}

.content p + p, .content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6, .content p + ul, .content p + ol, .content p + table, .content ul + p, .content ul + h2, .content ul + h3, .content ul + h4, .content ul + h5, .content ul + h6, .content ul + ul, .content ul + ol, .content ul + table {
  margin-top: 1.3636363636em;
}

.content ul, .content ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  padding-left: 25px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 28px;
  font-size: 1.75rem;
}

h5, .h5 {
  font-size: 26px;
  font-size: 1.625rem;
}

h6, .h6 {
  font-size: 24px;
  font-size: 1.5rem;
}

small,
.small {
  font-size: 1rem;
  font-weight: normal;
}

.t-white {
  color: #FFF;
}

a.t-white {
  text-decoration: none;
}

a.t-white:hover, a.t-white:focus, a.t-white:active, a.t-white:focus:active {
  color: #FFF;
  text-decoration: underline;
}

.t-black, .t-black:hover, .t-black:focus, .t-black:active, .t-black:focus:active {
  color: #000;
}

.site-header {
  color: #FFF;
  padding: 1.25rem 0;
  position: relative;
  position: sticky;
  pointer-events: none;
  top: 0;
  width: 100%;
  transition: .2s ease-out;
  z-index: 12;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .site-header .container {
    max-width: 100%;
  }
}

.site-header .site-header--search {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 0 16px;
  background-color: transparent;
  border: none;
  outline: none;
  display: none;
  transition: .4s;
}

.site-header .site-header--search:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .site-header .site-header--search {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff'  d='M21.172 24l-7.387-7.387c-1.388.874-3.024 1.387-4.785 1.387-4.971 0-9-4.029-9-9s4.029-9 9-9 9 4.029 9 9c0 1.761-.514 3.398-1.387 4.785l7.387 7.387-2.828 2.828zm-12.172-8c3.859 0 7-3.14 7-7s-3.141-7-7-7-7 3.14-7 7 3.141 7 7 7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(50% - 1px);
    background-size: 18px;
    padding-right: 26px;
  }
  .site-header .site-header--search.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M23 20.168l-8.185-8.187 8.185-8.174-2.832-2.807-8.182 8.179-8.176-8.179-2.81 2.81 8.186 8.196-8.186 8.184 2.81 2.81 8.203-8.192 8.18 8.192z'/%3E%3C/svg%3E");
  }
}

@media (min-width: 860px) {
  .site-header .site-header--search {
    margin: 0 0 0 32px;
  }
}

.site-header.site-header--overlay svg path,
body.menu-active .site-header svg path {
  fill: #FFF;
}

.site-header.site-header--overlay .site-header__logo-link,
body.menu-active .site-header .site-header__logo-link {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
}

.site-header.site-header--overlay .hamburger-inner, .site-header.site-header--overlay .hamburger-inner::before, .site-header.site-header--overlay .hamburger-inner::after,
body.menu-active .site-header .hamburger-inner,
body.menu-active .site-header .hamburger-inner::before,
body.menu-active .site-header .hamburger-inner::after {
  background: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

body.menu-inactive .site-header.sticky {
  background: #FFF;
}

body.menu-inactive .site-header.sticky svg path {
  fill: #000;
}

body.menu-inactive .site-header.sticky .site-header__logo-link {
  background: transparent;
  box-shadow: none;
}

body.menu-inactive .site-header.sticky #menu-primary a {
  color: #000000;
}

body.menu-inactive .site-header.sticky .site-header--search {
  color: #000000;
}

@media (min-width: 768px) {
  body.menu-inactive .site-header.sticky .site-header--search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.172 24l-7.387-7.387c-1.388.874-3.024 1.387-4.785 1.387-4.971 0-9-4.029-9-9s4.029-9 9-9 9 4.029 9 9c0 1.761-.514 3.398-1.387 4.785l7.387 7.387-2.828 2.828zm-12.172-8c3.859 0 7-3.14 7-7s-3.141-7-7-7-7 3.14-7 7 3.141 7 7 7z'/%3E%3C/svg%3E");
  }
}

body.menu-inactive .site-header.sticky .site-header--search.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M23 20.168l-8.185-8.187 8.185-8.174-2.832-2.807-8.182 8.179-8.176-8.179-2.81 2.81 8.186 8.196-8.186 8.184 2.81 2.81 8.203-8.192 8.18 8.192z'/%3E%3C/svg%3E");
}

body.menu-inactive .site-header.sticky .hamburger-inner, body.menu-inactive .site-header.sticky .hamburger-inner::before, body.menu-inactive .site-header.sticky .hamburger-inner::after {
  background: #000;
}

.site-header__inner {
  width: 100%;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  pointer-events: all;
}

@media (min-width: 576px) {
  .site-header__inner {
    flex-wrap: unset;
  }
}

.site-header__inner .col-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.site-header__logo,
.site-header__logo-link {
  max-width: 100%;
}

.site-header__logo {
  width: 200px;
  transform: translate3d(0, 2px, 0);
}

@media (min-width: 768px) {
  .site-header__logo {
    width: auto;
    height: 22px;
    transform: scale(0.9) translate3d(0, 1px, 0);
  }
}

.site-footer {
  background: #000;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 2.5rem 0;
}

@media (min-width: 576px) {
  .site-footer {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.site-footer a {
  color: #FFF;
  text-decoration: none;
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:focus:active, .site-footer a:active {
  text-decoration: underline;
}

.site-footer__heading {
  margin-bottom: 0.6em;
}

.site-footer__bottom {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 32px;
}

@media (min-width: 576px) {
  .site-footer__bottom {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 100px;
  }
}

.menu-toggle {
  position: relative;
  z-index: 10;
  margin-left: auto !important;
  transform: translate3d(0, 3px, 0);
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none !important;
  }
}

#menu-primary {
  display: none;
}

@media (min-width: 992px) {
  #menu-primary {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    list-style-type: none;
  }
}

@media (min-width: 860px) {
  #menu-primary {
    gap: 32px;
  }
}

#menu-primary a.overlay-menu__link-large {
  font-size: 18px;
}

#menu-primary a.active {
  font-weight: bold;
}

.overlay-menu {
  align-items: stretch;
  background: #000;
  color: #FFF;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 10.3125rem 0 8.125rem;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  width: 100%;
  z-index: 9;
}

@media (min-width: 576px) {
  .overlay-menu {
    background: rgba(0, 0, 0, 0.9);
    padding: 12.5rem 0 8.125rem;
  }
}

@media (max-width: 1199.98px) {
  .overlay-menu .container.overlay-menu__inner {
    max-width: 100%;
  }
}

.overlay-menu.is-active {
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
}

.overlay-menu.show-contents .overlay-menu__animate-in {
  opacity: 1;
  transform: translateY(0);
}

.overlay-menu.show-contents.search-is-active .overlay-menu__inner {
  transform: translateY(-100%);
}

.overlay-menu.show-contents.search-is-active .overlay-menu__search {
  transform: translateY(100%);
}

.overlay-menu__animate-in {
  opacity: 0;
  transition: .5s;
  transform: translateY(20px);
}

.overlay-menu__list {
  flex: 1 0 auto;
  margin: 0;
  padding-right: 30px;
}

.overlay-menu__list li {
  margin-bottom: 0.625rem;
}

.overlay-menu__link-large {
  color: #FFF;
  line-height: 1.2;
  transition: .4s;
}

.overlay-menu__link-large {
  font-size: 24px;
}

@media screen and (min-width: 460px) {
  .overlay-menu__link-large {
    font-size: calc(24px + 16 * ((100vw - 460px) / 340));
  }
}

@media screen and (min-width: 800px) {
  .overlay-menu__link-large {
    font-size: 40px;
  }
}

a.overlay-menu__link-large {
  text-decoration: none;
}

a.overlay-menu__link-large:hover {
  color: #FFF;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-decoration-thickness: 3px;
  text-decoration: underline;
}

.overlay-menu__inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.overlay-menu__contents {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  opacity: 1;
  transition: .7s;
}

@media (min-width: 576px) {
  .overlay-menu__contents {
    flex-wrap: nowrap;
  }
}

.search-is-active .overlay-menu__contents {
  opacity: 0;
  pointer-events: none;
}

.overlay-menu__studios {
  flex: 0 1 auto;
}

@media (max-width: 375px) {
  .overlay-menu__studios .card-studio__details {
    display: none;
  }
  .overlay-menu__studios .card-studio__address {
    margin-bottom: 0;
  }
}

.overlay-menu__search {
  align-items: center;
  display: flex;
  padding-top: 1.375rem;
  transition: .5s;
}

.overlay-menu__search-icon {
  display: inline-flex;
  margin-right: 30px;
}

.overlay-menu__search-input {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #FFF;
  transition: .5s;
}

.overlay-menu__search-input::placeholder {
  color: #FFF;
  opacity: 1;
}

.overlay-menu__search-input:focus {
  outline: 0;
}

.search-is-active .overlay-menu__search-input {
  border-color: #FFF;
}

.search-is-active .overlay-menu__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-results {
  display: none;
  margin: 95px 0 0 0;
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .search-results {
    top: 12.5rem;
  }
}

.search-is-active .search-results {
  display: block;
}

.search-result__item-link {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 0;
}

.overlay-menu__back-container {
  display: none;
}

.menu-active .overlay-menu__back-container {
  display: block;
}

.overlay-menu__back {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}

.search-is-active .overlay-menu__back {
  pointer-events: all;
  opacity: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger:focus {
  outline: 0;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger-box {
  display: inline-block;
  height: 19px;
  position: relative;
  width: 25px;
}

@media (min-width: 576px) {
  .hamburger-box {
    height: 23px;
    width: 35px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 3px;
  background-color: #000;
  position: absolute;
  transition: transform 0.15s ease;
  width: 25px;
}

@media (min-width: 576px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
  }
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

@media (min-width: 576px) {
  .hamburger-inner::before {
    top: -10px;
  }
}

.hamburger-inner::after {
  bottom: -8px;
}

@media (min-width: 576px) {
  .hamburger-inner::after {
    bottom: -10px;
  }
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

@media (min-width: 576px) {
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
  }
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 576px) {
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.glide__slides {
  margin: 0;
}

.glide__slides > li {
  width: 100%;
}

.glide--uninit .glide__slides > li {
  width: 100%;
}

.glide__arrow {
  background: no-repeat center/contain url("data:image/svg+xml;charset=utf8,%3Csvg height='44' viewBox='0 0 24 44' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 2 20 20-20 20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/svg%3E");
  border: 0;
  content: '';
  height: 20px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  width: 10px;
  z-index: 5;
}

@media (min-width: 576px) {
  .glide__arrow {
    height: 44px;
    width: 24px;
  }
}

.glide__arrow--black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='44' viewBox='0 0 24 44' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 2 20 20-20 20' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/svg%3E");
}

.glide__arrow--left {
  left: 15px;
  transform: translateY(-150%) scaleX(-1);
}

@media (min-width: 576px) {
  .glide__arrow--left {
    left: 25px;
  }
}

.glide__arrow--right {
  right: 15px;
}

@media (min-width: 576px) {
  .glide__arrow--right {
    right: 25px;
  }
}

.glide__bullets {
  align-items: center;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.glide__bullet {
  background: transparent;
  border: 0;
  display: block;
  flex: 0 1 auto;
  margin: 0 0.1875rem;
  padding: 0;
  width: 1rem;
}

.glide__bullet::before {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
  content: '';
  display: block;
  padding-top: calc(100% - 2px);
  transition: .5s;
  width: 100%;
}

@media (min-width: 576px) {
  .glide__bullet::before {
    border-width: 2px;
    padding-top: calc(100% - 4px);
  }
}

.glide__bullet--active::before {
  background: #FFF;
}

.glide__bullet--black::before {
  border-color: #000;
}

.glide__bullet--black.glide__bullet--active::before {
  background: #000;
}

.scroll-down {
  border: 3px solid #fff;
  border-radius: 15px;
  display: none;
  height: 55px;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: auto;
  padding-top: 5px;
  width: 30px;
}

@media (min-width: 576px) {
  .scroll-down {
    display: block;
  }
}

.scroll-down::after {
  animation-name: scroll;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  border-radius: 25%;
  background-color: #fff;
  content: '';
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 3px;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

.collapsible__title {
  cursor: pointer;
  display: block;
  transition: all 0.25s ease-out;
}

.collapsible__title:focus {
  outline: none;
}

.collapsible__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.collapsible__toggle {
  display: none;
}

.collapsible__toggle:checked ~ .collapsible__content {
  max-height: 1200px;
}

.collapsible__toggle:disabled + .collapsible__title {
  cursor: default;
}

.single-product .e-breadcrumbs {
  margin-top: 40px;
}

#content > .hero {
  margin-top: -3.875rem;
}

.hero__slide {
  display: block;
  height: calc(100vh - 60px);
  position: relative;
  white-space: normal;
}

.hero__slide.fixed {
  height: 900px;
}

@media (min-width: 576px) {
  .hero__slide {
    height: 100vh;
  }
}

.hero__title {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  max-width: 780px;
  padding-right: 25px;
  position: absolute;
  left: 25px;
  bottom: 40px;
  text-align: left;
  text-shadow: 0 0 5px #000;
  z-index: 3;
}

@media (min-width: 576px) {
  .hero__title {
    bottom: 140px;
    left: 80px;
  }
}

.hero__inner {
  height: 100%;
  position: relative;
}

.hero__studios {
  display: none;
}

@media (min-width: 768px) {
  .hero__studios {
    display: flex;
    position: absolute;
    left: 80px;
    top: 20vh;
    z-index: 3;
  }
}

.hero__studio {
  flex: 0 1 auto;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.hero__studio + .hero__studio {
  margin-left: 20px;
}

.hero__bullets {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .hero__bullets {
    bottom: 20px;
  }
}

.home__studios {
  margin-top: 25px;
}

@media (min-width: 576px) {
  .home__studios {
    display: none;
  }
}

.static-page {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 120px;
  width: 100%;
}

.person__meta {
  padding: 0 0 30px;
}

.person__meta h1 {
  font-weight: 600;
  margin: 0;
}

.person__job-title {
  font-weight: 600;
  font-size: 26px;
}

.person__bio {
  padding: 0 0 30px;
}

.person__bio p {
  font-size: 16px;
}

.person__bio p:last-child {
  margin: 0;
}

.person__profile {
  padding: 0 0 60px;
}

@media (min-width: 1200px) {
  .person__profile {
    padding: 0 0 80px;
  }
}

.person__download {
  padding: 0 0 30px;
}

.person__download a {
  text-decoration: none;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .person__download a {
    font-size: 22px;
  }
}

.person__image {
  aspect-ratio: 4/3;
  padding-bottom: 25px;
  overflow: hidden;
}

.person__image picture {
  height: 100%;
  display: flex;
  position: relative;
}

.person__image picture img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.person__people {
  padding: 40px 0 60px;
  background-color: #d9dbe2;
}

@media (min-width: 992px) {
  .person__people {
    padding: 80px 0 60px;
  }
}

.person__related-project {
  padding: 0 0 30px;
}

@media (min-width: 992px) {
  .person__related-project {
    padding: 0 0 60px;
  }
}

@media (min-width: 1200px) {
  .person__related-project {
    padding: 0 0 80px;
  }
}

.person__related-project .project-single__related-title {
  font-weight: 600;
}

.card-studio {
  font-weight: 300;
  line-height: 1.23;
}

.card-studio a {
  text-decoration: none;
}

.card-studio a:hover {
  text-decoration: underline;
}

.card-studio + .card-studio {
  margin-top: 4vh;
}

.card-studio--large {
  font-size: 15px;
}

@media screen and (min-width: 680px) {
  .card-studio--large {
    font-size: calc(15px + 9 * ((100vw - 680px) / 312));
  }
}

@media screen and (min-width: 992px) {
  .card-studio--large {
    font-size: 24px;
  }
}

.card-studio--small {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-studio--small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .card-studio--small {
    margin: 0;
  }
}

.card-studio__title {
  font-weight: 400;
}

.card-studio__address {
  display: inline-block;
  margin-bottom: 1em;
}

a.card-studio__address {
  text-decoration: none;
}

a.card-studio__address:hover {
  text-decoration: underline;
}

.gallery__container {
  padding: 66px 0;
}

.gallery__title {
  margin-bottom: 1em;
}

.gallery-glide {
  position: relative;
}

.gallery-glide .glide__slide {
  text-align: center;
}

.gallery-glide .glide__slides {
  align-items: center;
}

.gallery__figure {
  display: inline-block;
  margin: 0 auto;
  padding: 0 35px;
  text-align: left;
}

.gallery__figure a {
  text-decoration: none;
}

.gallery__figure a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .gallery__figure {
    padding: 0 85px;
  }
}

.gallery__figcaption {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 10px;
}

.gallery__figcaption a {
  max-height: 100%;
}

.gallery__figcaption a, .gallery__figcaption a:hover, .gallery__figcaption a:focus, .gallery__figcaption a:active, .gallery__figcaption a:focus:active {
  color: #000;
}

.quote {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 990px;
  padding: 60px 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .quote {
    min-height: 100vh;
  }
}

.quote__text {
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 1em;
}

.quote__text {
  font-size: 25px;
}

@media screen and (min-width: 560px) {
  .quote__text {
    font-size: calc(25px + 15 * ((100vw - 560px) / 432));
  }
}

@media screen and (min-width: 992px) {
  .quote__text {
    font-size: 40px;
  }
}

.quote__cite {
  font-style: normal;
  line-height: 1.2;
}

.quote__cite {
  font-size: 15px;
}

@media screen and (min-width: 560px) {
  .quote__cite {
    font-size: calc(15px + 7 * ((100vw - 560px) / 432));
  }
}

@media screen and (min-width: 992px) {
  .quote__cite {
    font-size: 22px;
  }
}

.fc-text-image {
  padding-top: 7.5rem;
}

.fc-text-image:first-child {
  padding-top: 0;
}

.text-image__col {
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .text-image__col {
    margin-bottom: 7.5rem;
  }
}

.text-image__title {
  margin-bottom: 0.92em;
}

.intro__quick-links {
  list-style: none;
  margin: 3.125rem 0 0;
  padding: 0;
}

.intro__quick-links li + li {
  margin-top: 0.15em;
}

.intro__quick-link {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease-out;
}

.intro__quick-link:hover {
  color: #000;
  text-decoration: underline;
}

.fc-list {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 576px) {
  .fc-list {
    margin-top: -14.375rem;
  }
}

@media only screen and (min-width: 992px) {
  .fc-list {
    margin-top: -8.125rem;
  }
}

.fc-list__section-title {
  margin-bottom: 1.875rem;
  margin-top: 3.75rem;
}

.fc-list__section-item {
  margin-bottom: 1.875rem;
  display: block;
}

.fc-list__section-item-details {
  display: block;
  text-decoration: none;
}

.fc-list__section-item-details:hover {
  text-decoration: underline;
}

.sitemap-section + .sitemap-section {
  margin-top: 60px;
}

/*# sourceMappingURL=eric-parry.css.map */
