@charset "UTF-8";
/*!
 * Website stylesheet
 * made THRU THE HEART
 * by EN GARDE
 */
@font-face {
  font-family: icons;
  src: url("../../assets/fonts/icons.eot?v=19338");
  src: url("../../assets/fonts/icons.eot?v=19338") format("embedded-opentype"), url("../../assets/fonts/icons.woff2?v=19338") format("woff2"), url("../../assets/fonts/icons.woff?v=19338") format("woff"), url("../../assets/fonts/icons.ttf?v=19338") format("truetype");
}

@font-face {
  font-family: Maga;
  src: url("../../assets/fonts/maga-book.eot?v=1");
  src: local("Maga Book"), local("Maga-Book"), url("../../assets/fonts/maga-book.eot?v=1") format("embedded-opentype"), url("../../assets/fonts/maga-book.woff2?v=1") format("woff2"), url("../../assets/fonts/maga-book.woff?v=1") format("woff"), url("../../assets/fonts/maga-book.ttf?v=1") format("truetype");
}

@font-face {
  font-family: Maga;
  font-style: italic;
  src: url("../../assets/fonts/maga-book-italic.eot?v=1");
  src: local("Maga Book Italic"), local("Maga-BookItalic"), url("../../assets/fonts/maga-book-italic.eot?v=1") format("embedded-opentype"), url("../../assets/fonts/maga-book-italic.woff2?v=1") format("woff2"), url("../../assets/fonts/maga-book-italic.woff?v=1") format("woff"), url("../../assets/fonts/maga-book-italic.ttf?v=1") format("truetype");
}

@font-face {
  font-family: Maga;
  font-weight: 700;
  src: url("../../assets/fonts/maga-bold.eot?v=1");
  src: local("Maga Bold"), local("maga-bold"), url("../../assets/fonts/maga-bold.eot?v=1") format("embedded-opentype"), url("../../assets/fonts/maga-bold.woff2?v=1") format("woff2"), url("../../assets/fonts/maga-bold.woff?v=1") format("woff"), url("../../assets/fonts/maga-bold.ttf?v=1") format("truetype");
}

@font-face {
  font-family: Maga;
  font-weight: 700;
  font-style: italic;
  src: url("../../assets/fonts/maga-bold-italic.eot?v=1");
  src: local("Maga Bold Italic"), local("Maga-BoldItalic"), url("../../assets/fonts/maga-bold-italic.eot?v=1") format("embedded-opentype"), url("../../assets/fonts/maga-bold-italic.woff2?v=1") format("woff2"), url("../../assets/fonts/maga-bold-italic.woff?v=1") format("woff"), url("../../assets/fonts/maga-bold-italic.ttf?v=1") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  max-height: 1000000px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

img {
  vertical-align: top;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
em,
i {
  font: inherit;
}

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

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

abbr {
  text-decoration: none;
}

input,
textarea,
table,
select {
  font: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font: inherit;
  text-align: inherit;
  background: none;
  color: inherit;
}

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

::-webkit-input-placeholder {
  line-height: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

html {
  font-family: Maga, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
  background-color: white;
  color: #343434;
}

body {
  position: relative;
  min-width: 18.75em;
  overflow: scroll;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.gmnoprint img {
  max-width: none;
}

hr {
  border: 0;
  border-top: 1px solid;
}

::-moz-selection {
  background-color: #d4eae5;
}

::selection {
  background-color: #d4eae5;
}

@media print, screen and (min-width: 26.25em) {
  body {
    font-size: 1.092em;
  }
}

@-webkit-keyframes up-down {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
  }
}

@keyframes up-down {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
  }
}

@-webkit-keyframes circle-cw {
  from {
    -webkit-transform: translateX(-1em) rotate(0deg);
    transform: translateX(-1em) rotate(0deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
  to {
    -webkit-transform: translateX(-1em) rotate(360deg);
    transform: translateX(-1em) rotate(360deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
}

@keyframes circle-cw {
  from {
    -webkit-transform: translateX(-1em) rotate(0deg);
    transform: translateX(-1em) rotate(0deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
  to {
    -webkit-transform: translateX(-1em) rotate(360deg);
    transform: translateX(-1em) rotate(360deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
}

@-webkit-keyframes circle-ccw {
  from {
    -webkit-transform: translateX(-1em) rotate(0deg);
    transform: translateX(-1em) rotate(0deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
  to {
    -webkit-transform: translateX(-1em) rotate(-360deg);
    transform: translateX(-1em) rotate(-360deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
}

@keyframes circle-ccw {
  from {
    -webkit-transform: translateX(-1em) rotate(0deg);
    transform: translateX(-1em) rotate(0deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
  to {
    -webkit-transform: translateX(-1em) rotate(-360deg);
    transform: translateX(-1em) rotate(-360deg);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
}

.en-grid {
  display: block;
  width: 100%;
  position: relative;
  table-layout: fixed;
  border-collapse: separate;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.en-grid:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 0px;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.en-griditem {
  position: relative;
  border: 0 solid transparent;
  border-width: 0.375rem 0.75rem;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  float: left;
  vertical-align: top;
}

.en-griditem.en-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
}

.en-griditem--has-inner {
  border-style: none;
}

.en-griditem__inner {
  position: relative;
  display: block;
  border: 0 none transparent;
  border-width: 0.375rem 0.75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.en-griditem__inner.en-grid {
  border-width: 0;
}

.en-grid[data-en-grid-default*="equalheight"] {
  display: table;
}

.en-grid[data-en-grid-default*="equalheight"]:after {
  content: none;
  display: none;
}

.en-grid[data-en-grid-default*="equalheight"] > .en-griditem {
  display: table-cell;
  height: 100%;
  float: none;
}

.en-grid[data-en-grid-default*="flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.en-grid[data-en-grid-default*="linedistribute"] {
  display: table;
  table-layout: auto;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .en-grid[data-en-grid-default*="linedistribute"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.en-grid[data-en-grid-default*="linedistribute"]:after {
  content: none;
  display: none;
}

.en-grid[data-en-grid-default*="linedistribute"] > .en-griditem {
  display: table-cell;
  float: none;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .en-grid[data-en-grid-default*="linedistribute"] > .en-griditem {
    display: block;
  }
}

@media print, screen and (min-width: 26.25em) {
  .en-grid[data-en-grid-small*="equalheight"] {
    display: table;
  }
  .en-grid[data-en-grid-small*="equalheight"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-small*="equalheight"] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-small*="flex"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .en-grid[data-en-grid-small*="linedistribute"] {
    display: table;
    table-layout: auto;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .en-grid[data-en-grid-small*="linedistribute"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-small*="linedistribute"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-small*="linedistribute"] > .en-griditem {
    display: table-cell;
    float: none;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .en-grid[data-en-grid-small*="linedistribute"] > .en-griditem {
      display: block;
    }
  }
  .en-grid[data-en-grid-small*="reset-equalheight"] {
    display: block;
  }
  .en-grid[data-en-grid-small*="reset-equalheight"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-small*="reset-equalheight"] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-small*="reset-flex"] {
    display: block;
  }
  .en-grid[data-en-grid-small*="reset-linedistribute"] {
    display: block;
    table-layout: fixed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-small*="reset-linedistribute"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-small*="reset-linedistribute"] > .en-griditem {
    display: block;
    float: left;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-grid[data-en-grid-medium*="equalheight"] {
    display: table;
  }
  .en-grid[data-en-grid-medium*="equalheight"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-medium*="equalheight"] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-medium*="flex"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .en-grid[data-en-grid-medium*="linedistribute"] {
    display: table;
    table-layout: auto;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .en-grid[data-en-grid-medium*="linedistribute"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-medium*="linedistribute"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-medium*="linedistribute"] > .en-griditem {
    display: table-cell;
    float: none;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .en-grid[data-en-grid-medium*="linedistribute"] > .en-griditem {
      display: block;
    }
  }
  .en-grid[data-en-grid-medium*="reset-equalheight"] {
    display: block;
  }
  .en-grid[data-en-grid-medium*="reset-equalheight"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-medium*="reset-equalheight"] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-medium*="reset-flex"] {
    display: block;
  }
  .en-grid[data-en-grid-medium*="reset-linedistribute"] {
    display: block;
    table-layout: fixed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-medium*="reset-linedistribute"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-medium*="reset-linedistribute"] > .en-griditem {
    display: block;
    float: left;
  }
}

@media screen and (min-width: 78.75em) {
  .en-grid[data-en-grid-large*="equalheight"] {
    display: table;
  }
  .en-grid[data-en-grid-large*="equalheight"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-large*="equalheight"] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-large*="flex"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .en-grid[data-en-grid-large*="linedistribute"] {
    display: table;
    table-layout: auto;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .en-grid[data-en-grid-large*="linedistribute"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-large*="linedistribute"]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-large*="linedistribute"] > .en-griditem {
    display: table-cell;
    float: none;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .en-grid[data-en-grid-large*="linedistribute"] > .en-griditem {
      display: block;
    }
  }
  .en-grid[data-en-grid-large*="reset-equalheight"] {
    display: block;
  }
  .en-grid[data-en-grid-large*="reset-equalheight"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-large*="reset-equalheight"] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-large*="reset-flex"] {
    display: block;
  }
  .en-grid[data-en-grid-large*="reset-linedistribute"] {
    display: block;
    table-layout: fixed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-large*="reset-linedistribute"]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-large*="reset-linedistribute"] > .en-griditem {
    display: block;
    float: left;
  }
}

.en-griditem[data-en-griditem-default*="newline"] {
  clear: both;
}

.en-griditem[data-en-griditem-default*="aside"] {
  float: right;
}

.en-griditem[data-en-griditem-default*="align-middle"] {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.en-griditem[data-en-griditem-default*="align-top"] {
  vertical-align: top;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.en-griditem[data-en-griditem-default*="align-bottom"] {
  vertical-align: bottom;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.en-griditem[data-en-griditem-default*="content-left"] {
  text-align: left;
}

.en-griditem[data-en-griditem-default*="content-center"] {
  text-align: center;
}

.en-griditem[data-en-griditem-default*="content-right"] {
  text-align: right;
}

.en-griditem[data-en-griditem-default^="auto"] {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.en-griditem[data-en-griditem-default^="1"] {
  width: 100%;
}

.en-griditem[data-en-griditem-default^="2"] {
  width: 50%;
}

.en-griditem[data-en-griditem-default^="3"] {
  width: 33.333%;
}

.en-griditem[data-en-griditem-default^="3-2"] {
  width: 66.667%;
}

.en-griditem[data-en-griditem-default^="4"] {
  width: 25%;
}

.en-griditem[data-en-griditem-default^="4-3"] {
  width: 75%;
}

@media print, screen and (min-width: 26.25em) {
  .en-griditem[data-en-griditem-small*="newline"] {
    clear: both;
  }
  .en-griditem[data-en-griditem-small*="aside"] {
    float: right;
  }
  .en-griditem[data-en-griditem-small*="align-middle"] {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .en-griditem[data-en-griditem-small*="align-top"] {
    vertical-align: top;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-small*="align-bottom"] {
    vertical-align: bottom;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-small*="content-left"] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-small*="content-center"] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-small*="content-right"] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-small*="reset-newline"] {
    clear: none;
  }
  .en-griditem[data-en-griditem-small*="reset-aside"] {
    float: left;
  }
  .en-griditem[data-en-griditem-small*="reset-align"] {
    vertical-align: top;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-small*="reset-content"] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-small^="auto"] {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-small^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-small^="2"] {
    width: 50%;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-griditem[data-en-griditem-medium*="newline"] {
    clear: both;
  }
  .en-griditem[data-en-griditem-medium*="aside"] {
    float: right;
  }
  .en-griditem[data-en-griditem-medium*="align-middle"] {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .en-griditem[data-en-griditem-medium*="align-top"] {
    vertical-align: top;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-medium*="align-bottom"] {
    vertical-align: bottom;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-medium*="content-left"] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-medium*="content-center"] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-medium*="content-right"] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-medium*="reset-newline"] {
    clear: none;
  }
  .en-griditem[data-en-griditem-medium*="reset-aside"] {
    float: left;
  }
  .en-griditem[data-en-griditem-medium*="reset-align"] {
    vertical-align: top;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-medium*="reset-content"] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-medium^="auto"] {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-medium^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-medium^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-medium^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-medium^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-medium^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-medium^="4-3"] {
    width: 75%;
  }
  .en-griditem[data-en-griditem-medium^="5"] {
    width: 20%;
  }
  .en-griditem[data-en-griditem-medium^="5-2"] {
    width: 40%;
  }
  .en-griditem[data-en-griditem-medium^="5-3"] {
    width: 60%;
  }
  .en-griditem[data-en-griditem-medium^="5-4"] {
    width: 80%;
  }
}

@media screen and (min-width: 78.75em) {
  .en-griditem[data-en-griditem-large*="newline"] {
    clear: both;
  }
  .en-griditem[data-en-griditem-large*="aside"] {
    float: right;
  }
  .en-griditem[data-en-griditem-large*="align-middle"] {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .en-griditem[data-en-griditem-large*="align-top"] {
    vertical-align: top;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-large*="align-bottom"] {
    vertical-align: bottom;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-large*="content-left"] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-large*="content-center"] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-large*="content-right"] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-large*="reset-newline"] {
    clear: none;
  }
  .en-griditem[data-en-griditem-large*="reset-aside"] {
    float: left;
  }
  .en-griditem[data-en-griditem-large*="reset-align"] {
    vertical-align: top;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-large*="reset-content"] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-large^="auto"] {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-large^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-large^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-large^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-large^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-large^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-large^="4-3"] {
    width: 75%;
  }
  .en-griditem[data-en-griditem-large^="5"] {
    width: 20%;
  }
  .en-griditem[data-en-griditem-large^="5-2"] {
    width: 40%;
  }
  .en-griditem[data-en-griditem-large^="5-3"] {
    width: 60%;
  }
  .en-griditem[data-en-griditem-large^="5-4"] {
    width: 80%;
  }
}

.en-griditem--no-gutter-v {
  border-top-style: none;
  border-bottom-style: none;
}

.en-griditem--indent-inside {
  border-width: 0;
}

.en-griditem--indent-inside > .en-griditem__inner {
  border-style: solid;
}

.en-grid--narrow {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.en-grid--narrow .en-griditem {
  border-width: 0.375rem;
}

.en-grid--border .en-griditem {
  border-width: 0.375rem 1.125rem;
}

.en-grid--border > .en-griditem {
  border-width: 0.75rem 1.5rem;
}

.en-grid--border:before,
.en-grid--border .en-griditem:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px none #909090;
  z-index: -1;
}

.en-grid--border:before {
  border-style: solid;
}

.en-grid--border > .en-griditem:before {
  border-style: solid none none none;
}

.en-grid--border > .en-griditem {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.en-grid--border > .en-griditem.en-grid {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.en-grid--border > .en-griditem.en-grid:before {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.en-grid--border > .en-griditem:not(.en-grid):before {
  top: -0.375rem;
}

.en-grid--border > .en-griditem:first-child:before {
  content: none;
}

.en-grid--border .en-grid--border-vertical > .en-griditem {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}

.en-grid--border .en-grid--border-vertical > .en-griditem.en-grid {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.en-grid--border .en-grid--border-vertical > .en-griditem:before {
  border-left-style: solid;
  left: -1.5rem;
}

.en-grid--border .en-grid--border-vertical > .en-griditem.en-grid:before {
  top: 0.75rem;
  bottom: 0.75rem;
  left: -0.375rem;
}

[data-en-ratio] {
  position: relative;
}

[data-en-ratio]:after {
  content: '';
  display: inline-block;
  width: 1px;
  margin: 0 -1px 0 -0.26em;
  height: 0;
  vertical-align: middle;
  padding-top: 100%;
  font-size: inherit;
  font-size: 1em;
}

[data-en-ratio] > * {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

[data-en-ratio="square"]:after {
  padding-top: 100%;
}

[data-en-ratio="16-9"]:after {
  padding-top: 56.25%;
}

[data-en-ratio="4-3"]:after {
  padding-top: 75%;
}

[data-en-ratio="4-5"]:after {
  padding-top: 125%;
}

[data-en-ratio="5-3"]:after {
  padding-top: 60%;
}

[data-en-ratio="3-2"]:after {
  padding-top: 66.6667%;
}

.en-ratio-fixed {
  position: relative;
}

.en-ratio-fixed-sizer {
  position: relative;
  height: 0;
  padding-top: 100%;
  z-index: -1;
}

.en-ratio-fixed-element {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.en-wrapper-limit,
.en-mdl > .en-griditem__inner,
.en-mdl-stage__limiter,
.en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"] .en-mdl-stage__image-cnt:after {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 98%;
}

@media print, screen and (min-width: 42em) {
  .en-wrapper-limit,
  .en-mdl > .en-griditem__inner,
  .en-mdl-stage__limiter,
  .en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"] .en-mdl-stage__image-cnt:after {
    max-width: 40rem;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-wrapper-limit,
  .en-mdl > .en-griditem__inner,
  .en-mdl-stage__limiter,
  .en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"] .en-mdl-stage__image-cnt:after {
    max-width: 67.5rem;
  }
}

.en-wrapper-limit-inner,
.en-mdl--limit-inner > .en-griditem__inner,
.en-mdl-stage__limiter {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 26.25em) {
  .en-wrapper-limit-inner,
  .en-mdl--limit-inner > .en-griditem__inner,
  .en-mdl-stage__limiter {
    max-width: 26rem;
  }
}

@media print, screen and (min-width: 42em) {
  .en-wrapper-limit-inner,
  .en-mdl--limit-inner > .en-griditem__inner,
  .en-mdl-stage__limiter {
    max-width: 30rem;
  }
}

@media print, screen and (min-width: 48em) {
  .en-wrapper-limit-inner,
  .en-mdl--limit-inner > .en-griditem__inner,
  .en-mdl-stage__limiter {
    max-width: 38rem;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-wrapper-limit-inner,
  .en-mdl--limit-inner > .en-griditem__inner,
  .en-mdl-stage__limiter {
    max-width: 45rem;
  }
}

.en-wrapper-full,
.en-mdl--full > .en-griditem__inner,
.en-mdl-wrapper_start[data-en-mdl-wrapper_style="1"] > .en-griditem__inner {
  width: 100%;
  max-width: none;
}

.en-spacer-top {
  margin-top: 1em;
}

.en-spacer-bottom {
  margin-bottom: 1em;
}

.en-spacer-left {
  margin-left: 1em;
}

.en-spacer-right {
  margin-right: 1em;
}

.en-spacer-top-tiny {
  margin-top: 0.25em;
}

.en-spacer-bottom-tiny {
  margin-bottom: 0.25em;
}

.en-spacer-left-tiny {
  margin-left: 0.25em;
}

.en-spacer-right-tiny {
  margin-right: 0.25em;
}

.en-spacer-top-small {
  margin-top: 0.5em;
}

.en-spacer-bottom-small {
  margin-bottom: 0.5em;
}

.en-spacer-left-small {
  margin-left: 0.5em;
}

.en-spacer-right-small {
  margin-right: 0.5em;
}

.en-spacer-top-medium {
  margin-top: 2em;
}

.en-spacer-bottom-medium {
  margin-bottom: 2em;
}

.en-spacer-left-medium {
  margin-left: 2em;
}

.en-spacer-right-medium {
  margin-right: 2em;
}

.en-icon:before,
.en-susi__arrow:before,
.en-lightbox__close,
.en-replacement:before,
.en-list.en-list--arrows li > a:before,
.en-list.en-list--arrows .en-list__item-inner:before,
.en-accordion__item-title:before,
.en-mdl-paging__item--next:after,
.en-mdl-paging__item--prev:before,
.en-mdl-gallery__trigger:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.en-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 1rem;
  white-space: nowrap;
  text-indent: 2em;
  overflow: hidden;
}

.en-icon:before {
  position: absolute;
  top: 51%;
  left: 50%;
  margin: -0.5em;
  font-size: 1em;
  font-size: inherit;
  vertical-align: top;
}

.en-icon--inline {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: -0.11em;
  padding: 0.1em 0;
  margin: -0.5em 0.25em -0.5em 0;
}

.en-icon--block {
  display: block;
}

.en-icon--small {
  font-size: 1.25rem;
}

.en-icon--medium {
  font-size: 2rem;
}

.en-icon--round {
  border: 1px solid transparent;
  border-radius: 10em;
  padding: 0.4em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 1px inset;
  box-shadow: 0 0 0 1px inset;
}

[data-en-icon="add-circle"]:before {
  content: "";
}

[data-en-icon="add"]:before {
  content: "";
}

[data-en-icon="alarm"]:before {
  content: "";
}

[data-en-icon="apps"]:before {
  content: "";
}

[data-en-icon="arrow-down"]:before {
  content: "";
}

[data-en-icon="arrow-left"]:before {
  content: "";
}

[data-en-icon="arrow-right"]:before {
  content: "";
}

[data-en-icon="arrow-up"]:before {
  content: "";
}

[data-en-icon="attach-file"]:before {
  content: "";
}

[data-en-icon="avatar"]:before {
  content: "";
}

[data-en-icon="block"]:before {
  content: "";
}

[data-en-icon="bookmark"]:before {
  content: "";
}

[data-en-icon="bubble-dots"]:before {
  content: "";
}

[data-en-icon="bubble-warning"]:before {
  content: "";
}

[data-en-icon="calendar"]:before {
  content: "";
}

[data-en-icon="camera"]:before {
  content: "";
}

[data-en-icon="cancel"]:before {
  content: "";
}

[data-en-icon="cart"]:before {
  content: "";
}

[data-en-icon="check"]:before {
  content: "";
}

[data-en-icon="checkbox-checked"]:before {
  content: "";
}

[data-en-icon="checkbox-indeterminate"]:before {
  content: "";
}

[data-en-icon="checkbox"]:before {
  content: "";
}

[data-en-icon="chevron-down"]:before {
  content: "";
}

[data-en-icon="chevron-left"]:before {
  content: "";
}

[data-en-icon="chevron-right"]:before {
  content: "";
}

[data-en-icon="chevron-up"]:before {
  content: "";
}

[data-en-icon="clock"]:before {
  content: "";
}

[data-en-icon="close"]:before {
  content: "";
}

[data-en-icon="cloud-upload"]:before {
  content: "";
}

[data-en-icon="cloud"]:before {
  content: "";
}

[data-en-icon="contact-mail"]:before {
  content: "";
}

[data-en-icon="contact-phone"]:before {
  content: "";
}

[data-en-icon="delete"]:before {
  content: "";
}

[data-en-icon="desktop"]:before {
  content: "";
}

[data-en-icon="devices"]:before {
  content: "";
}

[data-en-icon="edit"]:before {
  content: "";
}

[data-en-icon="error"]:before {
  content: "";
}

[data-en-icon="event-error"]:before {
  content: "";
}

[data-en-icon="event-success"]:before {
  content: "";
}

[data-en-icon="event"]:before {
  content: "";
}

[data-en-icon="expand"]:before {
  content: "";
}

[data-en-icon="favorite"]:before {
  content: "";
}

[data-en-icon="file-archive"]:before {
  content: "";
}

[data-en-icon="file-document"]:before {
  content: "";
}

[data-en-icon="file-download"]:before {
  content: "";
}

[data-en-icon="file-generic"]:before {
  content: "";
}

[data-en-icon="file-image"]:before {
  content: "";
}

[data-en-icon="file-presentation"]:before {
  content: "";
}

[data-en-icon="file-sound"]:before {
  content: "";
}

[data-en-icon="file-spreadsheet"]:before {
  content: "";
}

[data-en-icon="file-text"]:before {
  content: "";
}

[data-en-icon="file-upload"]:before {
  content: "";
}

[data-en-icon="file"]:before {
  content: "";
}

[data-en-icon="folder-new"]:before {
  content: "";
}

[data-en-icon="folder"]:before {
  content: "";
}

[data-en-icon="fullscreen-exit"]:before {
  content: "";
}

[data-en-icon="fullscreen"]:before {
  content: "";
}

[data-en-icon="globe"]:before {
  content: "";
}

[data-en-icon="group-add"]:before {
  content: "";
}

[data-en-icon="group"]:before {
  content: "";
}

[data-en-icon="help"]:before {
  content: "";
}

[data-en-icon="home"]:before {
  content: "";
}

[data-en-icon="image"]:before {
  content: "";
}

[data-en-icon="images"]:before {
  content: "";
}

[data-en-icon="info"]:before {
  content: "";
}

[data-en-icon="keyboard"]:before {
  content: "";
}

[data-en-icon="laptop"]:before {
  content: "";
}

[data-en-icon="layers"]:before {
  content: "";
}

[data-en-icon="location-city"]:before {
  content: "";
}

[data-en-icon="lock"]:before {
  content: "";
}

[data-en-icon="mail"]:before {
  content: "";
}

[data-en-icon="menu"]:before {
  content: "";
}

[data-en-icon="more-horiz"]:before {
  content: "";
}

[data-en-icon="more-vert"]:before {
  content: "";
}

[data-en-icon="notifications-active"]:before {
  content: "";
}

[data-en-icon="notifications-off"]:before {
  content: "";
}

[data-en-icon="notifications"]:before {
  content: "";
}

[data-en-icon="pause"]:before {
  content: "";
}

[data-en-icon="payment"]:before {
  content: "";
}

[data-en-icon="people"]:before {
  content: "";
}

[data-en-icon="person-add"]:before {
  content: "";
}

[data-en-icon="person"]:before {
  content: "";
}

[data-en-icon="phone"]:before {
  content: "";
}

[data-en-icon="pin"]:before {
  content: "";
}

[data-en-icon="play"]:before {
  content: "";
}

[data-en-icon="print"]:before {
  content: "";
}

[data-en-icon="quote"]:before {
  content: "";
}

[data-en-icon="radio-checked"]:before {
  content: "";
}

[data-en-icon="radio"]:before {
  content: "";
}

[data-en-icon="refresh"]:before {
  content: "";
}

[data-en-icon="remove-circle"]:before {
  content: "";
}

[data-en-icon="remove"]:before {
  content: "";
}

[data-en-icon="reply"]:before {
  content: "";
}

[data-en-icon="save"]:before {
  content: "";
}

[data-en-icon="school"]:before {
  content: "";
}

[data-en-icon="search"]:before {
  content: "";
}

[data-en-icon="sentiment-dissatisfied"]:before {
  content: "";
}

[data-en-icon="sentiment-neutral"]:before {
  content: "";
}

[data-en-icon="sentiment-satisfied"]:before {
  content: "";
}

[data-en-icon="sentiment-very-dissatisfied"]:before {
  content: "";
}

[data-en-icon="sentiment-very-satisfied"]:before {
  content: "";
}

[data-en-icon="settings"]:before {
  content: "";
}

[data-en-icon="share"]:before {
  content: "";
}

[data-en-icon="smartphone"]:before {
  content: "";
}

[data-en-icon="social-facebook-outline"]:before {
  content: "";
}

[data-en-icon="social-facebook"]:before {
  content: "";
}

[data-en-icon="social-flickr-outline"]:before {
  content: "";
}

[data-en-icon="social-flickr"]:before {
  content: "";
}

[data-en-icon="social-google-plus-outline"]:before {
  content: "";
}

[data-en-icon="social-google-plus"]:before {
  content: "";
}

[data-en-icon="social-instagram-outline"]:before {
  content: "";
}

[data-en-icon="social-instagram"]:before {
  content: "";
}

[data-en-icon="social-linkedin-outline"]:before {
  content: "";
}

[data-en-icon="social-linkedin"]:before {
  content: "";
}

[data-en-icon="social-pinterest-outline"]:before {
  content: "";
}

[data-en-icon="social-pinterest"]:before {
  content: "";
}

[data-en-icon="social-rss-outline"]:before {
  content: "";
}

[data-en-icon="social-rss"]:before {
  content: "";
}

[data-en-icon="social-skype-outline"]:before {
  content: "";
}

[data-en-icon="social-skype"]:before {
  content: "";
}

[data-en-icon="social-soundcloud-outline"]:before {
  content: "";
}

[data-en-icon="social-soundcloud"]:before {
  content: "";
}

[data-en-icon="social-twitter-outline"]:before {
  content: "";
}

[data-en-icon="social-twitter"]:before {
  content: "";
}

[data-en-icon="social-vimeo-outline"]:before {
  content: "";
}

[data-en-icon="social-vimeo"]:before {
  content: "";
}

[data-en-icon="social-whatsapp-outline"]:before {
  content: "";
}

[data-en-icon="social-whatsapp"]:before {
  content: "";
}

[data-en-icon="social-youtube-outline"]:before {
  content: "";
}

[data-en-icon="social-youtube"]:before {
  content: "";
}

[data-en-icon="star-filled"]:before {
  content: "";
}

[data-en-icon="star-half"]:before {
  content: "";
}

[data-en-icon="star"]:before {
  content: "";
}

[data-en-icon="stop"]:before {
  content: "";
}

[data-en-icon="sync"]:before {
  content: "";
}

[data-en-icon="tablet"]:before {
  content: "";
}

[data-en-icon="tag"]:before {
  content: "";
}

[data-en-icon="timer-off"]:before {
  content: "";
}

[data-en-icon="timer"]:before {
  content: "";
}

[data-en-icon="triangle-down"]:before {
  content: "";
}

[data-en-icon="triangle-left"]:before {
  content: "";
}

[data-en-icon="triangle-right"]:before {
  content: "";
}

[data-en-icon="triangle-up"]:before {
  content: "";
}

[data-en-icon="unfold-less"]:before {
  content: "";
}

[data-en-icon="unfold-more"]:before {
  content: "";
}

[data-en-icon="visibility-off"]:before {
  content: "";
}

[data-en-icon="visibility"]:before {
  content: "";
}

[data-en-icon="warning"]:before {
  content: "";
}

[data-en-icon="watch"]:before {
  content: "";
}

.en-icon-cnt {
  position: relative;
  padding-left: 1.75em;
}

.en-icon-cnt__icon {
  position: absolute;
  left: 0;
  top: -0.11em;
}

.en-format-h1,
.en-wysiwyg h1,
.en-wysiwyg .en-format-h1,
.en-format-h2,
.en-wysiwyg h2,
.en-wysiwyg .en-format-h2 {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.en-format-h3,
.en-wysiwyg h3,
.en-wysiwyg .en-format-h3 {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 600;
}

.en-format-h4,
.en-wysiwyg h4,
.en-wysiwyg .en-format-h4 {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
}

.en-format-link,
.en-wysiwyg a:not(.en-button) {
  display: inline;
  border-bottom: 1px dotted;
  color: #31937d;
  -webkit-transition: opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity;
}

.en-format-link:focus, .en-format-link:hover,
.en-wysiwyg a:focus:not(.en-button),
.en-wysiwyg a:hover:not(.en-button) {
  opacity: 0.5;
}

.en-format-no-scale {
  font-size: 1rem;
}

.en-format-page-title,
.en-wysiwyg .en-format-page-title {
  display: block;
  margin-top: 0.125em;
  font-size: 1.1rem;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media print, screen and (min-width: 26.25em) {
  .en-format-page-title,
  .en-wysiwyg .en-format-page-title {
    font-size: 1.5rem;
  }
}

.en-format-page-subtitle {
  display: block;
  margin-top: 0.25em;
  font-size: 0.8em;
  line-height: 1.1;
  font-style: italic;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 26.25em) {
  .en-format-page-subtitle {
    line-height: 1.3em;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-format-page-subtitle {
    font-size: 1em;
  }
}

.en-format-title,
.en-wysiwyg .en-format-title {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 800;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0;
}

@media print, screen and (min-width: 52.5em) {
  .en-format-title,
  .en-wysiwyg .en-format-title {
    font-size: 3.25rem;
  }
}

.en-format-title-teaser,
.en-wysiwyg .en-format-title-teaser,
.mc-field-group.input-group strong {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0;
}

@media print, screen and (min-width: 26.25em) {
  .en-format-title-teaser,
  .en-wysiwyg .en-format-title-teaser,
  .mc-field-group.input-group strong {
    font-size: 1.75em;
  }
}

.en-format-title-teaser-small,
.en-wysiwyg .en-format-title-teaser-small {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: 0;
}

.en-format-title-small,
.en-wysiwyg .en-format-title-small {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.85em;
  letter-spacing: 0;
}

.en-format-subtitle {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  letter-spacing: 0;
}

.en-format-intro,
.en-wysiwyg .en-format-intro {
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.25;
}

@media print, screen and (min-width: 52.5em) {
  .en-format-intro,
  .en-wysiwyg .en-format-intro {
    font-size: 1.3125em;
  }
}

.en-format-intro-teaser,
.en-wysiwyg .en-format-intro-teaser {
  font-size: 1.3125em;
  line-height: 1.25;
}

.en-format-lead,
.en-wysiwyg .en-format-lead {
  font-style: italic;
  font-weight: 600;
}

.en-format-marker,
.en-format-quote-author,
.en-wysiwyg .en-format-quote-author,
.en-format-info,
.en-wysiwyg .en-format-marker {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.en-format-quote,
.en-wysiwyg blockquote,
.en-wysiwyg .en-format-quote {
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.42;
  text-align: center;
}

.en-format-quote-author,
.en-wysiwyg .en-format-quote-author {
  display: block;
  text-align: center;
  font-style: normal;
}

.en-format-caption,
.en-wysiwyg .en-format-caption {
  margin-top: 0.5em;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-size: 0.875em;
  line-height: 1.45;
}

.en-format-meta,
.en-wysiwyg .en-format-meta {
  color: #909090;
}

.en-format-sans {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
}

.en-format-date {
  font-size: 2.5em;
  line-height: 1;
}

.en-format-info {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.en-format-time {
  font-size: 1.25em;
  line-height: 1.4;
}

.en-format-small {
  font-size: 0.875rem;
}

.en-format-meta {
  font-weight: 400;
}

.en-format-bold {
  font-weight: 600;
}

.en-format-left {
  text-align: left;
}

.en-format-right {
  text-align: right;
}

.en-format-center {
  text-align: center;
}

.en-format-uppercase {
  text-transform: uppercase;
}

.en-text-primary {
  color: #50e3c2;
}

.en-text-raspberry {
  color: #d97373;
}

.en-text-blueberry {
  color: #495978;
}

.en-text-strawberry {
  color: #ee5b5b;
}

[data-en-theme="petrol"] {
  background-color: #d4eae5;
}

[data-en-theme="raspberry"] {
  background-color: #d97373;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-en-theme="blueberry"] {
  background-color: #495978;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-en-theme="strawberry"] {
  background-color: #ee5b5b;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.admin-bar {
  border-top: 32px solid transparent;
}

#wpadminbar {
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 782px) {
  .admin-bar {
    border-top-width: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media print {
  #wpadminbar {
    display: none;
  }
  .admin-bar {
    border-top-style: none;
  }
}

[data-en-cc-target] {
  cursor: pointer;
}

[data-en-cc-cancel] {
  cursor: auto;
}

.en-susi {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.en-susi:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 0px;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.en-susitems {
  height: 100%;
  position: relative;
  white-space: nowrap;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.en-susitems:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 0px;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.no-js .en-susitems {
  overflow: auto;
}

.no-csstransforms .en-susitems {
  left: 0;
}

.en-susitem {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
}

.en-susi__bullets {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}

.en-susi__bullet {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.en-susi__bullet:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid;
  margin: 0.5em;
  border-radius: 2em;
  background-color: transparent;
  cursor: pointer;
}

.en-susi__bullet.en-is-active:before {
  background-color: currentColor;
}

.en-susi__arrows {
  color: inherit;
}

.en-susi__arrow {
  text-indent: 3em;
  overflow: hidden;
  white-space: nowrap;
  width: 3.75em;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 17;
  -webkit-transition: none ease;
  transition: none ease;
  cursor: pointer;
  -webkit-transition-property: opacity, background-color, color;
  transition-property: opacity, background-color, color;
}

.en-susi__arrow:before {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.5em -0.5em -0.5em -0.5em;
  font-size: 2rem;
}

.en-susi__arrow--next:before {
  content: "";
}

.en-susi__arrow--prev {
  left: 0;
}

.en-susi__arrow--prev:before {
  content: "";
}

.en-susi__arrow.en-is-disabled {
  cursor: auto;
  opacity: 0 !important;
}

.en-susi:focus {
  outline: none;
}

.en-susi__bullet:before {
  content: "";
}

.en-susi__bullet-text {
  display: block;
}

.en-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 99;
  -webkit-transition: visibility 0.25s, opacity 0.25s;
  transition: visibility 0.25s, opacity 0.25s;
}

.admin-bar .en-lightbox {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-lightbox {
    top: 46px;
  }
}

.en-lightbox.en-is-inactive {
  opacity: 0;
  visibility: hidden;
}

.en-lightbox .en-susitem {
  white-space: nowrap;
  padding: 3.75em 0;
  position: relative;
  text-align: center;
}

.en-lightbox .en-susitem:after {
  white-space: nowrap;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  z-index: -1;
}

.en-lightbox .en-susi__arrows {
  color: white;
}

.en-lightbox__inner,
.en-lightbox .en-susi {
  height: 100%;
}

.en-lightbox__image-wrapper {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.en-is-loading .en-susitem--active .en-lightbox__image-wrapper {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}

.en-lightbox__image {
  max-height: calc(100vh - 7.5em);
}

.en-is-loading .en-susitem--active .en-lightbox__image {
  display: none;
}

.en-lightbox__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.66);
  color: white;
  text-align: left;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.12s;
  transition: -webkit-transform 0.12s;
  transition: transform 0.12s;
  transition: transform 0.12s, -webkit-transform 0.12s;
}

.en-susitem--active .en-lightbox__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.en-lightbox__close {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.5em -0.5em -0.5em -0.5em;
  top: 0.9375em;
  font-size: 2rem;
  color: white;
  z-index: 18;
  cursor: pointer;
}

.en-lightbox__close:before {
  content: "";
}

.en-lightbox-open {
  overflow: hidden;
}

@media screen and (max-width: 52.49em) {
  .en-lightbox .en-susi__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.75em;
    background-color: rgba(0, 0, 0, 0.66);
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-lightbox .en-susitem {
    padding: 3.75em;
  }
  .en-lightbox__image-wrapper {
    position: relative;
    overflow: hidden;
  }
  .en-lightbox__text {
    -webkit-transform: none;
    transform: none;
  }
  .en-lightbox__close {
    left: auto;
    right: 1.875em;
  }
}

.en-off-overlay {
  position: absolute;
  top: -10em;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  background-color: black;
  will-change: opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99), z-index 0s cubic-bezier(0.26, 0.035, 0.105, 0.99) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99), z-index 0s cubic-bezier(0.26, 0.035, 0.105, 0.99) 0.5s;
}

.en-off--right .en-off-overlay,
.en-off--left .en-off-overlay {
  z-index: 109;
  opacity: 0.6;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.en-off-will-move {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99);
  transition: transform 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99);
  transition: transform 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99), -webkit-transform 0.5s cubic-bezier(0.26, 0.035, 0.105, 0.99);
}

.en-off--left .en-off-will-move {
  -webkit-transform: translateX(16em);
  transform: translateX(16em);
}

.en-off--right .en-off-will-move {
  -webkit-transform: translateX(-16em);
  transform: translateX(-16em);
}

.is-old-ie .en-off--left .en-off-will-move {
  margin-left: 16em;
}

.is-old-ie .en-off--right .en-off-will-move {
  margin-left: -16em;
}

.en-off-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  top: 0;
  width: 16em;
  height: 100%;
  border-bottom: 6.25em solid transparent;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  z-index: 110;
  background-color: #d4eae5;
  background-color: rgba(212, 234, 229, 0.95);
}

.en-off-element--left {
  right: 100%;
  left: auto;
}

.is-old-ie .en-off-element--left {
  margin-right: -16em;
}

.en-off-element--right {
  left: 100%;
  right: auto;
}

.en-off-element--behind {
  z-index: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.5s;
  transition: visibility 0s linear 0.5s;
}

.en-off-element--left.en-off-element--behind {
  left: 0;
  right: auto;
}

.en-off-element--right.en-off-element--behind {
  right: 0;
  left: auto;
}

.en-off--left .en-off-element--behind,
.en-off--right .en-off-element--behind {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.en-off-element__inner {
  padding: 1.25em 1.5em;
}

@media print, screen and (min-width: 52.5em) {
  .en-off--left .en-off-will-move {
    -webkit-transform: translateX(20em);
    transform: translateX(20em);
  }
  .en-off--right .en-off-will-move {
    -webkit-transform: translateX(-20em);
    transform: translateX(-20em);
  }
  .is-old-ie .en-off--left .en-off-will-move {
    margin-left: 20em;
  }
  .is-old-ie .en-off--right .en-off-will-move {
    margin-left: -20em;
  }
  .en-off-element {
    width: 20em;
  }
  .is-old-ie .en-off-element--left {
    margin-right: -20em;
  }
}

@media screen and (min-width: 78.75em) {
  .en-off--left .en-off-will-move {
    -webkit-transform: translateX(24em);
    transform: translateX(24em);
  }
  .en-off--right .en-off-will-move {
    -webkit-transform: translateX(-24em);
    transform: translateX(-24em);
  }
  .is-old-ie .en-off--left .en-off-will-move {
    margin-left: 24em;
  }
  .is-old-ie .en-off--right .en-off-will-move {
    margin-left: -24em;
  }
  .en-off-element {
    width: 24em;
  }
  .is-old-ie .en-off-element--left {
    margin-right: -24em;
  }
}

.en-anchor {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3.5rem;
}

.admin-bar .en-anchor {
  top: -32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-anchor {
    top: -46px;
  }
}

.en-anchor-inline:before {
  position: relative;
  content: "";
  display: block;
  height: 3.5rem;
  margin-top: -3.5rem;
  width: 1px;
  position: relative;
  z-index: -1;
  pointer-events: none;
}

.admin-bar .en-anchor-inline:before {
  height: 5.5rem;
  margin-top: -5.5rem;
}

.en-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #676767;
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.admin-bar .en-modal {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-modal {
    top: 46px;
  }
}

.en-modal.en-is-active, .en-modal:target {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.en-modal:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.en-modal__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}

.en-modal__header,
.en-modal__body,
.en-modal__footer {
  position: relative;
  margin: 0 auto;
  max-width: 36.5rem;
  padding: 1rem;
  background-color: rgba(206, 206, 206, 0.9);
}

.en-modal__header {
  border-radius: 1em 1em 0 0;
}

.en-modal__body {
  max-height: 50vh;
}

.en-modal__footer {
  border-radius: 0 0 1em 1em;
}

.en-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.en-movie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.en-cut-off {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.en-cut-off__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}

.en-cut-off__item--fixed {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.en-mdl {
  border-style: none;
}

.en-mdl:not(.en-griditem--has-inner) > .en-griditem__inner {
  border-style: solid;
}

.en-mdl:not([data-en-mdl-wrapper_style="1"]) .en-mdl > .en-griditem__inner {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

[data-en-mdl-level] {
  margin-top: 0.5em;
  border-top: 0.5em solid transparent;
  border-bottom: 0 solid transparent;
}

[data-en-mdl-level].en-mdl-heading:not(.en-mdl-heading--auto) + .en-mdl-list {
  border-top-width: 0em;
  margin-top: -0.25em;
}

[data-en-mdl-level].en-mdl-heading--title:not(.en-mdl-heading--auto) + .en-mdl-list {
  border-top-width: 1em;
}

[data-en-mdl-level].en-mdl-paging {
  margin-top: 0;
  border-top-width: 2em;
}

[data-en-mdl-level].en-mdl--full:first-child {
  margin-top: 0;
  border-top-width: 0;
}

[data-en-mdl-level].en-mdl-wrapper_start[data-en-mdl-wrapper_style="1"] > .en-mdl-wrapper_start__inner > .en-mdl:first-child {
  margin-top: 0;
  border-top-width: 0;
}

[data-en-mdl-level].en-mdl-wrapper_start[data-en-theme]:not(:first-child) {
  border-top-width: 1.4em;
}

[data-en-mdl-level].en-mdl-wrapper_start[data-en-theme] {
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}

[data-en-mdl-level].en-mdl-wrapper_start[data-en-theme] + .en-mdl {
  margin-top: 0;
}

[data-en-mdl-level].en-mdl-list + .en-mdl-list[data-en-theme],
[data-en-mdl-level].en-mdl-list + [data-en-theme],
[data-en-mdl-level].en-mdl-stage + [data-en-theme] {
  margin-top: 0;
}

[data-en-mdl-level][data-en-theme] + .en-mdl-list,
[data-en-mdl-level][data-en-theme] + .en-mdl-stage {
  border-top-width: 0;
}

[data-en-mdl-level].en-mdl-wrapper_start[data-en-theme]:last-child {
  padding-bottom: 0;
}

[data-en-mdl-level="0"] {
  margin-top: 1em;
  border-top-width: 1em;
}

[data-en-mdl-level="0"].en-mdl-list + .en-mdl-list, [data-en-mdl-level="0"].en-mdl-text_image {
  margin-top: 0.8em;
  border-top-width: 0;
}

[data-en-mdl-level="0"].en-mdl-wrapper_start {
  margin-top: 2em;
  border-top-width: 0;
}

[data-en-mdl-level="0"].en-mdl-text + .en-mdl-heading, [data-en-mdl-level="0"].en-mdl-heading:not(.en-mdl-heading--auto):first-child, [data-en-mdl-level="0"].en-mdl-text:first-child {
  margin-top: 1.75em;
  border-top-width: 1.75em;
}

[data-en-mdl-level="0"].en-mdl-downloads + .en-mdl-text,
[data-en-mdl-level="0"].en-mdl-heading:not(.en-mdl-heading--auto) + .en-mdl-text,
[data-en-mdl-level="0"].en-mdl-author[data-en-mdl-style="full"] + .en-mdl-text,
[data-en-mdl-level="0"].en-mdl-text + .en-mdl-text_infobox,
[data-en-mdl-level="0"].en-mdl-text + .en-mdl-accordion,
[data-en-mdl-level="0"].en-mdl-text + .en-mdl-text {
  margin-top: 0.75em;
  border-top-width: 0.75em;
}

[data-en-mdl-level="0"].en-mdl-downloads,
[data-en-mdl-level="0"].en-mdl-stage + .en-mdl-wrapper_start, [data-en-mdl-level="0"].en-mdl-author, [data-en-mdl-level="0"].en-mdl-share, [data-en-mdl-level="0"].en-mdl-breadcrumb {
  margin-top: 0.4em;
  border-top-width: 0.4em;
}

[data-en-mdl-level="0"].en-mdl-breadcrumb + .en-mdl,
[data-en-mdl-level="0"].en-mdl-share + .en-mdl {
  margin-top: 0.4em;
  border-top-width: 0.4em;
}

[data-en-mdl-level="0"].en-mdl-search {
  margin-top: 0.25em;
  border-top-width: 0.25em;
}

[data-en-mdl-level="0"].en-mdl-text_infobox,
[data-en-mdl-level="0"].en-mdl-heading + .en-mdl-form_contact,
[data-en-mdl-level="0"].en-mdl-heading--auto + .en-mdl, [data-en-mdl-level="0"]:first-child {
  margin-top: 0;
  border-top-width: 0;
}

[data-en-mdl-level="0"]:last-child {
  border-bottom-width: 3em;
}

[data-en-mdl-level="0"].en-mdl-list:last-child .en-mdl-list__inner > *:last-child {
  border-bottom: 3em solid transparent;
}

[data-en-mdl-level="0"].en-mdl-list:last-child {
  border-bottom-width: 0;
}

[data-en-mdl-level="0"].en-mdl-list:not([data-en-theme]):last-child .en-mdl-list__inner {
  border-bottom: 3em solid transparent;
}

[data-en-mdl-level="0"].en-mdl-list:not([data-en-theme]):last-child .en-mdl-list__inner > *:last-child {
  border-bottom: 0 none;
}

@media print, screen and (min-width: 52.5em) {
  [data-en-mdl-level="0"] {
    margin-top: 1.75em;
    border-top-width: 1.75em;
  }
}

.en-wysiwyg .en-wysiwyg-paragraph,
.en-wysiwyg h1,
.en-wysiwyg h2,
.en-wysiwyg h3,
.en-wysiwyg h4,
.en-wysiwyg h5,
.en-wysiwyg h6 {
  margin-top: 1.725em;
}

.en-wysiwyg .en-wysiwyg-paragraph:first-child,
.en-wysiwyg h1:first-child,
.en-wysiwyg h2:first-child,
.en-wysiwyg h3:first-child,
.en-wysiwyg h4:first-child,
.en-wysiwyg h5:first-child,
.en-wysiwyg h6:first-child {
  margin-top: 0;
}

.en-wysiwyg ol,
.en-wysiwyg ul,
.en-wysiwyg li,
.en-wysiwyg dl,
.en-wysiwyg blockquote,
.en-wysiwyg p {
  margin-top: 1.15em;
}

.en-wysiwyg ol:first-child,
.en-wysiwyg ul:first-child,
.en-wysiwyg li:first-child,
.en-wysiwyg dl:first-child,
.en-wysiwyg blockquote:first-child,
.en-wysiwyg p:first-child {
  margin-top: 0;
}

.en-wysiwyg .en-format-marker + * {
  margin-top: 0.4em;
}

.en-wysiwyg h1,
.en-wysiwyg h2,
.en-wysiwyg h3,
.en-wysiwyg h4,
.en-wysiwyg h5,
.en-wysiwyg h6 {
  font-family: inherit;
}

.en-wysiwyg em {
  font-style: italic;
}

.en-wysiwyg strong {
  font-weight: 600;
}

.en-wysiwyg ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

.en-wysiwyg ul ul {
  list-style-type: circle;
}

.en-wysiwyg ol {
  list-style: decimal outside;
  margin-left: 2em;
}

.en-wysiwyg li {
  margin-top: 0.5em;
}

.en-wysiwyg blockquote {
  padding-top: 0.85em;
}

.en-wysiwyg blockquote p {
  margin-top: 0.65em;
}

.en-wysiwyg blockquote .en-format-quote-author {
  margin-top: 1.25em;
}

.en-wysiwyg--condensed h1,
.en-wysiwyg--condensed h2,
.en-wysiwyg--condensed h3,
.en-wysiwyg--condensed h4,
.en-wysiwyg--condensed h5,
.en-wysiwyg--condensed h6,
.en-wysiwyg--condensed ol,
.en-wysiwyg--condensed ul,
.en-wysiwyg--condensed li,
.en-wysiwyg--condensed dl,
.en-wysiwyg--condensed blockquote,
.en-wysiwyg--condensed p {
  margin-top: 0.4em;
}

.en-wysiwyg--unobtrusive a:not(.en-button) {
  color: inherit;
}

.en-button {
  display: inline-block;
  vertical-align: top;
  width: 19em;
  max-width: 100%;
  padding: 0.71875em 1em;
  border: 1px solid;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0.4em;
  background-color: transparent;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity;
}

.en-button:focus, .en-button:hover {
  opacity: 0.5;
}

.en-button--grow {
  width: auto;
  min-width: 19em;
}

.en-button--block {
  width: 100%;
}

.en-toggles {
  color: #909090;
}

.en-toggle {
  cursor: pointer;
}


.en-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 2.75rem;
  border: 1px solid;
  border-radius: 0.1875rem;
  padding: 0.6em 0.7rem 0.5em;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  color: #909090;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 4;
}


.en-input:focus {
  color: black;
  outline: none;
}


.en-input.en-is-invalid {
  border-color: #ee5b5b;
  color: #ee5b5b;
}


.en-input.en-is-invalid:focus {
  color: inherit;
}


.en-input.en-is-disabled,
.en-input[disabled] {
  opacity: 0.25;
  pointer-events: none;
}

textarea.en-input {
  height: 8.7em;
  resize: vertical;
}

.en-input--select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.en-label {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
}

.en-label--required:after {
  content: "*";
}

.en-input--small {
  height: 2rem;
  padding-top: 0.1em;
  padding-bottom: 0;
  font-size: 0.8em;
}

.en-input--line {
  font-size: 1rem;
  border-style: none none solid none;
  border-radius: 0;
  color: black;
  color: inherit;
  background-color: transparent !important;
}

.en-input--line::-webkit-input-placeholder {
  color: inherit;
}

.en-input--line:-ms-input-placeholder {
  color: inherit;
}

.en-input--line::placeholder {
  color: inherit;
}

.en-input--floating {
  padding-top: 0.8em;
  padding-bottom: 0.3em;
}

.en-input--floating::-webkit-input-placeholder {
  text-indent: -99em;
}

.en-input--floating:-ms-input-placeholder {
  text-indent: -99em;
}

.en-input--floating::placeholder {
  text-indent: -99em;
}

.en-input--floating + .en-label {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0.7rem;
  -webkit-transform: translateY(calc(50% - 0.15rem));
  transform: translateY(calc(50% - 0.15rem));
  -webkit-transition: font-size 0.25s, -webkit-transform 0.25s;
  transition: font-size 0.25s, -webkit-transform 0.25s;
  transition: font-size 0.25s, transform 0.25s;
  transition: font-size 0.25s, transform 0.25s, -webkit-transform 0.25s;
  pointer-events: none;
  will-change: font-size, transform;
}

.en-input--floating:focus + .en-label,
.en-input--floating:not(:placeholder-shown) + .en-label {
  -webkit-transform: translateY(0.15rem);
  transform: translateY(0.15rem);
  font-size: 0.675rem;
}

.en-input-cnt {
  display: table;
  width: 100%;
  position: relative;
  color: #909090;
}

.en-input-cnt .en-input {
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  color: inherit;
}

.en-input-icon {
  display: block;
  width: 1em;
  height: 2.75rem;
  font-size: 1.5em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.en-input-icon:before {
  display: block;
  font-size: 1em;
}

.en-input-icon:focus, .en-input-icon:hover {
  outline: none;
  color: black;
}

button.en-input-icon {
  cursor: pointer;
}

.en-input-addon {
  display: table-cell;
  vertical-align: middle;
  width: 1em;
}

.en-input-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.en-input-overlay--right {
  left: auto;
  right: 0;
}

.en-input-cnt--has-overlay-left .en-input {
  padding-left: 3em;
}

.en-input-cnt--has-overlay-right .en-input {
  padding-right: 3em;
}

.en-input-cnt--small .en-input-icon {
  font-size: 1.25rem;
  height: 2rem;
}

.en-input-cnt--line {
  color: inherit;
}

.en-input-cnt--line .en-input-icon {
  padding-left: 0;
  padding-right: 0;
}

.en-input-cnt--line.en-input-cnt--has-overlay-left .en-input {
  padding-left: 2em;
}

.en-input-cnt--line.en-input-cnt--has-overlay-right .en-input {
  padding-right: 2em;
}

.en-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  width: 1em;
  height: 1em;
  background-image: url("../../assets/images/bee-logo-transparent-black.svg");
  background-size: 1em;
  font-size: 3em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation: circle-cw 3s infinite linear both paused;
  animation: circle-cw 3s infinite linear both paused;
}

.en-form__text {
  margin-bottom: 0.5em;
}

.en-form__input.en-is-invalid {
  border: 2px solid #ee5b5b;
}

.en-form__status {
  padding: 0.25em 0.5em;
  background-clip: padding-box;
  color: #31937d;
}

.en-form--error .en-form__status {
  color: #ee5b5b;
}

.en-form > * {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}

.en-form.en-is-loading > * {
  opacity: 0.25;
}

.en-form.en-is-loading:before {
  opacity: 1;
  z-index: 10;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.en-replace {
  position: absolute;
  opacity: 0;
}

.is-old-ie .en-replace {
  width: 0;
  height: 0;
}

.en-replacement {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.5625rem;
  text-indent: -1.5625rem;
  cursor: pointer;
}

.en-replacement:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-right: 0.3125rem;
  margin-top: 0;
  background-color: #909090;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.en-replacement:active:before {
  opacity: 0.5;
}

.en-replace:checked + .en-replacement--checkbox:before {
  content: "";
}

.en-replacement--radio:before {
  border-radius: 99em;
}

.en-replace:checked + .en-replacement--radio:before {
  border: 0.375rem solid #909090;
  background-color: currentColor;
  background-clip: content-box;
}

.en-divider {
  color: #909090;
}

.en-logo,
.en-logo__inner {
  display: block;
  vertical-align: top;
  width: 3em;
  height: 3em;
}

.en-logo {
  display: inline-block;
}

.en-logo--opaque {
  opacity: 0.5;
}

.en-logo__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 400ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.en-logo__image {
  width: 100%;
}

.en-logo--header {
  margin-bottom: -2em;
}

.en-logo--footer,
.en-logo--footer .en-logo__inner {
  width: 5em;
  height: 5em;
}

@media print, screen and (min-width: 48em) {
  .en-logo--responsive,
  .en-logo--responsive .en-logo__inner {
    width: 5em;
    height: 5em;
  }
}

.en-body {
  padding-top: 2.7em;
}

.en-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 70;
}

.admin-bar .en-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-header {
    top: 46px;
  }
}

.en-header .en-logo__inner {
  position: fixed;
  top: 0;
  z-index: 75;
  will-change: transform;
}

.admin-bar .en-header .en-logo__inner {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-header .en-logo__inner {
    top: 46px;
  }
}

.en-header:after {
  content: "";
  display: block;
  border-bottom: 1px solid #cecece;
  margin-top: -1px;
}

.en-header--top .en-header__inner {
  height: 2.666667em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.en-header--bottom {
  display: none;
  margin-top: 2.666667em;
  z-index: 68;
}

.en-header--bottom .en-header__inner {
  border-left: 4em solid transparent;
}

.en-header__section {
  position: relative;
  z-index: 70;
}

.en-header__section--logo {
  position: static;
  z-index: auto;
}

.en-header__search {
  margin-top: 0.25em;
  margin-bottom: 0.85em;
}

.en-header--bottom .en-header__menu-toggle {
  display: none;
}

.en-menu--lang {
  display: none;
}

.en-menu--lang .en-menu--bar {
  height: auto;
}

.sub-menu--lang.en-menu--bar .menu-item__inner {
  border-width: 0.7142em 0.1em;
}

@media print, screen and (min-width: 48em) {
  .en-body {
    padding-top: 5.8em;
  }
  .en-header--top .en-header__inner {
    height: 3.666667em;
    position: relative;
  }
  .en-menu--lang {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
  }
  .en-off--right .en-menu--lang {
    display: none;
  }
  .en-header--bottom {
    display: block;
    margin-top: 3.666667em;
  }
  .en-header--bottom .en-header__inner {
    border-left-width: 7em;
  }
  .en-header__menu-toggle {
    display: none;
  }
  .en-header--bottom .en-header__menu-toggle {
    display: block;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .en-body {
      padding-top: 0;
    }
    .en-header--top {
      position: static;
    }
    .en-header--bottom {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      margin-top: 0;
      z-index: 70;
    }
    .en-is-scrolled .en-header .en-logo__inner {
      -webkit-transform: scale(0.54);
      transform: scale(0.54);
    }
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-header--bottom .en-header__inner {
    border-right: 7em solid transparent;
  }
  .en-header .en-toggles {
    min-width: 5em;
  }
}

.en-has-transparent-header.en-body {
  padding-top: 0;
}

.en-has-transparent-header.en-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5em;
  pointer-events: none;
  z-index: 65;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.en-has-transparent-header .en-mdl-stage[data-en-mdl-style="fullscreen"] {
  margin-top: -2.625em;
}

.en-has-transparent-header .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item {
  padding-top: 2.625em;
}

.en-has-transparent-header .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:before {
  top: 2.625em;
}

.en-has-transparent-header .en-header {
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.en-has-transparent-header .en-header:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.en-menu--lang {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  z-index: 100;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
}

.menu-item--lang {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-item--lang.current-menu-item {
  opacity: 1;
}

.menu-item--lang.current-menu-item:hover {
  opacity: 0.8;
}

.menu-item--lang:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 26.25em) {
  .en-has-transparent-header.en-body:before {
    height: 7.5em;
  }
  .en-has-transparent-header .en-mdl-stage[data-en-mdl-style="fullscreen"] {
    margin-top: -6em;
  }
  .en-has-transparent-header .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item {
    padding-top: 6em;
  }
  .en-has-transparent-header .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:before {
    top: 6em;
  }
}

.en-has-transparent-header:not(.en-is-scrolled) .en-header {
  background-color: transparent;
  color: white;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.en-has-transparent-header:not(.en-is-scrolled) .en-header:after {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  opacity: 0;
}

@media screen and (max-width: 47.99em) {
  .en-off--right .en-menu--lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 1.25em;
    right: 1.25em;
    z-index: 111;
  }
}

.en-menu {
  display: block;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  overflow: hidden;
}

.en-menu .menu-item {
  display: block;
  position: relative;
}

.en-menu .menu-item--delimiter:before {
  content: "";
  display: block;
  border-top: 1px solid;
  width: 1.25em;
  margin: 0.6em 0 0.4em 0.05em;
}

.en-menu .menu-item__inner {
  display: block;
}

.en-menu .menu-item__title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border: 0 solid transparent;
  border-width: 1px 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.en-menu .current-menu-item > .menu-item__inner > .menu-item__title,
.no-touch .en-menu .menu-item__inner:hover > .menu-item__title,
.en-menu .menu-item__inner:focus > .menu-item__title {
  border-bottom-color: initial;
}

.en-menu .menu-item__inner:focus {
  outline: none;
}

.en-menu .menu-item--level_0 > .menu-item__inner {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.en-menu .sub-menu {
  margin-top: 0.25em;
  margin-bottom: 1.15em;
}

.en-menu .sub-menu .menu-item__inner {
  border: 0 solid transparent;
}

.en-menu--footer .menu-item--level_0:before {
  content: "";
  display: block;
  border-top: 1px solid;
  padding-top: 0.8em;
}

.en-menu--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: none;
}

.en-menu--grid .menu-item--level_0 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border: 10px solid transparent;
}

@media print, screen and (min-width: 26.25em) {
  .en-menu--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.en-menu--horizontal .menu-item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.25em;
}

.en-menu--bar {
  position: relative;
  height: 2.85714em;
  font-size: 0.777777em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.en-menu--bar .menu-item {
  display: inline-block;
  vertical-align: top;
}

.en-menu--bar .menu-item__inner {
  border: 0 solid transparent;
  border-width: 0.7142em 0.8em;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}

.en-footer {
  padding: 1.5em 0;
  background-color: #343434;
  color: white;
}

.en-footer .en-input-cnt,
.en-footer .en-input {
  color: #cecece;
}

.en-footer__inner {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
}

.en-footer__section--bottom:before {
  content: "";
  display: block;
  border-top: 1px solid;
  padding-top: 1.5em;
}

.en-footer__newsletter-signup {
  display: block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  max-width: 18em;
  width: 90%;
}

@media print, screen and (min-width: 52.5em) {
  .en-body {
    min-height: 100vh;
  }
  .en-body:after {
    content: "";
    display: block;
    padding-bottom: 28em;
  }
  .en-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28em;
    overflow: hidden;
  }
  .en-footer__section--newsletter {
    width: 16%;
    padding-right: 3em;
  }
  .en-footer__newsletter-signup {
    margin-left: 0;
  }
}

.en-tags {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
}

.en-tag {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding: 0.25em 0.85em;
  -webkit-transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
  max-width: 14em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.en-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
  border-radius: 5em;
  opacity: 0.5;
  overflow: hidden;
  z-index: -1;
}

a.en-tag {
  color: #909090;
}

a.en-tag:hover {
  color: inherit;
}

.en-replace:checked + .en-tag:before {
  background-color: #cecece;
}

.en-cookie-notification {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 18.75em;
  padding: 0.25em 0;
  background-color: #d4eae5;
  background-color: rgba(212, 234, 229, 0.95);
  z-index: 10;
}

.en-cookie-notification__text,
.en-cookie-notification__button {
  padding: 0.25em 0;
}

.en-infobox {
  margin: auto;
  max-width: 22.5rem;
  font-size: 0.875em;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  background-color: #d4eae5;
}

.en-infobox__content-cnt {
  padding: 1.25em 1em;
}

.en-infobox__title {
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}

.en-author {
  display: table;
  table-layout: auto;
  width: 100%;
  max-width: 18em;
  color: #909090;
}

.en-author__image-cnt,
.en-author__content-cnt {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.en-author__image-cnt {
  width: auto;
}

.en-author__content {
  display: block;
}

.en-author__title {
  display: block;
}

.en-author__subtitle {
  display: block;
  font-weight: 400;
}

.en-author__image {
  overflow: hidden;
  border-radius: 10em;
  max-width: none;
  width: 4em;
}

.en-author__links {
  display: none;
}

@media screen and (min-width: 78.75em) {
  .en-author,
  .en-author__image-cnt,
  .en-author__content-cnt {
    display: block;
  }
  .en-author {
    text-align: center;
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
  }
  .en-author__content-cnt {
    padding-top: 1.2em;
    margin-top: 0.4em;
  }
  .en-author__content-cnt:before {
    border-top: 1px solid;
    position: absolute;
    top: 0;
    left: 0.2em;
    right: 0.2em;
    opacity: 0.5;
  }
  .en-author__image-cnt + .en-author__content-cnt:before {
    content: "";
    display: block;
  }
  .en-author__links {
    display: block;
  }
}

.en-breadcrumbs {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #909090;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.en-thumbnail-graphic {
  background-color: #d4eae5;
  background-image: url("../../assets/images/bee-logo-transparent-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 6.5em;
  background-blend-mode: soft-light;
  will-change: background-color;
  -webkit-transition: background-color 300ms cubic-bezier(0.26, 0.035, 0.105, 0.99);
  transition: background-color 300ms cubic-bezier(0.26, 0.035, 0.105, 0.99);
}

.en-thumbnail-graphic__cnt:nth-child(2n+1) .en-thumbnail-graphic {
  background-color: #c7e3dd;
}

.en-thumbnail-graphic__cnt:nth-child(3n+2) .en-thumbnail-graphic {
  background-color: #badcd4;
}

.en-thumbnail-graphic__cnt:nth-child(5n+3) .en-thumbnail-graphic {
  background-color: #add5cc;
}

.en-thumbnail-graphic__cnt:nth-child(7n+5) .en-thumbnail-graphic {
  background-color: #a0cec4;
}

.en-thumbnail-graphic__cnt:nth-child(11n+7) .en-thumbnail-graphic {
  background-color: #93c7bb;
}

.en-thumbnail-graphic__cnt a:hover .en-thumbnail-graphic,
.en-thumbnail-graphic__cnt a:focus .en-thumbnail-graphic {
  background-color: #92c8bc;
}

@media print, screen and (min-width: 26.25em) {
  .en-thumbnail-graphic {
    background-size: 10em;
  }
}

.en-list.en-list {
  display: block;
  list-style: none;
  margin: 2.5em 0 1em;
}

.en-list.en-list--arrows {
  font-size: 1rem;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 600;
}

.en-list.en-list--arrows li,
.en-list.en-list--arrows .en-list__item {
  display: block;
  position: relative;
  border: 1px solid #cecece;
  border-style: solid none;
  margin: 0;
}

.en-list.en-list--arrows li + li,
.en-list.en-list--arrows .en-list__item + .en-list__item {
  border-top-style: none;
}

.en-list.en-list--arrows li > a,
.en-list.en-list--arrows .en-list__item-inner {
  display: block;
  position: relative;
  border: 0.8em solid transparent;
  border-left-width: 1.5em;
  padding: 0;
  padding-left: 1.5em;
  color: inherit;
}

.en-list.en-list--arrows li > a:before,
.en-list.en-list--arrows .en-list__item-inner:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  margin: -0.5em;
}

@media print, screen and (min-width: 35em) {
  .en-mdl--limit-inner .en-list.en-list--arrows {
    margin-left: -3em;
    margin-right: -3em;
  }
}

@media screen and (min-width: 58em) {
  .en-mdl--limit-inner .en-list.en-list--arrows {
    margin-left: -4em;
    margin-right: -4em;
  }
  .en-mdl--limit-inner .en-list.en-list--arrows li > a,
  .en-mdl--limit-inner .en-list.en-list--arrows .en-list__item-inner {
    border-left-width: 2em;
    padding-left: 2em;
  }
}

.en-accordion {
  font-size: 1rem;
}

.en-accordion__item {
  display: block;
  position: relative;
  border: 1px solid #cecece;
  border-style: solid none;
  margin: 0;
}

.en-accordion__item + .en-accordion__item {
  border-top-style: none;
}

.en-accordion__item-content,
.en-accordion__item-title {
  display: block;
  position: relative;
  border: 0.8em solid transparent;
  border-left-width: 1.5em;
  padding-left: 1.5em;
}

.en-accordion__item-title {
  color: inherit;
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-weight: 600;
}

.en-accordion__item-title:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  margin: -0.5em;
}

.en-accordion__item-content {
  position: relative;
  padding: 0.8em 0.8em 0.8em 3em;
  border-style: none;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
}

html.js .en-accordion__item:not(.en-is-open) .en-accordion__item-content {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.en-accordion__item.en-is-open .en-accordion__item-title:before {
  content: "";
}

@media print, screen and (min-width: 35em) {
  .en-mdl--limit-inner .en-accordion {
    margin-left: -3em;
    margin-right: -3em;
  }
}

@media screen and (min-width: 58em) {
  .en-mdl--limit-inner .en-accordion {
    margin-left: -4em;
    margin-right: -4em;
  }
  .en-mdl--limit-inner .en-accordion__item-content {
    padding-left: 4em;
  }
  .en-mdl--limit-inner .en-accordion__item-title {
    border-left-width: 2em;
    padding-left: 2em;
  }
}

.en-collapsible {
  position: relative;
  max-height: 5.75em;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 2.2rem;
  z-index: 0;
}

.en-collapsible:after {
  content: "";
  display: block;
  position: relative;
  height: 2.2rem;
  margin-bottom: -2.2rem;
  z-index: 2;
  background-color: white;
}

.en-collapsible__trigger {
  display: block;
  position: absolute;
  height: 2.2rem;
  line-height: 1rem;
  padding-top: 0.4em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  background-color: white;
}

.en-collapsible.en-is-open {
  max-height: none;
  padding-bottom: 0;
}

.en-collapsible.en-is-open .en-collapsible__trigger {
  display: none;
}

.en-back-to-top {
  position: fixed;
  bottom: 0.375rem;
  right: 0.75rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  opacity: 0;
  z-index: 80;
  visibility: hidden;
  -webkit-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.en-is-scrolled .en-back-to-top {
  opacity: 0.35;
  visibility: visible;
}

.en-back-to-top:focus, .en-back-to-top:hover {
  opacity: 1;
}

@media print, screen and (min-width: 52.5em) {
  .en-back-to-top {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 78.75em) {
  .en-mdl-wrapper_start[data-en-mdl-wrapper_style="content_aside"] .en-mdl-wrapper_start__inner2 {
    position: absolute;
    top: 0;
    right: 100%;
    width: 10em;
    background-color: white;
    padding-bottom: 1em;
    z-index: 1;
  }
  .en-mdl-wrapper_start[data-en-mdl-wrapper_style="content_aside"] .en-mdl-wrapper_start__inner2 > .en-mdl {
    border-bottom-style: none;
  }
  .en-mdl-wrapper_start[data-en-mdl-wrapper_style="content_aside"] [data-en-mdl-level="1"]:first-child,
  .en-mdl-wrapper_start[data-en-mdl-wrapper_style="content_aside"] + .en-mdl-share + .en-mdl,
  .en-mdl-wrapper_start[data-en-mdl-wrapper_style="content_aside"] + .en-mdl {
    margin-top: 0;
    border-top-width: 0;
  }
}

.en-mdl-text[data-en-mdl-style="center"] {
  text-align: center;
}

.en-mdl-heading--auto {
  position: absolute;
  width: 0;
  overflow: hidden;
}

.en-mdl-heading[data-en-mdl-style="center"] {
  text-align: center;
}

.en-mdl-heading[data-en-mdl-style="separator"] {
  text-align: center;
}

.en-mdl-heading[data-en-mdl-style="separator"] .en-mdl-heading__inner:before {
  content: "";
  display: block;
  border-top: 1px solid;
  padding-bottom: 0.6em;
  margin-top: 0.6em;
  color: #909090;
}

.en-mdl-image {
  text-align: center;
}

.en-mdl-image[data-en-mdl-style="publication"] .en-mdl-image__inner {
  max-width: 22em;
}

.en-mdl-image[data-en-mdl-style="publication"] .en-mdl-image__image {
  -webkit-box-shadow: 0.0625em 0.0625em 0.625em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.0625em 0.0625em 0.625em 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 64em) {
  .en-mdl-image[data-en-mdl-style="publication"] .en-mdl-image__inner.en-mdl-image__inner {
    padding-left: 25%;
    padding-right: 5%;
    max-width: none;
  }
}

.en-mdl-text_image .en-mdl-text {
  vertical-align: middle;
}

@media print, screen and (min-width: 52.5em) {
  .en-mdl-text_image[data-en-mdl-style="text_image"] {
    direction: rtl;
  }
  .en-mdl-text_image[data-en-mdl-style="text_image"] .en-mdl-image,
  .en-mdl-text_image[data-en-mdl-style="text_image"] .en-mdl-text {
    direction: ltr;
  }
  .en-mdl-text_image[data-en-mdl-style="image_text"] .en-mdl-image {
    text-align: right;
  }
}

.en-mdl-video__ratio {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.en-mdl-video__video {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.en-mdl-list__inner:before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  width: 1em;
  height: 1em;
  background-image: url("../../assets/images/bee-logo-transparent-black.svg");
  background-size: 1em;
  font-size: 3em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation: circle-cw 3s infinite linear both paused;
  animation: circle-cw 3s infinite linear both paused;
}

.en-mdl-list__submodules {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}

.en-mdl-list__link-cnt-inner {
  margin-top: 2em;
  text-align: center;
}

.en-mdl-list__count-cnt-inner {
  margin-top: 1em;
}

.en-mdl-list.en-is-loading .en-mdl-paging,
.en-mdl-list.en-is-loading .en-mdl-list__submodules {
  opacity: 0.25;
  pointer-events: none;
}

.en-mdl-list.en-is-loading .en-mdl-list__inner:before {
  opacity: 1;
  z-index: 10;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.en-mdl-list_filter {
  padding-top: 1.25em;
  padding-bottom: 3.5em;
}

.en-mdl-list_filter__submit {
  display: none;
}

.en-mdl-list_filter__controls {
  display: none;
}

.en-mdl-list_filter__inner .en-filter--search {
  float: none;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

.en-filter__item.en-is-disabled {
  opacity: 0.5;
}

.en-mdl-list_item {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.en-mdl-list_item__inner {
  -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: color;
}

.en-mdl-list_item__content-cnt {
  position: relative;
  z-index: 5;
}

.en-mdl-list_item__heading,
.en-mdl-list_item__text {
  max-height: 4.5em;
  max-width: 100%;
  overflow: hidden;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
}

.en-mdl-list_item__heading {
  max-height: 3em;
  margin: 0.35em auto 0;
  width: 16em;
}

.en-mdl-list_item__heading.en-format-title-small,
.en-mdl-list_item__text.en-format-title-small {
  max-height: 3.6em;
}

.en-mdl-list_item__text {
  margin: 0.6em auto 0;
  max-width: 26em;
  padding-left: 4%;
  padding-right: 4%;
  line-height: 1.35;
}

.en-mdl-list_item__footer {
  font-size: 0.9em;
  line-height: 1;
  margin-top: 0.6em;
  margin-bottom: -0.4em;
}

.en-mdl-list_item__image-cnt {
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.en-mdl-list_item__image-wrapper {
  white-space: nowrap;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.en-mdl-list_item__image-wrapper:after {
  white-space: nowrap;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  z-index: -1;
}

.en-mdl-list_item__image {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .en-mdl-list_item__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.en-mdl-list_item__inner:focus,
a.en-mdl-list_item__inner:hover {
  color: #31937d;
  outline: none;
}

.en-mdl-list_item__inner:focus .en-mdl-list_item__image-wrapper,
a.en-mdl-list_item__inner:hover .en-mdl-list_item__image-wrapper {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.en-mdl-list_item[data-en-mdl-style="person"] .en-mdl-list_item__text {
  margin-top: 0.25em;
}

.en-mdl-list_item[data-en-mdl-style="publication"] .en-mdl-list_item__text {
  margin-top: 0.25em;
}

.en-mdl-list_item[data-en-mdl-style="publication"] .en-mdl-list_item__image-cnt {
  overflow: visible;
}

.en-mdl-list_item[data-en-mdl-style="publication"] .en-thumbnail-graphic {
  background-color: transparent !important;
}

.en-mdl-list_item[data-en-mdl-style="publication"] .en-mdl-list_item__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: initial;
  object-fit: initial;
  -webkit-box-shadow: 0.0625em 0.0625em 0.625em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.0625em 0.0625em 0.625em 0 rgba(0, 0, 0, 0.3);
}

.en-mdl-list_item[data-en-mdl-style="publication"] .en-mdl-list_item__content-cnt {
  padding-left: 5%;
  padding-right: 5%;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__image-cnt {
  margin-bottom: 0;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__inner {
  color: white;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__image-cnt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-color: black;
  z-index: 1;
  mix-blend-mode: multiply;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__content-cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1em solid transparent;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__content-cnt > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__image {
  width: auto;
  height: 100%;
  max-width: none;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__meta {
  margin-bottom: auto;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__text {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__footer.en-grid {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  width: calc(100% + 1.5rem);
}

.en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__image-cnt[data-en-ratio]:after {
  min-height: 14em;
}

.en-mdl-list_item[data-en-mdl-style="event"] {
  font-size: 0.9em;
}

@media print, screen and (min-width: 26.25em) {
  .en-mdl-list_item[data-en-mdl-style="event"] {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 26.25em) and (max-width: 31.99em) {
  .en-mdl-list_item[data-en-mdl-style="event"] .en-mdl-list_item__inner {
    border-left-width: 0.375rem;
    border-right-width: 0.375rem;
  }
}

@media print, screen and (min-width: 38.5em) {
  .en-mdl-list_item[data-en-mdl-style="event"] {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 57.5em) {
  .en-mdl-list_item[data-en-mdl-style="event"] {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 62.5em) {
  .en-mdl-list_item[data-en-mdl-style="event"] {
    font-size: 1em;
  }
}

.en-mdl-list_item[data-en-mdl-style="press"] {
  text-align: inherit;
}

.en-mdl-list_item[data-en-mdl-style="press"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  right: 0.75rem;
  left: 0.75rem;
  border: 1px solid;
  z-index: -1;
}

.en-mdl-list_item[data-en-mdl-style="press"] .en-mdl-list_item__content-cnt {
  padding: 1em 1.25em;
}

.en-mdl-list_item[data-en-mdl-style="press"] .en-mdl-list_item__heading {
  max-height: none;
  display: block;
}

.en-mdl-list_item--faded .en-mdl-list_item__image-cnt {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.en-mdl-list_item--faded .en-text-primary {
  color: #d4eae5;
}

.en-mdl-paging {
  text-align: center;
}

.en-mdl-paging__item.en-is-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.no-opacity .en-mdl-paging__item.en-is-disabled {
  visibility: hidden;
}

.en-mdl-paging__item--next:after {
  content: "";
}

.en-mdl-paging__item--prev:before {
  content: "";
}

.en-mdl-paging__item--more:before, .en-mdl-paging__item--more:after {
  content: none;
  display: none;
}

.en-mdl-paging__item--more.en-is-disabled {
  display: none;
}

.en-mdl-search__cnt {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}

.en-mdl-search .en-input {
  background-color: white;
}

@media print, screen and (min-width: 52.5em) {
  .en-mdl-stage + .en-mdl-search {
    margin-top: -6.5em;
    border-top-width: 0;
  }
}

.en-mdl-map__map {
  min-height: 18.75em;
}

.en-mdl-map__info-window {
  width: 12em;
  max-width: 100%;
  padding-bottom: 1px;
}

.en-mdl-stage {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en-mdl-stage__item {
  position: relative;
  background-color: black;
  text-align: center;
  white-space: nowrap;
}

.en-mdl-stage__item:after {
  content: '';
  display: inline-block;
  width: 1px;
  margin: 0 -1px 0 -0.26em;
  height: 18em;
  vertical-align: middle;
  padding-top: 33.33%;
  font-size: 1em;
  font-size: inherit;
}

.en-mdl-stage__item:before {
  content: none;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 2.5em 8%;
  border: 1px solid;
  z-index: 3;
  pointer-events: none;
}

.en-mdl-stage__item[data-en-mdl-stage-item-text-color="light"] {
  color: white;
}

.en-mdl-stage__item[data-en-mdl-stage-item-text-color="dark"] {
  color: black;
}

.en-mdl-stage__item-inner {
  display: inline;
}

.en-mdl-stage__image-cnt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: black;
  background-color: black;
}

.en-mdl-stage__image-cnt:after, .en-mdl-stage__image-cnt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: inherit;
  z-index: 1;
  mix-blend-mode: multiply;
}

.en-mdl-stage__image-cnt:after {
  content: none;
  display: none;
  left: 50%;
  z-index: 3;
  mix-blend-mode: unset;
}

.en-mdl-stage__image-cnt-inner,
.en-mdl-stage__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
}

.en-mdl-stage__item--darken .en-mdl-stage__image-cnt {
  -webkit-box-shadow: 0 0 16rem -3rem inset;
  box-shadow: 0 0 16rem -3rem inset;
}

.en-mdl-stage__item--darken .en-mdl-stage__image-cnt:before {
  opacity: 0.3;
}

.en-mdl-stage__limiter {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  white-space: normal;
  border-top: 2.5em solid transparent;
  border-bottom: 2em solid transparent;
  padding-left: 4%;
  padding-right: 4%;
  z-index: 5;
}

.en-mdl-stage__text {
  text-align: center;
}

.en-mdl-stage__title {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0.2em;
}

.en-mdl-stage__subtitle {
  margin-top: 0.75em;
}

.en-mdl-stage__button_wrapper {
  margin-top: 1.5em;
}

.en-mdl-stage__scroller {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5em;
  padding: 1em 0.5em;
  margin: 0 -2.5em;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 6;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.en-mdl-stage__scroller-icon {
  font-size: 3em;
}

.en-mdl-stage__scroller:hover {
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}

@media print, screen and (min-width: 26.25em) {
  .en-mdl-stage__limiter {
    padding: 0;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-mdl-stage__item:before {
    margin: 5.25em 22%;
  }
  .en-mdl-stage__item:after {
    height: 27em;
    padding-top: 15%;
    min-height: 40vh;
  }
  .en-mdl-stage__limiter {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (min-width: 78.75em) {
  .en-mdl-stage__item:after {
    height: 30em;
  }
}

@media screen and (min-width: 90em) {
  .en-mdl-stage__item:after {
    height: 32em;
  }
}

.en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:before {
  height: 75%;
  max-height: 16em;
  margin-top: auto;
  margin-bottom: auto;
}

.en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:after {
  min-height: calc(100vh - 2.625em);
  margin-top: 2px;
}

.admin-bar .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:after {
  margin-bottom: -32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:after {
    margin-bottom: -46px;
  }
}

@media print, screen and (min-width: 26.25em) {
  .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:after {
    min-height: calc(100vh - 6em);
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-mdl-stage[data-en-mdl-style="fullscreen"] .en-mdl-stage__item:before {
    max-height: 20em;
  }
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="border"]:before {
  content: "";
  display: block;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="border"] .en-mdl-stage__image-cnt:after {
  content: "";
  display: block;
  mix-blend-mode: unset;
  opacity: 1 !important;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="border"] .en-mdl-stage__image-cnt {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="border"][data-en-mdl-stage-item-direction="right"]:before {
  right: 50%;
  margin-right: 0 !important;
  border-right-style: none;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="border"][data-en-mdl-stage-item-direction="left"]:before {
  left: 50%;
  margin-left: 0 !important;
  border-left-style: none;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="border"][data-en-mdl-stage-item-direction="left"] .en-mdl-stage__image-cnt:after {
  left: 0;
  right: 50%;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"] .en-mdl-stage__image-cnt.en-mdl-stage__image-cnt {
  color: black;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"] .en-mdl-stage__image-cnt.en-mdl-stage__image-cnt:before {
  background-color: black;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"] .en-mdl-stage__image-cnt:after {
  content: "";
  display: block;
  left: 50%;
  right: auto;
  padding: 0 12.5%;
  margin: auto;
  -webkit-transform: translateX(-50%) skewX(7.5deg);
  transform: translateX(-50%) skewX(7.5deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-clip: content-box;
}

.en-mdl-stage__item[data-en-mdl-stage-item-style="rhomboid"][data-en-mdl-stage-item-direction="left"] .en-mdl-stage__image-cnt:after {
  -webkit-transform: translateX(-50%) skewX(-7.5deg);
  transform: translateX(-50%) skewX(-7.5deg);
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="petrol"] {
  background-color: #d4eae5;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="petrol"] .en-mdl-stage__image-cnt {
  color: #d4eae5;
  background-color: #d4eae5;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="raspberry"] {
  background-color: #d97373;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="raspberry"] .en-mdl-stage__image-cnt {
  color: #d97373;
  background-color: #d97373;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="blueberry"] {
  background-color: #495978;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="blueberry"] .en-mdl-stage__image-cnt {
  color: #495978;
  background-color: #495978;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="strawberry"] {
  background-color: #ee5b5b;
}

.en-mdl-stage__item[data-en-mdl-stage-item-color="strawberry"] .en-mdl-stage__image-cnt {
  color: #ee5b5b;
  background-color: #ee5b5b;
}

.en-mdl-stage__limiter {
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s, opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform, opacity;
  opacity: 1;
}

.en-mdl-stage__item:before,
.en-mdl-stage__image-cnt:after {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity;
  opacity: 1;
}

.en-in-view-element:not(.en-is-in-view) .en-mdl-stage__limiter {
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  opacity: 0;
}

.en-in-view-element:not(.en-is-in-view) .en-mdl-stage__item:before,
.en-in-view-element:not(.en-is-in-view) .en-mdl-stage__image-cnt:after {
  opacity: 0;
}

.en-mdl-stage__image-cnt {
  top: -3em;
  bottom: -3em;
}

.en-mdl-gallery__thumbnail {
  display: inline-block;
  float: none;
  width: 50%;
  border-width: 0.75rem;
}

.en-mdl-gallery__trigger {
  display: block;
}

.en-mdl-gallery__trigger:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.5em -0.5em -0.5em -0.5em;
  font-size: 2rem;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.en-mdl-gallery__trigger:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.en-mdl-gallery__trigger:hover .en-mdl-gallery__image {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.en-mdl-gallery__image-cnt {
  overflow: hidden;
}

.en-mdl-gallery__image {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 1s;
  transition: opacity 0.5s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.5s;
  transition: transform 1s, opacity 0.5s, -webkit-transform 1s;
}

@media print, screen and (min-width: 40em) {
  [data-en-mdl-gallery-size="tiny"] .en-mdl-gallery__thumbnail,
  [data-en-mdl-gallery-size="small"] .en-mdl-gallery__thumbnail {
    width: 33.3333%;
  }
}

@media print, screen and (min-width: 52.5em) {
  [data-en-mdl-gallery-size="tiny"] .en-mdl-gallery__thumbnail {
    width: 25%;
  }
}

@media screen and (max-width: 26.24em) {
  .en-mdl-gallery__thumbnail {
    border-width: 0.1875rem;
  }
}

@media screen and (max-width: 52.49em) {
  .en-mdl-gallery__thumbnail {
    border-width: 0.375rem;
  }
}

@media screen and (min-width: 78.75em) {
  .en-mdl-author[data-en-mdl-style="aside"] .en-mdl-author__inner {
    border-style: none;
  }
  .en-mdl.en-mdl-breadcrumb + .en-mdl-author[data-en-mdl-style="aside"] {
    margin-top: -1.9em;
  }
}

.en-mdl-author__header {
  border-bottom: 1px solid #909090;
  padding-bottom: 0.5em;
}

.en-mdl-share {
  color: #909090;
}

.en-mdl-share__service-inner {
  background-color: white;
  -webkit-transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: color;
}

a.en-mdl-share__service-inner:focus,
a.en-mdl-share__service-inner:hover {
  outline: none;
  color: black;
}

@media screen and (min-width: 78.75em) {
  .en-mdl-share {
    position: fixed;
    left: 2em;
    left: calc((100vw - 67.5rem) / 4 - 2.5em);
    top: 50%;
    width: 5em;
    z-index: 5;
    text-align: center;
  }
  .en-mdl-share__inner {
    white-space: nowrap;
  }
  .en-mdl-share__inner:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 14em;
    margin-left: -0.26em;
  }
  .en-mdl-share__services {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .en-mdl-share__service {
    float: none;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .en-mdl-share {
      position: absolute;
      top: 0;
      bottom: 0;
    }
    .en-mdl-share__inner {
      position: -webkit-sticky;
      position: sticky;
      top: 50%;
      top: calc(50% - 7em);
    }
  }
}

.en-mdl-form_newsletter {
  text-align: center;
}

.en-mdl-form_newsletter .en-input-cnt {
  max-width: 17.5em;
  margin-left: auto;
  margin-right: auto;
}

.en-mdl-form_newsletter .en-format-marker {
  color: #ee5b5b;
}

.mc-field-group.input-group strong {
  text-transform: none;
  letter-spacing: 0.0125em;
}

.en-mailchimp-signup .en-replacement--checkbox {
  text-indent: 0;
  padding-left: 0;
}

.en-mailchimp-signup .en-replacement--checkbox:before {
  background-color: #FFFFFF;
  border: 1px solid #ABB0B2;
  border-radius: 3px;
  margin-top: -2px;
  margin-right: 0.375rem;
}

#mc-embedded-subscribe {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.en-checkbox-group-require {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.en-is-required-not-fit .en-checkbox-group-require {
  max-height: 3em;
  padding: 0;
  opacity: 1;
  display: block !important;
}

.en-checkbox-require {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.en-is-required .en-checkbox-require {
  max-height: 3em;
  padding: 0;
  opacity: 1;
  display: block;
  padding: 1.5em 0;
  color: #ee5b5b;
}

.response {
  opacity: 0;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
}

.response[style="display:none"] + .response-translate, .response[style="display:none;"] + .response-translate {
  display: none;
}

.response[style="display:block;"] + .response-translate {
  display: block;
}

.response-translate {
  padding: 2em 0;
}

.en-newsletter_register {
  margin-top: 1em;
}

.response-translate.en-text-error {
  color: #ee5b5b;
}

.en-mdl-preview {
  text-align: center;
}

.en-mdl-preview .en-format-marker {
  color: #ee5b5b;
}

.en-mdl-preview__image-cnt {
  display: block;
  overflow: hidden;
  max-width: 14em;
  margin: 1.5em auto 2em;
  padding: 1em;
  border-bottom: 1px solid #909090;
}

.en-mdl-preview__image-wrapper {
  display: block;
  margin-bottom: -2em;
  max-height: 12.5em;
  -webkit-box-shadow: 0.0625em 0.0625em 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.0625em 0.0625em 1em 0 rgba(0, 0, 0, 0.3);
}

.en-mdl-preview__image {
  display: block;
  width: 100%;
}

.en-mdl-event_info__inner.en-grid {
  border: 0.75rem solid transparent;
}

.en-mdl-embed_code iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0 none;
  margin: 0 auto;
}

.en-hidden,
.js .en-hidden-js,
.no-js .en-hidden-no-js {
  display: none !important;
}

@media print {
  .en-hidden-print {
    display: none !important;
  }
}


.en-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media print, screen and (min-width: 26.25em) {
  .en-hidden-small-up {
    display: none !important;
  }
}

@media screen and (max-width: 26.24em) {
  .en-hidden-small-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 52.5em) {
  .en-hidden-medium-up {
    display: none !important;
  }
}

@media screen and (max-width: 52.49em) {
  .en-hidden-medium-down {
    display: none !important;
  }
}

@media screen and (min-width: 78.75em) {
  .en-hidden-large-up {
    display: none !important;
  }
}

@media print, screen and (max-width: 78.74em) {
  .en-hidden-large-down {
    display: none !important;
  }
}
