main {
  position: relative;
}

:focus-visible {
  border: 3px solid lime;
}
.mob_serv {
  display: none;
}
.low {
  display: flex;
  z-index: 1;
  top: 123px;
  position: relative;
}

.cover {
  position: relative;
  height: 100%;
  height: calc(100dvh - 140px);
  /* min-height: 600px; */
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

.low .quick {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

.low .quick h3 {
  background-color: var(--site4);
}

.low .quick .labels {
  display: block;
  text-align: center;
}

.low .quick .labels span {
  background-color: rgba(var(--site9), 0.67);
  border-radius: 3px;
  width: fit-content;
  padding: 5px 10px;
}

.low .quick .smart-nav-submit {
  border-radius: 0.7rem;
}

.low .quick select {
  display: block;
  width: 100%;
}

.low .quick.open .wrap {
  display: block;
}

.low .quick .wrap {
  position: relative;
  display: none;
}

/* .low .quick .wrap:hover>* {
	display: block;
} */

.low .quick .wrap .fast-navigation {
  position: relative;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-bottom: 8px solid var(--site8);
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
}

.low .quick .wrap .fast-navigation > * {
  margin-block: 0.5rem;
}

/* Fast Nav */

.low .quick .fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  height: 270px;
}

.low .quick .fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

.low .quick .fast-navigation label {
  background: var(--site1);
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}

.low .quick .fast-navigation select {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 5px 10px;
  margin-block: 5px;
}

.low .quick .fast-navigation button {
  background: rgba(var(--site9), 0.8);
  background-color: var(--site3);
  border: 0;
  border-radius: 5px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  width: 100px;
  margin-top: 1rem;
}

.srv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 127px;
  height: 103px;
}

.srv .icon {
  display: flex;
  justify-content: center;
  width: 100%;
}

.serv figure {
  display: flex;
  width: 100%;
  justify-content: center;
}

.srv figcaption {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding-inline: 10px;
}

.srv:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.bn-direction-rtl .bn-controls {
  padding-left: 0.7rem;
}

span.bn-next.fa.fa-plus,
span.bn-action.bn-pause {
  font-size: 14px;
}

.news.strip .bn-news {
  position: relative;
  color: var(--site4);
}

.news.strip .container {
  min-width: unset;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

.news h2 {
  background: var(--site6);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2px;
  z-index: 4;
  border-right: 5px solid var(--site5);
}

.news h2 a {
  color: inherit;
}

.bn-news ul li a {
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: #fff;
}

.bn-news ul li a:hover {
  color: #fff;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
  background-color: var(--site5);
}

.bn-controls button {
  border: 0;
  width: 20px;
  height: 25px;
  border-radius: 3px;
  background: var(--site6);
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}

.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: var(--site2);
  color: #fff;
  box-shadow: none;
}

.fast-navigation > label,
.fast-navigation > select,
.fast-navigation > span {
  display: block;
  border-radius: 2rem;
  width: 100%;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
  display: block;
  border-radius: 2rem;
}

.fast-navigation .smart-nav-sub > select {
  width: 100%;
  margin: 0.5rem 0;
}

.smart-nav-submit {
  margin: 0 auto;
}

span#smart_nav_1 {
  width: 100%;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bn-news {
  padding-right: 100px;
}

.news a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.low .news {
  background-color: var(--site5);
  padding: 0.78rem 0.5rem;
  padding: 0.78rem 250px 0.78rem 360px;
  width: 100%;
}

.low .news .container {
  padding: 0;
}

/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

/**/

/* 

.services-slick {
	padding: .5rem 1rem;
	margin: 0 1rem;
}

.service {
	text-align: center;
	display: block;
	background: #fff;
	margin: 1rem;
	padding: 1rem;
}

.service .icon img {
	display: block;
	margin: 0 auto;
	margin-bottom: .75rem;
} */

/* Articles */

.articles {
  padding: 3rem 2rem;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.event {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 430px;
  height: 225px;
  border-radius: 10px;
  overflow: hidden;
}

.event .layer {
  position: absolute;
  inset: 0;
  margin: auto;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 22%,
    rgba(0, 0, 0, 0) 100%
  );
}

.event i {
  font-style: normal;
}

.event img {
  display: block;
  width: 100%;
}

.event .info {
  padding: 1rem;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.event h3 {
  font-weight: normal;
  font-size: 1.5rem;
}

.event .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(87, 129, 207);
  background: linear-gradient(
    45deg,
    rgb(77, 131, 246) 0%,
    rgb(132, 146, 183) 50%,
    rgb(88, 109, 215) 100%
  );
}

.event .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.event .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.events .read-more {
  background: var(--another);
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}

.events .read-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 35px;
  width: 22px;
  transform: scaleX(-1);
  background-image: url(./images/lines.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/**/

.events {
  background-color: #fff;
}

.events h2 {
  background-color: var(--another);
  color: #fff;
  font-weight: normal;
  font-size: 1.35rem;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 3px;
  position: relative;
  margin-inline: 1rem;
}

.events h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  height: 43px;
  width: 25px;
  background-image: url(./images/lines.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}

.ribbon-date span {
  display: block;
}

.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}

/**/

.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.low h3 {
  width: 100%;
  height: inherit;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-block: 4px;
}

/**************************************************************/

@media (min-width: 992px) {
  .clickserv h3.mobile {
    display: none;
  }
  .low {
    display: flex;
    align-items: center;
    width: inherit;
    position: relative;
  }

  .services {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }

  .cover {
    height: 82vh;
    display: grid;
    place-content: center;
  }

  .hplinks {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 5rem;
    flex-wrap: wrap;
  }
}

.clickserv {
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 3;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  /* position: absolute;
	left:0; */
  /* outline: lime 1px solid; */
}

.clickserv h3 {
  position: relative;
  height: inherit;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  background: var(--site3);
  color: #fff;
  padding-block: 12px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.52);
  padding-block: 12px;
}

.clickserv h3 .icon img {
  width: 30px;
}

.clickserv .wrap {
  display: flex;
  /* display: none; */
  padding-block: 1.5rem;
  background-color: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(3px);
  flex-wrap: wrap;
  position: absolute;
  width: inherit;
  left: 0;
  min-height: 70vh;
  transform: translateY(-1rem);
  opacity: 0;
  transition: all 0.1s ease-in;
  z-index: -1;
}

.clickserv .wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.clickserv.open .wrap {
  display: flex;
  transform: translateY(3.45rem);
  opacity: 1;
  z-index: 3;
  pointer-events: all;
}
.exitbutton {
  display: none;
}
.open .exitbutton {
  display: block;
  position: absolute;
  /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
  font-size: 1.15rem;
  right: 7px;
  top: 5px;
}
.open h3 .icon,
.open h3 span {
  /* opacity: 0.1; */
}
.srvhp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  padding: 1rem;
  border-radius: 5px;
  width: 100%;
  width: 330px;
  height: 170px;
  margin-inline: 45px;
  margin-block: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.63);
}
.srvhp:hover {
  box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.79);
  border: 1px solid #fff;
}
.srvhp h2 {
  font-size: 2rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.srvhp:hover {
  text-decoration: none;
  color: var(--site4);
}

.srvhp p {
  font-size: 1.2rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.exitbtn {
  display: none;
}

/**************************************************************/
@media (max-width: 1580px) {
  .news h2 {
    font-size: 1rem;
  }

  .bn-news ul li a {
    font-size: 1rem;
  }

  .low .news {
    padding: 0.78rem 250px 0.78rem 260px;
  }

  .clickserv {
    max-width: 260px;
  }

  .header .srv {
    width: 110px;
    height: 103px;
  }

  .header .srv figcaption {
    font-size: 1.1rem;
  }

  .header .srv .icon img {
    width: 53px;
  }

  .srvhp {
    width: 260px;
    height: 120px;
    margin-inline: 30px;
  }

  .srvhp h2 {
    font-size: 1.8rem;
  }

  .srvhp p {
    font-size: 1rem;
  }

  .srv .icon img {
    max-width: 44px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile,
  h3.mobile {
    display: flex;
    position: absolute;
    top: 0;
  }
  .mob_serv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-block-end: 4rem;
  }

  .mob_serv a {
    text-align: center;
    color: #fff;
    padding: 14px 1px 7px;
    margin-inline: 5px;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    line-height: 1;
  }
  .mob_serv .icon {
    position: absolute;
    top: -10px;
  }
  .mob_serv img {
    max-height: 20px;
    margin-bottom: 30px;
  }

  .cover {
    padding: 15px;
    padding-top: 125px;
    /* header height + padding */
  }

  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .low {
    display: block;
    top: 0;
  }

  .cover .toggle-slick {
    display: none;
  }

  video,
  #toggle-video {
    display: none;
  }

  .hplinks {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .events .row > div {
    display: flex;
    justify-content: center;
  }

  .event {
    height: 190px;
  }

  .srvhp {
    height: 120px;
  }

  .low .news {
    padding-inline: 5px;
  }

  .low .quick {
    width: 100%;
    max-width: unset;
    top: 2.5rem;
  }
  .open .exitbutton {
    right: 25px;
    top: 13px;
  }

  .clickserv {
    width: 100%;
    max-width: unset;
    top: unset;
    bottom: 0;
    z-index: 99;
  }

  .clickserv .wrap {
    /* background-color: rgba(0,0,0, 0.82); */
    backdrop-filter: blur(9px);
  }

  .clickserv.open .wrap {
    justify-content: center;
    height: inherit;
    width: inherit;
    align-items: center;
    transform: translateY(-100%);
    top: 55px;
  }

  .srv {
    width: 110px;
    height: auto;
  }

  .srv .icon img {
    max-width: 40px;
  }
  .srv figcaption {
    font-size: 1rem;
  }

  .clickserv .wrap {
    padding: 0;
    height: 100%;
    overflow: scroll;
  }
  .clickserv .wrap .list {
    padding: 50px 1rem 25px;
  }
  .clickserv .list > div {
    margin-block: 1rem;
    flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .exitbtn {
    display: block;
    position: absolute;
    bottom: 1rem;
  }

  .exitbtn i {
    width: 40px;
    height: 40px;
    background: var(--site2);
    font-size: 2rem;
    display: grid;
    place-content: center;
  }

  .low .news {
    padding: 5px;
  }

  .srvhp {
    height: auto;
    width: 100%;
    margin-inline: 0;
  }

  .srvhp h2 {
    font-size: 1.2rem;
  }
  .srvhp p {
    display: none;
  }
  .bn-controls {
    display: none;
  }
  .articles.events {
    display: none;
  }
}
