/*
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-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 {
  -moz-box-sizing: border-box;
  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"] {
  -moz-box-sizing: border-box;
  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; }

.class__group .contentButton a, .heading .contentButton a, .img-boxes-news__link-wrapper .link, .img-boxes-double-img__link-wrapper .link, .left-image-right-text-links__content .links__link, .img-boxes-press__link-wrapper .link {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: calc(29 / 1920 * 100vw);
  border: 3px solid var(--theme-color-alpha);
  cursor: pointer;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: calc(24 / 1920 * 100vw);
  font-weight: 600;
  margin: 0 0 calc(28 / 1920 * 100vw);
  line-height: calc(28 / 1920 * 100vw);
  transition: 0.25s ease-in-out; }
  .class__group .contentButton a:hover, .heading .contentButton a:hover, .img-boxes-news__link-wrapper .link:hover, .img-boxes-double-img__link-wrapper .link:hover, .left-image-right-text-links__content .links__link:hover, .img-boxes-press__link-wrapper .link:hover {
    background: var(--theme-color-alpha);
    color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .class__group .contentButton a, .heading .contentButton a, .img-boxes-news__link-wrapper .link, .img-boxes-double-img__link-wrapper .link, .left-image-right-text-links__content .links__link, .img-boxes-press__link-wrapper .link {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(24 / 767 * 100vw);
      line-height: calc(28 / 767 * 100vw);
      margin: 0 0 calc(15 / 768 * 100vw);
      padding: calc(13/ 768 * 100vw) calc(30/ 768 * 100vw); } }
  @media screen and (max-width: 767px) {
    .class__group .contentButton a, .heading .contentButton a, .img-boxes-news__link-wrapper .link, .img-boxes-double-img__link-wrapper .link, .left-image-right-text-links__content .links__link, .img-boxes-press__link-wrapper .link {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(14 / 320 * 100vw);
      line-height: calc(18 / 320 * 100vw);
      margin: 0 0 calc(10 / 320 * 100vw);
      padding: calc(13/ 320 * 100vw) calc(30/ 320 * 100vw); } }

/*!
 * 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 {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

a {
  color: inherit;
  text-decoration: none; }
figure {
  max-width:98%;
}
figcaption {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

h1 {
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: calc(30 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h1 {
      font-size: calc(40 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: calc(60 / 1920 * 100vw); } }

h2 {
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: calc(24 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h2 {
      font-size: calc(32 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: calc(48 / 1920 * 100vw); } }

h3 {
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: calc(18 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h3 {
      font-size: calc(26 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: calc(36 / 1920 * 100vw); } }

h4 {
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h4 {
      font-size: calc(21 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    h4 {
      font-size: calc(32 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  h5 {
    font-size: calc(14 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: calc(18 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  h5 {
    font-size: calc(28 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  h6 {
    font-size: calc(12 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: calc(16 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  h6 {
    font-size: calc(26 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .content {
    font-size: calc(90 / 1920 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content {
    font-size: calc(60 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .content {
    font-size: calc(30 / 1920 * 100vw); } }

.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: calc(90 / 1920 * 100vw);
      padding-bottom: calc(12 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .content--single_post {
      font-size: calc(60 / 1920 * 100vw);
      padding-bottom: calc(36 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .content--single_post {
      font-size: calc(30 / 1920 * 100vw);
      padding-bottom: calc(62 / 1920 * 100vw);
      padding: 0 calc(130 / 1920 * 100vw); } }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: calc(20 / 320 * 100vw);
      padding-right: calc(20 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
      padding-left: calc(20 / 767 * 100vw);
      padding-right: calc(20 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: calc(1400 / 1920 * 100vw);
      padding-left: calc(20 / 1920 * 100vw);
      padding-right: calc(20 / 1920 * 100vw); } }

.main {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .main--bottom_space {
      margin-bottom: calc(112 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main--bottom_space {
      margin-bottom: calc(112 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .main--bottom_space {
      margin-bottom: calc(225 / 1920 * 100vw); } }
  .main__title {
    width: 100%;
    font-family: "Open Sans"; }
    @media screen and (max-width: 767px) {
      .main__title {
        font-size: calc(32 / 480 * 100vw);
        margin-top: calc(184 * 2 / 1920 * 100vw);
        margin-bottom: calc(88 * 2 / 1920 * 100vw);
        padding: 0; } }
    @media screen and (max-width: 480px) {
      .main__title {
        font-size: calc(32 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main__title {
        font-size: calc(64 * 2/ 1920 * 100vw);
        margin-top: calc(184 * 1.5/ 1920 * 100vw);
        margin-bottom: calc(88 * 2/ 1920 * 100vw);
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .main__title {
        font-size: calc(90 / 1920 * 100vw);
        margin-top: calc(50 / 1920 * 100vw);
        margin-bottom: calc(40 / 1920 * 100vw);
        padding: 0 calc(30 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .main--container {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      max-width: calc(1750 / 1920 * 100vw); } }
  @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: -webkit-sticky;
        position: sticky;
        top: calc(150 / 1920 * 100vw);
        padding-left: 3.7%;
        margin-left: -2%;
        margin-right: 9.8%;
        font-size: calc(18 / 1920 * 100vw);
        letter-spacing: calc(3.25 / 1920 * 100vw);
        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: calc(6 / 1920 * 100vw) solid;
          border-bottom: calc(6 / 1920 * 100vw) solid; } }
    .main__navigation li {
      position: relative; }
      @media screen and (min-width: 1024px) {
        .main__navigation li {
          border-top: calc(6 / 1920 * 100vw) 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: calc(40 / 1920 * 100vw) calc(20 / 1920 * 100vw);
          width: calc(40 / 1920 * 100vw);
          height: calc(20 / 1920 * 100vw);
          position: absolute;
          top: calc(32 / 1920 * 100vw);
          right: calc(100% + 14 / 1920 * 100vw);
          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: calc(30 / 1920 * 100vw) calc(2 / 1920 * 100vw); } }
      .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: calc(74 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main--post {
      padding-top: calc(148 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .main--post {
      padding-top: calc(148 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .main--post h3 {
      margin-bottom: calc(18 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main--post h3 {
      margin-bottom: calc(18 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .main--post h3 {
      margin-bottom: calc(18 / 1920 * 100vw); } }
  .main > section {
    outline: none; }

.footer {
  -webkit-flex-shrink: 0;
  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: calc(14 / 320 * 100vw);
      padding-bottom: calc(6 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .share {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding-top: calc(28 / 767 * 100vw);
      padding-bottom: calc(8 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .share {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-size: calc(14 / 1920 * 100vw);
      line-height: calc(18 / 1920 * 100vw);
      letter-spacing: calc(1.75 / 1920 * 100vw);
      padding-top: calc(54 / 1920 * 100vw);
      padding-bottom: calc(8 / 1920 * 100vw); } }
  .share__icons {
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 1024px) {
      .share__icons {
        margin-right: calc(-16 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .share__icons > a {
        padding-right: calc(10 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .share__icons > a {
        padding: 0 calc(6 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .share__icons > a {
        padding: 0 calc(7 / 1920 * 100vw); } }
  .share::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background: #000; }
    @media screen and (max-width: 767px) {
      .share::after {
        right: 0;
        height: calc(1 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .share::after {
        right: 0;
        height: calc(1 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .share::after {
        right: calc(-10 / 1920 * 100vw);
        height: calc(1 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .share .svg-share_ico {
      width: calc(30 / 320 * 100vw);
      height: calc(30 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .share .svg-share_ico {
      width: calc(40 / 767 * 100vw);
      height: calc(40 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .share .svg-share_ico {
      width: calc(40 / 1920 * 100vw);
      height: calc(40 / 1920 * 100vw); } }

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

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

::-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: calc(3 / 1920 * 100vw) 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: calc(18 / 320 * 100vw) calc(15 / 320 * 100vw) calc(12 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    input[type="submit"] {
      padding: calc(18 / 767 * 100vw) calc(15 / 767 * 100vw) calc(12 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    input[type="submit"] {
      min-width: calc(260 / 1920 * 100vw);
      font-size: calc(24 / 1920 * 100vw);
      padding: calc(26 / 1920 * 100vw) calc(26 / 1920 * 100vw) calc(19 / 1920 * 100vw); } }
  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: calc(3 / 1920 * 100vw) 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: calc(24 / 1920 * 100vw);
      padding: calc(22 / 1920 * 100vw) calc(22 / 1920 * 100vw) calc(15 / 1920 * 100vw); } }
  .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: 2; }

.header {
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  background: var(--theme-color-alpha); }
  @media screen and (max-width: 767px) {
    .header {
      font-size: calc(16 / 480 * 100vw); } }
  @media screen and (max-width: 480px) {
    .header {
      font-size: calc(18 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
      font-size: calc(32 / 767 * 100vw); } }
  .header #topbar {
    background-color: var(--theme-color-alpha);
    width: 100%;
    color: var(--theme-color-bravo);
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .header #topbar {
        width: auto; } }
    .header #topbar .share__icons {
      -webkit-align-items: center;
      align-items: center;
      margin-left: calc(35 / 1920 * 100vw); }
    .header #topbar .search_menu {
      margin-right: calc(48 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .header #topbar .search_menu {
          padding: calc(25 / 1920 * 100vw) 0; } }
    .header #topbar .topbar-left {
      display: -webkit-flex;
      display: flex;
      padding-left: calc(50 / 1920 * 100vw); }
    .header #topbar .topbar-right {
      display: -webkit-flex;
      display: flex; }
    .header #topbar .top_nav {
      display: -webkit-flex;
      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: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .header > .logo {
        padding-left: 20px; } }
    @media screen and (min-width: 1024px) {
      .header > .logo {
        padding-left: calc(50 / 1920 * 100vw);
        padding-bottom: calc(8 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .header > .logo .svg-logo {
        width: 124px;
        height: 40px; } }
    @media screen and (min-width: 1024px) {
      .header > .logo .svg-logo {
        width: 18rem;
        height: 4rem; } }
  .header .switches {
    display: -webkit-flex;
    display: flex; }
  .header .switch_menu {
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .header .switch_menu {
        margin-left: calc(12 / 1920 * 100vw);
        display: none; } }
    .header .switch_menu:hover svg {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transform-origin: center;
      transform-origin: center;
      transition: -webkit-transform 0.25s var(--theme-transition-timing);
      transition: transform 0.25s var(--theme-transition-timing);
      transition: transform 0.25s var(--theme-transition-timing), -webkit-transform 0.25s var(--theme-transition-timing); }
  .header .svg-switch_menu {
    color: var(--theme-color-charlie);
    transition: opacity 0.25s var(--theme-transition-timing), -webkit-transform 0.25s var(--theme-transition-timing);
    transition: opacity 0.25s var(--theme-transition-timing), transform 0.25s var(--theme-transition-timing);
    transition: opacity 0.25s var(--theme-transition-timing), transform 0.25s var(--theme-transition-timing), -webkit-transform 0.25s var(--theme-transition-timing);
    will-change: opacity; }
    @media screen and (min-width: 1024px) {
      .header .svg-switch_menu {
        width: calc(100 / 1920 * 100vw);
        height: calc(100 / 1920 * 100vw); } }
  @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: calc(150 / 1920 * 100vw);
        height: calc(150 / 1920 * 100vw); } }
  .header .search_menu {
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .header .search_menu {
        margin-left: calc(50 / 1920 * 100vw); } }
  .header .svg-search_menu {
    background: var(--theme-color-alpha);
    -webkit-align-self: center;
    align-self: center; }
    .header .svg-search_menu use {
      transition: -webkit-transform 0.25s var(--theme-transition-timing);
      transition: transform 0.25s var(--theme-transition-timing);
      transition: transform 0.25s var(--theme-transition-timing), -webkit-transform 0.25s var(--theme-transition-timing);
      will-change: transform;
      -webkit-transform-origin: center;
      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: calc(20 / 1920 * 100vw);
        height: calc(20 / 1920 * 100vw); } }
  .header .svg-search_menu--close {
    color: var(--theme-color-bravo);
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: -10px;
    -webkit-align-self: center;
    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: calc(60 / 1920 * 100vw);
        height: calc(60 / 1920 * 100vw); } }
  .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: calc(16 / 480 * 100vw);
        padding-left: calc(20 / 320 * 100vw); } }
    @media screen and (max-width: 480px) {
      .header .sub-menu {
        font-size: calc(18 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header .sub-menu {
        font-size: calc(26 / 767 * 100vw);
        padding-left: calc(30 / 767 * 100vw); } }
    @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: calc(13 / 320 * 100vw);
      font-size: calc(16 / 480 * 100vw); } }
  @media screen and (max-width: 480px) {
    .header .sub-menu_trigger {
      font-size: calc(18 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header .sub-menu_trigger {
      top: calc(19 / 767 * 100vw);
      font-size: calc(26 / 767 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .header .sub-menu_trigger {
      position: absolute;
      right: 0;
      line-height: 1;
      cursor: pointer;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transition: -webkit-transform 0.25s var(--theme-transition-timing);
      transition: transform 0.25s var(--theme-transition-timing);
      transition: transform 0.25s var(--theme-transition-timing), -webkit-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%;
        -webkit-transform: translate(-50%, -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: -webkit-flex;
    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: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 1rem; }
    .header .menu--top li {
      margin-right: calc(35 / 1920 * 100vw); }
    .header .menu--top.menu--top-right {
      text-transform: uppercase;
      font-weight: 600;
      font-size: .925rem; }
      .header .menu--top.menu--top-right li a {
        display: inline-block;
        border-bottom: 5px var(--theme-color-charlie) solid;
        padding-top: 1rem;
        padding-bottom: calc(12 / 1920 * 100vw); }
  .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: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        font-size: 1.1rem; } }
    @media screen and (max-width: 1023px) {
      .header .menu--main .active > .sub-menu_trigger {
        -webkit-transform: rotate(180deg);
        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: calc(50 / 320 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .header .menu--main > .menu-item {
        margin-right: calc(48 / 1920 * 100vw);
        letter-spacing: calc(3.25 / 1920 * 100vw);
        position: relative; }
        .header .menu--main > .menu-item::after {
          content: "";
          position: absolute;
          top: 65%;
          left: 0;
          right: 0;
          height: calc(1 / 1920 * 100vw);
          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: calc(1 / 1920 * 100vw);
        background: var(--theme-color-charlie); } }
    .header .menu--main > .current-menu-item::after {
      height: calc(1 / 1920 * 100vw);
      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: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column-reverse;
          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: calc(-20 / 320 * 100vw); } }
      @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: calc(1600 / 1920 * 100vw);
          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: -webkit-flex;
          display: flex;
          top: 9.5rem;
          padding-top: calc(40 / 1920 * 100vw);
          padding-bottom: calc(40 / 1920 * 100vw);
          padding-left: calc(20 / 1920 * 100vw);
          padding-right: calc(20 / 1920 * 100vw);
          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: calc((100vw - (1380 / 1920 * 100vw)) / 2); } }
      .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: calc((100vw - (1380 / 1920 * 100vw)) / 2); } }
      @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: calc(115 / 1920 * 100vw); } }
      .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: calc(10 / 1920 * 100vw);
            font-size: calc(20 / 1920 * 100vw); } }
        .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: calc(12 / 1920 * 100vw);
            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: calc(20 / 1920 * 100vw);
            padding-top: calc(16 / 1920 * 100vw);
            letter-spacing: calc(1.75 / 1920 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .header .menu--main > .menu-item-has-children > .sub-menu .menu-item-has-children .menu-item-header {
          padding-top: calc(40 / 1920 * 100vw); } }
      @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: calc(22 / 1920 * 100vw); } }
      @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);
          -webkit-transform: rotate(45deg);
          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: -webkit-flex;
      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: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      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: calc(54 / 1920 * 100vw);
        left: calc(59 / 1920 * 100vw);
        width: calc(248 / 1920 * 100vw);
        height: calc(248 / 1920 * 100vw); } }
  @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;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%";
      -webkit-clip-path: inset(0 56.5% 0 0);
      clip-path: inset(0 56.5% 0 0); }
      [data-useragent*="Firefox"] .header .bg_img,
      [data-useragent*="Edge"] .header .bg_img {
        -webkit-clip-path: none;
        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;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%";
      -webkit-clip-path: inset(0 0 0 43.5%);
      clip-path: inset(0 0 0 43.5%);
      background: #000;
      -webkit-filter: brightness(50%) blur(7px);
      filter: brightness(50%) blur(7px); }
      [data-useragent*="Firefox"] .header .bg_img_blur,
      [data-useragent*="Edge"] .header .bg_img_blur {
        -webkit-filter: none;
        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: calc(183 / 1920 * 100vw);
        padding-top: calc(50 / 1920 * 100vw);
        padding-bottom: calc(100 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw); } }
    .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: calc(-3 / 1920 * 100vw);
          height: calc(13 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .header .menu--secondary .active > .sub-menu_trigger {
        -webkit-transform: rotate(180deg);
        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: calc(-1.5 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .header .menu--secondary .menu-item-has-children {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        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: calc(8 / 1920 * 100vw) 0;
            padding-right: calc(30 / 1920 * 100vw);
            margin-left: calc(5 / 1920 * 100vw);
            font-size: calc(30 / 1920 * 100vw); } }
      @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: calc(5 / 1920 * 100vw) solid;
          margin-bottom: calc(10 / 1920 * 100vw);
          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: calc(200 / 1920 * 100vw);
          margin-top: calc(-70 / 1920 * 100vw); } }
      .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: calc(52 / 1920 * 100vw);
            margin-right: calc(15 / 1920 * 100vw); } }
        .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: calc(57 / 1920 * 100vw);
          padding-left: calc(12 / 1920 * 100vw);
          padding-bottom: calc(100 / 1920 * 100vw); } }
      .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: calc(1 / 1920 * 100vw);
              padding-right: calc(50 / 1920 * 100vw);
              font-size: calc(31 / 1920 * 100vw); } }
      .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: calc(21 / 320 * 100vw); } }
    @media screen and (max-width: 767px) {
      .header .address_group {
        font-size: calc(16 / 480 * 100vw); } }
    @media screen and (max-width: 480px) {
      .header .address_group {
        font-size: calc(18 / 320 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .header .address_group {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 34vw;
        margin-top: calc(81 / 1920 * 100vw);
        padding-top: calc(24 / 1920 * 100vw); } }
    @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: calc(-3 / 1920 * 100vw);
        height: calc(13 / 1920 * 100vw); } }
    .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: calc(16 / 480 * 100vw); } }
      @media screen and (max-width: 480px) {
        .header .address_group h3 {
          font-size: calc(18 / 320 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .header .address_group h3 {
          width: 100%;
          font-size: calc(19 / 1920 * 100vw);
          letter-spacing: calc(2 / 1920 * 100vw); } }
    .header .address_group > div {
      line-height: 1.45; }
      @media screen and (min-width: 1024px) {
        .header .address_group > div {
          width: 50%;
          font-size: calc(29 / 1920 * 100vw); } }

.searchform {
  width: 100%;
  background: #000;
  transition: margin-top 0.25s var(--theme-transition-timing), -webkit-transform 0.25s var(--theme-transition-timing);
  transition: margin-top 0.25s var(--theme-transition-timing), transform 0.25s var(--theme-transition-timing);
  transition: margin-top 0.25s var(--theme-transition-timing), transform 0.25s var(--theme-transition-timing), -webkit-transform 0.25s var(--theme-transition-timing);
  will-change: margin-top, transform;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: 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: calc(310 / 1920 * 100vw);
      margin-top: calc(-310 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        padding-left: calc(24 / 320 * 100vw);
        background-size: calc(16 / 320 * 100vw) calc(16 / 320 * 100vw);
        margin-right: calc(10 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .searchform input {
        font-size: calc(16 / 767 * 100vw);
        padding-left: calc(32 / 767 * 100vw);
        background-size: calc(18 / 767 * 100vw) calc(18 / 767 * 100vw);
        margin-right: calc(10 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .searchform input {
        margin: 0 calc(15 / 1920 * 100vw) 0 0;
        font-size: calc(30 / 1920 * 100vw);
        height: calc(80 / 1920 * 100vw);
        border-bottom: calc(1 / 1920 * 100vw) solid;
        padding: calc(20 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(120 / 1920 * 100vw);
        margin-left: calc(-26 / 1920 * 100vw);
        margin-bottom: calc(40 / 1920 * 100vw);
        background-size: calc(42 / 1920 * 100vw) calc(42 / 1920 * 100vw);
        background-position: calc(5 / 1920 * 100vw) 50%; } }
    @media screen and (max-width: 1023px) {
      .searchform input::-webkit-input-placeholder {
        font-size: 0.75em;
        line-height: 2; }
      .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: calc(36 / 320 * 100vw);
        height: calc(30 / 320 * 100vw);
        font-size: calc(12 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .searchform button {
        width: calc(46 / 767 * 100vw);
        height: calc(40 / 767 * 100vw);
        font-size: calc(14 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .searchform button {
        width: calc(92 / 1920 * 100vw);
        height: calc(80 / 1920 * 100vw);
        font-size: calc(21 / 1920 * 100vw);
        margin-bottom: calc(40 / 1920 * 100vw); } }

#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: calc(410 / 1920 * 100vw); }

.footer {
  overflow: hidden;
  background-color: #f6f6f6; }
  .footer.container-fluid {
    padding: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .footer .container {
    position: relative;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .footer .container {
        width: calc(1776 / 1920 * 100vw);
        max-width: calc(1776 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .footer .container {
        width: calc(1776 / 1920 * 100vw);
        max-width: calc(1776 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .footer .container {
        width: calc(1776 / 1920 * 100vw);
        max-width: calc(1776 / 1920 * 100vw); } }
  .footer__menuSocial {
    width: 100%;
    position: relative;
    list-style-type: none;
    font-size: 0;
    background-color: var(--theme-color-charlie); }
    @media screen and (min-width: 1024px) {
      .footer__menuSocial {
        height: calc(56 / 1920 * 100vw);
        margin: 0;
        padding: calc(9 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 1023px) {
      .footer__menuSocial {
        height: calc(112 / 1920 * 100vw);
        margin: 0;
        padding: calc(18 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 480px) {
      .footer__menuSocial {
        height: calc(224 / 1920 * 100vw);
        margin: 0;
        padding: calc(36 / 1920 * 100vw) 0; } }
    .footer__menuSocial .share__icons {
      padding-left: calc(30 / 1920 * 100vw);
      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: calc(40 / 1920 * 100vw);
            height: calc(40 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .footer__menuSocial .share__icons .svg-share_ico {
            width: calc(32 / 767 * 100vw);
            height: calc(32 / 767 * 100vw); } }
        @media screen and (max-width: 480px) {
          .footer__menuSocial .share__icons .svg-share_ico {
            width: calc(28 / 320 * 100vw);
            height: calc(28 / 320 * 100vw); } }
      .footer__menuSocial .share__icons a:hover .svg-share_ico {
        color: var(--theme-color-delta);
        fill: var(--theme-color-delta); }
  .footer__underSocialMenu .row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      .footer__underSocialMenu .row {
        padding: calc(100 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 1023px) {
      .footer__underSocialMenu .row {
        padding: calc(200 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 480px) {
      .footer__underSocialMenu .row {
        padding: calc(400 / 1920 * 100vw) 0; } }
    .footer__underSocialMenu .row::before, .footer__underSocialMenu .row::after {
      display: none; }
  @media screen and (min-width: 1024px) {
    .footer__underSocialMenu-logoLeft {
      height: calc(200 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .footer__underSocialMenu-logoLeft {
      height: calc(400 / 1920 * 100vw);
      margin-bottom: 3em; } }
  @media screen and (max-width: 480px) {
    .footer__underSocialMenu-logoLeft {
      height: calc(800 / 1920 * 100vw);
      margin-bottom: 3em; } }
  @media screen and (min-width: 1024px) {
    .footer__underSocialMenu-logoLeft img {
      width: calc(221 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .footer__underSocialMenu-logoLeft img {
      width: calc(442 / 1920 * 100vw);
      margin: 0 auto;
      display: block; } }
  @media screen and (max-width: 480px) {
    .footer__underSocialMenu-logoLeft img {
      width: calc(884 / 1920 * 100vw);
      margin: 0 auto;
      display: block; } }
  @media screen and (min-width: 1024px) {
    .footer__underSocialMenu-adress {
      padding-left: calc(110 / 1920 * 100vw);
      height: calc(200 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .footer__underSocialMenu-adress {
      padding-left: 0;
      height: calc(400 / 1920 * 100vw);
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .footer__underSocialMenu-adress {
      padding-left: 0;
      height: calc(800 / 1920 * 100vw);
      text-align: center; } }
  .footer__underSocialMenu-adress h4 {
    text-transform: uppercase;
    margin-top: 0; }
    @media screen and (min-width: 1024px) {
      .footer__underSocialMenu-adress h4 {
        font-family: "Open Sans";
        color: var(--theme-color-charlie);
        font-size: calc(18 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(3 / 1920 * 100vw);
        line-height: calc(24 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .footer__underSocialMenu-adress h4 {
        font-family: "Open Sans";
        color: var(--theme-color-charlie);
        font-size: calc(36 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(6 / 1920 * 100vw);
        line-height: calc(48 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .footer__underSocialMenu-adress h4 {
        font-family: "Open Sans";
        color: var(--theme-color-charlie);
        font-size: calc(72 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(12 / 1920 * 100vw);
        line-height: calc(96 / 1920 * 100vw); } }
  .footer__underSocialMenu-adress .adress {
    line-height: 1.2;
    font-style: normal; }
    @media screen and (min-width: 1024px) {
      .footer__underSocialMenu-adress .adress {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .footer__underSocialMenu-adress .adress {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(64 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .footer__underSocialMenu-adress .adress {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(128 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .footer__underSocialMenu-menu {
      height: calc(200 / 1920 * 100vw);
      padding-left: calc(56 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .footer__underSocialMenu-menu {
      height: calc(400 / 1920 * 100vw);
      padding-left: 0;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .footer__underSocialMenu-menu {
      height: calc(800 / 1920 * 100vw);
      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: calc(18 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw);
        line-height: calc(24 / 1920 * 100vw);
        margin-bottom: calc(14 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .footer__underSocialMenu-menu a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(36 / 1920 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw);
        line-height: calc(48 / 1920 * 100vw);
        margin-bottom: calc(28 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .footer__underSocialMenu-menu a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(72 / 1920 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        line-height: calc(96 / 1920 * 100vw);
        margin-bottom: calc(56 / 1920 * 100vw); } }
    .footer__underSocialMenu-menu a:hover {
      color: var(--theme-color-charlie); }
  .footer__underSocialMenu-menu .copyright {
    opacity: 0.5;
    text-transform: uppercase;
    display: block; }
    @media screen and (min-width: 1024px) {
      .footer__underSocialMenu-menu .copyright {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(1.5 / 1920 * 100vw);
        line-height: calc(18 / 1920 * 100vw);
        margin-top: calc(51 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .footer__underSocialMenu-menu .copyright {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(28 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(3 / 1920 * 100vw);
        line-height: calc(36 / 1920 * 100vw);
        margin-top: calc(102 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .footer__underSocialMenu-menu .copyright {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(56 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(6 / 1920 * 100vw);
        line-height: calc(72 / 1920 * 100vw);
        margin-top: calc(204 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .footer__underSocialMenu-box {
      padding-left: calc(110 / 1920 * 100vw); } }
  @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 {
      -webkit-order: -1;
      order: -1;
      padding-bottom: calc(60 / 320 * 100vw);
      margin-top: calc(-480 / 1920 * 100vw); } }
  .footer__underSocialMenu-box .box {
    background: #fff;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .footer__underSocialMenu-box .box {
        width: calc(289 / 1920 * 100vw);
        height: calc(287 / 1920 * 100vw);
        padding: calc(67 / 1920 * 100vw) 0 calc(24 / 1920 * 100vw) 0;
        margin-top: calc(-240 / 1920 * 100vw);
        box-shadow: 0 calc(17 / 1920 * 100vw) calc(33 / 1920 * 100vw) 0 rgba(0, 0, 0, 0.06); } }
    @media screen and (max-width: 1023px) {
      .footer__underSocialMenu-box .box {
        width: calc(578 / 1920 * 100vw);
        height: calc(574 / 1920 * 100vw);
        padding: calc(134 / 1920 * 100vw) 0 calc(24 / 1920 * 100vw) 0;
        margin: calc(40 / 1920 * 100vw) auto 0 auto;
        box-shadow: 0 calc(34 / 1920 * 100vw) calc(66 / 1920 * 100vw) 0 rgba(0, 0, 0, 0.06); } }
    @media screen and (max-width: 480px) {
      .footer__underSocialMenu-box .box {
        width: calc(1156 / 1920 * 100vw);
        height: calc(1148 / 1920 * 100vw);
        padding: calc(268 / 1920 * 100vw) 0 calc(24 / 1920 * 100vw) 0;
        margin: calc(80 / 1920 * 100vw) auto 0 auto;
        box-shadow: 0 calc(68 / 1920 * 100vw) calc(132 / 1920 * 100vw) 0 rgba(0, 0, 0, 0.06); } }
    .footer__underSocialMenu-box .box h6 {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .footer__underSocialMenu-box .box h6 {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 / 1920 * 100vw);
          line-height: calc(40 / 1920 * 100vw);
          margin: 0 0 calc(36 / 1920 * 100vw) 0; } }
      @media screen and (max-width: 1023px) {
        .footer__underSocialMenu-box .box h6 {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(63 / 1920 * 100vw);
          line-height: calc(80 / 1920 * 100vw);
          margin: 0 0 calc(72 / 1920 * 100vw) 0; } }
      @media screen and (max-width: 480px) {
        .footer__underSocialMenu-box .box h6 {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(126 / 1920 * 100vw);
          line-height: calc(160 / 1920 * 100vw);
          margin: 0 0 calc(144 / 1920 * 100vw) 0; } }
    .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; }
      @media screen and (min-width: 1024px) {
        .footer__underSocialMenu-box .box .button {
          height: calc(80 / 1920 * 100vw);
          width: calc(235 / 1920 * 100vw);
          padding: calc(26 / 1920 * 100vw) 0 calc(19 / 1920 * 100vw) 0;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 / 1920 * 100vw);
          border: calc(3 / 1920 * 100vw) solid #000; } }
      @media screen and (max-width: 1023px) {
        .footer__underSocialMenu-box .box .button {
          height: calc(160 / 1920 * 100vw);
          width: calc(470 / 1920 * 100vw);
          padding: calc(32 / 1920 * 100vw) 0 calc(19 / 1920 * 100vw) 0;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(48 / 1920 * 100vw);
          border: calc(3 / 1920 * 100vw) solid #000; } }
      @media screen and (max-width: 480px) {
        .footer__underSocialMenu-box .box .button {
          height: calc(320 / 1920 * 100vw);
          width: calc(940 / 1920 * 100vw);
          padding: calc(64 / 1920 * 100vw) 0 calc(19 / 1920 * 100vw) 0;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(96 / 1920 * 100vw);
          border: calc(3 / 1920 * 100vw) solid #000; } }
      .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: calc(100 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7 {
    margin-bottom: calc(100 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .wpcf7 {
    margin-bottom: calc(214 / 1920 * 100vw); } }

.wpcf7-dot {
  white-space: pre; }

.wpcf7_inline {
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    .wpcf7_inline {
      font-size: calc(21 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpcf7_inline {
      font-size: calc(32 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .wpcf7_inline {
      line-height: 1.1;
      font-size: calc(90 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .wpcf7_inline input[type="text"] {
      width: calc(170 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpcf7_inline input[type="text"] {
      width: calc(340 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .wpcf7_inline input[type="text"] {
      width: calc(340 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .wpcf7_inline input[type="tel"] {
      width: calc(170 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpcf7_inline input[type="tel"] {
      width: calc(340 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .wpcf7_inline input[type="tel"] {
      width: calc(340 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .wpcf7_inline input[type="email"] {
      width: calc(280 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpcf7_inline input[type="email"] {
      width: calc(560 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .wpcf7_inline input[type="email"] {
      width: calc(560 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .wpcf7 h2 {
    margin-bottom: calc(56 / 1920 * 100vw); } }

@media screen and (max-width: 1023px) {
  .wpcf7 h2 {
    font-size: calc(22 / 767 * 100vw); } }

@media screen and (max-width: 767px) {
  .wpcf7 h2 {
    font-size: calc(15 / 320 * 100vw); } }

.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: calc(-10 / 1920 * 100vw); } }

.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: calc(32 / 1920 * 100vw);
      padding: 0 calc(120 / 1920 * 100vw);
      min-width: calc(580 / 1920 * 100vw);
      border-bottom: calc(3 / 1920 * 100vw) solid; } }

.wpcf7 input[type="text"] {
  border: 0;
  text-align: center;
  outline: 0; }
  @media screen and (min-width: 1024px) {
    .wpcf7 input[type="text"] {
      font-size: calc(32 / 1920 * 100vw);
      letter-spacing: calc(1 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .wpcf7 input[type="text"]::-webkit-input-placeholder {
      font-size: 0.5em;
      line-height: 3; }
    .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: calc(32 / 1920 * 100vw);
      letter-spacing: calc(1 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .wpcf7 input[type="email"]::-webkit-input-placeholder {
      font-size: 0.5em;
      line-height: 3; }
    .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: calc(32 / 1920 * 100vw);
      letter-spacing: calc(1 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .wpcf7 input[type="tel"]::-webkit-input-placeholder {
      font-size: 0.5em;
      line-height: 3; }
    .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: calc(32 / 1920 * 100vw);
      letter-spacing: calc(1 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .wpcf7 input[type="url"]::-webkit-input-placeholder {
      font-size: 0.5em;
      line-height: 3; }
    .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: calc(32 / 1920 * 100vw);
      letter-spacing: calc(1 / 1920 * 100vw);
      border: calc(3 / 1920 * 100vw) solid;
      width: calc(916 / 1920 * 100vw);
      min-height: calc(244 / 1920 * 100vw);
      margin-top: calc(34 / 1920 * 100vw);
      padding: 45px 35px; } }
  @media screen and (max-width: 1023px) {
    .wpcf7 textarea::-webkit-input-placeholder {
      font-size: 0.5em;
      line-height: 3; }
    .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%;
  -webkit-transform: translateX(-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% + 10 / 1920 * 100vw);
      font-size: calc(16 / 1920 * 100vw); } }

.wpcf7 .wpcf7-response-output {
  font-size: 16px; }
  @media screen and (min-width: 1024px) {
    .wpcf7 .wpcf7-response-output {
      font-size: calc(32 / 1920 * 100vw); } }

.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: calc(0 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-121 .wpcf7 {
    margin-bottom: calc(0 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .page-id-121 .wpcf7 {
    margin-bottom: calc(0 / 1920 * 100vw); } }

#modal_place {
  z-index: 100000; }

.modal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: 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: calc(40 / 320 * 100vw);
      padding-bottom: calc(40 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal {
      padding-top: calc(80 / 767 * 100vw);
      padding-bottom: calc(80 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal {
      padding-top: calc(180 / 1920 * 100vw);
      padding-bottom: calc(180 / 1920 * 100vw); } }
  .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: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1024px) {
    .modal__group--rev {
      -webkit-flex-direction: row-reverse;
      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: calc(50 / 320 * 100vw);
      height: calc(50 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal .svg-modal_close {
      width: calc(100 / 767 * 100vw);
      height: calc(100 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal .svg-modal_close {
      width: calc(100 / 1920 * 100vw);
      height: calc(100 / 1920 * 100vw); } }
  .modal iframe {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 1024px) {
  .section_simple_content--post {
    padding-bottom: calc(86 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .section_simple_content--post .content--simple {
    margin-bottom: calc(10 / 320 * 100vw); } }

.post_categories {
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .post_categories {
      font-size: calc(14 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .post_categories {
      font-size: calc(14 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .post_categories {
      font-size: calc(14 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw);
      margin-bottom: calc(32 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_post_time {
      font-size: calc(18 / 767 * 100vw);
      margin-bottom: calc(56 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_post_time {
      font-size: calc(18 / 1920 * 100vw);
      margin-bottom: calc(56 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_post_time__container {
      max-width: calc(1376 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .section_author {
    margin-top: calc(48 / 320 * 100vw);
    margin-bottom: calc(48 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_author {
    margin-top: calc(92 / 767 * 100vw);
    margin-bottom: calc(92 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_author {
    margin-top: calc(92 / 1920 * 100vw);
    margin-bottom: calc(92 / 1920 * 100vw); } }

.section_author .container--author {
  max-width: calc(1640 / 1920 * 100vw);
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797; }
  @media screen and (max-width: 767px) {
    .section_author .container--author {
      padding-top: calc(26 / 320 * 100vw);
      padding-bottom: calc(26 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author .container--author {
      padding-top: calc(32 / 767 * 100vw);
      padding-bottom: calc(32 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author .container--author {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      padding-top: calc(40 / 1920 * 100vw);
      padding-bottom: calc(36 / 1920 * 100vw); } }
  .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: -webkit-flex;
    display: flex;
    margin-bottom: calc(16 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_author__block {
    display: -webkit-flex;
    display: flex; } }

.section_author__image {
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%"; }
  @media screen and (max-width: 767px) {
    .section_author__image {
      width: calc(70 / 320 * 100vw);
      height: calc(70 / 320 * 100vw);
      margin-bottom: calc(20 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__image {
      width: calc(140 / 767 * 100vw);
      height: calc(140 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__image {
      width: calc(140 / 1920 * 100vw);
      height: calc(140 / 1920 * 100vw); } }

.section_author__info {
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    .section_author__info {
      margin-bottom: calc(20 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__info {
      padding-left: calc(48 / 767 * 100vw);
      width: calc(100% - 140 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__info {
      padding-left: calc(48 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__info h3 {
      margin-bottom: calc(4 / 1920 * 100vw); } }

.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: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__name {
      font-size: calc(18 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__name {
      font-size: calc(18 / 1920 * 100vw); } }

.section_author__description {
  margin-top: 0;
  line-height: 1.25; }
  @media screen and (max-width: 767px) {
    .section_author__description {
      font-size: calc(18 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__description {
      font-size: calc(24 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__description {
      font-size: calc(24 / 1920 * 100vw);
      max-width: calc(350 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__read_all {
      font-size: calc(14 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__read_all {
      font-size: calc(14 / 1920 * 100vw); } }

.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 {
      -webkit-justify-content: center;
      justify-content: center;
      margin-right: calc(-10 / 320 * 100vw);
      margin-bottom: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__share .share__icons {
      display: -webkit-inline-flex;
      display: inline-flex;
      margin-bottom: calc(16 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__share .share__icons {
      margin-bottom: calc(16 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_author__title {
      font-size: calc(14 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_author__title {
      font-size: calc(14 / 1920 * 100vw); } }

.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: calc(60 / 1920 * 100vw); }

.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: calc(3 / 1920 * 100vw);
  border-color: black;
  background-color: black; }

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

.staff__group {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (min-width: 1024px) {
    .staff__group {
      font-size: calc(24 / 1920 * 100vw); } }

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

.return-link {
  font-size: calc(21/1920*100vw); }

.staff__half .person__images {
  position: relative;
  padding-bottom: 100%; }

.staff__half .person__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  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: calc(38 / 1920 * 100vw);
      margin-right: calc(52 / 1920 * 100vw);
      padding: calc(44 / 1920 * 100vw) calc(44 / 1920 * 100vw) calc(34 / 1920 * 100vw);
      margin-top: calc(-50 / 1920 * 100vw); } }
  .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: calc(2 / 1920 * 100vw);
        margin-bottom: calc(12 / 1920 * 100vw); } }
  .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: calc(28 / 1920 * 100vw); } }

.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: calc(14 / 1920 * 100vw);
      letter-spacing: calc(1.85 / 1920 * 100vw);
      margin-bottom: calc(21 / 1920 * 100vw); } }

.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; }
  @media screen and (max-width: 900px) {
    figure.alignleft {
      float:none;
      margin-left:0;
    }
    figure {
      margin-left:0;
    }
  } 
#footer .a11y-toolbar {
  top: inherit;
  bottom: 0; }

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

a img {
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease; }

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

.mg_lb_layout a {
  font-weight: bold; }

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

@media screen and (min-width: 1024px) {
  .cornish_event__group {
    font-size: calc(24 / 1920 * 100vw); } }

.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: calc(20 / 320 * 100vw);
      padding-top: calc(10 / 320 * 100vw);
      padding-bottom: calc(10 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cornish_event__group .date {
      left: calc(20 / 767 * 100vw);
      padding-top: calc(10 / 767 * 100vw);
      padding-bottom: calc(10 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .date {
      left: calc(53 / 1920 * 100vw);
      width: calc(136 / 1920 * 100vw);
      padding-top: calc(32 / 1920 * 100vw);
      padding-bottom: calc(28 / 1920 * 100vw); } }
  .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: calc(20 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cornish_event__group .date__number {
        font-size: calc(20 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .cornish_event__group .date__number {
        font-size: calc(64 / 1920 * 100vw);
        line-height: calc(70 / 1920 * 100vw);
        margin: 0.1em 0; } }
    .cornish_event__group .date__number.multi {
      -webkit-flex: 0 0 20%;
      flex: 0 0 20%;
      padding: 0 calc(8 / 1920 * 100vw); }
  .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 calc(14 / 320 * 100vw);
        font-size: calc(14 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cornish_event__group .date__text {
        padding: 0 calc(14 / 767 * 100vw);
        font-size: calc(14 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .cornish_event__group .date__text {
        padding: 0 calc(28 / 1920 * 100vw);
        font-size: calc(14 / 1920 * 100vw);
        line-height: calc(18 / 1920 * 100vw);
        letter-spacing: calc(1.75 / 1920 * 100vw); } }
    .cornish_event__group .date__text.multi {
      -webkit-flex: 0 0 30%;
      flex: 0 0 30%;
      -webkit-align-self: center;
      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: calc(21 / 320 * 100vw);
    padding-left: calc(25 / 320 * 100vw);
    padding-right: calc(25 / 320 * 100vw);
    padding-bottom: calc(21 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .modal__group--event {
    padding-top: calc(21 / 767 * 100vw);
    padding-left: calc(25 / 767 * 100vw);
    padding-right: calc(25 / 767 * 100vw);
    padding-bottom: calc(21 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .cornish_event__group .modal__group--event {
    padding-top: calc(42 / 1920 * 100vw);
    padding-left: calc(50 / 1920 * 100vw);
    padding-right: calc(50 / 1920 * 100vw);
    padding-bottom: calc(144 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw);
      padding-bottom: calc(8 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cornish_event__group .modal__info {
      font-size: calc(14 / 767 * 100vw);
      padding-bottom: calc(8 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .modal__info {
      font-size: calc(14 / 1920 * 100vw);
      line-height: calc(18 / 1920 * 100vw);
      padding-bottom: calc(8 / 1920 * 100vw);
      letter-spacing: calc(1.85 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .cornish_event__group .event__info {
    padding-top: calc(8 / 320 * 100vw);
    padding-bottom: calc(8 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .event__info {
    padding-top: calc(8 / 767 * 100vw);
    padding-bottom: calc(8 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .cornish_event__group .event__info {
    padding-top: calc(12 / 1920 * 100vw);
    padding-bottom: calc(12 / 1920 * 100vw); } }

.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: calc(30 / 1920 * 100vw);
      letter-spacing: calc(0.75 / 1920 * 100vw); } }

.cornish_event__group .address {
  display: inline-block;
  letter-spacing: -1.5px; }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .address {
      line-height: calc(30 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .cornish_event__group .type {
    line-height: calc(30 / 1920 * 100vw);
    letter-spacing: calc(-1.25 / 1920 * 100vw);
    padding-bottom: calc(14 / 1920 * 100vw); } }

.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: calc(26 / 320 * 100vw);
      height: calc(26 / 320 * 100vw);
      margin-bottom: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cornish_event__group .save_event {
      width: calc(26 / 767 * 100vw);
      height: calc(26 / 767 * 100vw);
      margin-bottom: calc(16 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .save_event {
      width: calc(26 / 1920 * 100vw);
      height: calc(26 / 1920 * 100vw);
      margin-left: calc(4 / 1920 * 100vw); } }
  .cornish_event__group .save_event::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--theme-color-bravo); }
    @media screen and (max-width: 767px) {
      .cornish_event__group .save_event::before {
        width: calc(3 / 320 * 100vw);
        height: calc(16 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cornish_event__group .save_event::before {
        width: calc(3 / 767 * 100vw);
        height: calc(16 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .cornish_event__group .save_event::before {
        width: calc(3 / 1920 * 100vw);
        height: calc(16 / 1920 * 100vw); } }
  .cornish_event__group .save_event::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--theme-color-bravo); }
    @media screen and (max-width: 767px) {
      .cornish_event__group .save_event::after {
        width: calc(16 / 320 * 100vw);
        height: calc(3 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cornish_event__group .save_event::after {
        width: calc(16 / 767 * 100vw);
        height: calc(3 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .cornish_event__group .save_event::after {
        width: calc(16 / 1920 * 100vw);
        height: calc(3 / 1920 * 100vw); } }
  .cornish_event__group .save_event .addeventatc_icon {
    display: none; }
  .cornish_event__group .save_event:hover .event_menu {
    -webkit-transform: scale(1);
    transform: scale(1); }

.cornish_event__group .event_menu {
  display: block;
  position: absolute;
  top: 0px;
  padding: 10px 20px;
  left: calc(100% + 10px);
  background: white;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  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: calc(6 / 1920 * 100vw); } }

.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: calc(18 / 1920 * 100vw); } }
  .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: calc(-4 / 320 * 100vw);
        height: calc(2 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cornish_event__group .link::after {
        bottom: calc(-4 / 767 * 100vw);
        height: calc(2 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .cornish_event__group .link::after {
        bottom: calc(-4 / 1920 * 100vw);
        height: calc(2 / 1920 * 100vw); } }
  .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: calc(50 / 1920 * 100vw);
    right: calc(50 / 1920 * 100vw);
    bottom: calc(42 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .cornish_event__group .event__description {
    padding-top: calc(40 / 320 * 100vw);
    padding-left: calc(21 / 320 * 100vw);
    padding-right: calc(32 / 320 * 100vw);
    padding-bottom: calc(40 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cornish_event__group .event__description {
    padding-top: calc(40 / 767 * 100vw);
    padding-left: calc(21 / 767 * 100vw);
    padding-right: calc(32 / 767 * 100vw);
    padding-bottom: calc(40 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .cornish_event__group .event__description {
    padding-top: calc(80 / 1920 * 100vw);
    padding-left: calc(42 / 1920 * 100vw);
    padding-right: calc(62 / 1920 * 100vw);
    padding-bottom: calc(80 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw);
      margin-bottom: calc(8 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cornish_event__group .subtitle {
      font-size: calc(14 / 767 * 100vw);
      margin-bottom: calc(8 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .subtitle {
      font-size: calc(18 / 1920 * 100vw);
      line-height: calc(24 / 1920 * 100vw);
      margin-bottom: calc(25 / 1920 * 100vw);
      letter-spacing: calc(3.3 / 1920 * 100vw); } }

.cornish_event__group .title {
  font-family: 'Open Sans'; }
  @media screen and (max-width: 767px) {
    .cornish_event__group .title {
      margin-bottom: calc(14 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cornish_event__group .title {
      margin-bottom: calc(14 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .title {
      font-size: calc(48 / 1920 * 100vw);
      line-height: calc(54 / 1920 * 100vw);
      margin-bottom: calc(37 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw);
      margin-bottom: calc(6 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cornish_event__group .details {
      font-size: calc(14 / 767 * 100vw);
      margin-bottom: calc(6 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .cornish_event__group .details {
      font-size: calc(14 / 1920 * 100vw);
      line-height: calc(18 / 1920 * 100vw);
      letter-spacing: calc(1.75 / 1920 * 100vw);
      margin-bottom: calc(24 / 1920 * 100vw); } }

.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;
  -moz-box-sizing: border-box;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 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: calc(21 / 320 * 100vw);
      margin-bottom: calc(21 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section__header h3 {
      margin-top: calc(42 / 767 * 100vw);
      margin-bottom: calc(42 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section__header h3 {
      margin-top: calc(64 / 1920 * 100vw);
      margin-bottom: calc(55 / 1920 * 100vw); } }

.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: calc(12 / 320 * 100vw);
      margin-left: calc(10 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section__header a {
      font-size: calc(18 / 767 * 100vw);
      margin-left: calc(20 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section__header a {
      font-size: calc(18 / 1920 * 100vw);
      margin-left: calc(20 / 1920 * 100vw); } }
  .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: calc(2 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .section__header a:after {
        height: calc(2 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .section__header a:after {
        height: calc(2 / 1920 * 100vw); } }
  .section__header a:hover::after {
    background: var(--theme-color-charlie); }

@media screen and (max-width: 767px) {
  .bigTopImageBottomTextBox {
    margin-bottom: calc(50 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bigTopImageBottomTextBox {
    margin-bottom: calc(90 / 767 * 100vw); } }

@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: calc(40 / 767 * 100vw); } }
  .single-cornish_programs .bigTopImageBottomTextBox::after {
    content: '';
    background: var(--theme-color-alpha);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 76vw; }
    @media screen and (min-width: 1024px) {
      .single-cornish_programs .bigTopImageBottomTextBox::after {
        height: calc(6 / 1920 * 100vw);
        bottom: calc(40 / 1920 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .single-cornish_programs .bigTopImageBottomTextBox::after {
        height: calc(6 / 767 * 100vw);
        bottom: calc(48 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .single-cornish_programs .bigTopImageBottomTextBox::after {
        height: calc(4 / 320 * 100vw);
        bottom: calc(0 / 320 * 100vw); } }

.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: calc(450 / 1920 * 100vw); } }

.bigTopImageBottomTextBox__textContainer {
  width: 87.8vw;
  display: block;
  position: relative;
  background: #fff;
  padding: calc(76 / 1920 * 100vw) calc(115 / 1920 * 100vw) 0; }
  @media screen and (min-width: 1024px) {
    .bigTopImageBottomTextBox__textContainer {
      margin: calc(-186 / 1920 * 100vw) auto 0; } }
  @media screen and (max-width: 1023px) {
    .bigTopImageBottomTextBox__textContainer {
      margin: calc(-282 / 1920 * 100vw) auto 0; } }
  @media screen and (max-width: 480px) {
    .bigTopImageBottomTextBox__textContainer {
      margin: calc(0 / 1920 * 100vw) auto 0;
      width: 100vw; } }
  .bigTopImageBottomTextBox__textContainer h2 {
    text-transform: initial;
    margin-top: 0;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .bigTopImageBottomTextBox__textContainer h2 {
        text-align: center; } }
  .bigTopImageBottomTextBox__textContainer h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .bigTopImageBottomTextBox__textContainer h4 {
        margin-bottom: calc(34 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigTopImageBottomTextBox__textContainer h4 {
        margin-bottom: calc(78 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(36 / 1920 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigTopImageBottomTextBox__textContainer h4 {
        margin-bottom: calc(39 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(72 / 1920 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw); } }
  .bigTopImageBottomTextBox__textContainer .content {
    line-height: 1.25;
    margin-bottom: calc(75 / 1920 * 100vw); }
  @media screen and (min-width: 1024px) {
    .bigTopImageBottomTextBox__textContainer p {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(30 / 1920 * 100vw);
      margin-bottom: calc(46 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .bigTopImageBottomTextBox__textContainer p {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(60 / 1920 * 100vw); } }
  @media screen and (max-width: 480px) {
    .bigTopImageBottomTextBox__textContainer p {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(90 / 1920 * 100vw); } }
  .bigTopImageBottomTextBox__textContainer a {
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .bigTopImageBottomTextBox__textContainer a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(30 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigTopImageBottomTextBox__textContainer a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(36 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigTopImageBottomTextBox__textContainer a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(72 / 1920 * 100vw); } }
    .bigTopImageBottomTextBox__textContainer a:hover::after {
      background: var(--theme-color-charlie); }

@media screen and (min-width: 1024px) {
  .bigBottomImageTopTextBox {
    margin-top: calc(100 / 1920 * 100vw); }
    .single-cornish_programs .bigBottomImageTopTextBox {
      margin-top: calc(100 / 1920 * 100vw);
      margin-bottom: calc(70 / 1920 * 100vw); } }

@media screen and (max-width: 1023px) {
  .bigBottomImageTopTextBox {
    margin-top: calc(432 / 1920 * 100vw); }
    .single-cornish_programs .bigBottomImageTopTextBox {
      margin-top: calc(70 / 767 * 100vw);
      margin-bottom: calc(40 / 767 * 100vw); } }

@media screen and (max-width: 480px) {
  .bigBottomImageTopTextBox {
    margin-top: calc(100 / 320 * 100vw); }
    .single-cornish_programs .bigBottomImageTopTextBox {
      margin-top: calc(50 / 320 * 100vw);
      margin-bottom: calc(40 / 480 * 100vw); } }

.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: calc(-470 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .bigBottomImageTopTextBox__mainImage {
      margin-top: calc(-470 / 1920 * 100vw); } }
  @media screen and (max-width: 480px) {
    .bigBottomImageTopTextBox__mainImage {
      margin-top: calc(-470 / 1920 * 100vw); } }

.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: calc(136 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .bigBottomImageTopTextBox__textContainer {
      padding-bottom: calc(272 / 1920 * 100vw); } }
  @media screen and (max-width: 480px) {
    .bigBottomImageTopTextBox__textContainer {
      padding-bottom: calc(100 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .single-cornish_programs .bigBottomImageTopTextBox__textContainer {
      width: 70.5vw;
      padding-right: calc(50 / 1920 * 100vw);
      padding-left: calc(50 / 1920 * 100vw); } }
  .bigBottomImageTopTextBox__textContainer h2 {
    font-weight: 500;
    line-height: 1.1;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .single-cornish_programs .bigBottomImageTopTextBox__textContainer h2 {
        margin-bottom: calc(72 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigBottomImageTopTextBox__textContainer h2 {
        font-size: calc(100 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigBottomImageTopTextBox__textContainer h2 {
        font-size: calc(24 / 320 * 100vw); } }
  .bigBottomImageTopTextBox__textContainer h4 {
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .bigBottomImageTopTextBox__textContainer h4 {
        letter-spacing: calc(3 / 1920 * 100vw); }
        .single-cornish_programs .bigBottomImageTopTextBox__textContainer h4 {
          letter-spacing: calc(1 / 1920 * 100vw);
          margin-bottom: calc(88 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigBottomImageTopTextBox__textContainer h4 {
        font-size: calc(36 / 1920 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigBottomImageTopTextBox__textContainer h4 {
        font-size: calc(72 / 1920 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw); } }
  .bigBottomImageTopTextBox__textContainer p {
    font-family: "Open Sans";
    line-height: 1.2;
    text-align: center;
    max-width: 58.2vw; }
    @media screen and (min-width: 1024px) {
      .bigBottomImageTopTextBox__textContainer p {
        font-size: calc(30 / 1920 * 100vw);
        margin: 0 auto calc(62 / 1920 * 100vw) auto; } }
    @media screen and (max-width: 1023px) {
      .bigBottomImageTopTextBox__textContainer p {
        font-size: calc(60 / 1920 * 100vw);
        margin: 0 auto calc(124 / 1920 * 100vw) auto; } }
    @media screen and (max-width: 480px) {
      .bigBottomImageTopTextBox__textContainer p {
        font-size: calc(90 / 1920 * 100vw);
        margin: 0 auto calc(248 / 1920 * 100vw) auto;
        max-width: 100%; } }
  
  .su-button-style-ghost.outline span{
    font-family: "Open Sans";
    display: inline-block;
    font-weight: bold;
    line-height: 1.1 !important;
    text-align: center;
    margin: 0 auto;
    border: calc(3 / 1920 * 100vw) solid var(--theme-color-alpha) !important;
    transition: all 0.25s ease-in-out;
  }
  .bigBottomImageTopTextBox__textContainer .button {
    font-family: "Open Sans";
    display: inline-block;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
    border: calc(3 / 1920 * 100vw) solid var(--theme-color-alpha);
    transition: all 0.25s ease-in-out; }
    @media screen and (min-width: 1024px) {
      .bigBottomImageTopTextBox__textContainer .button,
      .su-button-style-ghost.outline span
      {
        padding: calc(26 / 1920 * 100vw) calc(26 / 1920 * 100vw) calc(19 / 1920 * 100vw) !important;
        font-size: calc(24 / 1920 * 100vw)  !important; } }
    @media screen and (max-width: 1023px) {
      .bigBottomImageTopTextBox__textContainer .button,
       .su-button-style-ghost.outline span
      {
        border: calc(3 / 767 * 100vw) solid var(--theme-color-alpha);
        padding: calc(52 / 1920 * 100vw) calc(52 / 1920 * 100vw) calc(38 / 1920 * 100vw)  !important;
        font-size: calc(48 / 1920 * 100vw)  !important; } }
    @media screen and (max-width: 480px) {
      .bigBottomImageTopTextBox__textContainer .button,
       .su-button-style-ghost.outline span{
        padding: calc(104 / 1920 * 100vw) calc(104 / 1920 * 100vw) calc(76 / 1920 * 100vw)  !important;
        font-size: calc(96 / 1920 * 100vw)  !important; } }
    @media screen and (max-width: 767px) {
      .bigBottomImageTopTextBox__textContainer .button ,
       .su-button-style-ghost.outline span{
        border-width: calc(2 / 320 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .single-cornish_programs .bigBottomImageTopTextBox__textContainer .button {
        min-width: calc(420 / 1920 * 100vw); } }
    .bigBottomImageTopTextBox__textContainer .button:hover,
     .su-button-style-ghost.outline:hover {
      background: var(--theme-color-alpha) !important; }
       .su-button-style-ghost.outline:hover span{
        border-color: var(--theme-color-alpha) !important;
        color: var(--theme-color-bravo) !important;
       }

@media screen and (min-width: 1024px) {
  .page-id-568 .bigBottomImageTopTextBox__textContainer {
    width: 68.8vw;
    padding-right: calc(50 / 1920 * 100vw);
    padding-left: calc(50 / 1920 * 100vw); } }

@media screen and (max-width: 480px) {
  .bigLeftImageTextBox {
    text-align: center; } }

.bigLeftImageTextBox > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .bigLeftImageTextBox > .container-fluid {
      -webkit-flex-direction: column;
      flex-direction: column; } }

.bigLeftImageTextBox__mainImage {
  width: 78.9vw;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%"; }
  @media screen and (min-width: 1024px) {
    .bigLeftImageTextBox__mainImage {
      max-height: calc(769 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .bigLeftImageTextBox__mainImage {
      max-height: calc(1538 / 1920 * 100vw);
      width: 84vw;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .bigLeftImageTextBox__mainImage {
      max-height: calc(3076 / 1920 * 100vw);
      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: calc(44 / 1920 * 100vw) 0 calc(44 / 1920 * 100vw) calc(50 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigLeftImageTextBox__textContainer-box {
        margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .bigLeftImageTextBox__textContainer-box {
        padding: 0 calc(60 / 1920 * 100vw); } }
  .bigLeftImageTextBox__textContainer h2 {
    font-weight: 500;
    line-height: 1.2;
    text-transform: initial; }
    @media screen and (min-width: 1024px) {
      .bigLeftImageTextBox__textContainer h2 {
        width: calc(500 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigLeftImageTextBox__textContainer h2 {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(66 / 1920 * 100vw);
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .bigLeftImageTextBox__textContainer h2 {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(192 / 1920 * 100vw);
        width: 100%;
        text-align: center; } }
  .bigLeftImageTextBox__textContainer h4 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .bigLeftImageTextBox__textContainer h4 {
        margin-bottom: calc(39 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigLeftImageTextBox__textContainer h4 {
        margin-bottom: calc(78 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(36 / 1920 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigLeftImageTextBox__textContainer h4 {
        margin-bottom: calc(156 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(72 / 1920 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        text-align: center; } }
  .bigLeftImageTextBox__textContainer p {
    line-height: 1.2; }
    @media screen and (min-width: 1024px) {
      .bigLeftImageTextBox__textContainer p {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(30 / 1920 * 100vw);
        width: calc(500 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigLeftImageTextBox__textContainer p {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(60 / 1920 * 100vw);
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .bigLeftImageTextBox__textContainer p {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(90 / 1920 * 100vw);
        text-align: center; } }
  .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: calc(18 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigLeftImageTextBox__textContainer a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(36 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigLeftImageTextBox__textContainer a {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(72 / 1920 * 100vw); } }
    .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: calc(70 / 1920 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-id-207 .bigLeftImageTextBox {
    margin-bottom: calc(40 / 767 * 100vw); } }

.bigRightImageTextBox {
  width: 84.6vw; }
  @media screen and (min-width: 1024px) {
    .bigRightImageTextBox {
      margin: calc(20 / 1920 * 100vw) auto calc(50 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .bigRightImageTextBox {
      margin: calc(15 / 1920 * 100vw) auto; } }
  @media screen and (max-width: 480px) {
    .bigRightImageTextBox {
      margin: calc(15 / 1920 * 100vw) auto; } }
  .bigRightImageTextBox > .container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    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; }
    @media screen and (min-width: 1024px) {
      .bigRightImageTextBox__mainImage {
        max-height: calc(769 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .bigRightImageTextBox__mainImage {
        max-height: calc(1592 / 1920 * 100vw);
        width: 84vw;
        -webkit-order: 1;
        order: 1; } }
    @media screen and (max-width: 480px) {
      .bigRightImageTextBox__mainImage {
        max-height: calc(3184 / 1920 * 100vw);
        width: 100vw; } }
  .bigRightImageTextBox__title-wrapper {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
  .bigRightImageTextBox__title {
    font-family: "Open Sans";
    font-size: calc(64 / 1920 * 100vw);
    line-height: 1.1;
    text-align: center;
    margin: calc(65 / 1920 * 100vw) auto calc(150 / 1920 * 100vw);
    max-width: 100%;
    display: inline-block;
    position: relative; }
    .bigRightImageTextBox__title::after {
      position: absolute;
      content: "";
      background: var(--theme-color-charlie);
      left: 0;
      bottom: calc(-4 / 1920 * 100vw);
      width: 100%;
      height: calc(5 / 1920 * 100vw); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .bigRightImageTextBox__title::after {
          height: calc(5 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .bigRightImageTextBox__title::after {
          height: calc(3 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .bigRightImageTextBox__title {
        font-size: calc(64 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .bigRightImageTextBox__title {
        font-size: calc(32 / 480 * 100vw);
        margin: calc(40 / 320 * 100vw) auto calc(40 / 320 * 100vw); } }
    @media screen and (max-width: 480px) {
      .bigRightImageTextBox__title {
        font-size: calc(32 / 320 * 100vw); } }
  .bigRightImageTextBox__textContainer {
    width: 14vw;
    display: block;
    position: relative;
    background: var(--theme-color-bravo); }
    @media screen and (max-width: 1023px) {
      .bigRightImageTextBox__textContainer {
        width: 80vw;
        -webkit-order: 2;
        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: calc(44 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(44 / 1920 * 100vw) 0; } }
      @media screen and (max-width: 1023px) {
        .bigRightImageTextBox__textContainer-box {
          padding: calc(88 / 1920 * 100vw) calc(100 / 1920 * 100vw) calc(88 / 1920 * 100vw) 0; } }
      @media screen and (max-width: 480px) {
        .bigRightImageTextBox__textContainer-box {
          padding: calc(176 / 1920 * 100vw) calc(200 / 1920 * 100vw) calc(176 / 1920 * 100vw) 0; } }
      .bigRightImageTextBox__textContainer-box h2 {
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .bigRightImageTextBox__textContainer-box h2 {
            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 h4 {
            margin-bottom: calc(4 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 / 1920 * 100vw);
            letter-spacing: calc(3 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .bigRightImageTextBox__textContainer-box h4 {
            margin-bottom: calc(8 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(28 / 1920 * 100vw);
            letter-spacing: calc(6 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .bigRightImageTextBox__textContainer-box h4 {
            margin-bottom: calc(16 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(64 / 1920 * 100vw);
            letter-spacing: calc(12 / 1920 * 100vw);
            text-align: center; } }
      .bigRightImageTextBox__textContainer-box p {
        line-height: 1.3; }
        @media screen and (min-width: 1024px) {
          .bigRightImageTextBox__textContainer-box p {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(30 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .bigRightImageTextBox__textContainer-box p {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(60 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .bigRightImageTextBox__textContainer-box p {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(90 / 1920 * 100vw);
            text-align: center; } }
      .bigRightImageTextBox__textContainer-box a {
        font-weight: bold;
        line-height: 3;
        text-align: center;
        position: relative; }
        @media screen and (min-width: 1024px) {
          .bigRightImageTextBox__textContainer-box a {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .bigRightImageTextBox__textContainer-box a {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(36 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .bigRightImageTextBox__textContainer-box a {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(72 / 1920 * 100vw);
            text-align: center;
            display: block; } }
        .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: -webkit-sticky;
      position: sticky;
      top: calc(100 / 1920 * 100vw);
      z-index: 100; } }
  .breadcrumbsBar a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: color 0.5s var(--theme-transition-timing);
    will-change: color; }
    .breadcrumbsBar a:hover {
      color: var(--theme-color-alpha); }
  .breadcrumbsBar__container {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .breadcrumbsBar__container {
        padding-top: calc(5 / 320 * 100vw);
        padding-bottom: calc(5 / 320 * 100vw);
        padding-left: calc(5 / 320 * 100vw);
        padding-right: calc(5 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar__container {
        display: -webkit-flex;
        display: flex;
        padding-top: calc(5 / 767 * 100vw);
        padding-bottom: calc(5 / 767 * 100vw);
        padding-left: calc(5 / 767 * 100vw);
        padding-right: calc(5 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__container {
        display: -webkit-flex;
        display: flex;
        padding-top: calc(10 / 1920 * 100vw);
        padding-bottom: calc(10 / 1920 * 100vw);
        max-width: calc(1850 / 1920 * 100vw); } }
    .breadcrumbsBar__container::before {
      display: none; }
    .breadcrumbsBar__container::after {
      display: none; }
  .breadcrumbsBar__item {
    display: block;
    font-weight: 600;
    margin-left: calc(8 / 320 * 100vw); }
    @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: calc(3 / 320 * 100vw) 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar__separator::after {
        padding: calc(10 / 767 * 100vw) 0; } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__separator::after {
        padding: calc(23 / 1920 * 100vw) calc(12 / 1920 * 100vw) calc(20 / 1920 * 100vw); } }
  @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: calc(40 / 1920 * 100vw);
      height: calc(20 / 1920 * 100vw); } }
  .breadcrumbsBar__otherLinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .breadcrumbsBar__otherLinks {
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__otherLinks .svg-ico-arrow {
        margin-right: calc(20 / 1920 * 100vw); } }
  .breadcrumbsBar__breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
    -webkit-align-self: center;
    align-self: center; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar__breadcrumb {
        display: -webkit-flex;
        display: flex; } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__breadcrumb {
        display: -webkit-flex;
        display: flex;
        letter-spacing: calc(1 / 1920 * 100vw); } }
    .breadcrumbsBar__breadcrumb li {
      display: -webkit-flex;
      display: flex;
      padding-left: calc(10 / 1920 * 100vw); }
      .breadcrumbsBar__breadcrumb li:before {
        content: "/";
        padding-right: calc(10 / 1920 * 100vw); }
      .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: calc(62 / 1920 * 100vw);
      letter-spacing: calc(3.5 / 1920 * 100vw);
      padding: calc(24 / 1920 * 100vw) 0 calc(18 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .breadcrumbsBar__open .svg-ico-arrow {
      margin-right: calc(8 / 1920 * 100vw); } }
  .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: calc(300 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar [data-breadcrumbsBar__menu].is_opened {
        max-height: calc(300 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar [data-breadcrumbsBar__menu].is_opened {
        max-height: calc(300 / 1920 * 100vw); } }
  .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: calc(20 / 320 * 100vw) solid transparent; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar__seeOther {
        text-align: center;
        font-size: calc(10 / 767 * 100vw);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        text-transform: uppercase;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        justify-content: space-around; } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__seeOther {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        text-transform: uppercase;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        max-width: calc(1810 / 1920 * 100vw);
        font-size: calc(14 / 1920 * 100vw);
        padding-top: calc(68 / 1920 * 100vw);
        padding-bottom: calc(58 / 1920 * 100vw);
        border-bottom: calc(20 / 1920 * 100vw) solid transparent; } }
    @media screen and (max-width: 767px) {
      .breadcrumbsBar__seeOther li {
        display: inline-block;
        padding: calc(5 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar__seeOther li {
        width: calc(168.5 / 787 * 100vw);
        min-width: calc(168.5 / 787 * 100vw);
        padding-top: calc(20 / 787 * 100vw);
        padding-bottom: calc(20 / 787 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__seeOther li {
        width: calc(168.5 / 1920 * 100vw);
        min-width: calc(168.5 / 1920 * 100vw); } }
    .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: calc(4 / 767 * 100vw) solid;
          margin-top: calc(23 / 767 * 100vw);
          padding-top: calc(16 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .breadcrumbsBar__seeOther .thumbnail__title {
          border-top: calc(4 / 1920 * 100vw) solid;
          margin-top: calc(23 / 1920 * 100vw);
          padding-top: calc(16 / 1920 * 100vw); } }
    .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: calc(60 / 767 * 100vw);
          height: calc(40 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .breadcrumbsBar__seeOther img {
          width: calc(120 / 1920 * 100vw);
          height: calc(80 / 1920 * 100vw); } }
      .breadcrumbsBar__seeOther img.lazyloaded {
        visibility: visible;
        opacity: 1; }
  .breadcrumbsBar__close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--theme-color-alpha); }
    @media screen and (max-width: 767px) {
      .breadcrumbsBar__close {
        bottom: calc(-12 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbsBar__close {
        bottom: calc(-24 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .breadcrumbsBar__close {
        bottom: calc(-24 / 1920 * 100vw); } }
    .breadcrumbsBar__close::before {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-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: calc(38 / 1920 * 100vw); } }
    .breadcrumbsBar__close .svg-ico-play {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media screen and (max-width: 767px) {
        .breadcrumbsBar__close .svg-ico-play {
          width: calc(31.5 / 320 * 100vw);
          height: calc(28 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .breadcrumbsBar__close .svg-ico-play {
          width: calc(42 / 767 * 100vw);
          height: calc(38 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .breadcrumbsBar__close .svg-ico-play {
          width: calc(63 / 1920 * 100vw);
          height: calc(56 / 1920 * 100vw); } }
  .breadcrumbsBar:hover img {
    visibility: visible;
    opacity: 1; }

.sliderPeople {
  overflow: hidden;
  max-width: calc(1690 / 1920 * 100vw); }
  @media screen and (min-width: 1024px) {
    .sliderPeople {
      margin-bottom: calc(125 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .sliderPeople {
      margin-bottom: calc(100 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .sliderPeople {
      margin-bottom: calc(60 / 320 * 100vw);
      padding-top: calc(25 / 320 * 100vw); } }
  @media screen and (max-width: 767px) {
    .sliderPeople .slider_navigation {
      padding-bottom: calc(20 / 320 * 100vw); } }
  .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;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      @media screen and (min-width: 1024px) {
        .sliderPeople .slick-arrow .svg-ico-play {
          width: calc(63 / 1920 * 100vw);
          height: calc(56 / 1920 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .sliderPeople .slick-arrow .svg-ico-play {
          width: calc(63 * 2 / 1920 * 100vw);
          height: calc(56 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .sliderPeople .slick-arrow .svg-ico-play {
          width: calc(63 * 3 / 1920 * 100vw);
          height: calc(56 * 3 / 1920 * 100vw); } }
  .sliderPeople .slick-prev {
    right: calc(63 / 1920 * 100vw); }
    .sliderPeople .slick-prev .svg-ico-play {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sliderPeople .slick-next {
    right: 0; }
    .sliderPeople .slick-next .svg-ico-play {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
  .sliderPeople__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .sliderPeople__nav {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .sliderPeople__img {
    width: 100%; }
  .sliderPeople .s-box__img {
    width: 100%; }
  .sliderPeople__body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: calc(-21 / 1920 * 100vw);
    margin-right: calc(-21 / 1920 * 100vw); }
    .sliderPeople__body-item {
      width: calc(25% - 21px - 21px);
      margin: 0 calc(21 / 1920 * 100vw);
      float: left; }
      .slick-initialized .sliderPeople__body-item:first-child {
        margin: 0 calc(21 / 1920 * 100vw) 0 0;
        margin: 0; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .slick-initialized .sliderPeople__body-item:first-child {
            margin: 0 calc(21 * 2 / 1920 * 100vw) 0 0; } }
        @media screen and (max-width: 767px) {
          .slick-initialized .sliderPeople__body-item:first-child {
            margin: 0 calc(21 * 3 / 1920 * 100vw) 0 0; } }
      .sliderPeople__body-item .role {
        background: var(--theme-color-alpha);
        font-weight: 800;
        font-family: "Open Sans";
        color: var(--theme-color-bravo);
        font-size: calc(14 / 1920 * 100vw);
        letter-spacing: calc(1.5 / 1920 * 100vw);
        line-height: calc(36 / 1920 * 100vw);
        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: calc(14 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.5 * 2 / 1920 * 100vw);
            line-height: calc(36 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .sliderPeople__body-item .role {
            font-family: "Open Sans";
            color: var(--theme-color-bravo);
            font-size: calc(14 * 3 / 1920 * 100vw);
            letter-spacing: calc(1.5 * 3 / 1920 * 100vw);
            line-height: calc(36 * 3 / 1920 * 100vw); } }
      .sliderPeople__body-item .details {
        margin: 0 calc(28 / 1920 * 100vw);
        padding: calc(23.75 / 1920 * 100vw) calc(1.5 / 1920 * 100vw) 0;
        margin-top: calc(-60 / 1920 * 100vw);
        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 calc(28 * 2 / 1920 * 100vw);
            padding: calc(23.75 * 2 / 1920 * 100vw) calc(1.5 / 1920 * 100vw) 0;
            margin-top: calc(-90 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .sliderPeople__body-item .details {
            margin: 0 calc(28 * 3 / 1920 * 100vw);
            padding: calc(23.75 * 3 / 1920 * 100vw) calc(1.5 / 1920 * 100vw) 0;
            margin-top: calc(-90 * 3 / 1920 * 100vw); } }
        .sliderPeople__body-item .details .name {
          font-family: "Khula";
          text-transform: uppercase;
          font-weight: 600;
          color: #222;
          line-height: 1.5;
          margin: 0;
          font-size: calc(32 / 1920 * 100vw);
          letter-spacing: calc(1 / 1920 * 100vw); }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .sliderPeople__body-item .details .name {
              font-size: calc(32 * 2 / 1920 * 100vw);
              letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .sliderPeople__body-item .details .name {
              font-size: calc(32 * 3 / 1920 * 100vw);
              letter-spacing: calc(1 * 3 / 1920 * 100vw); } }
        .sliderPeople__body-item .details .position {
          font-family: "Khula";
          font-size: calc(28 / 1920 * 100vw);
          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: calc(32 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .sliderPeople__body-item .details .position {
              font-size: calc(32 * 3 / 1920 * 100vw); } }
    .sliderPeople__body .slick-slide {
      padding: 0 calc(21 / 1920 * 100vw); }
  .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: calc(6 / 1920 * 100vw);
      width: calc(100% - 66 * 2 / 1920 * 100vw);
      background: var(--theme-color-alpha); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .sliderPeople.line .section__header {
          width: calc(100% - 66 * 2 * 2 / 1920 * 100vw);
          height: calc(6 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .sliderPeople.line .section__header {
          display: none; } }
    @media screen and (min-width: 1024px) {
      .sliderPeople.line .sliderPeople__nav {
        padding-bottom: calc(50 / 1920 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .sliderPeople.line .sliderPeople__nav {
        padding-bottom: calc(40 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_accordion--container .accordion {
    padding-left: calc(6 / 1920 * 100vw);
    padding-right: calc(144 / 1920 * 100vw); } }

.accordion {
  color: var(--theme-color-alpha);
  position: relative;
  font-family: "Open Sans"; }
  @media screen and (max-width: 767px) {
    .accordion {
      border-bottom: calc(3 / 320 * 100vw) solid;
      padding-right: calc(36 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .accordion {
      border-bottom: calc(3 / 767 * 100vw) solid;
      padding-right: calc(60 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .accordion {
      font-size: calc(30 / 1920 * 100vw);
      border-bottom: calc(6 / 1920 * 100vw) solid;
      padding-right: calc(142 / 1920 * 100vw); } }
  .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: calc(20 / 320 * 100vw) 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .accordion__title {
        padding: calc(20 / 767 * 100vw) 0; } }
    @media screen and (min-width: 1024px) {
      .accordion__title {
        font-size: inherit;
        padding: calc(34 / 1920 * 100vw) 0 calc(26 / 1920 * 100vw); } }
    .no-js .accordion__title {
      cursor: auto; }
  .accordion__icon {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform 0.5s var(--theme-transition-timing);
    transition: transform 0.5s var(--theme-transition-timing);
    transition: transform 0.5s var(--theme-transition-timing), -webkit-transform 0.5s var(--theme-transition-timing); }
    @media screen and (max-width: 767px) {
      .accordion__icon {
        right: calc(6 / 320 * 100vw);
        bottom: calc(24 / 320 * 100vw);
        width: calc(24 / 320 * 100vw);
        height: calc(24 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .accordion__icon {
        right: calc(6 / 767 * 100vw);
        bottom: calc(12 / 767 * 100vw);
        width: calc(48 / 767 * 100vw);
        height: calc(48 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .accordion__icon {
        right: calc(23 / 1920 * 100vw);
        bottom: calc(24 / 1920 * 100vw);
        width: calc(48 / 1920 * 100vw);
        height: calc(48 / 1920 * 100vw); } }
    .accordion--opened .accordion__icon {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .no-js .accordion__icon {
      display: none; }
  @media screen and (min-width: 1024px) {
    .accordion__content {
      line-height: 1.25;
      padding-top: calc(6 / 1920 * 100vw);
      padding-bottom: calc(16 / 1920 * 100vw); } }
  .accordion__content p {
    margin-top: 0;
    margin-bottom: 1em; }
  .accordion .svg-ico-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .accordion .svg-ico-arrow {
        width: calc(9.65 / 320 * 100vw);
        height: calc(17.15 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .accordion .svg-ico-arrow {
        width: calc(19.3 / 767 * 100vw);
        height: calc(34.3 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .accordion .svg-ico-arrow {
        width: calc(19.3 / 1920 * 100vw);
        height: calc(34.3 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .section_video {
    margin-bottom: calc(38 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_video {
    margin-bottom: calc(76 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_video {
    margin-bottom: calc(76 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_video .section_video__container {
    max-width: calc(1320 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_video--narrow {
    margin-left: calc(-20 / 1920 * 100vw);
    margin-right: calc(-44 / 1920 * 100vw); } }

.video-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: calc(50 / 100 * 100vh);
  max-height: calc(60 / 100 * 100vh);
  min-height: calc(35 / 100 * 100vh); }
  .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%;
    object-fit: cover;
    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%;
    -webkit-transform: translate(-50%, -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: calc(63 / 1920 * 100vw);
        height: calc(56 / 1920 * 100vw); } }
  .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: calc(60 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_image {
    margin-bottom: calc(100 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_image {
    margin-bottom: calc(50 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_image--post_image {
    margin-bottom: calc(113 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .main__content .section_image {
    margin-bottom: calc(155 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_image .section_image__container {
    max-width: calc(1750 / 1920 * 100vw); } }

.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: calc(1626 / 1920 * 100vw); } }

.contact_data {
  line-height: 1.25;
  font-family: "Open Sans";
  padding: 0 0 calc(312 / 1920 * 100vw); }
  @media screen and (min-width: 1024px) {
    .contact_data {
      font-size: calc(24 / 1920 * 100vw); } }
  .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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    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 calc(20 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .contact_data .contact_data__container {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        flex-direction: column;
        margin: 0;
        padding: 0 calc(20 / 320 * 100vw) 0; } }
  .contact_data__title-wrapper {
    width: 85.5vw;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .contact_data__title-wrapper {
        width: 100vw;
        margin: 0;
        padding: 0 calc(20 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .contact_data__title-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        flex-direction: column;
        margin: 0;
        padding: 0 calc(20 / 320 * 100vw) 0; } }
  .contact_data__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(64 / 1920 * 100vw);
    font-weight: 500;
    margin: 0;
    line-height: calc(70 / 1920 * 100vw);
    padding: calc(31 / 1920 * 100vw) 0 calc(90 / 1920 * 100vw) 0; }
    @media screen and (max-width: 1023px) {
      .contact_data__title {
        padding: calc(81 * 2 / 1920 * 100vw) 0 calc(90 * 2 / 1920 * 100vw) 0;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(64 * 1.5 / 1920 * 100vw);
        line-height: calc(70 * 1.5 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .contact_data__title {
        padding: calc(81 * 3 / 1920 * 100vw) 0 calc(90 * 2 / 1920 * 100vw) 0;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(90 * 2 / 1920 * 100vw);
        line-height: calc(100 * 2 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .contact_data__item {
      width: 100%;
      padding-top: calc(28 / 320 * 100vw);
      padding-bottom: calc(60 / 320 * 100vw);
      border-top: calc(4 / 320 * 100vw) solid;
      font-size: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact_data__item {
      width: 40%;
      margin-right: 8.8%;
      padding-top: calc(28 / 767 * 100vw);
      padding-right: 10%;
      padding-bottom: calc(60 / 767 * 100vw);
      border-top: calc(6 / 767 * 100vw) solid;
      font-size: calc(16 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .contact_data__item {
      width: 20%;
      margin-right: 4.4%;
      padding-top: calc(28 / 1920 * 100vw);
      padding-right: 5%;
      padding-bottom: calc(60 / 1920 * 100vw);
      border-top: calc(6 / 1920 * 100vw) 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: calc(32 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .contact_data__name {
        margin-bottom: calc(32 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .contact_data__name {
        font-size: calc(18 / 1920 * 100vw);
        letter-spacing: calc(1 / 1920 * 100vw);
        margin-bottom: calc(32 / 1920 * 100vw); } }
  .contact_data__location {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .contact_data__location {
        margin-bottom: calc(20 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .contact_data__location {
        margin-bottom: calc(20 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .contact_data__location {
        margin-bottom: calc(20 / 1920 * 100vw); } }
  .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: calc(300 / 1920 * 100vw); } }
  .timline-wrapper .timeline-slider__slide {
    position: relative; }
    .timline-wrapper .timeline-slider__slide img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      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: calc(40 / 767 * 100vw); } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .timeline-slider__slide img {
          margin-bottom: calc(40 / 480 * 100vw); } }
    .timline-wrapper .timeline-slider__slide-content {
      width: 100vw; }
      @media screen and (min-width: 1024px) {
        .timline-wrapper .timeline-slider__slide-content {
          padding: calc(62 / 1920 * 100vw) calc(88 / 1920 * 100vw) calc(410 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .timline-wrapper .timeline-slider__slide-content {
          padding: calc(24 / 1920 * 100vw) calc(76 / 1920 * 100vw) calc(20 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .timeline-slider__slide-content {
          padding: 0 calc(76 / 1920 * 100vw) calc(20 / 1920 * 100vw);
          margin-top: -20px; } }
      .timline-wrapper .timeline-slider__slide-content h4 {
        font-weight: 800;
        line-height: 1.5px;
        margin: 0;
        display: inline-block;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .timline-wrapper .timeline-slider__slide-content h4 {
            font-family: "Open Sans";
            color: var(--theme-color-bravo);
            font-size: calc(18 / 1920 * 100vw);
            letter-spacing: calc(3 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timline-wrapper .timeline-slider__slide-content h4 {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(36 * 2 / 1920 * 100vw);
            letter-spacing: calc(6 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .timline-wrapper .timeline-slider__slide-content h4 {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw);
            letter-spacing: calc(12 / 1920 * 100vw);
            padding: calc(12 / 480 * 100vw); } }
        .timline-wrapper .timeline-slider__slide-content h4:after {
          content: "";
          display: block;
          background: var(--theme-color-bravo); }
          @media screen and (min-width: 1024px) {
            .timline-wrapper .timeline-slider__slide-content h4:after {
              height: calc(3 / 1920 * 100vw);
              margin-top: calc(10 / 1920 * 100vw); } }
          @media screen and (max-width: 1023px) {
            .timline-wrapper .timeline-slider__slide-content h4:after {
              height: calc(6 / 1920 * 100vw);
              margin-top: calc(20 / 1920 * 100vw); } }
          @media screen and (max-width: 480px) {
            .timline-wrapper .timeline-slider__slide-content h4:after {
              height: calc(12 / 1920 * 100vw);
              margin-top: calc(40 / 1920 * 100vw); } }
      .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: calc(97 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timline-wrapper .timeline-slider__slide-content .content-text {
            padding: calc(54 / 1920 * 100vw) 0; } }
        @media screen and (max-width: 480px) {
          .timline-wrapper .timeline-slider__slide-content .content-text {
            padding: calc(4 / 1920 * 100vw) 0; } }
        @media all and (max-width: 1200px) and (min-width: 1025px) {
          .timline-wrapper .timeline-slider__slide-content .content-text {
            padding: calc(97 / 1920 * 100vw) 0;
            text-align: right; } }
        @media screen and (min-width: 1024px) {
          .timline-wrapper .timeline-slider__slide-content .content-text h2 {
            margin: calc(17 / 1920 * 100vw) 0 0 0;
            width: calc(680 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-bravo);
            font-size: calc(48 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timline-wrapper .timeline-slider__slide-content .content-text h2 {
            margin: calc(24 * 2 / 1920 * 100vw) 0 0 0;
            width: 100%;
            text-align: left;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(96 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .timline-wrapper .timeline-slider__slide-content .content-text h2 {
            margin: calc(24 * 3 / 1920 * 100vw) 0 0 0;
            width: 100%;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(52 * 2 / 1920 * 100vw); } }
        @media all and (max-width: 1200px) and (min-width: 1025px) {
          .timline-wrapper .timeline-slider__slide-content .content-text h2 {
            margin: calc(44 / 1920 * 100vw) 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: calc(680 / 1920 * 100vw);
              margin: calc(44 / 1920 * 100vw) 0 0 0;
              font-family: "Open Sans";
              color: var(--theme-color-bravo);
              font-size: calc(24 / 1920 * 100vw); } }
          @media screen and (max-width: 1023px) {
            .timline-wrapper .timeline-slider__slide-content .content-text p {
              width: 100%;
              text-align: left;
              margin: calc(38 / 1920 * 100vw) 0 0 0;
              font-family: "Open Sans";
              color: var(--theme-color-alpha);
              font-size: calc(48 / 1920 * 100vw); } }
          @media screen and (max-width: 480px) {
            .timline-wrapper .timeline-slider__slide-content .content-text p {
              width: 100%;
              margin: calc(66 / 1920 * 100vw) 0 0 0;
              font-family: "Open Sans";
              color: var(--theme-color-alpha);
              font-size: calc(96 / 1920 * 100vw); } }
          @media all and (max-width: 1200px) and (min-width: 1025px) {
            .timline-wrapper .timeline-slider__slide-content .content-text p {
              margin: calc(44 / 1920 * 100vw) 0 0 auto; } }
  .timline-wrapper .timeline-slider__dots {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    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: calc(267 / 1920 * 100vw);
        border-bottom: calc(1 / 1920 * 100vw) solid var(--theme-color-bravo);
        height: calc(10 / 1920 * 100vw);
        width: calc(1517 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .timline-wrapper .timeline-slider__dots {
        display: none !important;
        border-bottom: calc(1 / 1920 * 100vw) solid var(--theme-color-alpha); } }
    @media screen and (max-width: 480px) {
      .timline-wrapper .timeline-slider__dots {
        display: none !important;
        border-bottom: calc(1 / 1920 * 100vw) 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: calc(17 / 1920 * 100vw);
          width: calc(17 / 1920 * 100vw);
          border: 1px solid var(--theme-color-bravo); } }
      @media screen and (max-width: 1023px) {
        .timline-wrapper .timeline-slider__dots li {
          height: calc(34 / 1920 * 100vw);
          width: calc(34 / 1920 * 100vw);
          border: 1px solid var(--theme-color-alpha); } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .timeline-slider__dots li {
          height: calc(68 / 1920 * 100vw);
          width: calc(68 / 1920 * 100vw);
          border: 1px solid var(--theme-color-alpha); } }
      @media screen and (min-width: 1024px) {
        .timline-wrapper .timeline-slider__dots li.slick-active {
          height: calc(50 / 1920 * 100vw);
          width: calc(50 / 1920 * 100vw);
          border: none; } }
      @media screen and (max-width: 1023px) {
        .timline-wrapper .timeline-slider__dots li.slick-active {
          height: calc(100 / 1920 * 100vw);
          width: calc(100 / 1920 * 100vw);
          border: none; } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .timeline-slider__dots li.slick-active {
          height: calc(200 / 1920 * 100vw);
          width: calc(200 / 1920 * 100vw);
          border: none; } }
      .timline-wrapper .timeline-slider__dots li.slick-active:before {
        content: "";
        background: url("./../../assets/img/logos/small_yellow_logo.svg") center no-repeat;
        display: block;
        position: absolute;
        z-index: 100; }
        @media screen and (min-width: 1024px) {
          .timline-wrapper .timeline-slider__dots li.slick-active:before {
            height: calc(50 / 1920 * 100vw);
            width: calc(50 / 1920 * 100vw);
            border: none;
            top: calc(-15 / 1920 * 100vw);
            left: 0; } }
        @media screen and (max-width: 1023px) {
          .timline-wrapper .timeline-slider__dots li.slick-active:before {
            height: calc(100 / 1920 * 100vw);
            width: calc(100 / 1920 * 100vw);
            border: none;
            top: calc(-30 / 1920 * 100vw);
            left: 0; } }
        @media screen and (max-width: 480px) {
          .timline-wrapper .timeline-slider__dots li.slick-active:before {
            height: calc(200 / 1920 * 100vw);
            width: calc(200 / 1920 * 100vw);
            border: none;
            top: calc(-60 / 1920 * 100vw);
            left: 0; } }
      .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: calc(250 / 1920 * 100vw);
            width: calc(184 / 1920 * 100vw);
            top: calc(-32 / 1920 * 100vw);
            left: calc(-21 / 1920 * 100vw);
            padding-top: calc(79 / 1920 * 100vw);
            padding-left: calc(21 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timline-wrapper .timeline-slider__dots li.slick-active .milestone {
            height: calc(500 / 1920 * 100vw);
            width: calc(368 / 1920 * 100vw);
            top: calc(-64 / 1920 * 100vw);
            left: calc(-42 / 1920 * 100vw);
            padding-top: calc(158 / 1920 * 100vw);
            padding-left: calc(42 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .timline-wrapper .timeline-slider__dots li.slick-active .milestone {
            height: calc(1000 / 1920 * 100vw);
            width: calc(736 / 1920 * 100vw);
            top: calc(-128 / 1920 * 100vw);
            left: calc(-84 / 1920 * 100vw);
            padding-top: calc(316 / 1920 * 100vw);
            padding-left: calc(84 / 1920 * 100vw); } }
        .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: calc(47 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timline-wrapper .timeline-slider__dots li .milestone {
            padding-top: calc(94 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .timline-wrapper .timeline-slider__dots li .milestone {
            padding-top: calc(188 / 1920 * 100vw); } }
        .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: calc(18 / 1920 * 100vw);
              letter-spacing: calc(3 / 1920 * 100vw);
              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: calc(36 / 1920 * 100vw);
              letter-spacing: calc(6 / 1920 * 100vw);
              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: calc(72 / 1920 * 100vw);
              letter-spacing: calc(12 / 1920 * 100vw);
              width: 5px; } }
      @media screen and (min-width: 1024px) {
        .timline-wrapper .timeline-slider__dots li:last-child {
          margin-right: calc(307 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .timline-wrapper .timeline-slider__dots li:last-child {
          margin-right: calc(614 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .timeline-slider__dots li:last-child {
          margin-right: calc(1228 / 1920 * 100vw); } }

.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: calc(56 / 1920 * 100vw);
      width: calc(63 / 1920 * 100vw);
      bottom: calc(500 / 1920 * 100vw); } }
  @media screen and (max-width: 1023px) {
    .timline-wrapper .slick-arrow {
      height: calc(112 / 1920 * 100vw);
      width: calc(126 / 1920 * 100vw);
      top: 20%; } }
  @media screen and (max-width: 480px) {
    .timline-wrapper .slick-arrow {
      height: calc(224 / 1920 * 100vw);
      width: calc(252 / 1920 * 100vw);
      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%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 1024px) {
        .timline-wrapper .slick-arrow.slick-prev::before {
          border-width: calc(9.5 / 1920 * 100vw) calc(19 / 1920 * 100vw) calc(9.5 / 1920 * 100vw) 0; } }
      @media screen and (max-width: 1023px) {
        .timline-wrapper .slick-arrow.slick-prev::before {
          border-width: calc(18.4 / 1920 * 100vw) calc(38 / 1920 * 100vw) calc(18.4 / 1920 * 100vw) 0; } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .slick-arrow.slick-prev::before {
          border-width: calc(36.8 / 1920 * 100vw) calc(76 / 1920 * 100vw) calc(36.8 / 1920 * 100vw) 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%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 1024px) {
        .timline-wrapper .slick-arrow.slick-next::before {
          border-width: 0.49479vw 0 0.49479vw calc(19 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .timline-wrapper .slick-arrow.slick-next::before {
          border-width: 0.95833vw 0 0.95833vw calc(38 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .timline-wrapper .slick-arrow.slick-next::before {
          border-width: 1.91667vw 0 1.91667vw calc(76 / 1920 * 100vw); } }

.timline-wrapper-pagination .timeline-slider-pagination {
  width: 100%;
  padding: 0 13vw;
  margin: 0 0 calc(-240 / 1920 * 100vw);
  background: transparent;
  -webkit-transform: translateY(-100%);
  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: calc(59.7 / 1920 * 100vw);
      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: calc(50 / 1920 * 100vw);
      height: calc(50 / 1920 * 100vw);
      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: calc(18 / 1920 * 100vw); } }
    @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: calc(36 / 1920 * 100vw); } }
    @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: calc(72 / 1920 * 100vw); } }
  .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: calc(18 / 1920 * 100vw);
          letter-spacing: calc(3 / 1920 * 100vw); } }
      @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: calc(36 / 1920 * 100vw);
          letter-spacing: calc(6 / 1920 * 100vw); } }
      @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: calc(72 / 1920 * 100vw);
          letter-spacing: calc(12 / 1920 * 100vw); } }
  .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: calc(59.7 / 1920 * 100vw);
      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: calc(59.7 / 1920 * 100vw);
      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: calc(240 / 1920 * 100vw);
    position: relative;
    width: calc(184 / 1920 * 100vw);
    max-width: calc(184 / 1920 * 100vw);
    background: transparent;
    margin: 0 auto;
    padding: calc(100 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    cursor: pointer;
    overflow: hidden; }
    .timline-wrapper-pagination .timeline-slider-pagination .p-slide::after {
      content: "";
      position: absolute;
      top: calc(17 / 1920 * 100vw);
      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: calc(35 / 1920 * 100vw);
      width: calc(17 / 1920 * 100vw);
      height: calc(17 / 1920 * 100vw);
      margin: calc(16.5 / 1920 * 100vw) 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%;
        -webkit-transform: translateY(-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%;
        -webkit-transform: translateY(-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: calc(170 / 1920 * 100vw); } }

@media screen and (max-width: 1023px) {
  .timlineSlider-wrapper {
    margin-bottom: calc(340 / 1920 * 100vw);
    margin-top: calc(340 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .timlineSlider-wrapper {
    margin-top: calc(340 * 2 / 1920 * 100vw); } }

.timlineSlider-wrapper .slick-list {
  width: 100%; }

.timlineSlider-wrapper .timeline_slider {
  position: relative;
  min-height: calc(980 / 1920 * 100vw); }
  .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox {
    width: 100vw; }
    @media screen and (min-width: 1024px) {
      .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox {
        padding-left: calc(63 / 1920 * 100vw);
        margin: calc(58 / 1920 * 100vw) auto calc(25 / 1920 * 100vw); } }
    .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%; } }
    .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer {
      width: 8vw; }
      @media screen and (min-width: 1024px) {
        .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer {
          padding-left: calc(63 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer {
          width: 100%; } }
      .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
        margin-right: -22.4vw; }
        @media screen and (min-width: 1024px) {
          .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
            min-height: calc(564 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
            margin: 0;
            padding: calc(88 / 1920 * 100vw) calc(20 / 767 * 100vw); } }
        @media screen and (max-width: 767px) {
          .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box {
            margin: 0;
            padding: calc(88 / 1920 * 100vw) calc(20 / 320 * 100vw); } }
        .timlineSlider-wrapper .timeline_slider__slide-content .bigRightImageTextBox__textContainer-box h2 {
          margin-top: 0; }
  .timlineSlider-wrapper .timeline_slider__dots {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right; }
    @media screen and (min-width: 1024px) {
      .timlineSlider-wrapper .timeline_slider__dots {
        bottom: calc(-30 / 1920 * 100vw);
        border-bottom: calc(3 / 1920 * 100vw) solid rgba(0, 0, 0, 0.3);
        height: calc(10 / 1920 * 100vw);
        width: calc(1517 / 1920 * 100vw);
        padding-right: calc(300 / 1920 * 100vw); } }
    @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 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: calc(17 / 1920 * 100vw);
          width: calc(17 / 1920 * 100vw);
          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: calc(18 / 1920 * 100vw); }
        @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: calc(18 * 2 / 1920 * 100vw); } }
        @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: calc(18 * 3 / 1920 * 100vw); } }
      .timlineSlider-wrapper .timeline_slider__dots li.slick-active::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border-style: solid;
        border-color: #000000 transparent transparent transparent; }
        @media screen and (min-width: 1024px) {
          .timlineSlider-wrapper .timeline_slider__dots li.slick-active::after {
            border-width: calc(19 / 1920 * 100vw) calc(9.5 / 1920 * 100vw) 0 calc(9.5 / 1920 * 100vw);
            top: calc(-55 / 1920 * 100vw);
            left: calc(-2 / 1920 * 100vw); } }
      .timlineSlider-wrapper .timeline_slider__dots li.slick-active:before {
        content: "";
        display: block;
        position: absolute;
        background: var(--theme-color-bravo); }
        @media screen and (min-width: 1024px) {
          .timlineSlider-wrapper .timeline_slider__dots li.slick-active:before {
            height: calc(56 / 1920 * 100vw);
            width: calc(63 / 1920 * 100vw);
            top: calc(-80 / 1920 * 100vw);
            left: calc(-25 / 1920 * 100vw); } }
      .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: calc(36 / 1920 * 100vw); } }
        .timlineSlider-wrapper .timeline_slider__dots li .milestone p {
          margin: 0;
          font-family: "Open Sans";
          color: rgba(0, 0, 0, 0.3);
          font-size: calc(18 / 1920 * 100vw);
          letter-spacing: calc(3 / 1920 * 100vw);
          width: calc(186 / 1920 * 100vw); }
  .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: calc(56 / 1920 * 100vw);
        width: calc(63 / 1920 * 100vw);
        bottom: calc(500 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .timlineSlider-wrapper .timeline_slider .slick-arrow {
        height: calc(112 / 1920 * 100vw);
        width: calc(126 / 1920 * 100vw);
        top: 27%; } }
    @media screen and (max-width: 480px) {
      .timlineSlider-wrapper .timeline_slider .slick-arrow {
        height: calc(224 / 1920 * 100vw);
        width: calc(252 / 1920 * 100vw);
        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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 1024px) {
          .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
            border-width: calc(9.5 / 1920 * 100vw) calc(19 / 1920 * 100vw) calc(9.5 / 1920 * 100vw) 0; } }
        @media screen and (max-width: 1023px) {
          .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
            border-width: calc(19 / 1920 * 100vw) calc(38 / 1920 * 100vw) calc(19 / 1920 * 100vw) 0; } }
        @media screen and (max-width: 480px) {
          .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-prev::before {
            border-width: calc(38 / 1920 * 100vw) calc(76 / 1920 * 100vw) calc(38 / 1920 * 100vw) 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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 1024px) {
          .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
            border-width: 0.49479vw 0 0.49479vw calc(19 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
            border-width: 0.98958vw 0 0.98958vw calc(38 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .timlineSlider-wrapper .timeline_slider .slick-arrow.slick-next::before {
            border-width: 1.97917vw 0 1.97917vw calc(76 / 1920 * 100vw); } }

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

@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;
  -webkit-transform: translateY(-110%);
  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: calc(20 / 1920 * 100vw);
    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: calc(56 / 1920 * 100vw);
      width: calc(63 / 1920 * 100vw);
      top: 0;
      left: calc(0 / 1920 * 100vw);
      display: none; }
    .timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper::after {
      top: calc(21 / 1920 * 100vw);
      left: calc(19 / 1920 * 100vw);
      content: "";
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      border-style: solid;
      border-width: calc(19 / 1920 * 100vw) calc(9.5 / 1920 * 100vw) 0 calc(9.5 / 1920 * 100vw);
      border-color: #000000 transparent transparent transparent;
      display: none; }
  .timlineSlider-wrapper-pagination .timeline_slider-pagination__slide-wrapper {
    padding: 0 0 0 calc(22 / 1920 * 100vw);
    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: calc(18 / 1920 * 100vw); }
    .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: calc(120 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw); }
    .timlineSlider-wrapper-pagination .timeline_slider-pagination__slide .dot {
      position: absolute;
      top: calc(80 / 1920 * 100vw);
      width: calc(17 / 1920 * 100vw);
      height: calc(17 / 1920 * 100vw);
      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%;
        -webkit-transform: translateY(-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: calc(18 / 1920 * 100vw);
      letter-spacing: calc(3 / 1920 * 100vw);
      width: calc(200 / 1920 * 100vw);
      cursor: pointer; }

.section_slider_hero {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .section_slider_hero {
      max-width: calc(1770 / 1920 * 100vw);
      padding-bottom: calc(90 / 1920 * 100vw); } }
  .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: calc(600 / 1920 * 100vw);
        height: calc(269 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_slider_hero:first-child {
      margin-top: calc(-100 / 1920 * 100vw); } }
  @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: calc(89 / 1920 * 100vw);
      width: 72%;
      right: calc(10 / 1920 * 100vw); }
      .slick-initialized ~ .section_slider_hero .slider_hero__mask {
        height: calc(100% - (89 / 1920 * 100vw)); } }
  .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: calc(5 / 767 * 100vw) 0; } }
    @media screen and (min-width: 1024px) {
      .section_slider_hero .slider_hero_nav {
        position: absolute;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        left: 0;
        bottom: calc(90 / 1920 * 100vw);
        font-size: calc(14 / 1920 * 100vw);
        padding-left: calc(210 / 1920 * 100vw);
        padding-bottom: calc(8 / 1920 * 100vw); } }
    .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: calc(10 / 320 * 100vw); } }
    .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: calc(20 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .section_slider_hero .slider_hero_nav__links {
          padding: 0 calc(5 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .section_slider_hero .slider_hero_nav__links {
          padding-left: calc(92 / 1920 * 100vw);
          letter-spacing: calc(1.75 / 1920 * 100vw); } }
      @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: calc(8 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .section_slider_hero .slider_hero_nav span {
          padding: calc(28 / 1920 * 100vw) calc(14 / 1920 * 100vw); } }
    .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: calc(8 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .section_slider_hero .slider_hero_nav a {
          padding: calc(28 / 1920 * 100vw) calc(14 / 1920 * 100vw); } }
      .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 calc(5 / 767 * 100vw); } }
    .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: calc(8 / 767 * 100vw); } }
        @media screen and (min-width: 1024px) {
          .section_slider_hero ul.slick-dots li button {
            padding: calc(28 / 1920 * 100vw) calc(18 / 1920 * 100vw); } }
        .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: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    .slider_hero__slide {
      padding-left: calc(138 / 1920 * 100vw); } }

.slider_hero__image {
  width: 100%;
  height: auto;
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%"; }
  @media screen and (min-width: 1024px) {
    .slider_hero__image {
      height: calc(1036 / 1920 * 100vw); } }

.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: calc(14 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider_hero__text {
      margin-top: calc(-20 / 767 * 100vw);
      padding-top: calc(14 / 767 * 100vw);
      padding-right: calc(14 / 767 * 100vw);
      padding-bottom: calc(14 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .slider_hero__text {
      margin-top: calc(-85 / 1920 * 100vw);
      padding-top: calc(54 / 1920 * 100vw);
      padding-right: calc(38 / 1920 * 100vw);
      padding-bottom: calc(64 / 1920 * 100vw); } }
  .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: calc(32 / 1920 * 100vw);
        margin-bottom: calc(18 / 1920 * 100vw); } }

.slider_hero__link {
  font-family: "Open Sans";
  position: relative; }
  @media screen and (min-width: 1024px) {
    .slider_hero__link {
      font-size: calc(18 / 1920 * 100vw);
      letter-spacing: calc(0.25 / 1920 * 100vw);
      padding-left: calc(5 / 1920 * 100vw); } }
  .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: calc(-3 / 320 * 100vw);
        height: calc(2 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slider_hero__link::after {
        bottom: calc(-3 / 767 * 100vw);
        height: calc(2 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .slider_hero__link::after {
        right: calc(-6 / 1920 * 100vw);
        bottom: calc(-5 / 1920 * 100vw);
        height: calc(2 / 1920 * 100vw); } }
  .slider_hero__link:hover::after {
    background: var(--theme-color-charlie); }

@media screen and (min-width: 1024px) {
  .content {
    margin-bottom: calc(125 / 1920 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content {
    margin-bottom: calc(100 / 767 * 100vw); } }

@media screen and (max-width: 767px) {
  .content {
    margin-bottom: calc(60 / 320 * 100vw); } }

.content--simple {
  line-height: 1.25;
  font-family: "Open Sans"; }
  @media screen and (min-width: 1024px) {
    .content--simple {
      font-size: calc(30 / 1920 * 100vw);
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .content--simple {
      font-size: calc(60 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .content--simple {
      font-size: calc(90 / 1920 * 100vw); } }
  .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: calc(200 / 1920 * 100vw); } }
  .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: calc(18 / 1920 * 100vw);
        letter-spacing: calc(3px / 1920 * 100vw); } }

.content--large {
  font-family: "Open Sans";
  line-height: 1.125; }
  @media screen and (min-width: 1024px) {
    .content--large {
      font-size: calc(48 / 1920 * 100vw);
      margin-bottom: calc(105 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .content--large {
      font-size: calc(24 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .content--large {
      font-size: calc(16 / 320 * 100vw); } }

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

@media screen and (min-width: 1024px) {
  .page-id-104 .container.container--simple_content {
    max-width: calc(1100 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .page-id-827 .container.container--simple_content {
    max-width: calc(1690 / 1920 * 100vw); } }

@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: calc(30 / 1920 * 100vw);
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .content--alert_box {
      font-size: calc(60 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .content--alert_box {
      font-size: calc(90 / 1920 * 100vw); } }

.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: calc(24 / 1920 * 100vw); } }
  .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: calc(20 / 320 * 100vw);
        padding-top: calc(10 / 320 * 100vw);
        padding-bottom: calc(10 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--calendar .modal__content .date {
        left: calc(20 / 767 * 100vw);
        padding-top: calc(10 / 767 * 100vw);
        padding-bottom: calc(10 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--calendar .modal__content .date {
        left: calc(53 / 1920 * 100vw);
        width: calc(136 / 1920 * 100vw);
        padding-top: calc(32 / 1920 * 100vw);
        padding-bottom: calc(28 / 1920 * 100vw); } }
    .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: calc(20 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--calendar .modal__content .date__number {
          font-size: calc(20 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--calendar .modal__content .date__number {
          font-size: calc(64 / 1920 * 100vw);
          line-height: calc(70 / 1920 * 100vw);
          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 calc(14 / 320 * 100vw);
          font-size: calc(14 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--calendar .modal__content .date__text {
          padding: 0 calc(14 / 767 * 100vw);
          font-size: calc(14 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--calendar .modal__content .date__text {
          padding: 0 calc(28 / 1920 * 100vw);
          font-size: calc(14 / 1920 * 100vw);
          line-height: calc(18 / 1920 * 100vw);
          letter-spacing: calc(1.75 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--calendar .modal__content .modal__group--event {
      padding-top: calc(21 / 320 * 100vw);
      padding-left: calc(25 / 320 * 100vw);
      padding-right: calc(25 / 320 * 100vw);
      padding-bottom: calc(21 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--calendar .modal__content .modal__group--event {
      padding-top: calc(21 / 767 * 100vw);
      padding-left: calc(25 / 767 * 100vw);
      padding-right: calc(25 / 767 * 100vw);
      padding-bottom: calc(21 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--calendar .modal__content .modal__group--event {
      padding-top: calc(42 / 1920 * 100vw);
      padding-left: calc(50 / 1920 * 100vw);
      padding-right: calc(50 / 1920 * 100vw);
      padding-bottom: calc(144 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        padding-bottom: calc(8 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--calendar .modal__content .modal__info {
        font-size: calc(14 / 767 * 100vw);
        padding-bottom: calc(8 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--calendar .modal__content .modal__info {
        font-size: calc(14 / 1920 * 100vw);
        line-height: calc(18 / 1920 * 100vw);
        padding-bottom: calc(8 / 1920 * 100vw);
        letter-spacing: calc(1.85 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--calendar .modal__content .event__info {
      padding-top: calc(8 / 320 * 100vw);
      padding-bottom: calc(8 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--calendar .modal__content .event__info {
      padding-top: calc(8 / 767 * 100vw);
      padding-bottom: calc(8 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--calendar .modal__content .event__info {
      padding-top: calc(12 / 1920 * 100vw);
      padding-bottom: calc(12 / 1920 * 100vw); } }
  .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: calc(30 / 1920 * 100vw);
        letter-spacing: calc(0.75 / 1920 * 100vw); } }
  .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: calc(30 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--calendar .modal__content .type {
      line-height: calc(30 / 1920 * 100vw);
      letter-spacing: calc(-1.25 / 1920 * 100vw);
      padding-bottom: calc(14 / 1920 * 100vw); } }
  .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: calc(26 / 320 * 100vw);
        height: calc(26 / 320 * 100vw);
        margin-bottom: calc(16 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--calendar .modal__content .save_event {
        width: calc(26 / 767 * 100vw);
        height: calc(26 / 767 * 100vw);
        margin-bottom: calc(16 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--calendar .modal__content .save_event {
        width: calc(26 / 1920 * 100vw);
        height: calc(26 / 1920 * 100vw);
        margin-left: calc(4 / 1920 * 100vw); } }
    .modal--calendar .modal__content .save_event::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: var(--theme-color-bravo); }
      @media screen and (max-width: 767px) {
        .modal--calendar .modal__content .save_event::before {
          width: calc(3 / 320 * 100vw);
          height: calc(16 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--calendar .modal__content .save_event::before {
          width: calc(3 / 767 * 100vw);
          height: calc(16 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--calendar .modal__content .save_event::before {
          width: calc(3 / 1920 * 100vw);
          height: calc(16 / 1920 * 100vw); } }
    .modal--calendar .modal__content .save_event::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: var(--theme-color-bravo); }
      @media screen and (max-width: 767px) {
        .modal--calendar .modal__content .save_event::after {
          width: calc(16 / 320 * 100vw);
          height: calc(3 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--calendar .modal__content .save_event::after {
          width: calc(16 / 767 * 100vw);
          height: calc(3 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--calendar .modal__content .save_event::after {
          width: calc(16 / 1920 * 100vw);
          height: calc(3 / 1920 * 100vw); } }
    .modal--calendar .modal__content .save_event .addeventatc_icon {
      display: none; }
    .modal--calendar .modal__content .save_event:hover .event_menu {
      -webkit-transform: scale(1);
      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: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    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: calc(6 / 1920 * 100vw); } }
  .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: calc(18 / 1920 * 100vw); } }
    .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: calc(-4 / 320 * 100vw);
          height: calc(2 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--calendar .modal__content .link::after {
          bottom: calc(-4 / 767 * 100vw);
          height: calc(2 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--calendar .modal__content .link::after {
          bottom: calc(-4 / 1920 * 100vw);
          height: calc(2 / 1920 * 100vw); } }
    .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: calc(50 / 1920 * 100vw);
      right: calc(50 / 1920 * 100vw);
      bottom: calc(42 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--calendar .modal__content .event__description {
      padding-top: calc(40 / 320 * 100vw);
      padding-left: calc(21 / 320 * 100vw);
      padding-right: calc(32 / 320 * 100vw);
      padding-bottom: calc(40 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--calendar .modal__content .event__description {
      padding-top: calc(40 / 767 * 100vw);
      padding-left: calc(21 / 767 * 100vw);
      padding-right: calc(32 / 767 * 100vw);
      padding-bottom: calc(40 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--calendar .modal__content .event__description {
      padding-top: calc(80 / 1920 * 100vw);
      padding-left: calc(42 / 1920 * 100vw);
      padding-right: calc(62 / 1920 * 100vw);
      padding-bottom: calc(80 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        margin-bottom: calc(8 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--calendar .modal__content .subtitle {
        font-size: calc(14 / 767 * 100vw);
        margin-bottom: calc(8 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--calendar .modal__content .subtitle {
        font-size: calc(18 / 1920 * 100vw);
        line-height: calc(24 / 1920 * 100vw);
        margin-bottom: calc(25 / 1920 * 100vw);
        letter-spacing: calc(3.3 / 1920 * 100vw); } }
  .modal--calendar .modal__content .title {
    font-family: 'Open Sans'; }
    @media screen and (max-width: 767px) {
      .modal--calendar .modal__content .title {
        margin-bottom: calc(14 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--calendar .modal__content .title {
        margin-bottom: calc(14 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--calendar .modal__content .title {
        font-size: calc(48 / 1920 * 100vw);
        line-height: calc(54 / 1920 * 100vw);
        margin-bottom: calc(37 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        margin-bottom: calc(6 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--calendar .modal__content .details {
        font-size: calc(14 / 767 * 100vw);
        margin-bottom: calc(6 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--calendar .modal__content .details {
        font-size: calc(14 / 1920 * 100vw);
        line-height: calc(18 / 1920 * 100vw);
        letter-spacing: calc(1.75 / 1920 * 100vw);
        margin-bottom: calc(24 / 1920 * 100vw); } }
  .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: calc(28 / 320 * 100vw);
      height: calc(28 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--person .modal__close {
      top: calc(56 / 767 * 100vw);
      width: calc(56 / 767 * 100vw);
      height: calc(56 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--person .modal__close {
      top: calc(56 / 1920 * 100vw);
      width: calc(56 / 1920 * 100vw);
      height: calc(56 / 1920 * 100vw); } }
  .modal--person .modal__close .svg-modal_close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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: calc(24 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--person .modal__content .person_info {
      padding-left: calc(22 / 320 * 100vw);
      padding-right: calc(22 / 320 * 100vw);
      padding-bottom: calc(22 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--person .modal__content .person_info {
      padding-left: calc(22 / 767 * 100vw);
      padding-right: calc(22 / 767 * 100vw);
      padding-bottom: calc(22 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--person .modal__content .person_info {
      padding-top: calc(66 / 1920 * 100vw);
      padding-left: calc(88 / 1920 * 100vw);
      padding-right: calc(18 / 1920 * 100vw); } }
  .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: calc(30 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--person .modal__content .content {
        margin-bottom: calc(30 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--person .modal__content .content {
        margin-bottom: calc(56 / 1920 * 100vw); } }
  .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: calc(14 / 1920 * 100vw);
        letter-spacing: calc(1.85 / 1920 * 100vw);
        margin-bottom: calc(21 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--person .modal__content .position {
      padding-right: calc(128 / 1920 * 100vw); } }
  .modal--person .modal__content .position__block {
    padding-bottom: calc(30 / 1920 * 100vw); }
    .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: calc(20 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--person .modal__content .interests {
      padding-left: calc(38 / 1920 * 100vw);
      padding-right: calc(128 / 1920 * 100vw); } }
  .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: calc(20 / 1920 * 100vw); } }
  .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;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      @media screen and (max-width: 767px) {
        .modal--person .modal__content .slick-arrow .svg-ico-play {
          width: calc(31 / 320 * 100vw);
          height: calc(28 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--person .modal__content .slick-arrow .svg-ico-play {
          width: calc(63 / 767 * 100vw);
          height: calc(56 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--person .modal__content .slick-arrow .svg-ico-play {
          width: calc(63 / 1920 * 100vw);
          height: calc(56 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--person .modal__content .slick-prev {
      right: calc(63 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--person .modal__content .slick-prev {
      right: calc(63 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--person .modal__content .slick-prev {
      right: calc(63 / 1920 * 100vw); } }
  .modal--person .modal__content .slick-prev .svg-ico-play {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .modal--person .modal__content .slick-next {
    right: 0; }
    .modal--person .modal__content .slick-next .svg-ico-play {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
  @media screen and (min-width: 1024px) {
    .modal--person .modal__content .person {
      padding-left: calc(60 / 1920 * 100vw); } }
  .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%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--person .modal__content .person .slider_navigation {
        right: calc(56 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--person .modal__content .person .slider_navigation {
        right: calc(56 / 1920 * 100vw); } }
  .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;
    object-fit: cover;
    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: calc(200 / 320 * 100vw);
        height: calc(200 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--person .modal__content .person__background {
        width: calc(500 / 767 * 100vw);
        height: calc(500 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--person .modal__content .person__background {
        width: calc(625 / 1920 * 100vw);
        height: calc(600 / 1920 * 100vw); } }
  .modal--person .modal__content .person__image {
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    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: calc(200 / 320 * 100vw);
        height: calc(200 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--person .modal__content .person__image {
        width: calc(500 / 767 * 100vw);
        height: calc(500 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--person .modal__content .person__image {
        width: calc(625 / 1920 * 100vw);
        height: calc(600 / 1920 * 100vw); } }
  .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: calc(22 / 320 * 100vw) calc(22 / 320 * 100vw) calc(16 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--person .modal__content .person__description {
        padding: calc(22 / 767 * 100vw) calc(22 / 767 * 100vw) calc(16 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--person .modal__content .person__description {
        margin-left: calc(38 / 1920 * 100vw);
        margin-right: calc(52 / 1920 * 100vw);
        padding: calc(44 / 1920 * 100vw) calc(44 / 1920 * 100vw) calc(34 / 1920 * 100vw);
        margin-top: calc(-50 / 1920 * 100vw); } }
    .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: calc(28 / 1920 * 100vw); } }
    .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: calc(2 / 1920 * 100vw);
          margin-bottom: calc(12 / 1920 * 100vw); } }
    .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: calc(14 / 1920 * 100vw); } }

.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: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--student .modal__content {
      font-size: calc(24 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--student .modal__content {
      font-size: calc(24 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--student .modal__content .modal__person_block {
      width: 100%;
      padding-top: calc(48 / 320 * 100vw);
      padding-left: calc(48 / 320 * 100vw);
      padding-right: calc(48 / 320 * 100vw);
      padding-bottom: calc(54 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--student .modal__content .modal__person_block {
      width: 100%;
      padding-top: calc(48 / 767 * 100vw);
      padding-left: calc(48 / 767 * 100vw);
      padding-right: calc(48 / 767 * 100vw);
      padding-bottom: calc(54 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--student .modal__content .modal__person_block {
      width: 42%;
      padding-top: calc(96 / 1920 * 100vw);
      padding-left: calc(98 / 1920 * 100vw);
      padding-right: calc(98 / 1920 * 100vw);
      padding-bottom: calc(108 / 1920 * 100vw); } }
  .modal--student .modal__content .images {
    position: relative; }
    @media screen and (max-width: 767px) {
      .modal--student .modal__content .images {
        margin-bottom: calc(28 / 320 * 100vw);
        padding-bottom: calc(48 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--student .modal__content .images {
        margin-bottom: calc(28 / 767 * 100vw);
        padding-bottom: calc(48 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--student .modal__content .images {
        margin-right: calc(4 / 1920 * 100vw);
        margin-bottom: calc(56 / 1920 * 100vw);
        padding-bottom: calc(164 / 1920 * 100vw); } }
  .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: calc(436 / 1920 * 100vw); } }
  .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: calc(48 / 320 * 100vw);
        right: calc(48 / 320 * 100vw);
        bottom: calc(48 / 320 * 100vw);
        padding-top: calc(20 / 320 * 100vw);
        padding-left: calc(20 / 320 * 100vw);
        padding-right: calc(20 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--student .modal__content .person {
        left: calc(48 / 767 * 100vw);
        right: calc(48 / 767 * 100vw);
        bottom: calc(48 / 767 * 100vw);
        padding-top: calc(20 / 767 * 100vw);
        padding-left: calc(20 / 767 * 100vw);
        padding-right: calc(20 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--student .modal__content .person {
        left: calc(96 / 1920 * 100vw);
        right: calc(96 / 1920 * 100vw);
        bottom: calc(64 / 1920 * 100vw);
        padding-top: calc(32 / 1920 * 100vw);
        padding-left: calc(30 / 1920 * 100vw);
        padding-right: calc(30 / 1920 * 100vw); } }
    .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: calc(14 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--student .modal__content .person__year {
          font-size: calc(18 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--student .modal__content .person__year {
          font-size: calc(18 / 1920 * 100vw);
          padding-bottom: calc(6 / 1920 * 100vw); } }
    .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: calc(16 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--student .modal__content .person__name {
          font-size: calc(32 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--student .modal__content .person__name {
          font-size: calc(32 / 1920 * 100vw);
          padding-bottom: calc(8 / 1920 * 100vw); } }
    .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: calc(14 / 320 * 100vw);
          padding-bottom: calc(16 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--student .modal__content .person__class {
          font-size: calc(18 / 767 * 100vw);
          padding-bottom: calc(32 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--student .modal__content .person__class {
          font-size: calc(18 / 1920 * 100vw);
          padding-bottom: calc(32 / 1920 * 100vw); } }
  .modal--student .modal__content .person_info {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .modal--student .modal__content .person_info__wrap {
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        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: calc(14 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--student .modal__content .person_info__www {
          font-size: calc(18 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--student .modal__content .person_info__www {
          position: absolute;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          font-size: calc(18 / 1920 * 100vw);
          margin-top: calc(3 / 1920 * 100vw);
          padding-right: calc(5 / 1920 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--student .modal__content .person_info__description {
        padding-left: calc(42 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .modal--student .modal__content .person_description {
      padding-top: calc(48 / 320 * 100vw);
      padding-left: calc(48 / 320 * 100vw);
      padding-right: calc(48 / 320 * 100vw);
      padding-bottom: calc(48 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .modal--student .modal__content .person_description {
      padding-top: calc(48 / 767 * 100vw);
      padding-left: calc(48 / 767 * 100vw);
      padding-right: calc(48 / 767 * 100vw);
      padding-bottom: calc(48 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .modal--student .modal__content .person_description {
      width: 58%;
      padding-top: calc(96 / 1920 * 100vw);
      padding-left: calc(56 / 1920 * 100vw);
      padding-right: calc(60 / 1920 * 100vw);
      padding-bottom: calc(108 / 1920 * 100vw); } }
  .modal--student .modal__content .media {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .modal--student .modal__content .media {
        padding-bottom: calc(20 / 1920 * 100vw); } }
    .modal--student .modal__content .media .slider-two-photos__slider-wrapper {
      -webkit-flex: initial;
      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: calc(-137 / 1920 * 100vw); } }
  .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: calc(16 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .modal--student .modal__content .content .content__title {
          font-size: calc(32 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .modal--student .modal__content .content .content__title {
          font-size: calc(32 / 1920 * 100vw);
          margin-bottom: calc(6 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--student .modal__content .info {
        font-size: calc(14 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--student .modal__content .info {
        font-size: calc(14 / 1920 * 100vw);
        padding-bottom: calc(8 / 1920 * 100vw); } }

.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;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media screen and (max-width: 767px) {
      .modal--student .slick-arrow .svg-ico-play {
        width: calc(31 / 320 * 100vw);
        height: calc(28 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .modal--student .slick-arrow .svg-ico-play {
        width: calc(63 / 767 * 100vw);
        height: calc(56 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .modal--student .slick-arrow .svg-ico-play {
        width: calc(63 / 1920 * 100vw);
        height: calc(56 / 1920 * 100vw); } }

@media screen and (max-width: 767px) {
  .modal--student .slick-prev {
    right: calc(63 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal--student .slick-prev {
    right: calc(63 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .modal--student .slick-prev {
    right: calc(63 / 1920 * 100vw); } }

.modal--student .slick-prev .svg-ico-play {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.modal--student .slick-next {
  right: 0; }
  .modal--student .slick-next .svg-ico-play {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(90deg);
    transform: translate3d(0, -10px, 0) rotate(90deg); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(90deg);
    transform: translate3d(0, 10px, 0) rotate(90deg); } }

@keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(90deg);
    transform: translate3d(0, -10px, 0) rotate(90deg); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(90deg);
    transform: translate3d(0, 10px, 0) rotate(90deg); } }

.heading {
  position: relative; }
  @media screen and (max-width: 767px) {
    .heading {
      padding-left: calc(20 / 320 * 100vw);
      padding-right: calc(20 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .heading {
      padding-left: calc(20 / 767 * 100vw);
      padding-right: calc(20 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading {
      padding-left: calc(20 / 1920 * 100vw);
      padding-right: calc(20 / 1920 * 100vw);
      margin: calc(122 / 1920 * 100vw) calc(88 / 1920 * 100vw) calc(144 / 1920 * 100vw) calc(108 / 1920 * 100vw); } }
  .heading:before {
    content: "";
    display: block;
    background: var(--theme-color-alpha); }
    @media screen and (min-width: 1024px) {
      .heading:before {
        height: calc(6 / 1920 * 100vw);
        width: 100%; } }
  .heading h1.title {
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      .heading h1.title {
        margin: calc(50 / 320 * 100vw) 0 0 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .heading h1.title {
        margin: calc(50 / 767 * 100vw) 0 0 0; } }
    @media screen and (min-width: 1024px) {
      .heading h1.title {
        margin: calc(35 / 1920 * 100vw) 0 0 0; } }
  .heading .content {
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      .heading .content {
        margin: calc(35 / 320 * 100vw) 0 calc(35 / 320 * 100vw) 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .heading .content {
        margin: calc(35 / 767 * 100vw) 0 calc(35 / 767 * 100vw) 0; } }
    @media screen and (min-width: 1024px) {
      .heading .content {
        width: calc(510 / 1920 * 100vw);
        margin: calc(35 / 1920 * 100vw) 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 calc(25 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .heading .contentButton {
      margin: 0 0 calc(25 / 767 * 100vw); } }
  .heading .arrow.show {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    background: url("./../../assets/img/buttons/arrow.svg") center no-repeat;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    @media screen and (min-width: 1024px) {
      .heading .arrow.show {
        width: calc(40 / 1920 * 100vw);
        height: calc(100 / 1920 * 100vw);
        right: 0;
        top: calc(20 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading.fullContent h1.title {
      margin: calc(35 / 1920 * 100vw) 0 0 0;
      width: calc(500 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading.fullContent .content {
      width: 100%;
      margin: calc(35 / 1920 * 100vw) 0 0 0; } }
  @media screen and (min-width: 1024px) {
    .heading.smallTitle h1.title {
      margin: calc(35 / 1920 * 100vw) 0 0 0;
      width: calc(430 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading.smallTitle .content {
      width: 100%;
      margin: calc(35 / 1920 * 100vw) 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: calc(32 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .heading.listContent h1.title {
      margin-top: calc(55 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading.listContent h1.title {
      margin-top: calc(55 / 1920 * 100vw);
      margin-left: calc(90 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        margin-top: calc(14 / 320 * 100vw);
        padding-left: calc(20 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .heading.listContent ul {
        display: inline-block;
        text-align: left;
        font-size: calc(24 / 767 * 100vw);
        margin-top: calc(58 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .heading.listContent ul {
        font-size: calc(32 / 1920 * 100vw);
        margin-top: calc(58 / 1920 * 100vw);
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .heading.listContent ul li {
        margin-bottom: calc(32 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading.shortTitle {
      margin: calc(142 / 1920 * 100vw) calc(138 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(188 / 1920 * 100vw); } }
  .heading.shortTitle .content {
    width: auto;
    line-height: 1.25;
    margin-top: calc(44 / 1920 * 100vw); }
  @media screen and (min-width: 1024px) {
    .heading.shortWithSmallTitle {
      margin: calc(142 / 1920 * 100vw) calc(138 / 1920 * 100vw) calc(184 / 1920 * 100vw) calc(188 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .heading.shortWithSmallTitle .title {
      margin-top: calc(52 / 1920 * 100vw);
      margin-left: calc(10 / 1920 * 100vw); } }
  .heading.shortWithSmallTitle .content {
    width: auto;
    line-height: 1.25;
    margin-top: calc(44 / 1920 * 100vw); }
    @media screen and (min-width: 1024px) {
      .heading.shortWithSmallTitle .content {
        margin-left: calc(10 / 1920 * 100vw);
        margin-right: calc(10 / 1920 * 100vw); } }
  .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: calc(232 / 1920 * 100vw) calc(88 / 1920 * 100vw) calc(60 / 1920 * 100vw) calc(108 / 1920 * 100vw); } }

@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: calc(18 / 1920 * 100vw);
  font-weight: 600;
  text-decoration: none;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .page-id-104 .heading.smallTitle a {
      font-size: calc(18 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .page-id-104 .heading.smallTitle a {
      font-size: calc(18 * 4 / 1920 * 100vw); } }
  .page-id-104 .heading.smallTitle a::after {
    position: absolute;
    content: "";
    background: var(--theme-color-alpha);
    left: 0;
    bottom: calc(-8 / 1920 * 100vw);
    width: 100%;
    height: calc(2 / 1920 * 100vw);
    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: calc(40 / 1920 * 100vw) auto calc(10 / 1920 * 100vw);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .img-boxes__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .img-boxes__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(64 / 1920 * 100vw);
    font-weight: 500;
    margin: 0 0 calc(50/ 1920 * 100vw);
    line-height: calc(50 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .img-boxes__title {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(64 * 1.5 / 1920 * 100vw);
        line-height: calc(70 * 1.5 / 1920 * 100vw); } }
  .img-boxes .s-box {
    -webkit-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    padding: 0 calc(16 / 1920 * 100vw);
    padding-bottom: calc(5 / 1920 * 100vw);
    transition: color 0.5s var(--theme-transition-timing);
    will-change: color; }
    @media screen and (max-width: 767px) {
      .img-boxes .s-box {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 0 calc(16 * 10 / 1920 * 100vw); } }
    .img-boxes .s-box:hover {
      color: var(--theme-color-charlie); }
    .img-boxes .s-box.s-box-50 {
      -webkit-flex: 1 0 50%;
      flex: 1 0 50%;
      padding-bottom: calc(200 / 1920 * 100vw); }
      .img-boxes .s-box.s-box-50 .s-box__content {
        max-width: 78%;
        top: calc(-100 / 1920 * 100vw); }
      .single-cornish_programs .img-boxes .s-box.s-box-50 {
        padding-bottom: calc(50 / 1920 * 100vw); }
    .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%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .img-boxes .s-box__content {
      text-align: center;
      padding: calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw) 0;
      background: #fff;
      position: relative;
      max-width: 88%;
      margin: 0 auto;
      top: calc(-50 / 1920 * 100vw);
      margin-bottom: calc(-50 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes .s-box__content {
          top: calc(-50 * 2 / 1920 * 100vw);
          margin-bottom: calc(-50 * 2 / 1920 * 100vw);
          padding: calc(30 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes .s-box__content {
          top: calc(-50 * 3 / 1920 * 100vw);
          margin-bottom: calc(-50 * 3 / 1920 * 100vw);
          padding: calc(30 * 3 / 1920 * 100vw); } }
      .img-boxes .s-box__content .category {
        font-family: "Open Sans";
        font-weight: 700;
        font-size: calc(14 / 1920 * 100vw);
        margin: calc(9 / 1920 * 100vw) 0 0;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: calc(1.5 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes .s-box__content .category {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.5 * 3 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes .s-box__content .category {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 3 / 1920 * 100vw);
            letter-spacing: calc(1.5 * 3 / 1920 * 100vw); } }
      .img-boxes .s-box__content .title {
        margin: calc(25 / 1920 * 100vw) 0 0;
        line-height: calc(53 / 1920 * 100vw); }
        @media screen and (max-width: 767px) {
          .img-boxes .s-box__content .title {
            margin: calc(25 * 3 / 1920 * 100vw) 0;
            line-height: calc(53 * 3 / 1920 * 100vw); } }

.img-boxes-numbers {
  display: block; }
  .img-boxes-numbers__wrapper {
    width: 85.4vw;
    margin: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .img-boxes-numbers__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .img-boxes-numbers .s-box {
    -webkit-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    padding: 0 calc(16 / 1920 * 100vw); }
    @media screen and (max-width: 767px) {
      .img-boxes-numbers .s-box {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 0 calc(16 * 10 / 1920 * 100vw); } }
    .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%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .img-boxes-numbers .s-box__content {
      text-align: center;
      padding: calc(25 / 1920 * 100vw);
      background: #fff;
      position: relative;
      max-width: 81%;
      margin: 0 auto;
      top: calc(-85 / 1920 * 100vw);
      margin-bottom: calc(-85 / 1920 * 100vw); }
      @media screen and (max-width: 767px) {
        .img-boxes-numbers .s-box__content {
          top: calc(-85 * 2 / 1920 * 100vw);
          margin-bottom: calc(-85 * 2 / 1920 * 100vw);
          padding: calc(25 * 2 / 1920 * 100vw); } }
      .img-boxes-numbers .s-box__content .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(24 / 1920 * 100vw);
        margin: 9px 0 0;
        line-height: calc(30 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-numbers .s-box__content .description {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(24 * 1.5 / 1920 * 100vw);
            line-height: calc(30 * 1.5 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-numbers .s-box__content .description {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(24 * 3 / 1920 * 100vw);
            line-height: calc(30 * 3 / 1920 * 100vw); } }
      .img-boxes-numbers .s-box__content .title {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(90 / 1920 * 100vw);
        font-weight: 500;
        margin: 0;
        line-height: calc(100 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-numbers .s-box__content .title {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(90 * 1.5 / 1920 * 100vw);
            line-height: calc(100 * 1.5 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-numbers .s-box__content .title {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(90 * 2 / 1920 * 100vw);
            line-height: calc(100 * 2 / 1920 * 100vw); } }

.img-boxes-events {
  display: block;
  max-width: calc(1700 / 1920 * 100vw); }
  @media screen and (max-width: 767px) {
    .img-boxes-events {
      margin-bottom: calc(40 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .img-boxes-events {
      margin-bottom: calc(50 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .img-boxes-events {
      margin-bottom: calc(100 / 1920 * 100vw); } }
  .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: calc(7.5 / 1920 * 100vw);
      padding-right: calc(7.5 / 1920 * 100vw); } }
  .main__content .img-boxes-events .section__header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .main__content .img-boxes-events .section__header {
        -webkit-flex-direction: column;
        flex-direction: column;
        border-top: calc(6 / 320 * 100vw) solid;
        padding-top: calc(20 / 320 * 100vw);
        margin-bottom: calc(40 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main__content .img-boxes-events .section__header {
        border-top: calc(6 / 767 * 100vw) solid;
        padding-top: calc(20 / 767 * 100vw);
        margin-bottom: calc(50 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .main__content .img-boxes-events .section__header {
        border-top: calc(6 / 1920 * 100vw) solid;
        padding-top: calc(20 / 1920 * 100vw);
        margin-bottom: calc(100 / 1920 * 100vw); } }
    .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: calc(3 / 1920 * 100vw);
          margin-right: calc(200 / 1920 * 100vw); } }
  .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: calc(65 / 1920 * 100vw) auto calc(150 / 1920 * 100vw);
      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: calc(-4 / 1920 * 100vw);
        width: 100%;
        height: calc(5 / 1920 * 100vw); }
  .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;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  .img-boxes-events .slick-prev {
    right: calc(63 / 1920 * 100vw); }
    .img-boxes-events .slick-prev .svg-ico-play {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .img-boxes-events .slick-next {
    right: 0; }
    .img-boxes-events .slick-next .svg-ico-play {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
  .img-boxes-events__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .img-boxes-events__wrapper.centered {
      -webkit-justify-content: center;
      justify-content: center; }
    @media screen and (max-width: 767px) {
      .img-boxes-events__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    .img-boxes-events__wrapper--title {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
  .img-boxes-events__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: calc(30 / 1920 * 100vw);
    width: 100%; }
  .img-boxes-events .s-box {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: calc(12 / 1920 * 100vw) calc(7.5 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .img-boxes-events .s-box {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: calc(40 * 2 / 1920 * 100vw) calc(7.5 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .img-boxes-events .s-box {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(40 * 3 / 1920 * 100vw) 0; } }
    .main__content .img-boxes-events .s-box {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%; }
    @media screen and (max-width: 767px) {
      .filter_events ~ .img-boxes-events .s-box {
        padding-bottom: calc(38 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .filter_events ~ .img-boxes-events .s-box {
        padding-bottom: calc(76 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .filter_events ~ .img-boxes-events .s-box {
        padding-bottom: calc(76 / 1920 * 100vw); } }
    .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: calc(13 / 1920 * 100vw);
        margin: 0;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
        font-family: "Open Sans";
        color: #fff;
        font-size: calc(14 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events .s-box__img-wrapper .category {
            top: calc(13 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: #fff;
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events .s-box__img-wrapper .category {
            top: calc(13 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: #fff;
            font-size: calc(14 * 4 / 1920 * 100vw); } }
    .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%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .img-boxes-events .s-box__date {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      padding: calc(15 / 1920 * 100vw) calc(9 / 1920 * 100vw) calc(9 / 1920 * 100vw);
      background: #fff;
      position: relative;
      max-width: 60%;
      margin: 0 auto;
      top: calc(-61 / 1920 * 100vw);
      margin-bottom: calc(-61 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-events .s-box__date {
          padding: calc(15 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-events .s-box__date {
          top: calc(-100 / 1920 * 100vw);
          margin-bottom: calc(-100 / 1920 * 100vw);
          padding: calc(15 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw); } }
      .img-boxes-events .s-box__date .number, .img-boxes-events .s-box__date .date__number {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        display: inline-block;
        margin: 0;
        padding: 0 calc(15 / 1920 * 100vw) 0 0;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(48 / 1920 * 100vw);
        font-weight: 500;
        line-height: calc(48 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events .s-box__date .number, .img-boxes-events .s-box__date .date__number {
            padding: 0 calc(15 * 2 / 1920 * 100vw) 0 0;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 2 / 1920 * 100vw);
            line-height: calc(48 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events .s-box__date .number, .img-boxes-events .s-box__date .date__number {
            padding: 0 calc(15 * 3 / 1920 * 100vw) 0 0;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 3 / 1920 * 100vw);
            line-height: calc(48 * 3 / 1920 * 100vw); } }
        .img-boxes-events .s-box__date .number.multi, .img-boxes-events .s-box__date .date__number.multi {
          -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
          padding: 0 calc(8 / 1920 * 100vw); }
      .img-boxes-events .s-box__date .text, .img-boxes-events .s-box__date .date__text {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
        padding-bottom: calc(9 / 1920 * 100vw);
        line-height: calc(16 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events .s-box__date .text, .img-boxes-events .s-box__date .date__text {
            padding-bottom: calc(9 * 2 / 1920 * 100vw);
            line-height: calc(16 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events .s-box__date .text, .img-boxes-events .s-box__date .date__text {
            padding-bottom: calc(9 * 3 / 1920 * 100vw);
            line-height: calc(16 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 4 / 1920 * 100vw); } }
        .img-boxes-events .s-box__date .text.multi, .img-boxes-events .s-box__date .date__text.multi {
          -webkit-flex: 0 0 30%;
          flex: 0 0 30%;
          -webkit-align-self: center;
          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: calc(65 / 1920 * 100vw) 0 calc(14 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-events .s-box__description {
          padding: calc(65 * 2 / 1920 * 100vw) 0 calc(14 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-events .s-box__description {
          padding: calc(65 * 3 / 1920 * 100vw) 0 calc(14 * 3 / 1920 * 100vw); } }
      .img-boxes-events .s-box__description .title {
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        line-height: calc(42 / 1920 * 100vw);
        font-weight: 600;
        letter-spacing: calc(1 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events .s-box__description .title {
            line-height: calc(42 * 2 / 1920 * 100vw);
            letter-spacing: calc(1 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events .s-box__description .title {
            line-height: calc(42 * 3 / 1920 * 100vw);
            letter-spacing: calc(1 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw); } }
      .img-boxes-events .s-box__description .link {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        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: calc(18 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events .s-box__description .link {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 * 4 / 1920 * 100vw); } }
        .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: calc(-4 / 320 * 100vw);
              height: calc(2 / 320 * 100vw); } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .img-boxes-events .s-box__description .link::after {
              bottom: calc(-4 / 767 * 100vw);
              height: calc(2 / 767 * 100vw); } }
          @media screen and (min-width: 1024px) {
            .img-boxes-events .s-box__description .link::after {
              bottom: calc(-4 / 1920 * 100vw);
              height: calc(2 / 1920 * 100vw); } }
        .img-boxes-events .s-box__description .link:hover::after {
          background: var(--theme-color-charlie); }
    .img-boxes-events .s-box__details {
      padding: calc(15 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw);
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(24 / 1920 * 100vw);
      line-height: calc(30 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-events .s-box__details {
          padding: calc(15 * 2 / 1920 * 100vw) 0 calc(50 * 2 / 1920 * 100vw);
          line-height: calc(30 * 2 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-events .s-box__details {
          padding: calc(15 * 3 / 1920 * 100vw) 0 calc(50 * 3 / 1920 * 100vw);
          line-height: calc(30 * 3 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 * 3 / 1920 * 100vw); } }
      .img-boxes-events .s-box__details .time {
        display: inline-block;
        position: relative;
        padding-right: calc(30 / 1920 * 100vw);
        margin: 0; }
        @media screen and (max-width: 1023px) {
          .img-boxes-events .s-box__details .time {
            padding-right: calc(30 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events .s-box__details .time {
            padding-right: calc(30 * 3 / 1920 * 100vw); } }
        .img-boxes-events .s-box__details .time::after {
          position: absolute;
          content: "/";
          right: 0;
          top: 0;
          width: calc(30 / 1920 * 100vw);
          height: calc(30 / 1920 * 100vw); }
          @media screen and (max-width: 1023px) {
            .img-boxes-events .s-box__details .time::after {
              width: calc(30 * 2 / 1920 * 100vw);
              height: calc(30 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-events .s-box__details .time::after {
              width: calc(30 * 3 / 1920 * 100vw);
              height: calc(30 * 3 / 1920 * 100vw); } }
        .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 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.img-boxes-events-featured {
  display: block; }
  .img-boxes-events-featured__wrapper {
    width: 90.5vw;
    margin: 40px auto;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .img-boxes-events-featured__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .img-boxes-events-featured__title {
    font-family: "Open Sans";
    font-size: calc(64 / 1920 * 100vw);
    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: calc(64 * 1.5 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .img-boxes-events-featured__title {
        font-size: calc(32 / 320 * 100vw); } }
  .img-boxes-events-featured .s-box {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: calc(20 / 1920 * 100vw) calc(17 / 1920 * 100vw) calc(124 / 1920 * 100vw); }
    @media screen and (max-width: 767px) {
      .img-boxes-events-featured .s-box {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(20 * 3 / 1920 * 100vw) 0 calc(50 * 3 / 1920 * 100vw); } }
    .img-boxes-events-featured .s-box__img-wrapper {
      position: relative; }
      .img-boxes-events-featured .s-box__img-wrapper .date {
        min-width: calc(120 / 1920 * 100vw);
        min-height: calc(126 / 1920 * 100vw);
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(65 / 1920 * 100vw);
        padding: calc(15 / 1920 * 100vw) calc(9 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(24 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events-featured .s-box__img-wrapper .date {
            padding: calc(15 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw) calc(20 * 2 / 1920 * 100vw) calc(24 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events-featured .s-box__img-wrapper .date {
            padding: calc(15 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw) calc(20 * 3 / 1920 * 100vw) calc(24 * 3 / 1920 * 100vw); } }
        .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: calc(48 / 1920 * 100vw);
          font-weight: 500;
          line-height: calc(48 / 1920 * 100vw); }
          @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: calc(48 * 2 / 1920 * 100vw);
              line-height: calc(48 * 2 / 1920 * 100vw); } }
          @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: calc(48 * 3 / 1920 * 100vw);
              line-height: calc(48 * 3 / 1920 * 100vw); } }
        .img-boxes-events-featured .s-box__img-wrapper .date__text {
          margin: 0 auto;
          text-align: left;
          display: inline-block;
          text-transform: uppercase;
          line-height: calc(16 / 1920 * 100vw);
          font-weight: 800;
          padding-top: 8px;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(14 / 1920 * 100vw); }
          @media screen and (max-width: 1023px) {
            .img-boxes-events-featured .s-box__img-wrapper .date__text {
              line-height: calc(16 * 2 / 1920 * 100vw);
              font-family: "Open Sans";
              color: var(--theme-color-alpha);
              font-size: calc(14 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-events-featured .s-box__img-wrapper .date__text {
              line-height: calc(16 * 4 / 1920 * 100vw);
              font-family: "Open Sans";
              color: var(--theme-color-alpha);
              font-size: calc(14 * 4 / 1920 * 100vw); } }
    .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%;
      object-fit: cover;
      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: calc(-115 / 1920 * 100vw);
      margin-bottom: calc(-115 / 1920 * 100vw);
      padding: calc(45 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(14 / 1920 * 100vw);
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 1023px) {
        .img-boxes-events-featured .s-box__description {
          -webkit-flex-direction: column;
          flex-direction: column;
          top: calc(-115 * 2 / 1920 * 100vw);
          margin-bottom: calc(-115 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-events-featured .s-box__description {
          text-align: center;
          top: calc(-115 * 3 / 1920 * 100vw);
          margin-bottom: calc(-115 * 3 / 1920 * 100vw);
          padding: calc(45 * 3 / 1920 * 100vw) calc(40 * 3 / 1920 * 100vw) calc(14 * 3 / 1920 * 100vw); } }
      .img-boxes-events-featured .s-box__description .title {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        line-height: calc(50 / 1920 * 100vw);
        font-weight: 600;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(48 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events-featured .s-box__description .title {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
            padding: 0 0 calc(10 * 2 / 1920 * 100vw);
            line-height: calc(50 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events-featured .s-box__description .title {
            line-height: calc(50 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 3 / 1920 * 100vw); } }
      .img-boxes-events-featured .s-box__description .description-right {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: calc(11 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-events-featured .s-box__description .description-right {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
            padding-left: calc(11 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events-featured .s-box__description .description-right {
            padding-left: calc(11 * 3 / 1920 * 100vw); } }
        .img-boxes-events-featured .s-box__description .description-right .link {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(18 / 1920 * 100vw);
          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: calc(18 * 2 / 1920 * 100vw); } }
          @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: calc(18 * 4 / 1920 * 100vw); } }
          .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: calc(-4 / 320 * 100vw);
                height: calc(2 / 320 * 100vw); } }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              .img-boxes-events-featured .s-box__description .description-right .link::after {
                bottom: calc(-4 / 767 * 100vw);
                height: calc(2 / 767 * 100vw); } }
            @media screen and (min-width: 1024px) {
              .img-boxes-events-featured .s-box__description .description-right .link::after {
                bottom: calc(-4 / 1920 * 100vw);
                height: calc(2 / 1920 * 100vw); } }
          .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 calc(35 / 1920 * 100vw);
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(24 / 1920 * 100vw);
      line-height: calc(30 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-events-featured .s-box__details {
          padding: 0 0 calc(35 * 2 / 1920 * 100vw);
          line-height: calc(30 * 2 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-events-featured .s-box__details {
          line-height: calc(30 * 3 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 * 3 / 1920 * 100vw);
          padding: calc(15 * 3 / 1920 * 100vw) 0 calc(50 * 3 / 1920 * 100vw); } }
      .img-boxes-events-featured .s-box__details .time {
        display: inline-block;
        position: relative;
        padding-right: calc(30 / 1920 * 100vw);
        margin: 0; }
        @media screen and (max-width: 1023px) {
          .img-boxes-events-featured .s-box__details .time {
            padding-right: calc(30 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-events-featured .s-box__details .time {
            padding-right: calc(30 * 3 / 1920 * 100vw); } }
        .img-boxes-events-featured .s-box__details .time::after {
          position: absolute;
          content: "/";
          right: 0;
          top: 0;
          width: calc(30 / 1920 * 100vw);
          height: calc(30 / 1920 * 100vw);
          text-align: center; }
          @media screen and (max-width: 1023px) {
            .img-boxes-events-featured .s-box__details .time::after {
              width: calc(30 * 2 / 1920 * 100vw);
              height: calc(30 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-events-featured .s-box__details .time::after {
              width: calc(30 * 3 / 1920 * 100vw);
              height: calc(30 * 3 / 1920 * 100vw); } }
      .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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    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 {
        -webkit-flex-direction: column;
        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: calc(21.5 / 1920 * 100vw);
        padding-right: calc(21.5 / 1920 * 100vw); } }
    .main__content .img-boxes-news .section__header {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .main__content .img-boxes-news .section__header {
          -webkit-flex-direction: column;
          flex-direction: column;
          border-top: calc(6 / 320 * 100vw) solid;
          padding-top: calc(20 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .main__content .img-boxes-news .section__header {
          border-top: calc(6 / 767 * 100vw) solid;
          padding-top: calc(20 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .main__content .img-boxes-news .section__header {
          border-top: calc(6 / 1920 * 100vw) solid;
          padding-top: calc(20 / 1920 * 100vw); } }
      .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: calc(3 / 1920 * 100vw);
            margin-right: calc(200 / 1920 * 100vw); } }
    .img-boxes-news .section__header h3 {
      position: relative;
      font-family: "Open Sans";
      font-size: calc(64 / 1920 * 100vw);
      line-height: 1.1;
      text-align: center;
      margin: calc(65 / 1920 * 100vw) auto calc(10 / 1920 * 100vw);
      max-width: 100%;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .img-boxes-news .section__header h3 {
          margin: calc(40 / 320 * 100vw) auto calc(40 / 320 * 100vw); } }
      @media screen and (max-width: 480px) {
        .img-boxes-news .section__header h3 {
          font-size: calc(32 / 320 * 100vw); } }
  .img-boxes-news .s-box {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 calc(21.5 / 1920 * 100vw) calc(40 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .img-boxes-news .s-box {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: calc(40 * 2 / 1920 * 100vw) calc(21.5 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .img-boxes-news .s-box {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(40 * 3 / 1920 * 100vw) 0; } }
    .main__content .img-boxes-news .s-box {
      padding-left: calc(7.5 / 1920 * 100vw);
      padding-right: calc(7.5 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .main__content .img-boxes-news .s-box {
          padding-left: calc(7.5 / 1920 * 100vw);
          padding-right: calc(7.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .main__content .img-boxes-news .s-box {
          padding-left: calc(40 * 3 / 1920 * 100vw);
          padding-right: calc(40 * 3 / 1920 * 100vw); } }
    .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%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .img-boxes-news .s-box__date {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      padding: calc(15 / 1920 * 100vw) calc(9 / 1920 * 100vw) calc(9 / 1920 * 100vw);
      background: #fff;
      position: relative;
      max-width: 53%;
      margin: 0 auto;
      top: calc(-61 / 1920 * 100vw);
      margin-bottom: calc(-61 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-news .s-box__date {
          padding: calc(15 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-news .s-box__date {
          top: calc(-100 / 1920 * 100vw);
          margin-bottom: calc(-100 / 1920 * 100vw);
          padding: calc(15 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw); } }
      .img-boxes-news .s-box__date .number {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        display: inline-block;
        margin: 0;
        padding: 0 calc(15 / 1920 * 100vw) 0 0;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(48 / 1920 * 100vw);
        font-weight: 500;
        line-height: calc(48 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-news .s-box__date .number {
            padding: 0 calc(15 * 2 / 1920 * 100vw) 0 0;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 2 / 1920 * 100vw);
            line-height: calc(48 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-news .s-box__date .number {
            padding: 0 calc(15 * 3 / 1920 * 100vw) 0 0;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 3 / 1920 * 100vw);
            line-height: calc(48 * 3 / 1920 * 100vw); } }
      .img-boxes-news .s-box__date .text {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
        padding-bottom: calc(9 / 1920 * 100vw);
        line-height: calc(16 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-news .s-box__date .text {
            padding-bottom: calc(9 * 2 / 1920 * 100vw);
            line-height: calc(16 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-news .s-box__date .text {
            padding-bottom: calc(9 * 3 / 1920 * 100vw);
            line-height: calc(16 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 4 / 1920 * 100vw); } }
    .img-boxes-news .s-box__description {
      text-align: center;
      padding: calc(27 / 1920 * 100vw) 0 calc(14 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-news .s-box__description {
          padding: calc(27 * 2 / 1920 * 100vw) 0 calc(14 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-news .s-box__description {
          padding: calc(27 * 3 / 1920 * 100vw) 0 calc(14 * 3 / 1920 * 100vw); } }
      .img-boxes-news .s-box__description .category {
        text-transform: uppercase;
        margin: 0;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-news .s-box__description .category {
            top: calc(13 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-news .s-box__description .category {
            top: calc(13 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 4 / 1920 * 100vw); } }
      .img-boxes-news .s-box__description .title {
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        line-height: calc(42 / 1920 * 100vw);
        font-weight: 600;
        letter-spacing: calc(1 / 1920 * 100vw);
        padding: calc(20 / 1920 * 100vw) 0 calc(35 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-news .s-box__description .title {
            line-height: calc(42 * 2 / 1920 * 100vw);
            letter-spacing: calc(1 * 2 / 1920 * 100vw);
            padding: calc(20 * 2 / 1920 * 100vw) 0 calc(35 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-news .s-box__description .title {
            line-height: calc(42 * 3 / 1920 * 100vw);
            letter-spacing: calc(1 * 3 / 1920 * 100vw);
            padding: calc(20 * 3 / 1920 * 100vw) 0 calc(35 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw); } }
      .img-boxes-news .s-box__description .link {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        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: calc(18 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-news .s-box__description .link {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 * 4 / 1920 * 100vw); } }
        .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: calc(75 / 1920 * 100vw) 0;
    max-width: calc(1700 / 1920 * 100vw);
    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: calc(64 / 1920 * 100vw);
    font-weight: 500;
    margin: 0 0 calc(50 / 1920 * 100vw);
    line-height: calc(70 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .img-boxes-double-img-f__title {
        font-size: calc(64 / 767 * 100vw);
        line-height: calc(70 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img-f__title {
        font-size: calc(32 / 320 * 100vw);
        line-height: calc(40 / 320 * 100vw);
        padding-bottom: calc(20 / 320 * 100vw); } }
  .img-boxes-double-img-f__wrapper {
    width: 86vw;
    margin: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img-f__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .img-boxes-double-img-f .s-box {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 calc(15 / 1920 * 100vw); }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img-f .s-box {
        -webkit-flex: 0 0 auto;
        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%;
      object-fit: cover;
      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%;
      object-fit: cover;
      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 calc(42 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-double-img-f .s-box__photo-content {
          padding: 0 calc(30 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img-f .s-box__photo-content {
          padding: 0 calc(42 * 2 / 1920 * 100vw); } }
    .img-boxes-double-img-f .s-box__content {
      text-align: center;
      padding: calc(32 / 1920 * 100vw);
      background: #fff;
      position: relative;
      max-width: 77%;
      margin: calc(40 / 1920 * 100vw) auto;
      top: calc(-107 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-double-img-f .s-box__content {
          top: calc(-107 * 2 / 1920 * 100vw);
          max-width: 85%;
          padding: calc(25 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img-f .s-box__content {
          top: calc(-107 * 3 / 1920 * 100vw);
          padding: calc(30 * 2 / 1920 * 100vw); } }
      .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: calc(18 / 1920 * 100vw);
        margin: 0;
        text-transform: uppercase;
        letter-spacing: calc(3 / 1920 * 100vw); }
        @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: calc(18 * 2 / 1920 * 100vw); } }
        @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: calc(18 * 3 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw); } }
      .img-boxes-double-img-f .s-box__content .title {
        text-transform: uppercase;
        text-align: center;
        font-family: "Open Sans";
        font-weight: 700;
        font-size: calc(30 / 1920 * 100vw);
        margin: calc(3 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
        line-height: calc(42 / 1920 * 100vw);
        letter-spacing: calc(1 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-double-img-f .s-box__content .title {
            font-size: calc(60 / 1920 * 100vw);
            margin: calc(3 * 2 / 1920 * 100vw) 0 calc(7 * 2 / 1920 * 100vw);
            line-height: calc(25/ 767 * 100vw);
            letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img-f .s-box__content .title {
            font-size: calc(90 / 1920 * 100vw);
            margin: calc(3 * 3 / 1920 * 100vw) 0 calc(7 * 3 / 1920 * 100vw);
            line-height: calc(42 * 3 / 1920 * 100vw);
            letter-spacing: calc(1 * 3 / 1920 * 100vw); } }

.img-boxes-double-img {
  display: block; }
  .img-boxes-double-img__wrapper {
    width: 84vw;
    margin: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .img-boxes-double-img__title {
    font-family: "Open Sans";
    font-size: calc(90 / 1920 * 100vw);
    font-weight: 500;
    margin-top: calc(145 / 1920 * 100vw);
    margin-bottom: calc(100 / 1920 * 100vw);
    width: 100%; }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img__title {
        font-size: calc(26 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .img-boxes-double-img__title {
        font-size: calc(64 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .img-boxes-double-img__title {
        line-height: calc(70 / 1920 * 100vw); } }
  .img-boxes-double-img .grid-s-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
    .img-boxes-double-img .grid-s-box .s-box {
      -webkit-flex: 0 0 25%;
      flex: 0 0 25%;
      padding: calc(5.8 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-double-img .grid-s-box .s-box {
          -webkit-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
          padding: calc(15 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img .grid-s-box .s-box {
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0 0 calc(40 / 320 * 100vw); } }
      .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%;
        object-fit: cover;
        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%;
        object-fit: cover;
        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: calc(35 / 1920 * 100vw) calc(33 / 1920 * 100vw);
        z-index: 1; }
        @media screen and (max-width: 1023px) {
          .img-boxes-double-img .grid-s-box .s-box__photo-content {
            padding: calc(35 * 2 / 1920 * 100vw) calc(33 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img .grid-s-box .s-box__photo-content {
            bottom: 13%;
            padding: calc(42 * 2 / 1920 * 100vw); } }
      .img-boxes-double-img .grid-s-box .s-box__content {
        text-align: center;
        padding: calc(16 / 1920 * 100vw);
        background: #fff;
        position: relative; }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img .grid-s-box .s-box__content {
            padding: calc(16 * 2 / 1920 * 100vw); } }
        .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: calc(18 / 1920 * 100vw);
          margin: 0;
          text-transform: uppercase;
          letter-spacing: calc(3 / 1920 * 100vw); }
          @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: calc(18 * 2 / 1920 * 100vw); } }
          @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: calc(18 * 3 / 1920 * 100vw); } }
        .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: calc(32 / 1920 * 100vw);
          margin: calc(3 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
          line-height: calc(42 / 1920 * 100vw);
          letter-spacing: calc(1 / 1920 * 100vw); }
          @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: calc(19 / 767 * 100vw);
              line-height: calc(25 / 767 * 100vw);
              margin: calc(3 * 2 / 1920 * 100vw) 0 calc(7 * 2 / 1920 * 100vw);
              letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
          @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: calc(32 * 3 / 1920 * 100vw);
              margin: calc(3 * 3 / 1920 * 100vw) 0 calc(7 * 3 / 1920 * 100vw);
              line-height: calc(42 * 3 / 1920 * 100vw);
              letter-spacing: calc(1 * 3 / 1920 * 100vw); } }
    .img-boxes-double-img .grid-s-box.cols-3 .s-box {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      padding: calc(5.8 / 1920 * 100vw) calc(5.8 / 1920 * 100vw) calc(110 / 1920 * 100vw) calc(5.8 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-double-img .grid-s-box.cols-3 .s-box {
          -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
          padding: calc(15 / 1920 * 100vw) calc(15 / 1920 * 100vw) calc(200 / 1920 * 100vw) calc(15 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img .grid-s-box.cols-3 .s-box {
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .img-boxes-double-img .grid-s-box.cols-3 .s-box__wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      .img-boxes-double-img .grid-s-box.cols-3 .s-box__img-wrapper {
        -webkit-flex: 0 0 23%;
        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 {
        -webkit-order: 1;
        order: 1;
        -webkit-flex: 0 0 77%;
        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 calc(23 / 1920 * 100vw);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img .grid-s-box.cols-3 .s-box__content {
            padding: 0 calc(23 * 2 / 1920 * 100vw); } }
        .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 {
          -webkit-order: 1;
          order: 1;
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
          text-align: left;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(14 / 1920 * 100vw); }
          @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: calc(14 * 2 / 1920 * 100vw); } }
          @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: calc(14 * 3 / 1920 * 100vw); } }
        .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: calc(20 / 320 * 100vw); } }
          @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: calc(20 / 767 * 100vw); } }
          @media screen and (min-width: 1024px) {
            .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook {
              padding-right: calc(20 / 1920 * 100vw); } }
          .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: calc(7 / 320 * 100vw); } }
            @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: calc(7 / 767 * 100vw); } }
            @media screen and (min-width: 1024px) {
              .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .yearbook::after {
                right: calc(7 / 1920 * 100vw); } }
        .img-boxes-double-img .grid-s-box.cols-3 .s-box__content .title {
          -webkit-order: 2;
          order: 2;
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
          text-transform: none;
          text-align: left;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(48 / 1920 * 100vw);
          font-weight: 400;
          margin: calc(25 / 1920 * 100vw) 0 0;
          line-height: calc(54 / 1920 * 100vw); }
          @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: calc(48 * 1.5 / 1920 * 100vw);
              line-height: calc(54 * 1.5 / 1920 * 100vw); } }
          @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: calc(48 * 3 / 1920 * 100vw);
              line-height: calc(54 * 3 / 1920 * 100vw); } }
  .img-boxes-double-img__upper {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 calc(5.8 / 1920 * 100vw); }
  .img-boxes-double-img__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(64 / 1920 * 100vw);
    font-weight: 500;
    margin: 0;
    line-height: calc(70 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .img-boxes-double-img__title {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(64 * 1.5 / 1920 * 100vw);
        line-height: calc(70 * 1.5 / 1920 * 100vw); } }
  .img-boxes-double-img__class-year {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(18 / 1920 * 100vw);
    margin: 0 0 calc(67 / 1920 * 100vw);
    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: calc(18 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img__class-year {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 * 3 / 1920 * 100vw); } }
  .img-boxes-double-img__filters {
    display: -webkit-flex;
    display: flex;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(14 / 1920 * 100vw);
    letter-spacing: calc(1.5 / 1920 * 100vw); }
    @media screen and (min-width: 1024px) {
      .img-boxes-double-img__filters {
        padding: calc(105 / 1920 * 100vw) 0 calc(140 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .img-boxes-double-img__filters {
        letter-spacing: calc(1.5 * 2 / 1920 * 100vw);
        padding: calc(105 / 1920 * 100vw) 0 calc(140 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img__filters {
        -webkit-flex-direction: column;
        flex-direction: column;
        letter-spacing: calc(1.5 * 3 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 * 4 / 1920 * 100vw);
        padding: 0 0 calc(140 / 1920 * 100vw); } }
    .img-boxes-double-img__filters .fields-wrapper {
      padding: 0 calc(25 / 1920 * 100vw) 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: calc(4 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(4 / 1920 * 100vw) 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: calc(14 / 1920 * 100vw);
        line-height: calc(18 / 1920 * 100vw);
        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: calc(20 / 1920 * 100vw) 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: calc(5 / 320 * 100vw) calc(30 / 320 * 100vw) calc(5 / 320 * 100vw) 0;
            border-width: calc(2 / 320 * 100vw);
            font-size: calc(12 / 320 * 100vw);
            line-height: calc(14 / 320 * 100vw);
            margin-left: 0;
            margin-right: 0;
            margin-bottom: calc(12 / 320 * 100vw);
            background-size: calc(20 / 320 * 100vw) calc(40 / 320 * 100vw); } }
        @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: calc(5 / 767 * 100vw) calc(30 / 767 * 100vw) calc(5 / 767 * 100vw) 0;
            border-width: calc(2 / 767 * 100vw);
            font-size: calc(12 / 767 * 100vw);
            line-height: calc(14 / 767 * 100vw);
            margin-left: calc(6 / 767 * 100vw);
            margin-right: calc(6 / 767 * 100vw);
            margin-bottom: calc(12 / 767 * 100vw);
            background-size: calc(20 / 767 * 100vw) calc(40 / 767 * 100vw); } }
        @media screen and (min-width: 1024px) {
          .img-boxes-double-img__filters .fields-wrapper select,
          .img-boxes-double-img__filters .fields-wrapper input {
            letter-spacing: calc(1 / 1920 * 100vw); } }
      .img-boxes-double-img__filters .fields-wrapper.year {
        -webkit-flex: 0 0 15.5%;
        flex: 0 0 15.5%; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .img-boxes-double-img__filters .fields-wrapper.year {
            -webkit-flex: 0 0 25%;
            flex: 0 0 25%; } }
      .img-boxes-double-img__filters .fields-wrapper.department {
        -webkit-flex: 0 0 15%;
        flex: 0 0 15%; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .img-boxes-double-img__filters .fields-wrapper.department {
            -webkit-flex: 0 0 25%;
            flex: 0 0 25%; } }
      .img-boxes-double-img__filters .fields-wrapper.search {
        -webkit-flex: 0 0 46%;
        flex: 0 0 46%; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .img-boxes-double-img__filters .fields-wrapper.search {
            -webkit-flex: 0 0 35%;
            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 calc(20 / 1920 * 100vw); }
          @media screen and (max-width: 767px) {
            .img-boxes-double-img__filters .fields-wrapper.search input {
              background-size: calc(18 / 320 * 100vw) calc(18 / 320 * 100vw); } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .img-boxes-double-img__filters .fields-wrapper.search input {
              background-size: calc(18 / 767 * 100vw) calc(18 / 767 * 100vw); } }
          .img-boxes-double-img__filters .fields-wrapper.search input::-webkit-input-placeholder {
            color: var(--theme-color-alpha);
            opacity: 1; }
          .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 {
        -webkit-flex: 1 0 10%;
        flex: 1 0 10%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img__filters .fields-wrapper.view-buttons {
            -webkit-justify-content: flex-start;
            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: calc(27 / 320 * 100vw);
              height: calc(27 / 320 * 100vw); } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .img-boxes-double-img__filters .fields-wrapper.view-buttons .btn {
              width: calc(27 / 767 * 100vw);
              height: calc(27 / 767 * 100vw); } }
          .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 calc(48 / 1920 * 100vw); }
          .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: calc(75 / 1920 * 100vw) 0; }
    @media screen and (min-width: 1024px) {
      .img-boxes-double-img__link-wrapper .link {
        padding: calc(23 / 1920 * 100vw) calc(22 / 1920 * 100vw) calc(22 / 1920 * 100vw);
        min-width: 16%; } }

.extension-class-list {
  display: block;
  max-width: calc(1700 / 1920 * 100vw); }
  @media screen and (max-width: 767px) {
    .extension-class-list {
      margin-bottom: calc(40 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .extension-class-list {
      margin-bottom: calc(50 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .extension-class-list {
      margin-bottom: calc(100 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .single-cornish_programs .extension-class-list .section__header {
      width: 75%;
      margin: 0;
      padding-left: calc(7.5 / 1920 * 100vw);
      padding-right: calc(7.5 / 1920 * 100vw); } }
  .main__content .extension-class-list .section__header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .main__content .extension-class-list .section__header {
        -webkit-flex-direction: column;
        flex-direction: column;
        border-top: calc(6 / 320 * 100vw) solid;
        padding-top: calc(20 / 320 * 100vw);
        margin-bottom: calc(40 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main__content .extension-class-list .section__header {
        border-top: calc(6 / 767 * 100vw) solid;
        padding-top: calc(20 / 767 * 100vw);
        margin-bottom: calc(50 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .main__content .extension-class-list .section__header {
        border-top: calc(6 / 1920 * 100vw) solid;
        padding-top: calc(20 / 1920 * 100vw);
        margin-bottom: calc(100 / 1920 * 100vw); } }
    .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: calc(3 / 1920 * 100vw);
          margin-right: calc(200 / 1920 * 100vw); } }
  .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: calc(65 / 1920 * 100vw) auto calc(150 / 1920 * 100vw);
      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: calc(-4 / 1920 * 100vw);
        width: 100%;
        height: calc(5 / 1920 * 100vw); }
  .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;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  .extension-class-list .slick-prev {
    right: calc(63 / 1920 * 100vw); }
    .extension-class-list .slick-prev .svg-ico-play {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .extension-class-list .slick-next {
    right: 0; }
    .extension-class-list .slick-next .svg-ico-play {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
  .extension-class-list__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly; }
    .extension-class-list__wrapper.centered {
      -webkit-justify-content: center;
      justify-content: center; }
    @media screen and (max-width: 767px) {
      .extension-class-list__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    .extension-class-list__wrapper--title {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
  .extension-class-list__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: calc(100 / 1920 * 100vw);
    width: 100%; }
  .extension-class-list .s-box {
    -webkit-flex: 0 0 28%;
    flex: 0 0 28%;
    padding: calc(12 / 1920 * 100vw) calc(7.5 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .extension-class-list .s-box {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: calc(40 * 2 / 1920 * 100vw) calc(7.5 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .extension-class-list .s-box {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(40 * 3 / 1920 * 100vw) 0; } }
    .main__content .extension-class-list .s-box {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%; }
    @media screen and (max-width: 767px) {
      .filter_events ~ .extension-class-list .s-box {
        padding-bottom: calc(38 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .filter_events ~ .extension-class-list .s-box {
        padding-bottom: calc(76 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .filter_events ~ .extension-class-list .s-box {
        padding-bottom: calc(76 / 1920 * 100vw); } }
    .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: calc(13 / 1920 * 100vw);
        margin: 0;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
        font-family: "Open Sans";
        color: #fff;
        font-size: calc(14 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .extension-class-list .s-box__img-wrapper .category {
            top: calc(13 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: #fff;
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .extension-class-list .s-box__img-wrapper .category {
            top: calc(13 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: #fff;
            font-size: calc(14 * 4 / 1920 * 100vw); } }
    .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%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .extension-class-list .s-box__date {
      padding: calc(15 / 1920 * 100vw) calc(9 / 1920 * 100vw) calc(9 / 1920 * 100vw);
      background: #fff;
      position: relative;
      max-width: 53%;
      margin: 0 auto;
      top: calc(-61 / 1920 * 100vw);
      margin-bottom: calc(-61 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .extension-class-list .s-box__date {
          padding: calc(15 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw) calc(9 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .extension-class-list .s-box__date {
          top: calc(-100 / 1920 * 100vw);
          margin-bottom: calc(-100 / 1920 * 100vw);
          padding: calc(15 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw) calc(9 * 3 / 1920 * 100vw); } }
      .extension-class-list .s-box__date-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        text-align: center; }
      .extension-class-list .s-box__date .number {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        display: inline-block;
        margin: 0;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(48 / 1920 * 100vw);
        font-weight: 500;
        line-height: calc(48 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .extension-class-list .s-box__date .number {
            padding: 0 calc(15 * 2 / 1920 * 100vw) 0 0;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 2 / 1920 * 100vw);
            line-height: calc(48 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .extension-class-list .s-box__date .number {
            padding: 0 calc(15 * 3 / 1920 * 100vw) 0 0;
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(48 * 3 / 1920 * 100vw);
            line-height: calc(48 * 3 / 1920 * 100vw); } }
      .extension-class-list .s-box__date .text {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
        line-height: calc(16 / 1920 * 100vw);
        font-weight: 800;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw); }
        .extension-class-list .s-box__date .text:first-child {
          text-align: right; }
        @media screen and (max-width: 1023px) {
          .extension-class-list .s-box__date .text {
            padding-bottom: calc(9 * 2 / 1920 * 100vw);
            line-height: calc(16 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .extension-class-list .s-box__date .text {
            padding-bottom: calc(9 * 3 / 1920 * 100vw);
            line-height: calc(16 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 4 / 1920 * 100vw); } }
    .extension-class-list .s-box__description {
      text-align: center;
      padding: calc(14 / 1920 * 100vw) 0 calc(14 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .extension-class-list .s-box__description {
          padding: calc(65 * 2 / 1920 * 100vw) 0 calc(14 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .extension-class-list .s-box__description {
          padding: calc(65 * 3 / 1920 * 100vw) 0 calc(14 * 3 / 1920 * 100vw); } }
      .extension-class-list .s-box__description .title {
        margin: 0;
        text-align: center;
        line-height: calc(42 / 1920 * 100vw);
        font-weight: 600;
        letter-spacing: calc(1 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .extension-class-list .s-box__description .title {
            line-height: calc(42 * 2 / 1920 * 100vw);
            letter-spacing: calc(1 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .extension-class-list .s-box__description .title {
            line-height: calc(42 * 3 / 1920 * 100vw);
            letter-spacing: calc(1 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw); } }
      .extension-class-list .s-box__description .link {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        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: calc(18 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .extension-class-list .s-box__description .link {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 * 4 / 1920 * 100vw); } }
        .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: calc(-4 / 320 * 100vw);
              height: calc(2 / 320 * 100vw); } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .extension-class-list .s-box__description .link::after {
              bottom: calc(-4 / 767 * 100vw);
              height: calc(2 / 767 * 100vw); } }
          @media screen and (min-width: 1024px) {
            .extension-class-list .s-box__description .link::after {
              bottom: calc(-4 / 1920 * 100vw);
              height: calc(2 / 1920 * 100vw); } }
        .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: calc(24 / 1920 * 100vw);
      line-height: calc(30 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .extension-class-list .s-box__details {
          padding: calc(15 * 2 / 1920 * 100vw) 0 calc(50 * 2 / 1920 * 100vw);
          line-height: calc(30 * 2 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .extension-class-list .s-box__details {
          padding: calc(15 * 3 / 1920 * 100vw) 0 calc(50 * 3 / 1920 * 100vw);
          line-height: calc(30 * 3 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(24 * 3 / 1920 * 100vw); } }
      .extension-class-list .s-box__details .time {
        display: inline-block;
        position: relative;
        padding-right: calc(30 / 1920 * 100vw);
        margin: 0; }
        @media screen and (max-width: 1023px) {
          .extension-class-list .s-box__details .time {
            padding-right: calc(30 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .extension-class-list .s-box__details .time {
            padding-right: calc(30 * 3 / 1920 * 100vw); } }
        .extension-class-list .s-box__details .time::after {
          position: absolute;
          content: "/";
          right: 0;
          top: 0;
          width: calc(30 / 1920 * 100vw);
          height: calc(30 / 1920 * 100vw); }
          @media screen and (max-width: 1023px) {
            .extension-class-list .s-box__details .time::after {
              width: calc(30 * 2 / 1920 * 100vw);
              height: calc(30 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .extension-class-list .s-box__details .time::after {
              width: calc(30 * 3 / 1920 * 100vw);
              height: calc(30 * 3 / 1920 * 100vw); } }
        .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 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.alumni_highlight {
  display: block; }
  .alumni_highlight__wrapper {
    width: 76vw;
    margin: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .alumni_highlight__wrapper {
        width: 90vw; } }
    @media screen and (max-width: 767px) {
      .alumni_highlight__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        max-width: 100%; } }
  .alumni_highlight .s-box {
    -webkit-flex: 0 0 44%;
    flex: 0 0 44%; }
    @media screen and (max-width: 1023px) {
      .alumni_highlight .s-box {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media screen and (max-width: 767px) {
      .alumni_highlight .s-box {
        -webkit-flex: 0 0 auto;
        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: calc(58 / 1920 * 100vw);
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      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%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .alumni_highlight .s-box__photo-content {
      position: relative;
      padding: 0 calc(63 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .alumni_highlight .s-box__photo-content {
          padding: 0 calc(30 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .alumni_highlight .s-box__photo-content {
          padding: 0 calc(42 * 2 / 1920 * 100vw); } }
    .alumni_highlight .s-box__content {
      text-align: center;
      padding: calc(24 / 1920 * 100vw) calc(35 / 1920 * 100vw);
      background: #fff;
      position: relative;
      max-width: 81%;
      margin: calc(40 / 1920 * 100vw) auto;
      top: calc(-70 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .alumni_highlight .s-box__content {
          top: calc(-70 * 2 / 1920 * 100vw);
          max-width: 85%;
          padding: calc(25 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .alumni_highlight .s-box__content {
          top: calc(-70 * 3 / 1920 * 100vw);
          padding: calc(30 * 2 / 1920 * 100vw); } }
      .alumni_highlight .s-box__content .course {
        text-align: center;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        margin: 0;
        text-transform: uppercase;
        letter-spacing: calc(3 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .alumni_highlight .s-box__content .course {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .alumni_highlight .s-box__content .course {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 * 3 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw); } }
      .alumni_highlight .s-box__content .position {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw);
        line-height: calc(40 / 1920 * 100vw);
        padding: 0 calc(10 / 1920 * 100vw) calc(52 / 1920 * 100vw);
        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: calc(32 * 2 / 1920 * 100vw);
            line-height: calc(40 * 2 / 1920 * 100vw);
            padding: 0 calc(10 * 2 / 1920 * 100vw) calc(52 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .alumni_highlight .s-box__content .position {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw);
            line-height: calc(40 * 3 / 1920 * 100vw);
            padding: 0 calc(10 * 3 / 1920 * 100vw) calc(52 * 3 / 1920 * 100vw); } }
      .alumni_highlight .s-box__content .title {
        text-transform: uppercase;
        text-align: center;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw);
        margin: calc(3 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
        line-height: calc(42 / 1920 * 100vw);
        letter-spacing: calc(1 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .alumni_highlight .s-box__content .title {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 2 / 1920 * 100vw);
            margin: calc(3 * 2 / 1920 * 100vw) 0 calc(7 * 2 / 1920 * 100vw);
            line-height: calc(42 * 2 / 1920 * 100vw);
            letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .alumni_highlight .s-box__content .title {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw);
            margin: calc(3 * 3 / 1920 * 100vw) 0 calc(7 * 3 / 1920 * 100vw);
            line-height: calc(42 * 3 / 1920 * 100vw);
            letter-spacing: calc(1 * 3 / 1920 * 100vw); } }
  .alumni_highlight .main-content {
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: calc(105 / 1920 * 100vw); }
    @media screen and (max-width: 767px) {
      .alumni_highlight .main-content {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 40px 0; } }
    .alumni_highlight .main-content__title {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(64 / 1920 * 100vw);
      line-height: calc(70 / 1920 * 100vw);
      font-weight: 500;
      margin: 0;
      padding: 0 0 calc(30 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .alumni_highlight .main-content__title {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(64 * 2 / 1920 * 100vw);
          line-height: calc(70 * 2 / 1920 * 100vw);
          padding: 0 0 calc(30 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .alumni_highlight .main-content__title {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(64 * 2.5 / 1920 * 100vw);
          line-height: calc(70 * 2.5 / 1920 * 100vw);
          padding: 0 0 calc(30 * 3 / 1920 * 100vw); } }
    .alumni_highlight .main-content__descripton {
      font-family: "Open Sans";
      font-size: calc(24 / 1920 * 100vw);
      line-height: calc(30 / 1920 * 100vw);
      padding: 0 0 calc(110 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .alumni_highlight .main-content__descripton {
          font-size: calc(24 * 2 / 1920 * 100vw);
          line-height: calc(30 * 2 / 1920 * 100vw);
          padding: 0 0 calc(110 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .alumni_highlight .main-content__descripton {
          font-size: calc(24 * 3 / 1920 * 100vw);
          line-height: calc(30 * 3 / 1920 * 100vw);
          padding-bottom: calc(10 / 320 * 100vw); } }
      @media screen and (max-width: 480px) {
        .alumni_highlight .main-content__descripton {
          font-size: calc(16 / 320 * 100vw);
          line-height: 1.25; } }
    .alumni_highlight .main-content__link {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(18 / 1920 * 100vw);
      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: calc(18 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .alumni_highlight .main-content__link {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(18 * 4 / 1920 * 100vw); } }
      .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: calc(50 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_link_list_with_changing_images_on_the_right {
    margin-bottom: calc(100 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_link_list_with_changing_images_on_the_right {
    padding-top: calc(10 / 1920 * 100vw);
    max-width: calc(1694 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw); } }

.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: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .link_list_with_changing_images_on_the_right {
      font-size: calc(16 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .link_list_with_changing_images_on_the_right {
      font-size: calc(30 / 1920 * 100vw);
      min-height: calc(600 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .link_list_with_changing_images_on_the_right h2 {
      margin-bottom: calc(16 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .link_list_with_changing_images_on_the_right h2 {
      margin-bottom: calc(18 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .link_list_with_changing_images_on_the_right h2 {
      margin-bottom: calc(26 / 1920 * 100vw); } }
  @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: calc(-42 / 1920 * 100vw);
      right: calc(48 / 1920 * 100vw);
      width: calc(885 / 1920 * 100vw);
      height: calc(609 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .link_list_with_changing_images_on_the_right.actually_single .image {
      right: calc(300 / 1920 * 100vw);
      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: calc(25 / 320 * 100vw);
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
    @media screen and (max-width: 480px) {
      .link_list_with_changing_images_on_the_right .list {
        -webkit-columns: 1;
        -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: calc(32 / 767 * 100vw);
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3; } }
    @media screen and (min-width: 1024px) {
      .link_list_with_changing_images_on_the_right .list {
        margin-bottom: calc(50 / 1920 * 100vw); } }
    .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: calc(6 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .link_list_with_changing_images_on_the_right .list__item {
          margin-bottom: calc(8 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .link_list_with_changing_images_on_the_right .list__item {
          padding-left: calc(5 / 1920 * 100vw);
          margin-bottom: calc(10 / 1920 * 100vw); } }
      .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%;
          -webkit-transform: translateY(-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: calc(-58 / 1920 * 100vw);
          width: calc(40 / 1920 * 100vw);
          height: calc(20 / 1920 * 100vw); } }
      .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: calc(68 / 1920 * 100vw); } }
        @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: calc(18 / 1920 * 100vw);
        padding-left: calc(5 / 1920 * 100vw); } }
    .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: calc(-3 / 320 * 100vw);
            height: calc(2 / 320 * 100vw); } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .link_list_with_changing_images_on_the_right .main_link a::after {
            bottom: calc(-3 / 767 * 100vw);
            height: calc(2 / 767 * 100vw); } }
        @media screen and (min-width: 1024px) {
          .link_list_with_changing_images_on_the_right .main_link a::after {
            bottom: calc(-5 / 1920 * 100vw);
            height: calc(2 / 1920 * 100vw); } }
      .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: calc(172 / 1920 * 100vw) 0 calc(75 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .page-id-121 .left-image-right-text-links {
      padding: calc(60 / 767 * 100vw) calc(20 / 767 * 100vw) calc(20 / 767 * 100vw);
      width: 100vw; } }

.left-image-right-text-links {
  padding: calc(212 / 1920 * 100vw) 0 calc(75 / 1920 * 100vw); }
  .left-image-right-text-links__wrapper {
    width: 80.4vw;
    margin: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .left-image-right-text-links__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 calc(20 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .left-image-right-text-links__wrapper {
        padding: 0 calc(20 / 767 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .left-image-right-text-links__wrapper {
        width: 100vw; } }
  .left-image-right-text-links__image {
    -webkit-flex: 0 0 50.5%;
    flex: 0 0 50.5%;
    padding: 0 calc(100 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw); }
    @media all and (max-width: 1366px) {
      .left-image-right-text-links__image {
        -webkit-flex: 0 0 41%;
        flex: 0 0 41%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .left-image-right-text-links__image {
        -webkit-flex: 0 0 44.5%;
        flex: 0 0 44.5%;
        padding: 0 calc(50 / 767 * 100vw) calc(40 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .left-image-right-text-links__image {
        padding: 0 0 calc(40 / 320 * 100vw);
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; } }
    .left-image-right-text-links__image img {
      max-width: 100%; }
  .left-image-right-text-links__content {
    -webkit-flex: 0 0 49.5%;
    flex: 0 0 49.5%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .left-image-right-text-links__content {
        -webkit-flex: 0 0 55.5%;
        flex: 0 0 55.5%; } }
    @media screen and (max-width: 767px) {
      .left-image-right-text-links__content {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; } }
    .left-image-right-text-links__content .title {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(64 / 1920 * 100vw);
      font-weight: 500;
      margin: 0;
      line-height: calc(70 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .left-image-right-text-links__content .title {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(64 * 1.5 / 1920 * 100vw);
          line-height: calc(70 * 1.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .left-image-right-text-links__content .title {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(90 * 2 / 1920 * 100vw);
          line-height: calc(100 * 2 / 1920 * 100vw); } }
    .left-image-right-text-links__content .description {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(32 / 1920 * 100vw);
      margin: calc(32 / 1920 * 100vw) 0 0;
      line-height: calc(40 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .left-image-right-text-links__content .description {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 * 1.5 / 1920 * 100vw);
          line-height: calc(40 * 1.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .left-image-right-text-links__content .description {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 * 3 / 1920 * 100vw);
          line-height: calc(40 * 3 / 1920 * 100vw); } }
    .left-image-right-text-links__content .links {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: calc(83 / 1920 * 100vw) 0 0; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .left-image-right-text-links__content .links {
          padding: calc(30 / 767 * 100vw) 0 0; } }
      @media screen and (max-width: 767px) {
        .left-image-right-text-links__content .links {
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
          padding: calc(30 / 320 * 100vw) 0 0; } }
      .left-image-right-text-links__content .links__link {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: calc(442 / 1920 * 100vw); }
        @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: calc(1740 / 1920 * 100vw);
    padding-top: calc(128 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .slider_vertical {
    display: -webkit-flex;
    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: calc(126 / 1920 * 100vw); } }

.slider_vertical__list {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700; }
  @media screen and (max-width: 1023px) {
    .slider_vertical__list {
      padding: calc(30 / 767 * 100vw) calc(60 / 767 * 100vw);
      text-align: center; } }
  @media screen and (min-width: 1024px) {
    .slider_vertical__list {
      padding-top: calc(86 / 1920 * 100vw);
      padding-bottom: calc(68 / 1920 * 100vw);
      font-size: calc(18 / 1920 * 100vw);
      letter-spacing: calc(3.25 / 1920 * 100vw);
      margin-left: calc(3 / 1920 * 100vw); } }
  .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 {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (min-width: 1024px) {
      .slider_vertical__list .slick-arrow {
        margin-left: calc(-16 / 1920 * 100vw); } }
    .slider_vertical__list .slick-arrow .svg-ico-play {
      display: block;
      vertical-align: middle;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
      @media screen and (max-width: 767px) {
        .slider_vertical__list .slick-arrow .svg-ico-play {
          width: calc(31 / 320 * 100vw);
          height: calc(28 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .slider_vertical__list .slick-arrow .svg-ico-play {
          width: calc(63 / 767 * 100vw);
          height: calc(56 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .slider_vertical__list .slick-arrow .svg-ico-play {
          width: calc(63 / 1920 * 100vw);
          height: calc(56 / 1920 * 100vw); } }
  .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 {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media screen and (max-width: 1023px) {
        .slider_vertical__list .slick-prev .svg-ico-play {
          -webkit-transform: rotate(180deg);
          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 {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      @media screen and (max-width: 1023px) {
        .slider_vertical__list .slick-next .svg-ico-play {
          -webkit-transform: rotate(360deg);
          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: calc(64 / 1920 * 100vw);
      margin-top: calc(12 / 1920 * 100vw);
      margin-bottom: calc(36 / 1920 * 100vw);
      letter-spacing: calc(-1 / 1920 * 100vw); } }

.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: calc(18 / 1920 * 100vw);
      margin-left: calc(10 / 1920 * 100vw); } }
  .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: calc(2 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slider_vertical .link::after {
        height: calc(2 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .slider_vertical .link::after {
        height: calc(2 / 1920 * 100vw); } }
  .slider_vertical .link:hover::after {
    background: var(--theme-color-charlie); }

@media screen and (min-width: 1024px) {
  .slider_vertical .list__item {
    margin-bottom: calc(19 / 1920 * 100vw); } }

.slider_vertical .person {
  position: relative; }
  @media screen and (max-width: 767px) {
    .slider_vertical .person {
      margin-bottom: calc(26 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider_vertical .person {
      margin-right: calc(6 / 767 * 100vw);
      margin-bottom: calc(26 / 767 * 100vw);
      padding-bottom: calc(236 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .slider_vertical .person {
      margin-right: calc(6 / 1920 * 100vw);
      margin-bottom: calc(26 / 1920 * 100vw);
      padding-bottom: calc(236 / 1920 * 100vw); } }
  .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: calc(514 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        padding: calc(15 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slider_vertical .person__info {
        position: absolute;
        font-size: calc(18 / 767 * 100vw);
        left: calc(115 / 767 * 100vw);
        right: calc(115 / 767 * 100vw);
        bottom: calc(70 / 767 * 100vw);
        padding-top: calc(26 / 767 * 100vw);
        padding-left: calc(30 / 767 * 100vw);
        padding-right: calc(30 / 767 * 100vw);
        padding-bottom: calc(36 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .slider_vertical .person__info {
        position: absolute;
        font-size: calc(18 / 1920 * 100vw);
        left: calc(115 / 1920 * 100vw);
        right: calc(115 / 1920 * 100vw);
        bottom: calc(70 / 1920 * 100vw);
        padding-top: calc(26 / 1920 * 100vw);
        padding-left: calc(30 / 1920 * 100vw);
        padding-right: calc(30 / 1920 * 100vw);
        padding-bottom: calc(36 / 1920 * 100vw); } }
  .slider_vertical .person__year {
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .slider_vertical .person__year {
        line-height: calc(24 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw);
        padding-bottom: calc(6 / 1920 * 100vw); } }
  .slider_vertical .person__name {
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .slider_vertical .person__name {
        font-size: calc(16 / 320 * 100vw);
        line-height: calc(21 / 320 * 100vw);
        padding-bottom: calc(6 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slider_vertical .person__name {
        font-size: calc(32 / 767 * 100vw);
        line-height: calc(42 / 767 * 100vw);
        padding-bottom: calc(6 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .slider_vertical .person__name {
        font-size: calc(32 / 1920 * 100vw);
        line-height: calc(42 / 1920 * 100vw);
        padding-bottom: calc(6 / 1920 * 100vw);
        letter-spacing: calc(1.5 / 1920 * 100vw); } }
  .slider_vertical .person__group {
    font-family: "Open Sans";
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .slider_vertical .person__group {
        font-size: calc(16 / 320 * 100vw);
        padding-bottom: calc(24 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slider_vertical .person__group {
        font-size: calc(32 / 767 * 100vw);
        padding-bottom: calc(24 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .slider_vertical .person__group {
        font-size: calc(32 / 1920 * 100vw);
        letter-spacing: calc(-2 / 1920 * 100vw);
        padding-bottom: calc(74 / 1920 * 100vw); } }
  .slider_vertical .person__website {
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .slider_vertical .person__website {
        letter-spacing: calc(3 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item {
    display: -webkit-flex;
    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: calc(100 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .slider_vertical .slider_content__item_art {
    width: 50%;
    padding: 0 calc(8 / 1920 * 100vw); } }

.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: calc(18 / 480 * 100vw); } }
  @media screen and (max-width: 480px) {
    .slider_vertical .slider_content__item .content {
      font-size: calc(18 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider_vertical .slider_content__item .content {
      font-size: calc(24 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .slider_vertical .slider_content__item .content {
      font-size: calc(24 / 1920 * 100vw);
      letter-spacing: calc(-1.2 / 1920 * 100vw); } }

.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: calc(6 / 1920 * 100vw);
      letter-spacing: calc(1.5 / 1920 * 100vw); } }

.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: calc(21 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider_vertical .slider_image {
    margin-bottom: calc(21 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .slider_vertical .slider_image {
    padding-bottom: calc(21 / 1920 * 100vw); } }

.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: calc(21 / 1920 * 100vw); } }
  .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 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.slider_vertical .slider_image .slick-next {
  left: 50%; }

.slider_vertical .slider_image .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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: calc(63 / 1920 * 100vw);
      height: calc(56 / 1920 * 100vw); } }

.designModule {
  position: relative; }
  .designModule .row {
    margin: calc(100 / 1920 * 100vw) calc(111 / 1920 * 100vw); margin-bottom:0; }
  .designModule__singleHeader h2 {
    font-family: "Open Sans";
    line-height: 1;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .designModule__singleHeader h2 {
        margin-bottom: calc(32 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .designModule__singleHeader h2 {
        margin-bottom: calc(32 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .designModule__singleHeader h2 {
        margin: 0 0 0 calc(49 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .designModule__treeButtons {
      padding-right: calc(70 / 1920 * 100vw); } }
  .designModule__treeButtons .button {
    font-family: "Open Sans";
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .designModule__treeButtons .button {
        margin-bottom: calc(48 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .designModule__treeButtons .button {
        margin-bottom: calc(48 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .designModule__treeButtons .button {
        padding-top: calc(32 / 1920 * 100vw);
        padding-bottom: calc(24 / 1920 * 100vw);
        margin-bottom: calc(48 / 1920 * 100vw); } }
  .designModule__address {
    border-top: 1px solid var(--theme-color-alpha); }
    @media screen and (min-width: 1024px) {
      .designModule__address {
        width: calc(327 / 1920 * 100vw); } }
    .designModule__address h3 {
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .designModule__address h3 {
          margin: calc(16 / 320 * 100vw) 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .designModule__address h3 {
          margin: calc(18 / 767 * 100vw) 0; } }
      @media screen and (min-width: 1024px) {
        .designModule__address h3 {
          margin: calc(32 / 1920 * 100vw) 0; } }
    .designModule__address address {
      font-family: "Open Sans";
      font-style: normal; }
      @media screen and (max-width: 767px) {
        .designModule__address address {
          font-size: calc(18 / 320 * 100vw);
          margin-bottom: calc(21 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .designModule__address address {
          font-size: calc(24 / 767 * 100vw);
          margin-bottom: calc(32 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .designModule__address address {
          font-size: calc(24 / 1920 * 100vw);
          width: calc(312 / 1920 * 100vw);
          margin-bottom: calc(32 / 1920 * 100vw); } }
    .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: calc(450 / 1920 * 100vw);
        margin: calc(47 / 1920 * 100vw) 0 0 0; } }
  .designModule__textWithForm p {
    font-family: "Open Sans"; }
    @media screen and (min-width: 1024px) {
      .designModule__textWithForm p {
        font-size: calc(30 / 1920 * 100vw);
        width: calc(1000 / 1920 * 100vw);
        margin: calc(35 / 1920 * 100vw) 0 0 0; } }
  @media screen and (min-width: 1024px) {
    .designModule__formColumn {
      position: relative;
      z-index: 1;
      top: 35%;
      -webkit-transform: translateY(-35%);
      transform: translateY(-35%);
      margin-bottom: calc(-260 / 1920 * 100vw); } }
  .designModule__form {
    background: var(--theme-color-delta);
    padding: calc(70 / 1920 * 100vw);
    color: var(--theme-color-bravo); }
    .designModule__form__heading {
      font-family: 'Open Sans Condensed';
      text-transform: uppercase;
      margin-top: 0;
      font-size: calc(68 / 1920 * 100vw); }
      @media screen and (min-width: 1024px) {
        .designModule__form__heading {
          font-size: calc(34 / 1920 * 100vw); } }
    .designModule__form__input-group {
      margin-bottom: calc(100 / 1920 * 100vw); }
      .designModule__form__input-group label {
        display: block;
        text-transform: uppercase;
        font-size: .85rem;
        font-family: 'Open Sans';
        font-weight: 600;
        letter-spacing: calc(2 / 1920 * 100vw);
        margin-bottom: calc(10 / 1920 * 100vw); }
      .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: .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: .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: calc(56 / 1920 * 100vw);
        font-weight: 700;
        letter-spacing: calc(2 / 1920 * 100vw);
        padding: calc(56 / 1920 * 100vw);
        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: calc(50 / 1920 * 100vw); } }
      .designModule__form__input-group:last-of-type {
        margin-bottom: 0; }
  .designModule__headerWithSubtitle h3 {
    text-transform: uppercase;
    margin: 0 0 calc(32 / 1920 * 100vw) 0;
    border-top: calc(6 / 1920 * 100vw) solid var(--theme-color-alpha); }
    @media screen and (max-width: 767px) {
      .designModule__headerWithSubtitle h3 {
        padding-top: calc(12 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .designModule__headerWithSubtitle h3 {
        padding-top: calc(20 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .designModule__headerWithSubtitle h3 {
        width: calc(450 / 1920 * 100vw);
        padding-top: calc(20 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .designModule__headerWithSubtitle h3 {
        font-size: calc(16 / 320 * 100vw); } }
  .designModule__headerWithSubtitle h1 {
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .designModule__headerWithSubtitle h1 {
        width: calc(450 / 1920 * 100vw);
        margin: calc(47 / 1920 * 100vw) 0 0 0; } }
  .designModule__headerWithSubtitle p {
    font-family: "Open Sans";
    border-top: calc(6 / 1920 * 100vw) solid var(--theme-color-alpha); }
    @media screen and (max-width: 767px) {
      .designModule__headerWithSubtitle p {
        padding-top: calc(21 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .designModule__headerWithSubtitle p {
        padding-top: calc(35 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .designModule__headerWithSubtitle p {
        font-size: calc(30 / 1920 * 100vw);
        width: calc(450 / 1920 * 100vw);
        margin: calc(35 / 1920 * 100vw) 0 0 0;
        padding-top: calc(35 / 1920 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .designModule__image > img {
      margin-left: calc(-75 / 1920 * 100vw); } }
  .designModule__image-mask {
    display: none; }
    @media screen and (min-width: 1024px) {
      .designModule__image-mask {
        pointer-events: none;
        position: absolute;
        display: block;
        top: calc(-235 / 1920 * 100vw);
        bottom: calc(90 / 1920 * 100vw);
        width: 100%;
        height: calc(1019 / 1920 * 100vw);
        right: calc(10 / 1920 * 100vw);
        left: calc(-75 / 1920 * 100vw); } }

.programs__wrapper {
  width: 85.4vw;
  margin: calc(40 / 1920 * 100vw) auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .programs__wrapper {
      -webkit-flex-direction: column;
      flex-direction: column; } }

.programs__program {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: calc(60 / 1920 * 100vw) calc(60 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  position: relative; }
  .programs__program .program-box__img-wrapper img {
    max-width: 100%; }
  .programs__program .program-label {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3em;
    text-align: center;
    display: none; }
  .programs__program img {
    transition: -webkit-transform 0.5s var(--theme-transition-timing);
    transition: transform 0.5s var(--theme-transition-timing);
    transition: transform 0.5s var(--theme-transition-timing), -webkit-transform 0.5s var(--theme-transition-timing);
    will-change: transform; }
  .programs__program:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0.5; }
  .programs__program:hover .program-label {
    display: block; }

.section_text_with_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .section_text_with_list {
      padding-top: calc(64 / 320 * 100vw);
      padding-bottom: calc(58 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_text_with_list {
      padding-top: calc(126 / 767 * 100vw);
      padding-bottom: calc(118 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_text_with_list {
      padding-top: calc(80 / 1920 * 100vw);
      padding-bottom: calc(80 / 1920 * 100vw);
      max-width: calc(1560 / 1920 * 100vw); } }
  .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: calc(20 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .section_text_with_list .title {
        margin-bottom: calc(40 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .section_text_with_list .title {
        margin-bottom: calc(40 / 1920 * 100vw); } }
  .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: calc(120 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .section_text_with_list .content {
        padding-right: calc(120 / 1920 * 100vw); } }
  .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: calc(90 / 1920 * 100vw);
        padding-left: calc(40 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .section_text_with_list .list {
        padding-left: calc(80 / 767 * 100vw);
        font-size: calc(60 / 1920 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .section_text_with_list .list {
        padding-left: calc(158 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw); } }
    .section_text_with_list .list li {
      position: relative; }
      @media screen and (max-width: 767px) {
        .section_text_with_list .list li {
          margin-bottom: calc(12 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .section_text_with_list .list li {
          margin-bottom: calc(24 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .section_text_with_list .list li {
          margin-bottom: calc(24 / 1920 * 100vw); } }
      .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%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .section_text_with_list .list li::before {
            width: calc(20 / 320 * 100vw);
            height: calc(10 / 320 * 100vw);
            right: calc(100% + 16 / 320 * 100vw);
            margin-top: calc(-1 / 320 * 100vw);
            background-size: calc(20 / 320 * 100vw) calc(10 / 320 * 100vw); } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .section_text_with_list .list li::before {
            width: calc(40 / 767 * 100vw);
            height: calc(20 / 767 * 100vw);
            right: calc(100% + 36 / 767 * 100vw);
            margin-top: calc(-5 / 767 * 100vw);
            background-size: calc(40 / 767 * 100vw) calc(20 / 767 * 100vw); } }
        @media screen and (min-width: 1024px) {
          .section_text_with_list .list li::before {
            width: calc(40 / 1920 * 100vw);
            height: calc(20 / 1920 * 100vw);
            right: calc(100% + 36 / 1920 * 100vw);
            margin-top: calc(-5 / 1920 * 100vw);
            background-size: calc(40 / 1920 * 100vw) calc(20 / 1920 * 100vw); } }
  .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: calc(140 / 1920 * 100vw) auto calc(120 / 1920 * 100vw);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-end;
  align-content: flex-end; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .title-description-filters__wrapper {
      margin: calc(70 / 767 * 100vw) auto calc(40 / 767 * 100vw);
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .title-description-filters__wrapper {
      margin: calc(38 / 320 * 100vw) auto calc(20 / 320 * 100vw);
      -webkit-flex-direction: column;
      flex-direction: column; } }

.title-description-filters__content {
  -webkit-flex: 0 0 65%;
  flex: 0 0 65%; }
  @media screen and (max-width: 767px) {
    .title-description-filters__content {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .title-description-filters__content .title {
    font-family: "Open Sans";
    font-size: calc(64 / 1920 * 100vw);
    line-height: 1.1;
    font-weight: 500;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .title-description-filters__content .title {
        font-size: calc(38 / 767 * 100vw);
        margin: 0 0 calc(20 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .title-description-filters__content .title {
        font-size: calc(22 / 320 * 100vw);
        margin: 0 0 calc(15 / 320 * 100vw); } }
  .title-description-filters__content .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(32 / 1920 * 100vw);
    margin: calc(32 / 1920 * 100vw) 0 calc(16 / 1920 * 100vw);
    line-height: calc(40 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .title-description-filters__content .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 1.5 / 1920 * 100vw);
        line-height: calc(40 * 1.5 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .title-description-filters__content .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw); } }

.title-description-filters__filters {
  -webkit-flex: 0 0 35%;
  flex: 0 0 35%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  @media screen and (max-width: 1023px) {
    .title-description-filters__filters {
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: calc(30 / 767 * 100vw) 0 0; } }
  @media screen and (max-width: 767px) {
    .title-description-filters__filters {
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: calc(15 / 230 * 100vw) 0 0; } }
  @media screen and (max-width: 767px) {
    .title-description-filters__filters {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .title-description-filters__filters .fields-wrapper {
    width: 38%;
    min-width: calc(217 / 1920 * 100vw);
    margin: 0 0 calc(42 / 1920 * 100vw); }
    .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: calc(5 / 320 * 100vw) calc(30 / 320 * 100vw) calc(5 / 320 * 100vw) 0;
          border-width: calc(2 / 320 * 100vw);
          font-size: calc(12 / 320 * 100vw);
          margin-bottom: calc(12 / 320 * 100vw);
          background-size: calc(20 / 320 * 100vw) calc(40 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .title-description-filters__filters .fields-wrapper select {
          padding: calc(5 / 767 * 100vw) calc(30 / 767 * 100vw) calc(5 / 767 * 100vw) 0;
          border-width: calc(2 / 767 * 100vw);
          font-size: calc(12 / 767 * 100vw);
          margin-bottom: calc(12 / 767 * 100vw);
          background-size: calc(20 / 767 * 100vw) calc(40 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .title-description-filters__filters .fields-wrapper select {
          width: calc(216 / 1920 * 100vw);
          padding: calc(5 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0;
          border-width: calc(2 / 1920 * 100vw);
          font-size: calc(14 / 1920 * 100vw);
          margin-bottom: calc(12 / 1920 * 100vw);
          background-size: calc(20 / 1920 * 100vw) calc(40 / 1920 * 100vw); } }

.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: calc(250 / 1920 * 100vw) auto calc(215 / 1920 * 100vw);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-end;
  align-content: flex-end; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-three-cols__wrapper {
      width: 100vw;
      margin: 0;
      padding: calc(100 / 767 * 100vw) calc(20 / 767 * 100vw) calc(100 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .contact-three-cols__wrapper {
      width: 100vw;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0;
      padding: calc(60 / 320 * 100vw) calc(20 / 320 * 100vw) calc(50 / 320 * 100vw); } }

.contact-three-cols .title {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  font-family: "Open Sans";
  color: var(--theme-color-alpha);
  font-size: calc(90 / 1920 * 100vw);
  font-weight: 500;
  margin: 0;
  line-height: calc(100 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .contact-three-cols .title {
      -webkit-flex: 0 0 15%;
      flex: 0 0 15%;
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(90 * 1.5 / 1920 * 100vw);
      line-height: calc(100 * 1.5 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .contact-three-cols .title {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(90 * 2 / 1920 * 100vw);
      line-height: calc(100 * 2 / 1920 * 100vw);
      padding: 0 0 calc(30 / 320 * 100vw); } }

.contact-three-cols .arrow-wrapper {
  -webkit-flex: 0 0 10%;
  flex: 0 0 10%; }
  @media screen and (max-width: 1023px) {
    .contact-three-cols .arrow-wrapper {
      -webkit-flex: 0 0 15%;
      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: calc(40 / 1920 * 100vw);
  height: calc(100 / 1920 * 100vw);
  display: block;
  background: url("./../../assets/img/buttons/arrow.svg") center no-repeat; }

.contact-three-cols .text {
  -webkit-flex: 0 0 32.5%;
  flex: 0 0 32.5%;
  padding: 0px 0px 0 calc(52 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .contact-three-cols .text {
      -webkit-flex: 1 0 32.5%;
      flex: 1 0 32.5%; } }
  @media screen and (max-width: 767px) {
    .contact-three-cols .text {
      padding: calc(30 / 768 * 100vw) 0 0; } }
  .contact-three-cols .text:last-child {
    padding: 0px 0px 0 calc(108 / 1920 * 100vw); }
    @media screen and (max-width: 767px) {
      .contact-three-cols .text:last-child {
        padding: calc(30 / 768 * 100vw) 0 0; } }
  .contact-three-cols .text__headline {
    text-transform: uppercase;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(24 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .contact-three-cols .text__headline {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(22 / 767 * 100vw);
        line-height: 1;
        letter-spacing: calc(3 * 2 / 1920 * 100vw);
        margin: 0 0 calc(10 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .contact-three-cols .text__headline {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(15 / 320 * 100vw);
        letter-spacing: calc(3 * 2 / 1920 * 100vw);
        margin: 0 0 calc(10 / 320 * 100vw); } }
  .contact-three-cols .text__description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(32 / 1920 * 100vw);
    line-height: calc(40 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .contact-three-cols .text__description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 2 / 1920 * 100vw);
        line-height: calc(40 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .contact-three-cols .text__description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw); } }

.slider-two-photos {
  overflow: hidden; }
  .slider-two-photos__wrapper {
    width: 82.4vw;
    margin: calc(40 / 1920 * 100vw) auto calc(100 / 1920 * 100vw);
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .slider-two-photos__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .slider-two-photos__wrapper {
        margin: 0 auto calc(98 * 3 / 1920 * 100vw); } }
  .slider-two-photos__image {
    -webkit-flex: 0 0 50.5%;
    flex: 0 0 50.5%;
    padding: 0 calc(20 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .slider-two-photos__image {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; } }
    .slider-two-photos__image img {
      max-width: 100%; }
  .slider-two-photos__content {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: calc(98 / 1920 * 100vw) 7.5% 0 0; }
    @media screen and (max-width: 1023px) {
      .slider-two-photos__content {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(98 * 2 / 1920 * 100vw) 0 0; } }
    @media screen and (max-width: 767px) {
      .slider-two-photos__content {
        padding: calc(98 * 3 / 1920 * 100vw) 0 0; } }
    .slider-two-photos__content .title {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(64 / 1920 * 100vw);
      font-weight: 500;
      margin: 0;
      line-height: calc(70 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .slider-two-photos__content .title {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(64 * 1.5 / 1920 * 100vw);
          line-height: calc(70 * 1.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .slider-two-photos__content .title {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(64 * 2 / 1920 * 100vw);
          line-height: calc(70 * 2 / 1920 * 100vw); } }
    .slider-two-photos__content .description {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(32 / 1920 * 100vw);
      margin: calc(32 / 1920 * 100vw) 0 calc(59 / 1920 * 100vw);
      line-height: calc(39 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .slider-two-photos__content .description {
          margin: calc(32 * 2 / 1920 * 100vw) 0 calc(59 * 2 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 * 1.5 / 1920 * 100vw);
          line-height: calc(39 * 1.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .slider-two-photos__content .description {
          margin: calc(32 * 3 / 1920 * 100vw) 0 calc(59 * 3 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 * 3 / 1920 * 100vw);
          line-height: calc(39 * 3 / 1920 * 100vw); } }
    .slider-two-photos__content .link {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(18 / 1920 * 100vw);
      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: calc(18 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .slider-two-photos__content .link {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(18 * 4 / 1920 * 100vw); } }
      .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 {
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .slider-two-photos__slider-wrapper {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: calc(90 * 3 / 1024 * 100vw) 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%;
        object-fit: cover;
        object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%"; }
  .slider-two-photos__slider-front {
    margin: calc(137 / 1920 * 100vw) 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 {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .slider-two-photos__slider-bg .slick-slide {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider-two-photos__slider-navigation {
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    -webkit-transform: translateY(38%);
    transform: translateY(38%); }
    @media screen and (max-width: 1023px) {
      .slider-two-photos__slider-navigation {
        -webkit-transform: none;
        transform: none;
        top: calc(-20 / 320 * 100vw);
        bottom: auto; } }
    @media screen and (max-width: 480px) {
      .slider-two-photos__slider-navigation {
        top: calc(-50 / 320 * 100vw); } }
    .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: calc(56 / 1920 * 100vw);
          width: calc(63 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .slider-two-photos__slider-navigation .button-prev,
        .slider-two-photos__slider-navigation .button-next {
          height: calc(112 / 1920 * 100vw);
          width: calc(126 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .slider-two-photos__slider-navigation .button-prev,
        .slider-two-photos__slider-navigation .button-next {
          height: calc(224 / 1920 * 100vw);
          width: calc(252 / 1920 * 100vw); } }
    .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: calc(9.5 / 1920 * 100vw) calc(19 / 1920 * 100vw) calc(9.5 / 1920 * 100vw) 0;
          margin-left: calc(12 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .slider-two-photos__slider-navigation .button-prev::before {
          border-width: calc(18.4 / 1920 * 100vw) calc(38 / 1920 * 100vw) calc(18.4 / 1920 * 100vw) 0;
          margin-left: calc(24 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .slider-two-photos__slider-navigation .button-prev::before {
          border-width: calc(36.8 / 1920 * 100vw) calc(76 / 1920 * 100vw) calc(36.8 / 1920 * 100vw) 0;
          margin-left: calc(48 / 1920 * 100vw); } }
    .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.49479vw 0 0.49479vw calc(19 / 1920 * 100vw);
          margin-left: calc(12 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .slider-two-photos__slider-navigation .button-next::before {
          border-width: 0.95833vw 0 0.95833vw calc(38 / 1920 * 100vw);
          margin-left: calc(24 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .slider-two-photos__slider-navigation .button-next::before {
          border-width: 1.91667vw 0 1.91667vw calc(76 / 1920 * 100vw);
          margin-left: calc(48 / 1920 * 100vw); } }

@media screen and (max-width: 1023px) {
  .page-id-560 .slider-two-photos__slider-wrapper {
    margin: calc(90 / 1024 * 100vw) 0 0; } }

@media screen and (max-width: 767px) {
  .page-id-560 .slider-two-photos__slider-wrapper {
    margin: calc(70 / 320 * 100vw) 0 0; } }

.img-text-title-link {
  overflow: hidden; }
  .img-text-title-link__wrapper {
    width: 88.8vw;
    margin: calc(140 / 1920 * 100vw) auto calc(220 / 1920 * 100vw);
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .img-text-title-link__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100vw; } }
    @media screen and (max-width: 767px) {
      .img-text-title-link__wrapper {
        padding: 0 calc(20 / 320 * 100vw);
        margin: calc(98 * 3 / 1920 * 100vw) auto calc(98 * 3 / 1920 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .img-text-title-link__wrapper {
        padding: 0 calc(20 / 767 * 100vw); } }
  .img-text-title-link__image {
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%; }
    @media screen and (max-width: 1023px) {
      .img-text-title-link__image {
        -webkit-flex: 0 0 100%;
        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%;
        object-fit: cover;
        object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%"; }
  .img-text-title-link__content {
    -webkit-flex: 0 0 45.5%;
    flex: 0 0 45.5%;
    padding: calc(60 / 1920 * 100vw) 0 0 3.5%; }
    @media screen and (max-width: 1023px) {
      .img-text-title-link__content {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(60 * 2 / 1920 * 100vw) 0 0; } }
    @media screen and (max-width: 767px) {
      .img-text-title-link__content {
        padding: calc(60 * 3 / 1920 * 100vw) 0 0; } }
    .img-text-title-link__content .headline {
      line-height: 1.5;
      text-transform: uppercase;
      margin: 0; }
      @media screen and (min-width: 1024px) {
        .img-text-title-link__content .headline {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(18 / 1920 * 100vw);
          letter-spacing: calc(3 / 1920 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .img-text-title-link__content .headline {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(36 / 1920 * 100vw);
          letter-spacing: calc(6 / 1920 * 100vw); } }
      @media screen and (max-width: 480px) {
        .img-text-title-link__content .headline {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(72 / 1920 * 100vw);
          letter-spacing: calc(12 / 1920 * 100vw); } }
    .img-text-title-link__content .title {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(48 / 1920 * 100vw);
      font-weight: 500;
      margin: 0 0 calc(19 / 1920 * 100vw);
      line-height: calc(54 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-text-title-link__content .title {
          margin: 0 0 calc(19 * 2 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(48 * 1.5 / 1920 * 100vw);
          line-height: calc(54 * 1.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-text-title-link__content .title {
          margin: 0 0 calc(19 * 3 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(48 * 2 / 1920 * 100vw);
          line-height: calc(54 * 2 / 1920 * 100vw); } }
    .img-text-title-link__content .description {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(32 / 1920 * 100vw);
      margin: calc(12 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
      line-height: calc(39 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-text-title-link__content .description {
          margin: calc(12 * 2 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 * 1.5 / 1920 * 100vw);
          line-height: calc(39 * 1.5 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-text-title-link__content .description {
          margin: calc(12 * 3 / 1920 * 100vw) 0 calc(100 * 2 / 1920 * 100vw);
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(32 * 3 / 1920 * 100vw);
          line-height: calc(39 * 3 / 1920 * 100vw); } }
    .img-text-title-link__content .link {
      font-family: "Open Sans";
      color: var(--theme-color-alpha);
      font-size: calc(18 / 1920 * 100vw);
      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: calc(18 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-text-title-link__content .link {
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(18 * 4 / 1920 * 100vw); } }
      .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: calc(180 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_accordion + .line-title-desc {
      margin-top: calc(90 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .section_accordion + .line-title-desc {
      margin-top: calc(90 / 320 * 100vw); } }
  .line-title-desc:before {
    content: "";
    height: calc(6 / 1920 * 100vw);
    width: 100%;
    display: block;
    background: var(--theme-color-alpha); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .line-title-desc:before {
        height: calc(6 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .line-title-desc:before {
        height: calc(6 * 3 / 1920 * 100vw); } }
  .line-title-desc__wrapper {
    max-width: 100%;
    margin-bottom: calc(105 / 1920 * 100vw); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .line-title-desc__wrapper {
        margin: 0 0 calc(120 * 2 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .line-title-desc__wrapper {
        margin: 0;
        margin-bottom: calc(20 / 320 * 100vw); } }
  .line-title-desc__title {
    max-width: 100%;
    font-family: "Open Sans";
    font-size: calc(64 / 1920 * 100vw);
    margin: calc(20 / 1920 * 100vw) 0 0 0;
    line-height: 1.1; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .line-title-desc__title {
        font-size: calc(64 * 2 / 1920 * 100vw);
        margin: calc(20 * 2 / 1920 * 100vw) 0 0 0; } }
    @media screen and (max-width: 767px) {
      .line-title-desc__title {
        font-size: calc(32 / 480 * 100vw);
        margin: calc(20 * 3 / 1920 * 100vw) 0 0 0; } }
    @media screen and (max-width: 480px) {
      .line-title-desc__title {
        font-size: calc(32 / 320 * 100vw); } }
  .line-title-desc__description {
    max-width: 100%;
    font-family: "Open Sans";
    font-size: calc(30 / 1920 * 100vw);
    margin: calc(35 / 1920 * 100vw) 0 0 0;
    line-height: calc(40 / 1920 * 100vw); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .line-title-desc__description {
        font-size: calc(60 / 1920 * 100vw);
        margin: calc(35 * 2 / 1920 * 100vw) 0 0 0;
        line-height: calc(40 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .line-title-desc__description {
        font-size: calc(90 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw);
        margin: calc(35 * 3 / 1920 * 100vw) 0 0 0; } }
  @media screen and (max-width: 767px) {
    .line-title-desc#Library-Staff .line-title-desc__wrapper {
      margin: 0 0 calc(120 / 1920 * 100vw) 0; } }

.page-id-568 .line-title-desc:before {
  display: none; }

.page-id-568 .line-title-desc__wrapper {
  width: 86vw;
  margin: calc(176 / 1920 * 100vw) auto calc(40 / 1920 * 100vw); }
  @media screen and (max-width: 767px) {
    .page-id-568 .line-title-desc__wrapper {
      margin: calc(176 * 2 / 1920 * 100vw) auto calc(40 / 1920 * 100vw); } }

@media screen and (min-width: 1024px) {
  .page-id-568 .line-title-desc__title {
    font-size: calc(90 / 1920 * 100vw); } }

@media screen and (max-width: 1023px) {
  .page-id-568 .line-title-desc__title {
    font-size: calc(64 / 767 * 100vw);
    line-height: calc(70 / 767 * 100vw); } }

@media screen and (max-width: 767px) {
  .page-id-568 .line-title-desc__title {
    font-size: calc(32 / 320 * 100vw);
    line-height: calc(40 / 320 * 100vw);
    padding-bottom: calc(20 / 320 * 100vw); } }

.section_multiple_text_blocks {
  position: relative;
  margin-bottom: calc(175 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .section_multiple_text_blocks {
      margin: 0 0 calc(100 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .section_multiple_text_blocks {
      margin: 0 0 calc(60 / 320 * 100vw); } }
  .section_multiple_text_blocks:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: calc(6 / 1920 * 100vw);
    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: calc(6 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks:before {
        height: calc(6 * 3 / 1920 * 100vw); } }
  .section_multiple_text_blocks .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(14 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw);
    padding: calc(37 / 1920 * 100vw) 0 calc(25 / 1920 * 100vw);
    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: calc(14 / 767 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw);
        padding: calc(37 * 2 / 1920 * 100vw) 0 calc(25 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks .headline {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 320 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        padding: calc(37 * 3 / 1920 * 100vw) 0 calc(25 * 3 / 1920 * 100vw); } }
    .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: calc(60 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .section_multiple_text_blocks .title {
        margin-top: calc(60 / 767 * 100vw);
        margin-bottom: calc(30 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks .title {
        margin-top: calc(30 / 320 * 100vw);
        margin-bottom: calc(20 / 320 * 100vw); } }
    @media screen and (max-width: 480px) {
      .section_multiple_text_blocks .title {
        font-size: calc(29 / 320 * 100vw); } }
  .section_multiple_text_blocks .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw);
    margin: calc(20 / 1920 * 100vw) 0; }
    @media screen and (max-width: 1023px) {
      .section_multiple_text_blocks .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 2 / 1920 * 100vw);
        line-height: calc(40 * 2 / 1920 * 100vw);
        margin: calc(20 * 2 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw);
        margin: calc(20 * 3 / 1920 * 100vw) 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: calc(20 / 1920 * 100vw);
      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: calc(20 * 3 / 1920 * 100vw); } }
      .section_multiple_text_blocks .description a:hover {
        color: var(--theme-color-charlie); }
  .section_multiple_text_blocks .row_for_cols {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .section_multiple_text_blocks .row_for_cols {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .section_multiple_text_blocks--rev {
      margin-bottom: calc(60 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section_multiple_text_blocks--rev {
      margin-bottom: calc(80 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .section_multiple_text_blocks--rev {
      margin-bottom: calc(95 / 1920 * 100vw); } }
  .section_multiple_text_blocks--rev .row_for_cols {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 1023px) {
      .section_multiple_text_blocks--rev .row_for_cols {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .section_multiple_text_blocks .cols:first-child {
    padding: 0; }
  @media screen and (max-width: 1023px) {
    .section_multiple_text_blocks .cols {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: calc(25 / 767 * 100vw) 0; } }
  @media screen and (max-width: 767px) {
    .section_multiple_text_blocks .cols {
      padding: calc(25 / 320 * 100vw) 0 0; } }
  @media screen and (max-width: 1023px) {
    .section_multiple_text_blocks .cols--btn {
      padding-top: 0; } }
  .section_multiple_text_blocks--1 .cols {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section_multiple_text_blocks--2 .cols:first-child {
    -webkit-flex: 0 0 calc(33.33%);
    flex: 0 0 calc(33.33%);
    padding: 0 3.6% 0 0; }
    @media screen and (max-width: 1023px) {
      .section_multiple_text_blocks--2 .cols:first-child {
        padding: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks--2 .cols:first-child {
        padding: calc(25 / 320 * 100vw) 0 0; } }
  .section_multiple_text_blocks--2 .cols:last-child {
    -webkit-flex: 0 0 66.66%;
    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: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks--2 .cols:last-child {
        padding: calc(25 / 320 * 100vw) 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 {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3.6%; }
    @media screen and (max-width: 1023px) {
      .section_multiple_text_blocks--3 .cols {
        padding: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks--3 .cols {
        padding: calc(25 / 320 * 100vw) 0 0; } }
    .section_multiple_text_blocks--3 .cols:first-child {
      -webkit-flex: 0 0 calc(33.33%);
      flex: 0 0 calc(33.33%);
      padding: 0 3.6% 0 0; }
      @media screen and (max-width: 1023px) {
        .section_multiple_text_blocks--3 .cols:first-child {
          padding: calc(25 / 767 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        .section_multiple_text_blocks--3 .cols:first-child {
          padding: calc(25 / 320 * 100vw) 0 0; } }
    .section_multiple_text_blocks--3 .cols:last-child {
      -webkit-flex: 0 0 calc(33.33%);
      flex: 0 0 calc(33.33%);
      padding: 0 0 0 3.6%; }
      @media screen and (max-width: 1023px) {
        .section_multiple_text_blocks--3 .cols:last-child {
          padding: calc(25 / 767 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        .section_multiple_text_blocks--3 .cols:last-child {
          padding: calc(25 / 320 * 100vw) 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: calc(60 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .section_multiple_text_blocks.arrows .cols p {
        padding-left: calc(45 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .section_multiple_text_blocks.arrows .cols p {
        padding-left: calc(35 / 320 * 100vw); } }
    .section_multiple_text_blocks.arrows .cols p::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: calc(38 / 1920 * 100vw);
      height: calc(20 / 1920 * 100vw);
      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: calc(30 / 767 * 100vw);
          height: calc(20 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .section_multiple_text_blocks.arrows .cols p::after {
          width: calc(25 / 320 * 100vw);
          height: calc(20 / 320 * 100vw); } }
  .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: calc(30 / 1920 * 100vw) auto calc(180 / 1920 * 100vw); }
  .page-id-568 .section_multiple_text_blocks .cols:first-child {
    -webkit-order: 2;
    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: calc(18 / 1920 * 100vw); } }
  .page-id-568 .section_multiple_text_blocks .cols:last-child {
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 0 0 66.66%;
    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: calc(32 / 1920 * 100vw);
        line-height: calc(40 / 1920 * 100vw);
        margin: calc(20 / 1920 * 100vw) 0; } }
  .page-id-568 .section_multiple_text_blocks:before {
    display: none; }

.left-text-right-arrows {
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 0 calc(150 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .left-text-right-arrows {
      margin: 0 0 calc(100 / 767 * 100vw);
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .left-text-right-arrows {
      margin: 0 0 calc(60 / 320 * 100vw); } }
  .left-text-right-arrows:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: calc(6 / 1920 * 100vw);
    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: calc(6 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .left-text-right-arrows:before {
        height: calc(6 * 3 / 1920 * 100vw); } }
  .left-text-right-arrows .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(14 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw);
    padding: calc(25 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw);
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0; }
    @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: calc(14 / 767 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw);
        padding: calc(37 * 2 / 1920 * 100vw) 0 calc(25 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .left-text-right-arrows .headline {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 320 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        padding: calc(37 * 3 / 1920 * 100vw) 0 calc(25 * 3 / 1920 * 100vw); } }
    .left-text-right-arrows .headline--line {
      position: relative; }
      .left-text-right-arrows .headline--line:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: calc(6 / 1920 * 100vw);
        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: calc(6 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .left-text-right-arrows .headline--line:before {
            height: calc(6 * 3 / 1920 * 100vw); } }
  .left-text-right-arrows .description {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw); }
    .left-text-right-arrows .description p {
      margin: 0; }
    @media screen and (max-width: 1023px) {
      .left-text-right-arrows .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 2 / 1920 * 100vw);
        line-height: calc(40 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .left-text-right-arrows .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw); } }
    .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 {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: calc(25 / 767 * 100vw) 0; } }
  @media screen and (max-width: 767px) {
    .left-text-right-arrows .cols {
      padding: calc(25 / 320 * 100vw) 0; } }
  .left-text-right-arrows .cols:first-child {
    -webkit-flex: 0 0 calc(33.33% - 3.6%);
    flex: 0 0 calc(33.33% - 3.6%);
    padding: 0 3.6% 0 0; }
    @media screen and (max-width: 1023px) {
      .left-text-right-arrows .cols:first-child {
        padding: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .left-text-right-arrows .cols:first-child {
        padding: calc(25 / 320 * 100vw) 0; } }
  .left-text-right-arrows .cols:last-child {
    -webkit-flex: 0 0 66.66%;
    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: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .left-text-right-arrows .cols:last-child {
        padding: calc(25 / 320 * 100vw) 0; } }
  .left-text-right-arrows .cols ul {
    list-style-type: none;
    margin: 0 0 calc(90 / 1920 * 100vw) 0;
    padding: 0;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(18 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw); }
    @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: calc(18 / 767 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .left-text-right-arrows .cols ul {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 320 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw); } }
    .left-text-right-arrows .cols ul li {
      position: relative;
      padding: calc(8 / 1920 * 100vw) 0 calc(8 / 1920 * 100vw) calc(60 / 1920 * 100vw);
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) {
        .left-text-right-arrows .cols ul li {
          padding-left: calc(45 / 767 * 100vw);
          margin-bottom: calc(15 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .left-text-right-arrows .cols ul li {
          padding-left: calc(35 / 320 * 100vw);
          margin-bottom: calc(15 / 320 * 100vw); } }
      .left-text-right-arrows .cols ul li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 26%;
        display: block;
        width: calc(38 / 1920 * 100vw);
        height: calc(20 / 1920 * 100vw);
        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: calc(30 / 767 * 100vw);
            height: calc(20 / 767 * 100vw); } }
        @media screen and (max-width: 767px) {
          .left-text-right-arrows .cols ul li::after {
            width: calc(25 / 320 * 100vw);
            height: calc(20 / 320 * 100vw);
            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; }
  .img-boxes-double-img-f-s__slider {
    position: static; }
    @media screen and (min-width: 1024px) {
      .img-boxes-double-img-f-s__slider {
        width: calc(100% + calc(167 * 2 / 1920 * 100vw));
        margin: calc(40 / 1920 * 100vw) calc(-167 / 1920 * 100vw); } }
    .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;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
        @media screen and (min-width: 1024px) {
          .img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
            width: calc(63 / 1920 * 100vw);
            height: calc(56 / 1920 * 100vw); } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
            width: calc(63 * 2 / 1920 * 100vw);
            height: calc(56 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img-f-s__slider .slick-arrow .svg-ico-play {
            width: calc(63 * 3 / 1920 * 100vw);
            height: calc(56 * 3 / 1920 * 100vw); } }
    .img-boxes-double-img-f-s__slider .slick-prev {
      left: calc(57 / 1920 * 100vw); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-boxes-double-img-f-s__slider .slick-prev {
          left: calc(57 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img-f-s__slider .slick-prev {
          left: calc(30 /320 * 100vw); } }
      .img-boxes-double-img-f-s__slider .slick-prev .svg-ico-play {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .img-boxes-double-img-f-s__slider .slick-next {
      right: calc(57 / 1920 * 100vw); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-boxes-double-img-f-s__slider .slick-next {
          right: calc(57 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img-f-s__slider .slick-next {
          right: calc(30 / 320 * 100vw); } }
      .img-boxes-double-img-f-s__slider .slick-next .svg-ico-play {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
    @media screen and (max-width: 767px) {
      .img-boxes-double-img-f-s__slider {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    .img-boxes-double-img-f-s__slider .s-box {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      padding: 0 calc(40 / 1920 * 100vw); }
      @media screen and (max-width: 767px) {
        .img-boxes-double-img-f-s__slider .s-box {
          -webkit-flex: 0 0 auto;
          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: calc(52 / 1920 * 100vw);
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        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%;
        object-fit: cover;
        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 calc(78 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-double-img-f-s__slider .s-box__photo-content {
            padding: 0 calc(30 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img-f-s__slider .s-box__photo-content {
            padding: 0 calc(42 * 2 / 1920 * 100vw); } }
      .img-boxes-double-img-f-s__slider .s-box__content {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        text-align: center;
        padding: calc(25 / 1920 * 100vw);
        background: #fff;
        position: relative;
        max-width: 81%;
        margin: calc(40 / 1920 * 100vw) auto;
        top: calc(-85 / 1920 * 100vw);
        min-height: 14vw; }
        @media screen and (max-width: 1023px) {
          .img-boxes-double-img-f-s__slider .s-box__content {
            top: calc(-107 * 2 / 1920 * 100vw);
            max-width: 85%;
            padding: calc(25 / 1920 * 100vw);
            min-height: 29vw; } }
        @media screen and (max-width: 767px) {
          .img-boxes-double-img-f-s__slider .s-box__content {
            top: calc(-107 * 3 / 1920 * 100vw);
            padding: calc(30 * 2 / 1920 * 100vw); } }
        .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: calc(18 / 1920 * 100vw);
          margin: 0;
          text-transform: uppercase;
          letter-spacing: calc(3 / 1920 * 100vw); }
          @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: calc(18 * 2 / 1920 * 100vw); } }
          @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: calc(18 * 3 / 1920 * 100vw);
              letter-spacing: calc(1.48 * 2 / 1920 * 100vw); } }
        .img-boxes-double-img-f-s__slider .s-box__content .position {
          font-family: "Open Sans";
          font-size: calc(32 / 1920 * 100vw);
          line-height: calc(40 / 1920 * 100vw);
          padding: 0 calc(10 / 1920 * 100vw) calc(52 / 1920 * 100vw);
          text-align: center;
          margin: 0; }
          @media screen and (max-width: 1023px) {
            .img-boxes-double-img-f-s__slider .s-box__content .position {
              font-size: calc(32 * 2 / 1920 * 100vw);
              line-height: calc(40 * 2 / 1920 * 100vw);
              padding: 0 calc(10 * 2 / 1920 * 100vw) calc(52 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-double-img-f-s__slider .s-box__content .position {
              font-size: calc(32 * 3 / 1920 * 100vw);
              line-height: calc(40 * 3 / 1920 * 100vw);
              padding: 0 calc(10 * 3 / 1920 * 100vw) calc(52 * 3 / 1920 * 100vw); } }
        .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: calc(32 / 1920 * 100vw);
          margin: calc(3 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
          line-height: calc(42 / 1920 * 100vw);
          letter-spacing: calc(1 / 1920 * 100vw); }
          @media screen and (max-width: 1023px) {
            .img-boxes-double-img-f-s__slider .s-box__content .title {
              font-size: calc(32 * 2 / 1920 * 100vw);
              margin: calc(3 * 2 / 1920 * 100vw) 0 calc(7 * 2 / 1920 * 100vw);
              line-height: calc(42 * 2 / 1920 * 100vw);
              letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-double-img-f-s__slider .s-box__content .title {
              font-size: calc(32 * 3 / 1920 * 100vw);
              margin: calc(3 * 3 / 1920 * 100vw) 0 calc(7 * 3 / 1920 * 100vw);
              line-height: calc(42 * 3 / 1920 * 100vw);
              letter-spacing: calc(1 * 3 / 1920 * 100vw); } }

.filter_events {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  max-width: 90vw; }
  @media screen and (max-width: 767px) {
    .filter_events {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: calc(28 / 320 * 100vw) auto calc(48 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .filter_events {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: calc(28 / 767 * 100vw) auto calc(78 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .filter_events {
      -webkit-align-items: flex-end;
      align-items: flex-end;
      margin: calc(28 / 1920 * 100vw) auto calc(78 / 1920 * 100vw);
      max-width: calc(1700 / 1920 * 100vw); } }
  .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: calc(14 / 320 * 100vw);
        font-size: calc(16 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .filter_events .btn {
        width: 50%;
        padding: calc(14 / 767 * 100vw);
        font-size: calc(16 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .filter_events .btn {
        width: calc(204 / 1920 * 100vw);
        padding: calc(14 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw); } }
    .filter_events .btn.active {
      color: var(--theme-color-bravo);
      background: var(--theme-color-alpha); }
    .filter_events .btn_group {
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 767px) {
        .filter_events .btn_group {
          width: 100%;
          border: calc(2 / 320 * 100vw) solid;
          margin-bottom: calc(12 / 320 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .filter_events .btn_group {
          width: 100%;
          border: calc(2 / 767 * 100vw) solid;
          margin-bottom: calc(12 / 767 * 100vw); } }
      @media screen and (min-width: 1024px) {
        .filter_events .btn_group {
          border: calc(2 / 1920 * 100vw) solid;
          margin-left: calc(6 / 1920 * 100vw);
          margin-right: calc(6 / 1920 * 100vw);
          margin-bottom: calc(12 / 1920 * 100vw); } }
  .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: calc(5 / 320 * 100vw) calc(30 / 320 * 100vw) calc(5 / 320 * 100vw) 0;
        border-width: calc(2 / 320 * 100vw);
        font-size: calc(12 / 320 * 100vw);
        margin-bottom: calc(12 / 320 * 100vw);
        background-size: calc(20 / 320 * 100vw) calc(40 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .filter_events select {
        padding: calc(5 / 767 * 100vw) calc(30 / 767 * 100vw) calc(5 / 767 * 100vw) 0;
        border-width: calc(2 / 767 * 100vw);
        font-size: calc(12 / 767 * 100vw);
        margin-left: calc(6 / 767 * 100vw);
        margin-right: calc(6 / 767 * 100vw);
        margin-bottom: calc(12 / 767 * 100vw);
        background-size: calc(20 / 767 * 100vw) calc(40 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .filter_events select {
        width: calc(216 / 1920 * 100vw);
        padding: calc(5 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0;
        border-width: calc(2 / 1920 * 100vw);
        font-size: calc(14 / 1920 * 100vw);
        margin-left: calc(6 / 1920 * 100vw);
        margin-right: calc(6 / 1920 * 100vw);
        margin-bottom: calc(12 / 1920 * 100vw);
        background-size: calc(20 / 1920 * 100vw) calc(40 / 1920 * 100vw);
        letter-spacing: calc(1 / 1920 * 100vw); } }

.image_text_in_columns {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .image_text_in_columns {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 767px) {
    .image_text_in_columns {
      padding-top: calc(45 / 320 * 100vw);
      padding-bottom: calc(42 / 320 * 100vw);
      border-bottom: calc(6 / 320 * 100vw) solid; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .image_text_in_columns {
      padding-top: calc(45 / 767 * 100vw);
      padding-bottom: calc(42 / 767 * 100vw);
      border-bottom: calc(6 / 767 * 100vw) solid; } }
  @media screen and (min-width: 1024px) {
    .image_text_in_columns {
      padding-top: calc(90 / 1920 * 100vw);
      padding-bottom: calc(84 / 1920 * 100vw);
      border-bottom: calc(6 / 1920 * 100vw) 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: calc(6 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .image_text_in_columns:before {
        height: calc(6 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .image_text_in_columns:before {
        height: calc(6 / 1920 * 100vw); } }
  .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 {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .image_text_in_columns--rev .image_text_in_columns__content {
    padding-left: calc(40 / 1920 * 100vw);
    padding-right: 0; }
  .image_text_in_columns--rev .image_text_in_columns__link {
    margin-left: calc(40 / 1920 * 100vw); }
  .image_text_in_columns__title {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(14 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw);
    padding: 0 0 calc(25 / 1920 * 100vw);
    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 {
        -webkit-order: 0;
        order: 0;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 767 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw);
        padding: 0 calc(40 / 1920 * 100vw) calc(25 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .image_text_in_columns__title {
        -webkit-order: 1;
        order: 1;
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 320 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        padding: 0 calc(40 / 1920 * 100vw) calc(25 * 3 / 1920 * 100vw); } }
  .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 {
    object-fit: cover;
    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: calc(24 / 480 * 100vw); } }
    @media screen and (max-width: 480px) {
      .image_text_in_columns__content {
        font-size: calc(24 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .image_text_in_columns__content {
        font-size: calc(24 / 767 * 100vw);
        padding-right: calc(40 / 767 * 100vw);
        padding-bottom: calc(40 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .image_text_in_columns__content {
        font-size: calc(24 / 1920 * 100vw);
        padding-right: calc(40 / 1920 * 100vw);
        padding-bottom: calc(40 / 1920 * 100vw); } }
    .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: calc(24 / 480 * 100vw) 0; } }
      @media screen and (max-width: 480px) {
        .image_text_in_columns__content h3 {
          font-size: calc(32 / 320 * 100vw);
          margin: calc(24 / 320 * 100vw) 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .image_text_in_columns__content h3 {
          margin: calc(24 / 767 * 100vw) 0; } }
      @media screen and (min-width: 1024px) {
        .image_text_in_columns__content h3 {
          margin: calc(24 / 1920 * 100vw) 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: calc(14 / 1920 * 100vw); } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .image_text_in_columns__content strong {
          font-size: calc(14 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .image_text_in_columns__content strong {
          font-size: calc(14 / 480 * 100vw); } }
      @media screen and (max-width: 480px) {
        .image_text_in_columns__content strong {
          font-size: calc(14 / 320 * 100vw); } }

.main-title__wrapper {
  max-width: 100%; }
  @media screen and (min-width: 1024px) {
    .main-title__wrapper {
      margin: calc(115 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(90 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main-title__wrapper {
      margin: calc(100 / 767 * 100vw) calc(20 / 767 * 100vw) calc(90 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .main-title__wrapper {
      margin: calc(100 / 320 * 100vw) calc(20 / 320 * 100vw) calc(50 / 320 * 100vw); } }

.main-title__title {
  max-width: 100%;
  font-family: "Open Sans";
  font-size: calc(90 / 1920 * 100vw);
  line-height: 1.1;
  text-align: center;
  margin: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main-title__title {
      font-size: calc(64 * 2 / 1920 * 100vw); } }
  @media screen and (max-width: 767px) {
    .main-title__title {
      font-size: calc(32 / 480 * 100vw); } }
  @media screen and (max-width: 480px) {
    .main-title__title {
      font-size: calc(32 / 320 * 100vw); } }

.page-id-827 .main-title__wrapper {
  max-width: calc(1690 / 1920 * 100vw); }
  @media screen and (min-width: 1024px) {
    .page-id-827 .main-title__wrapper {
      margin: calc(190 / 1920 * 100vw) auto calc(30 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-id-827 .main-title__wrapper {
      max-width: 100%;
      margin: calc(100 / 767 * 100vw) auto calc(30 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .page-id-827 .main-title__wrapper {
      max-width: 100%;
      margin: calc(80 / 320 * 100vw) auto calc(30 / 320 * 100vw); } }

.page-id-827 .main-title__title {
  text-align: left;
  padding-left: calc(20 / 1920 * 100vw);
  padding-right: calc(20 / 1920 * 100vw); }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-id-827 .main-title__title {
      padding-left: calc(20 / 767 * 100vw);
      padding-right: calc(20 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .page-id-827 .main-title__title {
      padding-left: calc(20 / 480 * 100vw);
      padding-right: calc(20 / 480 * 100vw); } }
  @media screen and (max-width: 480px) {
    .page-id-827 .main-title__title {
      padding-left: calc(20 / 320 * 100vw);
      padding-right: calc(20 / 320 * 100vw); } }

.img-boxes-press {
  display: block; }
  .img-boxes-press__wrapper {
    width: 70.8vw;
    margin: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    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 {
        -webkit-flex-direction: column;
        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: calc(64 / 1920 * 100vw);
      line-height: 1.1;
      text-align: center;
      margin: calc(65 / 1920 * 100vw) auto calc(100 / 1920 * 100vw);
      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: calc(-4 / 1920 * 100vw);
        width: 100%;
        height: calc(5 / 1920 * 100vw); }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .img-boxes-press .section__header h3::after {
            height: calc(5 / 767 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-press .section__header h3::after {
            height: calc(3 / 320 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-press .section__header h3 {
          margin: calc(40 / 320 * 100vw) auto calc(40 / 320 * 100vw); } }
      @media screen and (max-width: 480px) {
        .img-boxes-press .section__header h3 {
          font-size: calc(32 / 320 * 100vw); } }
  .img-boxes-press .s-box {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: calc(5 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .img-boxes-press .s-box {
        padding: calc(5 / 767 * 100vw);
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media screen and (max-width: 767px) {
      .img-boxes-press .s-box {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: calc(5 / 320 * 100vw) 0; } }
    .img-boxes-press .s-box__wrapper {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      padding: calc(40 / 1920 * 100vw) calc(21.5 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .img-boxes-press .s-box__wrapper {
          padding: calc(27 * 2 / 1920 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-press .s-box__wrapper {
          padding: calc(27 * 3 / 1920 * 100vw); } }
      .img-boxes-press .s-box__wrapper .category {
        text-transform: uppercase;
        margin: 0;
        letter-spacing: calc(1.48 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-press .s-box__wrapper .category {
            top: calc(13 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-press .s-box__wrapper .category {
            top: calc(13 * 4 / 1920 * 100vw);
            letter-spacing: calc(1.48 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(14 * 4 / 1920 * 100vw); } }
      .img-boxes-press .s-box__wrapper .title {
        text-transform: uppercase;
        margin: 0;
        line-height: calc(42 / 1920 * 100vw);
        font-weight: 600;
        letter-spacing: calc(1 / 1920 * 100vw);
        padding: calc(20 / 1920 * 100vw) 0 calc(35 / 1920 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .img-boxes-press .s-box__wrapper .title {
            line-height: calc(42 * 2 / 1920 * 100vw);
            letter-spacing: calc(1 * 2 / 1920 * 100vw);
            padding: calc(20 * 2 / 1920 * 100vw) 0 calc(35 * 2 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-press .s-box__wrapper .title {
            line-height: calc(42 * 3 / 1920 * 100vw);
            letter-spacing: calc(1 * 3 / 1920 * 100vw);
            padding: calc(20 * 3 / 1920 * 100vw) 0 calc(35 * 3 / 1920 * 100vw);
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(32 * 3 / 1920 * 100vw); } }
      .img-boxes-press .s-box__wrapper .link {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(18 / 1920 * 100vw);
        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: calc(18 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-press .s-box__wrapper .link {
            font-family: "Open Sans";
            color: var(--theme-color-alpha);
            font-size: calc(18 * 4 / 1920 * 100vw); } }
        .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: calc(75 / 1920 * 100vw) 0;
    max-width: calc(1700 / 1920 * 100vw);
    margin: 0 auto; }
    .img-boxes-press__link-wrapper .link {
      min-width: 16%; }

.faculty-grid {
  overflow: hidden;
  max-width: calc(1690 / 1920 * 100vw); }
  @media screen and (min-width: 1024px) {
    .faculty-grid {
      margin-bottom: calc(125 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .faculty-grid {
      max-width: 100%;
      margin-bottom: calc(100 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .faculty-grid {
      max-width: 100%;
      margin-bottom: calc(60 / 320 * 100vw);
      padding-top: 0; } }
  .faculty-grid__img {
    width: 100%; }
  .faculty-grid .s-box__img {
    width: 100%; }
  .faculty-grid__grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-7 / 1920 * 100vw);
    margin-right: calc(-7 / 1920 * 100vw); }
    @media screen and (max-width: 767px) {
      .faculty-grid__grid {
        margin-bottom: calc(50 / 320 * 100vw); } }
    .faculty-grid__grid .sliderPeople__body-item {
      width: calc(25% - calc(7 * 2 / 1920 * 100vw));
      max-width: calc(25% - calc(6.9 * 2 / 1920 * 100vw));
      margin: 0 calc(7 / 1920 * 100vw) calc(100 / 1920 * 100vw);
      float: left; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .faculty-grid__grid .sliderPeople__body-item {
          width: calc(33.33% - calc(7 * 2 / 767 * 100vw));
          max-width: calc(33.33% - calc(6.9 * 2 / 767 * 100vw));
          margin: 0 calc(7 / 767 * 100vw) calc(100 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .faculty-grid__grid .sliderPeople__body-item {
          margin: 0 0 calc(70 / 320 * 100vw);
          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: calc(14 / 1920 * 100vw);
        letter-spacing: calc(1.5 / 1920 * 100vw);
        line-height: calc(36 / 1920 * 100vw);
        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: calc(14 * 2 / 1920 * 100vw);
            letter-spacing: calc(1.5 * 2 / 1920 * 100vw);
            line-height: calc(36 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .faculty-grid__grid .sliderPeople__body-item .role {
            font-family: "Open Sans";
            color: var(--theme-color-bravo);
            font-size: calc(14 * 3 / 1920 * 100vw);
            letter-spacing: calc(1.5 * 3 / 1920 * 100vw);
            line-height: calc(36 * 3 / 1920 * 100vw); } }
      .faculty-grid__grid .sliderPeople__body-item .details {
        margin: 0 calc(28 / 1920 * 100vw);
        padding: calc(23.75 / 1920 * 100vw);
        margin-top: calc(-60 / 1920 * 100vw);
        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 calc(28 * 2 / 1920 * 100vw);
            padding: calc(23.75 * 2 / 1920 * 100vw) calc(1.5 / 1920 * 100vw) 0;
            margin-top: calc(-90 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .faculty-grid__grid .sliderPeople__body-item .details {
            margin: 0 calc(28 * 3 / 1920 * 100vw);
            padding: calc(23.75 * 3 / 1920 * 100vw) calc(1.5 / 1920 * 100vw) 0;
            margin-top: calc(-90 * 3 / 1920 * 100vw); } }
        .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: calc(32 / 1920 * 100vw);
          letter-spacing: calc(1 / 1920 * 100vw); }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .faculty-grid__grid .sliderPeople__body-item .details .name {
              font-size: calc(32 * 2 / 1920 * 100vw);
              letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .faculty-grid__grid .sliderPeople__body-item .details .name {
              font-size: calc(32 * 3 / 1920 * 100vw);
              letter-spacing: calc(1 * 3 / 1920 * 100vw); } }
        .faculty-grid__grid .sliderPeople__body-item .details .position {
          font-family: "Khula";
          font-size: calc(28 / 1920 * 100vw);
          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: calc(32 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .faculty-grid__grid .sliderPeople__body-item .details .position {
              font-size: calc(32 * 3 / 1920 * 100vw); } }
    .faculty-grid__grid.cols-3 {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .faculty-grid__grid.cols-3 .sliderPeople__body-item {
        position: relative;
        width: calc(50% - calc(7 * 2 / 1920 * 100vw));
        max-width: calc(50% - calc(6.9 * 2 / 1920 * 100vw));
        margin: 0 calc(7 / 1920 * 100vw) calc(40 / 1920 * 100vw);
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        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 calc(40 / 320 * 100vw); } }
        .faculty-grid__grid.cols-3 .sliderPeople__body-item .s-box__img {
          -webkit-flex: 0 0 26%;
          flex: 0 0 26%;
          max-width: 26%;
          padding-right: calc(35 / 1920 * 100vw); }
          @media screen and (max-width: 767px) {
            .faculty-grid__grid.cols-3 .sliderPeople__body-item .s-box__img {
              -webkit-flex: 0 0 35%;
              flex: 0 0 35%;
              max-width: 35%;
              padding-right: calc(10 / 320 * 100vw); } }
        .faculty-grid__grid.cols-3 .sliderPeople__body-item .role {
          width: 74%;
          background: transparent;
          font-weight: 800;
          text-align: left;
          position: absolute;
          top: calc(37 / 1920 * 100vw);
          right: 0;
          font-family: "Open Sans";
          color: var(--theme-color-alpha);
          font-size: calc(14 / 1920 * 100vw); }
          @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: calc(14 * 2 / 1920 * 100vw); } }
          @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: calc(14 * 3 / 1920 * 100vw); } }
        .faculty-grid__grid.cols-3 .sliderPeople__body-item .details {
          -webkit-flex: 0 0 74%;
          flex: 0 0 74%;
          max-width: 74%;
          margin: 0;
          padding: calc(80 / 1920 * 100vw) 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 calc(28 / 767 * 100vw);
              padding: calc(60 / 767 * 100vw) 0 0; } }
          @media screen and (max-width: 767px) {
            .faculty-grid__grid.cols-3 .sliderPeople__body-item .details {
              margin: 0 0 calc(28 / 320 * 100vw);
              padding: calc(25 / 320 * 100vw) 0 0;
              -webkit-flex: 0 0 65%;
              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: calc(64 / 1920 * 100vw);
            line-height: calc(70 / 1920 * 100vw);
            font-weight: 400; }
            @media screen and (max-width: 1023px) {
              .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .name {
                font-size: calc(32 / 767 * 100vw);
                line-height: calc(36 / 767 * 100vw); } }
            @media screen and (max-width: 767px) {
              .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .name {
                font-size: calc(26 / 320 * 100vw);
                line-height: calc(30 / 320 * 100vw); } }
          .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .position {
            text-align: left;
            padding: calc(16 / 1920 * 100vw) 0 0 0; }
            @media screen and (max-width: 1023px) {
              .faculty-grid__grid.cols-3 .sliderPeople__body-item .details .position {
                padding: calc(16 / 767 * 100vw) 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: calc(60 / 320 * 100vw); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section_images_in_columns {
    margin-bottom: calc(100 / 767 * 100vw); } }

@media screen and (min-width: 1024px) {
  .section_images_in_columns {
    margin-bottom: calc(138 / 1920 * 100vw); } }

.section_images_in_columns .container--images_in_columns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  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: calc(60 / 320 * 100vw) 0 calc(30 / 320 * 100vw); } }

@media screen and (max-width: 1023px) {
  .breadcrumbs-module {
    margin: calc(100 / 767 * 100vw) 0 calc(40 / 767 * 100vw);
    padding: 0 20px 0 20px; } }

@media screen and (min-width: 1024px) {
  .breadcrumbs-module {
    margin: calc(130 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
    padding: 0 0 0 calc(50 / 1920 * 100vw); } }

.breadcrumbs-module__link {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: calc(1.48 / 1920 * 100vw);
  position: relative;
  padding-right: calc(40 / 1920 * 100vw);
  font-family: "Open Sans";
  font-weight: 700;
  font-size: calc(14 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .breadcrumbs-module__link {
      letter-spacing: calc(1.48 / 767 * 100vw);
      padding-right: calc(30 * 2 / 1920 * 100vw);
      font-size: calc(14 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .breadcrumbs-module__link {
      letter-spacing: calc(0.5 / 320 * 100vw);
      padding-right: calc(30 * 3 / 1920 * 100vw);
      font-size: calc(14 / 320 * 100vw); } }
  @media screen and (max-width: 480px) {
    .breadcrumbs-module__link {
      font-size: calc(14 / 480 * 100vw); } }
  .breadcrumbs-module__link::after {
    position: absolute;
    top: 0;
    content: "/"; }
    @media screen and (max-width: 767px) {
      .breadcrumbs-module__link::after {
        right: calc(2 / 320 * 100vw); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .breadcrumbs-module__link::after {
        right: calc(7 / 767 * 100vw); } }
    @media screen and (min-width: 1024px) {
      .breadcrumbs-module__link::after {
        right: calc(13 / 1920 * 100vw); } }
  .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: calc(9 / 320 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .dashicons-admin-home {
      font-size: calc(16 / 767 * 100vw); } }
  @media screen and (min-width: 1024px) {
    .dashicons-admin-home {
      font-size: 1.1rem;
      letter-spacing: calc(1 / 1920 * 100vw); } }

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

.title-logos {
  overflow: hidden;
  background-color: var(--theme-color-light-grey); }
  .title-logos__wrapper {
    width: 82.4vw;
    margin: calc(140 / 1920 * 100vw) auto calc(200 / 1920 * 100vw);
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .title-logos__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: calc(70 / 767 * 100vw) auto calc(130 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .title-logos__wrapper {
        margin: calc(40 / 320 * 100vw) auto calc(70 / 320 * 100vw); } }
  .title-logos__title {
    -webkit-flex: 0 0 35%;
    flex: 0 0 35%;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(64 / 1920 * 100vw);
    font-weight: 500;
    margin: 0;
    padding: 0 calc(20 / 1920 * 100vw) 0 0;
    line-height: calc(70 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .title-logos__title {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(64 * 1.5 / 1920 * 100vw);
        line-height: calc(70 * 1.5 / 1920 * 100vw);
        padding: 0 0 calc(30 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .title-logos__title {
        padding: 0 0 calc(30 / 320 * 100vw) 0;
        line-height: calc(30 / 320 * 100vw);
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(64 * 2 / 1920 * 100vw);
        line-height: calc(70 * 2 / 1920 * 100vw); } }
  .title-logos__logos {
    -webkit-flex: 0 0 65%;
    flex: 0 0 65%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .title-logos__logos .logo-wrapper {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      padding: calc(20 / 1920 * 100vw);
      height: calc(127 / 1920 * 100vw); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .title-logos__logos .logo-wrapper {
          height: calc(100 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .title-logos__logos .logo-wrapper {
          height: calc(70 / 320 * 100vw);
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0 0 calc(30 / 320 * 100vw); } }
      .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:not(.bg)__cols-wrapper .text-col__content {
      font-family: "Open Sans";
      font-size: calc(20 / 1920 * 100vw);
      line-height: calc(30 / 1920 * 100vw); }
  .columns-3-bg.bg {
    color: var(--theme-color-bravo); }
    .columns-3-bg.bg img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      z-index: -1;
      font-family: "object-fit: cover; object-position: 50% 50%"; }
    .columns-3-bg.bg__cols-wrapper .text-col__content {
      font-family: "Open Sans";
      font-size: calc(30 / 1920 * 100vw);
      line-height: calc(40 / 1920 * 100vw); }
  .columns-3-bg__wrapper {
    width: 82.4vw;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .columns-3-bg__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: calc(70 / 767 * 100vw) auto calc(130 / 767 * 100vw); } }
    @media screen and (max-width: 767px) {
      .columns-3-bg__wrapper {
        margin: calc(40 / 320 * 100vw) auto calc(70 / 320 * 100vw); } }
  .columns-3-bg__title {
    font-weight: 500;
    margin: 0;
    padding: 0 0 calc(80 / 1920 * 100vw); }
    @media screen and (max-width: 1023px) {
      .columns-3-bg__title {
        padding: 0 0 calc(70 / 767 * 100vw);
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .columns-3-bg__title {
        padding: 0 0 calc(50 / 320 * 100vw); } }
    .columns-3-bg__title.small {
      font-family: "Open Sans";
      font-weight: 700;
      font-size: calc(14 / 1920 * 100vw);
      line-height: 1.1;
      text-transform: uppercase;
      margin: 0 calc(30 / 1920 * 100vw);
      letter-spacing: calc(3 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .columns-3-bg__title.small {
          font-size: calc(14 / 767 * 100vw);
          margin: 0;
          letter-spacing: calc(3 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .columns-3-bg__title.small {
          font-size: calc(14 / 320 * 100vw);
          letter-spacing: calc(3 / 320 * 100vw); } }
    .columns-3-bg__title:not(.small) {
      font-family: "Open Sans";
      font-size: calc(64 / 1920 * 100vw);
      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: calc(64 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .columns-3-bg__title:not(.small) {
          font-size: calc(32 / 320 * 100vw); } }
  .columns-3-bg__cols-wrapper {
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .columns-3-bg__cols-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    .columns-3-bg__cols-wrapper .text-col {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      padding: 0 calc(30 / 1920 * 100vw); }
      @media screen and (max-width: 1023px) {
        .columns-3-bg__cols-wrapper .text-col {
          padding: 0 0 calc(50 / 767 * 100vw);
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .columns-3-bg__cols-wrapper .text-col {
          padding: 0 0 calc(40 / 320 * 100vw);
          font-size: calc(14 / 320 * 100vw); } }
      .columns-3-bg__cols-wrapper .text-col__headline {
        font-family: "Open Sans";
        font-weight: 700;
        margin: 0;
        padding: 0 0 calc(30 / 1920 * 100vw);
        font-size: calc(14 / 1920 * 100vw);
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: calc(1.48 / 1920 * 100vw); }
        @media screen and (max-width: 1023px) {
          .columns-3-bg__cols-wrapper .text-col__headline {
            padding: 0 0 calc(20 / 767 * 100vw);
            font-size: calc(14 / 767 * 100vw);
            letter-spacing: calc(1.48 / 767 * 100vw); } }
        @media screen and (max-width: 767px) {
          .columns-3-bg__cols-wrapper .text-col__headline {
            padding: 0 0 calc(20 / 320 * 100vw);
            font-size: calc(14 / 320 * 100vw); } }
      .columns-3-bg__cols-wrapper .text-col__title {
        font-family: "Open Sans";
        font-weight: 500;
        margin: 0;
        padding: 0 0 calc(15 / 1920 * 100vw) 0;
        font-size: calc(45 / 1920 * 100vw);
        line-height: 1.1; }
        @media screen and (max-width: 1023px) {
          .columns-3-bg__cols-wrapper .text-col__title {
            padding: 0 0 calc(15 / 767 * 100vw) 0;
            font-size: calc(45 / 767 * 100vw); } }
        @media screen and (max-width: 767px) {
          .columns-3-bg__cols-wrapper .text-col__title {
            padding: 0 0 calc(5 / 320 * 100vw) 0;
            font-size: calc(25 / 320 * 100vw); } }
      @media screen and (max-width: 1023px) {
        .columns-3-bg__cols-wrapper .text-col__content {
          font-size: calc(24 / 767 * 100vw);
          line-height: calc(30 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .columns-3-bg__cols-wrapper .text-col__content {
          font-size: calc(14 / 320 * 100vw);
          line-height: calc(30 / 320 * 100vw); } }
      .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: calc(40 / 1920 * 100vw) auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .img-boxes-exhibition__wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .img-boxes-exhibition__wrapper .s-box {
      -webkit-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      padding: calc(30 / 1920 * 100vw) calc(15 / 1920 * 100vw); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .img-boxes-exhibition__wrapper .s-box {
          padding: calc(20 / 767 * 100vw) calc(10 / 767 * 100vw); } }
      @media screen and (max-width: 767px) {
        .img-boxes-exhibition__wrapper .s-box {
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0 0 calc(25 / 320 * 100vw);
          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%;
        object-fit: cover;
        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%;
        object-fit: cover;
        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 calc(42 / 1920 * 100vw);
        padding-bottom: 30%; }
        @media screen and (max-width: 1023px) {
          .img-boxes-exhibition__wrapper .s-box__photo-content {
            padding: 0 calc(30 / 1920 * 100vw) 30%; } }
        @media screen and (max-width: 767px) {
          .img-boxes-exhibition__wrapper .s-box__photo-content {
            padding: 0 calc(42 * 2 / 1920 * 100vw) 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: calc(32 / 1920 * 100vw);
        background: #fff;
        width: 66%;
        margin: calc(40 / 1920 * 100vw) auto;
        position: absolute;
        z-index: 1;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-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: calc(25 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .img-boxes-exhibition__wrapper .s-box__content {
            bottom: 0;
            padding: calc(30 * 2 / 1920 * 100vw);
            margin: calc(20 / 320 * 100vw) 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: calc(18 / 1920 * 100vw);
          margin: 0;
          text-transform: uppercase;
          letter-spacing: calc(3 / 1920 * 100vw); }
          @media screen and (max-width: 1023px) {
            .img-boxes-exhibition__wrapper .s-box__content .course,
            .img-boxes-exhibition__wrapper .s-box__content .yearbook {
              font-size: calc(18 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-exhibition__wrapper .s-box__content .course,
            .img-boxes-exhibition__wrapper .s-box__content .yearbook {
              font-size: calc(18 * 3 / 1920 * 100vw);
              letter-spacing: calc(1.48 * 2 / 1920 * 100vw); } }
        .img-boxes-exhibition__wrapper .s-box__content .title {
          text-transform: uppercase;
          text-align: center;
          font-family: "Open Sans";
          font-weight: 700;
          font-size: calc(30 / 1920 * 100vw);
          margin: calc(3 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
          line-height: calc(42 / 1920 * 100vw);
          letter-spacing: calc(1 / 1920 * 100vw); }
          @media screen and (max-width: 1023px) {
            .img-boxes-exhibition__wrapper .s-box__content .title {
              font-size: calc(60 / 1920 * 100vw);
              margin: calc(3 * 2 / 1920 * 100vw) 0 calc(7 * 2 / 1920 * 100vw);
              line-height: calc(25 / 767 * 100vw);
              letter-spacing: calc(1 * 2 / 1920 * 100vw); } }
          @media screen and (max-width: 767px) {
            .img-boxes-exhibition__wrapper .s-box__content .title {
              font-size: calc(90 / 1920 * 100vw);
              margin: calc(3 * 3 / 1920 * 100vw) 0 calc(7 * 3 / 1920 * 100vw);
              line-height: calc(42 * 3 / 1920 * 100vw);
              letter-spacing: calc(1 * 3 / 1920 * 100vw); } }

.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: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  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%;
    object-fit: cover; }
  .gallery__image:hover .gallery__caption {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 0;
  z-index: 5;
  color: #FFFFFF;
  font-family: "Open Sans";
  text-align: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  line-height: 1.25;
  padding: 50px; }
  @media screen and (min-width: 1024px) {
    .gallery__caption {
      font-size: calc(24 / 1920 * 100vw); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .gallery__caption {
      font-size: calc(24 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .gallery__caption {
      font-size: calc(16 / 320 * 100vw);
      padding: 20px; } }

.multiple-columns-table {
  position: relative;
  margin-bottom: calc(75 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .multiple-columns-table {
      margin: 0 0 calc(100 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .multiple-columns-table {
      margin: 0 0 calc(60 / 320 * 100vw); } }
  .multiple-columns-table:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: calc(6 / 1920 * 100vw);
    width: 100%;
    display: block;
    background: var(--theme-color-alpha); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .multiple-columns-table:before {
        height: calc(6 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table:before {
        height: calc(6 * 3 / 1920 * 100vw); } }
  .multiple-columns-table .table-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .multiple-columns-table .table-section__row {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      position: relative;
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 1023px) {
        .multiple-columns-table .table-section__row {
          -webkit-flex-direction: column;
          flex-direction: column;
          padding: calc(25 / 767 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        .multiple-columns-table .table-section__row {
          padding: calc(25 / 320 * 100vw) 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: calc(6 / 1920 * 100vw);
        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: calc(6 * 2 / 1920 * 100vw); } }
        @media screen and (max-width: 767px) {
          .multiple-columns-table .table-section__row:before {
            height: calc(6 * 3 / 1920 * 100vw); } }
      .multiple-columns-table .table-section__row--header {
        margin-bottom: calc(25 / 1920 * 100vw); }
        @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: calc(14 / 1920 * 100vw);
          letter-spacing: calc(3 / 1920 * 100vw);
          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: calc(14 / 767 * 100vw);
              letter-spacing: calc(6 / 1920 * 100vw); } }
          @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: calc(14 / 320 * 100vw);
              letter-spacing: calc(12 / 1920 * 100vw); } }
      .multiple-columns-table .table-section__row .hedline-mobile {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 1920 * 100vw);
        letter-spacing: calc(3 / 1920 * 100vw);
        line-height: 1.5;
        text-transform: uppercase;
        margin-bottom: calc(25 / 1920 * 100vw); }
        @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: calc(14 / 767 * 100vw);
            letter-spacing: calc(6 / 1920 * 100vw);
            margin-bottom: calc(25 * 2/ 1920 * 100vw); } }
        @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: calc(14 / 320 * 100vw);
            letter-spacing: calc(12 / 1920 * 100vw);
            margin-bottom: calc(25 * 3/ 1920 * 100vw); } }
  .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 {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 0; } }
  .multiple-columns-table .t-col--2 {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw);
    margin: calc(20 / 1920 * 100vw) 0; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table .t-col--2 {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 2 / 1920 * 100vw);
        line-height: calc(40 * 2 / 1920 * 100vw);
        margin: calc(20 * 2 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table .t-col--2 {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw);
        margin: calc(20 * 3 / 1920 * 100vw) 0; } }
  .multiple-columns-table .t-col--1, .multiple-columns-table .t-col--3 {
    font-family: "Open Sans";
    font-size: calc(30 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw);
    margin: calc(20 / 1920 * 100vw) 0; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table .t-col--1, .multiple-columns-table .t-col--3 {
        font-size: calc(60 / 1920 * 100vw);
        line-height: calc(30 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table .t-col--1, .multiple-columns-table .t-col--3 {
        font-size: calc(90 / 1920 * 100vw);
        line-height: calc(30 * 3 / 1920 * 100vw); } }
  .multiple-columns-table--2 .t-col--1 {
    -webkit-flex: 0 0 calc(33.33%);
    flex: 0 0 calc(33.33%);
    padding: 0 3.6% 0 0; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table--2 .t-col--1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto; } }
  .multiple-columns-table--2 .t-col--2 {
    -webkit-flex: 0 0 66.66%;
    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 {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3.6%; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table--3 .t-col {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0; } }
    .multiple-columns-table--3 .t-col--1 {
      -webkit-flex: 0 0 calc(33.33%);
      flex: 0 0 calc(33.33%);
      padding: 0 3.6% 0 0; }
      @media screen and (max-width: 1023px) {
        .multiple-columns-table--3 .t-col--1 {
          padding: calc(25 / 767 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        .multiple-columns-table--3 .t-col--1 {
          padding: calc(25 / 320 * 100vw) 0 0; } }
    .multiple-columns-table--3 .t-col--3 {
      -webkit-flex: 0 0 calc(33.33%);
      flex: 0 0 calc(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: calc(14 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw);
    padding: calc(37 / 1920 * 100vw) 0 calc(25 / 1920 * 100vw);
    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: calc(14 / 767 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw);
        padding: calc(37 * 2 / 1920 * 100vw) 0 calc(25 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table .headline {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 320 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        padding: calc(37 * 3 / 1920 * 100vw) 0 calc(25 * 3 / 1920 * 100vw); } }
    .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: calc(3 / 1920 * 100vw) solid var(--theme-color-alpha);
    transition: all 0.25s ease-in-out; }
    @media screen and (min-width: 1024px) {
      .multiple-columns-table .button {
        padding: calc(26 / 1920 * 100vw) calc(26 / 1920 * 100vw) calc(19 / 1920 * 100vw);
        font-size: calc(24 / 1920 * 100vw); } }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table .button {
        border: calc(3 / 767 * 100vw) solid var(--theme-color-alpha);
        padding: calc(52 / 1920 * 100vw) calc(52 / 1920 * 100vw) calc(38 / 1920 * 100vw);
        font-size: calc(48 / 1920 * 100vw); } }
    @media screen and (max-width: 480px) {
      .multiple-columns-table .button {
        padding: calc(104 / 1920 * 100vw) calc(104 / 1920 * 100vw) calc(76 / 1920 * 100vw);
        font-size: calc(96 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table .button {
        border-width: calc(2 / 320 * 100vw); } }
    .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: calc(24 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw);
    margin: calc(20 / 1920 * 100vw) 0; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 2 / 1920 * 100vw);
        line-height: calc(40 * 2 / 1920 * 100vw);
        margin: calc(20 * 2 / 1920 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table .description {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw);
        margin: calc(20 * 3 / 1920 * 100vw) 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: calc(20 / 1920 * 100vw); }
      @media screen and (max-width: 767px) {
        .multiple-columns-table .description a {
          padding-bottom: calc(20 * 3 / 1920 * 100vw); } }
  .multiple-columns-table .row_for_cols {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .multiple-columns-table .cols:first-child {
    padding: 0; }
  @media screen and (max-width: 1023px) {
    .multiple-columns-table .cols {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: calc(25 / 767 * 100vw) 0; } }
  @media screen and (max-width: 767px) {
    .multiple-columns-table .cols {
      padding: calc(25 / 320 * 100vw) 0 0; } }
  @media screen and (max-width: 1023px) {
    .multiple-columns-table .cols--btn {
      padding-top: 0; } }
  .multiple-columns-table--1 .cols {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .multiple-columns-table--2 .cols:first-child {
    -webkit-flex: 0 0 calc(33.33%);
    flex: 0 0 calc(33.33%);
    padding: 0 3.6% 0 0; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table--2 .cols:first-child {
        padding: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table--2 .cols:first-child {
        padding: calc(25 / 320 * 100vw) 0 0; } }
  .multiple-columns-table--2 .cols:last-child {
    -webkit-flex: 0 0 66.66%;
    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: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table--2 .cols:last-child {
        padding: calc(25 / 320 * 100vw) 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 {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3.6%; }
    @media screen and (max-width: 1023px) {
      .multiple-columns-table--3 .cols {
        padding: calc(25 / 767 * 100vw) 0; } }
    @media screen and (max-width: 767px) {
      .multiple-columns-table--3 .cols {
        padding: calc(25 / 320 * 100vw) 0 0; } }
    .multiple-columns-table--3 .cols:first-child {
      -webkit-flex: 0 0 calc(33.33%);
      flex: 0 0 calc(33.33%);
      padding: 0 3.6% 0 0; }
      @media screen and (max-width: 1023px) {
        .multiple-columns-table--3 .cols:first-child {
          padding: calc(25 / 767 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        .multiple-columns-table--3 .cols:first-child {
          padding: calc(25 / 320 * 100vw) 0 0; } }
    .multiple-columns-table--3 .cols:last-child {
      -webkit-flex: 0 0 calc(33.33%);
      flex: 0 0 calc(33.33%);
      padding: 0 0 0 3.6%; }
      @media screen and (max-width: 1023px) {
        .multiple-columns-table--3 .cols:last-child {
          padding: calc(25 / 767 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        .multiple-columns-table--3 .cols:last-child {
          padding: calc(25 / 320 * 100vw) 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: calc(175 / 1920 * 100vw); }
  @media screen and (max-width: 1023px) {
    .text-slider-ir {
      margin: 0 0 calc(100 / 767 * 100vw); } }
  @media screen and (max-width: 767px) {
    .text-slider-ir {
      margin: 0 0 calc(60 / 320 * 100vw); } }
  .text-slider-ir:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: calc(6 / 1920 * 100vw);
    width: 100%;
    display: block;
    background: var(--theme-color-alpha); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .text-slider-ir:before {
        height: calc(6 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .text-slider-ir:before {
        height: calc(6 * 3 / 1920 * 100vw); } }
  .text-slider-ir .row_for_cols {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .text-slider-ir .row_for_cols {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .text-slider-ir .headline {
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(14 / 1920 * 100vw);
    letter-spacing: calc(3 / 1920 * 100vw);
    padding: calc(37 / 1920 * 100vw) 0 calc(25 / 1920 * 100vw);
    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: calc(14 / 767 * 100vw);
        letter-spacing: calc(6 / 1920 * 100vw);
        padding: calc(37 * 2 / 1920 * 100vw) 0 calc(25 * 2 / 1920 * 100vw); } }
    @media screen and (max-width: 767px) {
      .text-slider-ir .headline {
        font-family: "Open Sans";
        color: var(--theme-color-alpha);
        font-size: calc(14 / 320 * 100vw);
        letter-spacing: calc(12 / 1920 * 100vw);
        padding: calc(37 * 3 / 1920 * 100vw) 0 calc(25 * 3 / 1920 * 100vw); } }
  .text-slider-ir .description,
  .text-slider-ir .caption {
    max-width: 100%;
    font-family: "Open Sans";
    color: var(--theme-color-alpha);
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw);
    margin: calc(20 / 1920 * 100vw) 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: calc(32 * 2 / 1920 * 100vw);
        line-height: calc(40 * 2 / 1920 * 100vw);
        margin: calc(20 * 2 / 1920 * 100vw) 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: calc(32 * 3 / 1920 * 100vw);
        line-height: calc(40 * 3 / 1920 * 100vw);
        margin: calc(20 * 3 / 1920 * 100vw) 0; } }
  @media screen and (max-width: 1023px) {
    .text-slider-ir .cols {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: calc(25 / 767 * 100vw) 0; } }
  @media screen and (max-width: 767px) {
    .text-slider-ir .cols {
      padding: calc(25 / 320 * 100vw) 0 0; } }
  .text-slider-ir .cols:first-child {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3.6% 0 0; }
    @media screen and (max-width: 1023px) {
      .text-slider-ir .cols:first-child {
        padding: calc(20 / 767 * 100vw) 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .text-slider-ir .cols:last-child {
    -webkit-flex: 0 0 66.66%;
    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: calc(20 / 767 * 100vw) 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .text-slider-ir .cols:last-child {
        padding: calc(25 / 320 * 100vw) 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%;
        object-fit: cover;
        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: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 100px; }
      @media screen and (max-width: 1023px) {
        .text-slider-ir .slider-inside-col__slider-navigation {
          width: 100%;
          -webkit-justify-content: center;
          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: calc(56 / 1920 * 100vw);
            width: calc(63 / 1920 * 100vw); } }
        @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: calc(112 / 1920 * 100vw);
            width: calc(126 / 1920 * 100vw); } }
        @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: calc(224 / 1920 * 100vw);
            width: calc(252 / 1920 * 100vw); } }
      .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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 1024px) {
          .text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
            border-width: calc(9.5 / 1920 * 100vw) calc(19 / 1920 * 100vw) calc(9.5 / 1920 * 100vw) 0; } }
        @media screen and (max-width: 1023px) {
          .text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
            border-width: calc(18.4 / 1920 * 100vw) calc(38 / 1920 * 100vw) calc(18.4 / 1920 * 100vw) 0; } }
        @media screen and (max-width: 480px) {
          .text-slider-ir .slider-inside-col__slider-navigation .button-prev::before {
            border-width: calc(36.8 / 1920 * 100vw) calc(76 / 1920 * 100vw) calc(36.8 / 1920 * 100vw) 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%;
        -webkit-transform: translate(-50%, -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.49479vw 0 0.49479vw calc(19 / 1920 * 100vw); } }
        @media screen and (max-width: 1023px) {
          .text-slider-ir .slider-inside-col__slider-navigation .button-next::before {
            border-width: 0.95833vw 0 0.95833vw calc(38 / 1920 * 100vw); } }
        @media screen and (max-width: 480px) {
          .text-slider-ir .slider-inside-col__slider-navigation .button-next::before {
            border-width: 1.91667vw 0 1.91667vw calc(76 / 1920 * 100vw); } }

.prefooter {
  background: var(--theme-color-delta);
  width: 100%;
  padding: calc(110 / 1920 * 100vw) calc(50 / 1920 * 100vw); }
  .prefooter__title {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-size: calc(90 / 1920 * 100vw);
    font-weight: 700;
    text-align: center;
    color: var(--theme-color-bravo);
    padding: calc(25 / 1920 * 100vw) 0;
    margin-bottom: calc(100 / 1920 * 100vw);
    border-top: calc(15 / 1920 * 100vw) var(--theme-color-bravo) solid;
    border-bottom: calc(15 / 1920 * 100vw) var(--theme-color-bravo) solid; }
  .prefooter__buttons {
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: calc(100 / 1920 * 100vw); }
    .prefooter__buttons a {
      text-transform: uppercase;
      background: var(--theme-color-alpha);
      color: var(--theme-color-bravo);
      font-family: 'Open Sans';
      font-size: calc(56 / 1920 * 100vw);
      font-weight: 700;
      letter-spacing: calc(5 / 1920 * 100vw);
      width: 100%;
      margin-bottom: calc(20 / 1920 * 100vw);
      padding: calc(56 / 1920 * 100vw) 0; }
      .prefooter__buttons a:hover {
        background: var(--theme-color-bravo);
        color: var(--theme-color-alpha); }
    @media screen and (min-width: 1024px) {
      .prefooter__buttons {
        display: -webkit-flex;
        display: flex; }
        .prefooter__buttons a {
          font-size: calc(28 / 1920 * 100vw);
          width: 32%;
          margin-bottom: 0;
          padding: calc(28 / 1920 * 100vw) 0; } }
  .prefooter__contact {
    font-family: 'Open Sans';
    color: var(--theme-color-bravo);
    text-transform: uppercase;
    font-size: calc(40 / 1920 * 100vw);
    font-weight: 700;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0 auto; }
    .prefooter__contact li {
      letter-spacing: calc(2 / 1920 * 100vw);
      padding: 0 calc(5 / 1920 * 100vw); }
    @media screen and (min-width: 1024px) {
      .prefooter__contact {
        display: -webkit-flex;
        display: flex;
        font-size: calc(20 / 1920 * 100vw); }
        .prefooter__contact li::after {
          content: '|';
          padding-left: calc(10 / 1920 * 100vw); }
        .prefooter__contact li:last-of-type::after {
          content: ''; } }

body.admin-bar #wpadminbar {
  position: fixed; }

body.admin-bar .header .searchform {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px); }
  @media screen and (max-width: 782px) {
    body.admin-bar .header .searchform {
      -webkit-transform: translateY(-46px);
      transform: translateY(-46px); } }

body.admin-bar #search_menu:checked ~ .header .searchform {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

body.admin-bar #search_menu:checked ~ .header .menu--main > .menu-item-has-children > .sub-menu {
  top: calc(410 / 1920 * 100vw + 32px); }

@media screen and (min-width: 1024px) {
  body.admin-bar .main__navigation {
    top: calc(32px + 150 / 1920 * 100vw);
    max-height: calc(100vh - 100px - 10px - 32px); } }

body.admin-bar .modal {
  z-index: 100000; }

body.admin-bar .breadcrumbsBar {
  top: calc(32px + 100 / 1920 * 100vw); }
