/*--------------------------------------------------
	Urgent
--------------------------------------------------*/
.urgent {
  background-color: #AE4141;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250; }
  .mason--urgent .urgent {
    display: block; }

.urgent__inner {
  position: relative; }

.urgent__list {
  padding: 10px 0; }

.urgent__item__link {
  color: #fff;
  text-decoration: none;
  display: inline-block; }

.urgent__item__title {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 35px; }
  .urgent__item__title svg {
    margin-right: 10px; }

.urgent__item__intro {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 35px; }

.urgent__close {
  background-color: #AE4141;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 15px;
  right: 0;
  color: #fff; }

@media all and (min-width: 1025px) {
  .urgent__close {
    right: 5px; } }

@media all and (min-width: 1301px) {
  .urgent__close {
    right: 5%; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero {
  position: relative;
  min-height: 400px;
  max-height: 650px; }
  .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.55556%; }

.hero__inner {
  background-color: #000; }
  .hero__inner:before {
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0)));
    background: -webkit-linear-gradient(bottom, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0));
    background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0));
    background: linear-gradient(to top, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0)); }

.hero__slideshow {
  opacity: 0.9; }

.hero__center {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  z-index: 2;
  text-align: center; }

.hero__title__item {
  bottom: 0;
  top: auto !important;
  display: none;
  width: 100%; }
  .hero__title__item:first-child {
    display: block; }
  .hero__title__item h2 {
    margin: 0;
    font-size: 2em;
    color: #fff;
    line-height: 1.1; }

@media all and (min-width: 1025px) {
  .hero__title__item h2 {
    font-size: 3.5em; } }

/*--------------------------------------------------
	Welcome
--------------------------------------------------*/
.welcome {
  padding: 50px 0;
  text-align: center;
  position: relative; }
  .welcome .button__link {
    margin: 0; }

.welcome__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1150px;
  position: relative;
  z-index: 1; }

.welcome__left {
  text-align: center; }

.welcome__subtitle {
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(1, 1, 101, 0.5); }

.welcome__title {
  font-size: 2em;
  margin: 0 0 10px; }

.welcome__region {
  margin-bottom: 0; }

.welcome__img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden !important;
  position: relative;
  margin: 25px auto 0;
  -webkit-box-shadow: 0 15px 40px rgba(34, 34, 34, 0.2);
  box-shadow: 0 15px 40px rgba(34, 34, 34, 0.2); }

.welcome__watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(70%, 30%);
  -ms-transform: translate(70%, 30%);
  transform: translate(70%, 30%);
  width: 400px;
  max-width: 80%;
  opacity: 0.05; }

@media all and (min-width: 1025px) {
  .welcome {
    padding: 110px 0; }
    .welcome .button__link {
      margin: 15px 0 0; }
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome__left {
    width: calc(100% - 450px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 45px;
    text-align: left; }
  .welcome__title {
    font-size: 2.875em;
    margin: 5px 0 25px; }
  .welcome__right {
    width: 450px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    z-index: 1; }
  .welcome__img {
    width: 450px;
    height: 450px;
    margin: 0; } }

/*--------------------------------------------------
	Quicklinks
--------------------------------------------------*/
.ql {
  background-color: #010165;
  position: relative;
  padding: 75px 0; }

.ql__curve {
  position: relative;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 64px;
  z-index: 1; }
  .ql__curve:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 3.90244%; }
  .ql__curve svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .ql__curve svg path {
      fill: #fff; }

.ql__curve--top {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  top: 0; }

.ql__curve--bot {
  bottom: 0; }

.ql__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 200px 25px 200px 25px 200px 25px 200px;
  grid-template-rows: repeat(4, 200px);
  gap: 25px 25px;
  grid-template-areas: "box1" "box2" "box3" "box4"; }

.ql__item--1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: box1; }

.ql__item--2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box2; }

.ql__item--3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: box3; }

.ql__item--4 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: box4; }

.ql__item {
  position: relative; }

.ql__item__inner {
  display: block;
  text-decoration: none;
  background-color: #010165;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 40px rgba(34, 34, 34, 0);
  box-shadow: 0 15px 40px rgba(34, 34, 34, 0);
  -webkit-transition: -webkit-box-shadow 350ms ease;
  transition: -webkit-box-shadow 350ms ease;
  -o-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease, -webkit-box-shadow 350ms ease; }
  .ql__item__inner:hover {
    -webkit-box-shadow: 0 15px 40px rgba(34, 34, 34, 0.2);
    box-shadow: 0 15px 40px rgba(34, 34, 34, 0.2); }
    .ql__item__inner:hover .ql__item__img {
      opacity: 0.25; }
    .ql__item__inner:hover .ql__item__info {
      -webkit-transform: translateY(-50%) translateY(-32.5px);
      -ms-transform: translateY(-50%) translateY(-32.5px);
      transform: translateY(-50%) translateY(-32.5px); }
      .ql__item__inner:hover .ql__item__info span {
        opacity: 1; }

.ql__item__img {
  opacity: 0.75;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

.ql__item__info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .ql__item__info h3 {
    margin: 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2; }
  .ql__item__info span {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-color: #fff;
    border: 3px #fff solid;
    border-radius: 25px;
    line-height: 20px;
    padding: 12px 22px;
    color: #010165;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: opacity 350ms ease, color 350ms ease, background-color 350ms ease;
    -o-transition: opacity 350ms ease, color 350ms ease, background-color 350ms ease;
    transition: opacity 350ms ease, color 350ms ease, background-color 350ms ease; }
    .ql__item__info span:hover {
      background-color: transparent;
      color: #fff; }

@media all and (min-width: 769px) {
  .ql__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 330px 50px 330px;
    grid-template-rows: repeat(2, 330px);
    gap: 50px 50px;
    grid-template-areas: "box1 box2" "box3 box4"; }
  .ql__item--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .ql__item--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .ql__item--3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .ql__item--4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }

@media all and (min-width: 1025px) {
  .ql {
    padding: 180px 0; }
  .ql__list {
    -ms-grid-columns: 1.3fr 1fr 1fr;
    grid-template-columns: 1.3fr 1fr 1fr;
    -ms-grid-rows: 330px 200px;
    grid-template-rows: 330px 200px;
    grid-template-areas: "box1 box2 box3" "box1 box4 box4"; }
  .ql__item__title {
    font-size: 2em; }
  .ql__item--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
  .ql__item--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .ql__item--3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .ql__item--4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2; } }

/*--------------------------------------------------
	News
--------------------------------------------------*/
.news {
  padding: 50px 0; }

.news__inner {
  position: relative; }

.news__watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-70%, 30%);
  -ms-transform: translate(-70%, 30%);
  transform: translate(-70%, 30%);
  width: 400px;
  max-width: 80%;
  opacity: 0.05; }

.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.news__title {
  font-size: 2em;
  margin: 0; }

.news__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news__btn {
  width: 80px;
  height: 80px;
  border: 12px rgba(1, 1, 101, 0.1) solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #010165;
  font-size: 1.125em;
  -webkit-transition: border-color 350ms ease, opacity 350ms ease;
  -o-transition: border-color 350ms ease, opacity 350ms ease;
  transition: border-color 350ms ease, opacity 350ms ease; }
  .news__btn:disabled {
    opacity: 0.5; }
  .news__btn:enabled:hover {
    border-color: #010165; }

.news__btn--prev {
  margin-right: 10px; }

.news__container {
  position: relative; }
  .news__container .admin__edit {
    top: 0;
    right: 0; }
  .news__container .admin__edit--1 {
    top: 35px; }
  .news__container .admin__edit--2 {
    top: 70px; }
  .news__container .admin__edit--3 {
    top: 105px; }
  .news__container .admin__edit--4 {
    top: 140px; }

.news__status {
  color: #010165;
  font-size: 2em;
  text-align: center;
  font-weight: 900; }

.news__list .owl-item {
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .news__list .owl-item.active {
    opacity: 1; }

.news__item {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(34, 34, 34, 0.2);
  box-shadow: 0 15px 40px rgba(34, 34, 34, 0.2);
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px; }

.news__item__left {
  position: relative;
  width: 100%;
  border-radius: 25px;
  overflow: hidden; }
  .news__item__left:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

.news__item__icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125em;
  color: #010165; }
  .news__item--twitter .news__item__icon {
    color: #1da1f2; }
  .news__item--facebook .news__item__icon {
    color: #1877f2; }
  .news__item--instagram .news__item__icon {
    color: #c32aa3; }

.news__item__right {
  padding: 10px 0 20px; }

.news__item__title {
  margin: 0 0 20px;
  font-size: 1.5em; }
  .news__item--twitter .news__item__title {
    color: #1da1f2; }
  .news__item--facebook .news__item__title {
    color: #1877f2; }
  .news__item--instagram .news__item__title {
    color: #c32aa3; }

.news__item__text {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  max-height: 8em;
  overflow: hidden; }
  .news__item__text strong {
    font-weight: 400;
    color: #010165; }
    .news__item--twitter .news__item__text strong {
      color: #1da1f2; }
    .news__item--facebook .news__item__text strong {
      color: #1877f2; }
    .news__item--instagram .news__item__text strong {
      color: #c32aa3; }

.news__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }

.news__item__more {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 22px;
  border: 3px #010165 solid;
  border-radius: 25px;
  background-color: #010165;
  text-decoration: none;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease; }
  .news__item--twitter .news__item__more {
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .news__item--facebook .news__item__more {
    background-color: #1877f2;
    border-color: #1877f2; }
  .news__item--instagram .news__item__more {
    background-color: #c32aa3;
    border-color: #c32aa3; }
  .news__item__more:hover {
    color: #010165;
    background-color: #fff; }
    .news__item--twitter .news__item__more:hover {
      color: #1da1f2; }
    .news__item--facebook .news__item__more:hover {
      color: #1877f2; }
    .news__item--instagram .news__item__more:hover {
      color: #c32aa3; }

.news__item__date {
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: 0.15em;
  color: #010165; }
  .news__item--twitter .news__item__date {
    color: #1da1f2; }
  .news__item--facebook .news__item__date {
    color: #1877f2; }
  .news__item--instagram .news__item__date {
    color: #c32aa3; }

@media (min-width: 650px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news__item__right {
    padding: 0 20px 0 30px;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .news__item__left {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media all and (min-width: 1025px) {
  .news {
    padding: 120px 0; }
  .news__header {
    margin-bottom: 50px; }
  .news__title {
    font-size: 3.5em; } }

/*--------------------------------------------------
	Events
--------------------------------------------------*/
.events {
  background-color: #010165;
  position: relative;
  padding: 75px 0 50px;
  overflow: hidden; }
  .events:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#010165), to(rgba(1, 1, 101, 0)));
    background: -webkit-linear-gradient(bottom, #010165, rgba(1, 1, 101, 0));
    background: -o-linear-gradient(bottom, #010165, rgba(1, 1, 101, 0));
    background: linear-gradient(to top, #010165, rgba(1, 1, 101, 0)); }

.events__curve {
  position: relative;
  position: absolute;
  left: 0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  top: 0;
  width: 100%;
  max-height: 64px;
  z-index: 2; }
  .events__curve:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 3.90244%; }
  .events__curve svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .events__curve svg path {
      fill: #fff; }

.events__bg {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  -webkit-filter: grayscale(100);
  filter: grayscale(100); }

.events__info {
  position: relative;
  z-index: 2; }

.events__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2em;
  text-align: center; }

.events__container {
  position: relative; }
  .events__container:before, .events__container:after {
    content: '';
    position: absolute;
    top: 59px;
    height: 4px;
    width: 50%;
    background: -webkit-repeating-linear-gradient(left, rgba(34, 34, 34, 0.4) 0 12px, transparent 12px 24px);
    background: -o-repeating-linear-gradient(left, rgba(34, 34, 34, 0.4) 0 12px, transparent 12px 24px);
    background: repeating-linear-gradient(to right, rgba(34, 34, 34, 0.4) 0 12px, transparent 12px 24px); }
  .events__container:before {
    right: Min(95%, calc(50% + 650px)); }
  .events__container:after {
    left: Min(95%, calc(50% + 650px)); }

.events__list {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  .events__list:before {
    content: '';
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(34, 34, 34, 0.4); }
  .events__list .owl-item {
    opacity: 0.1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    .events__list .owl-item.active {
      opacity: 1; }

.events__item {
  text-align: center;
  position: relative; }
  .events__item:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 400%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.05)), color-stop(75%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    pointer-events: none; }
  .events__item:hover:before {
    opacity: 1; }

.events__item__date {
  display: block;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.events__item__title {
  margin: 75px 0 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 1.75em;
  font-weight: 900;
  z-index: 1; }
  .events__item__title:before, .events__item__title:after {
    position: absolute;
    left: 50%;
    top: -37.5px;
    border-radius: 50%; }
  .events__item__title:before {
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: #F20000; }
  .events__item__title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 300;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #F20000;
    line-height: 40px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    -o-transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease; }
  .owl-item.active .events__item__title:hover:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

.events__item__time {
  color: #010165;
  display: block;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1; }

.events__btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  z-index: 1;
  border: 12px rgba(255, 255, 255, 0.1) solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #010165;
  font-size: 1.125em;
  -webkit-transition: border-color 350ms ease, opacity 350ms ease;
  -o-transition: border-color 350ms ease, opacity 350ms ease;
  transition: border-color 350ms ease, opacity 350ms ease; }
  .events__btn:disabled {
    opacity: 0.5; }
  .events__btn:enabled:hover {
    border-color: #010165; }

.events__btn--prev {
  left: -20px; }

.events__btn--next {
  right: -20px; }

.events__footer {
  text-align: center;
  margin-top: 25px; }
  .events__footer .button__link a {
    background-color: #fff;
    color: #010165; }
    .events__footer .button__link a:hover {
      background-color: #F20000;
      color: #fff; }

@media all and (min-width: 1025px) {
  .events {
    padding: 180px 0 120px; }
  .events__title {
    font-size: 3.5em;
    margin-bottom: 80px; }
  .events__footer {
    margin-top: 80px; } }

/*--------------------------------------------------
	Contact
--------------------------------------------------*/
.contact {
  position: relative;
  margin-bottom: -25px; }

.contact__curve {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 65px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 1; }
  .contact__curve:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 3.9039%; }
  .contact__curve svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .contact__curve svg path {
      fill: #010165; }

.contact__map {
  height: 690px;
  background: url("/_site/images/design/map.jpg") center/cover;
  cursor: pointer; }

.contact__info {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  margin: 0 auto;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  width: 110vw;
  height: 110vw;
  max-width: 400px;
  max-height: 400px; }
  .contact__info .button__link {
    margin: 0; }

.contact__info__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 15vw;
  text-align: center; }

.contact__info__watermark {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.05;
  pointer-events: none;
  margin: 0 auto; }

.contact__info__title {
  font-size: 1.5em;
  margin: 0; }

.contact__info__address, .contact__info__ep {
  line-height: 1.6;
  margin: 25px 0; }
  .contact__info__address a, .contact__info__ep a {
    color: #F20000;
    text-decoration: none;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .contact__info__address a:hover, .contact__info__ep a:hover {
      color: #010165; }

@media all and (min-width: 769px) {
  .contact__info {
    right: 5%;
    left: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    max-width: 450px;
    max-height: 450px; }
  .contact__info__inner {
    padding: 0 35px; }
  .contact__info__title {
    font-size: 2.5em; } }

@media all and (min-width: 1025px) {
  .contact {
    margin-bottom: -64px; } }

@media all and (min-width: 1301px) {
  .contact__info {
    right: calc(50% - 585px); } }
