/*
Theme Name: cornish
Version: 1.0.0
Text Domain: cornish
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:700|Khula:300,600|Roboto&display=swap");
:root {
  --theme-color-alpha: #000;
  --theme-color-bravo: #fff;
  --theme-color-charlie: #F8D361;
  --theme-color-delta: #DF2728;
  --theme-color-echo: #343a40;
  --theme-color-light-grey: #f6f6f6;
  --theme-color-error: #f00;
  --theme-transition-timing: cubic-bezier(0.6, 0, 0.6, 1);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.img-boxes-press__link-wrapper .link, .left-image-right-text-links__content .links__link, .img-boxes-double-img__link-wrapper .link, .img-boxes-news__link-wrapper .link, .heading .contentButton a, .class__group .contentButton a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1.5104166667vw;
  border: 3px solid var(--theme-color-alpha);
  cursor: pointer;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  font-weight: 600;
  margin: 0 0 1.4583333333vw;
  line-height: 1.4583333333vw;
  transition: 0.25s ease-in-out;
}
.img-boxes-press__link-wrapper .link:hover, .left-image-right-text-links__content .links__link:hover, .img-boxes-double-img__link-wrapper .link:hover, .img-boxes-news__link-wrapper .link:hover, .heading .contentButton a:hover, .class__group .contentButton a:hover {
  background: var(--theme-color-alpha);
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-press__link-wrapper .link, .left-image-right-text-links__content .links__link, .img-boxes-double-img__link-wrapper .link, .img-boxes-news__link-wrapper .link, .heading .contentButton a, .class__group .contentButton a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.1290743155vw;
    line-height: 3.6505867014vw;
    margin: 0 0 1.953125vw;
    padding: 1.6927083333vw 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press__link-wrapper .link, .left-image-right-text-links__content .links__link, .img-boxes-double-img__link-wrapper .link, .img-boxes-news__link-wrapper .link, .heading .contentButton a, .class__group .contentButton a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin: 0 0 3.125vw;
    padding: 4.0625vw 9.375vw;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  box-sizing: border-box;
}

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

html {
  font-family: "Open Sans";
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1 {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.125vw;
  }
}

h2 {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5vw;
  }
}

h3 {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 3.3898305085vw;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.875vw;
  }
}

h4 {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h4 {
    font-size: 2.7379400261vw;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 2.3468057366vw;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 1.4583333333vw;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 1.3541666667vw;
  }
}

@media screen and (max-width: 767px) {
  .content {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    font-size: 1.5625vw;
  }
}
.content p {
  margin-top: 0;
}
.content ul {
  margin-top: 0;
}
.content ol {
  margin-top: 0;
}
.content--single_post {
  text-align: center;
  line-height: 1.25;
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .content--single_post {
    font-size: 4.6875vw;
    padding-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content--single_post {
    font-size: 3.125vw;
    padding-bottom: 4.6936114733vw;
  }
}
@media screen and (min-width: 1024px) {
  .content--single_post {
    font-size: 1.5625vw;
    padding-bottom: 3.2291666667vw;
    padding: 0 6.7708333333vw;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 72.9166666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
.main {
  flex: 1 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .main--bottom_space {
    margin-bottom: 35vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main--bottom_space {
    margin-bottom: 14.6023468057vw;
  }
}
@media screen and (min-width: 1024px) {
  .main--bottom_space {
    margin-bottom: 11.71875vw;
  }
}
.main__title {
  width: 100%;
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 6.6666666667vw;
    margin-top: 19.1666666667vw;
    margin-bottom: 9.1666666667vw;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .main__title {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__title {
    font-size: 6.6666666667vw;
    margin-top: 14.375vw;
    margin-bottom: 9.1666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main__title {
    font-size: 4.6875vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 2.0833333333vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .main--container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 91.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main--container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main--container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main--container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.main__navigation {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .main__navigation {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .main__navigation {
    width: 19%;
    position: sticky;
    top: 7.8125vw;
    padding-left: 3.7%;
    margin-left: -2%;
    margin-right: 9.8%;
    font-size: 0.9375vw;
    letter-spacing: 0.1692708333vw;
    max-height: calc(100vh - 100px - 10px);
    overflow-y: auto;
  }
}
.main__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main__navigation ul {
    border-top: 0.3125vw solid;
    border-bottom: 0.3125vw solid;
  }
}
.main__navigation li {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main__navigation li {
    border-top: 0.3125vw solid;
  }
}
@media screen and (min-width: 1024px) {
  .main__navigation li:first-child {
    border-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main__navigation li::before {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg"><polygon points="30.8,20.8 28.6,18.7 35.3,12.1 0.5,12.1 0.5,9.1 35.4,9.1 28.6,2.3 30.8,0.2 41.1,10.5 "/></svg>');
    background-size: 2.0833333333vw 1.0416666667vw;
    width: 2.0833333333vw;
    height: 1.0416666667vw;
    position: absolute;
    top: 1.6666666667vw;
    right: calc(100% + 0.7291666667vw);
    opacity: 0;
    transition: opacity 0.5s var(--theme-transition-timing);
    will-change: opacity;
  }
}
@media screen and (min-width: 1024px) {
  .main__navigation li.active::before {
    opacity: 1;
  }
}
.main__navigation a {
  display: block;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (min-width: 1024px) {
  .main__navigation a {
    padding: 1.5625vw 0.1041666667vw;
  }
}
.main__navigation a:hover {
  color: var(--theme-color-charlie);
}
@media screen and (min-width: 1024px) {
  .main__content {
    width: 73%;
  }
}
.main__content > section {
  outline: none;
}
@media screen and (max-width: 767px) {
  .main--post {
    padding-top: 23.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main--post {
    padding-top: 19.295958279vw;
  }
}
@media screen and (min-width: 1024px) {
  .main--post {
    padding-top: 7.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .main--post h3 {
    margin-bottom: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main--post h3 {
    margin-bottom: 2.3468057366vw;
  }
}
@media screen and (min-width: 1024px) {
  .main--post h3 {
    margin-bottom: 0.9375vw;
  }
}
.main > section {
  outline: none;
}

.footer {
  flex-shrink: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.share {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .share {
    padding-top: 4.375vw;
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .share {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 3.6505867014vw;
    padding-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .share {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    letter-spacing: 0.0911458333vw;
    padding-top: 2.8125vw;
    padding-bottom: 0.4166666667vw;
  }
}
.share__icons {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .share__icons {
    margin-right: -0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .share__icons > a {
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .share__icons > a {
    padding: 0 0.7822685789vw;
  }
}
@media screen and (min-width: 1024px) {
  .share__icons > a {
    padding: 0 0.3645833333vw;
  }
}
.share::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .share::after {
    right: 0;
    height: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .share::after {
    right: 0;
    height: 0.1303780965vw;
  }
}
@media screen and (min-width: 1024px) {
  .share::after {
    right: -0.5208333333vw;
    height: 0.0520833333vw;
  }
}
@media screen and (max-width: 767px) {
  .share .svg-share_ico {
    width: 9.375vw;
    height: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .share .svg-share_ico {
    width: 5.2151238592vw;
    height: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .share .svg-share_ico {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

[data-cornish_events] {
  cursor: pointer;
}

[data-cornish_alumnis] {
  cursor: pointer;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
[data-cornish_alumnis]:hover {
  color: var(--theme-color-charlie);
}

[data-cornish_staff] {
  cursor: pointer;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
[data-cornish_staff]:hover {
  color: var(--theme-color-charlie);
}

[data-cornish_exhibition] {
  cursor: pointer;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
[data-cornish_exhibition]:hover {
  color: var(--theme-color-charlie);
}

.search .post-title {
  margin-top: 0;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.26;
}

::placeholder {
  color: inherit;
  opacity: 0.26;
}

button {
  cursor: pointer;
}

input[type=submit] {
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  font-family: "Open Sans";
  border: 0.15625vw solid var(--theme-color-alpha);
  transition: color 0.5s var(--theme-transition-timing), background 0.5s var(--theme-transition-timing);
  color: var(--theme-color-bravo);
  background: var(--theme-color-alpha);
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    padding: 5.625vw 4.6875vw 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=submit] {
    padding: 2.3468057366vw 1.9556714472vw 1.5645371578vw;
  }
}
@media screen and (min-width: 1024px) {
  input[type=submit] {
    min-width: 13.5416666667vw;
    font-size: 1.25vw;
    padding: 1.3541666667vw 1.3541666667vw 0.9895833333vw;
  }
}
input[type=submit]:hover {
  background: var(--theme-color-bravo);
  color: var(--theme-color-alpha);
}

.button {
  background-color: transparent;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 1rem;
  font-family: "Open Sans";
  border: 0.15625vw solid var(--theme-color-alpha);
  transition: color 0.5s var(--theme-transition-timing), background 0.5s var(--theme-transition-timing);
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 1.25vw;
    padding: 1.1458333333vw 1.1458333333vw 0.78125vw;
  }
}
.button:hover {
  color: var(--theme-color-bravo);
  background: var(--theme-color-alpha);
}

svg {
  fill: currentColor;
}

.svg-logo {
  display: block;
}

#wpfront-notification-bar-spacer {
  z-index: 1;
}

.header {
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: sticky;
  z-index: 1000;
  top: 0;
  background: #aa0000;
}
@media screen and (max-width: 767px) {
  .header {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .header {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    font-size: 4.1720990874vw;
  }
}
.header #topbar {
  background-color: black;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header #topbar {
    background-color: #aa0000;
    width: auto;
  }
}
.header #topbar {
  color: var(--theme-color-bravo);
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  display: flex;
  justify-content: space-between;
}
.header #topbar .share__icons {
  align-items: center;
  margin-left: 1.8229166667vw;
}
.header #topbar .search_menu {
  margin-right: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .header #topbar .search_menu {
    padding: 1.3020833333vw 0;
  }
}
.header #topbar .topbar-left {
  display: flex;
  padding-left: 2.6041666667vw;
}
.header #topbar .topbar-right {
  display: flex;
}
.header #topbar .top_nav {
  display: flex;
}
.header #topbar .top_nav li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .header #topbar .top_nav {
    display: none;
  }
}
.header > .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header > .logo {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header > .logo {
    padding-left: 2.6041666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .header > .logo .svg-logo {
    width: 216px;
    height: 32px;
    fill: white;
  }
}
@media screen and (min-width: 1024px) {
  .header > .logo .svg-logo {
    width: 18rem;
    height: 2.66rem;
    fill: white;
  }
}
.header .switches {
  display: flex;
}
.header .switch_menu {
  display: flex;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header .switch_menu {
    margin-left: 0.625vw;
    display: none;
  }
}
.header .switch_menu:hover svg {
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 0.25s var(--theme-transition-timing);
}
.header .svg-switch_menu {
  color: white;
  transition: opacity 0.25s var(--theme-transition-timing), transform 0.25s var(--theme-transition-timing);
  will-change: opacity;
}
@media screen and (min-width: 1024px) {
  .header .svg-switch_menu {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .header .svg-switch_menu--open {
    width: 50px;
    height: 50px;
  }
}
.header .svg-switch_menu--close {
  color: var(--theme-color-bravo);
  position: fixed;
  top: 0;
  right: -15px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .header .svg-switch_menu--close {
    right: 0;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.header .search_menu {
  display: flex;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header .search_menu {
    margin-left: 2.6041666667vw;
  }
}
.header .svg-search_menu {
  align-self: center;
}
.header .svg-search_menu use {
  transition: transform 0.25s var(--theme-transition-timing);
  will-change: transform;
  transform-origin: center;
}
@media screen and (max-width: 1023px) {
  .header .svg-search_menu {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .header .svg-search_menu {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.header .svg-search_menu--close {
  color: var(--theme-color-bravo);
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: -10px;
  align-self: center;
  background: none;
}
@media screen and (max-width: 1023px) {
  .header .svg-search_menu--close {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .header .svg-search_menu--close {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header .sub-menu {
    font-size: 3.3333333333vw;
    padding-left: 6.25vw;
  }
}
@media screen and (max-width: 480px) {
  .header .sub-menu {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .sub-menu {
    font-size: 3.3898305085vw;
    padding-left: 3.9113428944vw;
  }
}
@media screen and (max-width: 1023px) {
  .header .sub-menu {
    color: var(--theme-color-bravo);
  }
}
@media screen and (max-width: 767px) {
  .header .sub-menu_trigger {
    top: 4.0625vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .header .sub-menu_trigger {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .sub-menu_trigger {
    top: 2.4771838331vw;
    font-size: 3.3898305085vw;
  }
}
@media screen and (max-width: 1023px) {
  .header .sub-menu_trigger {
    position: absolute;
    right: 0;
    line-height: 1;
    cursor: pointer;
    transform-origin: 50% 50%;
    transition: transform 0.25s var(--theme-transition-timing);
    will-change: transform;
  }
  .header .sub-menu_trigger::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .header .sub-menu_trigger {
    display: none;
  }
}
.header .sub-menu_trigger + .sub-menu {
  width: 100%;
}
.header .navigations {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header .navigations {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    overflow-y: auto;
    background: var(--theme-color-echo);
    color: var(--theme-color-bravo);
  }
  .header .navigations .main_nav {
    width: 100%;
  }
  .header .navigations .nav {
    width: 100%;
  }
  .header .navigations .menu-item {
    transition: color 0.25s var(--theme-transition-timing);
    will-change: color;
  }
  .header .navigations .menu-item:hover {
    color: var(--theme-color-delta);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .header .navigations .menu-item:hover {
    color: var(--theme-color-charlie);
  }
}
.header .navigations .menu-item-text {
  position: relative;
  z-index: 1;
}
.header .menu--top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 1rem;
}
.header .menu--top li {
  margin-right: 1.8229166667vw;
}
.header .menu--top.menu--top-right {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.925rem;
}
.header .menu--top.menu--top-right li a {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: calc(0.625vw + 5px);
}
.header .menu--main {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .header .menu--main {
    padding: 100px 20px 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu--main .active > .sub-menu_trigger {
    transform: rotate(180deg);
  }
}
.header .menu--main .sub-menu {
  font-family: "Open Sans";
}
@media screen and (max-width: 1023px) {
  .header .menu--main .sub-menu {
    color: var(--theme-color-bravo);
  }
}
@media screen and (max-width: 1023px) {
  .header .menu--main > .menu-item {
    padding-right: 15.625vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item {
    margin-right: 2.5vw;
    letter-spacing: 0.1692708333vw;
    position: relative;
  }
  .header .menu--main > .menu-item::after {
    content: "";
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    height: 0.0520833333vw;
    background: var(--theme-color-charlie);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing), height 0.25s var(--theme-transition-timing), background 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item:last-child::after {
    transition: none;
  }
}
.header .menu--main > .menu-item > a {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item > a {
    display: block;
    color: var(--theme-color-bravo);
    line-height: 5.6;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item:hover::after {
    opacity: 1;
    visibility: visible;
    height: 0.0520833333vw;
    background: white;
  }
}
.header .menu--main > .current-menu-item::after {
  height: 0.0520833333vw;
  background: var(--theme-color-alpha);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .header .menu--main .menu-item-has-children {
    display: block;
  }
}
.header .menu--main > .menu-item-has-children {
  position: relative;
}
.header .menu--main > .menu-item-has-children::before {
  content: " ";
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
  will-change: visibility, opacity;
}
@media screen and (max-width: 1023px) {
  .header .menu--main > .menu-item-has-children > .sub-menu {
    display: flex;
    flex-direction: column-reverse;
  }
  .header .menu--main > .menu-item-has-children > .sub-menu .sub-menu_trigger {
    display: none;
  }
  .header .menu--main > .menu-item-has-children > .sub-menu .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .header .menu--main > .menu-item-has-children > .sub-menu .sub-menu .menu-item-has-children {
    margin-left: -6.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu {
    position: fixed;
    left: 0;
    right: 0;
    color: var(--theme-color-alpha);
    background: var(--theme-color-light-grey);
    max-width: 83.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    display: flex;
    top: 9.5rem;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    letter-spacing: 0;
  }
}
.header .menu--main > .menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  background: var(--theme-color-light-grey);
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu::before {
    width: 14.0625vw;
  }
}
.header .menu--main > .menu-item-has-children > .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background: var(--theme-color-light-grey);
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu::after {
    width: 14.0625vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu > .menu-item {
    margin-left: 4.9%;
    width: 22.5%;
    padding-top: 5.9895833333vw;
  }
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
    padding-top: 0.5208333333vw;
    font-size: 1.0416666667vw;
  }
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item a {
  display: inline-block;
  border-bottom: 1px transparent solid;
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item:hover a {
    border-bottom: 1px var(--theme-color-delta) solid;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item {
    margin-bottom: 0.625vw;
    line-height: 1.35;
  }
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item.menu-item-has-children:hover > a {
  color: inherit;
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item.menu-item-has-children:hover > a:hover {
  color: var(--theme-color-charlie);
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item:hover a {
  color: var(--theme-color-charlie);
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu .menu-item-has-children:hover .sub-menu a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu > .menu-item-has-children {
    padding-top: 0;
  }
}
.header .menu--main > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:hover {
  color: var(--theme-color-delta);
}
.header .menu--main > .menu-item-has-children > .sub-menu .menu-item-has-children > a {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu .menu-item-has-children > a {
    display: inline-block;
    font-size: 1.0416666667vw;
    padding-top: 0.8333333333vw;
    letter-spacing: 0.0911458333vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu .menu-item-has-children .menu-item-header {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children > .sub-menu .menu-item-has-children .menu-item-header > a {
    padding-bottom: 1.1458333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--main > .menu-item-has-children:hover::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1rem;
    width: 1rem;
    background-color: var(--theme-color-light-grey);
    border-top: 1px solid var(--theme-color-light-grey);
    border-left: 1px solid var(--theme-color-light-grey);
    transform: rotate(45deg);
    z-index: 98;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
  }
}
.header .menu--main > .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header .menu--main a {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header .menu--main a {
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-desktop {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-mobile {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    overflow-y: auto;
    background: var(--theme-color-echo);
    display: flex;
    justify-content: space-between;
  }
}
.header .nav .switch_menu {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .header .nav .switch_menu {
    left: 0;
    height: 100px;
    background: var(--theme-color-echo);
    position: fixed;
    z-index: 10;
  }
}
@media screen and (max-width: 1023px) {
  .header .nav .logo {
    display: none;
  }
}
.header .nav .svg-logo {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .header .nav .svg-logo {
    top: 2.8125vw;
    left: 3.0729166667vw;
    width: 12.9166666667vw;
    height: 12.9166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .header .bg_img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header .bg_img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    clip-path: inset(0 56.5% 0 0);
  }
  [data-useragent*=Firefox] .header .bg_img, [data-useragent*=Edge] .header .bg_img {
    clip-path: none;
  }
}
@media screen and (max-width: 1023px) {
  .header .bg_img_blur {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header .bg_img_blur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    clip-path: inset(0 0 0 43.5%);
    background: #000;
    filter: brightness(50%) blur(7px);
  }
  [data-useragent*=Firefox] .header .bg_img_blur, [data-useragent*=Edge] .header .bg_img_blur {
    filter: none;
    display: none;
  }
}
.header .bg_img_blur_ie {
  display: none;
}
@media screen and (min-width: 1024px) {
  [data-useragent*=Firefox] .header .bg_img_blur_ie, [data-useragent*=Edge] .header .bg_img_blur_ie {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    width: 56.5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    background: #000;
  }
}
.header .menu--secondary {
  color: var(--theme-color-bravo);
  font-family: "Open Sans";
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header .menu--secondary {
    padding: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary {
    position: absolute;
    width: 25%;
    right: 28%;
    margin-top: 9.53125vw;
    padding-top: 2.6041666667vw;
    padding-bottom: 5.2083333333vw;
    letter-spacing: 0.15625vw;
  }
}
.header .menu--secondary::before {
  content: "";
  position: absolute;
  bottom: 100%;
  background: var(--theme-color-charlie);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary::before {
    width: 47vw;
    left: -0.15625vw;
    height: 0.6770833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu--secondary .active > .sub-menu_trigger {
    transform: rotate(180deg);
  }
}
.header .menu--secondary .menu-item-with-bg:hover .bg_img {
  opacity: 1;
  visibility: visible;
}
.header .menu--secondary .menu-item-with-bg:hover .bg_img_blur {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  [data-useragent*=Firefox] .header .menu--secondary .menu-item-with-bg:hover .bg_img_blur_ie, [data-useragent*=Edge] .header .menu--secondary .menu-item-with-bg:hover .bg_img_blur_ie {
    visibility: visible;
    opacity: 0.5;
  }
}
.header .menu--secondary .menu-item-with-bg:hover .menu-item-with-bg .bg_img {
  opacity: 0;
  visibility: hidden;
}
.header .menu--secondary .menu-item-with-bg:hover .menu-item-with-bg .bg_img_blur {
  opacity: 0;
  visibility: hidden;
}
.header .menu--secondary .menu-item-with-bg:hover .menu-item-with-bg:hover .bg_img {
  opacity: 1;
  visibility: visible;
}
.header .menu--secondary .menu-item-with-bg:hover .menu-item-with-bg:hover .bg_img_blur {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  [data-useragent*=Firefox] .header .menu--secondary .menu-item-with-bg:hover .menu-item-with-bg:hover .bg_img_blur_ie, [data-useragent*=Edge] .header .menu--secondary .menu-item-with-bg:hover .menu-item-with-bg:hover .bg_img_blur_ie {
    visibility: visible;
    opacity: 0.5;
  }
}
.header .menu--secondary .sub-menu {
  color: var(--theme-color-bravo);
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary .sub-menu {
    letter-spacing: -0.078125vw;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu--secondary .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu--secondary > .menu-item-has-children {
    position: relative;
  }
  .header .menu--secondary > .menu-item-has-children > .sub-menu {
    display: none;
  }
  .header .menu--secondary > .menu-item-has-children > .sub-menu .sub-menu_trigger {
    display: none;
  }
  .header .menu--secondary > .menu-item-has-children > .sub-menu .sub-menu {
    display: block;
  }
}
.header .menu--secondary > .menu-item {
  transition: color 0.25s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (max-width: 1023px) {
  .header .menu--secondary > .menu-item {
    padding-right: 50px;
  }
}
.header .menu--secondary > .menu-item > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item > a {
    padding: 0.4166666667vw 0;
    padding-right: 1.5625vw;
    margin-left: 0.2604166667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    transition: width 0.25s var(--theme-transition-timing), margin 0.25s var(--theme-transition-timing);
    will-change: width, margin;
    border-bottom: 0.2604166667vw solid;
    margin-bottom: 0.5208333333vw;
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item::after {
    content: "";
    position: absolute;
    right: 0;
    transition: width 0.25s var(--theme-transition-timing);
    will-change: width;
    height: 10.4166666667vw;
    margin-top: -3.6458333333vw;
  }
}
.header .menu--secondary > .menu-item:hover {
  color: var(--theme-color-charlie);
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item:hover > a::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 100%;
    bottom: -50%;
    width: 200%;
    max-width: 10vw;
    z-index: 20;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item:hover::before {
    width: 2.7083333333vw;
    margin-right: 0.78125vw;
  }
}
.header .menu--secondary > .menu-item:hover::after {
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item:hover::after {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item .sub-menu {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s var(--theme-transition-timing), opacity 0.25s var(--theme-transition-timing);
    will-change: visibility, opacity;
    padding: 0;
    color: var(--theme-color-bravo);
    padding-top: 2.96875vw;
    padding-left: 0.625vw;
    padding-bottom: 5.2083333333vw;
  }
}
.header .menu--secondary > .menu-item .sub-menu .menu-item {
  margin-left: auto;
  position: relative;
  transition: color 0.25s var(--theme-transition-timing);
  will-change: color;
}
.header .menu--secondary > .menu-item .sub-menu .menu-item:hover {
  color: var(--theme-color-charlie);
}
.header .menu--secondary > .menu-item .sub-menu .menu-item a {
  display: inline-block;
  padding-left: 0;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .header .menu--secondary > .menu-item .sub-menu .menu-item a {
    padding: 0.0520833333vw;
    padding-right: 2.6041666667vw;
    font-size: 1.6145833333vw;
  }
}
.header .menu--secondary > .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header .menu--secondary a {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header .menu--secondary a {
    line-height: 2;
  }
}
.header .address_group {
  position: relative;
  font-family: "Open Sans";
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .header .address_group {
    font-size: 6.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .header .address_group {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .header .address_group {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .address_group {
    display: flex;
    flex-wrap: wrap;
    width: 34vw;
    margin-top: 4.21875vw;
    padding-top: 1.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .address_group::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 47vw;
    background: var(--theme-color-charlie);
    z-index: 10;
    left: -0.15625vw;
    height: 0.6770833333vw;
  }
}
.header .address_group h3 {
  text-transform: uppercase;
  color: var(--theme-color-charlie);
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header .address_group h3 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .header .address_group h3 {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .address_group h3 {
    width: 100%;
    font-size: 0.9895833333vw;
    letter-spacing: 0.1041666667vw;
  }
}
.header .address_group > div {
  line-height: 1.45;
}
@media screen and (min-width: 1024px) {
  .header .address_group > div {
    width: 50%;
    font-size: 1.5104166667vw;
  }
}

.searchform {
  width: 100%;
  background: #000;
  transition: margin-top 0.25s var(--theme-transition-timing), transform 0.25s var(--theme-transition-timing);
  will-change: margin-top, transform;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .searchform {
    height: 100px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .searchform {
    height: 16.1458333333vw;
    margin-top: -16.1458333333vw;
  }
}
.searchform input {
  width: 77.75%;
  background: transparent;
  border: 0;
  color: var(--theme-color-bravo);
  font-weight: 600;
  outline: 0;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .searchform input {
    font-size: 4.375vw;
    padding-left: 7.5vw;
    background-size: 5vw 5vw;
    margin-right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .searchform input {
    font-size: 2.0860495437vw;
    padding-left: 4.1720990874vw;
    background-size: 2.3468057366vw 2.3468057366vw;
    margin-right: 1.3037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .searchform input {
    margin: 0 0.78125vw 0 0;
    font-size: 1.5625vw;
    height: 4.1666666667vw;
    border-bottom: 0.0520833333vw solid;
    padding: 1.0416666667vw 0.5208333333vw 0.5208333333vw 6.25vw;
    margin-left: -1.3541666667vw;
    margin-bottom: 2.0833333333vw;
    background-size: 2.1875vw 2.1875vw;
    background-position: 0.2604166667vw 50%;
  }
}
@media screen and (max-width: 1023px) {
  .searchform input::-moz-placeholder {
    font-size: 0.75em;
    line-height: 2;
  }
  .searchform input::placeholder {
    font-size: 0.75em;
    line-height: 2;
  }
}
.searchform button {
  background: var(--theme-color-bravo);
  color: var(--theme-color-alpha);
  border: 0;
  padding: 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .searchform button {
    width: 11.25vw;
    height: 9.375vw;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .searchform button {
    width: 5.9973924381vw;
    height: 5.2151238592vw;
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .searchform button {
    width: 4.7916666667vw;
    height: 4.1666666667vw;
    font-size: 1.09375vw;
    margin-bottom: 2.0833333333vw;
  }
}

#switch_menu:checked ~ .header .switch_menu .svg-switch_menu--open {
  opacity: 0;
}
#switch_menu:checked ~ .header .switch_menu .svg-switch_menu--close {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #switch_menu:checked ~ .header .navigations {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  #switch_menu:checked ~ .header .nav {
    visibility: visible;
    opacity: 1;
  }
}
#switch_menu:checked ~ .header .menu--secondary > li > .bg_img {
  visibility: visible;
  opacity: 1;
}
#switch_menu:checked ~ .header .menu--secondary > li > .bg_img_blur {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  [data-useragent*=Firefox] #switch_menu:checked ~ .header .menu--secondary > li > .bg_img_blur_ie, [data-useragent*=Edge] #switch_menu:checked ~ .header .menu--secondary > li > .bg_img_blur_ie {
    visibility: visible;
    opacity: 0.5;
  }
}

#search_menu:checked ~ .header .search_menu .svg-search_menu--open {
  opacity: 0;
}
#search_menu:checked ~ .header .search_menu .svg-search_menu--close {
  opacity: 1;
}
#search_menu:checked ~ .header .searchform {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
#search_menu:checked ~ .header .menu--main > .menu-item-has-children > .sub-menu {
  top: 21.3541666667vw;
}

.footer {
  overflow: hidden;
}
.footer {
  background-color: #f6f6f6;
}
.footer.container-fluid {
  padding: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer .container {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer .container {
    width: 92.5vw;
    max-width: 92.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer .container {
    width: 92.5vw;
    max-width: 92.5vw;
  }
}
@media screen and (max-width: 480px) {
  .footer .container {
    width: 92.5vw;
    max-width: 92.5vw;
  }
}
.footer .container {
  padding: 0;
}
.footer__menuSocial {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer__menuSocial {
    height: 2.9166666667vw;
    margin: 0;
    padding: 0.46875vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer__menuSocial {
    height: 5.8333333333vw;
    margin: 0;
    padding: 0.9375vw 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__menuSocial {
    height: 11.6666666667vw;
    margin: 0;
    padding: 1.875vw 0;
  }
}
.footer__menuSocial {
  list-style-type: none;
  font-size: 0;
  background-color: var(--theme-color-charlie);
}
.footer__menuSocial .share__icons {
  padding-left: 1.5625vw;
  padding-top: 0;
}
.footer__menuSocial .share__icons .svg-share_ico {
  border-radius: 50%;
  transition: color 0.5s var(--theme-transition-timing), fill 0.5s var(--theme-transition-timing);
  will-change: color, fill;
}
@media screen and (min-width: 1024px) {
  .footer__menuSocial .share__icons .svg-share_ico {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__menuSocial .share__icons .svg-share_ico {
    width: 4.1720990874vw;
    height: 4.1720990874vw;
  }
}
@media screen and (max-width: 480px) {
  .footer__menuSocial .share__icons .svg-share_ico {
    width: 8.75vw;
    height: 8.75vw;
  }
}
.footer__menuSocial .share__icons a:hover .svg-share_ico {
  color: var(--theme-color-delta);
  fill: var(--theme-color-delta);
}
.footer__underSocialMenu .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu .row {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu .row {
    padding: 10.4166666667vw 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu .row {
    padding: 20.8333333333vw 0;
  }
}
.footer__underSocialMenu .row::before, .footer__underSocialMenu .row::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-logoLeft {
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-logoLeft {
    height: 20.8333333333vw;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-logoLeft {
    height: 41.6666666667vw;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-logoLeft img {
    width: 11.5104166667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-logoLeft img {
    width: 23.0208333333vw;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-logoLeft img {
    width: 46.0416666667vw;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-adress {
    padding-left: 5.7291666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-adress {
    padding-left: 0;
    height: 20.8333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-adress {
    padding-left: 0;
    height: 41.6666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-adress h4 {
    font-family: "Open Sans";
    color: var(--theme-color-charlie);
    font-size: 0.9375vw;
    font-weight: 800;
    letter-spacing: 0.15625vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-adress h4 {
    font-family: "Open Sans";
    color: var(--theme-color-charlie);
    font-size: 1.875vw;
    font-weight: 800;
    letter-spacing: 0.3125vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-adress h4 {
    font-family: "Open Sans";
    color: var(--theme-color-charlie);
    font-size: 3.75vw;
    font-weight: 800;
    letter-spacing: 0.625vw;
    line-height: 5vw;
  }
}
.footer__underSocialMenu-adress h4 {
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-adress .adress {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-adress .adress {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-adress .adress {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 6.6666666667vw;
  }
}
.footer__underSocialMenu-adress .adress {
  line-height: 1.2;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-menu {
    height: 10.4166666667vw;
    padding-left: 2.9166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-menu {
    height: 20.8333333333vw;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-menu {
    height: 41.6666666667vw;
    padding-left: 0;
    text-align: center;
  }
}
.footer__underSocialMenu-menu a {
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-menu a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
    line-height: 1.25vw;
    margin-bottom: 0.7291666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-menu a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
    line-height: 2.5vw;
    margin-bottom: 1.4583333333vw;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-menu a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
    line-height: 5vw;
    margin-bottom: 2.9166666667vw;
  }
}
.footer__underSocialMenu-menu a:hover {
  color: var(--theme-color-charlie);
}
.footer__underSocialMenu-menu .copyright {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-menu .copyright {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.7291666667vw;
    font-weight: 800;
    letter-spacing: 0.078125vw;
    line-height: 0.9375vw;
    margin-top: 2.65625vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-menu .copyright {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
    font-weight: 800;
    letter-spacing: 0.15625vw;
    line-height: 1.875vw;
    margin-top: 5.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-menu .copyright {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
    font-weight: 800;
    letter-spacing: 0.3125vw;
    line-height: 3.75vw;
    margin-top: 10.625vw;
  }
}
.footer__underSocialMenu-menu .copyright {
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-box {
    padding-left: 5.7291666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__underSocialMenu-box {
    order: -1;
    padding-bottom: 18.75vw;
    margin-top: -25vw;
  }
}
.footer__underSocialMenu-box .box {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-box .box {
    width: 15.0520833333vw;
    height: 14.9479166667vw;
    padding: 3.4895833333vw 0 1.25vw 0;
    margin-top: -12.5vw;
    box-shadow: 0 0.8854166667vw 1.71875vw 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-box .box {
    width: 30.1041666667vw;
    height: 29.8958333333vw;
    padding: 6.9791666667vw 0 1.25vw 0;
    margin: 2.0833333333vw auto 0 auto;
    box-shadow: 0 1.7708333333vw 3.4375vw 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-box .box {
    width: 60.2083333333vw;
    height: 59.7916666667vw;
    padding: 13.9583333333vw 0 1.25vw 0;
    margin: 4.1666666667vw auto 0 auto;
    box-shadow: 0 3.5416666667vw 6.875vw 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-box .box h6 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
    margin: 0 0 1.875vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-box .box h6 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.28125vw;
    line-height: 4.1666666667vw;
    margin: 0 0 3.75vw 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-box .box h6 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 6.5625vw;
    line-height: 8.3333333333vw;
    margin: 0 0 7.5vw 0;
  }
}
.footer__underSocialMenu-box .box h6 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__underSocialMenu-box .box .button {
    height: 4.1666666667vw;
    width: 12.2395833333vw;
    padding: 1.3541666667vw 0 0.9895833333vw 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.25vw;
    border: 0.15625vw solid #000;
  }
}
@media screen and (max-width: 1023px) {
  .footer__underSocialMenu-box .box .button {
    height: 8.3333333333vw;
    width: 24.4791666667vw;
    padding: 1.6666666667vw 0 0.9895833333vw 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
    border: 0.15625vw solid #000;
  }
}
@media screen and (max-width: 480px) {
  .footer__underSocialMenu-box .box .button {
    height: 16.6666666667vw;
    width: 48.9583333333vw;
    padding: 3.3333333333vw 0 0.9895833333vw 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    border: 0.15625vw solid #000;
  }
}
.footer__underSocialMenu-box .box .button {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
.footer__underSocialMenu-box .box .button:hover {
  color: var(--theme-color-bravo);
  background: var(--theme-color-alpha);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .wpcf7 {
    margin-bottom: 31.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7 {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7 {
    margin-bottom: 11.1458333333vw;
  }
}
.wpcf7-dot {
  white-space: pre;
}
.wpcf7_inline {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .wpcf7_inline {
    font-size: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7_inline {
    font-size: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7_inline {
    line-height: 1.1;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7_inline input[type=text] {
    width: 53.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7_inline input[type=text] {
    width: 44.3285528031vw;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7_inline input[type=text] {
    width: 17.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7_inline input[type=tel] {
    width: 53.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7_inline input[type=tel] {
    width: 44.3285528031vw;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7_inline input[type=tel] {
    width: 17.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7_inline input[type=email] {
    width: 87.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7_inline input[type=email] {
    width: 73.0117340287vw;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7_inline input[type=email] {
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7 h2 {
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 h2 {
    font-size: 2.8683181226vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 h2 {
    font-size: 4.6875vw;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .wpcf7-form-control-wrap.your-message {
    margin-bottom: -0.5208333333vw;
  }
}
.wpcf7 .wpcf7-underlined {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .wpcf7-underlined {
    font-size: 1.6666666667vw;
    padding: 0 6.25vw;
    min-width: 30.2083333333vw;
    border-bottom: 0.15625vw solid;
  }
}
.wpcf7 input[type=text] {
  border: 0;
  text-align: center;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .wpcf7 input[type=text] {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 input[type=text]::-moz-placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
  .wpcf7 input[type=text]::placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
}
.wpcf7 input[type=email] {
  border: 0;
  text-align: center;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .wpcf7 input[type=email] {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 input[type=email]::-moz-placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
  .wpcf7 input[type=email]::placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
}
.wpcf7 input[type=tel] {
  border: 0;
  text-align: center;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .wpcf7 input[type=tel] {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 input[type=tel]::-moz-placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
  .wpcf7 input[type=tel]::placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
}
.wpcf7 input[type=url] {
  border: 0;
  text-align: center;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .wpcf7 input[type=url] {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 input[type=url]::-moz-placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
  .wpcf7 input[type=url]::placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
}
.wpcf7 textarea {
  outline: 0;
  resize: vertical;
  width: 100%;
  min-height: 100px;
  border: 2px solid;
}
@media screen and (min-width: 1024px) {
  .wpcf7 textarea {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0520833333vw;
    border: 0.15625vw solid;
    width: 47.7083333333vw;
    min-height: 12.7083333333vw;
    margin-top: 1.7708333333vw;
    padding: 45px 35px;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 textarea::-moz-placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
  .wpcf7 textarea::placeholder {
    font-size: 0.5em;
    line-height: 3;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 input.wpcf7-not-valid {
    padding-top: 30px;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  color: var(--theme-color-error);
  font-size: 16px;
  top: 5px;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .wpcf7-not-valid-tip {
    top: calc(100% + 0.5208333333vw);
    font-size: 0.8333333333vw;
  }
}
.wpcf7 .wpcf7-response-output {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 1.6666666667vw;
  }
}
.wpcf7 .wpcf7-validation-errors {
  color: var(--theme-color-error);
}
.wpcf7 .screen-reader-response {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-id-121 .wpcf7 {
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-121 .wpcf7 {
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-121 .wpcf7 {
    margin-bottom: 0vw;
  }
}

#modal_place {
  z-index: 100000;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .modal {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal {
    padding-top: 10.4302477184vw;
    padding-bottom: 10.4302477184vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal {
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
  }
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  cursor: pointer;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.modal__inner {
  width: 90vw; /* 90% of viewport vidth */
  height: 50.625vw; /* ratio = 9/16 * 90 = 50.625 */
  max-height: 90vh;
  max-width: 160vh; /* 16/9 * 90 = 160 */
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal__content {
  width: 80vw; /* 90% of viewport vidth */
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
}
.modal__content--wide {
  width: 90vw;
  height: auto;
  max-height: initial;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal__group {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .modal__group--rev {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .modal__full {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .modal__half {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .modal .svg-modal_close {
    width: 15.625vw;
    height: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal .svg-modal_close {
    width: 13.037809648vw;
    height: 13.037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal .svg-modal_close {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.modal iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .section_simple_content--post {
    padding-bottom: 4.4791666667vw;
  }
}
@media screen and (max-width: 767px) {
  .section_simple_content--post .content--simple {
    margin-bottom: 3.125vw;
  }
}

.post_categories {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .post_categories {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .post_categories {
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .post_categories {
    font-size: 0.7291666667vw;
  }
}

.single_post__title {
  margin-bottom: 20px;
}

.section_post_time {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section_post_time {
    font-size: 4.375vw;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_post_time {
    font-size: 2.3468057366vw;
    margin-bottom: 7.3011734029vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_post_time {
    font-size: 0.9375vw;
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_post_time__container {
    max-width: 71.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .section_author {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author {
    margin-top: 11.9947848761vw;
    margin-bottom: 11.9947848761vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author {
    margin-top: 4.7916666667vw;
    margin-bottom: 4.7916666667vw;
  }
}
.section_author .container--author {
  max-width: 85.4166666667vw;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .section_author .container--author {
    padding-top: 8.125vw;
    padding-bottom: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author .container--author {
    padding-top: 4.1720990874vw;
    padding-bottom: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author .container--author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.0833333333vw;
    padding-bottom: 1.875vw;
  }
}
.section_author .container--author::before {
  display: none;
}
.section_author .container--author::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_author__block {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__block {
    display: flex;
    margin-bottom: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__block {
    display: flex;
  }
}
.section_author__image {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media screen and (max-width: 767px) {
  .section_author__image {
    width: 21.875vw;
    height: 21.875vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__image {
    width: 18.2529335072vw;
    height: 18.2529335072vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__image {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
}
.section_author__info {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .section_author__info {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__info {
    padding-left: 6.258148631vw;
    width: calc(100% - 18.2529335072vw);
  }
}
@media screen and (min-width: 1024px) {
  .section_author__info {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__info h3 {
    margin-bottom: 0.2083333333vw;
  }
}
.section_author__name {
  font-family: "Open Sans";
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .section_author__name {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__name {
    font-size: 2.3468057366vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__name {
    font-size: 0.9375vw;
  }
}
.section_author__description {
  margin-top: 0;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .section_author__description {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__description {
    font-size: 3.1290743155vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__description {
    font-size: 1.25vw;
    max-width: 18.2291666667vw;
  }
}
.section_author__read_all {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section_author__read_all {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__read_all {
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__read_all {
    font-size: 0.7291666667vw;
  }
}
.section_author__share {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section_author__share {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section_author__share .share__icons {
    justify-content: center;
    margin-right: -3.125vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__share .share__icons {
    display: inline-flex;
    margin-bottom: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__share .share__icons {
    margin-bottom: 0.8333333333vw;
  }
}
.section_author__title {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section_author__title {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author__title {
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_author__title {
    font-size: 0.7291666667vw;
  }
}

.job_listings .job-manager .job-type, .job_listings .job-types .job-type, .job_listings .job_listing .job-type {
  color: var(--theme-color-charlie);
}

.single_job_listing .company .name {
  text-align: left;
}
.single_job_listing .company .name a {
  display: none;
}

.section_simple_content--job_listing {
  margin-top: 3.125vw;
}

.job_filters .search_jobs, .page-id-5486 .job_types, .job_filters .rss_link, .work-study-job .job_application {
  display: none;
}

.em-search-wrapper {
  display: none;
}

.job_filters .showing_jobs {
  display: none !important;
}

.content--single_post .single_job_listing {
  text-align: left;
}

hr {
  height: 0.15625vw;
  border-color: black;
  background-color: black;
}

.class__group, .staff__group, .cornish_event__group {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff__group {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
  .staff__group {
    font-size: 1.25vw;
  }
}

.class__half, .staff__half, .cornish_event__half {
  width: 45%;
}

.return-link {
  font-size: 1.09375vw;
}

.staff__half .person__images {
  position: relative;
  padding-bottom: 100%;
}
.staff__half .person__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.staff__half .person__description {
  background: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .staff__half .person__description {
    margin-left: 1.9791666667vw;
    margin-right: 2.7083333333vw;
    padding: 2.2916666667vw 2.2916666667vw 1.7708333333vw;
    margin-top: -2.6041666667vw;
  }
}
.staff__half .person__description h3 {
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.333;
}
@media screen and (min-width: 1024px) {
  .staff__half .person__description h3 {
    letter-spacing: 0.1041666667vw;
    margin-bottom: 0.625vw;
  }
}
.staff__half .person__description h2 {
  margin-top: 0;
  line-height: 1.125;
}
@media screen and (min-width: 1024px) {
  .staff__half .person__description h2 {
    margin-bottom: 1.4583333333vw;
  }
}
.staff__half.person_info .person_info__description {
  line-height: 1.25;
}
.staff__half.person_info .info {
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.2857;
}
@media screen and (min-width: 1024px) {
  .staff__half.person_info .info {
    font-size: 0.7291666667vw;
    letter-spacing: 0.0963541667vw;
    margin-bottom: 1.09375vw;
  }
}

.content a, .accordion__content a, .table-section a, .section_multiple_text_blocks a {
  text-decoration: underline;
}

.content li {
  margin-bottom: 0.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

#footer .a11y-toolbar {
  top: inherit;
  bottom: 0;
}

.unclickable > a:hover {
  cursor: default;
  color: inherit !important;
}

a img {
  transition: transform 0.8s ease;
}

a:hover img {
  transform: scale(1.1);
}

.mg_lb_layout a {
  font-weight: bold;
}

.mg_lb_layout a:hover {
  text-decoration: underline;
  text-decoration-color: var(--theme-color-charlie);
}

@media screen and (min-width: 1024px) {
  .cornish_event__group {
    font-size: 1.25vw;
  }
}
.cornish_event__group .modal__half--event {
  background: #f7f7f7;
  position: relative;
}
.cornish_event__group .image {
  width: 100%;
}
.cornish_event__group .date {
  position: absolute;
  top: 0;
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .cornish_event__group .date {
    left: 6.25vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .date {
    left: 2.6075619296vw;
    padding-top: 1.3037809648vw;
    padding-bottom: 1.3037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .date {
    left: 2.7604166667vw;
    width: 7.0833333333vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.4583333333vw;
  }
}
.cornish_event__group .date__number {
  text-align: center;
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .cornish_event__group .date__number {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .date__number {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .date__number {
    font-size: 3.3333333333vw;
    line-height: 3.6458333333vw;
    margin: 0.1em 0;
  }
}
.cornish_event__group .date__number.multi {
  flex: 0 0 20%;
  padding: 0 0.4166666667vw;
}
.cornish_event__group .date__text {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .date__text {
    padding: 0 4.375vw;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .date__text {
    padding: 0 1.8252933507vw;
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .date__text {
    padding: 0 1.4583333333vw;
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    letter-spacing: 0.0911458333vw;
  }
}
.cornish_event__group .date__text.multi {
  flex: 0 0 30%;
  align-self: center;
  padding-bottom: 0;
}
.cornish_event__group .date__text.multi:first-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .modal__group--event {
    padding-top: 6.5625vw;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
    padding-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .modal__group--event {
    padding-top: 2.7379400261vw;
    padding-left: 3.259452412vw;
    padding-right: 3.259452412vw;
    padding-bottom: 2.7379400261vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .modal__group--event {
    padding-top: 2.1875vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    padding-bottom: 7.5vw;
  }
}
.cornish_event__group .modal__info {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .modal__info {
    font-size: 4.375vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .modal__info {
    font-size: 1.8252933507vw;
    padding-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .modal__info {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    padding-bottom: 0.4166666667vw;
    letter-spacing: 0.0963541667vw;
  }
}
@media screen and (max-width: 767px) {
  .cornish_event__group .event__info {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .event__info {
    padding-top: 1.0430247718vw;
    padding-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .event__info {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
.cornish_event__group .time {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .time {
    line-height: 1.5625vw;
    letter-spacing: 0.0390625vw;
  }
}
.cornish_event__group .address {
  display: inline-block;
  letter-spacing: -1.5px;
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .address {
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .type {
    line-height: 1.5625vw;
    letter-spacing: -0.0651041667vw;
    padding-bottom: 0.7291666667vw;
  }
}
.cornish_event__group .save_event {
  display: inline-block;
  background: var(--theme-color-charlie);
  vertical-align: top;
  position: relative;
  font-size: 0;
  color: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .save_event {
    width: 8.125vw;
    height: 8.125vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .save_event {
    width: 3.3898305085vw;
    height: 3.3898305085vw;
    margin-bottom: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .save_event {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
    margin-left: 0.2083333333vw;
  }
}
.cornish_event__group .save_event::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .cornish_event__group .save_event::before {
    width: 0.9375vw;
    height: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .save_event::before {
    width: 0.3911342894vw;
    height: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .save_event::before {
    width: 0.15625vw;
    height: 0.8333333333vw;
  }
}
.cornish_event__group .save_event::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .cornish_event__group .save_event::after {
    width: 5vw;
    height: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .save_event::after {
    width: 2.0860495437vw;
    height: 0.3911342894vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .save_event::after {
    width: 0.8333333333vw;
    height: 0.15625vw;
  }
}
.cornish_event__group .save_event .addeventatc_icon {
  display: none;
}
.cornish_event__group .save_event:hover .event_menu {
  transform: scale(1);
}
.cornish_event__group .event_menu {
  display: block;
  position: absolute;
  top: 0px;
  padding: 10px 20px;
  left: calc(100% + 10px);
  background: white;
  transition: transform 200ms ease-in-out;
  transform: scale(0);
  transform-origin: left top;
  z-index: 100;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.cornish_event__group .event_menu a {
  display: inline-block;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .modal__half--tickets {
    padding-left: 0.3125vw;
  }
}
.cornish_event__group .link {
  font-family: "Open Sans";
  position: relative;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .link {
    font-size: 0.9375vw;
  }
}
.cornish_event__group .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  width: 100%;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .link::after {
    bottom: -1.25vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .link::after {
    bottom: -0.5215123859vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .link::after {
    bottom: -0.2083333333vw;
    height: 0.1041666667vw;
  }
}
.cornish_event__group .link:hover::after {
  background: var(--theme-color-charlie);
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .share {
    position: absolute;
    width: auto;
    left: 2.6041666667vw;
    right: 2.6041666667vw;
    bottom: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .cornish_event__group .event__description {
    padding-top: 12.5vw;
    padding-left: 6.5625vw;
    padding-right: 10vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .event__description {
    padding-top: 5.2151238592vw;
    padding-left: 2.7379400261vw;
    padding-right: 4.1720990874vw;
    padding-bottom: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .event__description {
    padding-top: 4.1666666667vw;
    padding-left: 2.1875vw;
    padding-right: 3.2291666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.cornish_event__group .subtitle {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .subtitle {
    font-size: 4.375vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .subtitle {
    font-size: 1.8252933507vw;
    margin-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .subtitle {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin-bottom: 1.3020833333vw;
    letter-spacing: 0.171875vw;
  }
}
.cornish_event__group .title {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .cornish_event__group .title {
    margin-bottom: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .title {
    margin-bottom: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .title {
    font-size: 2.5vw;
    line-height: 2.8125vw;
    margin-bottom: 1.9270833333vw;
  }
}
.cornish_event__group .details {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cornish_event__group .details {
    font-size: 4.375vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .details {
    font-size: 1.8252933507vw;
    margin-bottom: 0.7822685789vw;
  }
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .details {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    letter-spacing: 0.0911458333vw;
    margin-bottom: 1.25vw;
  }
}
.cornish_event__group .content {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .cornish_event__group .content {
    line-height: 1.25;
  }
}

.share__link {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
  padding: 10px 0;
  border: 0;
  background: transparent;
}

span.instructor::after {
  content: ",";
}

span.instructor:last-child:after {
  content: "";
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  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 {
  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: 2px solid transparent;
}

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

@media screen and (max-width: 767px) {
  .section__header {
    text-align: center;
  }
}
.section__header h3 {
  font-family: "Open Sans";
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section__header h3 {
    margin-top: 6.5625vw;
    margin-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__header h3 {
    margin-top: 5.4758800522vw;
    margin-bottom: 5.4758800522vw;
  }
}
@media screen and (min-width: 1024px) {
  .section__header h3 {
    margin-top: 3.3333333333vw;
    margin-bottom: 2.8645833333vw;
  }
}
.section__header a {
  font-family: "Open Sans";
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__header a {
    font-size: 3.75vw;
    margin-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__header a {
    font-size: 2.3468057366vw;
    margin-left: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .section__header a {
    font-size: 0.9375vw;
    margin-left: 1.0416666667vw;
  }
}
.section__header a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
@media screen and (max-width: 767px) {
  .section__header a:after {
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__header a:after {
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .section__header a:after {
    height: 0.1041666667vw;
  }
}
.section__header a:hover::after {
  background: var(--theme-color-charlie);
}

@media screen and (max-width: 767px) {
  .bigTopImageBottomTextBox {
    margin-bottom: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bigTopImageBottomTextBox {
    margin-bottom: 11.7340286832vw;
  }
}
@media screen and (min-width: 1024px) {
  .bigTopImageBottomTextBox {
    margin-bottom: 0;
  }
}
.single-cornish_programs .bigTopImageBottomTextBox {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-cornish_programs .bigTopImageBottomTextBox {
    margin-bottom: 5.2151238592vw;
  }
}
.single-cornish_programs .bigTopImageBottomTextBox::after {
  content: "";
  background: var(--theme-color-alpha);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 76vw;
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .bigTopImageBottomTextBox::after {
    height: 0.3125vw;
    bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-cornish_programs .bigTopImageBottomTextBox::after {
    height: 0.7822685789vw;
    bottom: 6.258148631vw;
  }
}
@media screen and (max-width: 767px) {
  .single-cornish_programs .bigTopImageBottomTextBox::after {
    height: 1.25vw;
    bottom: 0vw;
  }
}
.bigTopImageBottomTextBox > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bigTopImageBottomTextBox__mainImage {
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 480px) {
  .bigTopImageBottomTextBox__mainImage {
    min-height: 23.4375vw;
  }
}
.bigTopImageBottomTextBox__textContainer {
  width: 87.8vw;
  display: block;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bigTopImageBottomTextBox__textContainer {
    margin: -9.6875vw auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .bigTopImageBottomTextBox__textContainer {
    margin: -14.6875vw auto 0;
  }
}
@media screen and (max-width: 480px) {
  .bigTopImageBottomTextBox__textContainer {
    margin: 0vw auto 0;
    width: 100vw;
  }
}
.bigTopImageBottomTextBox__textContainer {
  padding: 3.9583333333vw 5.9895833333vw 0;
}
.bigTopImageBottomTextBox__textContainer h2 {
  text-transform: initial;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .bigTopImageBottomTextBox__textContainer h2 {
    text-align: center;
  }
}
.bigTopImageBottomTextBox__textContainer h2 {
  line-height: 1.2;
}
.bigTopImageBottomTextBox__textContainer h4 {
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bigTopImageBottomTextBox__textContainer h4 {
    margin-bottom: 1.7708333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigTopImageBottomTextBox__textContainer h4 {
    margin-bottom: 4.0625vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .bigTopImageBottomTextBox__textContainer h4 {
    margin-bottom: 2.03125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
  }
}
.bigTopImageBottomTextBox__textContainer h4 {
  font-weight: 800;
  line-height: 1.5;
}
.bigTopImageBottomTextBox__textContainer .content {
  line-height: 1.25;
  margin-bottom: 3.90625vw;
}
@media screen and (min-width: 1024px) {
  .bigTopImageBottomTextBox__textContainer p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.5625vw;
    margin-bottom: 2.3958333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigTopImageBottomTextBox__textContainer p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .bigTopImageBottomTextBox__textContainer p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1024px) {
  .bigTopImageBottomTextBox__textContainer a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigTopImageBottomTextBox__textContainer a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 480px) {
  .bigTopImageBottomTextBox__textContainer a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.bigTopImageBottomTextBox__textContainer a {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
.bigTopImageBottomTextBox__textContainer a:hover::after {
  background: var(--theme-color-charlie);
}

@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox {
    margin-top: 5.2083333333vw;
  }
  .single-cornish_programs .bigBottomImageTopTextBox {
    margin-top: 5.2083333333vw;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox {
    margin-top: 22.5vw;
  }
  .single-cornish_programs .bigBottomImageTopTextBox {
    margin-top: 9.1264667536vw;
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox {
    margin-top: 31.25vw;
  }
  .single-cornish_programs .bigBottomImageTopTextBox {
    margin-top: 15.625vw;
    margin-bottom: 8.3333333333vw;
  }
}
.bigBottomImageTopTextBox > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bigBottomImageTopTextBox__mainImage {
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox__mainImage {
    margin-top: -24.4791666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox__mainImage {
    margin-top: -24.4791666667vw;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox__mainImage {
    margin-top: -24.4791666667vw;
  }
}
.bigBottomImageTopTextBox__textContainer {
  width: 87.8vw;
  display: block;
  position: relative;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox__textContainer {
    padding-bottom: 7.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox__textContainer {
    padding-bottom: 14.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox__textContainer {
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .bigBottomImageTopTextBox__textContainer {
    width: 70.5vw;
    padding-right: 2.6041666667vw;
    padding-left: 2.6041666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .bigBottomImageTopTextBox__textContainer h2 {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox__textContainer h2 {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox__textContainer h2 {
    font-size: 7.5vw;
  }
}
.bigBottomImageTopTextBox__textContainer h2 {
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox__textContainer h4 {
    letter-spacing: 0.15625vw;
  }
  .single-cornish_programs .bigBottomImageTopTextBox__textContainer h4 {
    letter-spacing: 0.0520833333vw;
    margin-bottom: 4.5833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox__textContainer h4 {
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox__textContainer h4 {
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
  }
}
.bigBottomImageTopTextBox__textContainer h4 {
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.bigBottomImageTopTextBox__textContainer p {
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox__textContainer p {
    font-size: 1.5625vw;
    margin: 0 auto 3.2291666667vw auto;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox__textContainer p {
    font-size: 3.125vw;
    margin: 0 auto 6.4583333333vw auto;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox__textContainer p {
    font-size: 4.6875vw;
    margin: 0 auto 12.9166666667vw auto;
    max-width: 100%;
  }
}
.bigBottomImageTopTextBox__textContainer p {
  line-height: 1.2;
  text-align: center;
  max-width: 58.2vw;
}
.bigBottomImageTopTextBox__textContainer .button {
  font-family: "Open Sans";
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto;
  border: 0.15625vw solid var(--theme-color-alpha);
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox__textContainer .button {
    padding: 1.3541666667vw 1.3541666667vw 0.9895833333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox__textContainer .button {
    border: 0.3911342894vw solid var(--theme-color-alpha);
    padding: 2.7083333333vw 2.7083333333vw 1.9791666667vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox__textContainer .button {
    padding: 5.4166666667vw 5.4166666667vw 3.9583333333vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .bigBottomImageTopTextBox__textContainer .button {
    border-width: 0.625vw;
  }
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .bigBottomImageTopTextBox__textContainer .button {
    min-width: 21.875vw;
  }
}
.bigBottomImageTopTextBox__textContainer .button:hover {
  color: var(--theme-color-bravo);
  background: var(--theme-color-alpha);
}

@media screen and (min-width: 1024px) {
  .page-id-568 .bigBottomImageTopTextBox__textContainer {
    width: 68.8vw;
    padding-right: 2.6041666667vw;
    padding-left: 2.6041666667vw;
  }
}

@media screen and (max-width: 480px) {
  .bigLeftImageTextBox {
    text-align: center;
  }
}
.bigLeftImageTextBox > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox > .container-fluid {
    flex-direction: column;
  }
}
.bigLeftImageTextBox__mainImage {
  width: 78.9vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media screen and (min-width: 1024px) {
  .bigLeftImageTextBox__mainImage {
    max-height: 40.0520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__mainImage {
    max-height: 80.1041666667vw;
    width: 84vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__mainImage {
    max-height: 160.2083333333vw;
    width: 100vw;
  }
}
.bigLeftImageTextBox__textContainer {
  width: 20vw;
  display: block;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__textContainer {
    width: 84vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__textContainer {
    width: 100vw;
  }
}
.bigLeftImageTextBox__textContainer-box {
  background: #fff;
  margin-left: -18.4vw;
}
@media screen and (min-width: 1024px) {
  .bigLeftImageTextBox__textContainer-box {
    padding: 2.2916666667vw 0 2.2916666667vw 2.6041666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__textContainer-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__textContainer-box {
    padding: 0 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .bigLeftImageTextBox__textContainer h2 {
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__textContainer h2 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.4375vw;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__textContainer h2 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 10vw;
    width: 100%;
    text-align: center;
  }
}
.bigLeftImageTextBox__textContainer h2 {
  font-weight: 500;
  line-height: 1.2;
  text-transform: initial;
}
.bigLeftImageTextBox__textContainer h4 {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .bigLeftImageTextBox__textContainer h4 {
    margin-bottom: 2.03125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__textContainer h4 {
    margin-bottom: 4.0625vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__textContainer h4 {
    margin-bottom: 8.125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
    text-align: center;
  }
}
.bigLeftImageTextBox__textContainer h4 {
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .bigLeftImageTextBox__textContainer p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.5625vw;
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__textContainer p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.125vw;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__textContainer p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.6875vw;
    text-align: center;
  }
}
.bigLeftImageTextBox__textContainer p {
  line-height: 1.2;
}
.bigLeftImageTextBox__textContainer a {
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bigLeftImageTextBox__textContainer a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigLeftImageTextBox__textContainer a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 480px) {
  .bigLeftImageTextBox__textContainer a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.bigLeftImageTextBox__textContainer a::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
}
.bigLeftImageTextBox__textContainer a.button::after {
  height: 0;
}
.bigLeftImageTextBox__textContainer a:hover::after {
  background: var(--theme-color-charlie);
}

@media screen and (min-width: 1024px) {
  .page-id-207 .bigLeftImageTextBox {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-207 .bigLeftImageTextBox {
    margin-bottom: 5.2151238592vw;
  }
}

.bigRightImageTextBox {
  width: 84.6vw;
}
@media screen and (min-width: 1024px) {
  .bigRightImageTextBox {
    margin: 1.0416666667vw auto 2.6041666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox {
    margin: 0.78125vw auto;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox {
    margin: 0.78125vw auto;
  }
}
.bigRightImageTextBox > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox > .container-fluid {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox > .container-fluid {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.bigRightImageTextBox__mainImage {
  width: 68.1vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .bigRightImageTextBox__mainImage {
    max-height: 43.75vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox__mainImage {
    max-height: 82.9166666667vw;
    width: 84vw;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__mainImage {
    max-height: 165.8333333333vw;
    width: 100vw;
  }
}
.bigRightImageTextBox__title-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.bigRightImageTextBox__title {
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  line-height: 1.1;
  text-align: center;
  margin: 3.3854166667vw auto 7.8125vw;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.bigRightImageTextBox__title::after {
  position: absolute;
  content: "";
  background: var(--theme-color-charlie);
  left: 0;
  bottom: -0.2083333333vw;
  width: 100%;
  height: 0.2604166667vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bigRightImageTextBox__title::after {
    height: 0.6518904824vw;
  }
}
@media screen and (max-width: 767px) {
  .bigRightImageTextBox__title::after {
    height: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bigRightImageTextBox__title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .bigRightImageTextBox__title {
    font-size: 6.6666666667vw;
    margin: 12.5vw auto 12.5vw;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__title {
    font-size: 10vw;
  }
}
.bigRightImageTextBox__textContainer {
  width: 14vw;
  display: block;
  position: relative;
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox__textContainer {
    width: 80vw;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__textContainer {
    width: 81vw;
  }
}
.bigRightImageTextBox__textContainer-box {
  margin-right: -11.4vw;
  background: var(--theme-color-bravo);
}
@media screen and (min-width: 1024px) {
  .bigRightImageTextBox__textContainer-box {
    padding: 2.2916666667vw 2.6041666667vw 2.2916666667vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox__textContainer-box {
    padding: 4.5833333333vw 5.2083333333vw 4.5833333333vw 0;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__textContainer-box {
    padding: 9.1666666667vw 10.4166666667vw 9.1666666667vw 0;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__textContainer-box h2 {
    text-align: center;
  }
}
.bigRightImageTextBox__textContainer-box h2 {
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .bigRightImageTextBox__textContainer-box h4 {
    margin-bottom: 0.2083333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.7291666667vw;
    letter-spacing: 0.15625vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox__textContainer-box h4 {
    margin-bottom: 0.4166666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__textContainer-box h4 {
    margin-bottom: 0.8333333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    letter-spacing: 0.625vw;
    text-align: center;
  }
}
.bigRightImageTextBox__textContainer-box h4 {
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .bigRightImageTextBox__textContainer-box p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox__textContainer-box p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__textContainer-box p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.6875vw;
    text-align: center;
  }
}
.bigRightImageTextBox__textContainer-box p {
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .bigRightImageTextBox__textContainer-box a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1023px) {
  .bigRightImageTextBox__textContainer-box a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 480px) {
  .bigRightImageTextBox__textContainer-box a {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    text-align: center;
    display: block;
  }
}
.bigRightImageTextBox__textContainer-box a {
  font-weight: bold;
  line-height: 3;
  text-align: center;
  position: relative;
}
.bigRightImageTextBox__textContainer-box a::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
.bigRightImageTextBox__textContainer-box a:hover::after {
  background: var(--theme-color-charlie);
}

.page-id-207 .bigRightImageTextBox {
  margin-bottom: 0;
}

.breadcrumbsBar {
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar {
    font-size: 1rem;
    position: sticky;
    top: 5.2083333333vw;
    z-index: 100;
  }
}
.breadcrumbsBar a {
  display: flex;
  align-items: center;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.breadcrumbsBar a:hover {
  color: var(--theme-color-alpha);
}
.breadcrumbsBar__container {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__container {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__container {
    display: flex;
    padding-top: 0.6518904824vw;
    padding-bottom: 0.6518904824vw;
    padding-left: 0.6518904824vw;
    padding-right: 0.6518904824vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__container {
    display: flex;
    padding-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    max-width: 96.3541666667vw;
  }
}
.breadcrumbsBar__container::before {
  display: none;
}
.breadcrumbsBar__container::after {
  display: none;
}
.breadcrumbsBar__item {
  display: block;
  font-weight: 600;
  margin-left: 2.5vw;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__item {
    display: inline-block;
  }
}
.breadcrumbsBar__separator::after {
  content: "/";
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__separator::after {
    display: inline-block;
    padding: 0.9375vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__separator::after {
    padding: 1.3037809648vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__separator::after {
    padding: 1.1979166667vw 0.625vw 1.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbsBar .svg-ico-arrow {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar .svg-ico-arrow {
    vertical-align: middle;
    width: 2.0833333333vw;
    height: 1.0416666667vw;
  }
}
.breadcrumbsBar__otherLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__otherLinks {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__otherLinks .svg-ico-arrow {
    margin-right: 1.0416666667vw;
  }
}
.breadcrumbsBar__breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__breadcrumb {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__breadcrumb {
    display: flex;
    letter-spacing: 0.0520833333vw;
  }
}
.breadcrumbsBar__breadcrumb li {
  display: flex;
}
.breadcrumbsBar__breadcrumb li:before {
  content: "/";
  padding-right: 0.5208333333vw;
}
.breadcrumbsBar__breadcrumb li {
  padding-left: 0.5208333333vw;
}
.breadcrumbsBar__breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumbsBar__breadcrumb li:first-child:before {
  content: "";
  padding-right: 0;
}
.breadcrumbsBar__breadcrumb li a {
  text-decoration: underline;
}
.breadcrumbsBar__breadcrumb li a.current-item {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__breadcrumb li {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__open {
    margin-left: 3.2291666667vw;
    letter-spacing: 0.1822916667vw;
    padding: 1.25vw 0 0.9375vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__open .svg-ico-arrow {
    margin-right: 0.4166666667vw;
  }
}
.breadcrumbsBar [data-breadcrumbsBar__trigger] {
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar [data-breadcrumbsBar__trigger] {
    display: block;
  }
}
.breadcrumbsBar [data-breadcrumbsBar__trigger].is_opened {
  color: var(--theme-color-alpha);
}
.breadcrumbsBar [data-breadcrumbsBar__menu] {
  background: #f6f6f6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--theme-transition-timing);
  will-change: max-height;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar [data-breadcrumbsBar__menu].is_opened {
    max-height: 93.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar [data-breadcrumbsBar__menu].is_opened {
    max-height: 39.1134289439vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar [data-breadcrumbsBar__menu].is_opened {
    max-height: 15.625vw;
  }
}
.breadcrumbsBar__seeOther {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--theme-color-alpha);
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__seeOther {
    border-bottom: 6.25vw solid transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__seeOther {
    text-align: center;
    font-size: 1.3037809648vw;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__seeOther {
    text-align: center;
    display: flex;
    text-transform: uppercase;
    flex-direction: row;
    justify-content: space-around;
    max-width: 94.2708333333vw;
    font-size: 0.7291666667vw;
    padding-top: 3.5416666667vw;
    padding-bottom: 3.0208333333vw;
    border-bottom: 1.0416666667vw solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__seeOther li {
    display: inline-block;
    padding: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__seeOther li {
    width: 21.4104193139vw;
    min-width: 21.4104193139vw;
    padding-top: 2.541296061vw;
    padding-bottom: 2.541296061vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__seeOther li {
    width: 8.7760416667vw;
    min-width: 8.7760416667vw;
  }
}
.breadcrumbsBar__seeOther a {
  display: block;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.breadcrumbsBar__seeOther a:hover {
  color: var(--theme-color-charlie);
}
.breadcrumbsBar__seeOther .thumbnail__title {
  line-height: 1.35;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__seeOther .thumbnail__title {
    border-top: 0.5215123859vw solid;
    margin-top: 2.998696219vw;
    padding-top: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__seeOther .thumbnail__title {
    border-top: 0.2083333333vw solid;
    margin-top: 1.1979166667vw;
    padding-top: 0.8333333333vw;
  }
}
.breadcrumbsBar__seeOther img {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s var(--theme-transition-timing), opacity 0.5s var(--theme-transition-timing);
  will-change: visibility, opacity;
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__seeOther img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__seeOther img {
    width: 7.8226857888vw;
    height: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__seeOther img {
    width: 6.25vw;
    height: 4.1666666667vw;
  }
}
.breadcrumbsBar__seeOther img.lazyloaded {
  visibility: visible;
  opacity: 1;
}
.breadcrumbsBar__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--theme-color-alpha);
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__close {
    bottom: -3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__close {
    bottom: -3.1290743155vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__close {
    bottom: -1.25vw;
  }
}
.breadcrumbsBar__close::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: var(--theme-color-bravo);
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__close::before {
    height: 1.9791666667vw;
  }
}
.breadcrumbsBar__close .svg-ico-play {
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .breadcrumbsBar__close .svg-ico-play {
    width: 9.84375vw;
    height: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbsBar__close .svg-ico-play {
    width: 5.4758800522vw;
    height: 4.9543676662vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbsBar__close .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
.breadcrumbsBar:hover img {
  visibility: visible;
  opacity: 1;
}

.sliderPeople {
  overflow: hidden;
  max-width: 88.0208333333vw;
}
@media screen and (min-width: 1024px) {
  .sliderPeople {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople {
    margin-bottom: 18.75vw;
    padding-top: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople .slider_navigation {
    padding-bottom: 6.25vw;
  }
}
.sliderPeople .slick-arrow {
  color: #000;
  border: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.sliderPeople .slick-arrow .svg-ico-play {
  display: block;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 1024px) {
  .sliderPeople .slick-arrow .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople .slick-arrow .svg-ico-play {
    width: 6.5625vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople .slick-arrow .svg-ico-play {
    width: 9.84375vw;
    height: 8.75vw;
  }
}
.sliderPeople .slick-prev {
  right: 3.28125vw;
}
.sliderPeople .slick-prev .svg-ico-play {
  transform: rotate(180deg);
}
.sliderPeople .slick-next {
  right: 0;
}
.sliderPeople .slick-next .svg-ico-play {
  transform: rotate(360deg);
}
.sliderPeople__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sliderPeople__nav {
    flex-direction: column;
  }
}
.sliderPeople__img {
  width: 100%;
}
.sliderPeople .s-box__img {
  width: 100%;
}
.sliderPeople__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1.09375vw;
  margin-right: -1.09375vw;
}
.sliderPeople__body-item {
  width: calc(25% - 21px - 21px);
  margin: 0 1.09375vw;
  float: left;
}
.slick-initialized .sliderPeople__body-item:first-child {
  margin: 0 1.09375vw 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-initialized .sliderPeople__body-item:first-child {
    margin: 0 2.1875vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slick-initialized .sliderPeople__body-item:first-child {
    margin: 0 3.28125vw 0 0;
  }
}
.slick-initialized .sliderPeople__body-item:first-child {
  margin: 0;
}
.sliderPeople__body-item .role {
  background: var(--theme-color-alpha);
  font-weight: 800;
  font-family: "Open Sans";
  color: var(--theme-color-bravo);
  font-size: 0.7291666667vw;
  letter-spacing: 0.078125vw;
  line-height: 1.875vw;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople__body-item .role {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 1.4583333333vw;
    letter-spacing: 0.15625vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople__body-item .role {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 2.1875vw;
    letter-spacing: 0.234375vw;
    line-height: 5.625vw;
  }
}
.sliderPeople__body-item .details {
  margin: 0 1.4583333333vw;
  padding: 1.2369791667vw 0.078125vw 0;
  margin-top: -3.125vw;
  background: var(--theme-color-bravo);
  z-index: 10;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople__body-item .details {
    margin: 0 2.9166666667vw;
    padding: 2.4739583333vw 0.078125vw 0;
    margin-top: -9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople__body-item .details {
    margin: 0 4.375vw;
    padding: 3.7109375vw 0.078125vw 0;
    margin-top: -14.0625vw;
  }
}
.sliderPeople__body-item .details .name {
  font-family: "Khula";
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  margin: 0;
  font-size: 1.6666666667vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople__body-item .details .name {
    font-size: 3.3333333333vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople__body-item .details .name {
    font-size: 5vw;
    letter-spacing: 0.15625vw;
  }
}
.sliderPeople__body-item .details .position {
  font-family: "Khula";
  font-size: 1.4583333333vw;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #222;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople__body-item .details .position {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople__body-item .details .position {
    font-size: 5vw;
  }
}
.sliderPeople__body .slick-slide {
  padding: 0 1.09375vw;
}
.sliderPeople.line {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .sliderPeople.line {
    max-width: 100vw;
  }
}
.sliderPeople.line .section__header {
  position: relative;
  height: 0.3125vw;
  width: calc(100% - 6.875vw);
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople.line .section__header {
    width: calc(100% - 13.75vw);
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .sliderPeople.line .section__header {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sliderPeople.line .sliderPeople__nav {
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sliderPeople.line .sliderPeople__nav {
    padding-bottom: 5.2151238592vw;
  }
}

@media screen and (min-width: 1024px) {
  .section_accordion--container .accordion {
    padding-left: 0.3125vw;
    padding-right: 7.5vw;
  }
}

.accordion {
  color: var(--theme-color-alpha);
  position: relative;
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .accordion {
    border-bottom: 0.9375vw solid;
    padding-right: 11.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion {
    border-bottom: 0.3911342894vw solid;
    padding-right: 7.8226857888vw;
  }
}
@media screen and (min-width: 1024px) {
  .accordion {
    font-size: 1.5625vw;
    border-bottom: 0.3125vw solid;
    padding-right: 7.3958333333vw;
  }
}
.no-js .accordion {
  padding-right: 0;
}
.accordion__title {
  cursor: pointer;
  margin: 0;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .accordion__title {
    padding: 6.25vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion__title {
    padding: 2.6075619296vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .accordion__title {
    font-size: inherit;
    padding: 1.7708333333vw 0 1.3541666667vw;
  }
}
.no-js .accordion__title {
  cursor: auto;
}
.accordion__icon {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s var(--theme-transition-timing);
}
@media screen and (max-width: 767px) {
  .accordion__icon {
    right: 1.875vw;
    bottom: 7.5vw;
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion__icon {
    right: 0.7822685789vw;
    bottom: 1.5645371578vw;
    width: 6.258148631vw;
    height: 6.258148631vw;
  }
}
@media screen and (min-width: 1024px) {
  .accordion__icon {
    right: 1.1979166667vw;
    bottom: 1.25vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.accordion--opened .accordion__icon {
  transform: rotate(-90deg);
}
.no-js .accordion__icon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .accordion__content {
    line-height: 1.25;
    padding-top: 0.3125vw;
    padding-bottom: 0.8333333333vw;
  }
}
.accordion__content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.accordion .svg-ico-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .accordion .svg-ico-arrow {
    width: 3.015625vw;
    height: 5.359375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .svg-ico-arrow {
    width: 2.5162972621vw;
    height: 4.4719687093vw;
  }
}
@media screen and (min-width: 1024px) {
  .accordion .svg-ico-arrow {
    width: 1.0052083333vw;
    height: 1.7864583333vw;
  }
}

@media screen and (max-width: 767px) {
  .section_video {
    margin-bottom: 11.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_video {
    margin-bottom: 9.9087353325vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_video {
    margin-bottom: 3.9583333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_video .section_video__container {
    max-width: 68.75vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_video--narrow {
    margin-left: -1.0416666667vw;
    margin-right: -2.2916666667vw;
  }
}

.video-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 50vh;
  max-height: 60vh;
  min-height: 35vh;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  z-index: 10;
  pointer-events: none;
  transition: visibility 0.5s var(--theme-transition-timing), opacity 0.5s var(--theme-transition-timing);
  will-change: visibility, opacity;
}
.video-container .svg-ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  transition: visibility 0.5s var(--theme-transition-timing), opacity 0.5s var(--theme-transition-timing);
  will-change: visibility, opacity;
}
@media screen and (min-width: 1024px) {
  .video-container .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
.video-container.active .image {
  opacity: 0;
  visibility: hidden;
}
.video-container.active .svg-ico-play {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .section_image {
    margin-bottom: 18.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_image {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_image {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_image--post_image {
    margin-bottom: 5.8854166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .main__content .section_image {
    margin-bottom: 8.0729166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_image .section_image__container {
    max-width: 91.1458333333vw;
  }
}
.section_image .image {
  width: 100%;
}

.section_shortcode .section_shortcode__container::before {
  display: none;
}
.section_shortcode .section_shortcode__container::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section_shortcode .section_shortcode__container {
    max-width: 84.6875vw;
  }
}

.contact_data {
  line-height: 1.25;
  font-family: "Open Sans";
  padding: 0 0 16.25vw;
}
@media screen and (min-width: 1024px) {
  .contact_data {
    font-size: 1.25vw;
  }
}
.contact_data a {
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.contact_data a:hover {
  color: var(--theme-color-charlie);
}
.contact_data .contact_data__container {
  display: flex;
  flex-wrap: wrap;
  width: 85.5vw;
  margin: 0 auto;
}
.contact_data .contact_data__container::before {
  display: none;
}
.contact_data .contact_data__container::after {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_data .contact_data__container {
    width: 100vw;
    margin: 0;
    padding: 0 2.6075619296vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_data .contact_data__container {
    flex-direction: column;
    width: 100vw;
    flex-direction: column;
    margin: 0;
    padding: 0 6.25vw 0;
  }
}
.contact_data__title-wrapper {
  width: 85.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_data__title-wrapper {
    width: 100vw;
    margin: 0;
    padding: 0 2.6075619296vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_data__title-wrapper {
    flex-direction: column;
    width: 100vw;
    flex-direction: column;
    margin: 0;
    padding: 0 6.25vw 0;
  }
}
.contact_data__title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0;
  line-height: 3.6458333333vw;
  padding: 1.6145833333vw 0 4.6875vw 0;
}
@media screen and (max-width: 1023px) {
  .contact_data__title {
    padding: 8.4375vw 0 9.375vw 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .contact_data__title {
    padding: 12.65625vw 0 9.375vw 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 9.375vw;
    line-height: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact_data__item {
    width: 100%;
    padding-top: 8.75vw;
    padding-bottom: 18.75vw;
    border-top: 1.25vw solid;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_data__item {
    width: 40%;
    margin-right: 8.8%;
    padding-top: 3.6505867014vw;
    padding-right: 10%;
    padding-bottom: 7.8226857888vw;
    border-top: 0.7822685789vw solid;
    font-size: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .contact_data__item {
    width: 20%;
    margin-right: 4.4%;
    padding-top: 1.4583333333vw;
    padding-right: 5%;
    padding-bottom: 3.125vw;
    border-top: 0.3125vw solid;
  }
}
.contact_data__name {
  margin-top: 0;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact_data__name {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_data__name {
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .contact_data__name {
    font-size: 0.9375vw;
    letter-spacing: 0.0520833333vw;
    margin-bottom: 1.6666666667vw;
  }
}
.contact_data__location {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contact_data__location {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_data__location {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .contact_data__location {
    margin-bottom: 1.0416666667vw;
  }
}
.contact_data__email {
  margin-top: 0;
  margin-bottom: 0;
}
.contact_data__tel {
  margin-top: 0;
  margin-bottom: 0;
}

.timline-wrapper .timeline-slider {
  height: 50vw;
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .timline-wrapper .timeline-slider {
    margin-top: 15.625vw;
  }
}
.timline-wrapper .timeline-slider__slide {
  position: relative;
}
.timline-wrapper .timeline-slider__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide img {
    height: 50vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide img {
    position: static;
    max-width: 100%;
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide img {
    margin-bottom: 8.3333333333vw;
  }
}
.timline-wrapper .timeline-slider__slide-content {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide-content {
    padding: 3.2291666667vw 4.5833333333vw 21.3541666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content {
    padding: 1.25vw 3.9583333333vw 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content {
    padding: 0 3.9583333333vw 1.0416666667vw;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide-content h4 {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content h4 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content h4 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    letter-spacing: 0.625vw;
    padding: 2.5vw;
  }
}
.timline-wrapper .timeline-slider__slide-content h4 {
  font-weight: 800;
  line-height: 1.5px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
.timline-wrapper .timeline-slider__slide-content h4:after {
  content: "";
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide-content h4:after {
    height: 0.15625vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content h4:after {
    height: 0.3125vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content h4:after {
    height: 0.625vw;
    margin-top: 2.0833333333vw;
  }
}
.timline-wrapper .timeline-slider__slide-content h4:after {
  display: block;
  background: var(--theme-color-bravo);
}
.timline-wrapper .timeline-slider__slide-content .content-text {
  color: var(--theme-color-bravo);
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide-content .content-text {
    padding: 5.0520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content .content-text {
    padding: 2.8125vw 0;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content .content-text {
    padding: 0.2083333333vw 0;
  }
}
@media all and (max-width: 1200px) and (min-width: 1025px) {
  .timline-wrapper .timeline-slider__slide-content .content-text {
    padding: 5.0520833333vw 0;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide-content .content-text h2 {
    margin: 0.8854166667vw 0 0 0;
    width: 35.4166666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content .content-text h2 {
    margin: 2.5vw 0 0 0;
    width: 100%;
    text-align: left;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content .content-text h2 {
    margin: 3.75vw 0 0 0;
    width: 100%;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5.4166666667vw;
  }
}
@media all and (max-width: 1200px) and (min-width: 1025px) {
  .timline-wrapper .timeline-slider__slide-content .content-text h2 {
    margin: 2.2916666667vw 0 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content .content-text h4 {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content .content-text h4 {
    width: 100%;
  }
}
.timline-wrapper .timeline-slider__slide-content .content-text h4:after {
  display: none;
}
.timline-wrapper .timeline-slider__slide-content .content-text p {
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__slide-content .content-text p {
    width: 35.4166666667vw;
    margin: 2.2916666667vw 0 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__slide-content .content-text p {
    width: 100%;
    text-align: left;
    margin: 1.9791666667vw 0 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__slide-content .content-text p {
    width: 100%;
    margin: 3.4375vw 0 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
@media all and (max-width: 1200px) and (min-width: 1025px) {
  .timline-wrapper .timeline-slider__slide-content .content-text p {
    margin: 2.2916666667vw 0 0 auto;
  }
}
.timline-wrapper .timeline-slider__dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots {
    bottom: 13.90625vw;
    border-bottom: 0.0520833333vw solid var(--theme-color-bravo);
    height: 0.5208333333vw;
    width: 79.0104166667vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots {
    display: none !important;
    border-bottom: 0.0520833333vw solid var(--theme-color-alpha);
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots {
    display: none !important;
    border-bottom: 0.0520833333vw solid var(--theme-color-alpha);
  }
}
.timline-wrapper .timeline-slider__dots li {
  float: left;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  background: var(--theme-color-bravo);
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li {
    height: 0.8854166667vw;
    width: 0.8854166667vw;
    border: 1px solid var(--theme-color-bravo);
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li {
    height: 1.7708333333vw;
    width: 1.7708333333vw;
    border: 1px solid var(--theme-color-alpha);
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li {
    height: 3.5416666667vw;
    width: 3.5416666667vw;
    border: 1px solid var(--theme-color-alpha);
  }
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li.slick-active {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li.slick-active {
    height: 5.2083333333vw;
    width: 5.2083333333vw;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li.slick-active {
    height: 10.4166666667vw;
    width: 10.4166666667vw;
    border: none;
  }
}
.timline-wrapper .timeline-slider__dots li.slick-active:before {
  content: "";
  background: url("./../../assets/img/logos/small_yellow_logo.svg") center no-repeat;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li.slick-active:before {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
    border: none;
    top: -0.78125vw;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li.slick-active:before {
    height: 5.2083333333vw;
    width: 5.2083333333vw;
    border: none;
    top: -1.5625vw;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li.slick-active:before {
    height: 10.4166666667vw;
    width: 10.4166666667vw;
    border: none;
    top: -3.125vw;
    left: 0;
  }
}
.timline-wrapper .timeline-slider__dots li.slick-active:before {
  display: block;
  position: absolute;
  z-index: 100;
}
.timline-wrapper .timeline-slider__dots li.slick-active .milestone {
  background: var(--theme-color-bravo);
  color: var(--theme-color-alpha);
  display: block;
  position: absolute;
  z-index: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li.slick-active .milestone {
    height: 13.0208333333vw;
    width: 9.5833333333vw;
    top: -1.6666666667vw;
    left: -1.09375vw;
    padding-top: 4.1145833333vw;
    padding-left: 1.09375vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li.slick-active .milestone {
    height: 26.0416666667vw;
    width: 19.1666666667vw;
    top: -3.3333333333vw;
    left: -2.1875vw;
    padding-top: 8.2291666667vw;
    padding-left: 2.1875vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li.slick-active .milestone {
    height: 52.0833333333vw;
    width: 38.3333333333vw;
    top: -6.6666666667vw;
    left: -4.375vw;
    padding-top: 16.4583333333vw;
    padding-left: 4.375vw;
  }
}
.timline-wrapper .timeline-slider__dots li.slick-active .milestone p {
  color: var(--theme-color-alpha);
}
.timline-wrapper .timeline-slider__dots li .milestone {
  background-color: transparent;
  color: var(--theme-color-bravo);
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li .milestone {
    padding-top: 2.4479166667vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li .milestone {
    padding-top: 4.8958333333vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li .milestone {
    padding-top: 9.7916666667vw;
  }
}
.timline-wrapper .timeline-slider__dots li .milestone p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
    width: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
    width: 5px;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
    width: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .timeline-slider__dots li:last-child {
    margin-right: 15.9895833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .timeline-slider__dots li:last-child {
    margin-right: 31.9791666667vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .timeline-slider__dots li:last-child {
    margin-right: 63.9583333333vw;
  }
}
.timline-wrapper .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99999;
  background-color: var(--theme-color-bravo);
  text-indent: -999999999px;
  display: block;
  border: none;
  outline: none;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .slick-arrow {
    height: 2.9166666667vw;
    width: 3.28125vw;
    bottom: 26.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .slick-arrow {
    height: 5.8333333333vw;
    width: 6.5625vw;
    top: 20%;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .slick-arrow {
    height: 11.6666666667vw;
    width: 13.125vw;
    top: 12%;
  }
}
.timline-wrapper .slick-arrow.slick-prev {
  left: 0;
}
.timline-wrapper .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .slick-arrow.slick-prev::before {
    border-width: 0.4947916667vw 0.9895833333vw 0.4947916667vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .slick-arrow.slick-prev::before {
    border-width: 0.9583333333vw 1.9791666667vw 0.9583333333vw 0;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .slick-arrow.slick-prev::before {
    border-width: 1.9166666667vw 3.9583333333vw 1.9166666667vw 0;
  }
}
.timline-wrapper .slick-arrow.slick-next {
  right: 0;
}
.timline-wrapper .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .timline-wrapper .slick-arrow.slick-next::before {
    border-width: 0.4947916667vw 0 0.4947916667vw 0.9895833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper .slick-arrow.slick-next::before {
    border-width: 0.9583333333vw 0 0.9583333333vw 1.9791666667vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper .slick-arrow.slick-next::before {
    border-width: 1.9166666667vw 0 1.9166666667vw 3.9583333333vw;
  }
}

.timline-wrapper-pagination .timeline-slider-pagination {
  width: 100%;
  padding: 0 13vw;
  margin: 0 0 -12.5vw;
  background: transparent;
  transform: translateY(-100%);
}
@media screen and (max-width: 1023px) {
  .timline-wrapper-pagination .timeline-slider-pagination {
    display: none;
  }
}
.timline-wrapper-pagination .timeline-slider-pagination.slick-slider {
  overflow: hidden;
}
.timline-wrapper-pagination .timeline-slider-pagination.slick-slider::after {
  content: "";
  position: absolute;
  top: 3.109375vw;
  left: 50%;
  height: 1px;
  width: 101%;
  background: var(--theme-color-bravo);
  z-index: -1;
}
.timline-wrapper-pagination .timeline-slider-pagination.slick-slider.line-center::after {
  left: 0;
}
.timline-wrapper-pagination .timeline-slider-pagination.slick-slider.line-left::after {
  left: -50%;
}
.timline-wrapper-pagination .timeline-slider-pagination .slick-list {
  padding: 0 !important;
  position: relative;
}
.timline-wrapper-pagination .timeline-slider-pagination .slick-slide {
  text-align: center;
  outline: none;
}
.timline-wrapper-pagination .timeline-slider-pagination .slick-current .p-slide {
  background: var(--theme-color-bravo) !important;
  color: var(--theme-color-alpha) !important;
}
.timline-wrapper-pagination .timeline-slider-pagination .slick-current .p-slide .dot {
  border-radius: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin: 0;
  background: url(./../../assets/img/logos/small_yellow_logo.svg) center no-repeat;
}
.timline-wrapper-pagination .timeline-slider-pagination .slick-current .p-slide .dot::after {
  background: var(--theme-color-charlie);
  left: 110%;
  z-index: 1;
}
.timline-wrapper-pagination .timeline-slider-pagination .slick-current .milestone p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper-pagination .timeline-slider-pagination .slick-current .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper-pagination .timeline-slider-pagination .slick-current .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper-pagination .timeline-slider-pagination .slick-current .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.timline-wrapper-pagination .timeline-slider-pagination .milestone {
  background-color: transparent;
  color: var(--theme-color-bravo);
  text-transform: uppercase;
}
.timline-wrapper-pagination .timeline-slider-pagination .milestone p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .timline-wrapper-pagination .timeline-slider-pagination .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
@media screen and (max-width: 1023px) {
  .timline-wrapper-pagination .timeline-slider-pagination .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .timline-wrapper-pagination .timeline-slider-pagination .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
  }
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper {
  position: relative;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper::after {
  content: "";
  position: absolute;
  top: 3.109375vw;
  left: 0;
  height: 1px;
  width: 101%;
  background: var(--theme-color-bravo);
  z-index: 1;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:first-child::after {
  left: 29%;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:first-child .p-slide .dot::after {
  background: transparent;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:first-child.slick-current::after {
  left: 37%;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:first-child.slick-current .p-slide .dot::after {
  background: var(--theme-color-charlie);
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:last-child::after {
  left: -73%;
  z-index: -1;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:last-child .p-slide .dot::after {
  display: none;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:last-child.slick-current::after {
  left: auto;
  right: 3.109375vw;
  z-index: -1;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide-wrapper:last-child.slick-current .p-slide .dot::after {
  display: none;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide {
  text-align: left;
  height: 12.5vw;
  position: relative;
  width: 9.5833333333vw;
  max-width: 9.5833333333vw;
  background: transparent;
  margin: 0 auto;
  padding: 5.2083333333vw 1.0416666667vw 1.0416666667vw;
  cursor: pointer;
  overflow: hidden;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide::after {
  content: "";
  position: absolute;
  top: 0.8854166667vw;
  left: 100%;
  height: 1px;
  width: 50vw;
  background: var(--theme-color-bravo);
  z-index: 1;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide .dot {
  position: absolute;
  top: 1.8229166667vw;
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  margin: 0.859375vw 0;
  display: inline-block;
  background: var(--theme-color-bravo);
  border-radius: 50%;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide .dot::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 50vw;
  background: transparent;
  z-index: 1;
}
.timline-wrapper-pagination .timeline-slider-pagination .p-slide .dot::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: 50vw;
  background: transparent;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper {
    margin-top: 8.8541666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper {
    margin-bottom: 17.7083333333vw;
    margin-top: 17.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .timlineSlider-wrapper {
    margin-top: 35.4166666667vw;
  }
}
.timlineSlider-wrapper .slick-list {
  width: 100%;
}
.timlineSlider-wrapper .timeline_slider {
  position: relative;
  min-height: 51.0416666667vw;
}
.timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox {
    padding-left: 3.28125vw;
    margin: 3.0208333333vw auto 1.3020833333vw;
  }
}
.timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__mainImage {
  width: 88.1vw;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__mainImage {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer {
    padding-left: 3.28125vw;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer {
    width: 100%;
  }
}
.timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer {
  width: 8vw;
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
    min-height: 29.375vw;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
    margin: 0;
    padding: 4.5833333333vw 2.6075619296vw;
  }
}
@media screen and (max-width: 767px) {
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
    margin: 0;
    padding: 4.5833333333vw 6.25vw;
  }
}
.timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
  margin-right: -22.4vw;
}
.timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box h2 {
  margin-top: 0;
}
.timlineSlider-wrapper .timeline_slider__dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__dots {
    bottom: -1.5625vw;
    border-bottom: 0.15625vw solid rgba(0, 0, 0, 0.3);
    height: 0.5208333333vw;
    width: 79.0104166667vw;
    padding-right: 15.625vw;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider__dots {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .timlineSlider-wrapper .timeline_slider__dots {
    display: none !important;
  }
}
.timlineSlider-wrapper .timeline_slider__dots {
  float: right;
}
.timlineSlider-wrapper .timeline_slider__dots li {
  float: left;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__dots li {
    height: 0.8854166667vw;
    width: 0.8854166667vw;
    border: 1px solid var(--theme-color-bravo);
  }
}
.timlineSlider-wrapper .timeline_slider__dots li.slick-active .milestone p {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider__dots li.slick-active .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 480px) {
  .timlineSlider-wrapper .timeline_slider__dots li.slick-active .milestone p {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.8125vw;
  }
}
.timlineSlider-wrapper .timeline_slider__dots li.slick-active::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-style: solid;
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__dots li.slick-active::after {
    border-width: 0.9895833333vw 0.4947916667vw 0 0.4947916667vw;
    top: -2.8645833333vw;
    left: -0.1041666667vw;
  }
}
.timlineSlider-wrapper .timeline_slider__dots li.slick-active::after {
  border-color: #000000 transparent transparent transparent;
}
.timlineSlider-wrapper .timeline_slider__dots li.slick-active:before {
  content: "";
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__dots li.slick-active:before {
    height: 2.9166666667vw;
    width: 3.28125vw;
    top: -4.1666666667vw;
    left: -1.3020833333vw;
  }
}
.timlineSlider-wrapper .timeline_slider__dots li.slick-active:before {
  display: block;
  position: absolute;
  background: var(--theme-color-bravo);
}
.timlineSlider-wrapper .timeline_slider__dots li .milestone {
  background-color: transparent;
  color: var(--theme-color-bravo);
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider__dots li .milestone {
    padding-top: 1.875vw;
  }
}
.timlineSlider-wrapper .timeline_slider__dots li .milestone p {
  margin: 0;
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.9375vw;
  letter-spacing: 0.15625vw;
  width: 9.6875vw;
}
.timlineSlider-wrapper .timeline_slider .slick-arrow {
  position: absolute;
  z-index: 99999;
  background-color: var(--theme-color-bravo);
  text-indent: -999999999px;
  display: block;
  border: none;
  outline: none;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow {
    height: 2.9166666667vw;
    width: 3.28125vw;
    bottom: 26.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow {
    height: 5.8333333333vw;
    width: 6.5625vw;
    top: 27%;
  }
}
@media screen and (max-width: 480px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow {
    height: 11.6666666667vw;
    width: 13.125vw;
    top: 15%;
  }
}
.timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev {
  left: 0;
}
.timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
    border-width: 0.4947916667vw 0.9895833333vw 0.4947916667vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
    border-width: 0.9895833333vw 1.9791666667vw 0.9895833333vw 0;
  }
}
@media screen and (max-width: 480px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
    border-width: 1.9791666667vw 3.9583333333vw 1.9791666667vw 0;
  }
}
.timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next {
  right: 0;
}
.timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
    border-width: 0.4947916667vw 0 0.4947916667vw 0.9895833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
    border-width: 0.9895833333vw 0 0.9895833333vw 1.9791666667vw;
  }
}
@media screen and (max-width: 480px) {
  .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
    border-width: 1.9791666667vw 0 1.9791666667vw 3.9583333333vw;
  }
}

@media screen and (max-width: 1023px) {
  .page-id-114 .timlineSlider-wrapper {
    margin-bottom: 5.2083333333vw;
  }
}

@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper-pagination {
    display: none;
  }
}
.timlineSlider-wrapper-pagination .slick-list {
  width: 100%;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination {
  width: 100%;
  padding: 0 13vw 0 17vw;
  overflow: hidden;
  position: relative;
  transform: translateY(-110%);
}
@media screen and (min-width: 1024px) {
  .timlineSlider-wrapper-pagination .timeline_slider-pagination {
    margin: 0;
  }
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination::after {
  content: "";
  position: absolute;
  top: 47%;
  height: 20px;
  width: 1.0416666667vw;
  background: var(--theme-color-bravo);
  z-index: 1;
  opacity: 1;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper {
  position: relative;
  outline: none;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--theme-color-bravo);
  height: 2.9166666667vw;
  width: 3.28125vw;
  top: 0;
  left: 0vw;
  display: none;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper::after {
  top: 1.09375vw;
  left: 0.9895833333vw;
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0.9895833333vw 0.4947916667vw 0 0.4947916667vw;
  border-color: #000000 transparent transparent transparent;
  display: none;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper {
  padding: 0 0 0 1.1458333333vw;
  overflow: hidden;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper.slick-current::before, .timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper.slick-current::after {
  display: block;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper.slick-current .milestone {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper:last-child .dot::after {
  left: auto;
  right: 0;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper:first-child .dot::after {
  left: 0;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide {
  position: relative;
  outline: none;
  padding: 6.25vw 0 1.0416666667vw;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide .dot {
  position: absolute;
  top: 4.1666666667vw;
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  display: inline-block;
  border-radius: 50%;
  background: var(--theme-color-alpha);
  cursor: pointer;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide .dot::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  height: 1px;
  width: 50vw;
  background: var(--theme-color-alpha);
  z-index: 1;
  opacity: 0.6;
}
.timlineSlider-wrapper-pagination .timeline_slider-pagination__slide .milestone {
  background-color: transparent;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.9375vw;
  letter-spacing: 0.15625vw;
  width: 10.4166666667vw;
  cursor: pointer;
}

.section_slider_hero {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section_slider_hero {
    max-width: 92.1875vw;
    padding-bottom: 4.6875vw;
  }
}
.section_slider_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color-bravo);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .section_slider_hero::before {
    width: 31.25vw;
    height: 14.0104166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero:first-child {
    margin-top: -5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .section_slider_hero .slider_hero__mask {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero .slider_hero__mask {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 4.6354166667vw;
    width: 72%;
    right: 0.5208333333vw;
  }
  .slick-initialized ~ .section_slider_hero .slider_hero__mask {
    height: calc(100% - 4.6354166667vw);
  }
}
.section_slider_hero .slider_hero_nav {
  background: var(--theme-color-bravo);
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_slider_hero .slider_hero_nav {
    padding: 0.6518904824vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero .slider_hero_nav {
    position: absolute;
    list-style: none;
    display: flex;
    left: 0;
    bottom: 4.6875vw;
    font-size: 0.7291666667vw;
    padding-left: 10.9375vw;
    padding-bottom: 0.4166666667vw;
  }
}
.section_slider_hero .slider_hero_nav li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section_slider_hero .slider_hero_nav li {
    padding-right: 3.125vw;
  }
}
.section_slider_hero .slider_hero_nav__links {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section_slider_hero .slider_hero_nav__links {
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_slider_hero .slider_hero_nav__links {
    padding: 0 0.6518904824vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero .slider_hero_nav__links {
    padding-left: 4.7916666667vw;
    letter-spacing: 0.0911458333vw;
  }
}
@media screen and (max-width: 767px) {
  .section_slider_hero .slider_hero_nav__links li {
    display: block;
  }
}
.section_slider_hero .slider_hero_nav span {
  display: inline-block;
  color: #fdd204;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_slider_hero .slider_hero_nav span {
    padding: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero .slider_hero_nav span {
    padding: 1.4583333333vw 0.7291666667vw;
  }
}
.section_slider_hero .slider_hero_nav a {
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_slider_hero .slider_hero_nav a {
    padding: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero .slider_hero_nav a {
    padding: 1.4583333333vw 0.7291666667vw;
  }
}
.section_slider_hero .slider_hero_nav a:hover, .section_slider_hero .slider_hero_nav a:visited {
  color: var(--theme-color-charlie);
}
.section_slider_hero ul.slick-dots {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_slider_hero ul.slick-dots {
    padding: 0 0.6518904824vw;
  }
}
.section_slider_hero ul.slick-dots li {
  display: inline-block;
}
.section_slider_hero ul.slick-dots li button {
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  color: #c1c1c1;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_slider_hero ul.slick-dots li button {
    padding: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_slider_hero ul.slick-dots li button {
    padding: 1.4583333333vw 0.9375vw;
  }
}
.section_slider_hero ul.slick-dots li button::before {
  content: "0";
}
.section_slider_hero ul.slick-dots li.slick-active button {
  color: var(--theme-color-alpha);
}

.slider_hero__slide {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .slider_hero__slide {
    padding-left: 7.1875vw;
  }
}
.slider_hero__image {
  width: 100%;
  height: auto;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media screen and (min-width: 1024px) {
  .slider_hero__image {
    height: 53.9583333333vw;
  }
}
.slider_hero__text {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .slider_hero__text {
    position: absolute;
    width: 26.25%;
    z-index: 3;
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider_hero__text {
    padding-top: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_hero__text {
    margin-top: -2.6075619296vw;
    padding-top: 1.8252933507vw;
    padding-right: 1.8252933507vw;
    padding-bottom: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_hero__text {
    margin-top: -4.4270833333vw;
    padding-top: 2.8125vw;
    padding-right: 1.9791666667vw;
    padding-bottom: 3.3333333333vw;
  }
}
.slider_hero__text p {
  margin-top: 0;
  font-family: "Open Sans";
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .slider_hero__text p {
    font-size: 1.6666666667vw;
    margin-bottom: 0.9375vw;
  }
}
.slider_hero__link {
  font-family: "Open Sans";
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider_hero__link {
    font-size: 0.9375vw;
    letter-spacing: 0.0130208333vw;
    padding-left: 0.2604166667vw;
  }
}
.slider_hero__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
@media screen and (max-width: 767px) {
  .slider_hero__link::after {
    bottom: -0.9375vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_hero__link::after {
    bottom: -0.3911342894vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_hero__link::after {
    right: -0.3125vw;
    bottom: -0.2604166667vw;
    height: 0.1041666667vw;
  }
}
.slider_hero__link:hover::after {
  background: var(--theme-color-charlie);
}

@media screen and (min-width: 1024px) {
  .content {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .content {
    margin-bottom: 18.75vw;
  }
}
.content--simple {
  line-height: 1.25;
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .content--simple {
    font-size: 1.5625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content--simple {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .content--simple {
    font-size: 4.6875vw;
  }
}
.content--simple h1 {
  line-height: 1.1111;
}
.content--simple h2 {
  line-height: 1.09375;
}
.content--simple h3 {
  line-height: 1.125;
}
.content--simple h4 {
  line-height: 1.3125;
}
.content--simple h5 {
  font-family: "Open Sans";
  line-height: 1.05;
}
@media screen and (min-width: 1024px) {
  .content--simple h5 {
    font-size: 10.4166666667vw;
  }
}
.content--simple h6 {
  font-family: "Open Sans";
}
.content--simple pre {
  line-height: 1.3333;
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .content--simple pre {
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
.content--large {
  font-family: "Open Sans";
  line-height: 1.125;
}
@media screen and (min-width: 1024px) {
  .content--large {
    font-size: 2.5vw;
    margin-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content--large {
    font-size: 3.1290743155vw;
  }
}
@media screen and (max-width: 767px) {
  .content--large {
    font-size: 5vw;
  }
}

.page-id-127 .container--simple_content {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .page-id-104 .container.container--simple_content {
    max-width: 57.2916666667vw;
  }
}

@media screen and (min-width: 1024px) {
  .page-id-827 .container.container--simple_content {
    max-width: 88.0208333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-827 .container.container--simple_content .content {
    max-width: 73%;
  }
}

.content--alert_box {
  line-height: 1.25;
  font-family: "Open Sans";
  background-color: red;
}
@media screen and (min-width: 1024px) {
  .content--alert_box {
    font-size: 1.5625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content--alert_box {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .content--alert_box {
    font-size: 4.6875vw;
  }
}

.modal--calendar .modal__content {
  background: var(--theme-color-bravo);
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content {
    font-size: 1.25vw;
  }
}
.modal--calendar .modal__content .modal__half--event {
  background: #f7f7f7;
  position: relative;
}
.modal--calendar .modal__content .image {
  width: 100%;
}
.modal--calendar .modal__content .date {
  position: absolute;
  top: 0;
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .date {
    left: 6.25vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .date {
    left: 2.6075619296vw;
    padding-top: 1.3037809648vw;
    padding-bottom: 1.3037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .date {
    left: 2.7604166667vw;
    width: 7.0833333333vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.4583333333vw;
  }
}
.modal--calendar .modal__content .date__number {
  text-align: center;
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .date__number {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .date__number {
    font-size: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .date__number {
    font-size: 3.3333333333vw;
    line-height: 3.6458333333vw;
    margin: 0.1em 0;
  }
}
.modal--calendar .modal__content .date__text {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .date__text {
    padding: 0 4.375vw;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .date__text {
    padding: 0 1.8252933507vw;
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .date__text {
    padding: 0 1.4583333333vw;
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    letter-spacing: 0.0911458333vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .modal__group--event {
    padding-top: 6.5625vw;
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
    padding-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .modal__group--event {
    padding-top: 2.7379400261vw;
    padding-left: 3.259452412vw;
    padding-right: 3.259452412vw;
    padding-bottom: 2.7379400261vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .modal__group--event {
    padding-top: 2.1875vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    padding-bottom: 7.5vw;
  }
}
.modal--calendar .modal__content .modal__info {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .modal__info {
    font-size: 4.375vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .modal__info {
    font-size: 1.8252933507vw;
    padding-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .modal__info {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    padding-bottom: 0.4166666667vw;
    letter-spacing: 0.0963541667vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .event__info {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .event__info {
    padding-top: 1.0430247718vw;
    padding-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .event__info {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
.modal--calendar .modal__content .time {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .time {
    line-height: 1.5625vw;
    letter-spacing: 0.0390625vw;
  }
}
.modal--calendar .modal__content .address {
  display: inline-block;
  letter-spacing: -1.5px;
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .address {
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .type {
    line-height: 1.5625vw;
    letter-spacing: -0.0651041667vw;
    padding-bottom: 0.7291666667vw;
  }
}
.modal--calendar .modal__content .save_event {
  display: inline-block;
  background: var(--theme-color-charlie);
  vertical-align: top;
  position: relative;
  font-size: 0;
  color: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .save_event {
    width: 8.125vw;
    height: 8.125vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .save_event {
    width: 3.3898305085vw;
    height: 3.3898305085vw;
    margin-bottom: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .save_event {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
    margin-left: 0.2083333333vw;
  }
}
.modal--calendar .modal__content .save_event::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .save_event::before {
    width: 0.9375vw;
    height: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .save_event::before {
    width: 0.3911342894vw;
    height: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .save_event::before {
    width: 0.15625vw;
    height: 0.8333333333vw;
  }
}
.modal--calendar .modal__content .save_event::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .save_event::after {
    width: 5vw;
    height: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .save_event::after {
    width: 2.0860495437vw;
    height: 0.3911342894vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .save_event::after {
    width: 0.8333333333vw;
    height: 0.15625vw;
  }
}
.modal--calendar .modal__content .save_event .addeventatc_icon {
  display: none;
}
.modal--calendar .modal__content .save_event:hover .event_menu {
  transform: scale(1);
}
.modal--calendar .modal__content .event_menu {
  display: block;
  position: absolute;
  top: 0px;
  padding: 10px 20px;
  left: calc(100% + 10px);
  background: white;
  transition: transform 200ms ease-in-out;
  transform: scale(0);
  transform-origin: left top;
  z-index: 100;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.modal--calendar .modal__content .event_menu a {
  display: inline-block;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .modal__half--tickets {
    padding-left: 0.3125vw;
  }
}
.modal--calendar .modal__content .link {
  font-family: "Open Sans";
  position: relative;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .link {
    font-size: 0.9375vw;
  }
}
.modal--calendar .modal__content .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  width: 100%;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .link::after {
    bottom: -1.25vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .link::after {
    bottom: -0.5215123859vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .link::after {
    bottom: -0.2083333333vw;
    height: 0.1041666667vw;
  }
}
.modal--calendar .modal__content .link:hover::after {
  background: var(--theme-color-charlie);
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .share {
    position: absolute;
    width: auto;
    left: 2.6041666667vw;
    right: 2.6041666667vw;
    bottom: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .event__description {
    padding-top: 12.5vw;
    padding-left: 6.5625vw;
    padding-right: 10vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .event__description {
    padding-top: 5.2151238592vw;
    padding-left: 2.7379400261vw;
    padding-right: 4.1720990874vw;
    padding-bottom: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .event__description {
    padding-top: 4.1666666667vw;
    padding-left: 2.1875vw;
    padding-right: 3.2291666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.modal--calendar .modal__content .subtitle {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .subtitle {
    font-size: 4.375vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .subtitle {
    font-size: 1.8252933507vw;
    margin-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .subtitle {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin-bottom: 1.3020833333vw;
    letter-spacing: 0.171875vw;
  }
}
.modal--calendar .modal__content .title {
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .title {
    margin-bottom: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .title {
    margin-bottom: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .title {
    font-size: 2.5vw;
    line-height: 2.8125vw;
    margin-bottom: 1.9270833333vw;
  }
}
.modal--calendar .modal__content .details {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--calendar .modal__content .details {
    font-size: 4.375vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--calendar .modal__content .details {
    font-size: 1.8252933507vw;
    margin-bottom: 0.7822685789vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .details {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    letter-spacing: 0.0911458333vw;
    margin-bottom: 1.25vw;
  }
}
.modal--calendar .modal__content .content {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .modal--calendar .modal__content .content {
    line-height: 1.25;
  }
}
.modal--calendar .share__link {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
  padding: 10px 0;
  border: 0;
  background: transparent;
}

.modal--person .modal__close {
  overflow: hidden;
  background: var(--theme-color-bravo);
}
@media screen and (max-width: 767px) {
  .modal--person .modal__close {
    width: 8.75vw;
    height: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__close {
    top: 7.3011734029vw;
    width: 7.3011734029vw;
    height: 7.3011734029vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__close {
    top: 2.9166666667vw;
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
}
.modal--person .modal__close .svg-modal_close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal--person .modal__content {
  background: #fff;
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .person_info {
    padding-left: 6.875vw;
    padding-right: 6.875vw;
    padding-bottom: 6.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .person_info {
    padding-left: 2.8683181226vw;
    padding-right: 2.8683181226vw;
    padding-bottom: 2.8683181226vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person_info {
    padding-top: 3.4375vw;
    padding-left: 4.5833333333vw;
    padding-right: 0.9375vw;
  }
}
.modal--person .modal__content .person_info__description {
  line-height: 1.25;
}
.modal--person .modal__content .content {
  margin-top: 0;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .content {
    margin-bottom: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .content {
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .content {
    margin-bottom: 2.9166666667vw;
  }
}
.modal--person .modal__content .info {
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.2857;
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .info {
    font-size: 0.7291666667vw;
    letter-spacing: 0.0963541667vw;
    margin-bottom: 1.09375vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .position {
    padding-right: 6.6666666667vw;
  }
}
.modal--person .modal__content .position__block {
  padding-bottom: 1.5625vw;
}
.modal--person .modal__content .position__block p {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .position__block p {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .interests {
    padding-left: 1.9791666667vw;
    padding-right: 6.6666666667vw;
  }
}
.modal--person .modal__content .interests__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .interests__list li {
    margin-bottom: 1.0416666667vw;
  }
}
.modal--person .modal__content .slick-arrow {
  color: var(--theme-color-alpha);
  border: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.modal--person .modal__content .slick-arrow .svg-ico-play {
  display: block;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .slick-arrow .svg-ico-play {
    width: 9.6875vw;
    height: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .slick-arrow .svg-ico-play {
    width: 8.2138200782vw;
    height: 7.3011734029vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .slick-arrow .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .slick-prev {
    right: 19.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .slick-prev {
    right: 8.2138200782vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .slick-prev {
    right: 3.28125vw;
  }
}
.modal--person .modal__content .slick-prev .svg-ico-play {
  transform: rotate(180deg);
}
.modal--person .modal__content .slick-next {
  right: 0;
}
.modal--person .modal__content .slick-next .svg-ico-play {
  transform: rotate(360deg);
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person {
    padding-left: 3.125vw;
  }
}
.modal--person .modal__content .person .slider_navigation {
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .person .slider_navigation {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .person .slider_navigation {
    right: 7.3011734029vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person .slider_navigation {
    right: 2.9166666667vw;
  }
}
.modal--person .modal__content .person__images {
  position: relative;
  padding-bottom: 100%;
}
.modal--person .modal__content .person__images[data-slick] .slick-list {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal--person .modal__content .person__images[data-slick] .slick-track {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal--person .modal__content .person__images[data-slick] .slick-slide {
  position: relative;
}
.modal--person .modal__content .person__background {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .person__background {
    width: 62.5vw;
    height: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .person__background {
    width: 65.1890482399vw;
    height: 65.1890482399vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person__background {
    width: 32.5520833333vw;
    height: 31.25vw;
  }
}
.modal--person .modal__content .person__image {
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .person__image {
    width: 62.5vw;
    height: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .person__image {
    width: 65.1890482399vw;
    height: 65.1890482399vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person__image {
    width: 32.5520833333vw;
    height: 31.25vw;
  }
}
.modal--person .modal__content .person--staff .person__image {
  width: 100%;
  height: 100%;
}
.modal--person .modal__content .person__description {
  background: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .modal--person .modal__content .person__description {
    padding: 6.875vw 6.875vw 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--person .modal__content .person__description {
    padding: 2.8683181226vw 2.8683181226vw 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person__description {
    margin-left: 1.9791666667vw;
    margin-right: 2.7083333333vw;
    padding: 2.2916666667vw 2.2916666667vw 1.7708333333vw;
    margin-top: -2.6041666667vw;
  }
}
.modal--person .modal__content .person__description h2 {
  margin-top: 0;
  line-height: 1.125;
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person__description h2 {
    margin-bottom: 1.4583333333vw;
  }
}
.modal--person .modal__content .person__description h3 {
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.333;
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person__description h3 {
    letter-spacing: 0.1041666667vw;
    margin-bottom: 0.625vw;
  }
}
.modal--person .modal__content .person__description p {
  margin-top: 0;
  line-height: 1.2857;
  font-family: "Open Sans";
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .modal--person .modal__content .person__description p {
    font-size: 0.7291666667vw;
  }
}

.modal--student .modal__content {
  background: var(--theme-color-bravo);
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content {
    font-size: 3.1290743155vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .modal__person_block {
    width: 100%;
    padding-top: 15vw;
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 16.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .modal__person_block {
    width: 100%;
    padding-top: 6.258148631vw;
    padding-left: 6.258148631vw;
    padding-right: 6.258148631vw;
    padding-bottom: 7.0404172099vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .modal__person_block {
    width: 42%;
    padding-top: 5vw;
    padding-left: 5.1041666667vw;
    padding-right: 5.1041666667vw;
    padding-bottom: 5.625vw;
  }
}
.modal--student .modal__content .images {
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .images {
    margin-bottom: 8.75vw;
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .images {
    margin-bottom: 3.6505867014vw;
    padding-bottom: 6.258148631vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .images {
    margin-right: 0.2083333333vw;
    margin-bottom: 2.9166666667vw;
    padding-bottom: 8.5416666667vw;
  }
}
.modal--student .modal__content .image_person {
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .image_person {
    width: 22.7083333333vw;
  }
}
.modal--student .modal__content .image_background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}
.modal--student .modal__content .person {
  background: var(--theme-color-bravo);
  position: absolute;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .person {
    left: 15vw;
    right: 15vw;
    bottom: 15vw;
    padding-top: 6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .person {
    left: 6.258148631vw;
    right: 6.258148631vw;
    bottom: 6.258148631vw;
    padding-top: 2.6075619296vw;
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person {
    left: 5vw;
    right: 5vw;
    bottom: 3.3333333333vw;
    padding-top: 1.6666666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
.modal--student .modal__content .person__year {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .person__year {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .person__year {
    font-size: 2.3468057366vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person__year {
    font-size: 0.9375vw;
    padding-bottom: 0.3125vw;
  }
}
.modal--student .modal__content .person__name {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .person__name {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .person__name {
    font-size: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person__name {
    font-size: 1.6666666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
.modal--student .modal__content .person__class {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .person__class {
    font-size: 4.375vw;
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .person__class {
    font-size: 2.3468057366vw;
    padding-bottom: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person__class {
    font-size: 0.9375vw;
    padding-bottom: 1.6666666667vw;
  }
}
.modal--student .modal__content .person_info {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person_info__wrap {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0 0;
    top: 0;
    left: 0;
  }
}
.modal--student .modal__content .person_info__www {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .person_info__www {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .person_info__www {
    font-size: 2.3468057366vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person_info__www {
    position: absolute;
    transform: rotate(180deg);
    transform-origin: 50% 0;
    font-size: 0.9375vw;
    margin-top: 0.15625vw;
    padding-right: 0.2604166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person_info__description {
    padding-left: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .person_description {
    padding-top: 15vw;
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .person_description {
    padding-top: 6.258148631vw;
    padding-left: 6.258148631vw;
    padding-right: 6.258148631vw;
    padding-bottom: 6.258148631vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .person_description {
    width: 58%;
    padding-top: 5vw;
    padding-left: 2.9166666667vw;
    padding-right: 3.125vw;
    padding-bottom: 5.625vw;
  }
}
.modal--student .modal__content .media {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .media {
    padding-bottom: 1.0416666667vw;
  }
}
.modal--student .modal__content .media .slider-two-photos__slider-wrapper {
  flex: initial;
  max-width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .media .slider-two-photos__slider-front {
    width: 75%;
  }
}
.modal--student .modal__content .media .slider-two-photos__slider-bg {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .media .slider-two-photos__slider-bg {
    width: 75%;
    top: -7.1354166667vw;
  }
}
.modal--student .modal__content .slider_navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.modal--student .modal__content .content {
  margin-top: 0;
}
.modal--student .modal__content .content .content__title {
  line-height: 1.3125;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .content .content__title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .content .content__title {
    font-size: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .content .content__title {
    font-size: 1.6666666667vw;
    margin-bottom: 0.3125vw;
  }
}
.modal--student .modal__content .info {
  line-height: 1.285;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal--student .modal__content .info {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .modal__content .info {
    font-size: 1.8252933507vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .modal__content .info {
    font-size: 0.7291666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
.modal--student .slick-arrow {
  color: var(--theme-color-alpha);
  border: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.modal--student .slick-arrow .svg-ico-play {
  display: block;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 767px) {
  .modal--student .slick-arrow .svg-ico-play {
    width: 9.6875vw;
    height: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .slick-arrow .svg-ico-play {
    width: 8.2138200782vw;
    height: 7.3011734029vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .slick-arrow .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .modal--student .slick-prev {
    right: 19.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .slick-prev {
    right: 8.2138200782vw;
  }
}
@media screen and (min-width: 1024px) {
  .modal--student .slick-prev {
    right: 3.28125vw;
  }
}
.modal--student .slick-prev .svg-ico-play {
  transform: rotate(180deg);
}
.modal--student .slick-next {
  right: 0;
}
.modal--student .slick-next .svg-ico-play {
  transform: rotate(360deg);
}

@keyframes shake {
  0%, to {
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0) rotate(90deg);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0) rotate(90deg);
  }
}
.heading {
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading {
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    margin: 6.3541666667vw 4.5833333333vw 7.5vw 5.625vw;
  }
}
.heading:before {
  content: "";
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 1024px) {
  .heading:before {
    height: 0.3125vw;
    width: 100%;
  }
}
.heading h1.title {
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .heading h1.title {
    margin: 15.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading h1.title {
    margin: 6.518904824vw 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .heading h1.title {
    margin: 1.8229166667vw 0 0 0;
  }
}
.heading .content {
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .heading .content {
    margin: 10.9375vw 0 10.9375vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading .content {
    margin: 4.5632333768vw 0 4.5632333768vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .heading .content {
    width: 26.5625vw;
    margin: 1.8229166667vw 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .heading .contentButton {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .heading .contentButton {
    margin: 0 0 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading .contentButton {
    margin: 0 0 3.259452412vw;
  }
}
.heading .arrow.show {
  position: absolute;
  transform: rotate(90deg);
  display: block;
  background: url("./../../assets/img/buttons/arrow.svg") center no-repeat;
  animation-name: shake;
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 1024px) {
  .heading .arrow.show {
    width: 2.0833333333vw;
    height: 5.2083333333vw;
    right: 0;
    top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.fullContent h1.title {
    margin: 1.8229166667vw 0 0 0;
    width: 26.0416666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.fullContent .content {
    width: 100%;
    margin: 1.8229166667vw 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .heading.smallTitle h1.title {
    margin: 1.8229166667vw 0 0 0;
    width: 22.3958333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.smallTitle .content {
    width: 100%;
    margin: 1.8229166667vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .heading.listContent {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading.listContent {
    text-align: center;
  }
}
.heading.listContent::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .heading.listContent h1.title {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading.listContent h1.title {
    margin-top: 7.1707953064vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.listContent h1.title {
    margin-top: 2.8645833333vw;
    margin-left: 4.6875vw;
  }
}
.heading.listContent ul {
  list-style-type: square;
  padding: 0;
  font-family: "Open Sans";
}
@media screen and (max-width: 767px) {
  .heading.listContent ul {
    display: inline-block;
    text-align: left;
    font-size: 4.375vw;
    margin-top: 4.375vw;
    padding-left: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading.listContent ul {
    display: inline-block;
    text-align: left;
    font-size: 3.1290743155vw;
    margin-top: 7.5619295958vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.listContent ul {
    font-size: 1.6666666667vw;
    margin-top: 3.0208333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .heading.listContent ul li {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.shortTitle {
    margin: 7.3958333333vw 7.1875vw 1.5625vw 9.7916666667vw;
  }
}
.heading.shortTitle .content {
  width: auto;
  line-height: 1.25;
  margin-top: 2.2916666667vw;
}
@media screen and (min-width: 1024px) {
  .heading.shortWithSmallTitle {
    margin: 7.3958333333vw 7.1875vw 9.5833333333vw 9.7916666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .heading.shortWithSmallTitle .title {
    margin-top: 2.7083333333vw;
    margin-left: 0.5208333333vw;
  }
}
.heading.shortWithSmallTitle .content {
  width: auto;
  line-height: 1.25;
  margin-top: 2.2916666667vw;
}
@media screen and (min-width: 1024px) {
  .heading.shortWithSmallTitle .content {
    margin-left: 0.5208333333vw;
    margin-right: 0.5208333333vw;
  }
}
.heading strong {
  font-family: "Open Sans";
  font-weight: 700;
}

.page-id-104 .heading.smallTitle:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-id-104 .heading.smallTitle {
    margin: 12.0833333333vw 4.5833333333vw 3.125vw 5.625vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-104 .heading.smallTitle .content {
    max-width: 89%;
  }
}
.page-id-104 .heading.smallTitle a {
  font-family: "Open Sans";
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-id-104 .heading.smallTitle a {
    font-size: 2.3468057366vw;
  }
}
@media screen and (max-width: 767px) {
  .page-id-104 .heading.smallTitle a {
    font-size: 3.75vw;
  }
}
.page-id-104 .heading.smallTitle a::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -0.4166666667vw;
  width: 100%;
  height: 0.1041666667vw;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
.page-id-104 .heading.smallTitle a:hover::after {
  background: var(--theme-color-charlie);
}

.img-boxes {
  display: block;
}
.img-boxes__wrapper {
  width: 85.4vw;
  margin: 2.0833333333vw auto 0.5208333333vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .img-boxes__wrapper {
    flex-direction: column;
  }
}
.img-boxes__title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0 0 2.6041666667vw;
  line-height: 2.6041666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.46875vw;
  }
}
.img-boxes .s-box {
  flex: 1 0 33.33%;
  padding: 0 0.8333333333vw;
  padding-bottom: 0.2604166667vw;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (max-width: 767px) {
  .img-boxes .s-box {
    flex: 1 0 auto;
    padding: 0 0 8.3333333333vw;
  }
}
.img-boxes .s-box:hover {
  color: var(--theme-color-charlie);
}
.img-boxes .s-box.s-box-50 {
  flex: 1 0 50%;
  padding-bottom: 10.4166666667vw;
}
.img-boxes .s-box.s-box-50 .s-box__content {
  max-width: 78%;
  top: -5.2083333333vw;
}
.single-cornish_programs .img-boxes .s-box.s-box-50 {
  padding-bottom: 2.6041666667vw;
}
.img-boxes .s-box__img-wrapper {
  position: relative;
  overflow: hidden;
}
.img-boxes .s-box__ratio {
  height: 0%;
  padding-bottom: 61%;
}
.img-boxes .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes .s-box__content {
  text-align: center;
  padding: 1.5625vw 1.5625vw 0;
  background: #fff;
  position: relative;
  max-width: 88%;
  margin: 0 auto;
  top: -2.6041666667vw;
  margin-bottom: -2.6041666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes .s-box__content {
    top: -5.2083333333vw;
    margin-bottom: -5.2083333333vw;
    padding: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes .s-box__content {
    top: -7.8125vw;
    margin-bottom: -7.8125vw;
    padding: 4.6875vw;
  }
}
.img-boxes .s-box__content .category {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.7291666667vw;
  margin: 0.46875vw 0 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.078125vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes .s-box__content .category {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
    letter-spacing: 0.234375vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes .s-box__content .category {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.1875vw;
    letter-spacing: 0.234375vw;
  }
}
.img-boxes .s-box__content .title {
  margin: 1.3020833333vw 0 0;
  line-height: 2.7604166667vw;
}
@media screen and (max-width: 767px) {
  .img-boxes .s-box__content .title {
    margin: 3.90625vw 0;
    line-height: 8.28125vw;
  }
}

.img-boxes-numbers {
  display: block;
}
.img-boxes-numbers__wrapper {
  width: 85.4vw;
  margin: 2.0833333333vw auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .img-boxes-numbers__wrapper {
    flex-direction: column;
  }
}
.img-boxes-numbers .s-box {
  flex: 1 0 33.33%;
  padding: 0 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-numbers .s-box {
    flex: 1 0 auto;
    padding: 0 0 8.3333333333vw;
  }
}
.img-boxes-numbers .s-box__img-wrapper {
  position: relative;
}
.img-boxes-numbers .s-box__ratio {
  height: 0%;
  padding-bottom: 133%;
}
.img-boxes-numbers .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-numbers .s-box__content {
  text-align: center;
  padding: 1.3020833333vw;
  background: #fff;
  position: relative;
  max-width: 81%;
  margin: 0 auto;
  top: -4.4270833333vw;
  margin-bottom: -4.4270833333vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-numbers .s-box__content {
    top: -8.8541666667vw;
    margin-bottom: -8.8541666667vw;
    padding: 2.6041666667vw;
  }
}
.img-boxes-numbers .s-box__content .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  margin: 9px 0 0;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-numbers .s-box__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-numbers .s-box__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }
}
.img-boxes-numbers .s-box__content .title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 4.6875vw;
  font-weight: 500;
  margin: 0;
  line-height: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-numbers .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.03125vw;
    line-height: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-numbers .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 9.375vw;
    line-height: 10.4166666667vw;
  }
}

.img-boxes-events {
  display: block;
  max-width: 88.5416666667vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-events {
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-events {
    margin-bottom: 6.518904824vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-events {
    margin-bottom: 5.2083333333vw;
  }
}
.img-boxes-events h2 {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .img-boxes-events .section__header {
    width: 75%;
    margin: 0;
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
  }
}
.main__content .img-boxes-events .section__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main__content .img-boxes-events .section__header {
    flex-direction: column;
    border-top: 1.875vw solid;
    padding-top: 6.25vw;
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__content .img-boxes-events .section__header {
    border-top: 0.7822685789vw solid;
    padding-top: 2.6075619296vw;
    margin-bottom: 6.518904824vw;
  }
}
@media screen and (min-width: 1024px) {
  .main__content .img-boxes-events .section__header {
    border-top: 0.3125vw solid;
    padding-top: 1.0416666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.main__content .img-boxes-events .section__header h3 {
  margin: 0;
}
.main__content .img-boxes-events .section__header a {
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .main__content .img-boxes-events .section__header a {
    font-family: "Open Sans";
    font-weight: 700;
    letter-spacing: 0.15625vw;
    margin-right: 10.4166666667vw;
  }
}
.img-boxes-events .section__header:not(.home-events) {
  margin: 0 auto;
}
.img-boxes-events .section__header:not(.home-events) h3 {
  position: relative;
  line-height: 1.1;
  text-align: center;
  margin: 3.3854166667vw auto 7.8125vw;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.img-boxes-events .section__header:not(.home-events) h3::after {
  position: absolute;
  content: "";
  background: var(--theme-color-charlie);
  left: 0;
  bottom: -0.2083333333vw;
  width: 100%;
  height: 0.2604166667vw;
}
.img-boxes-events .slick-arrow {
  color: #000;
  border: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.img-boxes-events .slick-arrow .svg-ico-play {
  display: block;
  transform-origin: 50% 50%;
}
.img-boxes-events .slick-prev {
  right: 3.28125vw;
}
.img-boxes-events .slick-prev .svg-ico-play {
  transform: rotate(180deg);
}
.img-boxes-events .slick-next {
  right: 0;
}
.img-boxes-events .slick-next .svg-ico-play {
  transform: rotate(360deg);
}
.img-boxes-events__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.img-boxes-events__wrapper.centered {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .img-boxes-events__wrapper {
    flex-direction: column;
  }
}
.img-boxes-events__wrapper--title {
  justify-content: space-between;
  align-items: center;
}
.img-boxes-events__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5625vw;
  width: 100%;
}
.img-boxes-events .s-box {
  flex: 0 0 25%;
  padding: 0.625vw 0.390625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box {
    flex: 0 0 50%;
    padding: 4.1666666667vw 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box {
    flex: 0 0 auto;
    padding: 6.25vw 0;
  }
}
.main__content .img-boxes-events .s-box {
  flex: 0 0 33.33%;
}
@media screen and (max-width: 767px) {
  .filter_events ~ .img-boxes-events .s-box {
    padding-bottom: 11.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filter_events ~ .img-boxes-events .s-box {
    padding-bottom: 9.9087353325vw;
  }
}
@media screen and (min-width: 1024px) {
  .filter_events ~ .img-boxes-events .s-box {
    padding-bottom: 3.9583333333vw;
  }
}
.img-boxes-events .s-box__img-wrapper {
  position: relative;
  overflow: hidden;
}
.img-boxes-events .s-box__img-wrapper .category {
  max-width: 90%;
  text-transform: uppercase;
  position: absolute;
  top: 0.6770833333vw;
  margin: 0;
  letter-spacing: 0.0770833333vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  font-family: "Open Sans";
  color: #fff;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__img-wrapper .category {
    top: 1.3541666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: #fff;
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__img-wrapper .category {
    top: 2.7083333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: #fff;
    font-size: 2.9166666667vw;
  }
}
.img-boxes-events .s-box__ratio {
  height: 0%;
  padding-bottom: 61%;
}
.img-boxes-events .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-events .s-box__date {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0.78125vw 0.46875vw 0.46875vw;
  background: #fff;
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  top: -3.1770833333vw;
  margin-bottom: -3.1770833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__date {
    padding: 1.5625vw 0.9375vw 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__date {
    top: -5.2083333333vw;
    margin-bottom: -5.2083333333vw;
    padding: 2.34375vw 1.40625vw 1.40625vw;
  }
}
.img-boxes-events .s-box__date .number, .img-boxes-events .s-box__date .date__number {
  flex: 0 0 40%;
  display: inline-block;
  margin: 0;
  padding: 0 0.78125vw 0 0;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__date .number, .img-boxes-events .s-box__date .date__number {
    padding: 0 1.5625vw 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__date .number, .img-boxes-events .s-box__date .date__number {
    padding: 0 2.34375vw 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
}
.img-boxes-events .s-box__date .number.multi, .img-boxes-events .s-box__date .date__number.multi {
  flex: 0 0 20%;
  padding: 0 0.4166666667vw;
}
.img-boxes-events .s-box__date .text, .img-boxes-events .s-box__date .date__text {
  flex: 0 0 40%;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.46875vw;
  line-height: 0.8333333333vw;
  font-weight: 800;
  letter-spacing: 0.0770833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__date .text, .img-boxes-events .s-box__date .date__text {
    padding-bottom: 0.9375vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__date .text, .img-boxes-events .s-box__date .date__text {
    padding-bottom: 1.40625vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
  }
}
.img-boxes-events .s-box__date .text.multi, .img-boxes-events .s-box__date .date__text.multi {
  flex: 0 0 30%;
  align-self: center;
  padding-bottom: 0;
}
.img-boxes-events .s-box__date .text.multi:first-child, .img-boxes-events .s-box__date .date__text.multi:first-child {
  text-align: right;
}
.img-boxes-events .s-box__description {
  text-align: center;
  padding: 3.3854166667vw 0 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__description {
    padding: 6.7708333333vw 0 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__description {
    padding: 10.15625vw 0 2.1875vw;
  }
}
.img-boxes-events .s-box__description .title {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  line-height: 2.1875vw;
  font-weight: 600;
  letter-spacing: 0.0520833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__description .title {
    line-height: 4.375vw;
    letter-spacing: 0.1041666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__description .title {
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
.img-boxes-events .s-box__description .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__description .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__description .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.img-boxes-events .s-box__description .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__description .link::after {
    bottom: -1.25vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-events .s-box__description .link::after {
    bottom: -0.5215123859vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-events .s-box__description .link::after {
    bottom: -0.2083333333vw;
    height: 0.1041666667vw;
  }
}
.img-boxes-events .s-box__description .link:hover::after {
  background: var(--theme-color-charlie);
}
.img-boxes-events .s-box__details {
  padding: 0.78125vw 0 2.6041666667vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__details {
    padding: 1.5625vw 0 5.2083333333vw;
    line-height: 3.125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__details {
    padding: 2.34375vw 0 7.8125vw;
    line-height: 4.6875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.img-boxes-events .s-box__details .time {
  display: inline-block;
  position: relative;
  padding-right: 1.5625vw;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__details .time {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__details .time {
    padding-right: 4.6875vw;
  }
}
.img-boxes-events .s-box__details .time::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 0;
  width: 1.5625vw;
  height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events .s-box__details .time::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events .s-box__details .time::after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
.img-boxes-events .s-box__details .time__noAfter::after {
  content: "";
}
.img-boxes-events .s-box__details .place {
  margin: 0;
  display: inline-block;
}

.page-id-560 .img-boxes-events__wrapper.centered {
  justify-content: flex-start;
}
.img-boxes-events-featured {
  display: block;
}
.img-boxes-events-featured__wrapper {
  width: 90.5vw;
  margin: 40px auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured__wrapper {
    flex-direction: column;
  }
}
.img-boxes-events-featured__title {
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .img-boxes-events-featured__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-events-featured__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured__title {
    font-size: 10vw;
  }
}
.img-boxes-events-featured .s-box {
  flex: 0 0 50%;
  padding: 1.0416666667vw 0.8854166667vw 6.4583333333vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box {
    flex: 0 0 auto;
    padding: 3.125vw 0 7.8125vw;
  }
}
.img-boxes-events-featured .s-box__img-wrapper {
  position: relative;
}
.img-boxes-events-featured .s-box__img-wrapper .date {
  min-width: 6.25vw;
  min-height: 6.5625vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: 3.3854166667vw;
  padding: 0.78125vw 0.46875vw 1.0416666667vw 1.25vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__img-wrapper .date {
    padding: 1.5625vw 0.9375vw 2.0833333333vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__img-wrapper .date {
    padding: 2.34375vw 1.40625vw 3.125vw 3.75vw;
  }
}
.img-boxes-events-featured .s-box__img-wrapper .date__number {
  display: block;
  margin: 0 auto;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__img-wrapper .date__number {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__img-wrapper .date__number {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
}
.img-boxes-events-featured .s-box__img-wrapper .date__text {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  line-height: 0.8333333333vw;
  font-weight: 800;
  padding-top: 8px;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__img-wrapper .date__text {
    line-height: 1.6666666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__img-wrapper .date__text {
    line-height: 3.3333333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
  }
}
.img-boxes-events-featured .s-box__ratio {
  height: 0%;
  padding-bottom: 62%;
}
.img-boxes-events-featured .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-events-featured .s-box__description {
  background: #fff;
  position: relative;
  max-width: 93%;
  margin: 0 auto;
  top: -5.9895833333vw;
  margin-bottom: -5.9895833333vw;
  padding: 2.34375vw 2.0833333333vw 0.7291666667vw;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__description {
    flex-direction: column;
    top: -11.9791666667vw;
    margin-bottom: -11.9791666667vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__description {
    text-align: center;
    top: -17.96875vw;
    margin-bottom: -17.96875vw;
    padding: 7.03125vw 6.25vw 2.1875vw;
  }
}
.img-boxes-events-featured .s-box__description .title {
  flex: 0 0 50%;
  margin: 0;
  line-height: 2.6041666667vw;
  font-weight: 600;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__description .title {
    flex: 0 0 auto;
    padding: 0 0 1.0416666667vw;
    line-height: 5.2083333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__description .title {
    line-height: 7.8125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.5vw;
  }
}
.img-boxes-events-featured .s-box__description .description-right {
  flex: 0 0 50%;
  padding-left: 0.5729166667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__description .description-right {
    flex: 0 0 auto;
    padding-left: 1.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__description .description-right {
    padding-left: 1.71875vw;
  }
}
.img-boxes-events-featured .s-box__description .description-right .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__description .description-right .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__description .description-right .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.img-boxes-events-featured .s-box__description .description-right .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  width: 100%;
  text-align: center;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__description .description-right .link::after {
    bottom: -1.25vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__description .description-right .link::after {
    bottom: -0.5215123859vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-events-featured .s-box__description .description-right .link::after {
    bottom: -0.2083333333vw;
    height: 0.1041666667vw;
  }
}
.img-boxes-events-featured .s-box__description .description-right .link:hover::after {
  background: var(--theme-color-charlie);
}
.img-boxes-events-featured .s-box__details {
  padding: 0 0 1.8229166667vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__details {
    padding: 0 0 3.6458333333vw;
    line-height: 3.125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__details {
    line-height: 4.6875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    padding: 2.34375vw 0 7.8125vw;
  }
}
.img-boxes-events-featured .s-box__details .time {
  display: inline-block;
  position: relative;
  padding-right: 1.5625vw;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__details .time {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__details .time {
    padding-right: 4.6875vw;
  }
}
.img-boxes-events-featured .s-box__details .time::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .img-boxes-events-featured .s-box__details .time::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-events-featured .s-box__details .time::after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
.img-boxes-events-featured .s-box__details .place {
  margin: 0;
  display: inline-block;
}

.img-boxes-news {
  display: block;
}
.img-boxes-news__wrapper {
  width: 70.8vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news__wrapper {
    width: 88.3vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news__wrapper {
    flex-direction: column;
    display: block;
  }
}
.main__content .img-boxes-news__wrapper {
  width: 100%;
}
.img-boxes-news .section__header {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .img-boxes-news .section__header {
    width: 70.8vw;
    padding-left: 1.1197916667vw;
    padding-right: 1.1197916667vw;
  }
}
.main__content .img-boxes-news .section__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main__content .img-boxes-news .section__header {
    flex-direction: column;
    border-top: 1.875vw solid;
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__content .img-boxes-news .section__header {
    border-top: 0.7822685789vw solid;
    padding-top: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .main__content .img-boxes-news .section__header {
    border-top: 0.3125vw solid;
    padding-top: 1.0416666667vw;
  }
}
.main__content .img-boxes-news .section__header h3 {
  margin: 0;
}
.main__content .img-boxes-news .section__header a {
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .main__content .img-boxes-news .section__header a {
    font-family: "Open Sans";
    font-weight: 700;
    letter-spacing: 0.15625vw;
    margin-right: 10.4166666667vw;
  }
}
.img-boxes-news .section__header h3 {
  position: relative;
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  line-height: 1.1;
  text-align: center;
  margin: 3.3854166667vw auto 0.5208333333vw;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .img-boxes-news .section__header h3 {
    margin: 12.5vw auto 12.5vw;
  }
}
@media screen and (max-width: 480px) {
  .img-boxes-news .section__header h3 {
    font-size: 10vw;
  }
}
.img-boxes-news .s-box {
  flex: 0 0 33.33%;
  padding: 0 1.1197916667vw 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box {
    flex: 0 0 50%;
    padding: 4.1666666667vw 2.2395833333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box {
    flex: 0 0 auto;
    padding: 6.25vw 0;
  }
}
.main__content .img-boxes-news .s-box {
  padding-left: 0.390625vw;
  padding-right: 0.390625vw;
}
@media screen and (max-width: 1023px) {
  .main__content .img-boxes-news .s-box {
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .main__content .img-boxes-news .s-box {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
.img-boxes-news .s-box__img-wrapper {
  position: relative;
}
.img-boxes-news .s-box__ratio {
  height: 0%;
  padding-bottom: 61%;
}
.img-boxes-news .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-news .s-box__date {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0.78125vw 0.46875vw 0.46875vw;
  background: #fff;
  position: relative;
  max-width: 53%;
  margin: 0 auto;
  top: -3.1770833333vw;
  margin-bottom: -3.1770833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__date {
    padding: 1.5625vw 0.9375vw 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__date {
    top: -5.2083333333vw;
    margin-bottom: -5.2083333333vw;
    padding: 2.34375vw 1.40625vw 1.40625vw;
  }
}
.img-boxes-news .s-box__date .number {
  flex: 0 0 40%;
  display: inline-block;
  margin: 0;
  padding: 0 0.78125vw 0 0;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__date .number {
    padding: 0 1.5625vw 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__date .number {
    padding: 0 2.34375vw 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
}
.img-boxes-news .s-box__date .text {
  flex: 0 0 40%;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.46875vw;
  line-height: 0.8333333333vw;
  font-weight: 800;
  letter-spacing: 0.0770833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__date .text {
    padding-bottom: 0.9375vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__date .text {
    padding-bottom: 1.40625vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
  }
}
.img-boxes-news .s-box__description {
  text-align: center;
  padding: 1.40625vw 0 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__description {
    padding: 2.8125vw 0 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__description {
    padding: 4.21875vw 0 2.1875vw;
  }
}
.img-boxes-news .s-box__description .category {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.0770833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__description .category {
    top: 1.3541666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__description .category {
    top: 2.7083333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
  }
}
.img-boxes-news .s-box__description .title {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  line-height: 2.1875vw;
  font-weight: 600;
  letter-spacing: 0.0520833333vw;
  padding: 1.0416666667vw 0 1.8229166667vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__description .title {
    line-height: 4.375vw;
    letter-spacing: 0.1041666667vw;
    padding: 2.0833333333vw 0 3.6458333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__description .title {
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
    padding: 3.125vw 0 5.46875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
.img-boxes-news .s-box__description .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .img-boxes-news .s-box__description .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-news .s-box__description .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.img-boxes-news .s-box__description .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
.img-boxes-news .s-box__description .link:hover::after {
  background: var(--theme-color-charlie);
}
.img-boxes-news__link-wrapper {
  width: 100%;
  text-align: center;
  padding: 3.90625vw 0;
  max-width: 88.5416666667vw;
  margin: 0 auto;
}
.img-boxes-news__link-wrapper .link {
  min-width: 16%;
}

.img-boxes-double-img-f {
  display: block;
}
.img-boxes-double-img-f__title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0 0 2.6041666667vw;
  line-height: 3.6458333333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f__title {
    font-size: 8.3441981747vw;
    line-height: 9.1264667536vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f__title {
    font-size: 10vw;
    line-height: 12.5vw;
    padding-bottom: 6.25vw;
  }
}
.img-boxes-double-img-f__wrapper {
  width: 86vw;
  margin: 2.0833333333vw auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f__wrapper {
    flex-direction: column;
  }
}
.img-boxes-double-img-f .s-box {
  flex: 0 0 33.33%;
  padding: 0 0.78125vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f .s-box {
    flex: 0 0 auto;
    padding: 0 0 40px;
  }
}
.img-boxes-double-img-f .s-box__wrapper {
  position: relative;
}
.img-boxes-double-img-f .s-box__img-wrapper {
  position: relative;
}
.img-boxes-double-img-f .s-box__ratio {
  height: 0%;
  padding-bottom: 134%;
}
.img-boxes-double-img-f .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-double-img-f .s-box__bg-img-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.img-boxes-double-img-f .s-box__bg-ratio {
  height: 0%;
  padding-bottom: 107%;
}
.img-boxes-double-img-f .s-box__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-double-img-f .s-box__photo-content {
  position: relative;
  padding: 0 2.1875vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f .s-box__photo-content {
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f .s-box__photo-content {
    padding: 0 4.375vw;
  }
}
.img-boxes-double-img-f .s-box__content {
  text-align: center;
  padding: 1.6666666667vw;
  background: #fff;
  position: relative;
  max-width: 77%;
  margin: 2.0833333333vw auto;
  top: -5.5729166667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f .s-box__content {
    top: -11.1458333333vw;
    max-width: 85%;
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f .s-box__content {
    top: -16.71875vw;
    padding: 3.125vw;
  }
}
.img-boxes-double-img-f .s-box__content .course,
.img-boxes-double-img-f .s-box__content .yearbook {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.9375vw;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f .s-box__content .course,
  .img-boxes-double-img-f .s-box__content .yearbook {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f .s-box__content .course,
  .img-boxes-double-img-f .s-box__content .yearbook {
    font-size: 2.8125vw;
    letter-spacing: 0.1541666667vw;
  }
}
.img-boxes-double-img-f .s-box__content .title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.5625vw;
  margin: 0.15625vw 0 0.3645833333vw;
  line-height: 2.1875vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f .s-box__content .title {
    font-size: 3.125vw;
    margin: 0.3125vw 0 0.7291666667vw;
    line-height: 3.259452412vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f .s-box__content .title {
    font-size: 4.6875vw;
    margin: 0.46875vw 0 1.09375vw;
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
  }
}

.img-boxes-double-img {
  display: block;
}
.img-boxes-double-img__wrapper {
  width: 84vw;
  margin: 2.0833333333vw auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.img-boxes-double-img__title {
  font-family: "Open Sans";
  font-size: 4.6875vw;
  font-weight: 500;
  margin-top: 7.5520833333vw;
  margin-bottom: 5.2083333333vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__title {
    font-size: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__title {
    font-size: 8.3441981747vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img__title {
    line-height: 3.6458333333vw;
  }
}
.img-boxes-double-img .grid-s-box {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.img-boxes-double-img .grid-s-box .s-box {
  flex: 0 0 25%;
  padding: 0.3020833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box .s-box {
    flex: 0 0 33.33%;
    padding: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box .s-box {
    flex: 0 0 100%;
    padding: 0 0 12.5vw;
  }
}
.img-boxes-double-img .grid-s-box .s-box__wrapper {
  position: relative;
}
.img-boxes-double-img .grid-s-box .s-box__img-wrapper {
  position: relative;
}
.img-boxes-double-img .grid-s-box .s-box__ratio {
  height: 0%;
  padding-bottom: 118%;
}
.img-boxes-double-img .grid-s-box .s-box__ratio-staff {
  height: 0%;
  padding-bottom: 125.5%;
}
.img-boxes-double-img .grid-s-box .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-double-img .grid-s-box .s-box__bg-img-wrapper {
  position: relative;
}
.img-boxes-double-img .grid-s-box .s-box__bg-ratio {
  height: 0%;
  padding-bottom: 38%;
}
.img-boxes-double-img .grid-s-box .s-box__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-double-img .grid-s-box .s-box__photo-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.8229166667vw 1.71875vw;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box .s-box__photo-content {
    padding: 3.6458333333vw 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box .s-box__photo-content {
    bottom: 13%;
    padding: 4.375vw;
  }
}
.img-boxes-double-img .grid-s-box .s-box__content {
  text-align: center;
  padding: 0.8333333333vw;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box .s-box__content {
    padding: 1.6666666667vw;
  }
}
.img-boxes-double-img .grid-s-box .s-box__content .course,
.img-boxes-double-img .grid-s-box .s-box__content .yearbook {
  text-align: center;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box .s-box__content .course,
  .img-boxes-double-img .grid-s-box .s-box__content .yearbook {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box .s-box__content .course,
  .img-boxes-double-img .grid-s-box .s-box__content .yearbook {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.8125vw;
  }
}
.img-boxes-double-img .grid-s-box .s-box__content .title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  margin: 0.15625vw 0 0.3645833333vw;
  line-height: 2.1875vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.4771838331vw;
    line-height: 3.259452412vw;
    margin: 0.3125vw 0 0.7291666667vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    margin: 0.46875vw 0 1.09375vw;
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box {
  flex: 0 0 33.33%;
  padding: 0.3020833333vw 0.3020833333vw 5.7291666667vw 0.3020833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box {
    flex: 0 0 50%;
    padding: 0.78125vw 0.78125vw 10.4166666667vw 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box {
    flex: 0 0 100%;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__wrapper {
  display: flex;
  align-items: flex-start;
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__img-wrapper {
  flex: 0 0 23%;
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__ratio {
  padding-bottom: 135%;
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__bg-img {
  display: none;
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__photo-content {
  order: 1;
  flex: 0 0 77%;
  position: static;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__photo-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__photo-content {
    padding: 0;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__content {
  text-align: left;
  padding: 0 1.1979166667vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content {
    padding: 0 2.3958333333vw;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__content .course,
.img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
  order: 1;
  flex: 0 0 auto;
  text-align: left;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .course,
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .course,
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.1875vw;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
  position: relative;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
    padding-right: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
    padding-right: 1.0416666667vw;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook::after {
  position: absolute;
  top: 0;
  content: "/";
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook::after {
    right: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook::after {
    right: 0.9126466754vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook::after {
    right: 0.3645833333vw;
  }
}
.img-boxes-double-img .grid-s-box.cols-3 .s-box__content .title {
  order: 2;
  flex: 0 0 100%;
  text-transform: none;
  text-align: left;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
  font-weight: 400;
  margin: 1.3020833333vw 0 0;
  line-height: 2.8125vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    line-height: 4.21875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.5vw;
    line-height: 8.4375vw;
  }
}
.img-boxes-double-img__upper {
  flex: 0 0 100%;
  padding: 0 0 0 0.3020833333vw;
}
.img-boxes-double-img__title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0;
  line-height: 3.6458333333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.46875vw;
  }
}
.img-boxes-double-img__class-year {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  margin: 0 0 3.4895833333vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img__class-year {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__class-year {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.8125vw;
  }
}
.img-boxes-double-img__filters {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img__filters {
    padding: 5.46875vw 0 7.2916666667vw;
  }
}
.img-boxes-double-img__filters {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.078125vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img__filters {
    letter-spacing: 0.15625vw;
    padding: 5.46875vw 0 7.2916666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__filters {
    flex-direction: column;
    letter-spacing: 0.234375vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
    padding: 0 0 7.2916666667vw;
  }
}
.img-boxes-double-img__filters .fields-wrapper {
  padding: 0 1.3020833333vw 0 0;
}
.img-boxes-double-img__filters .fields-wrapper:last-child {
  padding: 0;
}
.img-boxes-double-img__filters .fields-wrapper select,
.img-boxes-double-img__filters .fields-wrapper input {
  padding: 0.2083333333vw 1.5625vw 0.2083333333vw 0;
  width: 100%;
  max-width: 100%;
  border: 0;
  color: var(--theme-color-alpha);
  border-bottom: 2px solid var(--theme-color-alpha);
  border-radius: 0 !important;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  background-color: #fff;
  display: block;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.0416666667vw auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.img-boxes-double-img__filters .fields-wrapper select::-ms-expand,
.img-boxes-double-img__filters .fields-wrapper input::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__filters .fields-wrapper select,
  .img-boxes-double-img__filters .fields-wrapper input {
    width: 100%;
    padding: 1.5625vw 9.375vw 1.5625vw 0;
    border-width: 0.625vw;
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.75vw;
    background-size: 6.25vw 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__filters .fields-wrapper select,
  .img-boxes-double-img__filters .fields-wrapper input {
    padding: 0.6518904824vw 3.9113428944vw 0.6518904824vw 0;
    border-width: 0.260756193vw;
    font-size: 1.5645371578vw;
    line-height: 1.8252933507vw;
    margin-left: 0.7822685789vw;
    margin-right: 0.7822685789vw;
    margin-bottom: 1.5645371578vw;
    background-size: 2.6075619296vw 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img__filters .fields-wrapper select,
  .img-boxes-double-img__filters .fields-wrapper input {
    letter-spacing: 0.0520833333vw;
  }
}
.img-boxes-double-img__filters .fields-wrapper.year {
  flex: 0 0 15.5%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__filters .fields-wrapper.year {
    flex: 0 0 25%;
  }
}
.img-boxes-double-img__filters .fields-wrapper.department {
  flex: 0 0 15%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__filters .fields-wrapper.department {
    flex: 0 0 25%;
  }
}
.img-boxes-double-img__filters .fields-wrapper.search {
  flex: 0 0 46%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__filters .fields-wrapper.search {
    flex: 0 0 35%;
  }
}
.img-boxes-double-img__filters .fields-wrapper.search input {
  color: var(--theme-color-alpha);
  background-image: none;
  background-repeat: no-repeat;
  background-position: 100% 0px;
  background-size: auto 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__filters .fields-wrapper.search input {
    background-size: 5.625vw 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__filters .fields-wrapper.search input {
    background-size: 2.3468057366vw 2.3468057366vw;
  }
}
.img-boxes-double-img__filters .fields-wrapper.search input::-moz-placeholder {
  color: var(--theme-color-alpha);
  opacity: 1;
}
.img-boxes-double-img__filters .fields-wrapper.search input::placeholder {
  color: var(--theme-color-alpha);
  opacity: 1;
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons {
  flex: 1 0 10%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__filters .fields-wrapper.view-buttons {
    justify-content: flex-start;
  }
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons input {
  border: none;
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons .btn {
  width: 27px;
  height: 27px;
  opacity: 0.5;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  outline: none;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img__filters .fields-wrapper.view-buttons .btn {
    width: 8.4375vw;
    height: 8.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img__filters .fields-wrapper.view-buttons .btn {
    width: 3.520208605vw;
    height: 3.520208605vw;
  }
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons .btn svg {
  max-width: 100%;
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons .btn:last-child {
  margin: 0 0 0 2.5vw;
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons .btn.active {
  opacity: 1;
}
.img-boxes-double-img__filters .fields-wrapper.view-buttons .btn:hover {
  color: var(--theme-color-charlie);
}
.img-boxes-double-img__link-wrapper {
  width: 100%;
  text-align: center;
  padding: 3.90625vw 0;
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img__link-wrapper .link {
    padding: 1.1979166667vw 1.1458333333vw 1.1458333333vw;
    min-width: 16%;
  }
}

.extension-class-list {
  display: block;
  max-width: 88.5416666667vw;
}
@media screen and (max-width: 767px) {
  .extension-class-list {
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .extension-class-list {
    margin-bottom: 6.518904824vw;
  }
}
@media screen and (min-width: 1024px) {
  .extension-class-list {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .single-cornish_programs .extension-class-list .section__header {
    width: 75%;
    margin: 0;
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
  }
}
.main__content .extension-class-list .section__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main__content .extension-class-list .section__header {
    flex-direction: column;
    border-top: 1.875vw solid;
    padding-top: 6.25vw;
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__content .extension-class-list .section__header {
    border-top: 0.7822685789vw solid;
    padding-top: 2.6075619296vw;
    margin-bottom: 6.518904824vw;
  }
}
@media screen and (min-width: 1024px) {
  .main__content .extension-class-list .section__header {
    border-top: 0.3125vw solid;
    padding-top: 1.0416666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.main__content .extension-class-list .section__header h3 {
  margin: 0;
}
.main__content .extension-class-list .section__header a {
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .main__content .extension-class-list .section__header a {
    font-family: "Open Sans";
    font-weight: 700;
    letter-spacing: 0.15625vw;
    margin-right: 10.4166666667vw;
  }
}
.extension-class-list .section__header:not(.home-events) {
  margin: 0 auto;
}
.extension-class-list .section__header:not(.home-events) h3 {
  position: relative;
  line-height: 1.1;
  text-align: center;
  margin: 3.3854166667vw auto 7.8125vw;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.extension-class-list .section__header:not(.home-events) h3::after {
  position: absolute;
  content: "";
  background: var(--theme-color-charlie);
  left: 0;
  bottom: -0.2083333333vw;
  width: 100%;
  height: 0.2604166667vw;
}
.extension-class-list .slick-arrow {
  color: #000;
  border: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.extension-class-list .slick-arrow .svg-ico-play {
  display: block;
  transform-origin: 50% 50%;
}
.extension-class-list .slick-prev {
  right: 3.28125vw;
}
.extension-class-list .slick-prev .svg-ico-play {
  transform: rotate(180deg);
}
.extension-class-list .slick-next {
  right: 0;
}
.extension-class-list .slick-next .svg-ico-play {
  transform: rotate(360deg);
}
.extension-class-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.extension-class-list__wrapper.centered {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .extension-class-list__wrapper {
    flex-direction: column;
  }
}
.extension-class-list__wrapper--title {
  justify-content: space-between;
  align-items: center;
}
.extension-class-list__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5.2083333333vw;
  width: 100%;
}
.extension-class-list .s-box {
  flex: 0 0 28%;
  padding: 0.625vw 0.390625vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box {
    flex: 0 0 50%;
    padding: 4.1666666667vw 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box {
    flex: 0 0 auto;
    padding: 6.25vw 0;
  }
}
.main__content .extension-class-list .s-box {
  flex: 0 0 33.33%;
}
@media screen and (max-width: 767px) {
  .filter_events ~ .extension-class-list .s-box {
    padding-bottom: 11.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filter_events ~ .extension-class-list .s-box {
    padding-bottom: 9.9087353325vw;
  }
}
@media screen and (min-width: 1024px) {
  .filter_events ~ .extension-class-list .s-box {
    padding-bottom: 3.9583333333vw;
  }
}
.extension-class-list .s-box__img-wrapper {
  position: relative;
  overflow: hidden;
}
.extension-class-list .s-box__img-wrapper .category {
  max-width: 90%;
  text-transform: uppercase;
  position: absolute;
  top: 0.6770833333vw;
  margin: 0;
  letter-spacing: 0.0770833333vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  font-family: "Open Sans";
  color: #fff;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__img-wrapper .category {
    top: 1.3541666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: #fff;
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__img-wrapper .category {
    top: 2.7083333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: #fff;
    font-size: 2.9166666667vw;
  }
}
.extension-class-list .s-box__ratio {
  height: 0%;
  padding-bottom: 61%;
}
.extension-class-list .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.extension-class-list .s-box__date {
  padding: 0.78125vw 0.46875vw 0.46875vw;
  background: #fff;
  position: relative;
  max-width: 53%;
  margin: 0 auto;
  top: -3.1770833333vw;
  margin-bottom: -3.1770833333vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__date {
    padding: 1.5625vw 0.9375vw 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__date {
    top: -5.2083333333vw;
    margin-bottom: -5.2083333333vw;
    padding: 2.34375vw 1.40625vw 1.40625vw;
  }
}
.extension-class-list .s-box__date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.extension-class-list .s-box__date .number {
  flex: 0 0 20%;
  display: inline-block;
  margin: 0;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__date .number {
    padding: 0 1.5625vw 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__date .number {
    padding: 0 2.34375vw 0 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
}
.extension-class-list .s-box__date .text {
  flex: 0 0 30%;
  text-align: left;
}
.extension-class-list .s-box__date .text:first-child {
  text-align: right;
}
.extension-class-list .s-box__date .text {
  display: inline-block;
  text-transform: uppercase;
  line-height: 0.8333333333vw;
  font-weight: 800;
  letter-spacing: 0.0770833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__date .text {
    padding-bottom: 0.9375vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__date .text {
    padding-bottom: 1.40625vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
  }
}
.extension-class-list .s-box__description {
  text-align: center;
  padding: 0.7291666667vw 0 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__description {
    padding: 6.7708333333vw 0 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__description {
    padding: 10.15625vw 0 2.1875vw;
  }
}
.extension-class-list .s-box__description .title {
  margin: 0;
  text-align: center;
  line-height: 2.1875vw;
  font-weight: 600;
  letter-spacing: 0.0520833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__description .title {
    line-height: 4.375vw;
    letter-spacing: 0.1041666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__description .title {
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
.extension-class-list .s-box__description .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__description .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__description .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.extension-class-list .s-box__description .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__description .link::after {
    bottom: -1.25vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .extension-class-list .s-box__description .link::after {
    bottom: -0.5215123859vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .extension-class-list .s-box__description .link::after {
    bottom: -0.2083333333vw;
    height: 0.1041666667vw;
  }
}
.extension-class-list .s-box__description .link:hover::after {
  background: var(--theme-color-charlie);
}
.extension-class-list .s-box__details {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__details {
    padding: 1.5625vw 0 5.2083333333vw;
    line-height: 3.125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__details {
    padding: 2.34375vw 0 7.8125vw;
    line-height: 4.6875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.extension-class-list .s-box__details .time {
  display: inline-block;
  position: relative;
  padding-right: 1.5625vw;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__details .time {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__details .time {
    padding-right: 4.6875vw;
  }
}
.extension-class-list .s-box__details .time::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 0;
  width: 1.5625vw;
  height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .extension-class-list .s-box__details .time::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .extension-class-list .s-box__details .time::after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
.extension-class-list .s-box__details .time__noAfter::after {
  content: "";
}
.extension-class-list .s-box__details .place {
  margin: 0;
  display: inline-block;
}

.page-id-560 .img-boxes-events__wrapper.centered {
  justify-content: flex-start;
}
.alumni_highlight {
  display: block;
}
.alumni_highlight__wrapper {
  width: 76vw;
  margin: 2.0833333333vw auto;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight__wrapper {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight__wrapper {
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
  }
}
.alumni_highlight .s-box {
  flex: 0 0 44%;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .s-box {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .s-box {
    flex: 0 0 auto;
  }
}
.alumni_highlight .s-box__wrapper {
  position: relative;
}
.alumni_highlight .s-box__img-wrapper {
  position: relative;
}
.alumni_highlight .s-box__ratio {
  height: 0%;
  padding-bottom: 133%;
}
.alumni_highlight .s-box__img {
  position: absolute;
  top: 3.0208333333vw;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.alumni_highlight .s-box__bg-img-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.alumni_highlight .s-box__bg-ratio {
  height: 0%;
  padding-bottom: 96%;
}
.alumni_highlight .s-box__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.alumni_highlight .s-box__photo-content {
  position: relative;
  padding: 0 3.28125vw;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .s-box__photo-content {
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .s-box__photo-content {
    padding: 0 4.375vw;
  }
}
.alumni_highlight .s-box__content {
  text-align: center;
  padding: 1.25vw 1.8229166667vw;
  background: #fff;
  position: relative;
  max-width: 81%;
  margin: 2.0833333333vw auto;
  top: -3.6458333333vw;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .s-box__content {
    top: -7.2916666667vw;
    max-width: 85%;
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .s-box__content {
    top: -10.9375vw;
    padding: 3.125vw;
  }
}
.alumni_highlight .s-box__content .course {
  text-align: center;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .s-box__content .course {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .s-box__content .course {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.8125vw;
    letter-spacing: 0.1541666667vw;
  }
}
.alumni_highlight .s-box__content .position {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  padding: 0 0.5208333333vw 2.7083333333vw;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .s-box__content .position {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    padding: 0 1.0416666667vw 5.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .s-box__content .position {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
    padding: 0 1.5625vw 8.125vw;
  }
}
.alumni_highlight .s-box__content .title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  margin: 0.15625vw 0 0.3645833333vw;
  line-height: 2.1875vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    margin: 0.3125vw 0 0.7291666667vw;
    line-height: 4.375vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .s-box__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    margin: 0.46875vw 0 1.09375vw;
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
  }
}
.alumni_highlight .main-content {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5.46875vw;
}
@media screen and (max-width: 767px) {
  .alumni_highlight .main-content {
    flex: 0 0 auto;
    padding: 40px 0;
  }
}
.alumni_highlight .main-content__title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  line-height: 3.6458333333vw;
  font-weight: 500;
  margin: 0;
  padding: 0 0 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .main-content__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 6.6666666667vw;
    line-height: 7.2916666667vw;
    padding: 0 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .main-content__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 8.3333333333vw;
    line-height: 9.1145833333vw;
    padding: 0 0 4.6875vw;
  }
}
.alumni_highlight .main-content__descripton {
  font-family: "Open Sans";
  font-size: 1.25vw;
  line-height: 1.5625vw;
  padding: 0 0 5.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .main-content__descripton {
    font-size: 2.5vw;
    line-height: 3.125vw;
    padding: 0 0 11.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .main-content__descripton {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .alumni_highlight .main-content__descripton {
    font-size: 5vw;
    line-height: 1.25;
  }
}
.alumni_highlight .main-content__link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .alumni_highlight .main-content__link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .alumni_highlight .main-content__link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.alumni_highlight .main-content__link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
.alumni_highlight .main-content__link:hover::after {
  background: var(--theme-color-charlie);
}

@media screen and (max-width: 767px) {
  .section_link_list_with_changing_images_on_the_right {
    margin-bottom: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_link_list_with_changing_images_on_the_right {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_link_list_with_changing_images_on_the_right {
    padding-top: 0.5208333333vw;
    max-width: 88.2291666667vw;
    margin-bottom: 0.5208333333vw;
  }
}

.link_list_with_changing_images_on_the_right {
  position: relative;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .link_list_with_changing_images_on_the_right {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right {
    font-size: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right {
    font-size: 1.5625vw;
    min-height: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .link_list_with_changing_images_on_the_right h2 {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right h2 {
    margin-bottom: 2.3468057366vw;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right h2 {
    margin-bottom: 1.3541666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right .image {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .image {
    position: absolute;
    top: -2.1875vw;
    right: 2.5vw;
    width: 46.09375vw;
    height: 31.71875vw;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right.actually_single .image {
    right: 15.625vw;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .image__hoverable {
    background-color: var(--theme-color-bravo);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s var(--theme-transition-timing), opacity 0.5s var(--theme-transition-timing);
    will-change: visibility, opacity;
  }
}
.link_list_with_changing_images_on_the_right .list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .link_list_with_changing_images_on_the_right .list {
    margin-bottom: 7.8125vw;
    -moz-columns: 2;
    columns: 2;
  }
}
@media screen and (max-width: 480px) {
  .link_list_with_changing_images_on_the_right .list {
    -moz-columns: 1;
    columns: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right .list {
    margin-bottom: 4.1720990874vw;
    -moz-columns: 3;
    columns: 3;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .list {
    margin-bottom: 2.6041666667vw;
  }
}
.link_list_with_changing_images_on_the_right .list__item {
  transition: color 0.5s var(--theme-transition-timing), padding 0.5s var(--theme-transition-timing);
  will-change: padding, color;
}
@media screen and (max-width: 767px) {
  .link_list_with_changing_images_on_the_right .list__item {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right .list__item {
    margin-bottom: 1.0430247718vw;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .list__item {
    padding-left: 0.2604166667vw;
    margin-bottom: 0.5208333333vw;
  }
}
.link_list_with_changing_images_on_the_right .list__item a {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right .list__item .svg-arrow {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .list__item .svg-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    fill: var(--theme-color-alpha);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s var(--theme-transition-timing), opacity 0.5s var(--theme-transition-timing);
    will-change: visibility, opacity;
    left: -3.0208333333vw;
    width: 2.0833333333vw;
    height: 1.0416666667vw;
  }
}
.link_list_with_changing_images_on_the_right .list__item:hover {
  color: var(--theme-color-charlie);
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .list__item:hover {
    padding-left: 3.5416666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .list__item:hover .svg-arrow {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .list__item:hover .image__hoverable {
    opacity: 1;
    visibility: visible;
  }
}
.link_list_with_changing_images_on_the_right .main_link {
  font-family: "Open Sans";
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .main_link {
    font-size: 0.9375vw;
    padding-left: 0.2604166667vw;
  }
}
.link_list_with_changing_images_on_the_right .main_link a {
  position: relative;
}
.link_list_with_changing_images_on_the_right .main_link a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
@media screen and (max-width: 767px) {
  .link_list_with_changing_images_on_the_right .main_link a::after {
    bottom: -0.9375vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .link_list_with_changing_images_on_the_right .main_link a::after {
    bottom: -0.3911342894vw;
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .link_list_with_changing_images_on_the_right .main_link a::after {
    bottom: -0.2604166667vw;
    height: 0.1041666667vw;
  }
}
.link_list_with_changing_images_on_the_right .main_link a:hover::after {
  background: var(--theme-color-charlie);
}

.page-id-121 .left-image-right-text-links {
  padding: 8.9583333333vw 0 3.90625vw;
}
@media screen and (max-width: 1023px) {
  .page-id-121 .left-image-right-text-links {
    padding: 7.8226857888vw 2.6075619296vw 2.6075619296vw;
    width: 100vw;
  }
}

.left-image-right-text-links {
  padding: 11.0416666667vw 0 3.90625vw;
}
.left-image-right-text-links__wrapper {
  width: 80.4vw;
  margin: 2.0833333333vw auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__wrapper {
    flex-direction: column;
    padding: 0 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-image-right-text-links__wrapper {
    padding: 0 2.6075619296vw;
  }
}
@media screen and (max-width: 1023px) {
  .left-image-right-text-links__wrapper {
    width: 100vw;
  }
}
.left-image-right-text-links__image {
  flex: 0 0 50.5%;
  padding: 0 5.2083333333vw 0 1.0416666667vw;
}
@media all and (max-width: 1366px) {
  .left-image-right-text-links__image {
    flex: 0 0 41%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-image-right-text-links__image {
    flex: 0 0 44.5%;
    padding: 0 6.518904824vw 5.2151238592vw 0;
  }
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__image {
    padding: 0 0 12.5vw;
    flex: 0 0 auto;
  }
}
.left-image-right-text-links__image img {
  max-width: 100%;
}
.left-image-right-text-links__content {
  flex: 0 0 49.5%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-image-right-text-links__content {
    flex: 0 0 55.5%;
  }
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__content {
    flex: 0 0 auto;
  }
}
.left-image-right-text-links__content .title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0;
  line-height: 3.6458333333vw;
}
@media screen and (max-width: 1023px) {
  .left-image-right-text-links__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 9.375vw;
    line-height: 10.4166666667vw;
  }
}
.left-image-right-text-links__content .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  margin: 1.6666666667vw 0 0;
  line-height: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .left-image-right-text-links__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
  }
}
.left-image-right-text-links__content .links {
  display: flex;
  flex-direction: column;
  padding: 4.3229166667vw 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-image-right-text-links__content .links {
    padding: 3.9113428944vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__content .links {
    flex: 0 0 auto;
    padding: 9.375vw 0 0;
  }
}
.left-image-right-text-links__content .links__link {
  flex: 1 0 auto;
  max-width: 23.0208333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-image-right-text-links__content .links__link {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .left-image-right-text-links__content .links__link {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .section_slider_vertical {
    max-width: 90.625vw;
    padding-top: 6.6666666667vw;
  }
}

@media screen and (min-width: 1024px) {
  .slider_vertical {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical__menu {
    width: 23.5%;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical__title {
    margin-bottom: 6.5625vw;
  }
}
.slider_vertical__list {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .slider_vertical__list {
    padding: 3.9113428944vw 7.8226857888vw;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical__list {
    padding-top: 4.4791666667vw;
    padding-bottom: 3.5416666667vw;
    font-size: 0.9375vw;
    letter-spacing: 0.1692708333vw;
    margin-left: 0.15625vw;
  }
}
.slider_vertical__list .slick-current {
  color: var(--theme-color-charlie);
}
.slider_vertical__list .slick-arrow {
  color: var(--theme-color-alpha);
  border: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .slider_vertical__list .slick-arrow {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical__list .slick-arrow {
    margin-left: -0.8333333333vw;
  }
}
.slider_vertical__list .slick-arrow .svg-ico-play {
  display: block;
  vertical-align: middle;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 767px) {
  .slider_vertical__list .slick-arrow .svg-ico-play {
    width: 9.6875vw;
    height: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical__list .slick-arrow .svg-ico-play {
    width: 8.2138200782vw;
    height: 7.3011734029vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical__list .slick-arrow .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
.slider_vertical__list .slick-prev {
  top: 0;
}
@media screen and (max-width: 1023px) {
  .slider_vertical__list .slick-prev {
    top: 50%;
    left: 0;
  }
}
.slider_vertical__list .slick-prev .svg-ico-play {
  transform: rotate(-90deg);
}
@media screen and (max-width: 1023px) {
  .slider_vertical__list .slick-prev .svg-ico-play {
    transform: rotate(180deg);
  }
}
.slider_vertical__list .slick-next {
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .slider_vertical__list .slick-next {
    top: 50%;
    right: 0;
    bottom: auto;
  }
}
.slider_vertical__list .slick-next .svg-ico-play {
  transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  .slider_vertical__list .slick-next .svg-ico-play {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical__content {
    width: 76.5%;
  }
}
.slider_vertical__read_less_content {
  display: none;
}
.slider_vertical__read_more, .slider_vertical__read_less {
  font-weight: 700;
  cursor: pointer;
}
.slider_vertical h2 {
  font-family: "Open Sans";
  line-height: 1.09375;
}
@media screen and (min-width: 1024px) {
  .slider_vertical h2 {
    font-size: 3.3333333333vw;
    margin-top: 0.625vw;
    margin-bottom: 1.875vw;
    letter-spacing: -0.0520833333vw;
  }
}
.slider_vertical .link {
  letter-spacing: 0;
  position: relative;
  font-family: "Open Sans";
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .link {
    font-size: 0.9375vw;
    margin-left: 0.5208333333vw;
  }
}
.slider_vertical .link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--theme-color-alpha);
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slider_vertical .link::after {
    height: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .link::after {
    height: 0.260756193vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .link::after {
    height: 0.1041666667vw;
  }
}
.slider_vertical .link:hover::after {
  background: var(--theme-color-charlie);
}
@media screen and (min-width: 1024px) {
  .slider_vertical .list__item {
    margin-bottom: 0.9895833333vw;
  }
}
.slider_vertical .person {
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider_vertical .person {
    margin-bottom: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .person {
    margin-right: 0.7822685789vw;
    margin-bottom: 3.3898305085vw;
    padding-bottom: 30.7692307692vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person {
    margin-right: 0.3125vw;
    margin-bottom: 1.3541666667vw;
    padding-bottom: 12.2916666667vw;
  }
}
.slider_vertical .person .person__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person .person__image {
    width: 26.7708333333vw;
  }
}
.slider_vertical .person__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider_vertical .person__background {
    display: none;
  }
}
.slider_vertical .person__info {
  background: var(--theme-color-bravo);
  text-align: center;
  z-index: 1;
  font-family: "Open Sans";
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider_vertical .person__info {
    font-size: 4.375vw;
    padding: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .person__info {
    position: absolute;
    font-size: 2.3468057366vw;
    left: 14.9934810952vw;
    right: 14.9934810952vw;
    bottom: 9.1264667536vw;
    padding-top: 3.3898305085vw;
    padding-left: 3.9113428944vw;
    padding-right: 3.9113428944vw;
    padding-bottom: 4.6936114733vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person__info {
    position: absolute;
    font-size: 0.9375vw;
    left: 5.9895833333vw;
    right: 5.9895833333vw;
    bottom: 3.6458333333vw;
    padding-top: 1.3541666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-bottom: 1.875vw;
  }
}
.slider_vertical .person__year {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person__year {
    line-height: 1.25vw;
    letter-spacing: 0.15625vw;
    padding-bottom: 0.3125vw;
  }
}
.slider_vertical .person__name {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .slider_vertical .person__name {
    font-size: 5vw;
    line-height: 6.5625vw;
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .person__name {
    font-size: 4.1720990874vw;
    line-height: 5.4758800522vw;
    padding-bottom: 0.7822685789vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person__name {
    font-size: 1.6666666667vw;
    line-height: 2.1875vw;
    padding-bottom: 0.3125vw;
    letter-spacing: 0.078125vw;
  }
}
.slider_vertical .person__group {
  font-family: "Open Sans";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .slider_vertical .person__group {
    font-size: 5vw;
    padding-bottom: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .person__group {
    font-size: 4.1720990874vw;
    padding-bottom: 3.1290743155vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person__group {
    font-size: 1.6666666667vw;
    letter-spacing: -0.1041666667vw;
    padding-bottom: 3.8541666667vw;
  }
}
.slider_vertical .person__website {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .person__website {
    letter-spacing: 0.15625vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item_person {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item_person .content {
    padding-right: 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item_art {
    width: 50%;
    padding: 0 0.4166666667vw;
  }
}
.slider_vertical .slider_content__item .content {
  font-family: "Open Sans";
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .slider_vertical .slider_content__item .content {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 480px) {
  .slider_vertical .slider_content__item .content {
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .slider_content__item .content {
    font-size: 3.1290743155vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item .content {
    font-size: 1.25vw;
    letter-spacing: -0.0625vw;
  }
}
.slider_vertical .slider_content__item h4 {
  font-family: "Open Sans";
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item h4 {
    margin-bottom: 0.3125vw;
    letter-spacing: 0.078125vw;
  }
}
.slider_vertical .slider_content__item img {
  width: 100%;
}
.slider_vertical .youtube_video--popup {
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider_vertical .slider_image {
    margin-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .slider_image {
    margin-bottom: 2.7379400261vw;
  }
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_image {
    padding-bottom: 1.09375vw;
  }
}
.slider_vertical .slider_image .slick-arrow {
  color: var(--theme-color-alpha);
  border: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_image .slick-arrow {
    bottom: 1.09375vw;
  }
}
.slider_vertical .slider_image .slick-arrow .svg-ico-play {
  vertical-align: middle;
}
.slider_vertical .slider_image .slick-prev {
  right: 50%;
}
.slider_vertical .slider_image .slick-prev .svg-ico-play {
  transform: rotate(-180deg);
}
.slider_vertical .slider_image .slick-next {
  left: 50%;
}
.slider_vertical .slider_image .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  transition: visibility 0.5s var(--theme-transition-timing), opacity 0.5s var(--theme-transition-timing);
  will-change: visibility, opacity;
}
@media screen and (min-width: 1024px) {
  .slider_vertical .slider_image .svg-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}

.designModule {
  position: relative;
}
.designModule .row {
  margin: 5.2083333333vw 5.78125vw;
}
.designModule__singleHeader h2 {
  font-family: "Open Sans";
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .designModule__singleHeader h2 {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .designModule__singleHeader h2 {
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__singleHeader h2 {
    margin: 0 0 0 2.5520833333vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__treeButtons {
    padding-right: 3.6458333333vw;
  }
}
.designModule__treeButtons .button {
  font-family: "Open Sans";
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .designModule__treeButtons .button {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .designModule__treeButtons .button {
    margin-bottom: 6.258148631vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__treeButtons .button {
    padding-top: 1.6666666667vw;
    padding-bottom: 1.25vw;
    margin-bottom: 2.5vw;
  }
}
.designModule__address {
  border-top: 1px solid var(--theme-color-alpha);
}
@media screen and (min-width: 1024px) {
  .designModule__address {
    width: 17.03125vw;
  }
}
.designModule__address h3 {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .designModule__address h3 {
    margin: 5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .designModule__address h3 {
    margin: 2.3468057366vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__address h3 {
    margin: 1.6666666667vw 0;
  }
}
.designModule__address address {
  font-family: "Open Sans";
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .designModule__address address {
    font-size: 5.625vw;
    margin-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .designModule__address address {
    font-size: 3.1290743155vw;
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__address address {
    font-size: 1.25vw;
    width: 16.25vw;
    margin-bottom: 1.6666666667vw;
  }
}
.designModule__address a {
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.designModule__address a:hover {
  color: var(--theme-color-charlie);
}
.designModule__textWithForm h1 {
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .designModule__textWithForm h1 {
    font-size: 3.7rem;
    width: 23.4375vw;
    margin: 2.4479166667vw 0 0 0;
  }
}
.designModule__textWithForm p {
  font-family: "Open Sans";
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .designModule__textWithForm p {
    font-size: 1.5625vw;
    width: 52.0833333333vw;
    margin: 1.8229166667vw 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__formColumn {
    position: relative;
    z-index: 1;
    top: 35%;
    transform: translateY(-35%);
    margin-bottom: -13.5416666667vw;
  }
}
.designModule__form {
  background: var(--theme-color-delta);
  padding: 3.6458333333vw;
  color: var(--theme-color-bravo);
}
.designModule__form__heading {
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3.5416666667vw;
}
@media screen and (min-width: 1024px) {
  .designModule__form__heading {
    font-size: 1.7708333333vw;
  }
}
.designModule__form__input-group {
  margin-bottom: 5.2083333333vw;
}
.designModule__form__input-group label {
  display: block;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1041666667vw;
  margin-bottom: 0.5208333333vw;
}
.designModule__form__input-group input[type=text], .designModule__form__input-group input[type=email], .designModule__form__input-group select {
  border: none;
  border-radius: none;
  padding: 0.85rem;
  width: 100%;
}
.designModule__form__input-group select {
  font-family: "Open Sans";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background: var(--theme-color-bravo);
  background-image: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  outline: none;
  cursor: pointer;
  font-size: 0.85rem;
  padding: 1rem;
  background-size: 1rem;
}
.designModule__form__input-group select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .designModule__form__input-group select {
    width: 100%;
  }
}
.designModule__form__input-group button {
  text-transform: uppercase;
  background: var(--theme-color-alpha);
  color: var(--theme-color-bravo);
  font-family: "Open Sans";
  font-size: 2.9166666667vw;
  font-weight: 700;
  letter-spacing: 0.1041666667vw;
  padding: 2.9166666667vw;
  padding: 1.3rem 1.75rem;
  font-size: 1.1rem;
  border: none;
}
.designModule__form__input-group button:hover {
  background: var(--theme-color-bravo);
  color: var(--theme-color-alpha);
}
@media screen and (min-width: 1024px) {
  .designModule__form__input-group {
    margin-bottom: 2.6041666667vw;
  }
}
.designModule__form__input-group:last-of-type {
  margin-bottom: 0;
}
.designModule__headerWithSubtitle h3 {
  text-transform: uppercase;
  margin: 0 0 1.6666666667vw 0;
  border-top: 0.3125vw solid var(--theme-color-alpha);
}
@media screen and (max-width: 767px) {
  .designModule__headerWithSubtitle h3 {
    padding-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .designModule__headerWithSubtitle h3 {
    padding-top: 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__headerWithSubtitle h3 {
    width: 23.4375vw;
    padding-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .designModule__headerWithSubtitle h3 {
    font-size: 5vw;
  }
}
.designModule__headerWithSubtitle h1 {
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .designModule__headerWithSubtitle h1 {
    width: 23.4375vw;
    margin: 2.4479166667vw 0 0 0;
  }
}
.designModule__headerWithSubtitle p {
  font-family: "Open Sans";
  border-top: 0.3125vw solid var(--theme-color-alpha);
}
@media screen and (max-width: 767px) {
  .designModule__headerWithSubtitle p {
    padding-top: 6.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .designModule__headerWithSubtitle p {
    padding-top: 4.5632333768vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__headerWithSubtitle p {
    font-size: 1.5625vw;
    width: 23.4375vw;
    margin: 1.8229166667vw 0 0 0;
    padding-top: 1.8229166667vw;
  }
}
@media screen and (min-width: 1024px) {
  .designModule__image > img {
    margin-left: -3.90625vw;
  }
}
.designModule__image-mask {
  display: none;
}
@media screen and (min-width: 1024px) {
  .designModule__image-mask {
    pointer-events: none;
    position: absolute;
    display: block;
    top: -12.2395833333vw;
    bottom: 4.6875vw;
    width: 100%;
    height: 53.0729166667vw;
    right: 0.5208333333vw;
    left: -3.90625vw;
  }
}

.programs .img-boxes__wrapper {
  flex-wrap: wrap;
}
.programs .img-boxes__wrapper .s-box {
  flex-grow: 0;
}
.programs .img-boxes__wrapper {
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .programs .img-boxes__wrapper {
    row-gap: 2.6041666667vw;
  }
}

.section_text_with_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_text_with_list {
    padding-top: 20vw;
    padding-bottom: 18.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_text_with_list {
    padding-top: 16.4276401565vw;
    padding-bottom: 15.3846153846vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_text_with_list {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    max-width: 81.25vw;
  }
}
.section_text_with_list::before {
  display: none;
}
.section_text_with_list::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section_text_with_list > div {
    width: 50%;
  }
}
.section_text_with_list .title {
  line-height: 1.125;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section_text_with_list .title {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_text_with_list .title {
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_text_with_list .title {
    margin-bottom: 2.0833333333vw;
  }
}
.section_text_with_list .content {
  line-height: 1.25;
  font-family: "Open Sans";
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_text_with_list .content {
    padding-right: 15.6453715776vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_text_with_list .content {
    padding-right: 6.25vw;
  }
}
.section_text_with_list .list {
  margin: 0;
  list-style: none;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section_text_with_list .list {
    font-size: 4.6875vw;
    padding-left: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_text_with_list .list {
    padding-left: 10.4302477184vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_text_with_list .list {
    padding-left: 8.2291666667vw;
    font-size: 1.5625vw;
  }
}
.section_text_with_list .list li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_text_with_list .list li {
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_text_with_list .list li {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_text_with_list .list li {
    margin-bottom: 1.25vw;
  }
}
.section_text_with_list .list li::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg class="svg-logo" width="40" height="20" xmlns="http://www.w3.org/2000/svg"><polygon points="30.8,20.8 28.6,18.7 35.3,12.1 0.5,12.1 0.5,9.1 35.4,9.1 28.6,2.3 30.8,0.2 41.1,10.5 "/></svg>');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section_text_with_list .list li::before {
    width: 6.25vw;
    height: 3.125vw;
    right: calc(100% + 5vw);
    margin-top: -0.3125vw;
    background-size: 6.25vw 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_text_with_list .list li::before {
    width: 5.2151238592vw;
    height: 2.6075619296vw;
    right: calc(100% + 4.6936114733vw);
    margin-top: -0.6518904824vw;
    background-size: 5.2151238592vw 2.6075619296vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_text_with_list .list li::before {
    width: 2.0833333333vw;
    height: 1.0416666667vw;
    right: calc(100% + 1.875vw);
    margin-top: -0.2604166667vw;
    background-size: 2.0833333333vw 1.0416666667vw;
  }
}
.section_text_with_list a {
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.section_text_with_list a:hover {
  color: var(--theme-color-delta);
}

.title-description-filters__wrapper {
  width: 85vw;
  margin: 7.2916666667vw auto 6.25vw;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-description-filters__wrapper {
    margin: 9.1264667536vw auto 5.2151238592vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .title-description-filters__wrapper {
    margin: 11.875vw auto 6.25vw;
    flex-direction: column;
  }
}
.title-description-filters__content {
  flex: 0 0 65%;
}
@media screen and (max-width: 767px) {
  .title-description-filters__content {
    flex: 0 0 auto;
  }
}
.title-description-filters__content .title {
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .title-description-filters__content .title {
    font-size: 4.9543676662vw;
    margin: 0 0 2.6075619296vw;
  }
}
@media screen and (max-width: 767px) {
  .title-description-filters__content .title {
    font-size: 6.875vw;
    margin: 0 0 4.6875vw;
  }
}
.title-description-filters__content .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  margin: 1.6666666667vw 0 0.8333333333vw;
  line-height: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .title-description-filters__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .title-description-filters__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
  }
}
.title-description-filters__filters {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .title-description-filters__filters {
    align-items: flex-start;
    flex: 0 0 100%;
    padding: 3.9113428944vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .title-description-filters__filters {
    align-items: flex-start;
    flex: 0 0 100%;
    padding: 6.5217391304vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .title-description-filters__filters {
    flex: 0 0 100%;
  }
}
.title-description-filters__filters .fields-wrapper {
  width: 38%;
  min-width: 11.3020833333vw;
  margin: 0 0 2.1875vw;
}
.title-description-filters__filters .fields-wrapper:last-child {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .title-description-filters__filters .fields-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .title-description-filters__filters .fields-wrapper {
    width: 100%;
  }
}
.title-description-filters__filters .fields-wrapper select {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background: var(--theme-color-bravo);
  border-color: transparent transparent var(--theme-color-alpha) transparent;
  border-radius: 0;
  border-style: solid;
  background-image: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.title-description-filters__filters .fields-wrapper select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .title-description-filters__filters .fields-wrapper select {
    padding: 1.5625vw 9.375vw 1.5625vw 0;
    border-width: 0.625vw;
    font-size: 3.75vw;
    margin-bottom: 3.75vw;
    background-size: 6.25vw 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-description-filters__filters .fields-wrapper select {
    padding: 0.6518904824vw 3.9113428944vw 0.6518904824vw 0;
    border-width: 0.260756193vw;
    font-size: 1.5645371578vw;
    margin-bottom: 1.5645371578vw;
    background-size: 2.6075619296vw 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .title-description-filters__filters .fields-wrapper select {
    width: 11.25vw;
    padding: 0.2604166667vw 1.5625vw 0.2604166667vw 0;
    border-width: 0.1041666667vw;
    font-size: 0.7291666667vw;
    margin-bottom: 0.625vw;
    background-size: 1.0416666667vw 2.0833333333vw;
  }
}

.contact-three-cols a {
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.contact-three-cols a:hover {
  color: var(--theme-color-charlie);
}
.contact-three-cols__wrapper {
  width: 82.5vw;
  margin: 13.0208333333vw auto 11.1979166667vw;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-three-cols__wrapper {
    width: 100vw;
    margin: 0;
    padding: 13.037809648vw 2.6075619296vw 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-three-cols__wrapper {
    width: 100vw;
    flex-direction: column;
    margin: 0;
    padding: 18.75vw 6.25vw 15.625vw;
  }
}
.contact-three-cols .title {
  flex: 0 0 25%;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 4.6875vw;
  font-weight: 500;
  margin: 0;
  line-height: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .contact-three-cols .title {
    flex: 0 0 15%;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 7.03125vw;
    line-height: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-three-cols .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 9.375vw;
    line-height: 10.4166666667vw;
    padding: 0 0 9.375vw;
  }
}
.contact-three-cols .arrow-wrapper {
  flex: 0 0 10%;
}
@media screen and (max-width: 1023px) {
  .contact-three-cols .arrow-wrapper {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .contact-three-cols .arrow-wrapper {
    display: none;
  }
}
.contact-three-cols .arrow {
  width: auto;
  margin: 0 auto;
  width: 2.0833333333vw;
  height: 5.2083333333vw;
  display: block;
  background: url("./../../assets/img/buttons/arrow.svg") center no-repeat;
}
.contact-three-cols .text {
  flex: 0 0 32.5%;
  padding: 0px 0px 0 2.7083333333vw;
}
@media screen and (max-width: 1023px) {
  .contact-three-cols .text {
    flex: 1 0 32.5%;
  }
}
@media screen and (max-width: 767px) {
  .contact-three-cols .text {
    padding: 3.90625vw 0 0;
  }
}
.contact-three-cols .text:last-child {
  padding: 0px 0px 0 5.625vw;
}
@media screen and (max-width: 767px) {
  .contact-three-cols .text:last-child {
    padding: 3.90625vw 0 0;
  }
}
.contact-three-cols .text__headline {
  text-transform: uppercase;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .contact-three-cols .text__headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.8683181226vw;
    line-height: 1;
    letter-spacing: 0.3125vw;
    margin: 0 0 1.3037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-three-cols .text__headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.6875vw;
    letter-spacing: 0.3125vw;
    margin: 0 0 3.125vw;
  }
}
.contact-three-cols .text__description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contact-three-cols .text__description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-three-cols .text__description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
  }
}

.slider-two-photos {
  overflow: hidden;
}
.slider-two-photos__wrapper {
  width: 82.4vw;
  margin: 2.0833333333vw auto 5.2083333333vw;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .slider-two-photos__wrapper {
    margin: 0 auto 15.3125vw;
  }
}
.slider-two-photos__image {
  flex: 0 0 50.5%;
  padding: 0 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__image {
    flex: 0 0 auto;
  }
}
.slider-two-photos__image img {
  max-width: 100%;
}
.slider-two-photos__content {
  flex: 0 0 40%;
  padding: 5.1041666667vw 7.5% 0 0;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__content {
    flex: 0 0 auto;
    padding: 10.2083333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-two-photos__content {
    padding: 15.3125vw 0 0;
  }
}
.slider-two-photos__content .title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0;
  line-height: 3.6458333333vw;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .slider-two-photos__content .title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 6.6666666667vw;
    line-height: 7.2916666667vw;
  }
}
.slider-two-photos__content .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  margin: 1.6666666667vw 0 3.0729166667vw;
  line-height: 2.03125vw;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__content .description {
    margin: 3.3333333333vw 0 6.1458333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
    line-height: 3.046875vw;
  }
}
@media screen and (max-width: 767px) {
  .slider-two-photos__content .description {
    margin: 5vw 0 9.21875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.09375vw;
  }
}
.slider-two-photos__content .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__content .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .slider-two-photos__content .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.slider-two-photos__content .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 2px;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
.slider-two-photos__content .link:hover::after {
  background: var(--theme-color-charlie);
}
.slider-two-photos__slider-wrapper {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__slider-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 26.3671875vw 0 0;
  }
}
.slider-two-photos__slider-front, .slider-two-photos__slider-bg {
  max-width: 100%;
  position: relative;
}
.slider-two-photos__slider-front .img-wrapper, .slider-two-photos__slider-bg .img-wrapper {
  max-width: 100%;
  position: relative;
  height: 0%;
  padding-bottom: 75%;
}
.slider-two-photos__slider-front .img-wrapper img, .slider-two-photos__slider-bg .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.slider-two-photos__slider-front {
  margin: 7.1354166667vw 0 0;
}
.slider-two-photos__slider-bg {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__slider-bg {
    display: none;
  }
}
.slider-two-photos__slider-bg .slick-list {
  transform: rotate(180deg);
}
.slider-two-photos__slider-bg .slick-slide {
  transform: rotate(180deg);
}
.slider-two-photos__slider-navigation {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translateY(38%);
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__slider-navigation {
    transform: none;
    top: -6.25vw;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  .slider-two-photos__slider-navigation {
    top: -15.625vw;
  }
}
.slider-two-photos__slider-navigation .button-prev,
.slider-two-photos__slider-navigation .button-next {
  cursor: pointer;
  outline: none;
  background-color: var(--theme-color-bravo);
  text-indent: -999999999px;
  display: block;
  border: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider-two-photos__slider-navigation .button-prev,
  .slider-two-photos__slider-navigation .button-next {
    height: 2.9166666667vw;
    width: 3.28125vw;
  }
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__slider-navigation .button-prev,
  .slider-two-photos__slider-navigation .button-next {
    height: 5.8333333333vw;
    width: 6.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .slider-two-photos__slider-navigation .button-prev,
  .slider-two-photos__slider-navigation .button-next {
    height: 11.6666666667vw;
    width: 13.125vw;
  }
}
.slider-two-photos__slider-navigation .button-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
}
@media screen and (min-width: 1024px) {
  .slider-two-photos__slider-navigation .button-prev::before {
    border-width: 0.4947916667vw 0.9895833333vw 0.4947916667vw 0;
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__slider-navigation .button-prev::before {
    border-width: 0.9583333333vw 1.9791666667vw 0.9583333333vw 0;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 480px) {
  .slider-two-photos__slider-navigation .button-prev::before {
    border-width: 1.9166666667vw 3.9583333333vw 1.9166666667vw 0;
    margin-left: 2.5vw;
  }
}
.slider-two-photos__slider-navigation .button-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
}
@media screen and (min-width: 1024px) {
  .slider-two-photos__slider-navigation .button-next::before {
    border-width: 0.4947916667vw 0 0.4947916667vw 0.9895833333vw;
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 1023px) {
  .slider-two-photos__slider-navigation .button-next::before {
    border-width: 0.9583333333vw 0 0.9583333333vw 1.9791666667vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 480px) {
  .slider-two-photos__slider-navigation .button-next::before {
    border-width: 1.9166666667vw 0 1.9166666667vw 3.9583333333vw;
    margin-left: 2.5vw;
  }
}

@media screen and (max-width: 1023px) {
  .page-id-560 .slider-two-photos__slider-wrapper {
    margin: 8.7890625vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-560 .slider-two-photos__slider-wrapper {
    margin: 21.875vw 0 0;
  }
}

.img-text-title-link {
  overflow: hidden;
}
.img-text-title-link__wrapper {
  width: 88.8vw;
  margin: 7.2916666667vw auto 11.4583333333vw;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__wrapper {
    flex-direction: column;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .img-text-title-link__wrapper {
    padding: 0 6.25vw;
    margin: 15.3125vw auto 15.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-text-title-link__wrapper {
    padding: 0 2.6075619296vw;
  }
}
.img-text-title-link__image {
  flex: 0 0 52%;
  max-width: 52%;
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.img-text-title-link__image .img-wrapper {
  height: 0%;
  padding-bottom: 86%;
  position: relative;
}
.img-text-title-link__image .img-wrapper img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-text-title-link__content {
  flex: 0 0 45.5%;
  padding: 3.125vw 0 0 3.5%;
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__content {
    flex: 0 0 auto;
    padding: 6.25vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .img-text-title-link__content {
    padding: 9.375vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-title-link__content .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__content .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .img-text-title-link__content .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    letter-spacing: 0.625vw;
  }
}
.img-text-title-link__content .headline {
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.img-text-title-link__content .title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 2.5vw;
  font-weight: 500;
  margin: 0 0 0.9895833333vw;
  line-height: 2.8125vw;
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__content .title {
    margin: 0 0 1.9791666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
    line-height: 4.21875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-text-title-link__content .title {
    margin: 0 0 2.96875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.625vw;
  }
}
.img-text-title-link__content .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
  margin: 0.625vw 0 5.2083333333vw;
  line-height: 2.03125vw;
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__content .description {
    margin: 1.25vw 0 5.2083333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.5vw;
    line-height: 3.046875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-text-title-link__content .description {
    margin: 1.875vw 0 10.4166666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.09375vw;
  }
}
.img-text-title-link__content .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .img-text-title-link__content .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-text-title-link__content .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.img-text-title-link__content .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.img-text-title-link__content .link:hover {
  color: var(--theme-color-charlie);
}

.line-title-desc {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section_accordion + .line-title-desc {
    margin-top: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_accordion + .line-title-desc {
    margin-top: 11.7340286832vw;
  }
}
@media screen and (max-width: 767px) {
  .section_accordion + .line-title-desc {
    margin-top: 28.125vw;
  }
}
.line-title-desc:before {
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .line-title-desc:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .line-title-desc:before {
    height: 0.9375vw;
  }
}
.line-title-desc__wrapper {
  max-width: 100%;
  margin-bottom: 5.46875vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .line-title-desc__wrapper {
    margin: 0 0 12.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .line-title-desc__wrapper {
    margin: 0;
    margin-bottom: 6.25vw;
  }
}
.line-title-desc__title {
  max-width: 100%;
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  margin: 1.0416666667vw 0 0 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .line-title-desc__title {
    font-size: 6.6666666667vw;
    margin: 2.0833333333vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .line-title-desc__title {
    font-size: 6.6666666667vw;
    margin: 3.125vw 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .line-title-desc__title {
    font-size: 10vw;
  }
}
.line-title-desc__description {
  max-width: 100%;
  font-family: "Open Sans";
  font-size: 1.5625vw;
  margin: 1.8229166667vw 0 0 0;
  line-height: 2.0833333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .line-title-desc__description {
    font-size: 3.125vw;
    margin: 3.6458333333vw 0 0 0;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .line-title-desc__description {
    font-size: 4.6875vw;
    line-height: 6.25vw;
    margin: 5.46875vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .line-title-desc#Library-Staff .line-title-desc__wrapper {
    margin: 0 0 6.25vw 0;
  }
}

.page-id-568 .line-title-desc:before {
  display: none;
}
.page-id-568 .line-title-desc__wrapper {
  width: 86vw;
  margin: 9.1666666667vw auto 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .page-id-568 .line-title-desc__wrapper {
    margin: 18.3333333333vw auto 2.0833333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-568 .line-title-desc__title {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) {
  .page-id-568 .line-title-desc__title {
    font-size: 8.3441981747vw;
    line-height: 9.1264667536vw;
  }
}
@media screen and (max-width: 767px) {
  .page-id-568 .line-title-desc__title {
    font-size: 10vw;
    line-height: 12.5vw;
    padding-bottom: 6.25vw;
  }
}

.section_multiple_text_blocks {
  position: relative;
  margin-bottom: 9.1145833333vw;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks {
    margin: 0 0 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks {
    margin: 0 0 18.75vw;
  }
}
.section_multiple_text_blocks:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_multiple_text_blocks:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks:before {
    height: 0.9375vw;
  }
}
.section_multiple_text_blocks .headline {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  padding: 1.9270833333vw 0 1.3020833333vw;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_multiple_text_blocks .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
    padding: 3.8541666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    padding: 5.78125vw 0 3.90625vw;
  }
}
.section_multiple_text_blocks .headline ~ .row_for_cols .cols {
  margin-top: 0;
}
.section_multiple_text_blocks .title {
  line-height: 1.538;
}
@media screen and (min-width: 1024px) {
  .section_multiple_text_blocks .title {
    margin-top: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_multiple_text_blocks .title {
    margin-top: 7.8226857888vw;
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks .title {
    margin-top: 9.375vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 480px) {
  .section_multiple_text_blocks .title {
    font-size: 9.0625vw;
  }
}
.section_multiple_text_blocks .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    margin: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
    margin: 3.125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks .description p:last-child {
    margin-bottom: 0;
  }
}
.section_multiple_text_blocks .description span {
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 700;
}
.section_multiple_text_blocks .description a {
  display: block;
  padding-bottom: 1.0416666667vw;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.section_multiple_text_blocks .description a[href^="mailto:"] {
  display: inline;
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks .description a {
    padding-bottom: 3.125vw;
  }
}
.section_multiple_text_blocks .description a:hover {
  color: var(--theme-color-charlie);
}
.section_multiple_text_blocks .row_for_cols {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks .row_for_cols {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks--rev {
    margin-bottom: 18.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_multiple_text_blocks--rev {
    margin-bottom: 10.4302477184vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_multiple_text_blocks--rev {
    margin-bottom: 4.9479166667vw;
  }
}
.section_multiple_text_blocks--rev .row_for_cols {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--rev .row_for_cols {
    flex-direction: column-reverse;
  }
}
.section_multiple_text_blocks .cols:first-child {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks .cols {
    flex: 0 0 auto;
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks .cols {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks .cols--btn {
    padding-top: 0;
  }
}
.section_multiple_text_blocks--1 .cols {
  flex: 0 0 100%;
}
.section_multiple_text_blocks--2 .cols:first-child {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--2 .cols:first-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks--2 .cols:first-child {
    padding: 7.8125vw 0 0;
  }
}
.section_multiple_text_blocks--2 .cols:last-child {
  flex: 0 0 66.66%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--2 .cols:last-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks--2 .cols:last-child {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--2 .cols--btn {
    padding-top: 0;
  }
  .section_multiple_text_blocks--2 .cols--btn:last-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section_multiple_text_blocks--2.section_multiple_text_blocks--rev .cols:first-child {
    padding: 0 0 0 3.6%;
  }
}
@media screen and (min-width: 1024px) {
  .section_multiple_text_blocks--2.section_multiple_text_blocks--rev .cols:last-child {
    padding: 0 3.6% 0 0;
  }
}
.section_multiple_text_blocks--3 .cols {
  flex: 0 0 33.33%;
  padding: 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--3 .cols {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks--3 .cols {
    padding: 7.8125vw 0 0;
  }
}
.section_multiple_text_blocks--3 .cols:first-child {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--3 .cols:first-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks--3 .cols:first-child {
    padding: 7.8125vw 0 0;
  }
}
.section_multiple_text_blocks--3 .cols:last-child {
  flex: 0 0 33.33%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--3 .cols:last-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks--3 .cols:last-child {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks--3 .cols--btn {
    padding-top: 0;
  }
  .section_multiple_text_blocks--3 .cols--btn:last-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section_multiple_text_blocks--3.section_multiple_text_blocks--rev .cols:first-child {
    padding: 0 0 0 3.6%;
  }
}
@media screen and (min-width: 1024px) {
  .section_multiple_text_blocks--3.section_multiple_text_blocks--rev .cols:last-child {
    padding: 0 3.6% 0 0;
  }
}
.section_multiple_text_blocks.arrows .cols p {
  position: relative;
  padding-left: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks.arrows .cols p {
    padding-left: 5.8670143416vw;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks.arrows .cols p {
    padding-left: 10.9375vw;
  }
}
.section_multiple_text_blocks.arrows .cols p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.9791666667vw;
  height: 1.0416666667vw;
  background: url(./../../assets/img/buttons/arrow.svg) center no-repeat;
}
@media screen and (max-width: 1023px) {
  .section_multiple_text_blocks.arrows .cols p::after {
    width: 3.9113428944vw;
    height: 2.6075619296vw;
  }
}
@media screen and (max-width: 767px) {
  .section_multiple_text_blocks.arrows .cols p::after {
    width: 7.8125vw;
    height: 6.25vw;
  }
}
.section_multiple_text_blocks .button {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}
.section_multiple_text_blocks .button--link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 900;
  font-family: "Open Sans";
  margin-top: 60px;
}
.section_multiple_text_blocks .button--link:after {
  content: "";
  width: 105%;
  position: absolute;
  left: -2.5%;
  bottom: -3px;
  border-bottom: 2px solid black;
}

.page-id-568 .section_multiple_text_blocks {
  width: 86vw;
  margin: 1.5625vw auto 9.375vw;
}
.page-id-568 .section_multiple_text_blocks .cols:first-child {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .page-id-568 .section_multiple_text_blocks .cols:first-child {
    padding: 0 0 0 7.2%;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-568 .section_multiple_text_blocks .cols:first-child .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 0.9375vw;
  }
}
.page-id-568 .section_multiple_text_blocks .cols:last-child {
  order: 1;
  flex: 0 0 66.66%;
}
@media screen and (min-width: 1024px) {
  .page-id-568 .section_multiple_text_blocks .cols:last-child {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-568 .section_multiple_text_blocks .cols:last-child .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
    margin: 1.0416666667vw 0;
  }
}
.page-id-568 .section_multiple_text_blocks:before {
  display: none;
}

.left-text-right-arrows {
  display: flex;
  position: relative;
  margin: 0 0 7.8125vw;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows {
    margin: 0 0 13.037809648vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows {
    margin: 0 0 18.75vw;
  }
}
.left-text-right-arrows:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-text-right-arrows:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows:before {
    height: 0.9375vw;
  }
}
.left-text-right-arrows .headline {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  padding: 1.3020833333vw 0 2.6041666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-text-right-arrows .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
    padding: 3.8541666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    padding: 5.78125vw 0 3.90625vw;
  }
}
.left-text-right-arrows .headline {
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.left-text-right-arrows .headline--line {
  position: relative;
}
.left-text-right-arrows .headline--line:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-text-right-arrows .headline--line:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .headline--line:before {
    height: 0.9375vw;
  }
}
.left-text-right-arrows .description p {
  margin: 0;
}
.left-text-right-arrows .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
  }
}
.left-text-right-arrows .description span {
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 700;
}
.left-text-right-arrows .cols:first-child {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows .cols {
    flex: 0 0 auto;
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .cols {
    padding: 7.8125vw 0;
  }
}
.left-text-right-arrows .cols:first-child {
  flex: 0 0 29.73%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows .cols:first-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .cols:first-child {
    padding: 7.8125vw 0;
  }
}
.left-text-right-arrows .cols:last-child {
  flex: 0 0 66.66%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows .cols:last-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .cols:last-child {
    padding: 7.8125vw 0;
  }
}
.left-text-right-arrows .cols ul {
  list-style-type: none;
  margin: 0 0 4.6875vw 0;
  padding: 0;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  letter-spacing: 0.15625vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-text-right-arrows .cols ul {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.3468057366vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .cols ul {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
  }
}
.left-text-right-arrows .cols ul li {
  position: relative;
  padding: 0.4166666667vw 0 0.4166666667vw 3.125vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows .cols ul li {
    padding-left: 5.8670143416vw;
    margin-bottom: 1.9556714472vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .cols ul li {
    padding-left: 10.9375vw;
    margin-bottom: 4.6875vw;
  }
}
.left-text-right-arrows .cols ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  display: block;
  width: 1.9791666667vw;
  height: 1.0416666667vw;
  background: url(./../../assets/img/buttons/arrow.svg) center no-repeat;
}
@media screen and (max-width: 1023px) {
  .left-text-right-arrows .cols ul li::after {
    width: 3.9113428944vw;
    height: 2.6075619296vw;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-arrows .cols ul li::after {
    width: 7.8125vw;
    height: 6.25vw;
    top: 0;
  }
}
.left-text-right-arrows .cols ul li a {
  display: inline-block;
  color: var(--theme-color-alpha);
  text-decoration: none;
  transition: color 0.5s var(--theme-transition-timing);
  will-change: color;
}
.left-text-right-arrows .cols ul li a:hover {
  color: var(--theme-color-charlie);
}

.img-boxes-double-img-f-s {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img-f-s__slider {
    width: calc(100% + 17.3958333333vw);
    margin: 2.0833333333vw -8.6979166667vw;
  }
}
.img-boxes-double-img-f-s__slider {
  position: static;
}
.img-boxes-double-img-f-s__slider .slick-arrow {
  color: #000;
  border: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 39%;
}
.img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
  display: block;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 1024px) {
  .img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
    width: 3.28125vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
    width: 6.5625vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
    width: 9.84375vw;
    height: 8.75vw;
  }
}
.img-boxes-double-img-f-s__slider .slick-prev {
  left: 2.96875vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .slick-prev {
    left: 7.4315514993vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .slick-prev {
    left: 9.375vw;
  }
}
.img-boxes-double-img-f-s__slider .slick-prev .svg-ico-play {
  transform: rotate(180deg);
}
.img-boxes-double-img-f-s__slider .slick-next {
  right: 2.96875vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .slick-next {
    right: 7.4315514993vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .slick-next {
    right: 9.375vw;
  }
}
.img-boxes-double-img-f-s__slider .slick-next .svg-ico-play {
  transform: rotate(360deg);
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider {
    flex-direction: column;
  }
}
.img-boxes-double-img-f-s__slider .s-box {
  flex: 0 0 33.33%;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .s-box {
    flex: 0 0 auto;
    padding: 0 0 40px;
  }
}
.img-boxes-double-img-f-s__slider .s-box__wrapper {
  position: relative;
}
.img-boxes-double-img-f-s__slider .s-box__img-wrapper {
  position: relative;
}
.img-boxes-double-img-f-s__slider .s-box__ratio {
  height: 0%;
  padding-bottom: 134%;
}
.img-boxes-double-img-f-s__slider .s-box__img {
  position: absolute;
  top: 2.7083333333vw;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-double-img-f-s__slider .s-box__bg-img-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.img-boxes-double-img-f-s__slider .s-box__bg-ratio {
  height: 0%;
  padding-bottom: 97%;
}
.img-boxes-double-img-f-s__slider .s-box__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-double-img-f-s__slider .s-box__photo-content {
  position: relative;
  padding: 0 4.0625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .s-box__photo-content {
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .s-box__photo-content {
    padding: 0 4.375vw;
  }
}
.img-boxes-double-img-f-s__slider .s-box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 1.3020833333vw;
  background: #fff;
  position: relative;
  max-width: 81%;
  margin: 2.0833333333vw auto;
  top: -4.4270833333vw;
  min-height: 14vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .s-box__content {
    top: -11.1458333333vw;
    max-width: 85%;
    padding: 1.3020833333vw;
    min-height: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .s-box__content {
    top: -16.71875vw;
    padding: 3.125vw;
  }
}
.img-boxes-double-img-f-s__slider .s-box__content .course,
.img-boxes-double-img-f-s__slider .s-box__content .yearbook {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.9375vw;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .s-box__content .course,
  .img-boxes-double-img-f-s__slider .s-box__content .yearbook {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .s-box__content .course,
  .img-boxes-double-img-f-s__slider .s-box__content .yearbook {
    font-size: 2.8125vw;
    letter-spacing: 0.1541666667vw;
  }
}
.img-boxes-double-img-f-s__slider .s-box__content .position {
  font-family: "Open Sans";
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  padding: 0 0.5208333333vw 2.7083333333vw;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .s-box__content .position {
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    padding: 0 1.0416666667vw 5.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .s-box__content .position {
    font-size: 5vw;
    line-height: 6.25vw;
    padding: 0 1.5625vw 8.125vw;
  }
}
.img-boxes-double-img-f-s__slider .s-box__content .title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.6666666667vw;
  margin: 0.15625vw 0 0.3645833333vw;
  line-height: 2.1875vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-double-img-f-s__slider .s-box__content .title {
    font-size: 3.3333333333vw;
    margin: 0.3125vw 0 0.7291666667vw;
    line-height: 4.375vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-double-img-f-s__slider .s-box__content .title {
    font-size: 5vw;
    margin: 0.46875vw 0 1.09375vw;
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
  }
}

.filter_events {
  display: flex;
  justify-content: space-around;
  max-width: 90vw;
}
@media screen and (max-width: 767px) {
  .filter_events {
    flex-direction: column;
    margin: 8.75vw auto 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filter_events {
    flex-wrap: wrap;
    margin: 3.6505867014vw auto 10.1694915254vw;
  }
}
@media screen and (min-width: 1024px) {
  .filter_events {
    align-items: flex-end;
    margin: 1.4583333333vw auto 4.0625vw;
    max-width: 88.5416666667vw;
  }
}
.filter_events::before {
  display: none;
}
.filter_events::after {
  display: none;
}
.filter_events #eventsDepartment, .filter_events #eventsCalendar {
  display: none;
}
.filter_events .btn {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 400;
  color: var(--theme-color-alpha);
  background: var(--theme-color-bravo);
  border: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .filter_events .btn {
    width: 100%;
    padding: 4.375vw;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filter_events .btn {
    width: 50%;
    padding: 1.8252933507vw;
    font-size: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .filter_events .btn {
    width: 10.625vw;
    padding: 0.7291666667vw;
    font-size: 0.9375vw;
    letter-spacing: 0.15625vw;
  }
}
.filter_events .btn.active {
  color: var(--theme-color-bravo);
  background: var(--theme-color-alpha);
}
.filter_events .btn_group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .filter_events .btn_group {
    width: 100%;
    border: 0.625vw solid;
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filter_events .btn_group {
    width: 100%;
    border: 0.260756193vw solid;
    margin-bottom: 1.5645371578vw;
  }
}
@media screen and (min-width: 1024px) {
  .filter_events .btn_group {
    border: 0.1041666667vw solid;
    margin-left: 0.3125vw;
    margin-right: 0.3125vw;
    margin-bottom: 0.625vw;
  }
}
.filter_events select {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background: var(--theme-color-bravo);
  border-color: transparent transparent var(--theme-color-alpha) transparent;
  border-radius: 0;
  border-style: solid;
  background-image: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  outline: none;
  cursor: pointer;
}
.filter_events select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .filter_events select {
    width: 100%;
    padding: 1.5625vw 9.375vw 1.5625vw 0;
    border-width: 0.625vw;
    font-size: 3.75vw;
    margin-bottom: 3.75vw;
    background-size: 6.25vw 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filter_events select {
    padding: 0.6518904824vw 3.9113428944vw 0.6518904824vw 0;
    border-width: 0.260756193vw;
    font-size: 1.5645371578vw;
    margin-left: 0.7822685789vw;
    margin-right: 0.7822685789vw;
    margin-bottom: 1.5645371578vw;
    background-size: 2.6075619296vw 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .filter_events select {
    width: 11.25vw;
    padding: 0.2604166667vw 1.5625vw 0.2604166667vw 0;
    border-width: 0.1041666667vw;
    font-size: 0.7291666667vw;
    margin-left: 0.3125vw;
    margin-right: 0.3125vw;
    margin-bottom: 0.625vw;
    background-size: 1.0416666667vw 2.0833333333vw;
    letter-spacing: 0.0520833333vw;
  }
}

.image_text_in_columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .image_text_in_columns {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .image_text_in_columns {
    padding-top: 14.0625vw;
    padding-bottom: 13.125vw;
    border-bottom: 1.875vw solid;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns {
    padding-top: 5.8670143416vw;
    padding-bottom: 5.4758800522vw;
    border-bottom: 0.7822685789vw solid;
  }
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns {
    padding-top: 4.6875vw;
    padding-bottom: 4.375vw;
    border-bottom: 0.3125vw solid;
  }
}
.image_text_in_columns:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (max-width: 767px) {
  .image_text_in_columns:before {
    height: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns:before {
    height: 0.7822685789vw;
  }
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns:before {
    height: 0.3125vw;
  }
}
.image_text_in_columns + .image_text_in_columns:before {
  display: none;
}
.image_text_in_columns + .line-title-desc:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns--rev {
    flex-direction: row-reverse;
  }
}
.image_text_in_columns--rev .image_text_in_columns__content {
  padding-left: 2.0833333333vw;
  padding-right: 0;
}
.image_text_in_columns--rev .image_text_in_columns__link {
  margin-left: 2.0833333333vw;
}
.image_text_in_columns__title {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  padding: 0 0 1.3020833333vw;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns__title {
    order: 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
    padding: 0 2.0833333333vw 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .image_text_in_columns__title {
    order: 1;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    padding: 0 2.0833333333vw 3.90625vw;
  }
}
.image_text_in_columns__item {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns__item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns__item {
    width: 50%;
  }
}
.image_text_in_columns__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
}
.image_text_in_columns__link {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns__link {
    position: absolute;
    bottom: 0;
  }
}
.image_text_in_columns__content {
  font-family: "Open Sans";
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .image_text_in_columns__content {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .image_text_in_columns__content {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns__content {
    font-size: 3.1290743155vw;
    padding-right: 5.2151238592vw;
    padding-bottom: 5.2151238592vw;
  }
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns__content {
    font-size: 1.25vw;
    padding-right: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
.image_text_in_columns__content h3 {
  text-transform: uppercase;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .image_text_in_columns__content h3 {
    margin: 5vw 0;
  }
}
@media screen and (max-width: 480px) {
  .image_text_in_columns__content h3 {
    font-size: 10vw;
    margin: 7.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns__content h3 {
    margin: 3.1290743155vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns__content h3 {
    margin: 1.25vw 0;
  }
}
.image_text_in_columns__content p {
  margin-top: 0;
}
.image_text_in_columns__content strong {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .image_text_in_columns__content strong {
    font-size: 0.7291666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image_text_in_columns__content strong {
    font-size: 1.8252933507vw;
  }
}
@media screen and (max-width: 767px) {
  .image_text_in_columns__content strong {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) {
  .image_text_in_columns__content strong {
    font-size: 4.375vw;
  }
}

.main-title__wrapper {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-title__wrapper {
    margin: 5.9895833333vw 1.0416666667vw 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-title__wrapper {
    margin: 13.037809648vw 2.6075619296vw 11.7340286832vw;
  }
}
@media screen and (max-width: 767px) {
  .main-title__wrapper {
    margin: 31.25vw 6.25vw 15.625vw;
  }
}
.main-title__title {
  max-width: 100%;
  font-family: "Open Sans";
  font-size: 4.6875vw;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-title__title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .main-title__title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .main-title__title {
    font-size: 10vw;
  }
}

.page-id-827 .main-title__wrapper {
  max-width: 88.0208333333vw;
}
@media screen and (min-width: 1024px) {
  .page-id-827 .main-title__wrapper {
    margin: 9.8958333333vw auto 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-827 .main-title__wrapper {
    max-width: 100%;
    margin: 13.037809648vw auto 3.9113428944vw;
  }
}
@media screen and (max-width: 767px) {
  .page-id-827 .main-title__wrapper {
    max-width: 100%;
    margin: 25vw auto 9.375vw;
  }
}
.page-id-827 .main-title__title {
  text-align: left;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-827 .main-title__title {
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
  }
}
@media screen and (max-width: 767px) {
  .page-id-827 .main-title__title {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .page-id-827 .main-title__title {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}

.img-boxes-press {
  display: block;
}
.img-boxes-press__wrapper {
  width: 70.8vw;
  margin: 2.0833333333vw auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .img-boxes-press__wrapper {
    width: 88.3vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press__wrapper {
    flex-direction: column;
  }
}
.img-boxes-press .section__header {
  margin: 0 auto;
}
.img-boxes-press .section__header h3 {
  position: relative;
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  line-height: 1.1;
  text-align: center;
  margin: 3.3854166667vw auto 5.2083333333vw;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.img-boxes-press .section__header h3::after {
  position: absolute;
  content: "";
  background: var(--theme-color-charlie);
  left: 0;
  bottom: -0.2083333333vw;
  width: 100%;
  height: 0.2604166667vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-press .section__header h3::after {
    height: 0.6518904824vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .section__header h3::after {
    height: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .section__header h3 {
    margin: 12.5vw auto 12.5vw;
  }
}
@media screen and (max-width: 480px) {
  .img-boxes-press .section__header h3 {
    font-size: 10vw;
  }
}
.img-boxes-press .s-box {
  flex: 0 0 33.33%;
  padding: 0.2604166667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-press .s-box {
    padding: 0.6518904824vw;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .s-box {
    flex: 0 0 auto;
    padding: 1.5625vw 0;
  }
}
.img-boxes-press .s-box__wrapper {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 2.0833333333vw 1.1197916667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-press .s-box__wrapper {
    padding: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .s-box__wrapper {
    padding: 4.21875vw;
  }
}
.img-boxes-press .s-box__wrapper .category {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.0770833333vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-press .s-box__wrapper .category {
    top: 1.3541666667vw;
    letter-spacing: 0.1541666667vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .s-box__wrapper .category {
    top: 2.7083333333vw;
    letter-spacing: 0.23125vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.9166666667vw;
  }
}
.img-boxes-press .s-box__wrapper .title {
  text-transform: uppercase;
  margin: 0;
  line-height: 2.1875vw;
  font-weight: 600;
  letter-spacing: 0.0520833333vw;
  padding: 1.0416666667vw 0 1.8229166667vw;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-press .s-box__wrapper .title {
    line-height: 4.375vw;
    letter-spacing: 0.1041666667vw;
    padding: 2.0833333333vw 0 3.6458333333vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .s-box__wrapper .title {
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
    padding: 3.125vw 0 5.46875vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
  }
}
.img-boxes-press .s-box__wrapper .link {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .img-boxes-press .s-box__wrapper .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-press .s-box__wrapper .link {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.75vw;
  }
}
.img-boxes-press .s-box__wrapper .link::after {
  position: absolute;
  content: "";
  background: var(--theme-color-alpha);
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  transition: background 0.5s var(--theme-transition-timing);
  will-change: background;
}
.img-boxes-press .s-box__wrapper .link:hover::after {
  background: var(--theme-color-charlie);
}
.img-boxes-press__link-wrapper {
  width: 100%;
  text-align: center;
  padding: 3.90625vw 0;
  max-width: 88.5416666667vw;
  margin: 0 auto;
}
.img-boxes-press__link-wrapper .link {
  min-width: 16%;
}

.faculty-grid {
  overflow: hidden;
  max-width: 88.0208333333vw;
}
@media screen and (min-width: 1024px) {
  .faculty-grid {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid {
    max-width: 100%;
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid {
    max-width: 100%;
    margin-bottom: 18.75vw;
    padding-top: 0;
  }
}
.faculty-grid__img {
  width: 100%;
}
.faculty-grid .s-box__img {
  width: 100%;
}
.faculty-grid__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3645833333vw;
  margin-right: -0.3645833333vw;
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid {
    margin-bottom: 15.625vw;
  }
}
.faculty-grid__grid .sliderPeople__body-item {
  width: calc(25% - 0.7291666667vw);
  max-width: calc(25% - 0.71875vw);
  margin: 0 0.3645833333vw 5.2083333333vw;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid .sliderPeople__body-item {
    width: calc(33.33% - 1.8252933507vw);
    max-width: calc(33.33% - 1.7992177314vw);
    margin: 0 0.9126466754vw 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid .sliderPeople__body-item {
    margin: 0 0 21.875vw;
    width: 100%;
    max-width: 100%;
  }
}
.faculty-grid__grid .sliderPeople__body-item .role {
  background: var(--theme-color-alpha);
  font-weight: 800;
  font-family: "Open Sans";
  color: var(--theme-color-bravo);
  font-size: 0.7291666667vw;
  letter-spacing: 0.078125vw;
  line-height: 1.875vw;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid .sliderPeople__body-item .role {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 1.4583333333vw;
    letter-spacing: 0.15625vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid .sliderPeople__body-item .role {
    font-family: "Open Sans";
    color: var(--theme-color-bravo);
    font-size: 2.1875vw;
    letter-spacing: 0.234375vw;
    line-height: 5.625vw;
  }
}
.faculty-grid__grid .sliderPeople__body-item .details {
  margin: 0 1.4583333333vw;
  padding: 1.2369791667vw;
  margin-top: -3.125vw;
  background: var(--theme-color-bravo);
  z-index: 10;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid .sliderPeople__body-item .details {
    margin: 0 2.9166666667vw;
    padding: 2.4739583333vw 0.078125vw 0;
    margin-top: -9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid .sliderPeople__body-item .details {
    margin: 0 4.375vw;
    padding: 3.7109375vw 0.078125vw 0;
    margin-top: -14.0625vw;
  }
}
.faculty-grid__grid .sliderPeople__body-item .details .name {
  font-family: "Khula";
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  margin: 0;
  font-size: 1.6666666667vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid .sliderPeople__body-item .details .name {
    font-size: 3.3333333333vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid .sliderPeople__body-item .details .name {
    font-size: 5vw;
    letter-spacing: 0.15625vw;
  }
}
.faculty-grid__grid .sliderPeople__body-item .details .position {
  font-family: "Khula";
  font-size: 1.4583333333vw;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #222;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid .sliderPeople__body-item .details .position {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid .sliderPeople__body-item .details .position {
    font-size: 5vw;
  }
}
.faculty-grid__grid.cols-3 {
  justify-content: flex-start;
}
.faculty-grid__grid.cols-3 .sliderPeople__body-item {
  position: relative;
  width: calc(50% - 0.7291666667vw);
  max-width: calc(50% - 0.71875vw);
  margin: 0 0.3645833333vw 2.0833333333vw;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item {
    margin: 0 0 12.5vw;
  }
}
.faculty-grid__grid.cols-3 .sliderPeople__body-item .s-box__img {
  flex: 0 0 26%;
  max-width: 26%;
  padding-right: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .s-box__img {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 3.125vw;
  }
}
.faculty-grid__grid.cols-3 .sliderPeople__body-item .role {
  width: 74%;
  background: transparent;
  font-weight: 800;
  text-align: left;
  position: absolute;
  top: 1.9270833333vw;
  right: 0;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .role {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .role {
    top: 0;
    width: 65%;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 2.1875vw;
  }
}
.faculty-grid__grid.cols-3 .sliderPeople__body-item .details {
  flex: 0 0 74%;
  max-width: 74%;
  margin: 0;
  padding: 4.1666666667vw 0 0;
  background: transparent;
  z-index: 0;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .details {
    margin: 0 0 3.6505867014vw;
    padding: 7.8226857888vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .details {
    margin: 0 0 8.75vw;
    padding: 7.8125vw 0 0;
    flex: 0 0 65%;
    max-width: 65%;
  }
}
.faculty-grid__grid.cols-3 .sliderPeople__body-item .details .name {
  text-transform: none;
  text-align: left;
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  line-height: 3.6458333333vw;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .name {
    font-size: 4.1720990874vw;
    line-height: 4.6936114733vw;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .name {
    font-size: 8.125vw;
    line-height: 9.375vw;
  }
}
.faculty-grid__grid.cols-3 .sliderPeople__body-item .details .position {
  text-align: left;
  padding: 0.8333333333vw 0 0 0;
}
@media screen and (max-width: 1023px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .position {
    padding: 2.0860495437vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .position {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section_images_in_columns {
    margin-bottom: 18.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_images_in_columns {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (min-width: 1024px) {
  .section_images_in_columns {
    margin-bottom: 7.1875vw;
  }
}
.section_images_in_columns .container--images_in_columns {
  display: flex;
  justify-content: space-between;
}
.section_images_in_columns .container--images_in_columns::before {
  display: none;
}
.section_images_in_columns .container--images_in_columns::after {
  display: none;
}
.section_images_in_columns .container--images_in_columns > div {
  width: 48%;
}
.section_images_in_columns .container--images_in_columns .image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-module {
    margin: 18.75vw 0 9.375vw;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-module {
    margin: 13.037809648vw 0 5.2151238592vw;
    padding: 0 20px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs-module {
    margin: 6.7708333333vw 0 2.0833333333vw;
    padding: 0 0 0 2.6041666667vw;
  }
}
.breadcrumbs-module__link {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.0770833333vw;
  position: relative;
  padding-right: 2.0833333333vw;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs-module__link {
    letter-spacing: 0.1929595828vw;
    padding-right: 3.125vw;
    font-size: 1.8252933507vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-module__link {
    letter-spacing: 0.15625vw;
    padding-right: 4.6875vw;
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs-module__link {
    font-size: 2.9166666667vw;
  }
}
.breadcrumbs-module__link::after {
  position: absolute;
  top: 0;
  content: "/";
}
@media screen and (max-width: 767px) {
  .breadcrumbs-module__link::after {
    right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbs-module__link::after {
    right: 0.9126466754vw;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs-module__link::after {
    right: 0.6770833333vw;
  }
}
.breadcrumbs-module__link:last-child {
  padding-right: 0;
}
.breadcrumbs-module__link:last-child::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .parent-pageid-207 .breadcrumbs-module {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .parent-pageid-207 .breadcrumbs-module {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .parent-pageid-207 {
    width: 100%;
  }
}

.dashicons-admin-home {
  font-size: initial;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .dashicons-admin-home {
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dashicons-admin-home {
    font-size: 2.0860495437vw;
  }
}
@media screen and (min-width: 1024px) {
  .dashicons-admin-home {
    font-size: 1.1rem;
    letter-spacing: 0.0520833333vw;
  }
}

@media screen and (max-width: 1023px) {
  .breadcrumbsBar__container {
    display: flex;
  }
}

.title-logos {
  overflow: hidden;
  background-color: var(--theme-color-light-grey);
}
.title-logos__wrapper {
  width: 82.4vw;
  margin: 7.2916666667vw auto 10.4166666667vw;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .title-logos__wrapper {
    flex-direction: column;
    margin: 9.1264667536vw auto 16.9491525424vw;
  }
}
@media screen and (max-width: 767px) {
  .title-logos__wrapper {
    margin: 12.5vw auto 21.875vw;
  }
}
.title-logos__title {
  flex: 0 0 35%;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin: 0;
  padding: 0 1.0416666667vw 0 0;
  line-height: 3.6458333333vw;
}
@media screen and (max-width: 1023px) {
  .title-logos__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 5.46875vw;
    padding: 0 0 3.9113428944vw 0;
  }
}
@media screen and (max-width: 767px) {
  .title-logos__title {
    padding: 0 0 9.375vw 0;
    line-height: 9.375vw;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 6.6666666667vw;
    line-height: 7.2916666667vw;
  }
}
.title-logos__logos {
  flex: 0 0 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.title-logos__logos .logo-wrapper {
  flex: 0 0 33.33%;
  padding: 1.0416666667vw;
  height: 6.6145833333vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-logos__logos .logo-wrapper {
    height: 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .title-logos__logos .logo-wrapper {
    height: 21.875vw;
    flex: 0 0 100%;
    padding: 0 0 9.375vw;
  }
}
.title-logos__logos .logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .title-logos__logos .logo-wrapper img {
    margin: 0;
  }
}

.columns-3-bg {
  overflow: hidden;
  position: relative;
}
.columns-3-bg:not(.bg) {
  background-color: var(--theme-color-light-grey);
}
.columns-3-bg.bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  z-index: -1;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.columns-3-bg.bg {
  color: var(--theme-color-bravo);
}
.columns-3-bg.bg__cols-wrapper .text-col__content {
  font-family: "Open Sans";
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
}
.columns-3-bg__wrapper {
  width: 82.4vw;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__wrapper {
    flex-direction: column;
    margin: 9.1264667536vw auto 16.9491525424vw;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__wrapper {
    margin: 12.5vw auto 21.875vw;
  }
}
.columns-3-bg__title {
  font-weight: 500;
  margin: 0;
  padding: 0 0 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__title {
    padding: 0 0 9.1264667536vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__title {
    padding: 0 0 15.625vw;
  }
}
.columns-3-bg__title.small {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.7291666667vw;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 1.5625vw;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__title.small {
    font-size: 1.8252933507vw;
    margin: 0;
    letter-spacing: 0.3911342894vw;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__title.small {
    font-size: 4.375vw;
    letter-spacing: 0.9375vw;
  }
}
.columns-3-bg__title:not(.small) {
  font-family: "Open Sans";
  font-size: 3.3333333333vw;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns-3-bg__title:not(.small) {
    font-size: 8.3441981747vw;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__title:not(.small) {
    font-size: 10vw;
  }
}
.columns-3-bg__cols-wrapper {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__cols-wrapper {
    flex-direction: column;
  }
}
.columns-3-bg__cols-wrapper .text-col {
  flex: 0 0 33.33%;
  padding: 0 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__cols-wrapper .text-col {
    padding: 0 0 6.518904824vw;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__cols-wrapper .text-col {
    padding: 0 0 12.5vw;
    font-size: 4.375vw;
  }
}
.columns-3-bg__cols-wrapper .text-col__headline {
  font-family: "Open Sans";
  font-weight: 700;
  margin: 0;
  padding: 0 0 1.5625vw;
  font-size: 0.7291666667vw;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.0770833333vw;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__cols-wrapper .text-col__headline {
    padding: 0 0 2.6075619296vw;
    font-size: 1.8252933507vw;
    letter-spacing: 0.1929595828vw;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__cols-wrapper .text-col__headline {
    padding: 0 0 6.25vw;
    font-size: 4.375vw;
  }
}
.columns-3-bg__cols-wrapper .text-col__title {
  font-family: "Open Sans";
  font-weight: 500;
  margin: 0;
  padding: 0 0 0.78125vw 0;
  font-size: 2.34375vw;
  line-height: 1.1;
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__cols-wrapper .text-col__title {
    padding: 0 0 1.9556714472vw 0;
    font-size: 5.8670143416vw;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__cols-wrapper .text-col__title {
    padding: 0 0 1.5625vw 0;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 1023px) {
  .columns-3-bg__cols-wrapper .text-col__content {
    font-size: 3.1290743155vw;
    line-height: 3.9113428944vw;
  }
}
@media screen and (max-width: 767px) {
  .columns-3-bg__cols-wrapper .text-col__content {
    font-size: 4.375vw;
    line-height: 9.375vw;
  }
}
.columns-3-bg__cols-wrapper .text-col__content span {
  font-family: "Open Sans";
  font-weight: 700;
}

.img-boxes-exhibition {
  display: block;
}
.img-boxes-exhibition__wrapper {
  width: 85vw;
  margin: 2.0833333333vw auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.img-boxes-exhibition__wrapper .s-box {
  flex: 0 0 33.33%;
  padding: 1.5625vw 0.78125vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-exhibition__wrapper .s-box {
    padding: 2.6075619296vw 1.3037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper .s-box {
    flex: 0 0 100%;
    padding: 0 0 7.8125vw;
    min-width: 100%;
  }
}
.img-boxes-exhibition__wrapper .s-box__wrapper {
  position: relative;
  height: 100%;
}
.img-boxes-exhibition__wrapper .s-box__img-wrapper {
  position: relative;
}
.img-boxes-exhibition__wrapper .s-box__ratio {
  height: 0%;
  padding-bottom: 134%;
}
.img-boxes-exhibition__wrapper .s-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-exhibition__wrapper .s-box__bg-img-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.img-boxes-exhibition__wrapper .s-box__bg-ratio {
  height: 0%;
  padding-bottom: 107%;
}
.img-boxes-exhibition__wrapper .s-box__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.img-boxes-exhibition__wrapper .s-box__photo-content {
  position: relative;
  padding: 0 2.1875vw;
  padding-bottom: 30%;
}
@media screen and (max-width: 1023px) {
  .img-boxes-exhibition__wrapper .s-box__photo-content {
    padding: 0 1.5625vw 30%;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper .s-box__photo-content {
    padding: 0 4.375vw 30%;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper .s-box__photo-content {
    padding-bottom: 24%;
  }
}
.img-boxes-exhibition__wrapper .s-box__content {
  text-align: center;
  padding: 1.6666666667vw;
  background: #fff;
  width: 66%;
  margin: 2.0833333333vw auto;
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 1024px) {
  .img-boxes-exhibition__wrapper .s-box__content {
    top: 58%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-boxes-exhibition__wrapper .s-box__content {
    top: 48%;
  }
}
@media screen and (max-width: 1023px) {
  .img-boxes-exhibition__wrapper .s-box__content {
    max-width: 85%;
    width: 74%;
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper .s-box__content {
    bottom: 0;
    padding: 3.125vw;
    margin: 6.25vw auto;
  }
}
.img-boxes-exhibition__wrapper .s-box__content .course,
.img-boxes-exhibition__wrapper .s-box__content .yearbook {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.9375vw;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-exhibition__wrapper .s-box__content .course,
  .img-boxes-exhibition__wrapper .s-box__content .yearbook {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper .s-box__content .course,
  .img-boxes-exhibition__wrapper .s-box__content .yearbook {
    font-size: 2.8125vw;
    letter-spacing: 0.1541666667vw;
  }
}
.img-boxes-exhibition__wrapper .s-box__content .title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.5625vw;
  margin: 0.15625vw 0 0.3645833333vw;
  line-height: 2.1875vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (max-width: 1023px) {
  .img-boxes-exhibition__wrapper .s-box__content .title {
    font-size: 3.125vw;
    margin: 0.3125vw 0 0.7291666667vw;
    line-height: 3.259452412vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .img-boxes-exhibition__wrapper .s-box__content .title {
    font-size: 4.6875vw;
    margin: 0.46875vw 0 1.09375vw;
    line-height: 6.5625vw;
    letter-spacing: 0.15625vw;
  }
}

.section_gallery {
  margin-bottom: 150px;
}

.gallery__header {
  display: block;
  padding: 30px 0 60px 0;
  position: relative;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.48px;
  line-height: 18px;
}
.gallery__header:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #000;
}
.gallery__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery__image {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery__image {
    width: 100%;
  }
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__image:hover .gallery__caption {
  transform: translateY(0%);
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-size: 0;
  z-index: 5;
  color: #FFFFFF;
  font-family: "Open Sans";
  text-align: center;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  transition: transform 500ms ease-in-out;
  line-height: 1.25;
  padding: 50px;
}
@media screen and (min-width: 1024px) {
  .gallery__caption {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gallery__caption {
    font-size: 3.1290743155vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__caption {
    font-size: 5vw;
    padding: 20px;
  }
}
.multiple-columns-table {
  position: relative;
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table {
    margin: 0 0 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table {
    margin: 0 0 18.75vw;
  }
}
.multiple-columns-table:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .multiple-columns-table:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table:before {
    height: 0.9375vw;
  }
}
.multiple-columns-table .table-section {
  display: flex;
  flex-direction: column;
}
.multiple-columns-table .table-section__row {
  flex: 0 0 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .table-section__row {
    flex-direction: column;
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .table-section__row {
    padding: 7.8125vw 0;
  }
}
.multiple-columns-table .table-section__row:first-child:before, .multiple-columns-table .table-section__row:nth-child(2):before {
  display: none;
}
.multiple-columns-table .table-section__row:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .multiple-columns-table .table-section__row:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .table-section__row:before {
    height: 0.9375vw;
  }
}
.multiple-columns-table .table-section__row--header {
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .table-section__row--header {
    display: none;
  }
}
.multiple-columns-table .table-section__row--header .t-col--1,
.multiple-columns-table .table-section__row--header .t-col--2,
.multiple-columns-table .table-section__row--header .t-col--3 {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .multiple-columns-table .table-section__row--header .t-col--1,
  .multiple-columns-table .table-section__row--header .t-col--2,
  .multiple-columns-table .table-section__row--header .t-col--3 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .table-section__row--header .t-col--1,
  .multiple-columns-table .table-section__row--header .t-col--2,
  .multiple-columns-table .table-section__row--header .t-col--3 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
  }
}
.multiple-columns-table .table-section__row .hedline-mobile {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1.3020833333vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .multiple-columns-table .table-section__row .hedline-mobile {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .table-section__row .hedline-mobile {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    margin-bottom: 3.90625vw;
  }
}
.multiple-columns-table .t-col .hedline-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .t-col .hedline-mobile {
    display: block;
  }
}
.multiple-columns-table .t-col:first-child {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .t-col {
    flex: 0 0 auto;
    padding: 0;
  }
}
.multiple-columns-table .t-col--2 {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .t-col--2 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    margin: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .t-col--2 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
    margin: 3.125vw 0;
  }
}
.multiple-columns-table .t-col--1, .multiple-columns-table .t-col--3 {
  font-family: "Open Sans";
  font-size: 1.5625vw;
  line-height: 1.5625vw;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .t-col--1, .multiple-columns-table .t-col--3 {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .t-col--1, .multiple-columns-table .t-col--3 {
    font-size: 4.6875vw;
    line-height: 4.6875vw;
  }
}
.multiple-columns-table--2 .t-col--1 {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--2 .t-col--1 {
    flex: 0 0 auto;
  }
}
.multiple-columns-table--2 .t-col--2 {
  flex: 0 0 66.66%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--2 .t-col--2 {
    padding: 0;
  }
}
.multiple-columns-table--3 .t-col {
  flex: 0 0 33.33%;
  padding: 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .t-col {
    flex: 0 0 auto;
    padding: 0;
  }
}
.multiple-columns-table--3 .t-col--1 {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .t-col--1 {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table--3 .t-col--1 {
    padding: 7.8125vw 0 0;
  }
}
.multiple-columns-table--3 .t-col--3 {
  flex: 0 0 33.33%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .t-col--3 {
    padding: 0;
  }
}
.multiple-columns-table .headline {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  padding: 1.9270833333vw 0 1.3020833333vw;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .multiple-columns-table .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
    padding: 3.8541666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    padding: 5.78125vw 0 3.90625vw;
  }
}
.multiple-columns-table .headline ~ .row_for_cols .cols {
  margin-top: 0;
}
.multiple-columns-table .title {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: "Open Sans";
  font-size: 26px;
  line-height: 40px;
}
.multiple-columns-table .button {
  font-family: "Open Sans";
  display: table;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  margin: 1em auto 0;
  text-decoration: none;
  border: 0.15625vw solid var(--theme-color-alpha);
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .multiple-columns-table .button {
    padding: 1.3541666667vw 1.3541666667vw 0.9895833333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .button {
    border: 0.3911342894vw solid var(--theme-color-alpha);
    padding: 2.7083333333vw 2.7083333333vw 1.9791666667vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .multiple-columns-table .button {
    padding: 5.4166666667vw 5.4166666667vw 3.9583333333vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .button {
    border-width: 0.625vw;
  }
}
.multiple-columns-table .button:hover {
  color: var(--theme-color-bravo);
  background: var(--theme-color-alpha);
}
.multiple-columns-table .description {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    margin: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
    margin: 3.125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .description p:last-child {
    margin-bottom: 0;
  }
}
.multiple-columns-table .description span {
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 700;
}
.multiple-columns-table .description a {
  display: block;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .description a {
    padding-bottom: 3.125vw;
  }
}
.multiple-columns-table .row_for_cols {
  display: flex;
  flex-wrap: wrap;
}
.multiple-columns-table .cols:first-child {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .cols {
    flex: 0 0 auto;
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table .cols {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table .cols--btn {
    padding-top: 0;
  }
}
.multiple-columns-table--1 .cols {
  flex: 0 0 100%;
}
.multiple-columns-table--2 .cols:first-child {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--2 .cols:first-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table--2 .cols:first-child {
    padding: 7.8125vw 0 0;
  }
}
.multiple-columns-table--2 .cols:last-child {
  flex: 0 0 66.66%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--2 .cols:last-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table--2 .cols:last-child {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--2 .cols--btn {
    padding-top: 0;
  }
  .multiple-columns-table--2 .cols--btn:last-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-columns-table--2.multiple-columns-table--rev .cols:first-child {
    padding: 0 0 0 3.6%;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-columns-table--2.multiple-columns-table--rev .cols:last-child {
    padding: 0 3.6% 0 0;
  }
}
.multiple-columns-table--3 .cols {
  flex: 0 0 33.33%;
  padding: 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .cols {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table--3 .cols {
    padding: 7.8125vw 0 0;
  }
}
.multiple-columns-table--3 .cols:first-child {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .cols:first-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table--3 .cols:first-child {
    padding: 7.8125vw 0 0;
  }
}
.multiple-columns-table--3 .cols:last-child {
  flex: 0 0 33.33%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .cols:last-child {
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .multiple-columns-table--3 .cols:last-child {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .multiple-columns-table--3 .cols--btn {
    padding-top: 0;
  }
  .multiple-columns-table--3 .cols--btn:last-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-columns-table--3.multiple-columns-table--rev .cols:first-child {
    padding: 0 0 0 3.6%;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-columns-table--3.multiple-columns-table--rev .cols:last-child {
    padding: 0 3.6% 0 0;
  }
}

.text-slider-ir {
  position: relative;
  margin-bottom: 9.1145833333vw;
}
@media screen and (max-width: 1023px) {
  .text-slider-ir {
    margin: 0 0 13.037809648vw;
  }
}
@media screen and (max-width: 767px) {
  .text-slider-ir {
    margin: 0 0 18.75vw;
  }
}
.text-slider-ir:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0.3125vw;
  width: 100%;
  display: block;
  background: var(--theme-color-alpha);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-slider-ir:before {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .text-slider-ir:before {
    height: 0.9375vw;
  }
}
.text-slider-ir .row_for_cols {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .row_for_cols {
    flex-direction: column;
  }
}
.text-slider-ir .headline {
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 0.7291666667vw;
  letter-spacing: 0.15625vw;
  padding: 1.9270833333vw 0 1.3020833333vw;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-slider-ir .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 1.8252933507vw;
    letter-spacing: 0.3125vw;
    padding: 3.8541666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .text-slider-ir .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    padding: 5.78125vw 0 3.90625vw;
  }
}
.text-slider-ir .description,
.text-slider-ir .caption {
  max-width: 100%;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .description,
  .text-slider-ir .caption {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 3.3333333333vw;
    line-height: 4.1666666667vw;
    margin: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .text-slider-ir .description,
  .text-slider-ir .caption {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: 5vw;
    line-height: 6.25vw;
    margin: 3.125vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .cols {
    flex: 0 0 auto;
    padding: 3.259452412vw 0;
  }
}
@media screen and (max-width: 767px) {
  .text-slider-ir .cols {
    padding: 7.8125vw 0 0;
  }
}
.text-slider-ir .cols:first-child {
  flex: 0 0 33.33%;
  padding: 0 3.6% 0 0;
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .cols:first-child {
    padding: 2.6075619296vw 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.text-slider-ir .cols:last-child {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 0 0 3.6%;
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .cols:last-child {
    padding: 2.6075619296vw 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .text-slider-ir .cols:last-child {
    padding: 7.8125vw 0 0;
  }
}
.text-slider-ir .slider-inside-col {
  max-width: 100%;
}
.text-slider-ir .slider-inside-col__wrapper {
  position: relative;
}
.text-slider-ir .slider-inside-col .img-wrapper {
  max-width: 100%;
  position: relative;
  height: 0%;
  padding-bottom: 75%;
}
.text-slider-ir .slider-inside-col .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.text-slider-ir .slider-inside-col .img-wrapper .slider-image-caption {
  z-index: 5;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em;
  text-align: center;
  margin: 0;
  color: var(--theme-color-bravo);
}
.text-slider-ir .slider-inside-col__slider-navigation {
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  width: 100px;
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .slider-inside-col__slider-navigation {
    width: 100%;
    justify-content: center;
    right: 0;
  }
}
.text-slider-ir .slider-inside-col__slider-navigation .button-prev,
.text-slider-ir .slider-inside-col__slider-navigation .button-next {
  cursor: pointer;
  outline: none;
  background-color: var(--theme-color-bravo);
  text-indent: -999999999px;
  display: block;
  border: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-prev,
  .text-slider-ir .slider-inside-col__slider-navigation .button-next {
    height: 2.9166666667vw;
    width: 3.28125vw;
  }
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-prev,
  .text-slider-ir .slider-inside-col__slider-navigation .button-next {
    height: 5.8333333333vw;
    width: 6.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-prev,
  .text-slider-ir .slider-inside-col__slider-navigation .button-next {
    height: 11.6666666667vw;
    width: 13.125vw;
  }
}
.text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
    border-width: 0.4947916667vw 0.9895833333vw 0.4947916667vw 0;
  }
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
    border-width: 0.9583333333vw 1.9791666667vw 0.9583333333vw 0;
  }
}
@media screen and (max-width: 480px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
    border-width: 1.9166666667vw 3.9583333333vw 1.9166666667vw 0;
  }
}
.text-slider-ir .slider-inside-col__slider-navigation .button-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-next::before {
    border-width: 0.4947916667vw 0 0.4947916667vw 0.9895833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-next::before {
    border-width: 0.9583333333vw 0 0.9583333333vw 1.9791666667vw;
  }
}
@media screen and (max-width: 480px) {
  .text-slider-ir .slider-inside-col__slider-navigation .button-next::before {
    border-width: 1.9166666667vw 0 1.9166666667vw 3.9583333333vw;
  }
}

.prefooter {
  background: var(--theme-color-delta);
  width: 100%;
  padding: 5.7291666667vw 2.6041666667vw;
}
.prefooter__title {
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: center;
  color: var(--theme-color-bravo);
  padding: 1.3020833333vw 0;
  margin-bottom: 5.2083333333vw;
  border-top: 0.78125vw var(--theme-color-bravo) solid;
  border-bottom: 0.78125vw var(--theme-color-bravo) solid;
}
.prefooter__buttons {
  display: block;
  justify-content: space-between;
  margin-bottom: 5.2083333333vw;
}
.prefooter__buttons a {
  text-transform: uppercase;
  background: var(--theme-color-alpha);
  color: var(--theme-color-bravo);
  font-family: "Open Sans";
  font-size: 2.9166666667vw;
  font-weight: 700;
  letter-spacing: 0.2604166667vw;
  width: 100%;
  margin-bottom: 1.0416666667vw;
  padding: 2.9166666667vw 0;
}
.prefooter__buttons a:hover {
  background: var(--theme-color-bravo);
  color: var(--theme-color-alpha);
}
@media screen and (min-width: 1024px) {
  .prefooter__buttons {
    display: flex;
  }
  .prefooter__buttons a {
    font-size: 1.4583333333vw;
    width: 32%;
    margin-bottom: 0;
    padding: 1.4583333333vw 0;
  }
}
.prefooter__contact {
  font-family: "Open Sans";
  color: var(--theme-color-bravo);
  text-transform: uppercase;
  font-size: 2.0833333333vw;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.prefooter__contact li {
  letter-spacing: 0.1041666667vw;
  padding: 0 0.2604166667vw;
}
@media screen and (min-width: 1024px) {
  .prefooter__contact {
    display: flex;
    font-size: 1.0416666667vw;
  }
  .prefooter__contact li::after {
    content: "|";
    padding-left: 0.5208333333vw;
  }
  .prefooter__contact li:last-of-type::after {
    content: "";
  }
}

body.admin-bar #wpadminbar {
  position: fixed;
}
body.admin-bar .header .searchform {
  transform: translateY(-32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .header .searchform {
    transform: translateY(-46px);
  }
}
body.admin-bar #search_menu:checked ~ .header .searchform {
  transform: translateY(0);
}
body.admin-bar #search_menu:checked ~ .header .menu--main > .menu-item-has-children > .sub-menu {
  top: calc(21.3541666667vw + 32px);
}
@media screen and (min-width: 1024px) {
  body.admin-bar .main__navigation {
    top: calc(32px + 7.8125vw);
    max-height: calc(100vh - 100px - 10px - 32px);
  }
}
body.admin-bar .modal {
  z-index: 100000;
}
body.admin-bar .breadcrumbsBar {
  top: calc(32px + 5.2083333333vw);
}