@font-face {
  font-family: "lato";
  src: url("/_site/fonts/Lato-Light.woff") format("woff");
  src: url("/_site/fonts/Lato-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "lato";
  src: url("/_site/fonts/Lato-Regular.woff") format("woff");
  src: url("/_site/fonts/Lato-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "lato";
  src: url("/_site/fonts/Lato-Italic.woff") format("woff");
  src: url("/_site/fonts/Lato-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "lato";
  src: url("/_site/fonts/Lato-Bold.woff") format("woff");
  src: url("/_site/fonts/Lato-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "lato";
  src: url("/_site/fonts/Lato-BoldItalic.woff") format("woff");
  src: url("/_site/fonts/Lato-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "lato";
  src: url("/_site/fonts/Lato-SemiBold.woff") format("woff");
  src: url("/_site/fonts/Lato-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.home__title {
  font-size: 1.875em;
  margin: 0; }
  @media all and (min-width: 415px) {
    .home__title {
      font-size: 2em; } }
  .home__title .lte-ie8 {
    font-size: 2em; }
  @media all and (min-width: 769px) {
    .home__title {
      font-size: 2.5em; } }
  .home__title .lte-ie8 {
    font-size: 2.5em; }
  @media all and (min-width: 1025px) {
    .home__title {
      font-size: 2.875em; } }
  @media all and (min-width: 1301px) {
    .home__title {
      font-size: 3.125em; } }

.owl-nav {
  display: block;
  position: absolute;
  top: 0;
  left: -5vw;
  width: calc(100% + 10vw);
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: 3; }

.owl-next, .owl-prev {
  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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #B01C52;
  font-size: 1.625em;
  color: #5E2129;
  visibility: visible;
  cursor: pointer;
  -webkit-transition: background .3s ease, opacity .3s ease;
  -o-transition: background .3s ease, opacity .3s ease;
  transition: background .3s ease, opacity .3s ease; }
  .owl-next.disabled, .owl-prev.disabled {
    opacity: .2; }
  @media all and (min-width: 1025px) {
    .owl-next, .owl-prev {
      width: 56px;
      height: 56px;
      font-size: 1.875em; } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 50vw; }

.hero__content {
  position: absolute;
  bottom: 5vw;
  left: 0;
  width: 100%;
  z-index: 3; }
  .hero__content h2 {
    margin: 0 0 1em;
    font-size: 1.875em;
    position: relative;
    z-index: 2; }
    @media all and (min-width: 415px) {
      .hero__content h2 {
        font-size: 2.125em; } }
    .hero__content h2 .lte-ie8 {
      font-size: 2.125em; }
    @media all and (min-width: 769px) {
      .hero__content h2 {
        font-size: 2.5em; } }
    .hero__content h2 .lte-ie8 {
      font-size: 2.5em; }
    @media all and (min-width: 1025px) {
      .hero__content h2 {
        font-size: 3em; } }
    @media all and (min-width: 1301px) {
      .hero__content h2 {
        font-size: 3.5em; } }
  .hero__content span {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em); }
  .mason--loaded .hero__content span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
    transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
    -o-transition: transform .5s ease .5s, opacity .5s ease .5s;
    transition: transform .5s ease .5s, opacity .5s ease .5s;
    transition: transform .5s ease .5s, opacity .5s ease .5s, -webkit-transform .5s ease .5s; }
    .mason--loaded .hero__content span:nth-child(2) {
      -webkit-transition: opacity .5s ease .7s, -webkit-transform .5s ease .7s;
      transition: opacity .5s ease .7s, -webkit-transform .5s ease .7s;
      -o-transition: transform .5s ease .7s, opacity .5s ease .7s;
      transition: transform .5s ease .7s, opacity .5s ease .7s;
      transition: transform .5s ease .7s, opacity .5s ease .7s, -webkit-transform .5s ease .7s; }
  .mason--splash .hero__content span {
    opacity: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em); }

.hero__shape {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  .hero__shape:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 19.05472%; }
  .mason--loaded .hero__shape {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 1s ease;
    transition: -webkit-clip-path 1s ease;
    -o-transition: clip-path 1s ease;
    transition: clip-path 1s ease;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease; }
  .mason--splash .hero__shape {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  .hero__shape svg {
    width: 100%;
    height: 100%; }

@media all and (min-width: 1025px) {
  .hero__content {
    bottom: 85px; } }

.notice__bar {
  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: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0; }
  .mason--loaded .notice__bar {
    opacity: 1;
    -webkit-transition: opacity .3s ease 1s;
    -o-transition: opacity .3s ease 1s;
    transition: opacity .3s ease 1s; }
  .mason--splash .notice__bar {
    opacity: 0; }

.notice__bar__feed {
  width: 100%; }

.notice__item {
  padding: 2em 5%; }
  .notice__item h2 {
    margin: 0 0 1em;
    font-size: 1.0625em;
    color: #B01C52; }

.notice__bar__nav {
  padding: 1em;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .notice__bar__nav > div {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    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;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #B01C52;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 3px 0; }

@media all and (min-width: 750px) {
  .notice__bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .notice__bar__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .notice__bar__nav > div {
      margin: 0 3px; }
  .notice__item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
    .notice__item.cycle-slide {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
    .notice__item h2 {
      margin: 0 1em 0 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-height: 80px;
      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;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    .notice__item .button__link {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 2%; } }

@media all and (min-width: 950px) {
  .notice__bar {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 10%; }
  .notice__bar__nav {
    padding-right: 2%; }
    .notice__bar__nav .notice__bar__prev {
      margin: 0 1em 0 0; }
  .notice__bar__feed {
    border-left: 2px solid rgba(255, 255, 255, 0.2); }
  .notice__item h2 {
    color: #fff;
    border-right: 2px solid rgba(255, 255, 255, 0.2); } }

.homepage {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.home__welcome {
  padding: 3em 5%; }
  @media all and (min-width: 1409.7px) {
    .home__welcome {
      padding-left: calc(50% - 635px); } }

.home__welcome__photo {
  position: relative;
  width: 30%;
  float: right;
  margin: 0 0 1em 1em;
  overflow: hidden;
  min-width: 130px; }
  .home__welcome__photo:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 123.6%; }
  .home__welcome__photo div {
    height: 100%; }

.home__welcome__title {
  margin: 0 0 1em; }

.home__welcome__content {
  width: auto;
  display: inline; }

@media all and (min-width: 769px) {
  .home__welcome {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .home__welcome__photo {
    float: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 5%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .home__welcome__content {
    display: block; } }

.lte-ie8 .home__welcome {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lte-ie8 .home__welcome__photo {
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 5%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.lte-ie8 .home__welcome__content {
  display: block; }

@media all and (min-width: 1025px) {
  .home__welcome__photo {
    margin-left: 10%; } }

@media all and (min-width: 1301px) {
  .home__welcome__photo {
    margin-left: 15%; } }

.home__events {
  padding: 4em 5%; }
  @media all and (min-width: 1409.7px) {
    .home__events {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .mason--demo .home__events {
    background: rgba(176, 28, 82, 0.2); }
    .mason--demo .home__events .home__events__image {
      display: none; }

.home__events__image {
  z-index: 1; }
  .home__events__image div {
    height: 100%;
    background: #fff; }
  .home__events__image ~ * {
    z-index: 3; }
  .home__events__image div[data-bg].lazy--prep .lazy__load__img {
    background-color: #fff;
    background-blend-mode: luminosity;
    opacity: .2;
    background-attachment: fixed; }
  .home__events__image img {
    mix-blend-mode: luminosity;
    opacity: .2;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    .home__events__image img:hover {
      opacity: .35; }

.events__list {
  display: flow-root; }
  .mason--demo .events__list {
    overflow: hidden; }

.events__item {
  padding: 2em;
  z-index: 1;
  position: relative; }
  .events__item a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .events__item a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.home__events__title {
  position: relative; }

.home__events__feed {
  padding: 2em 0; }

.events__date span {
  display: block;
  line-height: 1; }

.events__date .day {
  font-size: 4.5em; }

.events__hr {
  margin: 2em 0;
  height: 2px;
  width: 50px;
  opacity: .5; }

.events__time {
  opacity: .5;
  margin-top: 1em; }

.events__info__title {
  margin: 0; }

.events__buttons > div {
  display: inline-block;
  margin: .5em; }

@media all and (min-width: 600px) {
  .home__events {
    padding-top: 6em;
    padding-bottom: 6em; }
  .home__events__feed {
    padding-top: 3em;
    padding-bottom: 0;
    margin-bottom: 3em; }
    .home__events__feed .owl-nav {
      bottom: 100%;
      top: auto;
      max-width: 600px;
      height: auto;
      margin: auto;
      left: 0;
      right: 0;
      width: 100%; } }

@media all and (min-width: 1025px) {
  .home__events {
    padding-top: 10.3125em;
    padding-bottom: 10.3125em; } }

@media all and (min-width: 1301px) {
  .home__events {
    padding-top: 12.5em;
    padding-bottom: 12.5em; } }

.home__latest {
  padding: 4em 0; }
  .mason--demo .home__latest {
    background: rgba(176, 28, 82, 0.2); }

#mixed__list {
  z-index: 5;
  position: relative;
  margin-bottom: 2em; }
  #mixed__list .owl-stage {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #mixed__list .owl-stage .news__item {
      height: 100%; }
  #mixed__list .owl-item {
    opacity: .1;
    visibility: visible;
    -webkit-transition: opacity .35s ease, visibility 0s ease .35s;
    -o-transition: opacity .35s ease, visibility 0s ease .35s;
    transition: opacity .35s ease, visibility 0s ease .35s; }
    #mixed__list .owl-item.active {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }

#mixed__filters {
  margin: 0 0 2em;
  position: relative;
  z-index: 6;
  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: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase; }
  #mixed__filters:before {
    content: "View: ";
    display: inline-block;
    margin-right: 1em;
    color: #B01C52;
    font-size: 0.8125em;
    letter-spacing: .05em;
    font-weight: 600; }
  #mixed__filters li {
    margin: 1em .65em;
    padding: 10px 15px;
    border-radius: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 0.6875em;
    letter-spacing: .05em;
    background: #5E2129;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease; }
    #mixed__filters li:hover {
      background: rgba(176, 28, 82, 0.2); }
    #mixed__filters li.active {
      background: #B01C52;
      color: #fff; }

.social__item {
  border-radius: 10px; }
  .social__item:hover .social__item__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.news__item {
  background: #B01C52; }
  .news__item [data-img="/_site/images/design/thumbnail.jpg"] .social__item__image {
    background: #B01C52; }

.tweets__item {
  background: #1da1f2; }
  .tweets__item [data-img=""] .social__item__image {
    background: #1da1f2; }
  .tweets__item a {
    color: #1da1f2; }

.facebook__item {
  background: #1877f2; }
  .facebook__item [data-img=""] .social__item__image {
    background: #1877f2; }
  .facebook__item .facebook__item__intro {
    overflow: hidden;
    max-height: 8em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
  .facebook__item a {
    color: #fff; }

.instagram__item {
  background: #c32aa3; }
  .instagram__item [data-img=""] .social__item__image {
    background: #c32aa3; }

.social__item__block {
  position: relative;
  min-height: 100%; }
  .social__item__block:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }

.social__item__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .social__item__image:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000; }
  .tweets__item__image .social__item__image:after,
  .facebook__item__image .social__item__image:after {
    opacity: .5; }
  .news__item__image .social__item__image:after {
    opacity: .25; }
  .instagram__item__image .social__item__image:after {
    opacity: .25; }
  [data-img=""] .social__item__image:after {
    opacity: 0.25; }
  [data-img=""] .social__item__image img {
    display: none; }
  [data-img=""] .social__item__image a {
    color: #fff !important; }

.social__item__info {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 4em 1.5em 2em;
  text-align: left; }
  .social__item__info a {
    word-break: break-all;
    font-weight: 700;
    color: #fff;
    text-decoration: none; }

.social__item__date {
  opacity: .5;
  margin: 1em 0 0;
  font-size: 0.8125em;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.social__clamp {
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  max-height: 70%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.mixed__group .news__item:first-child {
  margin-bottom: 1em; }

.social__label {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 40px;
  height: 40px;
  z-index: 3;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  .social__label:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    opacity: .9;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .tweets__item .social__label:before {
      background: rgba(29, 161, 242, 0.7); }
    .facebook__item .social__label:before {
      background: rgba(24, 119, 242, 0.7); }
    .instagram__item .social__label:before {
      background: rgba(195, 42, 163, 0.7); }
  .social__label svg {
    position: relative;
    z-index: 2; }

@media all and (min-width: 769px) {
  .home__latest {
    padding: 6em 0; }
  #mixed__filters {
    margin: 1.5em 0 3em; }
  #mixed__list .owl-item {
    overflow: hidden; }
  #mixed__list .owl-item:first-child .news__item__content {
    padding: 50px; }
    #mixed__list .owl-item:first-child .news__item__content h3 {
      font-size: 1.625em; }
  .mixed__group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px 1px;
    grid-template-areas: "grid__top" "grid__bottom";
    height: 100%;
    gap: 20px; }
    .mixed__group > .news__item {
      grid-area: grid__bottom; }
    .mixed__group > .news__item:first-child {
      grid-area: grid__top;
      margin: 0; } }

@media all and (min-width: 769px) {
  .mixed__group > .news__item {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .mixed__group > .news__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .lte-ie8 .mixed__group > .news__item {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .lte-ie8 .mixed__group > .news__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.lte-ie8 .home__latest {
  padding: 6em 0; }

.lte-ie8 #mixed__filters {
  margin: 1.5em 0 3em; }

.lte-ie8 #mixed__list .owl-item {
  overflow: hidden; }

.lte-ie8 #mixed__list .owl-item:first-child .news__item__content {
  padding: 50px; }
  .lte-ie8 #mixed__list .owl-item:first-child .news__item__content h3 {
    font-size: 1.625em; }

.lte-ie8 .mixed__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px 1px;
  grid-template-areas: "grid__top" "grid__bottom";
  height: 100%;
  gap: 20px; }
  .lte-ie8 .mixed__group > .news__item {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: grid__bottom; }
  .lte-ie8 .mixed__group > .news__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: grid__top;
    margin: 0; }

@media all and (min-width: 1025px) {
  .home__latest {
    padding: 8.125em 0; } }

.home__values {
  padding: 4em 5%;
  background: #D2AA6D; }
  @media all and (min-width: 1409.7px) {
    .home__values {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.home__values__images .lazy__load__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #D2AA6D;
  opacity: .15;
  background-blend-mode: luminosity; }

.home__values__lead {
  position: relative;
  z-index: 2;
  font-size: 1.25em;
  max-width: 900px;
  margin: 0 auto .5em; }
  @media all and (min-width: 415px) {
    .home__values__lead {
      font-size: 1.375em; } }
  .home__values__lead .lte-ie8 {
    font-size: 1.375em; }
  @media all and (min-width: 769px) {
    .home__values__lead {
      font-size: 1.625em; } }
  .home__values__lead .lte-ie8 {
    font-size: 1.625em; }
  @media all and (min-width: 1025px) {
    .home__values__lead {
      font-size: 2em; } }
  @media all and (min-width: 1301px) {
    .home__values__lead {
      font-size: 2.1875em; } }

.home__values__letters__container {
  position: relative;
  z-index: 2;
  width: 100%; }
  .home__values__letters__container:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 19.45827%; }

.aspire__fill path {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.home__values__letters {
  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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .home__values__letters[data-current="1"] path#apire--1 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .home__values__letters[data-current="2"] path#apire--2 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .home__values__letters[data-current="3"] path#apire--3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .home__values__letters[data-current="4"] path#apire--4 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .home__values__letters[data-current="5"] path#apire--5 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .home__values__letters[data-current="6"] path#apire--6 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }

.home__values__text {
  position: relative;
  z-index: 4;
  color: #B01C52;
  font-size: 1.375em;
  padding: 2em 0 1em; }
  @media all and (min-width: 415px) {
    .home__values__text {
      font-size: 1.625em; } }
  .home__values__text .lte-ie8 {
    font-size: 1.625em; }
  @media all and (min-width: 769px) {
    .home__values__text {
      font-size: 2.125em; } }
  .home__values__text .lte-ie8 {
    font-size: 2.125em; }
  @media all and (min-width: 1025px) {
    .home__values__text {
      font-size: 2.75em; } }
  @media all and (min-width: 1301px) {
    .home__values__text {
      font-size: 3.125em; } }

.aspire__item__value__item p {
  margin: 0;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  opacity: 0; }

.aspire__item__value__item.animate--out p {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease; }

.aspire__item__value__item.cycle-slide-active p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity .4s ease .2s, -webkit-transform .4s ease .2s;
  transition: opacity .4s ease .2s, -webkit-transform .4s ease .2s;
  -o-transition: opacity .4s ease .2s, transform .4s ease .2s;
  transition: opacity .4s ease .2s, transform .4s ease .2s;
  transition: opacity .4s ease .2s, transform .4s ease .2s, -webkit-transform .4s ease .2s; }

.values__pager {
  position: relative;
  z-index: 5;
  margin-top: 2em; }
  .values__pager span {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    opacity: .2;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .values__pager span:hover {
      opacity: .5; }
    .values__pager span.cycle-pager-active {
      opacity: .9; }

@media all and (min-width: 769px) {
  .home__values {
    padding-top: 8em;
    padding-bottom: 8em; } }

.lte-ie8 .home__values {
  padding-top: 8em;
  padding-bottom: 8em; }

@media all and (min-width: 1025px) {
  .home__values {
    padding-top: 11.25em;
    padding-bottom: 11.25em; } }

.mason--splash {
  overflow: hidden;
  max-height: 100vh; }
  .mason--splash .homepage {
    visibility: hidden;
    opacity: 0; }

.splash__landing {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
  transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
  -o-transition: opacity .2s ease, visibility 0s ease .2s, transform .2s ease;
  transition: opacity .2s ease, visibility 0s ease .2s, transform .2s ease;
  transition: opacity .2s ease, visibility 0s ease .2s, transform .2s ease, -webkit-transform .2s ease; }
  .mason--splash .splash__landing {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.splash__landing__bg {
  background: rgba(0, 0, 0, 0.8); }

.splash__landing__grid {
  position: absolute;
  top: 200px;
  left: 2%;
  right: 2%;
  bottom: 2em;
  width: 90%;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  max-width: 1400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #B01C52 #5E2129;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2em 2%; }
  .splash__landing__grid::-webkit-scrollbar {
    width: 6px; }
  .splash__landing__grid::-webkit-scrollbar-track {
    background-color: #5E2129;
    border-radius: 6px; }
  .splash__landing__grid::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #B01C52; }
  .splash__landing__grid ul {
    width: 100%; }
  .splash__landing__grid .subnav__grid__item {
    -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-height: 180px; }

.splash__landing__button {
  margin-top: 2em; }

@media all and (min-width: 1025px) {
  .splash__landing__grid .subnav__grid__item {
    max-height: 240px; } }

.pop__notice {
  position: fixed;
  z-index: 350;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 300vw;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility 0s ease .3s, left 0s ease .3s;
  -o-transition: opacity .3s ease, visibility 0s ease .3s, left 0s ease .3s;
  transition: opacity .3s ease, visibility 0s ease .3s, left 0s ease .3s; }
  .pop__notice.pop__notice--active {
    visibility: visible;
    opacity: 1;
    left: 0; }

.pop_notice__bg {
  background: rgba(0, 0, 0, 0.5); }

.pop__notice__flex {
  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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100vw - 100px);
  max-height: 545px;
  height: 90%;
  margin: auto;
  -webkit-transform: translateY(10em);
  -ms-transform: translateY(10em);
  transform: translateY(10em);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .pop__notice--active .pop__notice__flex {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.pop__notice__container {
  max-width: 620px;
  margin: 0 auto; }

.pop__notice__list {
  opacity: 0; }
  .mason--loaded .pop__notice__list {
    opacity: 1;
    -webkit-transition: opacity .3s ease .2s;
    -o-transition: opacity .3s ease .2s;
    transition: opacity .3s ease .2s; }

.popup__item {
  background: #fff;
  border-radius: 15px;
  padding: 3.5em 2em; }
  .popup__item h2 {
    margin: .7em 0; }
  .popup__item button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #B01C52; }
  .popup__item.cycle-slide {
    height: 100%; }
  .popup__item img[src="/_site/images/design/menu.png"] {
    -o-object-fit: contain;
    object-fit: contain; }

.popup__item__image {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .popup__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 40%; }

.pop__notice__nav {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: 2; }
  .pop__notice__nav div {
    visibility: visible;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    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;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #B01C52;
    color: #fff;
    cursor: pointer; }
  .pop__notice__nav .pop__notice__prev {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  .pop__notice__nav .pop__notice__next {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }

@media all and (min-width: 1025px) {
  .popup__item {
    padding: 4.0625em; }
    .popup__item button {
      position: absolute;
      top: 25px;
      right: 30px;
      font-size: 27px; } }
