@charset "UTF-8";
.home-2026 {
  display: block;
}

@font-face {
  font-family: "BetterTimesRegular";
  src: url("../fonts/BetterTimesRegular/font.woff2") format("woff2"), url("../fonts/BetterTimesRegular/font.woff") format("woff");
}
.black-background {
  background-color: #000;
}

.black-color {
  color: #000;
}

.black-shadow {
  box-shadow: inset 0 123px 190px -30px #000;
}

.white-background {
  background-color: #fff;
}

.white-color {
  color: #fff;
}

.white-shadow {
  box-shadow: inset 0 123px 190px -30px #fff;
}

.red-background {
  background-color: #A1233E;
}

.red-color {
  color: #A1233E;
}

.red-shadow {
  box-shadow: inset 0 123px 190px -30px #A1233E;
}

.light-grey-background {
  background-color: #efefef;
}

.light-grey-color {
  color: #efefef;
}

.light-grey-shadow {
  box-shadow: inset 0 123px 190px -30px #efefef;
}

.red-color {
  color: #A1233E;
}

.black-color {
  color: #232323;
}

.pad-lg-top {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg-top {
    padding-top: 25px;
  }
}

.pad-lg-btm {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg-btm {
    padding-bottom: 25px;
  }
}

.pad-lg-side {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg-side {
    padding: 0 25px;
  }
}

.pad-lg {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg {
    padding: 25px;
  }
}

.pad-med-top {
  padding-top: 40px;
}

.pad-med-btm {
  padding-bottom: 40px;
}

.pad-med-side {
  padding: 0 40px;
}

.pad-med {
  padding: 40px;
}

.pad-sm-top {
  padding-top: 25px;
}

.pad-sm-btm {
  padding-bottom: 25px;
}

.pad-sm-side {
  padding: 0 25px;
}

.pad-sm {
  padding: 25px;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #A1233E;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #A1233E;
  --secondary: #232323;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #A1233E;
  --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, 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(35, 35, 35, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #A1233E;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(98.1607142857, 21.3392857143, 37.8010204082);
  text-decoration: underline;
}

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;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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;
}

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

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 96%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}

.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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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;
}

.bg-primary {
  background-color: #A1233E !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(119.1071428571, 25.8928571429, 45.8673469388) !important;
}

.bg-secondary {
  background-color: #232323 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(9.5, 9.5, 9.5) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #A1233E !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(119.1071428571, 25.8928571429, 45.8673469388) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #A1233E !important;
}

.border-secondary {
  border-color: #232323 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #A1233E !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 35, 35, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 35, 35, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #A1233E !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(119.1071428571, 25.8928571429, 45.8673469388) !important;
}

.text-secondary {
  color: #232323 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(9.5, 9.5, 9.5) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #A1233E !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(119.1071428571, 25.8928571429, 45.8673469388) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(35, 35, 35, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

label {
  color: #191919;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=file],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12.75px;
  padding: 0.75rem;
  background: #fff;
  color: #495057;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  line-height: normal;
  display: block;
  width: 100%;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: none;
}

input[type=file]:hover {
  cursor: pointer;
}

input[type=search] {
  width: auto;
  display: inline-block;
}

select {
  height: 46px;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  display: inline-block;
}

input[type=submit] {
  border: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
  margin: 0;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gchoice input[type=text] {
  margin-top: -5px;
}

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper form {
  margin-top: 30px;
  margin-top: 1.7647058824rem;
  margin-bottom: 30px;
  margin-bottom: 1.7647058824rem;
}

.gform_heading {
  margin-bottom: 25.5px;
  margin-bottom: 1.5rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
}
.gform_heading .gform_title {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
}

.gform_wrapper label {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #1D1E2A;
}

.gform_wrapper [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bg-dark-grey .gform_wrapper label {
  color: white;
}

.gsection {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #858585;
}
.gsection .gsection_title {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
}

.gfield_required {
  color: #f00;
  padding-left: 2px;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield {
  margin-bottom: 20px;
  margin-bottom: 1.1764705882rem;
  position: relative;
}

.gfield_description {
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-style: italic;
}

.validation_message {
  font-style: normal;
  margin-top: 20px;
  color: #ca3c3c;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 4px;
  margin-right: 0.2352941176rem;
}

.gfield_radio input[type=text] {
  width: auto;
  display: inline-block;
}

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}

.name_prefix {
  width: 13%;
  float: left;
  margin-right: 1%;
}
.name_prefix select {
  padding: 5px;
}

.name_first {
  width: 28.33%;
  float: left;
  margin-right: 1%;
}

.name_middle {
  width: 26.33%;
  float: left;
  margin-right: 1%;
}

.name_last {
  width: 28.33%;
  float: left;
  margin-right: 1%;
}

.name_suffix {
  width: 9%;
  float: right;
}

.has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix .name_first, .has_first_name.no_middle_name.has_last_name.no_prefix.no_suffix .name_last {
  width: 49%;
}

input.datepicker_with_icon {
  margin-right: 12.75px;
  margin-right: 0.75rem;
  display: inline-block;
  width: auto;
}

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}
.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}
.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}

.gfield,
.gform_footer {
  clear: both;
}

.gform_footer {
  margin: 20px 0 50px;
}

.gf_left_half {
  width: 49%;
  float: left;
  clear: left;
}

.gf_right_half {
  width: 49%;
  float: right;
  clear: right;
}

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
}

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left;
}

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right;
}

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.gf_list_2col li {
  width: 50%;
  float: left;
}

.gf_list_3col li {
  width: 33%;
  float: left;
}

.gf_list_4col li {
  width: 25%;
  float: left;
}

.gf_list_5col li {
  width: 20%;
  float: left;
}

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 12.75px;
  padding-right: 0.75rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.gf_step {
  display: inline-block;
  opacity: 0.2;
  margin-right: 1%;
}
.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}

.gfield_error {
  padding: 12.75px !important;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f;
}
.gfield_error > label,
.gfield_error .validation_message {
  color: #ca3c3c;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  background: white;
}
.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: rgb(165.9072580645, 45.0927419355, 45.0927419355);
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa;
}

.ui-datepicker-prev {
  width: 20%;
  float: left;
}

.ui-datepicker-next {
  width: 20%;
  float: right;
}

.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

.gform_confirmation_message,
.validation_error {
  font-size: 22px;
}

.gform_confirmation_message {
  border: solid 4px green;
  padding: 30px;
  margin: 20px 0;
}

.gfield_description.validation_message {
  margin-top: 15px;
}

.validation_error {
  margin-bottom: 30px;
  color: #d9534f;
}

.gform_heading {
  margin-bottom: 0px;
}

.gform_footer {
  margin-bottom: 0;
}

.gfield_checkbox,
.gfield_radio {
  margin-top: 18px;
}
.gfield_checkbox > li,
.gfield_radio > li {
  display: block;
  margin-left: 0px;
  margin-bottom: 8px;
}
.gfield_checkbox > li input,
.gfield_radio > li input {
  vertical-align: top;
  margin-top: 10px;
}
.gfield_checkbox > li label,
.gfield_radio > li label {
  padding-left: 10px;
  max-width: calc(100% - 20px);
  display: inline-block;
  margin-bottom: 0;
}
.gfield_checkbox > li:before,
.gfield_radio > li:before {
  display: none;
}
.gfield_checkbox > li input[type=text],
.gfield_radio > li input[type=text] {
  margin-left: 8px;
}

.the-content .gform_wrapper select {
  height: 51px;
}
.the-content .gform_wrapper ul li {
  padding-left: 0;
}
.the-content .gform_wrapper ul li:before {
  display: none;
}

.gf_progressbar {
  background: rgba(34, 34, 34, 0.0705882353);
}
.gf_progressbar .gf_progressbar_percentage {
  background: #A1233E;
  color: white;
}
.gf_progressbar .gf_progressbar_percentage span {
  padding-left: 5px;
}

.ui-datepicker .ui-icon {
  position: relative;
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
  float: left;
  width: 1em;
  height: 1em;
  margin-top: 15px;
}

a.ui-datepicker-next {
  float: right;
}

#ui-datepicker-div {
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker-calendar {
  margin-top: 10px;
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
  padding: 8px;
  text-align: center;
}

a.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  padding: 0.5em 1em;
  margin: 0 0.15em;
}

td.ui-datepicker-week-end {
  background: #efefef;
}

table.ui-datepicker-calendar td {
  padding: 8px;
  text-align: center;
}

select[multiple] + .chosen-container li.result-selected {
  padding-left: 0.75em;
  background: black;
  color: white;
}

td.ui-datepicker-current-day a.ui-state-active {
  display: block;
  border-radius: 50%;
  width: 1.5em;
}

input.datepicker_with_icon + img {
  width: 1.5em;
  position: relative;
  left: 0.5em;
  top: 0.25em;
}

td.ui-datepicker-current-day {
  background: #A1233E;
}
td.ui-datepicker-current-day a {
  color: white;
}

/* Time */
.ginput_container_time {
  float: left;
}

.ginput_container_time i {
  font-style: normal;
  display: inline-block;
  padding: 0 0.25em 0 0;
}

.gfield_time_ampm {
  margin-left: 1%;
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
  display: none;
}

.ui-state-disabled {
  opacity: 0.5;
}

.ui-datepicker-next {
  border-right: solid 2px black;
  border-bottom: solid 2px black;
  transform: rotate(-45deg);
}

.ui-datepicker-prev {
  border-left: solid 2px black;
  border-bottom: solid 2px black;
  transform: rotate(45deg);
}

.datepicker-clean.ui-datepicker {
  background-color: #fff;
  width: 516px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
  padding-left: 20px;
  position: relative;
  border: 1px solid #ddd;
}

.datepicker-clean.ui-datepicker:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ddd;
  top: -15px;
}

.datepicker-clean.ui-datepicker:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  top: -13px;
}

.datepicker-clean .ui-datepicker-group {
  float: left !important;
  padding: 20px 20px 20px 0;
}

.datepicker-clean .ui-datepicker-header {
  background: none !important;
  text-shadow: none !important;
  color: #333 !important;
  border: 0 !important;
  margin-bottom: 6px !important;
}

.datepicker-clean .ui-datepicker-title {
  font-size: 15px !important;
}

.datepicker-clean .ui-datepicker-year {
  font-weight: normal !important;
}

.datepicker-clean.ui-datepicker thead {
  border: 0 !important;
  background: none !important;
}

.datepicker-clean.ui-datepicker th {
  font-size: 12px !important;
  font-weight: bold;
  color: #ccc !important;
}

.datepicker-clean.ui-datepicker tbody tr {
  border: 0 !important;
}

.datepicker-clean.ui-datepicker tbody td {
  background-color: transparent;
  border: 0 !important;
  padding: 1px !important;
}

.datepicker-clean .ui-datepicker-prev {
  position: absolute;
  left: 10px;
  line-height: 30px !important;
  background: none !important;
}

.datepicker-clean .ui-datepicker-prev:after {
  content: "◀";
  color: #f6861f !important;
}

.datepicker-clean .ui-state-disabled.ui-datepicker-prev:after {
  color: #ccc !important;
}

.datepicker-clean .ui-icon.ui-icon-circle-triangle-w {
  display: none;
}

.datepicker-clean .ui-datepicker-next {
  position: absolute;
  right: 10px;
  line-height: 30px !important;
  background: none !important;
}

.datepicker-clean .ui-icon-circle-triangle-e {
  display: none;
}

.datepicker-clean .ui-datepicker-next:after {
  content: "▶";
  color: #f6861f !important;
}

.datepicker-clean .ui-state-disabled.ui-datepicker-next:after {
  color: #ccc !important;
}

.datepicker-clean .ui-datepicker-calendar .ui-state-default {
  background: #f5f5f5 !important;
  font-weight: normal !important;
  font-size: 13px !important;
  text-shadow: none !important;
  border: 1px solid #f5f5f5 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.datepicker-clean .ui-datepicker-calendar .ui-datepicker-today a {
  font-weight: bold !important;
}

.datepicker-clean .ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #f6861f !important;
  color: #fff !important;
  border: 1px solid #f6861f !important;
}

.datepicker-clean .ui-datepicker-calendar .ui-state-hover {
  background-color: #fff !important;
  border: 1px solid #f6861f !important;
}

.datepicker-clean .ui-datepicker-unselectable.ui-state-disabled {
  background: none !important;
}

.datepicker-clean .ui-datepicker-unselectable.ui-state-disabled span {
  background: none !important;
  font-weight: normal !important;
  color: #eee !important;
  border: 1px solid transparent !important;
}

.datepicker-clean .ui-datepicker-calendar .ui-datepicker-other-month span {
  color: #ccc !important;
}

.datepicker-clean .ui-datepicker-calendar .wrong {
  background-color: #ff0000 !important;
}

.datepicker-clean div.ui-datepicker-group-first td:not(.ui-datepicker-other-month) ~ td.ui-datepicker-other-month {
  visibility: hidden;
}

.datepicker-clean div.ui-datepicker-group-last td {
  visibility: hidden;
}

.datepicker-clean div.ui-datepicker-group-last td.ui-datepicker-other-month ~ td:not(.ui-datepicker-other-month),
.datepicker-clean div.ui-datepicker-group-last td:not(.ui-datepicker-other-month),
.datepicker-clean div.ui-datepicker-group-last td:not(.ui-datepicker-other-month) ~ td.ui-datepicker-other-month {
  visibility: visible;
}

.gf_progressbar_wrapper {
  margin-bottom: 40px;
}

.gfield_html li,
.gfield_html font {
  font-family: ebony !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200;
}

.gform_wrapper #gform_2 label.gfield_label_before_complex {
  font-family: rocky;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  margin-bottom: 0;
}

.screen-reader-text {
  display: none;
}

.gform_drop_area span {
  font-size: 15px;
}

.gform_fileupload_rules {
  font-size: 15px;
}

/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 14px;
  width: 14px;
  margin: -4px 0 0 -4px;
  border-radius: 100%;
  background: #A1233E;
  border-color: #A1233E;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  border: solid 1px #8a686d;
  background: white;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #A1233E;
  border-color: #A1233E;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 950px;
  padding: 60px;
  background: white;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-close {
  font-size: 58px;
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.mfp-container {
  padding: 15px;
}

button.mfp-close {
  color: #A1233E;
  z-index: 99999;
  opacity: 1;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border: solid 2px #A1233E;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #A1233E;
}

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px;
}
.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: "";
}

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0;
}
.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: "";
}
.slider--feedback .slick-dots button {
  background-color: white;
}

html {
  font-size: 16px;
  font-family: "darkmode-off", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "darkmode-off", sans-serif;
  font-weight: 200;
  color: #232323;
}

.no-scroll {
  overflow: hidden;
}

.base-theme-padding {
  padding: 100px 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

.mobile-menu .search-contain input:-webkit-autofill,
.mobile-menu .search-contain input:-webkit-autofill:hover,
.mobile-menu .search-contain input:-webkit-autofill:active,
.mobile-menu .search-contain input:-webkit-autofill:focus {
  background-color: #A1233E !important;
  -webkit-box-shadow: 0 0 0px 1000px #A1233E inset;
  transition: background-color 5000s ease-in-out 0s;
  color: white !important;
}

.top-toolbar .search-form input:-webkit-autofill,
.top-toolbar .search-form input:-webkit-autofill:hover,
.top-toolbar .search-form input:-webkit-autofill:active,
.top-toolbar .search-form input:-webkit-autofill:active:focus,
.top-toolbar .search-form input:-webkit-autofill:focus {
  background-color: black !important;
  background: none !important;
  -webkit-box-shadow: 0 0 0px 1000px black inset;
  -webkit-text-fill-color: white !important;
}

.top-menus-contain {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.top-nav-crest {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}
@media (min-width: 1200px) {
  .top-nav-crest {
    display: none;
  }
}

.top-nav {
  position: absolute;
  padding: 25px 30px 0;
  width: 100%;
  z-index: 4;
  transition: transform 0.3s ease-in-out;
}
.top-nav.fixed-header {
  padding-top: 45px;
  position: fixed;
  background: #232323;
}
.top-nav.fixed-header .top-nav__dropdown {
  top: 60px;
  padding-top: 0;
}
.top-nav.fixed-header ul.menu {
  padding-top: 0;
}
.top-nav.fixed-header .top-nav__logo {
  position: fixed;
  top: 18px;
  left: 50%;
  height: 85px;
  overflow: hidden;
  transform: translateX(-50%);
}
.top-nav.fixed-header .top-nav__logo .text {
  opacity: 0;
}
.top-nav.fixed-header ul.menu > li > a {
  color: white !important;
}
.top-nav.fixed-header ul.menu > li:hover a:before {
  display: none;
}
.top-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav ul.menu > li {
  padding: 0;
  text-indent: 0;
}
.top-nav ul.menu {
  padding-top: 65px;
}
.top-nav ul.menu > li {
  display: inline-block;
}
.top-nav ul.menu > li:hover .top-nav__dropdown {
  opacity: 1;
  visibility: visible;
}
.top-nav ul.menu > li:hover a:after {
  opacity: 1;
  visibility: visible;
}
.top-nav ul.menu > li > a {
  padding: 20px;
  color: #FFFFFF;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: color 0.3s;
}
.top-nav ul.menu > li > a:after {
  position: absolute;
  content: "";
  height: 6px;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 10px;
  background-image: url(../img/diamond-red.svg);
  background-size: 5px 6px;
  background-position: center;
  z-index: 3;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.top-nav ul.menu > li > a:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 14px;
  left: calc(50% - 17px);
  bottom: -40px;
  visibility: hidden;
  background-image: url(../img/diamond-white.svg);
  background-size: auto 100%;
  background-position: left;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease-in-out 0.08s;
  transform: rotate(90deg);
}
.top-nav ul.menu > li > a:hover {
  text-decoration: none;
}
.top-nav ul.menu > li > a:hover:after {
  opacity: 1;
}
.top-nav ul.menu > li:hover a:before {
  opacity: 1;
  visibility: visible;
}
.top-nav ul.menu > li:first-child a {
  padding-left: 0;
}
.top-nav ul.menu > li:first-child a:after {
  left: 0;
  width: calc(100% - 20px);
}
.top-nav ul.menu > li:last-child a {
  padding-right: 0;
}
.top-nav ul.menu > li:last-child a:after {
  right: 0;
  width: calc(100% - 20px);
}
.top-nav ul.menu .current_page_item a:after,
.top-nav ul.menu .current-page-ancestor a:after {
  background-image: url(../img/diamond-white.svg);
  opacity: 1;
}
.top-nav .logo-col {
  position: relative;
  z-index: 12;
}
.top-nav__logo img {
  width: 350px;
}
.top-nav .menu-back-container {
  display: none;
}
.top-nav__dropdown {
  text-align: left;
  position: absolute;
  padding-top: 40px;
  width: 1000px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.08s;
  top: 115px;
}
.top-nav__dropdown .title a {
  color: #232323;
}
.top-nav__dropdown .title a:hover {
  color: #A1233E;
}
.top-nav__dropdown p {
  margin-top: 79px;
}
.top-nav__dropdown:before {
  position: absolute;
  content: "";
  width: 200vw;
  left: -50vw;
  top: -50vh;
  height: 200vh;
  background: black;
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}
.top-nav__dropdown a {
  color: #A1233E;
  padding-bottom: 10px;
  display: inline-block;
}
.top-nav__dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.4444444444; /* 26px */
}
.top-nav .dropdown__contain {
  background: white;
  padding: 60px 40px;
}
.top-nav .menu-main-left-container {
  position: relative;
}
.top-nav .menu-main-left-container .top-nav__dropdown {
  left: 0;
}
.top-nav .menu-main-right-container {
  position: relative;
}
.top-nav .menu-main-right-container .top-nav__dropdown {
  right: 0;
}
@media (min-width: 1200px) {
  .top-nav.hide-nav, .top-nav.hide-nav .top-nav__logo {
    transform: translateY(-106px);
  }
}

.top-nav.hide-nav ul.menu > li .top-nav__dropdown {
  display: none;
}

.black-nav .top-nav:not(.fixed-header) ul.menu > li > a {
  color: #232323;
}
.black-nav .top-nav__logo .text path {
  fill: #232323 !important;
}

.menu-main-container {
  padding-top: 40px;
}

.top-toolbar {
  position: absolute;
  width: 100%;
  color: white;
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.1666666667; /* 14px */
  padding: 0 30px;
  z-index: 5;
  transition: transform 0.4s ease-out;
}
.top-toolbar.fixed-header {
  position: fixed;
}
.top-toolbar__left {
  position: absolute;
  top: 0;
  left: 0;
}
.top-toolbar__right {
  position: absolute;
  top: 0;
  right: 0;
}
.top-toolbar ul {
  list-style: none;
  margin-top: 15px;
}
.top-toolbar li {
  display: inline-block;
}
.top-toolbar a {
  color: white;
  text-transform: uppercase;
  padding: 0 11px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.top-toolbar input {
  background: none;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  border: none;
  font-weight: 200;
  padding-top: 16px;
}
.top-toolbar input:placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px) {
  .top-toolbar.hide-nav {
    transform: translateY(-106px);
  }
}

.search-contain {
  max-width: 340px;
}

.search-form {
  position: relative;
}
.search-form button[type=submit] {
  position: absolute;
  left: 0;
  top: 19px;
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  background: none;
  border: none;
  background-size: contain;
  background-image: url("../img/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-form button[type=submit]:focus {
  outline: none;
}
.search-form input::placeholder {
  text-transform: uppercase;
  color: white;
}
.search-form input[type=search] {
  color: white;
  padding-left: 30px;
  font-weight: 100;
}

.menu-description p {
  font-family: "freight-display-pro", serif;
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.4166666667; /* 34px */
}

.mobile-logo {
  position: absolute;
  top: 30px;
  width: 320px;
  max-width: 55%;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}
.mobile-logo .top-nav__logo svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .top-nav__logo svg {
    width: 280px;
  }
  .top-nav ul.menu > li > a {
    padding: 20px 6px;
  }
  .top-nav ul.menu > li > a:after {
    width: calc(100% - 12px);
    left: 6px;
  }
  .top-nav ul.menu > li:first-child a:after, .top-nav ul.menu > li:last-child a:after {
    width: calc(100% - 6px);
  }
}
@media (max-width: 1199px) {
  .top-toolbar {
    background-color: black;
  }
  div.mobile-menu {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow: scroll;
  }
  div.mobile-menu::-webkit-scrollbar {
    display: none;
  }
  div.mobile-menu {
    scrollbar-width: none;
  }
  .mobile-menu {
    background-color: #A1233E;
    background-image: url(../img/corner-lilly-white-rotated.svg);
    background-repeat: no-repeat;
    background-position: bottom -60px right -60px;
    background-size: 220px;
    position: fixed;
    top: 0;
    right: -375px;
    z-index: 101;
    width: 375px;
    max-width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.4s ease-in;
  }
  .mobile-menu .search {
    position: absolute;
    top: 10px;
    right: 310px;
    z-index: 11;
  }
  .mobile-menu .search-contain {
    padding: 33px 40px 0;
  }
  .mobile-menu .search-contain .search-form button[type=submit] {
    top: 16px;
    height: 18px;
    width: 18px;
  }
  .mobile-menu .search-form input[type=search] {
    background: none;
    border: none;
  }
  .mobile-menu ul {
    list-style: none;
  }
  .mobile-menu ul#mobile-menu {
    margin-top: 50px;
  }
  .mobile-menu .current-page-ancestor > a,
  .mobile-menu .current-menu-item > a {
    opacity: 0.75;
  }
  .mobile-menu .menu-main-left-container > li,
  .mobile-menu .menu-main-right-container > li {
    position: relative;
    margin-bottom: 14px;
  }
  .mobile-menu .menu-main-left-container > li[data-has-children=menu-item-has-children] > .arrow,
  .mobile-menu .menu-main-right-container > li[data-has-children=menu-item-has-children] > .arrow {
    content: "";
    background-image: url(../img/arrow-down.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    position: absolute;
    top: -2px;
    height: 40px;
    width: 40px;
    right: 25px;
    padding: 10px;
    cursor: pointer;
  }
  .mobile-menu .menu-main-left-container a,
  .mobile-menu .menu-main-right-container a {
    font-family: "freight-display-pro", serif;
    font-size: 28px; /* 28px */
    font-size: 1.75rem; /* 28px */
    line-height: 1.2857142857; /* 36px */
    font-weight: 200;
    color: white;
    transition: all 0.4s ease-in;
  }
  .mobile-menu .menu-main-left-container a:hover,
  .mobile-menu .menu-main-right-container a:hover {
    color: white;
    opacity: 0.75;
  }
  .mobile-menu .menu-toolbar-container {
    margin-top: 45px;
  }
  .mobile-menu .menu-toolbar-container li {
    margin-bottom: 10px;
  }
  .mobile-menu .menu-toolbar-container a {
    font-family: "darkmode-off", sans-serif;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    letter-spacing: 0.5px;
    color: white;
    text-transform: uppercase;
  }
  .mobile-menu .corner-lilly {
    position: absolute;
    bottom: -125px;
    right: -60px;
    transform: rotate(165deg) scale(0.6);
  }
  .mobile-menu .top-nav__dropdown {
    opacity: 1;
    width: auto;
    position: fixed;
    top: 0;
    right: -375px;
    z-index: 15;
    visibility: visible;
    padding: 0;
  }
  .mobile-menu .top-nav__dropdown::before {
    display: none;
  }
  .mobile-menu .top-nav__dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(top, rgba(165, 35, 54, 0.001) 0%, #A52336 100%);
    pointer-events: none;
  }
  .mobile-menu .top-nav__dropdown .menu-back-container {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 95px;
    background: #A1233E;
    top: 0;
  }
  .mobile-menu .top-nav__dropdown .menu-back {
    position: absolute;
    top: 47px;
    left: 60px;
    font-family: "darkmode-off", sans-serif;
    font-size: 16px;
    letter-spacing: 0.67px;
    line-height: 19px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
  }
  .mobile-menu .top-nav__dropdown .menu-back::before {
    content: url(../img/arrow-down.svg);
    transform: rotate(90deg) scale(1.5);
    position: absolute;
    top: 0;
    right: 48px;
    cursor: pointer;
  }
  .mobile-menu .top-nav__dropdown .dropdown__contain {
    background-color: #A1233E;
    width: 375px;
    max-width: 100vw;
    padding: 100px 40px 80px;
    height: 100vh;
    overflow: auto;
  }
  .mobile-menu .top-nav__dropdown .dropdown__contain .col-6:first-child {
    max-width: 100%;
    width: 100%;
    flex: 1;
  }
  .mobile-menu .top-nav__dropdown .dropdown__contain .col-6:first-child .title {
    font-family: "freight-display-pro", serif;
    font-size: 34px;
    font-weight: 200;
    line-height: 48px;
    color: white;
    margin-bottom: 32px;
  }
  .mobile-menu .top-nav__dropdown .dropdown__contain .col-6:first-child ul {
    column-count: 1;
  }
  .mobile-menu .top-nav__dropdown .dropdown__contain .col-6:first-child ul li a {
    font-family: "darkmode-off", sans-serif;
    font-size: 16px;
    letter-spacing: 0.67px;
    line-height: 19px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .mobile-menu .top-nav__dropdown .menu-description {
    display: none;
  }
  .mobile-menu .top-nav__dropdown.open {
    right: 0;
  }
  .mobile-menu.open {
    right: 0;
  }
  .hamburger-menu {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 102;
  }
  .hamburger {
    display: inline-block;
    background-color: #A1233E;
    font: inherit;
    text-transform: none;
    color: inherit;
    border: 0;
    padding: 14px 14px 10px;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-property: opacity, filter;
  }
  .hamburger-box {
    width: 28px;
    height: 15px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -6px;
  }
  .hamburger-inner::after {
    bottom: -6px;
  }
  .hamburger--animation .hamburger-inner {
    transition: all 0.2s ease;
  }
  .hamburger--animation .hamburger-inner::before {
    visibility: visible;
    transition: top 0.4s ease 0.5s, transform 0.4s ease;
  }
  .hamburger--animation .hamburger-inner::after {
    visibility: visible;
    transition: bottom 0.4s ease 0.5s, transform 0.4s ease;
  }
  .hamburger-menu.open .hamburger--animation .hamburger-inner {
    visibility: hidden;
    transition-delay: 0.2s;
  }
  .hamburger-menu.open .hamburger--animation .hamburger-inner::before {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.4s ease, transform 0.4s ease 0.5s;
  }
  .hamburger-menu.open .hamburger--animation .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.4s ease, transform 0.4s ease 0.5s;
  }
}
@media (max-width: 1199px) {
  body.home .mobile-logo {
    display: none !important;
  }
  body.home.fp-viewing-0 .mobile-logo {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  body.nav-open .main-nav {
    background: #A1233E;
    padding-bottom: 5px;
  }
}

.main-nav {
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s ease;
}
.main-nav__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 32px 0;
  z-index: 10001;
}
@media screen and (max-width: 991px) {
  .main-nav__header {
    padding: 20px 20px 15px;
  }
}
@media screen and (max-width: 575px) {
  .main-nav__header {
    padding: 15px 15px 0;
  }
}
.main-nav__logo {
  position: relative;
  z-index: 10002;
}
.main-nav__logo img {
  width: 332px;
  height: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .main-nav__logo img {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .main-nav__logo img {
    margin-top: 3px;
    width: 230px;
  }
}
.main-nav__logo .white-replacement-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.main-nav__actions {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 10002;
}
.main-nav__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .main-nav__search {
    margin-right: 15px;
  }
}
@media screen and (max-width: 949px) {
  .main-nav__search {
    display: none;
  }
}
.main-nav__search.dark-theme .main-nav__search-trigger {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}
.main-nav__search.dark-theme .main-nav__search-form {
  background: #fff;
}
.main-nav__search.dark-theme .main-nav__search-input {
  color: #232323;
}
.main-nav__search.dark-theme .main-nav__search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.main-nav__search.dark-theme .main-nav__search-submit {
  color: #232323;
}
.main-nav__search-trigger {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #232323;
  border: 1px solid #232323;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
.main-nav__search-trigger:focus {
  outline: none !important;
}
.main-nav__search-trigger:hover {
  opacity: 0.9;
}
.main-nav__search-trigger.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.8);
}
.main-nav__search-icon {
  width: 14px;
  height: 14px;
}
.main-nav__search-form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 0;
  height: 30px;
  background: #232323;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease;
}
.main-nav__search-form.is-open {
  width: 200px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .main-nav__search-form.is-open {
    width: 260px;
  }
}
.main-nav__search-input {
  flex: 1;
  height: 100%;
  padding: 0 5px 0 15px;
  background: #232323 !important;
  border: none !important;
  outline: none;
  font-family: "darkmode-off", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
}
.main-nav__search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav__search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  outline: none;
  flex-shrink: 0;
}
.main-nav__search-submit:focus {
  outline: none !important;
  border: none !important;
}
.main-nav__search-submit:hover {
  opacity: 1;
}
.main-nav__search-submit svg {
  width: 14px;
  height: 14px;
}
.main-nav__search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  outline: none;
  flex-shrink: 0;
  margin-right: 2px;
}
.main-nav__search-close:hover {
  opacity: 1;
}
.main-nav__search-close svg {
  width: 12px;
  height: 12px;
}
.main-nav__portals {
  position: relative;
  margin-right: 0;
}
.main-nav__portals.dark-theme {
  background: #393939;
  margin-left: 14px;
  margin-right: 15px;
}
.main-nav__portals-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  color: #fff;
  transition: all 0.3s ease;
  margin-right: 10px;
  outline: none !important;
}
.main-nav__portals-trigger:hover {
  opacity: 0.8;
}
.main-nav__portals-trigger.is-active .main-nav__portals-icon circle:first-child {
  fill: white;
  fill-opacity: 1;
}
.main-nav__portals-trigger.is-active .main-nav__portals-icon circle:not(:first-child),
.main-nav__portals-trigger.is-active .main-nav__portals-icon path {
  fill: #A1233E;
}
@media screen and (max-width: 949px) {
  .main-nav__portals-trigger {
    display: none;
  }
}
.main-nav__portals-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.main-nav__portals-icon circle,
.main-nav__portals-icon path {
  transition: fill 0.3s ease, fill-opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-nav__portals-icon {
    width: 24px;
    height: 24px;
  }
}
.main-nav__portals-text {
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .main-nav__portals-text {
    font-size: 14px;
  }
}
.main-nav__portals-arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}
.is-active .main-nav__portals-arrow {
  transform: rotate(180deg);
}
.main-nav__portals-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background: #232323;
  width: 370px;
  padding: 24px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 100;
}
.main-nav__portals-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .main-nav__portals-dropdown {
    width: 340px;
    padding: 20px 24px 24px;
  }
}
.main-nav__portals-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.main-nav__portals-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 26px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: opacity 0.2s ease;
}
.main-nav__portals-link:hover {
  opacity: 0.7;
  color: #fff;
}
.main-nav__visit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 48px;
  background: #fff;
  border: 1px solid #fff;
  color: #232323;
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin-right: 15px;
}
.main-nav__visit:hover {
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 949px) {
  .main-nav__visit {
    display: none;
  }
}
.main-nav__hamburger {
  position: relative;
  z-index: 10003;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 48px;
  background: #A1233E;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  outline: none !important;
}
.main-nav__hamburger-icon {
  position: relative;
  width: 40px;
  height: 14px;
}
.main-nav__hamburger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.main-nav__hamburger-icon span:nth-child(1) {
  top: 0;
}
.main-nav__hamburger-icon span:nth-child(2) {
  top: 50%;
}
.main-nav__hamburger-icon span:nth-child(3) {
  bottom: -1px;
}
.main-nav__hamburger-icon.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.main-nav__hamburger-icon.is-active span:nth-child(2) {
  opacity: 0;
}
.main-nav__hamburger-icon.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.nav-overlay.is-open {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .nav-overlay.is-open {
    background: #A1233E;
  }
}
@media screen and (max-width: 949px) {
  .nav-overlay {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-overlay__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #A1233E;
  overflow: hidden;
  max-height: 700px;
  visibility: hidden;
}
@media screen and (max-width: 949px) {
  .nav-overlay__bg {
    bottom: 0;
    height: auto;
    max-height: none;
  }
}
.nav-overlay.is-open .nav-overlay__bg {
  visibility: visible;
}
.nav-overlay__content {
  position: relative;
  height: 900px;
}
@media screen and (max-width: 949px) {
  .nav-overlay__content {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}
.nav-overlay__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 949px) {
  .nav-overlay__main {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    padding: 125px 32px 30px;
    height: auto;
    flex: 1 1 auto;
    overflow: visible;
  }
}
@media screen and (max-width: 575px) {
  .nav-overlay__main {
    padding: 100px 24px 26px;
  }
}
.nav-overlay__left {
  position: absolute;
  left: 78px;
  top: 157px;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .nav-overlay__left {
    left: 50px;
    top: 130px;
  }
}
@media screen and (max-width: 949px) {
  .nav-overlay__left {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 100%;
  }
}
.nav-overlay__right {
  position: absolute;
  right: 80px;
  top: 378px;
  text-align: right;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .nav-overlay__right {
    right: 50px;
    top: 320px;
  }
}
@media screen and (max-width: 949px) {
  .nav-overlay__right {
    display: none;
  }
}
.nav-overlay__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 206px;
  display: none !important;
}
@media screen and (max-width: 949px) {
  .nav-overlay__bottom {
    display: none !important;
  }
}

@media screen and (max-width: 949px) {
  body.nav-open .main-nav__header.red-background {
    background: #A1233E;
  }
}
body.search-results .main-nav__search-input,
body.single-post .main-nav__search-input {
  background: #fff !important;
  color: #232323 !important;
}

.nav-primary__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .nav-primary__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 949px) {
  .nav-primary__list {
    margin-top: 0;
  }
}
.nav-primary__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 949px) {
  .nav-primary__item {
    margin-bottom: 2px;
  }
}
.nav-primary__item.has-submenu > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  transition: padding-left 0.4s ease;
}
.nav-primary__item.has-submenu.is-active > a {
  padding-left: 35px;
}
@media screen and (max-width: 949px) {
  .nav-primary__item.has-submenu.is-active > a {
    padding-left: 0;
  }
}
.nav-primary__item.has-submenu.is-active .nav-primary__arrow {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 949px) {
  .nav-primary__item.has-submenu.is-active .nav-primary__arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.nav-primary__arrow {
  position: absolute;
  left: 0;
  top: 17px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .nav-primary__arrow {
    top: 12px;
    width: 18px;
    height: 13px;
  }
}
@media screen and (max-width: 949px) {
  .nav-primary__arrow {
    display: none;
  }
}
.nav-primary__link {
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.nav-primary__link:hover {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .nav-primary__link {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 949px) {
  .nav-primary__link {
    font-size: 38px;
    line-height: 54px;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 575px) {
  .nav-primary__link {
    font-size: 32px;
    line-height: 46px;
  }
}

.nav-secondary {
  margin-top: 30px;
}
@media screen and (max-width: 949px) {
  .nav-secondary {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-secondary {
    margin-top: 20px;
  }
}
.nav-secondary__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-secondary__item {
  margin-bottom: 0;
}
.nav-secondary__link {
  font-family: "freight-display-pro", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.nav-secondary__link:hover {
  color: #fff;
}
@media screen and (max-width: 949px) {
  .nav-secondary__link {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
  }
}
@media screen and (max-width: 575px) {
  .nav-secondary__link {
    font-size: 20px;
    line-height: 32px;
  }
}

.nav-submenu {
  position: fixed;
  top: 176px;
  left: 400px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  gap: 80px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-submenu.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .nav-submenu {
    left: 300px;
    top: 176px;
    gap: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .nav-submenu {
    left: 280px;
  }
}
@media screen and (max-width: 949px) {
  .nav-submenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #A1233E;
    flex-direction: column;
    gap: 0;
    padding: 105px 32px 32px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: none;
    z-index: 20;
  }
  .nav-submenu:not(.is-visible) {
    display: none;
  }
  .nav-submenu.is-visible {
    display: flex;
    pointer-events: auto;
  }
}
@media screen and (max-width: 575px) {
  .nav-submenu {
    padding: 110px 24px 24px;
  }
}
.nav-submenu__title {
  display: none;
}
@media screen and (max-width: 949px) {
  .nav-submenu__title {
    display: block;
    font-family: "freight-display-pro", serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .nav-submenu__title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 14px;
  }
}
.nav-submenu__col {
  min-width: 180px;
}
@media screen and (max-width: 1199px) {
  .nav-submenu__col {
    min-width: 150px;
  }
}
@media screen and (max-width: 949px) {
  .nav-submenu__col {
    min-width: 0;
    width: 100%;
  }
}
.nav-submenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-submenu__item {
  margin-bottom: 8px;
}
.nav-submenu__link {
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.nav-submenu__link:hover {
  color: #fff;
}
.nav-submenu__link.is-current {
  font-weight: 600;
}
@media screen and (max-width: 949px) {
  .nav-submenu__link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -0.3px;
    white-space: normal;
  }
  .nav-submenu__link.is-current {
    font-weight: 600;
  }
}
.nav-submenu__back {
  display: none;
}
@media screen and (max-width: 949px) {
  .nav-submenu__back {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 24px;
    font-family: "darkmode-off", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    align-self: flex-start;
    outline: none;
  }
  .nav-submenu__back:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 575px) {
  .nav-submenu__back {
    margin-top: 15px;
  }
}
.nav-submenu__back-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 15px;
}

.nav-motto {
  text-align: right;
}
@media screen and (max-width: 949px) {
  .nav-motto {
    display: none;
  }
}
.nav-motto__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  float: right;
}
@media screen and (max-width: 991px) {
  .nav-motto__inner {
    float: none;
  }
}
.nav-motto__icon {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .nav-motto__icon {
    justify-content: flex-start;
  }
}
.nav-motto__icon img {
  width: 35px;
  height: auto;
}
.nav-motto__title {
  font-family: "freight-display-pro", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 0;
}
.nav-motto__subtitle {
  font-family: "freight-display-pro", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 12px;
}
.nav-motto__divider {
  width: 227px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-bottom: 12px;
  clear: both;
}
@media screen and (max-width: 991px) {
  .nav-motto__divider {
    margin-left: 0;
  }
}
.nav-motto__first_text {
  max-width: 232px;
}
.nav-motto__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  max-width: 229px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .nav-motto__text {
    margin-left: 0;
  }
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
@media screen and (max-width: 949px) {
  .nav-social {
    display: none;
  }
}
.nav-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.nav-social__link:hover {
  background: #fff;
  border-color: #fff;
}
.nav-social__link:hover svg path,
.nav-social__link:hover svg circle {
  fill: #A1233E;
  stroke: #A1233E;
}
.nav-social__link svg {
  width: 16px;
  height: 16px;
}
.nav-social__link svg path, .nav-social__link svg circle {
  fill: #fff;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

body.nav-open {
  overflow: hidden;
}
body.nav-open .main-nav__logo--white img.black-logo {
  opacity: 0 !important;
}
body.nav-open .main-nav__logo--white img.white-replacement-logo {
  opacity: 1 !important;
}

.nav-mobile-footer {
  display: none;
  background: #A1233E;
}
@media screen and (max-width: 949px) {
  .nav-mobile-footer {
    display: block;
    position: relative;
    margin-top: auto;
    padding: 26px 32px 32px;
  }
}
@media screen and (max-width: 575px) {
  .nav-mobile-footer {
    padding: 14px 24px 28px;
  }
}
.nav-mobile-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 18px;
}
.nav-mobile-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-mobile-footer__right-group {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-mobile-portals__trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 6px 10px 6px 0;
  color: #fff;
  outline: none;
}
.nav-mobile-portals__trigger:focus, .nav-mobile-portals__trigger:hover {
  opacity: 0.9;
}
.nav-mobile-portals__trigger.is-active .nav-mobile-portals__icon circle:first-child {
  fill: #fff;
  fill-opacity: 1;
}
.nav-mobile-portals__trigger.is-active .nav-mobile-portals__icon circle:not(:first-child),
.nav-mobile-portals__trigger.is-active .nav-mobile-portals__icon path {
  fill: #A1233E;
}
.nav-mobile-portals__trigger.is-active .nav-mobile-portals__arrow {
  transform: rotate(180deg);
}
.nav-mobile-portals__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.nav-mobile-portals__icon circle,
.nav-mobile-portals__icon path {
  transition: fill 0.3s ease, fill-opacity 0.3s ease;
}
.nav-mobile-portals__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 26px;
  color: #fff;
}
.nav-mobile-portals__arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}
.nav-mobile-portals__dropdown {
  display: none;
}
@media screen and (max-width: 949px) {
  .nav-mobile-portals__dropdown {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #A1233E;
    padding: 28px 32px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    overflow-y: auto;
  }
}
@media screen and (max-width: 575px) {
  .nav-mobile-portals__dropdown {
    padding: 24px 24px 28px;
  }
}
.nav-mobile-portals__panel-trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 0 18px;
  margin-bottom: 10px;
  color: #fff;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}
.nav-mobile-portals__panel-trigger:hover, .nav-mobile-portals__panel-trigger:focus {
  opacity: 0.9;
}
.nav-mobile-portals__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  padding-top: 4px;
}
.nav-mobile-portals__column {
  display: flex;
  flex-direction: column;
}
.nav-mobile-portals__link {
  display: block;
  padding: 8px 0 7px;
  color: #fff;
  text-decoration: none;
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: opacity 0.2s ease;
}
.nav-mobile-portals__link:hover, .nav-mobile-portals__link:focus {
  color: #fff;
  opacity: 0.8;
}

.nav-mobile-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 42px;
  background: #fff;
  color: #232323;
  font-family: "darkmode-off", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid #fff;
  transition: background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
.nav-mobile-visit:hover, .nav-mobile-visit:focus {
  background: transparent;
  color: #fff;
}
.nav-mobile-footer.portals-open .nav-mobile-visit {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.nav-mobile-search {
  position: relative;
  z-index: 1;
  width: 240px;
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-mobile-search {
    display: block;
  }
}
.nav-mobile-search__trigger {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #232323;
  border: 1px solid #232323;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
.nav-mobile-search__trigger:focus {
  outline: none !important;
}
.nav-mobile-search__trigger:hover {
  opacity: 0.9;
}
.nav-mobile-search__trigger.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.8);
}
.nav-mobile-search__icon {
  width: 14px;
  height: 14px;
}
.nav-mobile-search__form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  width: 0;
  height: 30px;
  background: #232323;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease;
}
.nav-mobile-search__form.is-open {
  width: 240px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 575px) {
  .nav-mobile-search__form.is-open {
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .nav-mobile-search__form.is-open {
    width: 240px;
  }
}
.nav-mobile-search__input {
  flex: 1;
  width: 100% !important;
  height: 100%;
  padding: 0 5px 0 15px;
  background: #232323 !important;
  border: none !important;
  outline: none;
  font-family: "darkmode-off", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
}
.nav-mobile-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.nav-mobile-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  outline: none;
  flex-shrink: 0;
}
.nav-mobile-search__submit:focus {
  outline: none !important;
  border: none !important;
}
.nav-mobile-search__submit:hover {
  opacity: 1;
}
.nav-mobile-search__submit svg {
  width: 14px;
  height: 14px;
}
.nav-mobile-search__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  outline: none;
  flex-shrink: 0;
  display: none;
}
.nav-mobile-search__close:hover {
  opacity: 1;
}
.nav-mobile-search__close svg {
  width: 15px;
  height: 15px;
}
.nav-mobile-footer.portals-open .nav-mobile-search {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.site-footer {
  background-color: #232323;
  color: white;
  padding-top: 80px;
  padding-bottom: 30px;
}
.site-footer a {
  color: white;
  transition: 0.2s;
}
.site-footer a:hover {
  color: #A1233E;
}
.site-footer svg {
  width: 115px;
  height: 130px;
}
.site-footer p {
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
}
.site-footer .title {
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.3684210526; /* 26px */
  margin-bottom: 20px;
}
.site-footer .copyright {
  margin-top: 80px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
}
.site-footer ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  list-style: none;
}
.site-footer li {
  padding-bottom: 5px;
}
.site-footer .social-links {
  margin-top: 30px;
}
.site-footer .social-links svg {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}
.site-footer .social-links svg path {
  transition: 0.2s;
}
.site-footer .social-links svg:hover path {
  fill: #A1233E;
}

.site-footer-new {
  background: #232323;
  position: relative;
  padding-top: 5px;
}
.site-footer-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #A1233E;
}
.site-footer-new__main {
  padding: 65px 0 40px;
}
@media screen and (max-width: 991px) {
  .site-footer-new__main {
    padding: 40px 0 30px;
  }
}
.site-footer-new__crest {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .site-footer-new__crest {
    text-align: center;
  }
}
.site-footer-new__crest a {
  display: block;
}
.site-footer-new__crest img, .site-footer-new__crest svg {
  width: 100%;
  max-width: 196px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-footer-new__crest img, .site-footer-new__crest svg {
    max-width: 100px;
  }
}
.site-footer-new__motto-section.top {
  background-color: rgba(57, 57, 57, 0.9);
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer-new__motto-section.top {
    display: block;
    padding: 30px 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer-new__motto-section.bottom {
    display: none;
  }
}
.site-footer-new__motto {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .site-footer-new__motto {
    display: block;
    text-align: center;
    max-width: 100%;
  }
}
.site-footer-new__lily {
  flex-shrink: 0;
  margin-top: 3px;
}
.site-footer-new__lily svg {
  width: 20px;
  height: 22px;
}
.site-footer-new__motto-text p {
  margin: 0;
  font-family: "freight-display-pro", serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 2px;
}
.site-footer-new__motto-text p:first-child {
  font-weight: 300;
}
.site-footer-new__motto-text p:last-child {
  font-weight: 600;
}
.site-footer-new__tagline {
  font-family: "darkmode-off", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .site-footer-new__tagline {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer-new__tagline {
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer-new__section {
    margin-bottom: 30px;
  }
}
.site-footer-new__title {
  font-family: "freight-display-pro", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 992px) {
  .site-footer-new__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.site-footer-new__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer-new__links li {
  margin-bottom: 8px;
}
.site-footer-new__links li:last-child {
  margin-bottom: 0;
}
.site-footer-new__links a {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .site-footer-new__links a {
    font-size: 16px;
    line-height: 28px;
  }
}
.site-footer-new__links a:hover {
  color: #ffffff;
}
.site-footer-new__portals {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .site-footer-new__portals {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer-new__contact-section {
    margin-top: 0px;
  }
}
.site-footer-new__contact-title {
  font-family: "freight-display-pro", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 15px 0 20px 0;
}
@media screen and (max-width: 991px) {
  .site-footer-new__contact-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer-new__contact-row {
    flex-direction: column;
    gap: 20px;
  }
}
.site-footer-new__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.site-footer-new__contact-item:last-child {
  margin-bottom: 0;
}
.site-footer-new__contact-item svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.site-footer-new__contact-item p, .site-footer-new__contact-item a {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .site-footer-new__contact-item p, .site-footer-new__contact-item a {
    font-size: 16px;
    line-height: 28px;
  }
}
.site-footer-new__contact-item a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer-new__social {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .site-footer-new__social {
    justify-content: flex-start;
  }
}
.site-footer-new__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .site-footer-new__social-link {
    margin-top: 10px;
  }
}
.site-footer-new__social-link:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.site-footer-new__social-link:hover svg path {
  fill: #232323;
}
.site-footer-new__social-link svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .site-footer-new__social-link svg {
    width: 42px;
    height: 42px;
  }
}
.site-footer-new__social-link svg path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.site-footer-new__bottom {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding: 25px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .site-footer-new__bottom {
    margin-top: 50px;
    padding: 0 0 40px 0;
    background: transparent;
  }
  .site-footer-new__bottom_inner {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
.site-footer-new__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .site-footer-new__copyright {
    text-align: center;
  }
}
.site-footer-new__copyright p, .site-footer-new__copyright a {
  font-family: "darkmode-off", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-footer-new__copyright p, .site-footer-new__copyright a {
    font-size: 10px;
  }
}
.site-footer-new__copyright a:hover {
  color: #ffffff;
}

.title {
  font-family: "freight-display-pro", serif;
  margin: 0;
}
.title--2xs {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
}
.title--xs {
  font-size: 30px; /* 30px */
  font-size: 1.875rem; /* 30px */
  line-height: 1.2; /* 36px */
}
.title--sm {
  font-size: 38px; /* 38px */
  font-size: 2.375rem; /* 38px */
  line-height: 1.1052631579; /* 42px */
}
.title--md {
  font-size: 44px; /* 44px */
  font-size: 2.75rem; /* 44px */
  line-height: 1.2272727273; /* 54px */
  letter-spacing: 1px;
}
.title--lg {
  font-size: 68px; /* 68px */
  font-size: 4.25rem; /* 68px */
  line-height: 1.0882352941; /* 74px */
}
.title--xl {
  font-size: 82px; /* 82px */
  font-size: 5.125rem; /* 82px */
  line-height: 0.8536585366; /* 70px */
}
.title--2xl {
  font-size: 92px; /* 92px */
  font-size: 5.75rem; /* 92px */
  line-height: 0.9130434783; /* 84px */
}
.title--drop div:first-child {
  display: block;
  font-size: 0.39em;
  margin-bottom: 8px;
}
.title--drop.no-margin div:first-child {
  margin-bottom: 0;
}

.heading {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.2142857143; /* 17px */
}

.fullpage-curtain {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: black;
  opacity: 1;
  z-index: 99;
  display: none;
}

.fullpage .black {
  background-color: black;
  color: white;
}
.fullpage .white {
  background-color: white;
  color: #232323;
}
.fullpage__top-title {
  position: absolute;
  bottom: 0;
  padding: 80px 0 140px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  left: 0;
  z-index: 1;
}
.fullpage__top-title svg {
  margin: 0 25px 0 37px;
}
.fullpage__bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.fullpage__top-gradient {
  height: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.fullpage__text-content {
  position: relative;
  z-index: 2;
}

.top-corner-lily {
  position: absolute;
  top: -80px;
  left: 0;
  opacity: 0.2 !important;
}
.top-corner-lily svg {
  width: 40vw;
}
@media screen and (min-width: 900px) {
  .top-corner-lily svg {
    min-height: 360px;
  }
}
.top-corner-lily svg {
  max-width: 340px;
}

.right-image-fade {
  height: 100%;
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.right-image-fade:before {
  position: absolute;
  content: "";
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 100%;
  left: 0;
  top: 0;
  width: 40%;
}
.right-image-fade .image {
  background-position: right center;
  background-size: cover;
  height: 100%;
}

.section-5 .fp-tableCell {
  vertical-align: top;
}
.section-5 .container {
  padding-top: 120px;
}

.diamond-mask {
  position: absolute;
  height: 100vh;
  right: 0;
  top: 0;
  background-size: cover;
}
.diamond-mask svg {
  height: 100vh;
  width: 74.7vh;
}
.diamond-mask svg polygon {
  stroke: #fff;
}

img {
  pointer-events: none;
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

img.logo-divider {
  max-width: 90%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.responsive {
  width: 100%;
  height: auto;
}

.image-responsive {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

.img-background--cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.img-background--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-image--right {
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.bg-image--bottom {
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#content-wrap {
  position: relative;
  background: #D8DBC7 !important;
}

#page-wrap {
  overflow: hidden;
  position: relative;
  background: #D8DBC7 !important;
}

.intro {
  font-size: 1.3125rem;
  line-height: 1.5238095238;
  font-weight: 400;
  display: block;
}
.intro--drop-cap:first-child:first-letter {
  font-size: 108px; /* 108px */
  font-size: 6.75rem; /* 108px */
  line-height: 0.787037037; /* 85px */
  float: left;
  font-family: "freight-display-pro", serif;
  color: #A1233E;
  margin-right: 15px;
}

section,
section.bg-white {
  background: #D8DBC7 !important;
}

p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.full-width-image {
  width: 100%;
  margin: 90px 0;
}

.the-content ul,
.the-content li {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.the-content h2 {
  font-family: "freight-display-pro", serif;
  font-size: 3.125rem;
}
.the-content h3 {
  font-family: "freight-display-pro", serif;
  font-size: 38px; /* 38px */
  font-size: 2.375rem; /* 38px */
  line-height: 1.1052631579; /* 42px */
}
.the-content strong,
.the-content b {
  font-weight: 700;
}
.the-content a:not(.button) {
  color: #A1233E;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.the-content p:last-child {
  margin-bottom: 0;
}
.the-content ul {
  list-style: none;
  padding: 0;
}
.the-content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
}
.the-content ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 13px;
  left: 0;
  top: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/crest-red.svg);
}
.the-content ul li ul {
  margin: 10px 0 25px;
}
.the-content table {
  border: solid 1px #fff;
  border-bottom: none;
}
.the-content table thead th {
  background: #A1233E;
  color: white;
  padding: 10px 10px;
  font-weight: 400;
  border-bottom: solid 1px #fff;
}
.the-content table thead td {
  background: #A1233E !important;
  color: white;
  padding: 10px 10px;
  font-weight: 400;
}
.the-content table td {
  padding: 10px 10px;
  border-top: none !important;
  font-size: 0.875rem;
  border-bottom: solid 1px #fff;
}
.the-content table tr:nth-child(odd) td {
  background: rgba(203, 207, 180, 0.46);
}
.the-content table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.4);
}
.the-content table tr:hover:nth-child(odd) td {
  background: rgba(203, 207, 180, 0.46);
}
.the-content table tr:hover:nth-child(even) td {
  background: rgba(255, 255, 255, 0.4);
}
.the-content table {
  margin: 40px 0;
}
.the-content table ul {
  list-style: circle;
}
.the-content table ul li:before {
  display: none;
}
.the-content table ul li {
  padding-left: 0;
}

.map-image-container {
  aspect-ratio: 4/3;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.map-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bootstrap-table {
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
}
.bootstrap-table > .row {
  padding-top: 7px;
  padding-bottom: 7px;
}

ul.gallery {
  width: 100%;
  padding: 0;
}
ul.gallery li {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding-bottom: 20px;
}
ul.gallery li:nth-child(2n-1) {
  padding-right: 15px;
}
ul.gallery li:nth-child(2n) {
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  ul.gallery li {
    width: 100%;
  }
}
ul.gallery li:before {
  content: none;
}
ul.gallery li div.gallery__image {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
ul.gallery li p {
  display: none;
  margin: 0;
}

::-moz-selection {
  background: #A1233E;
  color: white;
  padding: 10px;
}

::selection {
  background: #A1233E;
  color: white;
  padding: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin: 40px 0;
}
.wp-caption img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
}

.crest {
  position: relative;
}
.crest:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 40px;
  background-image: url(../img/crest-red.svg);
  background-size: contain;
  top: -50px;
  left: calc(50% - 11px);
}

.quote-strip {
  margin: 60px 0 70px;
}
.quote-strip cite {
  display: block;
  color: #A1233E;
}
.quote-strip .crest {
  position: relative;
  padding-top: 70px;
}
.quote-strip .crest:before {
  top: 0;
}
.quote-strip--red-bg {
  padding: 100px 0 65px;
  margin: 70px 0;
  background: #A1233E;
  color: white;
}
.quote-strip--red-bg cite {
  color: white;
}
.quote-strip--red-bg .crest:before {
  background-image: url(../img/quote-lilly-white.svg);
}

.col-grid > div {
  margin-bottom: 30px;
}

.bg-grey {
  background: #F5F5F5;
  padding: 80px 0;
}

.section-std {
  padding: 90px 0;
}
.section-std--small {
  padding: 60px 0;
}

.stat-box {
  background: rgba(255, 255, 255, 0.4);
  margin: 50px auto;
  max-width: 340px;
  padding: 35px 45px;
  text-align: center;
}
.stat-box__stat {
  font-size: 68px; /* 68px */
  font-size: 4.25rem; /* 68px */
  line-height: 1.2352941176; /* 84px */
  font-family: "freight-display-pro", serif;
  margin-bottom: 19px;
  color: #A1233E;
}
.stat-box__detail {
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.5555555556; /* 28px */
}

.stats-strip {
  background: #F5F5F5;
  margin: 50px 0;
  overflow: hidden;
}
.stats-strip .stat-box {
  margin: auto;
}

.loading-screen {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #232323;
  z-index: 9;
}
.loading-screen svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 140px;
}

.diamond-image {
  position: absolute;
  right: -240px;
  top: 0;
}
.diamond-image svg {
  height: 600px;
  width: 480px;
}

.page-template-tpl-team-profiles .mfp-close-btn-in .mfp-close {
  color: white;
}

.place-order-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
}
.place-order-float span {
  width: 100px;
  height: 100px;
  background: #A1233E;
  text-align: center;
  border-radius: 50%;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  padding: 23px;
  font-size: 14px;
  line-height: 1.3;
}
.place-order-float span:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: solid 1px #A1233E;
  text-align: center;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}

.banner__map {
  min-height: 400px;
}

.ig_action_bar.ig_hello.ig_container.ig_bottom {
  border-top: none !important;
}

.ig_action_bar.ig_hello.ig_container.ig_bottom {
  padding: 10px 0;
}

.ig_action_bar.ig_hello .ig_button, .ig_action_bar.ig_hello input[type=submit], .ig_action_bar.ig_hello input[type=button] {
  font-weight: 200 !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 12px;
  padding: 7px 20px !important;
  border-radius: 0 !important;
}

.ig_action_bar .ig_close {
  right: 15px !important;
  padding-top: 14px;
}

.table-responsive {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow: scroll;
}
.table-responsive::-webkit-scrollbar {
  display: none;
}
.table-responsive table {
  min-width: 550px;
}

.full-width-image-contain + .back-to-all-contain .button {
  margin-top: 0;
}

.page-id-39 table.tablepress th:first-child {
  width: 240px;
}

body.androidOS .intro--drop-cap:first-child:first-letter {
  margin-top: -20px;
}

.video-popup-main-strip {
  margin: 100px 0;
}
.video-popup-main-strip .main-video-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-popup-main-strip .main-video-iframe img:not(.main-play) {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-popup-main-strip .main-video-iframe .main-video-title {
  color: #FFFFFF;
  font-family: "freight-display-pro", serif;
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 95px;
  position: absolute;
  bottom: 32px;
  left: 52px;
  z-index: 2;
}
.video-popup-main-strip .main-video-iframe .main-video-button img {
  position: absolute;
  z-index: 2;
  top: calc(50% - 52.5px);
  left: calc(50% - 52.5px);
}

.page-id-16478 .mfp-content {
  max-width: 1300px;
}

.video-popup-sub-strip {
  margin: 50px 0 100px;
}
.video-popup-sub-strip .sub-video__title {
  color: #FFFFFF;
  font-family: "freight-display-pro", serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}
.video-popup-sub-strip .sub-video__key {
  left: 10px;
  right: unset;
  background-color: unset;
}
.video-popup-sub-strip .teaser:hover::after {
  opacity: 0;
}
.video-popup-sub-strip .teaser-video-button img {
  position: absolute;
  z-index: 2;
  top: calc(50% - 44.4px);
  left: calc(50% - 44.4px);
  width: 24%;
}

.z-index-2 {
  z-index: 2;
}

.title--xs + .title--2xl {
  margin-top: 15px;
}
.title--sm + .title--2xl {
  margin-top: 20px;
}
.title--sm + ul {
  margin-top: 35px;
}
.title--md + .heading {
  margin-top: 50px;
}
.title--xl + p {
  margin-top: 40px;
}
.title--xl + .the-content {
  margin-top: 40px;
}
.title + .full-width-single-slider {
  margin-top: 70px;
}

.full-width-single-slider {
  margin-top: 60px;
}

p + .button {
  margin-top: 55px;
}
p + .button-contain {
  margin-top: 35px;
}
p + h3 {
  margin-top: 40px;
}

.text-center p + .button-contain {
  margin-top: 55px;
}

h3 + p {
  margin-top: 10px;
}

.banner {
  margin-bottom: 60px;
}

.intro {
  margin-bottom: 25px;
}

.title--drop span {
  margin-bottom: 11px;
}

.bootstrap-table + p {
  margin-top: 40px;
}

.bg-grey {
  margin: 60px 0;
}
.bg-grey:first-child {
  margin-top: 0;
}
.bg-grey:last-child {
  margin-bottom: 0;
}

.the-content .button {
  margin: 30px 10px 40px 0;
}
.the-content .button:only-child {
  margin-bottom: 20px;
}
.the-content h2 {
  margin-bottom: 30px;
}

.text-strip:last-child {
  margin-bottom: 60px;
}

.back-to-news {
  margin: 60px auto;
}

.filters {
  margin-bottom: 20px;
}

p:only-child .intro {
  margin-bottom: 0;
}

.strip-popup-cards {
  margin: 30px 0 20px;
}

.button,
.btn-primary,
.wp-block-button__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #A1233E;
  color: white;
  padding: 17px 30px 17px 32px;
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: lowercase;
}
.button .first-word,
.btn-primary .first-word,
.wp-block-button__link .first-word {
  display: inline-block;
  text-transform: capitalize;
  margin-right: -7px;
}
.button .part2,
.btn-primary .part2,
.wp-block-button__link .part2 {
  display: inline-block;
}
.button.disable-capitalizing, .button.dc,
.btn-primary.disable-capitalizing,
.btn-primary.dc,
.wp-block-button__link.disable-capitalizing,
.wp-block-button__link.dc {
  text-transform: none;
}
.button.disable-capitalizing .first-word, .button.dc .first-word,
.btn-primary.disable-capitalizing .first-word,
.btn-primary.dc .first-word,
.wp-block-button__link.disable-capitalizing .first-word,
.wp-block-button__link.dc .first-word {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .button,
  .btn-primary,
  .wp-block-button__link {
    min-width: 160px;
    padding: 14px 50px 14px 18px;
    font-size: 15px;
  }
}
.button:after,
.btn-primary:after,
.wp-block-button__link:after {
  content: "";
  position: relative;
  display: inline-block;
  align-self: center;
  margin-left: 4px;
  width: 20px;
  height: 12px;
  background-image: url("../img/arrow-small-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.button:hover,
.btn-primary:hover,
.wp-block-button__link:hover {
  /*background-color: darken($red, 8%);*/
  color: white;
}
.button:hover:after,
.btn-primary:hover:after,
.wp-block-button__link:hover:after {
  transform: translateX(4px);
}
.button.button-white,
.btn-primary.button-white,
.wp-block-button__link.button-white {
  background: white;
  color: #A1233E;
}
.button.button-white:after,
.btn-primary.button-white:after,
.wp-block-button__link.button-white:after {
  background-image: url("../img/arrow-small-red.svg");
}
.button.button-white:hover,
.btn-primary.button-white:hover,
.wp-block-button__link.button-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #A1233E;
}
.button--full-width,
.btn-primary--full-width,
.wp-block-button__link--full-width {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.button--is-active,
.btn-primary--is-active,
.wp-block-button__link--is-active {
  pointer-events: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .button.sm-full-width,
  .btn-primary.sm-full-width,
  .wp-block-button__link.sm-full-width {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.button--down-arrow,
.btn-primary--down-arrow,
.wp-block-button__link--down-arrow {
  padding-right: 50px;
}
.button--down-arrow:after,
.btn-primary--down-arrow:after,
.wp-block-button__link--down-arrow:after {
  right: 30px;
  transform: translateY(-50%) rotate(90deg);
}
.button--down-arrow:hover:after,
.btn-primary--down-arrow:hover:after,
.wp-block-button__link--down-arrow:hover:after {
  transform: translateY(-50%) rotate(90deg);
}
.button--notification,
.btn-primary--notification,
.wp-block-button__link--notification {
  margin-top: 26px;
  margin-right: 111.96px;
  border: 1px solid white;
  background: #A1233E;
}
.button--notification:hover,
.btn-primary--notification:hover,
.wp-block-button__link--notification:hover {
  background: rgb(127.4857142857, 27.7142857143, 49.093877551);
}

.btn-arrow {
  position: relative;
  width: 20px;
  height: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 12px;
  background-image: url("../img/arrow-small-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.arrow-right {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.arrow-right:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: 0;
  top: 4px;
  border-bottom: solid 1px white;
  border-left: solid 1px white;
  transform: rotate(-45deg);
  animation: bounceRotated 2s infinite;
}
.arrow-right.red-color:before {
  border-bottom: solid 1px #A1233E;
  border-left: solid 1px #A1233E;
}
.arrow-right.black-color:before {
  border-bottom: solid 1px #232323;
  border-left: solid 1px #232323;
}

@keyframes bounceRotated {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-50%) rotate(135deg);
  }
  40% {
    transform: translateY(calc(-50% - 10px)) rotate(135deg);
  }
  60% {
    transform: translateY(calc(-50% - 5px)) rotate(135deg);
  }
}
.back-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: #A1233E;
  border-radius: 50%;
  padding: 10px 16.5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in;
}
.back-top:hover {
  transform: scale(1.1);
}
.back-top img {
  transform: rotate(180deg);
  margin-bottom: 3px;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .button {
  margin: 0;
}
.dropdown__list {
  display: none;
  position: absolute;
  border: solid 1px #A52336;
  width: 100%;
  background: black;
  padding: 10px;
  left: 0;
  top: calc(100% + 10px);
}
.dropdown__list a {
  color: white;
  display: block;
  padding: 10px 20px;
  transition: color 0.2s;
}
.dropdown__list a:hover {
  color: #A1233E;
}
.dropdown.is-active .button {
  background-color: rgb(127.4857142857, 27.7142857143, 49.093877551);
}

.the-content .dropdown__list a {
  color: white;
}
.the-content .dropdown__list a:hover {
  color: #A1233E;
}

.link-dropdown {
  position: relative;
  display: inline-block;
}
.link-dropdown select {
  height: auto;
  border-radius: 0;
  background: #a52236;
  color: white;
  border: none;
  width: auto;
  padding: 18px 34px;
  padding-right: 50px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.875rem;
}
.link-dropdown:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: 21px;
  top: 22px;
  border-bottom: solid 1px white;
  border-left: solid 1px white;
  transform: rotate(-45deg);
  animation: bounceRotated 2s infinite;
}

.post-password-form label {
  margin-bottom: 0;
}
.post-password-form input[type=password] {
  height: 57px;
}
.post-password-form input[type=submit] {
  padding: 18px 34px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  position: relative;
  background: #A1233E;
  color: white;
  transition: transform 0.3s ease-in-out;
  border: none;
  vertical-align: bottom;
}

.sticky-button {
  position: fixed;
  bottom: 33px;
  right: 33px;
  z-index: 100;
}
.sticky-button .button {
  max-width: 206px;
  text-align: center;
}
@media (max-width: 575px) {
  .sticky-button .button {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .sticky-button {
    right: 50%;
    text-align: center;
    transform: translate(50%, 0);
    width: 90%;
  }
}

.fixed-button {
  position: absolute;
  bottom: 70px;
  right: 33px;
  z-index: 100;
  max-width: initial;
}

.accordion-strip {
  margin: 60px 0 100px;
}
.accordion-strip .accordion__title {
  font-size: 28px; /* 28px */
  font-size: 1.75rem; /* 28px */
  color: #A1233E;
  padding: 20px 0;
  border-bottom: solid 1px #403636;
  cursor: pointer;
}
.accordion-strip .accordion__content {
  padding: 30px 0;
}
.accordion-strip .accordion svg {
  position: absolute;
  right: 0;
  top: 33px;
}
.accordion-strip .accordion .upright {
  transition: 0.2s ease-in-out;
  transform-origin: 11px 11px;
}
.accordion-strip .accordion.active {
  overflow-x: auto;
  scrollbar-width: none;
}
.accordion-strip .accordion.active::-webkit-scrollbar {
  display: none;
}
.accordion-strip .accordion.active .upright {
  transform: rotate(90deg);
}

/*
	NOTIFICATIONS
*/
.notification--wrapper {
  width: 100%;
  height: 115px;
  background-color: black;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 200;
}
.notification--wrapper.show {
  opacity: 1;
  pointer-events: all;
}
.notification__icons {
  background-image: url(../img/diamond-white.svg);
  background-repeat: no-repeat;
  z-index: 6;
  height: 14.3%;
  opacity: 0.14;
  margin-left: 34px;
}
.notification--middle {
  margin-top: 26px;
}
.notification__title {
  padding-left: 63px;
  opacity: 0.9;
  color: #FFFFFF;
  font-family: rocky, serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}
.notification--middle {
  pointer-events: none;
}
.notification__text {
  padding-left: 63px;
  margin-top: 15px;
  opacity: 0.9;
  color: #FFFFFF;
  font-family: Ebony;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
.notification--container {
  position: relative;
  height: 100%;
}
.notification__close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.notification--row {
  height: 100%;
}
.notification--donate {
  height: auto !important;
}
.notification--donate .notification--row {
  padding: 28px 0;
}
@media (max-width: 991px) {
  .notification--donate .notification--row {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .notification--donate .notification--row {
    padding: 30px 30px;
  }
}
.notification--donate .notification__title {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 575px) {
  .notification--donate .notification__title {
    text-align: left;
  }
}
.notification--donate .notification--middle {
  margin-right: 40px;
}
.notification--donate .notification__close-button {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.notification--donate .notification__close-button::before, .notification--donate .notification__close-button:after {
  width: 20px;
  height: 2px;
  content: "";
  background-color: white;
  transform-origin: 11.5px center;
  display: block;
}
.notification--donate .notification__close-button:before {
  transform: rotate(-45deg);
}
.notification--donate .notification__close-button:after {
  transform: rotate(45deg);
}
.notification--donate .button--notification {
  padding: 12px 43px !important;
  background-color: white;
  color: #A1233E;
  font-size: 11.2px;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .notification--wrapper {
    height: 122px;
  }
  .button--notification {
    font-size: 11px !important;
    padding: 18px 19px !important;
  }
}
@media (max-width: 1070px) {
  .notification--middle {
    margin-top: 25px;
  }
  .notification__title {
    padding-left: 35px;
    font-size: 26px;
  }
  .notification__text {
    font-size: 16px;
    padding-left: 35px;
  }
}
@media (max-width: 1011px) {
  .notification--wrapper {
    height: 100px;
  }
  .notification--middle {
    margin-top: 16px;
  }
  .notification__title {
    font-size: 22px;
  }
  .notification__text {
    font-size: 15px;
    margin-top: 8px;
  }
  .button--notification {
    margin-left: -15px;
    margin-top: 20px;
    font-size: 10px;
  }
}
@media (max-width: 860px) {
  .notification--wrapper {
    height: 85px;
  }
  .notification__text {
    opacity: 0;
  }
  .notification__title {
    font-size: 28px;
  }
  .notification--middle {
    margin-top: 30px;
  }
  .notification__icons {
    margin-left: 15px;
  }
  .button--notification {
    margin-left: -50px;
    margin-top: 15px;
    font-size: 10px !important;
  }
}
@media (max-width: 760px) {
  .notification--wrapper {
    text-align: center;
  }
  .notification__title {
    padding-left: 0;
  }
  .notification--middle {
    pointer-events: all;
  }
}
@media (max-width: 520px) {
  .notification__title {
    font-size: 25px;
  }
  .notification--middle {
    pointer-events: all;
  }
}
@media (max-width: 478px) {
  .notification__title {
    font-size: 18px;
  }
  .notification--middle {
    margin-top: 15px;
  }
  .notification--wrapper {
    height: 65px;
  }
}
@media (max-width: 356px) {
  .notification__title {
    font-size: 15px;
    margin-left: 15px;
    margin-top: 10px;
  }
  .notification--wrapper {
    text-align: left;
  }
  .notification__close-button {
    top: 7px;
    right: 7px;
  }
}
.banner {
  position: relative;
  background-size: cover;
  width: 100%;
  color: white;
}
.banner a {
  color: white;
}
.banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 120%);
}
.banner__center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.banner__bottom {
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 45px;
  padding-top: 200px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}
.banner img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner--full-height {
  height: 100vh;
  background-size: auto 88%;
  background-size: cover;
}
.banner--full-height .banner__bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 100%);
}
.banner--full-height img {
  height: 88%;
}
.banner--ar {
  padding-bottom: 52%;
  min-height: 450px;
}
.banner--no-img {
  padding-top: 240px;
  padding-bottom: 60px;
  background: none;
  color: #232323;
  margin-bottom: 0;
}
.banner--no-img:before {
  display: none;
}
.banner--no-img a {
  color: #A1233E;
}
.banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.7;
  background: linear-gradient(180.35deg, transparent 0%, #0000a8 100%);
}
.banner__overlay--full {
  height: 100%;
}
.banner__crest {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  margin: 0 auto;
}
.banner__crest img {
  width: 36px;
  height: 60px;
  object-fit: contain;
  position: static;
}
.banner__crest-line {
  width: 40px;
  height: 1.5px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 20px;
}
.dark-theme .banner__crest-line {
  background-color: #232323;
}
.banner ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.8666666667; /* 28px */
}
.banner ul h1 {
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.8666666667; /* 28px */
  font-weight: 200;
}
.banner ul {
  list-style: none;
}
.banner ul li {
  display: inline-block;
  padding: 0 15px;
}
.banner ul a {
  opacity: 0.8;
}
.banner ul a:hover {
  opacity: 1;
}

.home__banner {
  position: relative;
}
.home__banner--container {
  position: relative;
  height: 100vh;
  z-index: -1;
  margin-bottom: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home__banner--container {
    margin-bottom: 0px !important;
  }
}
.home__banner--video {
  z-index: 0;
  -webkit-transition-position: fixed;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%); /* Safari */
  transform: translateX(-50%) translateY(-50%); /* Safari */
  min-width: 100%;
  min-height: 100%;
}
.home__banner--video-button {
  bottom: 31px;
  right: 30px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .home__banner--video {
    opacity: 0;
  }
}
.home__banner--image {
  height: 100vh;
  width: 100%;
}
.home__banner--image .item {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home__banner--overlay {
  background: linear-gradient(180.35deg, transparent 0%, #000000 100%);
  z-index: 1;
  height: 80%;
}
.home__banner--title {
  padding: 0 !important;
  background: none;
  bottom: 45%;
  transform: translateY(-45%);
}
@media (max-width: 600px) {
  .home__banner--title {
    bottom: 50%;
    transform: translateY(50%);
  }
  .home__banner--title .title--2xl span {
    display: block;
  }
}
.home__banner--page-button {
  bottom: 50px;
  right: 50px;
  position: absolute;
  z-index: 5;
}
.home__banner--page-button.above-video-link {
  bottom: 125px;
}
@media screen and (max-width: 576px) {
  .home__banner--page-button {
    white-space: nowrap;
    right: 25px;
  }
}
@media screen and (max-width: 370px) {
  .home__banner--page-button {
    right: 6px;
  }
}
.home__banner--scroll {
  height: 62px;
  width: 62px;
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 3;
}
.home__banner--scroll img, .home__banner--scroll svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 570px) {
  .home__banner--scroll {
    display: none;
  }
}
.home__banner .separate-title-mobile {
  display: none;
}

.hero-banner {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero-banner {
    min-height: 600px;
    max-height: 645px;
  }
}
.hero-banner__video {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 20;
}
.hero-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-banner__bg .fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(35, 35, 35, 0.7);
  z-index: 30;
}
.hero-banner__content {
  position: relative;
  z-index: 40;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 0 80px;
}
@media screen and (max-width: 991px) {
  .hero-banner__content {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__content {
    padding: 0 0 40px;
    justify-content: flex-start;
    padding-top: 0px;
  }
}
.hero-banner__content .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  .hero-banner__content .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__content .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 100px;
  }
}
.hero-banner__title {
  font-family: "freight-display-pro", serif;
  /*
  font-size: 120px;
  line-height: 110px;
  */
  font-size: 110px;
  line-height: 105px;
  color: white;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  .hero-banner__title {
    font-size: 100px;
    line-height: 95px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner__title {
    font-size: 80px;
    line-height: 78px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
.hero-banner__highlight {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  margin-top: 10px;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .hero-banner__highlight {
    line-height: 34px;
  }
}
.hero-banner__highlight:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: calc(100% + 15px);
  height: calc(100% + 10px);
  background-color: #A1233E;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero-banner__highlight {
    padding: 6px 0px 0px 10px;
    margin-left: -10px;
  }
}
.hero-banner__right {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .hero-banner__right {
    position: static;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__right {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
.hero-banner__info {
  max-width: 420px;
  float: right;
}
@media screen and (max-width: 991px) {
  .hero-banner__info {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__info {
    max-width: 100%;
  }
}
.hero-banner__icon {
  width: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hero-banner__icon {
    width: 22px;
  }
}
.hero-banner__icon img {
  width: 100%;
  height: auto;
}
.hero-banner__divider {
  width: 35px;
  height: 1.5px;
  background-color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero-banner__divider {
    width: 22px;
    margin-bottom: 15px;
  }
}
.hero-banner__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero-banner__text {
    font-size: 18px;
    line-height: 26px;
    max-width: 284px;
  }
}
.hero-banner__explore {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(35, 35, 35, 0.9);
  padding: 10px 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .hero-banner__explore {
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner__explore {
    left: 0;
    bottom: 0;
    padding: 16px 24px;
    display: none;
  }
}
.hero-banner__explore:hover {
  background-color: #232323;
}
.hero-banner__explore span:first-child {
  font-family: "freight-display-pro", serif;
  font-size: 30px;
  line-height: 58px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 767px) {
  .hero-banner__explore span:first-child {
    font-size: 22px;
    line-height: 30px;
  }
}
.hero-banner__arrow-icon {
  width: 25px;
  height: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hero-banner__arrow-icon {
    width: 20px;
    height: 12px;
  }
}
.hero-banner__arrow {
  position: relative;
  width: 24px;
  height: 1px;
  background-color: #A1233E;
  flex-shrink: 0;
}
.hero-banner__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #A1233E;
  border-top: 1px solid #A1233E;
  transform: translateY(-50%) rotate(45deg);
}

.hero-notification {
  position: absolute;
  top: 200px;
  right: -101%;
  width: 456px;
  background-color: #fff;
  z-index: 50;
  padding: 40px 50px 40px 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .hero-notification {
    width: 420px;
    top: 150px;
    padding: 40px 40px 40px 35px;
  }
}
@media screen and (max-width: 490px) {
  .hero-notification {
    width: calc(100% - 64px);
    max-width: 100%;
    top: 250px;
    padding: 40px 40px 35px 35px;
  }
}
.hero-notification__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(57, 57, 57, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 2;
  outline: none;
}
@media screen and (max-width: 767px) {
  .hero-notification__close {
    width: 44px;
    height: 44px;
  }
}
.hero-notification__close:hover {
  outline: none;
}
.hero-notification__close svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .hero-notification__close svg {
    width: 12px;
    height: 12px;
  }
}
.hero-notification__content {
  position: relative;
}
.hero-notification__title {
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: #232323;
  margin: 0 0 18px;
}
@media screen and (max-width: 991px) {
  .hero-notification__title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-notification__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 18px;
  }
}
.hero-notification__title em {
  color: #A1233E;
  font-style: italic;
}
.hero-notification__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #232323;
  margin: 0 0 23px;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .hero-notification__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-notification__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.hero-notification .btn-primary {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .hero-notification .btn-primary {
    min-width: 180px;
  }
}

.text-and-image {
  padding: 50px 0;
  position: relative;
  margin: 80px 0;
}
.text-and-image .image--overflow {
  position: absolute;
  height: 100%;
  width: 50vw;
  max-width: 100%;
  top: 0;
  right: 0;
  /*z-index: -1;*/
}
.text-and-image .image--overflow.image--left {
  left: 0;
  right: auto;
}
.text-and-image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-and-image .col-md-7 {
  position: inherit;
}

.gallery-strip {
  margin: 60px 0;
}

.gallery-slider__full {
  margin-bottom: 10px;
  overflow: hidden;
}
.gallery-slider__full .image-contain {
  width: 100%;
  position: relative;
  padding-bottom: 62%;
}
.gallery-slider__full img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-slider__full .alt-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 100px 30px 20px;
  font-size: 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.gallery-slider__thumb .image-contain {
  height: 0;
  padding-bottom: 62%;
  position: relative;
  cursor: pointer;
}
.gallery-slider__thumb .image-contain:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0.6;
  transition: opacity 0.3s linear;
  z-index: 9;
}
.gallery-slider__thumb .slick-current .image-contain:before {
  opacity: 0;
}
.gallery-slider__thumb img {
  margin: auto;
  width: calc(100% - 10px);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-slider .slick-next {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 178px;
  background-color: rgba(35, 35, 35, 0.75);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .gallery-slider .slick-next {
    height: 100px;
    width: 30px;
  }
}
.gallery-slider .slick-next:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.gallery-slider .slick-next:before {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  margin-left: -5px;
}
.gallery-slider .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.gallery-slider .slick-prev {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 178px;
  background-color: rgba(35, 35, 35, 0.75);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border-radius: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gallery-slider .slick-prev {
    height: 100px;
    width: 30px;
  }
}
.gallery-slider .slick-prev:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.gallery-slider .slick-prev:before {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(135deg);
  margin-right: -5px;
}
.gallery-slider .slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/*
	FORM
*/
select::-ms-expand {
  display: none;
}

/* input.full-width {
	width: 100%;
	margin-bottom: 15px;
} */
input {
  /* border: none;
  padding: 20px 25px;
  color: white;
  font-size: rem(18px) !important;

  &:focus {
  	outline: none;
  } */
}
input:-moz-placeholder {
  /* Firefox 18- */
}
input::-moz-placeholder {
  /* Firefox 19+ */
}
/* select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	color: black;
	font-size: rem(14px);
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	padding: 10px 0;
	border-bottom: solid 1px #919295;
	padding-right: 0;
	border-radius: 0;
	max-width: 100%;

	&:focus {
		outline: none;
	}
}
 */
.drop-wrapper {
  padding: 18px 34px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  position: relative;
  background: #A1233E;
  color: white;
  transition: transform 0.3s ease-in-out;
}
.drop-wrapper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: solid 1px #A1233E;
  left: 9px;
  top: 9px;
  transition: all 0.3s ease-in-out;
}

.drop .option {
  cursor: pointer;
  line-height: 1;
  margin: 15px 0;
}
.drop .option:not(.active) {
  display: none;
  opacity: 0;
  transform: translateY(-50%);
}
.drop .option.placeholder {
  margin-bottom: 40px;
}
.drop.visible:before {
  opacity: 0;
}
.drop.visible:after {
  opacity: 1;
}
.drop.visible .option {
  display: block;
}
.drop.opacity .option {
  opacity: 1;
}
.drop.opacity .option:nth-child(0) {
  transition: opacity 0.5s 0s, transform 0.5s 0s;
}
.drop.opacity .option:nth-child(1) {
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.drop.opacity .option:nth-child(2) {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.drop.opacity .option:nth-child(3) {
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.drop.opacity .option:nth-child(4) {
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}
.drop.opacity .option:nth-child(5) {
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.drop.opacity .option:nth-child(6) {
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}
.drop.opacity .option:nth-child(7) {
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}
.drop.opacity .option:nth-child(8) {
  transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}
.drop.opacity .option:nth-child(9) {
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}
.drop.withBG .option {
  transition: background-color 0.1s;
}
.drop.withBG .option:not(.placeholder):hover {
  background-color: #A1233E;
}
.drop.withBG .option:not(.placeholder).active {
  background-color: #A1233E;
}
.drop:after, .drop:before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: opacity 0.2s;
}
.drop:before {
  border-left: none;
  border-top: none;
  top: 1.2em;
}
.drop:after {
  border-right: none;
  border-bottom: none;
  opacity: 0;
}

.mini-hack {
  opacity: 0;
  transform: translateY(-50%);
}

.gfield_description strong {
  font-weight: bold;
}

.full-page-slick-slider .slick-slide > div > div {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.publication {
  margin-bottom: 80px;
}
.publication header {
  position: relative;
  margin-bottom: 42px;
}
.publication .slider-navigation {
  position: absolute;
  bottom: 12px;
  right: -8px;
  display: flex;
}
.publication .arrow-prev svg,
.publication .arrow-next svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.publication .arrow-prev svg:hover,
.publication .arrow-next svg:hover {
  opacity: 1;
}
.publication .arrow-prev svg {
  transform: rotate(90deg);
}
.publication .arrow-next svg {
  transform: rotate(-90deg);
}
.publication .publications-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.publication .publications-slide {
  padding: 0 15px;
}
.publication .publications-slide a:focus {
  outline: none;
}
.publication .publications-slide__cover {
  position: relative;
  height: 0;
  padding-bottom: 137%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.publication .publications-slide__cover img {
  position: absolute;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.publication .publications-slide__cover--square {
  padding-bottom: 100%;
}
.publication .publications-slide__title {
  font-family: "freight-display-pro", serif;
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1; /* 20px */
  font-weight: 200;
  opacity: 0.9;
  margin-top: 20px;
}

.discover-more-strip {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.discover-more-strip .slick-slide {
  margin: 0 25px;
}
.discover-more-strip .slick-list {
  overflow: visible;
  cursor: pointer;
}
.discover-more-strip .slick-dots li button:before {
  color: #A1233E;
  border: 1px solid #A1233E;
}
.discover-more-strip .slick-dots li.slick-active button:before {
  background-color: #A1233E;
}

.slider-control {
  height: 116px;
  width: 116px;
  background: rgba(161, 35, 62, 0.8);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  cursor: none;
  opacity: 0;
  transform: scale(0.3, 0.2);
  transform-origin: center;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.slider-control:before, .slider-control:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 2px white;
  border-bottom: solid 2px white;
  transform: rotate(45deg);
  top: 55px;
  transition: transform 0.2s ease-in-out;
}
.slider-control:before {
  left: 20px;
}
.slider-control:after {
  transform: rotate(-135deg);
  right: 20px;
}
.slider-control.visible {
  opacity: 1;
  transform: scale(1, 1);
}
.slider-control.clicked {
  cursor: grabbing;
}
.slider-control.clicked:before {
  transform: translateX(5px) rotate(45deg);
}
.slider-control.clicked:after {
  transform: translateX(-5px) rotate(-135deg);
}
.slider-control span {
  position: absolute;
  color: white;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  top: 25px;
  left: calc(50% - 20px);
}

.three-teasers {
  margin: 120px 0;
}
@media (min-width: 768px) {
  .three-teasers .col-sm-4 + .col-sm-4:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 16px;
    left: -8px;
    top: 0;
    background-image: url(../img/diamond-white.svg);
    background-size: 16px 22px;
    background-position: center;
    z-index: 3;
  }
}
.three-teasers .col-sm-4:nth-child(4):after {
  display: none !important;
}

.object-fit.not-compatible img {
  display: none;
}

.teaser {
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  color: white;
  height: 0;
  background-color: #A1233E;
  background-image: url("../img/Magdalen-logo-full-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.teaser--default {
  background-size: 350px;
}
.teaser--no-bg {
  background-size: 50%;
}
.teaser--square {
  padding-bottom: 100%;
}
.teaser--square .teaser__bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.teaser--rectangle {
  padding-bottom: 0;
  height: 100%;
  min-height: 380px;
}
.teaser img:not(.main-play) {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.teaser__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px;
  z-index: 2;
}
.teaser__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
  padding-top: 180px;
  z-index: 2;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.teaser__category {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.2142857143; /* 17px */
}
.teaser__meta {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.1666666667; /* 14px */
  margin-bottom: 10px;
}
.teaser__meta span {
  padding-right: 20px;
  margin-right: 15px;
  background-image: url(../img/diamond-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px;
}
.teaser__meta span:last-child {
  background-image: none;
}
.teaser:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #A1233E;
  opacity: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s linear;
}
.teaser:hover:after {
  opacity: 0.8;
}
.teaser:hover:before {
  opacity: 0;
}
.teaser--post {
  padding-bottom: 110%;
  height: 100%;
}
.teaser--post.teaser::before {
  opacity: 1;
}
.teaser--post.teaser--rectangle {
  padding-bottom: 0;
}
.teaser--post.teaser--rectangle .teaser__bottom {
  padding-top: 70px;
}
.teaser--post .teaser__top .category {
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 2;
  font-family: "darkmode-off", sans-serif;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}
.teaser--post .teaser__top::after {
  position: absolute;
  content: "";
  width: 340px;
  height: 130px;
  background: linear-gradient(-12deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s linear;
}
.teaser--post .teaser-meta {
  margin-bottom: 12px;
}
.teaser--post .teaser__bottom {
  padding: 30px 25px;
  padding-top: 140px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.teaser--post .teaser__bottom .date,
.teaser--post .teaser__bottom .school-area {
  font-family: "darkmode-off", sans-serif;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.teaser--post .teaser__bottom .date.diamond-white::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 6px;
  background-image: url("../img/diamond-white.svg");
  background-repeat: no-repeat;
  background-size: 5px 6px;
  margin: 0 -2px 2px 5px;
}
.teaser--post .teaser__bottom .school-area {
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.teaser--post .teaser__bottom .school-area:last-child {
  border-right: 0;
}
.teaser:focus {
  outline: none;
}
.teaser__key {
  background-color: #A1233E;
  color: white;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 4px 15px;
  z-index: 9;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.merch-teaser__image {
  position: relative;
  padding-bottom: 100%;
  border: solid 1px grey;
  margin-bottom: 15px;
}
.merch-teaser img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
}
.merch-teaser__cost {
  color: #A1233E;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
}

.news-post-video-link {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 85px;
  height: 85px;
  background: rgba(161, 35, 62, 0.8);
  border-radius: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.news-post-video-link:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.5px 0 15.5px 26px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  content: "";
  top: 28px;
  left: 34px;
}

div.navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
div.navigation ul.page-numbers {
  padding: 4px 8px;
  color: black;
  text-align: center;
  display: inline-block;
  margin: auto;
}
div.navigation ul.page-numbers span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
div.navigation ul.page-numbers span.dots {
  font-size: 1rem;
}
div.navigation a.page-numbers {
  width: 100%;
  height: 100%;
  display: block;
  color: #232323;
  transition: 0.3s linear;
}
div.navigation a.page-numbers:hover {
  color: #A1233E;
}
div.navigation .page-numbers li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0;
  line-height: 30px;
  vertical-align: bottom;
}
div.navigation .current {
  color: white;
  background: #A1233E;
  border-radius: 4px;
}
div.navigation .next.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 15px;
}
div.navigation .next.page-numbers:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  border-radius: 2px;
  -ms-transform: rotate(-135deg); /* IE 9 */
  -webkit-transform: rotate(-135deg); /* Safari */
  transform: rotate(-135deg); /* Safari */
}
div.navigation .prev.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 30px;
}
div.navigation .prev.page-numbers:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  border-radius: 2px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg); /* Safari */
}

.page-navigation a {
  padding: 0 15px;
  font-size: 17px; /* 17px */
  font-size: 1.0625rem; /* 17px */
}

.spaced-links {
  margin-top: 20px;
}
.spaced-links a {
  white-space: nowrap;
  margin: 0 15px 10px;
  display: inline-block;
}

.searchandfilter h4 {
  position: relative;
  z-index: 2;
  font-family: "darkmode-off", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.39px;
  color: #A1233E;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .searchandfilter h4 {
    vertical-align: top;
  }
}
.searchandfilter ul li[data-sf-field-input-type=select] {
  display: inline-block;
  position: relative;
}
.searchandfilter ul li[data-sf-field-input-type=select] select {
  border-color: #A1233E;
}
@media screen and (max-width: 768px) {
  .searchandfilter ul li[data-sf-field-input-type=select] {
    max-width: 255px;
  }
  .searchandfilter ul li[data-sf-field-input-type=select] label {
    display: block;
  }
  .searchandfilter ul li[data-sf-field-input-type=select] select {
    min-width: 255px;
  }
}
@media screen and (max-width: 520px) {
  .searchandfilter ul li[data-sf-field-input-type=select] {
    max-width: 100%;
  }
  .searchandfilter ul li[data-sf-field-input-type=select] select {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .searchandfilter ul li[data-sf-field-input-type=select] {
    margin-right: 30px;
  }
}
.searchandfilter ul li[data-sf-field-input-type=select]:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 17px;
  height: 9px;
  width: 9px;
  border-left: solid 2px;
  border-bottom: solid 2px;
  border-color: #A1233E;
  border-radius: 2px;
  transform: rotate(-45deg);
  pointer-events: none;
}
.searchandfilter ul li.sf-field-search {
  display: inline-block;
  position: relative;
}
.searchandfilter ul li.sf-field-search:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 17px;
  height: 17px;
  width: 17px;
  background-image: url(../img/social/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.searchandfilter ul {
  padding: 0;
}
.searchandfilter li + li {
  margin-left: 30px;
}
.searchandfilter select, .searchandfilter input[type=text] {
  padding: 7px 14px;
  /* height: auto; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #232323;
  border-radius: 1px;
  background: transparent;
  color: #232323;
  height: 46px;
  font-size: 14px;
}
.searchandfilter select::placeholder, .searchandfilter input[type=text]::placeholder {
  color: #232323;
}
.searchandfilter .sf-field-search input {
  min-width: 280px;
}
.searchandfilter select {
  padding-right: 50px;
}

.search-filter-scroll-loading {
  text-align: center;
}

.search-result {
  margin: 40px 0;
}
.search-result a {
  color: #A1233E;
}
.search-result .image-contain {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.search-result .image-contain.no-img {
  background-color: #A1233E;
  background-image: url("../img/Magdalen-logo-full-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.search-result .title {
  color: #232323;
  transition: color 0.2s;
}
.search-result .title:hover {
  color: #A1233E;
}
.search-result__link {
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .search-result__link {
    word-break: break-all;
  }
}

.search-type {
  text-transform: uppercase;
}

.search-strip {
  padding: 80px 0;
  margin-top: 40px;
}
.search-strip .search-contain {
  display: inline-block;
  width: 300px;
}
.search-strip input[type=search] {
  width: 100%;
  padding: 13px;
}

/*------------------------------------*\
    #CALENDAR
\*------------------------------------*/
.widgettitle {
  display: none;
}

.allfilters {
  width: 100%;
  display: inline-block;
}

.calendar {
  margin-top: 60px;
}

#calendar a {
  font-family: "ebony";
}
#calendar span {
  font-family: "ebony";
}
#calendar .calendar-events {
  table-layout: inherit;
  min-width: 100%;
}
#calendar .calendar-events tbody {
  display: table;
  width: 100%;
}
#calendar .calendar-events tr {
  width: 100%;
  /*display: table;*/
}
#calendar tr td {
  padding: 7px 20px;
  border: 1px solid #DDD;
}
#calendar tr.date {
  font-family: "rocky";
  text-transform: uppercase;
  line-height: 24px;
  color: #A1233E;
  background-color: #232323 !important;
}
#calendar tr.date td {
  padding: 18px;
}

.tribe-mini-calendar-wrapper {
  margin-bottom: 40px;
}

.tribe-mini-calendar-list-wrapper {
  display: none;
}

#calendar tr td:first-child,
#calendar tr td:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

#calendar tr td.ta_c,
#calendar tr td.event,
#calendar tr td a {
  font-size: 18px;
}

#calendar tr:nth-child(even) {
  background-color: #e8e8e8;
}

#calendar tr:nth-child(odd) {
  background-color: #f7f7f7;
}

#calendar tr td.event a {
  color: #232323;
}

#calendar tr td.ta_c {
  width: 120px;
  color: #232323;
}

#calendar tr td.location {
  width: 160px;
}

.tribe-mini-calendar td.tribe-events-has-events a:hover {
  /*background-color: $accentColor !important;*/
  background-color: #808998 !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background-color: white;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  width: 5px;
  height: 5px;
}

#calendar .calendar-nav {
  line-height: 23px;
  color: #232323;
  font-size: 16px;
}

#calendar .calendar-nav a {
  margin: 0 5px;
}
#calendar .calendar-nav a:hover {
  color: #232323;
}

#calendar .calendar-nav .active-item {
  color: #232323 !important;
}

.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  color: #232323;
  font-family: "rocky";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  background-color: transparent !important;
}

.tribe-mini-calendar .tribe-mini-calendar-nav td,
.tribe-mini-calendar thead {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
}

.tribe-mini-calendar td.tribe-events-future.tribe-mini-calendar-today,
.tribe-mini-calendar td.tribe-events-past.tribe-mini-calendar-today {
  background-color: #A1233E !important;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: #A1233E !important;
}

.tribe-mini-calendar .tribe-mini-calendar-nav span {
  color: #232323;
  font-family: "rocky";
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  border: none;
}

.tribe-mini-calendar td.tribe-events-past {
  background-color: #b2b2b2 !important;
}

.tribe-mini-calendar td.tribe-events-past.tribe-events-has-events {
  background-color: #232323 !important;
}

.tribe-mini-calendar td.tribe-events-present {
  background-color: #A1233E !important;
}

.tribe-mini-calendar td.tribe-events-future {
  background-color: #232323 !important;
  opacity: 0.35;
}

.tribe-mini-calendar td.tribe-events-future.tribe-events-has-events {
  background-color: #232323 !important;
  opacity: 1;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
  color: #232323 !important;
  padding: 15px 0px !important;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
  color: white !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background: white !important;
  bottom: 8px !important;
  display: block;
  width: 5px !important;
  height: 5px !important;
  margin: 5px auto 0 -3px !important;
}

.tribe-mini-calendar-nav .prev-month {
  float: left;
}

.tribe-mini-calendar-nav .next-month {
  float: right;
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month span,
.tribe-mini-calendar .tribe-mini-calendar-nav .prev-month span {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 35px;
  height: 19px;
  background-image: url("../img/Arrow.svg");
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}

.tribe-mini-calendar .tribe-mini-calendar-nav .prev-month {
  transform: rotate(90deg);
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month {
  transform: rotate(-90deg);
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month span {
  background-position: 100% 101%;
}

.calendar-nav {
  display: inline-block;
}

.calendar-filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.calendar-filter h4 {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.calendar-filter h4:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 500px;
  right: -500px;
  top: 16px;
  background-color: #f7d117;
}

#month-selector,
#subcat-calendar-filter,
#calendar-filter {
  width: 100%;
}

#month-selector select,
#subcat-calendar-filter select,
#calendar-filter select {
  background-color: #e8e8e8;
  border-radius: 23px;
  color: #232323;
  font-size: 18px;
  line-height: 20px;
  padding: 11px 40px 9px 20px !important;
  background-position: 90% 50%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url("../img/Arrow.svg");
  background-repeat: no-repeat;
  width: 100%;
}

#calendar-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  z-index: 10000;
}

.calendar-lightbox__content {
  max-width: 500px;
  width: 500px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
}

.calendar-lightbox__content h3 {
  margin-top: 0;
  font-size: 35px;
  line-height: 120%;
  font-family: "rocky";
}

#content-area .time-event,
.calendar-lightbox__content .time-event {
  font-size: 18px;
  width: 100%;
  display: inline-block;
}

#content-area .tribe-events-cal-links,
.calendar-lightbox__content .tribe-events-cal-links {
  margin-top: 30px;
}

#content-area .tribe-events-cal-links a,
.content #tribe-events .cal-content .tribe-events-cal-links a,
.calendar-lightbox__content .tribe-events-cal-links a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #A1233E;
  background-color: transparent;
  padding: 15px 20px;
  border: 2px solid #A1233E;
  border-radius: 0;
  margin-right: 20px;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#content-area .tribe-events-cal-links a:hover,
.content #tribe-events .cal-content .tribe-events-cal-links a:hover,
.calendar-lightbox__content .tribe-events-cal-links a:hover {
  background-color: #A1233E;
  color: #FFF;
}

#content-area {
  width: 100%;
}

#content-area h3 {
  padding-top: 0;
}

#content-area .loadergif,
.calendar-lightbox__content .loadergif {
  text-align: center;
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: inherit;
  border-bottom: 20px solid white;
}

.subcat-filter-wrapper.ignorethis {
  display: none;
}

.export-month {
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
}

/*------------------------------------*\
#CUSTOM LIGHTBOX
\*------------------------------------*/
.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.custom-lightbox__background {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.custom-lightbox__container {
  padding-top: 30px;
  width: 600px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  max-height: 95%;
  max-width: 95%;
  /*@include transform(translateY(-50%) translateX(-50%));*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.custom-lighbox__content {
  background-color: white;
  padding: 30px;
  overflow-y: auto;
  width: 100%;
}

.custom-lighbox__content.is_calendar {
  position: relative;
}

.cal-content p {
  color: #77777A !important;
  font-size: 1.3125em !important;
  line-height: 2.9rem !important;
  font-family: IntervalProLight, monospace !important;
  margin-bottom: 20px !important;
}

.cal-content > h3 {
  font-size: 24px;
  color: #232323;
}

.cal-content .tribe-events-meta-group {
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
}

.cal-content .tribe-events-meta-group h3 {
  font-size: 19px;
  color: #112b53;
}

.cal-content .tribe-venue {
  margin: 0;
}

.time-event {
  color: #232323;
}

.ajax-events.caltpl img {
  width: 300px !important;
}

.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
  background: #A1233E !important;
}

.tribe-mini-calendar-nav tr:first-child {
  display: none;
}

/*
	Vacancies template.
*/
html {
  scroll-behavior: smooth;
}

body.page-template-tpl-vacancies .vacancies .block {
  padding-bottom: 50px;
}
body.page-template-tpl-vacancies .vacancies .block .vacancy {
  padding: 25px 0;
  border-bottom: 1px solid #232323;
}
body.page-template-tpl-vacancies .vacancies .block .vacancy:last-child {
  border-bottom-color: transparent;
}
body.page-template-tpl-vacancies .vacancies .block .vacancy__title {
  font-family: "darkmode-off", sans-serif;
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.2; /* 24px */
  color: #A1233E;
  opacity: 0.9;
}
body.page-template-tpl-vacancies .vacancies .block .vacancy__description, body.page-template-tpl-vacancies .vacancies .block .vacancy__link {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.3333333333; /* 24px */
  color: #232323;
  opacity: 0.9;
}
body.page-template-tpl-vacancies .vacancies .block .vacancy__description {
  border-right: 1px solid #232323;
  padding-right: 8px;
  margin-right: 8px;
}
body.page-template-tpl-vacancies .vacancies .application-forms .block {
  padding-bottom: 5px;
}
body.page-template-tpl-vacancies .vacancies .application-forms .vacancy__title {
  color: #232323;
}

.vacancy__accordion {
  transition: border-bottom 0.1s ease-in-out;
  border-bottom: solid 1px #C2C2C2;
}
.vacancy__accordion-button {
  position: absolute;
  right: 90px;
  top: 45px;
  color: #232323;
  font-family: Ebony;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 13px;
  text-align: right;
}
.vacancy__accordion--title {
  color: #A52336;
  font-family: Ebony;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  max-width: 50%;
  padding: 40px;
  font-weight: 400;
  border-bottom: solid 0px #C2C2C2;
}
@media screen and (max-width: 400px) {
  .vacancy__accordion--title {
    padding-left: 15px;
  }
}
.vacancy__accordion:first-of-type {
  border-top: solid 1px #C2C2C2;
}
.vacancy__accordion svg.vac-plus {
  transform: scale(1.38);
  right: 40px;
  top: 39px;
}
.vacancy__accordion.active {
  border-bottom: solid 0px #C2C2C2;
}

.vac__back-to img {
  margin-right: 10px;
  vertical-align: top;
}
.vac__title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 61px;
}
@media screen and (max-width: 550px) {
  .vac__title {
    text-align: center;
  }
}
.vac__back-to {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 13px;
}
.vac__details {
  order: 2;
}
@media screen and (max-width: 767px) {
  .vac__details {
    display: flex;
    padding: 0 55px;
    justify-content: space-between;
    margin-bottom: 20px;
    order: 1;
  }
}
@media screen and (max-width: 400px) {
  .vac__details {
    padding-left: 30px;
  }
}
.vac__close-date {
  color: #232323;
  font-family: Ebony;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .vac__close-date {
    text-align: left;
  }
}
.vac__download {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: right;
  margin-top: 13px;
}
.vac__download img, .vac__download svg {
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  top: unset;
  right: unset;
}
@media screen and (max-width: 767px) {
  .vac__download {
    text-align: left;
  }
}
.vac__info {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .vac__info {
    order: 2;
  }
}
@media screen and (max-width: 400px) {
  .vac__info {
    padding-left: 30px;
  }
}
.vac__key-info, .vac__skip-to {
  padding-left: 150px;
}
.vac__key-info h3, .vac__skip-to h3 {
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  .vac__key-info, .vac__skip-to {
    padding-left: 0px !important;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .vac__key-info, .vac__skip-to {
    text-align: left;
  }
}
.vac__key-info--title {
  color: #A52336;
  font-family: Ebony;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.vac__key-info--date {
  color: #232323;
  font-family: Ebony;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}
.vac__border {
  margin: 40px 0;
  height: 1px;
  background-color: #E1E1E1;
  width: 100%;
}
.vac__key {
  order: 2;
}
@media screen and (max-width: 768px) {
  .vac__key {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .vac__content {
    order: 2;
  }
}

/*
	Publications.
*/
.publications__bookmarks {
  position: relative;
  background-color: #efefef;
  padding: 15px;
  margin: 35px 0 45px 0;
}
.publications__bookmarks:before {
  position: absolute;
  content: "";
  background-image: url(../img/grey-triangle.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 100%;
  width: 30px;
  top: 0;
  left: -30px;
}
.publications__bookmarks:after {
  position: absolute;
  content: "";
  background-image: url(../img/grey-triangle.svg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  width: 30px;
  top: 0;
  right: -30px;
  transform: rotate(180deg);
}
.publications__bookmarks a {
  color: #232323 !important;
  margin: 0 10px;
}
.publications__bookmarks .bg-arrow-left {
  width: 0;
  height: 0;
  border-top: 27px solid white;
  border-bottom: 27px solid white;
  border-left: 28px solid #efefef;
  position: absolute;
  top: 0;
  right: 0;
}
.publications__bookmarks .bg-arrow-right {
  width: 0;
  height: 0;
  border-top: 27px solid white;
  border-bottom: 27px solid white;
  border-right: 28px solid #efefef;
  position: absolute;
  top: 0;
  left: 0;
}

.fixtable {
  table-layout: fixed;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 60px;
}
.fixtable td {
  padding: 10px 15px;
}
.fixtable tr:nth-child(even) td {
  background: #efefef;
}
.fixtable a {
  color: #A1233E;
}

tr.filtered {
  display: none;
}

.fixtable thead {
  background-color: #A1233E;
  color: white;
}
.fixtable thead th {
  padding: 10px 15px;
}

.entry-style .fixtable thead th {
  padding: 10px;
  cursor: pointer;
}

.entry-style .fixtable thead th.tablesorter-headerAsc {
  background-image: url("../img/caret-arrow-up.svg");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-color: #C1940A;
  color: white;
  padding-left: 25px;
  background-size: 10px;
}

.entry-style .fixtable thead th.tablesorter-headerDesc {
  background-image: url("../img/caret-down.svg");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-color: white;
  color: white;
  padding-left: 25px;
  background-size: 10px;
}

/* .entry-style .fixtable tbody tr{ border-bottom: 1px solid #e9e9e9; } */
.entry-style .fixtable tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.entry-style .fixtable tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}

.entry-style table td {
  padding: 10px;
}

.entry-style .fixtable tbody td {
  border: none;
}

.fixtable-filters {
  background-color: #eaeaea;
  padding: 30px;
  color: #757575;
}

.fixtable-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dedede;
  margin-left: 10px;
  padding: 5px 10px 2px 10px;
  font-size: 18px;
  padding-right: 40px;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: white;
  line-height: 100%;
}

.table-filters {
  text-align: center;
}
.table-filters select {
  display: inline-block;
  width: 250px;
  margin-left: 15px;
}

.testimonial-strip {
  padding: 80px 0 90px;
  background-color: #A52336;
}
.testimonial-strip__logo {
  position: relative;
  margin: 0 auto 20px;
  width: 22px;
  height: 23px;
  background-image: url(../img/quote-lilly-white.svg);
  background-size: contain;
}
.testimonial-strip__text {
  font-family: Rocky;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 550px) {
  .testimonial-strip__text {
    font-size: 30px;
    line-height: 38px;
  }
}
.testimonial-strip__author {
  font-family: Ebony;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  color: white;
}

.image-video-text234 {
  display: block;
}

.image-video-text__text--inner {
  padding: 170px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .image-video-text__text--inner {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .image-video-text__text--inner {
    padding: 70px;
  }
}
.image-video-text__text--title p {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  font-family: Rocky;
  margin-bottom: 0;
}
.image-video-text__text--title h2 {
  font-size: 82px;
  font-family: Rocky;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 84px;
  color: #A1233E;
}
.image-video-text__text--text {
  color: #232323;
  font-family: Ebony;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 18px;
}
.image-video-text__text--link {
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 40px;
}
.image-video-text--container {
  position: relative;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .image-video-text--container {
    overflow: visible;
  }
}
.image-video-text__image, .image-video-text__video {
  position: absolute;
  height: 104%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 991px) {
  .image-video-text__image, .image-video-text__video {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .image-video-text-strip .right-text {
    order: 1;
  }
  .image-video-text-strip .left-media {
    order: 2;
  }
}

.full-image-strip img.full-width-image {
  margin: 0;
}
.full-image-strip__container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: FLEX;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 95vh;
}
@media screen and (max-width: 768px) {
  .full-image-strip__container {
    min-height: 65vh;
    padding: 80px 20px 80px;
  }
}
.full-image-strip__overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.full-image-strip__title p {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  font-family: Rocky;
  margin-bottom: 0;
  color: white;
}
.full-image-strip__title h2 {
  font-size: 82px;
  font-family: Rocky;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 84px;
  color: white;
}
.full-image-strip__text {
  color: white;
  font-family: Ebony;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 18px;
}
.full-image-strip__link {
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 40px;
}

.stats-home-strip {
  padding: 135px 0 150px;
}
@media screen and (max-width: 768px) {
  .stats-home-strip {
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .stats-home-strip {
    padding: 60px 0;
  }
}
.stats-home-strip__title p {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  font-family: Rocky;
  margin-bottom: 7px;
  color: black;
}
.stats-home-strip__title h2 {
  font-size: 82px;
  font-family: Rocky;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 84px;
  color: black;
}
.stats-home-strip .stat-box {
  margin: 20px auto 10px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .stats-home-strip .stat-box {
    margin: 10px auto;
  }
}
@media screen and (max-width: 550px) {
  .stats-home-strip .stat-box {
    padding: 20px 0;
  }
}
.stats-home-strip .stat-box__detail {
  font-family: Ebony;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}
.stats-home-strip .stats-container {
  padding-bottom: 80px;
}
.stats-home-strip .stats-buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 10px 0;
}
.stats-home-strip__diamonds-container {
  position: absolute;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 1s all ease;
}
.stats-home-strip__diamonds-container#diamond-1 {
  width: 130px;
  height: 170px;
  top: 30px;
  left: 58px;
}
@media screen and (max-width: 768px) {
  .stats-home-strip__diamonds-container#diamond-1 {
    top: 23px;
    left: 39px;
  }
}
@media screen and (max-width: 630px) {
  .stats-home-strip__diamonds-container#diamond-1 {
    left: 15px;
    top: 0px;
  }
}
@media screen and (max-width: 570px) {
  .stats-home-strip__diamonds-container#diamond-1 {
    display: none;
  }
}
.stats-home-strip__diamonds-container#diamond-1.diamond-show {
  opacity: 1;
  transition-delay: 2s;
}
.stats-home-strip__diamonds-container#diamond-2 {
  height: 370.22px;
  width: 279px;
  top: -62px;
  right: 76px;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  .stats-home-strip__diamonds-container#diamond-2 {
    width: 200px;
    height: 266px;
    right: 40px;
    top: -90px;
  }
}
@media screen and (max-width: 630px) {
  .stats-home-strip__diamonds-container#diamond-2 {
    right: -54px;
    top: 27px;
  }
}
@media screen and (max-width: 570px) {
  .stats-home-strip__diamonds-container#diamond-2 {
    display: none;
  }
}
.stats-home-strip__diamonds-container#diamond-2.diamond-show {
  opacity: 1;
  transition-delay: 2.5s;
}
.stats-home-strip__diamonds-container#diamond-3 {
  height: 300px;
  width: 224.2px;
  bottom: -42px;
  z-index: -1;
  left: 134px;
}
@media screen and (max-width: 768px) {
  .stats-home-strip__diamonds-container#diamond-3 {
    left: 53px;
  }
}
@media screen and (max-width: 570px) {
  .stats-home-strip__diamonds-container#diamond-3 {
    display: none;
  }
}
.stats-home-strip__diamonds-container#diamond-3.diamond-show {
  opacity: 1;
  transition-delay: 3s;
}
.stats-home-strip__diamonds-container#diamond-4 {
  height: 173px;
  width: 129px;
  background-color: #A52336;
  right: -45px;
  bottom: 104px;
}
@media screen and (max-width: 900px) {
  .stats-home-strip__diamonds-container#diamond-4 {
    display: none;
  }
}
.stats-home-strip__diamonds-container#diamond-4.diamond-show {
  opacity: 1;
  transition-delay: 3.4s;
}

.accolade-strip {
  padding: 80px 0;
  background-color: #A1233E;
}
.accolade-strip__bottom-row {
  align-items: center;
}
@media screen and (max-width: 574px) {
  .accolade-strip__bottom-row {
    justify-content: center;
    gap: 60px;
    text-align: center;
  }
}
.accolade-strip__title {
  font-family: Rocky;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.68px;
  line-height: 54px;
  text-align: center;
  color: white;
  margin-bottom: 25px;
}
@media screen and (max-width: 550px) {
  .accolade-strip__title {
    font-size: 43px;
    line-height: 50px;
  }
}
.accolade-strip__text {
  font-family: Rocky;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 550px) {
  .accolade-strip__text {
    font-size: 30px;
    line-height: 38px;
  }
}
.accolade-strip__below-text {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .accolade-strip__below-text {
    justify-content: space-between;
  }
}
.accolade-strip__logo {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  max-width: 200px;
  text-align: center;
}
.accolade-strip__logo img {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 574px) {
  .accolade-strip__logo img {
    width: 100%;
  }
}
.accolade-strip__logo img {
  max-width: 90px;
  margin-bottom: 20px;
}
.accolade-strip__logo__text {
  color: white;
}
.accolade-strip__logo__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 574px) {
  .accolade-strip__logo__wrapper {
    justify-content: center;
  }
}
.accolade-strip__author {
  font-family: Ebony;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 19px;
  text-align: left;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .accolade-strip__author {
    text-align: right;
  }
}
.accolade-strip .slick-track {
  display: flex;
}
.accolade-strip .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}
.accolade-strip .slick-slide {
  display: flex;
  height: auto;
  align-items: start;
}
.accolade-strip .slick-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: 9%;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.accolade-strip .slick-dots li {
  margin-bottom: 13px;
}
.accolade-strip .slick-dots button::before {
  border: 1px solid white;
  width: 13px;
  height: 13px;
}
.accolade-strip .slick-dots .slick-active button::before {
  background-color: white !important;
}

.strip__category-posts {
  background-color: #F5F5F5;
  padding: 75px 55px 102px;
  margin-top: 100px;
}
.strip__category-posts--title {
  margin-bottom: 35px;
}
.strip__category-posts--teaser {
  padding-top: 56.9%;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.strip__category-posts--teaser img, .strip__category-posts--teaser .full-cover, .strip__category-posts--teaser .overlay--red {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.strip__category-posts--teaser img {
  object-fit: cover;
  transition: 0.5s ease all;
}
.strip__category-posts--teaser .full-cover {
  z-index: 2;
}
.strip__category-posts--teaser .full-cover:hover ~ img {
  transform: scale(1.1);
}
.strip__category-posts--teaser .overlay--red {
  /*background-color: #ab1d40;
  opacity: 0.75;*/
  z-index: 1;
  opacity: 0.7;
  background: linear-gradient(25deg, #000 13.12%, rgba(0, 0, 0, 0));
}
.strip__category-posts--teaser .cat {
  position: absolute;
  top: 0;
  color: white;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.43px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 27px 0 0 35px;
}
@media (max-width: 1025px) {
  .strip__category-posts--teaser .cat {
    padding: 18px 0 0 35px;
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .strip__category-posts--teaser .cat {
    padding: 15px 0 0 20px;
    font-size: 8px;
  }
}
.strip__category-posts--teaser .post-info {
  position: absolute;
  bottom: 0;
  color: white;
  z-index: 1;
  padding: 0 35px 34px 35px;
}
.strip__category-posts--teaser .post-info p.date {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .strip__category-posts--teaser .post-info p.date {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .strip__category-posts--teaser .post-info p.date {
    font-size: 8px;
  }
}
.strip__category-posts--teaser .post-info h4.title {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 38px;
}
@media (max-width: 1025px) {
  .strip__category-posts--teaser .post-info h4.title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .strip__category-posts--teaser .post-info h4.title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .strip__category-posts--teaser .post-info {
    padding: 0 20px 15px 20px;
  }
}
@media (max-width: 769px) {
  .strip__category-posts--teaser {
    margin-bottom: 30px;
  }
}
.strip__category-posts--link {
  margin-top: 50px;
}
@media (max-width: 769px) {
  .strip__category-posts--link {
    margin-top: 20px;
  }
}

[data-ancestor=junior-school-page] {
  overflow-x: clip;
}
[data-ancestor=junior-school-page] .banner {
  height: 100vh;
  min-height: 1000px;
  margin: 0;
}
[data-ancestor=junior-school-page] .banner:before {
  z-index: 0;
  background: #A1233E;
  height: 80%;
  clip-path: polygon(0 0, 100% 0%, 100% 63%, 0% 100%);
}
@media (max-width: 575px) {
  [data-ancestor=junior-school-page] .banner:before {
    height: 70%;
  }
}
[data-ancestor=junior-school-page] .banner.multi-image-banner {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner.multi-image-banner {
    height: auto;
    min-height: 900px;
    justify-content: center;
    gap: 270px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .banner.multi-image-banner {
    min-height: 640px;
    justify-content: space-between;
    gap: 180px;
    padding-top: 170px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner.multi-image-banner {
    gap: 0;
    margin-bottom: 50px;
  }
  [data-ancestor=junior-school-page] .banner.multi-image-banner:before {
    height: 63%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  [data-ancestor=junior-school-page] .banner.multi-image-banner .title {
    text-align: left;
    font-size: 110px;
  }
}
[data-ancestor=junior-school-page] .banner__image {
  position: absolute;
  width: 50%;
  aspect-ratio: 3/2;
  z-index: 2;
  right: -80px;
  bottom: 130px;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(0);
  transform: rotate(7deg);
  background: white;
}
[data-ancestor=junior-school-page] .banner__image img {
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
@media (max-width: 1200px) {
  [data-ancestor=junior-school-page] .banner__image {
    width: 60%;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner__image {
    order: 2;
    width: 70%;
    transform: rotate(-3deg);
    position: relative;
    right: unset;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .banner__image {
    width: 90%;
  }
}
[data-ancestor=junior-school-page] .banner .multiple-image {
  position: absolute;
}
[data-ancestor=junior-school-page] .banner .multiple-image-first {
  width: 40%;
  right: 0;
  height: 100%;
}
[data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big {
  top: 50%;
  opacity: 0;
  visibility: hidden;
  width: 55%;
}
[data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-1 {
  transform: translateY(-50%) rotate(5deg);
  left: 0px;
}
[data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-2 {
  transform: translateY(-50%) rotate(23deg);
  left: 90px;
}
[data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-3 {
  transform: translateY(-50%) rotate(-14deg);
  left: 210px;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big {
    top: unset;
    bottom: 40%;
  }
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-1 {
    transform: translateY(0%) rotate(5deg);
  }
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-2 {
    transform: translateY(0%) rotate(23deg);
  }
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-3 {
    transform: translateY(0%) rotate(-14deg);
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big {
    bottom: 56%;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big {
    width: 44%;
    bottom: unset;
  }
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-2 {
    left: 88px;
  }
  [data-ancestor=junior-school-page] .banner .multiple-image-first .multi-image-big.multi-image-3 {
    left: 180px;
  }
}
@media (max-width: 1240px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-first {
    width: 60%;
    right: -160px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-first {
    width: 40%;
    right: 0;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-first {
    width: 85%;
    position: relative;
    inset: 0;
    order: 2;
    margin-top: 60px;
    height: 230px;
  }
}
[data-ancestor=junior-school-page] .banner .multiple-image-second {
  width: 40%;
  left: 0;
  height: 100%;
}
[data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small {
  bottom: 0%;
  opacity: 0;
  visibility: hidden;
  width: 40%;
}
[data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small.multi-image-4 {
  transform: rotate(22deg);
  left: 160px;
}
@media (max-width: 1240px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small.multi-image-4 {
    left: -40px;
  }
}
[data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small.multi-image-5 {
  transform: rotate(-14deg);
  left: 280px;
}
@media (max-width: 1240px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small.multi-image-5 {
    left: 80px;
  }
}
[data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small.multi-image-6 {
  transform: rotate(-5deg);
  left: 400px;
}
@media (max-width: 1240px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small.multi-image-6 {
    left: 200px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small {
    bottom: 40%;
    width: 55%;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-second .multi-image-small {
    bottom: 56%;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner .multiple-image-second {
    display: none;
  }
}
[data-ancestor=junior-school-page] .banner .multiple-image .multi-image-big, [data-ancestor=junior-school-page] .banner .multiple-image .multi-image-small {
  aspect-ratio: 1/1;
  position: absolute;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
  background-color: white;
}
[data-ancestor=junior-school-page] .banner .multiple-image .multi-image-big img, [data-ancestor=junior-school-page] .banner .multiple-image .multi-image-small img {
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  object-fit: cover;
  top: 10px;
  left: 10px;
}
[data-ancestor=junior-school-page] .banner .h-80 {
  height: 80%;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner .h-80 {
    height: auto;
  }
}
[data-ancestor=junior-school-page] .banner .title {
  transform: rotate(-5deg);
  font-size: 174.008px;
  font-style: normal;
  font-weight: 400;
  line-height: 151.204px;
  font-family: BetterTimesRegular;
}
@media (max-width: 1200px) {
  [data-ancestor=junior-school-page] .banner .title {
    font-size: 130px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner .title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .banner .title {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner .child-page-container {
    order: 3;
  }
}
[data-ancestor=junior-school-page] .banner .child-pages {
  padding-left: 70px;
  padding-right: 200px;
}
[data-ancestor=junior-school-page] .banner .child-pages li {
  padding: 0;
}
[data-ancestor=junior-school-page] .banner .child-pages li a, [data-ancestor=junior-school-page] .banner .child-pages li .separator, [data-ancestor=junior-school-page] .banner .child-pages li h1 {
  color: #232323;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  font-family: BetterTimesRegular;
}
[data-ancestor=junior-school-page] .banner .child-pages li h1:after {
  content: "|";
  font-size: 30px;
  color: #232323;
  padding: 0 16px;
  font-style: normal;
  font-weight: 400;
  font-family: BetterTimesRegular;
}
[data-ancestor=junior-school-page] .banner .child-pages li a {
  padding: 0;
}
[data-ancestor=junior-school-page] .banner .child-pages li .separator {
  padding: 0 16px;
}
[data-ancestor=junior-school-page] .banner .child-pages li:last-of-type h1:after {
  display: none;
}
@media (max-width: 1240px) {
  [data-ancestor=junior-school-page] .banner .child-pages {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner .child-pages {
    margin-top: 80px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner .child-pages {
    margin-top: 0;
  }
}
@media (max-width: 1440px) {
  [data-ancestor=junior-school-page] .banner {
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 100px;
    padding-top: 170px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .banner {
    height: auto;
    min-height: 680px;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .banner {
    padding-top: 140px;
    margin-bottom: 50px;
    min-height: unset;
  }
}
[data-ancestor=junior-school-page] .text-and-image .title, [data-ancestor=junior-school-page] .text-and-image .title div {
  font-size: 85px;
  color: #A1233E;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  font-family: BetterTimesRegular;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .text-and-image .title, [data-ancestor=junior-school-page] .text-and-image .title div {
    font-size: 70px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .text-and-image .title, [data-ancestor=junior-school-page] .text-and-image .title div {
    font-size: 60px;
    line-height: 55px;
  }
}
[data-ancestor=junior-school-page] .text-and-image .title {
  margin-bottom: 24px;
}
[data-ancestor=junior-school-page] .text-and-image .image {
  position: relative;
  aspect-ratio: 1/1;
  background-color: white;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
}
[data-ancestor=junior-school-page] .text-and-image .image img {
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  object-fit: cover;
  top: 10px;
  left: 10px;
}
[data-ancestor=junior-school-page] .text-and-image .image.image--left {
  transform: rotate(-5deg);
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .text-and-image .image {
    margin-bottom: 25px;
  }
}
[data-ancestor=junior-school-page] .text-and-image .main-content-end-padding {
  z-index: 0;
}
[data-ancestor=junior-school-page] .text-and-image .main-content-end-padding:after {
  content: "";
  position: absolute;
  left: 0;
  height: 200%;
  aspect-ratio: 1/2;
  background-color: #A1233E;
  top: 0;
  transform: translate(-50%, -25%);
  clip-path: polygon(0 0, 0% 100%, 100% 44%);
  z-index: -1;
}
[data-ancestor=junior-school-page] .text-and-image .main-content-end-padding.order-sm-12 .image {
  transform: rotate(5deg);
}
[data-ancestor=junior-school-page] .text-and-image .main-content-end-padding.order-sm-12:before {
  left: unset;
  right: 8px;
  transform: translate(50%, -25%);
  clip-path: polygon(100% 0, 100% 100%, 0 61%);
}
[data-ancestor=junior-school-page] .text-and-image .main-content-end-padding.order-sm-12:after {
  left: unset;
  right: 0;
  transform: translate(50%, -25%);
  clip-path: polygon(100% 0, 100% 100%, 0 61%);
}
[data-ancestor=junior-school-page] .three-teasers {
  z-index: 2;
  position: relative;
}
[data-ancestor=junior-school-page] .three-teasers .teaser__bottom .title {
  font-size: 67.556px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  font-family: BetterTimesRegular;
  color: white;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .three-teasers .teaser__bottom .title {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .three-teasers .teaser__bottom .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .three-teasers .col-sm-4 + .col-sm-4:after {
    position: absolute;
    content: "";
    height: 156%;
    width: 16px;
    left: 0;
    transform: rotate(90deg) translate(-330%, -47%);
    bottom: 0;
    bottom: 0;
    background-image: url(../img/diamond-white.svg);
    background-size: 16px 22px;
    background-position: center;
    z-index: 3;
  }
}
[data-ancestor=junior-school-page] .discover-more-strip .title.title--xl {
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  font-family: BetterTimesRegular;
  color: #A1233E;
  line-height: 81.204px;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .discover-more-strip .title.title--xl {
    font-size: 110px;
    line-height: 100px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .discover-more-strip .title.title--xl {
    font-size: 80px;
    line-height: 30px;
  }
}
[data-ancestor=junior-school-page] .discover-more-strip .title.title--md {
  font-family: BetterTimesRegular;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 81.204px;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .discover-more-strip .title.title--md {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .discover-more-strip .title.title--md {
    font-size: 60px;
    line-height: 50px;
  }
}
[data-ancestor=junior-school-page] .discover-more-strip .teaser:after {
  bottom: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s linear;
  height: 50%;
  width: 40%;
  clip-path: polygon(50% 0%, 75% 50%, 50% 100%, 25% 50%);
  transform: translate(-50%, 50%);
}
[data-ancestor=junior-school-page] .discover-more-strip .teaser:hover:after {
  transform: translate(-50%, 50%) scale(10);
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .discover-more-strip {
    margin-top: 70px;
  }
}
[data-ancestor=junior-school-page] .text-strip .intro--drop-cap:first-child:first-letter {
  font-family: BetterTimesRegular;
}
[data-ancestor=junior-school-page] .text-strip h3 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  font-family: BetterTimesRegular;
  color: #A1233E;
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .text-strip h3 {
    font-size: 60px;
    line-height: 50px;
  }
}
[data-ancestor=junior-school-page] .full-width-image-contain-container {
  margin: 40px 0;
  aspect-ratio: 5/3;
  background-color: white;
  position: relative;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
}
[data-ancestor=junior-school-page] .full-width-image-contain-container img {
  position: absolute;
  object-fit: cover;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  top: 10px;
  margin: 0;
  left: 10px;
}
[data-ancestor=junior-school-page] .quote-strip {
  margin: 300px 0 280px;
}
[data-ancestor=junior-school-page] .quote-strip blockquote {
  margin: 0px 150px;
}
[data-ancestor=junior-school-page] .quote-strip blockquote p {
  color: #A1233E;
  font-family: BetterTimesRegular;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
[data-ancestor=junior-school-page] .quote-strip blockquote p:before {
  content: '"';
  font-family: BetterTimesRegular;
  color: #A1233E;
  font-size: 299.829px;
  background: none;
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .quote-strip blockquote p:before {
    font-size: 220px;
    top: -10px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .quote-strip blockquote p {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .quote-strip blockquote p {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .quote-strip blockquote {
    margin: 0 100px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .quote-strip blockquote {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .quote-strip {
    margin: 150px 0;
  }
}
[data-ancestor=junior-school-page] .gallery-strip {
  margin-bottom: 150px;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full {
  margin: 0 100px 0px;
  overflow: visible;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-prev {
  background-color: transparent;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-prev:before {
  content: "<";
  font-size: 174.008px;
  font-style: normal;
  font-weight: 400;
  line-height: 81.204px;
  color: #A1233E;
  font-family: BetterTimesRegular;
  transform: translate(-100%, -50%);
  border: none;
  top: 50%;
  left: 0px;
  height: unset;
  width: unset;
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(0.5);
  }
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-next {
  background-color: transparent;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-next:before {
  content: ">";
  font-size: 174.008px;
  font-style: normal;
  font-weight: 400;
  line-height: 81.204px;
  color: #A1233E;
  font-family: BetterTimesRegular;
  transform: translate(100%, -50%);
  border: none;
  top: 50%;
  right: 0px;
  height: unset;
  width: unset;
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-next {
    top: 50%;
    transform: translate(0, -50%) scale(0.5);
    right: 0;
    opacity: 1;
  }
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .slick-list {
  overflow: visible;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .image-contain {
  background-color: white;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
  padding: 0;
  aspect-ratio: 3/2;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .image-contain img {
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full .image-contain .alt-text {
  display: none;
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .gallery-strip .gallery-slider__full {
    margin: 0;
  }
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb {
  margin: 0 0px 0px;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .slick-list {
  overflow: visible;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .slick-track {
  margin: auto;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .slick-slide:nth-of-type(n) .image-contain {
  transform: rotate(15deg) scale(1.2);
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .slick-slide:nth-of-type(2n) .image-contain {
  transform: rotate(-9deg) scale(1.2);
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .slick-slide:nth-of-type(3n) .image-contain {
  transform: rotate(9deg) scale(1.2);
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .slick-slide:nth-of-type(4n) .image-contain {
  transform: rotate(-16deg) scale(1.2);
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .image-contain {
  margin-top: -70px;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 3/2;
  position: relative;
  cursor: pointer;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
  background: white;
}
[data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .image-contain img {
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb .image-contain {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  [data-ancestor=junior-school-page] .gallery-strip .gallery-slider__thumb {
    display: none;
  }
}
[data-ancestor=junior-school-page] .teaser--square .teaser__bottom {
  z-index: 2;
}
[data-ancestor=junior-school-page] .teaser--square .teaser__bottom .title {
  font-family: BetterTimesRegular;
  font-size: 50px;
}
[data-ancestor=junior-school-page] .teaser--square:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 66%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
[data-ancestor=junior-school-page] .teaser--square.teaser:after {
  bottom: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s linear;
  height: 50%;
  width: 40%;
  clip-path: polygon(50% 0%, 75% 50%, 50% 100%, 25% 50%);
  transform: translate(-50%, 50%);
}
[data-ancestor=junior-school-page] .teaser--square.teaser:hover:after {
  transform: translate(-50%, 50%) scale(10);
}
[data-ancestor=junior-school-page] .mfp-content .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 81.204px;
  font-family: BetterTimesRegular;
  color: #A1233E;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .mfp-content .title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .mfp-content .title {
    font-size: 45px;
    line-height: 40px;
  }
}
[data-ancestor=junior-school-page] .mfp-content .red-color {
  font-size: 22px;
  font-style: normal;
  color: #232323 !important;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .mfp-content .red-color {
    font-size: 18px;
  }
}
[data-ancestor=junior-school-page] .mfp-content .mfp-close {
  color: transparent;
}
[data-ancestor=junior-school-page] .mfp-content .mfp-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #A1233E !important;
  font-size: 42px;
  content: "X";
  font-family: BetterTimesRegular;
  text-transform: uppercase;
}
[data-ancestor=junior-school-page] .mfp-content .teacher-popup__image {
  width: 28%;
  aspect-ratio: 1/1;
  position: absolute;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.25));
  top: 0;
  left: 0;
  transform: translate(-20%, -25%) rotate(-10deg);
  background-color: white;
}
[data-ancestor=junior-school-page] .mfp-content .teacher-popup__image img {
  position: absolute;
  object-fit: cover;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .mfp-content .teacher-popup__image {
    transform: translate(-10%, -5%) rotate(-10deg);
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .mfp-content .teacher-popup__image {
    transform: translate(10%, -55%) rotate(-5deg);
    width: 36%;
  }
}
[data-ancestor=junior-school-page] .mfp-content .teacher-popup__title {
  padding-left: 26%;
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .mfp-content .teacher-popup__title {
    padding-left: 0;
    padding-top: 90px;
  }
}
@media (max-width: 500px) {
  [data-ancestor=junior-school-page] .mfp-content .teacher-popup__title {
    padding-top: 50px;
  }
}
[data-ancestor=junior-school-page] .mfp-content .teacher-popup__content {
  margin-top: 70px;
}
@media (max-width: 991px) {
  [data-ancestor=junior-school-page] .mfp-content .teacher-popup__content {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  [data-ancestor=junior-school-page] .mfp-content {
    margin-top: 100px;
  }
}

.menu-item-59 .top-nav__dropdown {
  font-family: BetterTimesRegular;
}
.menu-item-59 .top-nav__dropdown .title > a {
  font-family: BetterTimesRegular;
  font-size: 60px;
  line-height: 60px;
}
.menu-item-59 .top-nav__dropdown .menu-description p {
  font-family: BetterTimesRegular;
  font-size: 32px;
  line-height: 40px;
}
.menu-item-59 .top-nav__dropdown .menu-description img {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.25);
  border: 10px solid white;
  transform: rotate(-8deg);
}
.menu-item-59 .top-nav__dropdown ul > li > a {
  font-size: 32px;
  line-height: 40px;
}
.menu-item-59 .dropdown__contain .menu-item > a {
  font-family: BetterTimesRegular !important;
  text-transform: none !important;
  font-size: 32px !important;
  line-height: 32px !important;
}

.magazine {
  margin: 100px 0;
  background-color: #A1233E;
  position: relative;
  padding: 100px 80px 135px;
}
.magazine__shape {
  position: absolute;
}
.magazine__shape-1 {
  left: 0;
  top: 40px;
}
.magazine__shape-2 {
  right: 300px;
  bottom: 0px;
}
@media (max-width: 600px) {
  .magazine__shape-2 {
    right: 40px;
  }
}
.magazine__shape-3 {
  top: -30px;
  right: 0px;
}
.magazine__image {
  aspect-ratio: 3/4;
  width: 85%;
  background-color: white;
  transform: translateY(-75%) rotate(-6deg);
  position: absolute;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  cursor: url("../img/FullScreen_Button.svg"), auto;
}
.magazine__image img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 991px) {
  .magazine__image {
    transform: translateY(-100%) rotate(-6deg);
  }
}
.magazine__image:before {
  content: "";
  background-image: url("../img/FullScreen_Button.svg");
  background-size: contain;
  height: 120px;
  width: 120px;
  position: absolute;
  bottom: 50px;
  right: -70px;
  z-index: 20;
  transform: rotate(14deg);
  display: none;
}
@media (max-width: 768px) {
  .magazine__image:before {
    display: block;
  }
}
.magazine__title {
  font-size: 90px;
  font-style: normal;
  font-family: BetterTimesRegular;
  color: white;
  transform: rotate(-5deg);
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .magazine__title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 600px) {
  .magazine__title {
    font-size: 55px;
    line-height: 50px;
    margin-top: 30px;
  }
}
.magazine__subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: white;
}
@media (max-width: 991px) {
  .magazine {
    padding: 180px 80px 95px;
  }
}
@media (max-width: 768px) {
  .magazine {
    padding: 180px 20px 95px;
  }
}

.community-section {
  background-color: #D8DBC7;
  padding: 80px 0 100px;
}
@media screen and (max-width: 991px) {
  .community-section {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .community-section {
    padding: 40px 0 60px;
  }
}
.community-section__header {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .community-section__header {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .community-section__header {
    margin-bottom: 20px;
  }
}
.community-section__icon {
  width: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .community-section__icon {
    width: 24px;
    margin-bottom: 15px;
  }
}
.community-section__icon img {
  width: 100%;
  height: auto;
}
.community-section__divider {
  width: 40px;
  height: 1.5px;
  background-color: #232323;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .community-section__divider {
    height: 1px;
    width: 24px;
    margin-bottom: 20px;
  }
}
.community-section__title {
  font-family: "freight-display-pro", serif;
  font-size: 70px;
  line-height: 65px;
  font-weight: 400;
  color: #232323;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .community-section__title {
    font-size: 56px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .community-section__title {
    font-size: 38px;
    line-height: 36px;
  }
}
.community-section__title span {
  display: block;
}
.community-section__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #232323;
  margin: 0;
  max-width: 528px;
}
@media screen and (min-width: 1010px) {
  .community-section__text {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .community-section__text {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .community-section__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.community-section__cards {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .community-section__cards {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .community-section__cards > [class*=col-] {
    margin-bottom: 10px;
  }
  .community-section__cards > [class*=col-]:last-child {
    margin-bottom: 0;
  }
}

.community-card {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .community-card {
    margin-bottom: 40px;
  }
}
.community-card__image {
  position: relative;
  aspect-ratio: 420/430;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .community-card__image {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .community-card__image {
    display: none;
  }
}
.community-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.community-card:hover .community-card__image img {
  transform: scale(1.05);
}
.community-card__button {
  position: relative;
}
@media screen and (min-width: 768px) {
  .community-card__button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .community-card__button {
    min-width: 260px;
  }
  .community-card__button .btn-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  body.blog .col-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.news-stories-section {
  background-color: #D8DBC7;
  padding: 0 0 50px;
}
@media screen and (max-width: 991px) {
  .news-stories-section {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-stories-section {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-stories-section .col-12.col-lg-6.offset-lg-1 {
    display: flex;
    flex-direction: column;
  }
}

.story-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .story-card {
    margin-bottom: 24px;
  }
}
.story-card:last-child {
  margin-bottom: 0;
}
.story-card__inner {
  position: relative;
  height: 100%;
}
.story-card__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(195deg, #000 13.12%, rgba(0, 0, 0, 0) 67.71%);
  z-index: 1;
  pointer-events: none;
}
.story-card__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(25deg, #000 13.12%, rgba(0, 0, 0, 0) 67.71%);
  z-index: 1;
  pointer-events: none;
}
.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-card__label {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 40px;
  background-color: rgba(161, 35, 62, 0.8);
  color: white;
  padding: 14px 16px 8px;
  font-family: "darkmode-off", sans-serif;
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.1666666667; /* 14px */
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story-card__label {
    height: 28px;
    left: 10px;
    top: 10px;
    padding: 8px 10px 6px;
    font-size: 12px;
    line-height: 12px;
  }
}
.story-card__pagination-wrapper {
  position: absolute;
  top: 47px;
  right: 50px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .story-card__pagination-wrapper {
    top: 22px;
    right: 20px;
  }
}
.story-card__pagination-wrapper .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .story-card__pagination-wrapper .swiper-pagination {
    gap: 5px;
  }
}
.story-card__pagination-wrapper .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .story-card__pagination-wrapper .swiper-pagination-bullet {
    width: 29px;
  }
}
.story-card__pagination-wrapper .swiper-pagination-bullet-active {
  background-color: #A1233E;
}
.story-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story-card__content {
    padding: 20px;
  }
}
.story-card__date {
  display: block;
  font-family: "darkmode-off", sans-serif;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.4285714286; /* 20px */
  font-weight: 500;
  color: white;
  letter-spacing: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .story-card__date {
    font-size: 13px; /* 13px */
    font-size: 0.8125rem; /* 13px */
    line-height: 1.1538461538; /* 15px */
    margin-bottom: 6px;
  }
}
.story-card__title {
  font-family: "freight-display-pro", serif;
  font-size: 40px; /* 40px */
  font-size: 2.5rem; /* 40px */
  line-height: 1.1; /* 44px */
  color: white;
  margin: 0 0 20px;
  padding-right: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .story-card__title {
    font-size: 24px; /* 24px */
    font-size: 1.5rem; /* 24px */
    line-height: 1; /* 24px */
    margin-bottom: 16px;
  }
}
.story-card__title--italic {
  font-style: italic;
}
.story-card--featured .story-card__inner {
  aspect-ratio: 539/624;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .story-card--featured .story-card__inner {
    aspect-ratio: 4/5;
  }
}
.story-card--featured .story-card__inner img {
  position: absolute;
  top: 0;
  left: 0;
}
.story-card--featured .story-card__content {
  bottom: 40px;
  left: 40px;
  right: auto;
  top: auto;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .story-card--featured .story-card__content {
    bottom: 30px;
    left: 30px;
  }
}
.story-card--event {
  min-height: 370px;
}
.story-card--event .story-card__inner {
  padding-bottom: 75%;
  min-height: 370px;
}
@media screen and (max-width: 991px) {
  .story-card--event .story-card__inner {
    padding-bottom: 70%;
  }
}
.story-card--event .story-card__inner:after {
  position: absolute;
}
.story-card--event .story-card__inner img {
  position: absolute;
  top: 0;
  left: 0;
}
.story-card--event .story-card__content {
  bottom: 40px;
  left: 40px;
  right: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .story-card--event .story-card__content {
    bottom: 30px;
    left: 30px;
  }
}
.story-card--event .story-card__pagination-wrapper {
  top: 35px;
  left: 40px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .story-card--event .story-card__pagination-wrapper {
    top: 20px;
    left: 20px;
  }
}
.story-card--event .story-card__title {
  margin-bottom: 8px;
}
.story-card--event .story-card__date {
  margin-bottom: 20px;
}
.story-card--cocurricular .story-card__inner {
  padding-bottom: 75%;
}
@media screen and (max-width: 991px) {
  .story-card--cocurricular .story-card__inner {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 767px) {
  .story-card--cocurricular .story-card__inner {
    padding-bottom: 80%;
  }
}
.story-card--cocurricular .story-card__inner:after {
  position: absolute;
}
.story-card--cocurricular .story-card__inner img {
  position: absolute;
  top: 0;
  left: 0;
}
.story-card--cocurricular .story-card__content {
  bottom: 40px;
  left: 40px;
  right: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .story-card--cocurricular .story-card__content {
    bottom: 30px;
    left: 30px;
  }
}
.story-card--cocurricular .story-card__pagination-wrapper {
  top: 35px;
  left: 40px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .story-card--cocurricular .story-card__pagination-wrapper {
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .events-swiper {
    height: 410px;
    margin-top: 40px;
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .events-swiper .story-card__title {
    font-size: 38px; /* 38px */
    font-size: 2.375rem; /* 38px */
    line-height: 0.9473684211; /* 36px */
    margin-bottom: 20px;
  }
  .events-swiper .swiper-pagination {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cocurricular-swiper {
    position: relative;
    order: 1;
    width: 100%;
    height: 410px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cocurricular-swiper .story-card__title {
    font-size: 38px; /* 38px */
    font-size: 2.375rem; /* 38px */
    line-height: 0.9473684211; /* 36px */
    margin-bottom: 20px;
  }
  .cocurricular-swiper .swiper-pagination {
    margin-left: 10px !important;
  }
}

.testimonial-quote {
  position: relative;
  padding: 60px 0 60px 55px;
  max-width: 570px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .testimonial-quote {
    padding: 60px 0 60px 55px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-quote {
    padding: 40px 0 0 60px;
    order: 2;
  }
}
.testimonial-quote__icon {
  position: absolute;
  top: 64px;
  left: 8px;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .testimonial-quote__icon {
    top: 40px;
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }
}
.testimonial-quote__icon2 {
  position: absolute;
  bottom: -8px;
  right: 0px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .testimonial-quote__icon2 {
    bottom: -55px;
  }
}
.testimonial-quote__text {
  position: relative;
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  line-height: 45px;
  color: #232323;
  margin: 0 0 25px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  .testimonial-quote__text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-quote__text {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.testimonial-quote__text em {
  color: #A1233E;
  font-style: normal;
}
.testimonial-quote__author {
  display: inline-block;
  margin-top: 0px;
  padding-top: 18px;
  border-top: 1px solid #232323;
  font-family: "darkmode-off", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .testimonial-quote__author {
    font-size: 12px;
    line-height: 26px;
  }
}

.news-stories-section .swiper {
  overflow: hidden;
}
.news-stories-section .swiper-slide {
  height: auto;
}

.guide-quote-section {
  background-color: #D8DBC7;
  padding: 30px 0 100px;
}
@media screen and (max-width: 991px) {
  .guide-quote-section {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .guide-quote-section {
    padding: 0px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .guide-quote-section .row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .guide-quote-section .col-12.col-lg-7 {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .guide-quote-section .col-12.col-lg-5 {
    order: 1;
  }
}

.guide-quote {
  position: relative;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .guide-quote {
    margin-top: 20px;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.guide-quote__icon {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .guide-quote__icon {
    top: 2px;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
}
.guide-quote__icon2 {
  position: absolute;
  bottom: -8px;
  right: 0px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  display: block;
}
.guide-quote__text {
  position: relative;
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #232323;
  margin: 0 0 20px;
  font-style: normal;
}
@media screen and (max-width: 1199px) {
  .guide-quote__text {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .guide-quote__text {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .guide-quote__text {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.guide-quote__text em {
  color: #A1233E;
  font-style: normal;
}
.guide-quote__source {
  position: relative;
  max-width: 208px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #232323;
}
.guide-quote__source a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.guide-quote__divider {
  width: 196px;
  height: 1px;
  background-color: #232323;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .guide-quote__divider {
    width: 150px;
  }
}
.guide-quote__logo-wrapper {
  width: 58px;
  height: 58px;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.guide-quote__logo-wrapper .fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-quote__author {
  font-family: "darkmode-off", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #232323;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.coed-card {
  position: relative;
  overflow: hidden;
  max-width: 434px;
}
@media screen and (min-width: 992px) {
  .coed-card {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .coed-card {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.coed-card__image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .coed-card__image {
    padding-bottom: 80%;
  }
}
.coed-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.coed-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.coed-card__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 1;
}
.coed-card:hover .coed-card__image img {
  transform: scale(1.05);
}
.coed-card:hover .btn-primary {
  background-color: rgb(127.4857142857, 27.7142857143, 49.093877551);
}
.coed-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .coed-card__content {
    padding: 30px;
  }
}
.coed-card__carousel {
  position: relative;
}
.coed-card__pagination-wrapper {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .coed-card__pagination-wrapper {
    top: 20px;
    left: 20px;
  }
}
.coed-card__pagination-wrapper .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .coed-card__pagination-wrapper .swiper-pagination {
    gap: 5px;
  }
}
.coed-card__pagination-wrapper .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .coed-card__pagination-wrapper .swiper-pagination-bullet {
    width: 29px;
  }
}
.coed-card__pagination-wrapper .swiper-pagination-bullet-active {
  background-color: #A1233E;
}
.coed-card__title {
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  line-height: 44px;
  color: white;
  margin: 0 0 24px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .coed-card__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .coed-card__title {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.inspiring-section-desktop {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background-color: #D8DBC7;
}
@media screen and (max-width: 1199px) {
  .inspiring-section-desktop {
    display: none;
  }
}
.inspiring-section-desktop .inspiring-section__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.inspiring-section-desktop .inspiring-section__initial-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #D8DBC7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.inspiring-section-desktop .inspiring-section__initial-title {
  font-family: "freight-display-pro", serif;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1599px) {
  .inspiring-section-desktop .inspiring-section__initial-title {
    font-size: 75px;
  }
}
.inspiring-section-desktop .inspiring-section__initial-title .inspiring-black-text {
  color: #232323;
  margin-right: 15px;
}
.inspiring-section-desktop .inspiring-section__initial-title .inspiring-red-text {
  color: #A1233E;
  font-style: normal;
  margin-left: 15px;
}
.inspiring-section-desktop .inspiring-section__slide {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.inspiring-section-desktop .inspiring-section__slide.image-expanded {
  pointer-events: auto;
}
.inspiring-section-desktop .inspiring-section__image-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: scale(0);
  transform-origin: center center;
  overflow: hidden;
}
.inspiring-section-desktop .inspiring-section__image-wrap .fill-image,
.inspiring-section-desktop .inspiring-section__image-wrap .inspiring-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspiring-section-desktop .inspiring-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(198deg, rgba(0, 0, 0, 0.3) 34%, rgba(0, 0, 0, 0.8) 79%);
  opacity: 0;
}
.inspiring-section-desktop .inspiring-section__indicator-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
}
.inspiring-section-desktop .inspiring-section__indicator {
  position: absolute;
  top: 60px;
  left: 16px;
  background-color: rgba(35, 35, 35, 0.9);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inspiring-section-desktop .inspiring-section__indicator > span {
  font-family: "freight-display-pro", serif;
  font-size: 25px;
  line-height: 30px;
  color: white;
  margin-top: -6px;
  white-space: nowrap;
}
.inspiring-section-desktop .inspiring-section__content-wrapper {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
}
.inspiring-section-desktop .inspiring-section__contents {
  position: relative;
  max-width: 50%;
}
.inspiring-section-desktop .inspiring-section__content-item {
  position: relative;
  width: 100%;
}
.inspiring-section-desktop .inspiring-section__header {
  margin-bottom: 20px;
}
.inspiring-section-desktop .inspiring-section__icon {
  width: 35px;
  margin-bottom: 15px;
}
.inspiring-section-desktop .inspiring-section__icon img {
  width: 100%;
  height: auto;
}
.inspiring-section-desktop .inspiring-section__divider {
  width: 35px;
  height: 1.5px;
  background-color: white;
}
.inspiring-section-desktop .inspiring-section__title {
  font-family: "freight-display-pro", serif;
  font-size: 70px;
  line-height: 65px;
  color: white;
  margin: 0 0 30px;
  font-weight: 400;
}
.inspiring-section-desktop .inspiring-section__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  margin: 0 0 40px;
  max-width: 585px;
}
.inspiring-section-desktop .inspiring-section__stats {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 5;
  opacity: 0;
}
.inspiring-section-desktop .inspiring-section__stat-item {
  position: relative;
}
.inspiring-section-desktop .inspiring-section__stat {
  position: relative;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: auto;
  min-width: 0;
}
.inspiring-section-desktop .inspiring-section__stat::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.inspiring-section-desktop .inspiring-section__stat-number {
  font-family: "freight-display-pro", serif;
  font-size: 60px;
  line-height: 26px;
  height: 40px;
  font-weight: 400;
  color: white;
}
.inspiring-section-desktop .inspiring-section__stat-text {
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  max-width: 290px;
  padding-right: 20px;
}
.inspiring-section-desktop .inspiring-section__stat--quote {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 360px;
}
.inspiring-section-desktop .inspiring-section__stat--quote .inspiring-section__stat-quote-icon {
  display: inline-block;
  width: 22px;
  height: 19px;
  color: white;
  line-height: 0;
}
.inspiring-section-desktop .inspiring-section__stat--quote .inspiring-section__stat-quote-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.inspiring-section-desktop .inspiring-section__stat--quote .inspiring-section__stat-quote-text {
  font-family: "freight-display-pro", serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  margin: 0;
}
.inspiring-section-desktop .inspiring-section__stat--quote .inspiring-section__stat-quote-author {
  font-family: "darkmode-off", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 12px;
}

.remarkable-mobile {
  display: none;
  padding: 30px 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .remarkable-mobile {
    display: block;
  }
}
.remarkable-mobile .inspiring-section__initial-text {
  inset: 0;
  z-index: 10;
  background-color: #D8DBC7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .remarkable-mobile .inspiring-section__initial-text {
    text-align: center;
  }
}
.remarkable-mobile .inspiring-section__initial-title {
  font-family: "freight-display-pro", serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .remarkable-mobile .inspiring-section__initial-title {
    font-size: 48px;
  }
}
.remarkable-mobile .inspiring-section__initial-title .inspiring-black-text {
  color: #232323;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .remarkable-mobile .inspiring-section__initial-title .inspiring-black-text {
    display: block;
    margin-right: 8px;
  }
}
.remarkable-mobile .inspiring-section__initial-title .inspiring-red-text {
  color: #A1233E;
  font-style: normal;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .remarkable-mobile .inspiring-section__initial-title .inspiring-red-text {
    display: block;
    margin-left: 8px;
  }
}

.inspiring-section-mobile {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .inspiring-section-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .swiper-wrapper {
    min-height: 700px;
  }
}
.inspiring-section-mobile .swiper-slide {
  height: 100vh;
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .swiper-slide {
    min-height: 700px;
  }
}
.inspiring-section-mobile .inspiring-section__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.inspiring-section-mobile .inspiring-section__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.inspiring-section-mobile .inspiring-section__bg .fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspiring-section-mobile .inspiring-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(198deg, rgba(0, 0, 0, 0.3) 34%, rgba(0, 0, 0, 0.8) 79%);
  z-index: 2;
}
.inspiring-section-mobile .inspiring-section__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .inspiring-section-mobile .inspiring-section__content {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .inspiring-section-mobile .inspiring-section__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__content {
    padding-bottom: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.inspiring-section-mobile .inspiring-section__content .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .inspiring-section-mobile .inspiring-section__content .row {
    flex-wrap: wrap;
  }
}
.inspiring-section-mobile .inspiring-section__indicator {
  position: absolute;
  top: 60px;
  left: 16px;
  z-index: 4;
  background-color: #232323;
  background-color: rgba(35, 35, 35, 0.9);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__indicator {
    left: 32px;
    top: 30px;
    width: 40px;
    height: 40px;
  }
}
.inspiring-section-mobile .inspiring-section__indicator span {
  font-family: "freight-display-pro", serif;
  font-size: 25px;
  line-height: 30px;
  color: white;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__indicator span {
    font-size: 18px;
  }
}
.inspiring-section-mobile .inspiring-section__header {
  margin-bottom: 20px;
}
.inspiring-section-mobile .inspiring-section__icon {
  width: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__icon {
    width: 22px;
    margin-bottom: 10px;
  }
}
.inspiring-section-mobile .inspiring-section__icon img {
  width: 100%;
  height: auto;
}
.inspiring-section-mobile .inspiring-section__divider {
  width: 35px;
  height: 1.5px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__divider {
    width: 22px;
  }
}
.inspiring-section-mobile .inspiring-section__title {
  font-family: "freight-display-pro", serif;
  font-size: 70px;
  line-height: 65px;
  color: white;
  margin: 0 0 30px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .inspiring-section-mobile .inspiring-section__title {
    font-size: 56px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__title {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.inspiring-section-mobile .inspiring-section__text {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  margin: 0 0 40px;
  max-width: 585px;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.inspiring-section-mobile .inspiring-section__stat-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  max-width: 330px;
}
@media screen and (min-width: 992px) {
  .inspiring-section-mobile .inspiring-section__stat-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .inspiring-section-mobile .inspiring-section__stat-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__stat-wrapper {
    display: none;
  }
}
.inspiring-section-mobile .inspiring-section__stat {
  position: relative;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: auto;
  min-width: 0;
}
.inspiring-section-mobile .inspiring-section__stat::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .inspiring-section-mobile .inspiring-section__stat::after {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__stat {
    display: none;
    gap: 10px;
  }
  .inspiring-section-mobile .inspiring-section__stat::after {
    width: 200px;
  }
}
.inspiring-section-mobile .inspiring-section__stat-number {
  font-family: "freight-display-pro", serif;
  font-size: 60px;
  line-height: 26px;
  height: 40px;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__stat-number {
    font-size: 40px;
    line-height: 50px;
  }
}
.inspiring-section-mobile .inspiring-section__stat-text {
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  max-width: 290px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__stat-text {
    font-size: 14px;
  }
}
.inspiring-section-mobile .inspiring-section__stat--quote {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__stat--quote {
    display: flex;
    gap: 12px;
  }
}
.inspiring-section-mobile .inspiring-section__stat--quote .inspiring-section__stat-quote-icon {
  display: inline-block;
  width: 22px;
  height: 19px;
  color: white;
  line-height: 0;
}
.inspiring-section-mobile .inspiring-section__stat--quote .inspiring-section__stat-quote-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.inspiring-section-mobile .inspiring-section__stat--quote .inspiring-section__stat-quote-text {
  font-family: "freight-display-pro", serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .inspiring-section__stat--quote .inspiring-section__stat-quote-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.inspiring-section-mobile .inspiring-section__stat--quote .inspiring-section__stat-quote-author {
  font-family: "darkmode-off", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 12px;
}
.inspiring-section-mobile .story-card__pagination-wrapper {
  position: absolute;
  top: 40px;
  right: 30px;
  left: auto;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .inspiring-section-mobile .story-card__pagination-wrapper {
    top: 49px;
    right: 30px;
  }
}

.numbers-section {
  background-color: #D8DBC7;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .numbers-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .numbers-section {
    padding: 40px 0;
  }
}
.numbers-section__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .numbers-section__header {
    margin-bottom: 30px;
  }
}
.numbers-section__icon {
  width: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .numbers-section__icon {
    width: 22px;
    margin-bottom: 10px;
  }
}
.numbers-section__icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(1891%) hue-rotate(336deg) brightness(87%) contrast(93%);
}
.numbers-section__divider {
  width: 35px;
  height: 1.5px;
  background-color: #232323;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .numbers-section__divider {
    width: 22px;
    height: 1px;
  }
}
.numbers-section__title {
  font-family: "freight-display-pro", serif;
  font-size: 70px;
  line-height: 65px;
  color: #232323;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .numbers-section__title {
    font-size: 56px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .numbers-section__title {
    font-size: 38px;
    line-height: 36px;
  }
}
.numbers-section__title em {
  color: #A1233E;
  font-style: normal;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 188px 200px 188px;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .numbers-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 991px) {
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.numbers-grid__item {
  min-height: 180px;
}
@media screen and (max-width: 768px) {
  .numbers-grid__item {
    min-height: 160px;
  }
  .numbers-grid__item--r1c2 {
    order: -1;
    grid-column: 1/-1;
  }
  .numbers-grid__item--r1c4, .numbers-grid__item--r1c6 {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1200px) {
  .numbers-grid__item--r1c1 {
    grid-column: 1;
    grid-row: 1/3;
  }
  .numbers-grid__item--r1c2 {
    grid-column: 2;
    grid-row: 1/3;
  }
  .numbers-grid__item--r1c3 {
    grid-column: 3;
    grid-row: 1;
  }
  .numbers-grid__item--r1c4 {
    grid-column: 4/6;
    grid-row: 1/3;
  }
  .numbers-grid__item--r1c5 {
    position: absolute;
    left: calc(83.333% + 10px);
    top: 0;
    width: 73px;
    height: 242px;
    z-index: 2;
  }
  .numbers-grid__item--r1c6 {
    grid-column: 6;
    grid-row: 1;
  }
  .numbers-grid__item--r2c1 {
    grid-column: 3;
    grid-row: 2/4;
  }
  .numbers-grid__item--r2c2 {
    grid-column: 6;
    grid-row: 2;
  }
  .numbers-grid__item--r3c1 {
    grid-column: 1/3;
    grid-row: 3;
  }
  .numbers-grid__item--r3c2 {
    grid-column: 4;
    grid-row: 3;
  }
  .numbers-grid__item--r3c3 {
    grid-column: 5;
    grid-row: 3;
  }
  .numbers-grid__item--r3c4 {
    grid-column: 6;
    grid-row: 3;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .numbers-grid__item--r1c5, .numbers-grid__item--r1c6, .numbers-grid__item--r2c2, .numbers-grid__item--r3c4 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .numbers-grid__item--exam {
    min-height: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .numbers-grid__item--image.numbers-grid__item--r1c1, .numbers-grid__item--image.numbers-grid__item--r2c1 {
    min-height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .numbers-grid__item--lily {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .numbers-grid__item--sunday {
    min-height: 180px;
  }
}

.numbers-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.numbers-card--image .fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.numbers-card--award {
  background-color: #393939;
  padding: 25px 15px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .numbers-card--award {
    flex-direction: row;
    text-align: left;
    padding: 20px 25px;
    gap: 20px;
  }
  .numbers-card--award .numbers-card__badge {
    width: 100px;
    height: 100px;
  }
  .numbers-card--award .numbers-card__winner,
  .numbers-card--award .numbers-card__line {
    display: none;
  }
  .numbers-card--award .numbers-card__award-text {
    flex: 1;
  }
}
.numbers-card__badge {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .numbers-card__badge {
    width: 60px;
    height: 60px;
  }
}
.numbers-card__winner {
  font-family: "darkmode-off", sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.numbers-card__award-text {
  font-family: "freight-display-pro", serif;
  font-size: 28px;
  line-height: 32px;
  color: white;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .numbers-card__award-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.numbers-card--stat {
  padding: 25px 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.numbers-card--red {
  background-color: #A1233E;
}
.numbers-card--grey {
  background-color: #393939;
}
.numbers-card__number {
  font-family: "freight-display-pro", serif;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  color: white;
  display: block;
}
@media screen and (max-width: 767px) {
  .numbers-card__number {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
.numbers-card__line {
  width: 75px;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 5px 0 15px 0;
}
.numbers-card__desc {
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .numbers-card__desc {
    font-size: 13px;
    line-height: 17px;
  }
}
.numbers-card--exam {
  background-color: #393939;
  padding: 30px 25px;
}
.numbers-card__crest {
  position: absolute;
  right: -75px;
  top: 25px;
  width: 156px;
  height: auto;
  display: block;
}
.numbers-card__exam-title {
  font-family: "freight-display-pro", serif;
  font-size: 30px;
  line-height: 30px;
  color: white;
  margin: 0 0 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .numbers-card__exam-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.numbers-card__exam-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.numbers-card__exam-number {
  font-family: "freight-display-pro", serif;
  font-size: 50px;
  line-height: 45px;
  color: white;
  flex-shrink: 0;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .numbers-card__exam-number {
    font-size: 36px;
    line-height: 40px;
    min-width: 70px;
  }
}
.numbers-card__exam-desc {
  font-family: "darkmode-off", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: white;
}
@media screen and (max-width: 767px) {
  .numbers-card__exam-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.numbers-card--lily {
  background-color: #d8dbc7;
  align-items: center;
  justify-content: center;
}
.numbers-card__lily-icon {
  width: 50px;
  height: auto;
  opacity: 0.4;
}
.numbers-card--sunday {
  background-color: #A1233E;
  padding: 20px 30px 25px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .numbers-card--sunday {
    padding: 20px;
  }
}
.numbers-card__times-logo {
  height: 45px;
  width: auto;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .numbers-card__times-logo {
    height: 45px;
  }
}
.numbers-card__times-text {
  font-family: "freight-display-pro", serif;
  font-size: 29px;
  line-height: 30px;
  color: white;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .numbers-card__times-text {
    font-size: 22px;
    line-height: 26px;
  }
}

.alumni-section {
  background-color: #D8DBC7;
  padding: 50px 0 60px;
}
@media screen and (max-width: 991px) {
  .alumni-section {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .alumni-section {
    padding: 40px 0 60px;
  }
}
.alumni-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .alumni-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .alumni-section__header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .alumni-section .btn-primary {
    min-width: 190px;
  }
}
.alumni-section__title-wrap {
  flex: 1;
}
.alumni-section__icon {
  width: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .alumni-section__icon {
    width: 22px;
    margin-bottom: 10px;
  }
}
.alumni-section__icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(1891%) hue-rotate(336deg) brightness(87%) contrast(93%);
}
.alumni-section__divider {
  width: 35px;
  height: 1.5px;
  background-color: #232323;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .alumni-section__divider {
    width: 22px;
  }
}
.alumni-section__title {
  font-family: "freight-display-pro", serif;
  font-size: 70px;
  line-height: 65px;
  color: #232323;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .alumni-section__title {
    font-size: 56px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .alumni-section__title {
    font-size: 38px;
    line-height: 36px;
  }
}
.alumni-section__title em {
  color: #A1233E;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .alumni-section__title em {
    display: block;
  }
}

.alumni-carousel-wrap {
  position: relative;
}
.alumni-carousel-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: #D8DBC7;
}

.alumni-swiper {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .alumni-swiper {
    overflow: hidden !important;
  }
}
.alumni-swiper .swiper-wrapper {
  align-items: stretch;
}
.alumni-swiper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .alumni-swiper .swiper-slide {
    width: auto;
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media screen and (max-width: 1023px) {
  .alumni-swiper .swiper-slide {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .alumni-swiper .swiper-slide {
    width: 320px;
  }
}
@media screen and (max-width: 450px) {
  .alumni-swiper .swiper-slide {
    width: 100%;
  }
}

.fill-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.alumni-card {
  display: block;
  position: relative;
  text-decoration: none;
  height: 100%;
}
.alumni-card__image {
  position: relative;
  aspect-ratio: 410/499;
  overflow: hidden;
}
.alumni-card__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 1;
}
.alumni-card__image img {
  transition: transform 0.4s ease;
}
.alumni-card:hover .alumni-card__image img {
  transform: scale(1.05);
}
.alumni-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .alumni-card__content {
    padding: 20px;
  }
}
.alumni-card__name {
  font-family: "freight-display-pro", serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: white;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .alumni-card__name {
    font-size: 30px;
    line-height: 35px;
  }
}
.alumni-card__role {
  font-family: "darkmode-off", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .alumni-card__role {
    font-size: 16px;
    line-height: 26px;
  }
}

.alumni-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .alumni-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .alumni-nav {
    top: auto;
    bottom: -76px;
    height: 35px;
  }
}
.alumni-nav__prev, .alumni-nav__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 178px;
  background-color: rgba(35, 35, 35, 0.75);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  outline: none;
}
@media screen and (max-width: 767px) {
  .alumni-nav__prev, .alumni-nav__next {
    height: 35px;
  }
}
.alumni-nav__prev:hover, .alumni-nav__next:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.alumni-nav__prev:focus, .alumni-nav__next:focus {
  outline: none;
}
.alumni-nav__prev.swiper-button-disabled, .alumni-nav__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .alumni-nav__prev {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px) {
  .alumni-nav__prev {
    display: none;
  }
}
.alumni-nav__arrow {
  position: relative;
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .alumni-nav__arrow {
    margin-left: -5px;
  }
}
.alumni-nav__next .alumni-nav__arrow {
  transform: rotate(-45deg);
  margin-left: -4px;
}
.alumni-nav__prev .alumni-nav__arrow {
  transform: rotate(135deg);
  margin-right: -4px;
}

.alumni-progress {
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .alumni-progress {
    margin-top: 40px;
    width: calc(100% - 50px);
  }
}
.alumni-progress__bar {
  width: 100%;
  height: 4px;
  background-color: rgba(35, 35, 35, 0.3);
  position: relative;
}
.alumni-progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #A1233E;
  width: 0%;
  transition: width 0.3s ease;
}

.explore-section {
  background-color: #D8DBC7;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .explore-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .explore-section {
    padding: 40px 0;
  }
}
.explore-section__wrapper {
  background-color: #A1233E;
  padding: 60px;
}
@media screen and (max-width: 991px) {
  .explore-section__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .explore-section__wrapper {
    padding: 30px 10px 40px 10px;
  }
}
.explore-section__image {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .explore-section__image {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 991px) {
  .explore-section__image {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .explore-section__image {
    min-height: 280px;
    margin-bottom: 30px;
    display: none;
  }
}
.explore-section__image .fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore-section__image-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  will-change: transform;
}
.explore-section__image-item--default {
  top: 0;
  z-index: 1;
}
.explore-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 991px) {
  .explore-section__content {
    height: auto;
  }
}
.explore-section__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .explore-section__header {
    margin-bottom: 30px;
  }
}
.explore-section__icon {
  width: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .explore-section__icon {
    width: 22px;
    margin-bottom: 10px;
  }
}
.explore-section__icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.explore-section__divider {
  width: 35px;
  height: 1.5px;
  background-color: white;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .explore-section__divider {
    width: 22px;
    height: 1px;
  }
}
.explore-section__title {
  font-family: "freight-display-pro", serif;
  font-size: 70px;
  line-height: 80px;
  color: white;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .explore-section__title {
    font-size: 56px;
    line-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .explore-section__title {
    font-size: 48px;
    line-height: 46px;
  }
}

.explore-nav {
  display: flex;
  flex-direction: column;
}
.explore-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.explore-nav__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.explore-nav__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .explore-nav__item {
    padding: 16px 0;
  }
}
.explore-nav__text {
  font-family: "freight-display-pro", serif;
  font-size: 40px;
  line-height: 44px;
  color: white;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .explore-nav__text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .explore-nav__text {
    font-size: 30px;
    line-height: 40px;
  }
}
.explore-nav__arrow {
  position: relative;
  width: 55px;
  height: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .explore-nav__arrow {
    width: 40px;
    height: 12px;
  }
}
.explore-nav__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 16px;
  background-image: url("../img/arrow-long-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .explore-nav__arrow::after {
    width: 40px;
    height: 12px;
  }
}

.off-screen {
  opacity: 1;
}
.off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.text-and-image.off-screen img {
  transition: opacity 0.5s linear;
  opacity: 1;
}
.text-and-image.off-screen .title, .text-and-image.off-screen .the-content {
  transition: all 0.5s ease-in-out;
  -ms-transform: translateY(0); /* IE 9 */
  -webkit-transform: translateY(0); /* Safari */
  transform: translateY(0); /* Safari */
  opacity: 1;
}
.text-and-image.off-screen .title {
  transition-delay: 0.3s;
}
.text-and-image.off-screen .the-content {
  transition-delay: 0.5s;
}
.text-and-image.off-screen.off-screen--hide img {
  opacity: 0;
}
.text-and-image.off-screen.off-screen--hide .title, .text-and-image.off-screen.off-screen--hide .the-content {
  -ms-transform: translateY(30px); /* IE 9 */
  -webkit-transform: translateY(30px); /* Safari */
  transform: translateY(30px); /* Safari */
  opacity: 0;
}

.off-screen--fade-up {
  -ms-transform: translateY(0); /* IE 9 */
  -webkit-transform: translateY(0); /* Safari */
  transform: translateY(0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.off-screen--fade-up.off-screen--hide {
  -ms-transform: translateY(30px); /* IE 9 */
  -webkit-transform: translateY(30px); /* Safari */
  transform: translateY(30px); /* Safari */
  opacity: 0;
}

.off-screen--fade-down {
  -ms-transform: translateY(0); /* IE 9 */
  -webkit-transform: translateY(0); /* Safari */
  transform: translateY(0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.off-screen--fade-down.off-screen--hide {
  -ms-transform: translateY(-30px); /* IE 9 */
  -webkit-transform: translateY(-30px); /* Safari */
  transform: translateY(-30px); /* Safari */
  opacity: 0;
}

.off-screen--from-left {
  -ms-transform: translateX(0); /* IE 9 */
  -webkit-transform: translateX(0); /* Safari */
  transform: translateX(0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.off-screen--from-left.off-screen--hide {
  -ms-transform: translateX(70px); /* IE 9 */
  -webkit-transform: translateX(70px); /* Safari */
  transform: translateX(70px); /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-150px); /* IE 9 */
  -webkit-transform: translateX(-150px); /* Safari */
  transform: translateX(-150px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(150px); /* IE 9 */
  -webkit-transform: translateX(150px); /* Safari */
  transform: translateX(150px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-bottom {
  -ms-transform: translateY(150px); /* IE 9 */
  -webkit-transform: translateY(150px); /* Safari */
  transform: translateY(150px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--fade {
  opacity: 0;
}

.off-screen--alternate > div > div {
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  -ms-transform: translateX(150px); /* IE 9 */
  -webkit-transform: translateX(150px); /* Safari */
  transform: translateX(150px); /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  -ms-transform: translateX(-150px); /* IE 9 */
  -webkit-transform: translateX(-150px); /* Safari */
  transform: translateX(-150px); /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  -ms-transform: translateX(-150px); /* IE 9 */
  -webkit-transform: translateX(-150px); /* Safari */
  transform: translateX(-150px); /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  -ms-transform: translateX(150px); /* IE 9 */
  -webkit-transform: translateX(150px); /* Safari */
  transform: translateX(150px); /* Safari */
  opacity: 0;
}

.off-screen--sequential-fade > * {
  -ms-transform: translateY(0); /* IE 9 */
  -webkit-transform: translateY(0); /* Safari */
  transform: translateY(0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.off-screen--sequential-fade.off-screen--hide > * {
  -ms-transform: translateY(30px); /* IE 9 */
  -webkit-transform: translateY(30px); /* Safari */
  transform: translateY(30px); /* Safari */
  opacity: 0;
}

.off-screen--sequential-fade > *:nth-child(1) {
  transition-delay: 0s;
}

.off-screen--sequential-fade > *:nth-child(2) {
  transition-delay: 0.2s;
}

.off-screen--sequential-fade > *:nth-child(3) {
  transition-delay: 0.4s;
}

.off-screen--sequential-fade > *:nth-child(4) {
  transition-delay: 0.6s;
}

.off-screen--sequential-fade > *:nth-child(5) {
  transition-delay: 0.8s;
}

.off-screen--sequential-fade > *:nth-child(6) {
  transition-delay: 1s;
}

.off-screen--sequential-fade > *:nth-child(7) {
  transition-delay: 1.2s;
}

.off-screen--sequential-fade > *:nth-child(8) {
  transition-delay: 1.4s;
}

.off-screen--sequential-fade > *:nth-child(9) {
  transition-delay: 1.6s;
}

.off-screen--sequential-fade > *:nth-child(10) {
  transition-delay: 1.8s;
}

.off-screen--sequential-fade > *:nth-child(11) {
  transition-delay: 2s;
}

.off-screen--sequential-fade > *:nth-child(12) {
  transition-delay: 2.2s;
}

.off-screen--sequential-fade > *:nth-child(13) {
  transition-delay: 2.4s;
}

.off-screen--sequential-fade > *:nth-child(14) {
  transition-delay: 2.6s;
}

.off-screen--sequential-fade > *:nth-child(15) {
  transition-delay: 2.8s;
}

.off-screen--sequential-fade > *:nth-child(16) {
  transition-delay: 3s;
}

.off-screen--sequential-fade > *:nth-child(17) {
  transition-delay: 3.2s;
}

.off-screen--sequential-fade > *:nth-child(18) {
  transition-delay: 3.4s;
}

.off-screen--sequential-fade > *:nth-child(19) {
  transition-delay: 3.6s;
}

.off-screen--sequential-fade > *:nth-child(20) {
  transition-delay: 3.8s;
}

.off-screen--sequential > * {
  -ms-transform: translateY(0); /* IE 9 */
  -webkit-transform: translateY(0); /* Safari */
  transform: translateY(0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.off-screen--sequential.off-screen--hide > * {
  -ms-transform: translateY(60px); /* IE 9 */
  -webkit-transform: translateY(60px); /* Safari */
  transform: translateY(60px); /* Safari */
  opacity: 0;
}

.off-screen--sequential > *:nth-child(1) {
  transition-delay: 0s;
}

.off-screen--sequential > *:nth-child(2) {
  transition-delay: 0.3s;
}

.off-screen--sequential > *:nth-child(3) {
  transition-delay: 0.6s;
}

.off-screen--sequential > *:nth-child(4) {
  transition-delay: 0.9s;
}

.off-screen--sequential > *:nth-child(5) {
  transition-delay: 1.2s;
}

.off-screen--sequential > *:nth-child(6) {
  transition-delay: 1.5s;
}

.off-screen--sequential > *:nth-child(7) {
  transition-delay: 1.8s;
}

.off-screen--sequential > *:nth-child(8) {
  transition-delay: 2.1s;
}

.off-screen--sequential > *:nth-child(9) {
  transition-delay: 2.4s;
}

.off-screen--sequential > *:nth-child(10) {
  transition-delay: 2.7s;
}

.off-screen--sequential > *:nth-child(11) {
  transition-delay: 3s;
}

.off-screen--sequential > *:nth-child(12) {
  transition-delay: 3.3s;
}

.off-screen--sequential > *:nth-child(13) {
  transition-delay: 3.6s;
}

.off-screen--sequential > *:nth-child(14) {
  transition-delay: 3.9s;
}

.off-screen--sequential > *:nth-child(15) {
  transition-delay: 4.2s;
}

.off-screen--sequential > *:nth-child(16) {
  transition-delay: 4.5s;
}

.off-screen--sequential > *:nth-child(17) {
  transition-delay: 4.8s;
}

.off-screen--sequential > *:nth-child(18) {
  transition-delay: 5.1s;
}

.off-screen--sequential > *:nth-child(19) {
  transition-delay: 5.4s;
}

.off-screen--sequential > *:nth-child(20) {
  transition-delay: 5.7s;
}

@media screen and (min-width: 1500px) {
  .banner--ar {
    padding-bottom: 0;
    height: 800px;
  }
}
@media (max-width: 1199.98px) {
  .top-nav, .top-toolbar {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .title--2xl {
    font-size: 72px; /* 72px */
    font-size: 4.5rem; /* 72px */
  }
  .title--xl {
    font-size: 68px; /* 68px */
    font-size: 4.25rem; /* 68px */
  }
  .title--lg {
    font-size: 42px; /* 42px */
    font-size: 2.625rem; /* 42px */
  }
  .title--md {
    font-size: 32px; /* 32px */
    font-size: 2rem; /* 32px */
  }
  .title--sm {
    font-size: 26px; /* 26px */
    font-size: 1.625rem; /* 26px */
  }
  .title--xs {
    font-size: 22px; /* 22px */
    font-size: 1.375rem; /* 22px */
  }
  .banner__bottom {
    padding-bottom: 25px;
  }
  .text-and-image {
    padding: 30px 0;
    margin: 40px 0;
  }
  .banner--no-img {
    padding-top: 180px;
  }
  .fullpage__top-title svg {
    margin: 0 10px 0 10px;
  }
  .title--md.crest {
    font-size: 34px; /* 34px */
    font-size: 2.125rem; /* 34px */
    line-height: 1.4117647059; /* 48px */
    letter-spacing: 0;
  }
  .section-5 .container {
    padding-top: 60px;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    margin: 20px 7px;
  }
  body.fp-viewing-5 #fp-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body.page-template-tpl-vacancies .vacancies .block .vacancy__description {
    border: none;
  }
  .diamond-mask {
    right: -50vw;
  }
  .slider-control {
    display: none;
  }
  .mfp-content .diamond-image {
    display: none;
  }
  .page-template-tpl-team-profiles .mfp-content {
    max-width: 90vw;
  }
  .mfp-container.mfp-inline-holder {
    overflow: scroll;
  }
  .teaser__bottom {
    padding: 90px 15px 20px;
  }
  .teaser--post .teaser__bottom {
    padding: 90px 15px 20px;
  }
  .text-and-image .image--overflow {
    position: initial;
    width: 100%;
    height: auto;
    margin: 30px 0;
  }
  .discover-more-strip {
    padding: 40px 0;
  }
  .three-teasers {
    margin: 40px 0;
  }
  .discover-more-strip .slick-slide {
    margin: 0 10px;
  }
  .the-content h2 {
    font-size: 32px; /* 32px */
    font-size: 2rem; /* 32px */
  }
  .site-footer .social-links {
    margin-bottom: 40px;
  }
  .banner--no-img {
    padding-top: 180px;
    padding-bottom: 40px;
  }
  .bg-grey {
    padding: 40px 0;
    margin: 40px 0;
  }
  .section-5 .container {
    padding-top: 160px;
  }
  .award-images {
    margin-top: 40px;
  }
  .site-footer .title {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 6px;
  }
  .three-teasers + .text-and-image {
    margin-top: 60px;
  }
  .map-container {
    margin-top: 65px;
  }
  .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    padding: 140px 0;
  }
  .fp-responsive .fp-auto-height-responsive.section-3 .fp-tableCell {
    padding: 140px 0 390px;
  }
  .fp-responsive .fp-auto-height-responsive.section-3 .fp-tableCell .fullpage__bottom {
    padding: 70px 0 30px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .fp-responsive .fp-auto-height-responsive.section-4 .fp-tableCell {
    padding: 60px 0 140px;
  }
  .fp-responsive .fp-auto-height-responsive.section- .fp-tableCell {
    padding-bottom: 200px;
  }
  .fp-responsive .fp-auto-height-responsive.section-5 .container {
    padding-top: 0;
  }
  .fullpage__top-title {
    padding-bottom: 100px;
  }
  .heading.arrow-right {
    font-size: 11px;
  }
  .link-dropdown:before {
    right: 12px;
  }
  .link-dropdown select {
    padding: 18px 14px;
    padding-right: 35px;
  }
  .award-images img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  #content-wrap .site-footer {
    display: none;
  }
  .title--2xl {
    font-size: 45px; /* 45px */
    font-size: 2.8125rem; /* 45px */
  }
  .title--xl {
    font-size: 40px; /* 40px */
    font-size: 2.5rem; /* 40px */
  }
  .title--xl.title--drop {
    font-size: 60px; /* 60px */
    font-size: 3.75rem; /* 60px */
  }
  .title--lg {
    font-size: 35px; /* 35px */
    font-size: 2.1875rem; /* 35px */
  }
  .title--md {
    font-size: 36px; /* 36px */
    font-size: 2.25rem; /* 36px */
  }
  .title--sm {
    font-size: 23px; /* 23px */
    font-size: 1.4375rem; /* 23px */
  }
  .title--xs {
    font-size: 20px; /* 20px */
    font-size: 1.25rem; /* 20px */
  }
  .title--md.crest {
    font-size: 26px; /* 26px */
    font-size: 1.625rem; /* 26px */
  }
  .banner {
    margin-bottom: 26px;
  }
  .text-and-image {
    padding: 30px 0;
    margin: 30px 0;
  }
  .title--xl + .the-content {
    margin-top: 20px;
  }
  .text-and-image .row > div {
    margin-bottom: 30px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .site-footer svg {
    width: 85px;
    height: auto;
  }
  .site-footer .social-links {
    margin-bottom: 10px;
  }
  .site-footer .title {
    margin-top: 30px;
  }
  .text-sm-right {
    margin-top: 15px;
  }
  .site-footer .copyright {
    margin-top: 50px;
  }
  .ig_action_bar .ig_data {
    padding-right: 1em;
  }
  .full-width-image {
    margin: 30px 0;
  }
  .mobile-menu {
    padding-bottom: 60px;
  }
  .mobile-menu .menu-main-left-container > li[data-has-children=menu-item-has-children] > .arrow,
  .mobile-menu .menu-main-right-container > li[data-has-children=menu-item-has-children] > .arrow {
    right: 15px;
  }
  .banner__bottom {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  }
  .searchandfilter ul li[data-sf-field-input-type=select] {
    display: block;
  }
  .searchandfilter ul li[data-sf-field-input-type=select]:after {
    bottom: 28px;
    top: auto;
  }
  .searchandfilter li + li {
    margin-left: 0;
  }
  .searchandfilter label {
    display: block;
  }
  .searchandfilter h4 {
    display: block;
  }
  .teaser--post .teaser__top::after {
    opacity: 1;
  }
  .discover-more-strip .teaser {
    padding-bottom: 100%;
  }
  .discover-more-strip .teaser .title--md {
    font-size: 22px;
  }
  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    transform: translate(0, -50%) scale(0.5);
  }
  .gallery-strip {
    margin: 30px 0;
  }
  .place-order-float {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .place-order-float span {
    width: 100%;
    height: auto;
    border-radius: none;
    padding: 15px;
    border-radius: 0;
  }
  .place-order-float span:before {
    display: none;
  }
  .gf_left_half, .gf_right_half {
    width: 100%;
  }
  .gfield {
    margin-bottom: 10px;
  }
  .page-template-tpl-team-profiles .mfp-content {
    padding: 30px 20px;
  }
  .right-image-fade {
    height: 360px;
    width: 100%;
    bottom: 0;
    top: initial;
  }
  .right-image-fade:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 20%;
    width: 100%;
  }
  .diamond-mask {
    display: none;
  }
}
.ig_action_bar.ig_hello.ig_hide.ig_bottom .ig_close {
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 41px;
}

.ig_action_bar.ig_hello.ig_hide .ig_close {
  border: none !important;
}

/*# sourceMappingURL=screen-new.css.map */
