main {
}
.cover {
  position: relative;
  min-height: 620px;
}
.abso {
  z-index: -2;
  position: absolute;

  &.moon {
    background-repeat: no-repeat;
    background-image: url("./images/halfmoon.png");
    background-size: cover;
    bottom: -70px;
    right: 175px;
    width: 305px;
    height: 146px;
    background-position: bottom;
    opacity: 0.5;

    @media (max-width: 991px) {
      top: 610px;
      right: 1rem;
      width: 215px;
      height: 106px;
      bottom: auto;
    }
  }
}

.lined h2 {
  padding-block: 90px;
  margin-block: 10px;
  display: flex;

  @media (max-width: 991px) {
    padding-block: 27px;
  }
}
.container h2 {
  color: var(--prime1);
  width: fit-content;

  @media (max-width: 600px) {
    width: min-content;
    font-weight: 700;
    line-height: 1.1;
  }
}
.lined .row:first-child {
  width: 100%;
  position: relative;

  @media (max-width: 991px) {
    padding-inline: 15px;
  }
}

.lined .events .row:first-child::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("./images/dots_events.svg?v=1");
  background-size: cover;
  bottom: -80px;
  left: 92px;
  width: 195px;
  height: 322px;
  background-position: bottom;
  opacity: 0.4;
  z-index: 0;

  @media (max-width: 991px) {
    left: -90px;
  }
}
.lined .updates .row:first-child::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("./images/dots_side.png?v=1");
  background-size: cover;
  bottom: -160px;
  left: -210px;
  width: 382px;
  height: 535px;
  background-position: bottom;
  opacity: 0.74;
  z-index: 0;

  @media (max-width: 991px) {
    content: none;
  }
}
.container h2 em {
  font-style: normal;
  display: flex;
  align-items: flex-end;
  color: var(--prime2);
}
.btns {
  margin: 5rem 0;
  justify-content: center;
  position: relative;
}
.btns::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #e9e9e9;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);

  @media (max-width: 991px) {
    content: none;
  }
}
.btns a {
  z-index: 2;
  margin-inline: 1.5rem;
  background-color: var(--prime1);
  color: #fff;
  font-size: calc(0.5vw + 16px);
  padding: 0.5rem 4rem;

  &:hover {
    transform: scale(1.1);
  }

  @media (max-width: 991px) {
    width: min(320px, 100%);
    text-align: center;
    margin-bottom: 1rem;
    font-size: calc(1vw + 16px);
  }
}
.lined h2::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #eaeaea;
  width: calc(100% - 250px);
  left: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);

  @media (max-width: 991px) {
    content: none;
  }
}
.lined .btns a::after {
  left: auto;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .cover {
    height: 92vh;
  }
  .container {
    width: 100%;
    max-width: 77%;
  }
}
.gradient2 {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background: #6bbfd4;
  mix-blend-mode: multiply;
  transform: translateZ(0);
  will-change: transform;
}
.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgb(2, 0, 36) 0%,
    rgba(225, 225, 225, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    rgba(2, 0, 36, 1) 100%
  );
}
@media (max-width: 991px) {
  /* .cover {
    padding: 15px;
    padding-top: 125px;
  } */
}

.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;
}

.intro {
  color: #fff;
  position: absolute;
  z-index: 9;
  top: 220px;
  right: 12%;

  line-height: 1.1;
  h2 {
    font-size: calc(1vw + 2rem);
    font-weight: 400;
  }
  p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: calc(1.5vw + 3rem);
  }

  @media (max-width: 991px) {
    right: 7%;
    font-size: calc(0.25vw + 2rem);
  }
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }
}

.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;
}

/**/

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;

  display: none;
}

@media (max-width: 991px) {
  video,
  #toggle-video {
    display: none;
  }
}

/**/

.services {
  position: relative;
  width: 100%;
}

.navibtns {
  width: 100%;
  position: relative;
  height: 100%;
  max-height: 130px;
  margin-top: 6.5rem;

  @media (max-width: 991px) {
    margin-top: 3.5rem;
  }
}
.navibtns ul {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  padding-right: 0;
}
.navibtns ul li {
  margin-inline: 0.5rem;
  margin-top: auto;
  z-index: 1;
  padding-block: 1rem;
  background: #fff;
  width: 350px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0.75;
  filter: drop-shadow(-1px -8px 5px rgba(50, 50, 93, 0.1))
    drop-shadow(0px -10px 6px rgba(0, 0, 0, 0.01));
  z-index: 0;

  @media (max-width: 991px) {
    width: 175px;
    padding-block: 0.25rem;
  }
}
.navibtns ul li a,
.navibtns ul li span {
  position: relative;
  font-size: calc(0.5vw + 16px);
  font-weight: 700;
  color: var(--prime1);
  opacity: 0.65;

  @media (max-width: 991px) {
    font-size: 1rem;
  }
}
.navibtns ul li span em {
  font-style: normal;
  color: var(--prime2);
  display: inline-block;
}
.navibtns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
}

.navibtns ul li.active {
  background: #fff;
  position: relative;
  box-shadow: none;
  opacity: 1;
  z-index: 1;
  filter: drop-shadow(-1px -8px 5px rgba(50, 50, 93, 0.2))
    drop-shadow(0px -10px 6px rgba(0, 0, 0, 0.03));
}
.navibtns ul li.active span {
  opacity: 1;
}
.navibtns ul li.active img {
  opacity: 1;
}

.switch_content {
  position: relative;
  margin-top: 0;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
}
.switch_content .container {
  max-width: 1700px;
  min-width: unset;
}
.switch_content section {
  width: 82%;
  margin: 0 auto;
  padding: 1.75rem;
  position: relative;
  display: none;
  border-radius: 0;
  display: block;
  position: fixed;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.35) -2px 5px 18px;

  @media (max-width: 991px) {
    width: 100%;
  }
}
.switch_content section.open {
  display: block;
  position: relative;
  opacity: 1;
}
.switch_content section h2 {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  position: relative;
  z-index: 1;
  font-weight: 900;
  isolation: isolate;
}
.switch_content section h2 span {
}

.switch_content section h2:after {
  content: "";
  position: absolute;
  width: 12%;
  inset: 65px 0;
  height: 3px;
  border-radius: 3px;
  background-color: var(--site1);
  z-index: -1;
}

.services .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 365px;

  @media (max-width: 650px) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services .item {
  flex: 1 0 12.5%;
  height: 125px;
  padding: 1rem;
  display: inline-block;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 450;
  color: var(--text);

  @media (max-width: 991px) {
    flex: 1;
    flex-direction: row;
    font-size: calc(0.41vw + 16px);
  }
}
.services .item::after {
  content: "";
  position: absolute;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  right: 0;
  background-color: rgb(183, 183, 183);

  @media (max-width: 991px) {
    content: none;
  }
}
.services .item:first-child::after {
  content: none;
}
.services .icon {
  width: 75px;

  @media (max-width: 1600px) {
    width: 65px;
  }

  @media (max-width: 991px) {
    margin-left: 1rem;
  }
}
.services .icon img {
  object-fit: contain;
  transition: all 0.2s ease;
}
.services .item:hover img {
  filter: hue-rotate(134deg) brightness(0.7);
  transform: scale(1.1);
}
.services .item:hover span {
  color: var(--prime1);
}
.service {
  text-align: center;
  display: block;
  background: #fff;
  margin: 1rem;
  padding: 1rem;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.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;
}
.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}
.article img {
  display: block;
  width: 100%;
}
.article .info {
  padding: 1rem;
}
.article h3 {
  font-weight: bold;
}
.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206 189 111);
  background: linear-gradient(
    45deg,
    rgb(246 183 77) 0%,
    rgb(160 183 132) 50%,
    rgb(121 204 200) 100%
  );
}
.article .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;
}
.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}
.read-more {
  display: inline-block;
  font-weight: 800;
  color: var(--prime1);
  border: none;
  font-size: calc(0.5vw + 16px);
}

/**/

.events {
  margin-top: 3.5rem;

  @media (max-width: 600px) {
    margin-top: 9.5rem;
  }
}

.wall {
  border: 1px solid var(--prime1);
  background-color: #fff;
  height: 100%;
}
.wall img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.2, 1.8, 0.3, 1);
}
.wall:hover .pic img {
  transform: scale(1.02);
}
.wall:hover a {
  text-decoration: none;
}
.wall .pic {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  flex: 1;
  border-bottom: 1px solid rgba(var(--prime1RGB), 0.1);
}

.wall a {
  position: relative;
  border-radius: 0;
  display: block;
  color: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 18px;
  flex: 1;
}

.wall .details {
  color: var(--prime1);
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 9999;
  padding-top: 25px;
  margin-bottom: 1rem;
}

.wall h3 {
  padding-bottom: 0px;
  font-weight: 700;
  font-size: calc(0.55vw + 16px);
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  padding: 1rem;
  background: var(--prime1);
  position: absolute;
  bottom: 0;
  width: 100%;

  @media (max-width: 991px) {
    padding: 1rem 0;
  }
}
.slick-dots {
  display: inline-flex;
  list-style-type: none;
  position: relative;
  z-index: 1;
  padding-inline: 10px;
}
.slick-nav-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
  z-index: 9;
  height: 37px;
  top: 9px;
  background-color: #100b23;
}
.slick-dots li {
  margin-inline: 1px;
}
.slick-dots li button {
  position: relative;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 0 0.15rem;
  cursor: pointer;
  color: transparent;
  border: 1px solid #fff;
  outline: none;
  background: #fff;
  font-size: 0;
  border-radius: 50%;
}
/* 
.news .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}
.news .arrs {
  background-color: lime;
  width: 100%;
  max-width: 120px;
  display: flex;
  justify-content: space-between;
}
.news a {
  color: #000;
  display: block;
}
.arrs .slick-arrow.slick-hidden {
  display: inline-block;
}

.slick-news {
  width: 100%;
  padding-right: 5.5rem;
  padding-left: 2rem;
  margin-left: auto;
}
.slick-news .slick-prev {
  right: auto;
  left: 106px;
}

.slick-news button {
  z-index: 9;
}

.slick-news .slick-dots li.slick-active button {
  background-color: var(--prime2);
  border: 1px solid var(--prime2);
}
.slick-news a:hover {
  color: var(--prime2);
}
.slick-news .slick-nav-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 1rem;
  z-index: 9;
  height: 37px;
  top: 9px;
  background-color: #100b23;
}
.slick-news .slick-prev,
.slick-news .slick-next {
  width: 22px;
  height: 10px;
  background-color: #100b23;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news h2 {
  background: #1e1b28;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 16px;
  right: 30px;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 0;
  z-index: 5;
}

.news h2 a {
  color: #fff;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}

.slick-news a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: #fff;
} */

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
  background: var(--prime1);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem;
  color: #fff;
}
.bn-news ul li {
  position: relative;
}
.bn-news ul li::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  top: 50%;
  border-radius: 100vw;
  transform: translateY(-50%);
}
.bn-news ul li a:hover {
  text-decoration: underline;
  color: rgb(from #fff r g b / 0.82);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
}
.bn-direction-rtl .bn-controls button {
  border: 1px solid var(--prime1);
}
.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 0;
  background: var(--prime1);
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 1px solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--prime1);
  color: #fff;
  padding: 0;
  margin-right: 5px;
}
.bn-controls button:focus-within,
.bn-controls button:focus {
  border: 2px solid black;
}
.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(--prime2);
  color: #fff;
  box-shadow: none;
}

/**/

.news-marquee {
  height: 300px;
  overflow: hidden;
}

/**/

.footer::after {
  content: none;
}
@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
}

/**/
.updates {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e1e1e1;
}
.updates::after {
  content: none;

  @media (max-width: 991px) {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(./images/dots_side.png?v=1);
    background-size: cover;
    bottom: -3rem;
    left: -62px;
    width: 182px;
    height: 250px;
    background-position: bottom;
    opacity: 0.74;
    z-index: 0;
  }
}
.updates .slick-dots {
  justify-content: flex-end;
  width: 100%;
  padding-inline: 0;

  @media (max-width: 991px) {
    justify-content: center;
  }
}
.updates .slick-dots li button {
  background-color: var(--prime1);
}

.updates .slick-dots li.slick-active button {
  background-color: var(--prime2);
}
.updates .inner {
  border: 1px solid rgba(var(--prime1RGB), 0.1);
  height: 415px;

  @media (max-width: 1199px) {
    border: none;
  }

  @media (max-width: 767px) {
    height: 215px;
  }
}
.updates .inner img {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  object-fit: cover;
  object-position: center;
}
.updates h3 {
  color: var(--prime2aa);
  font-weight: 900;
  line-height: 1.1;
  font-size: calc(1.5vw + 16px);
  position: relative;
  margin-bottom: 2rem;

  @media (max-width: 600px) {
    font-size: calc(4vw + 16px);
  }
}
.updates h3::after {
  content: "";
  position: absolute;
  right: 0;
  width: 120px;
  height: 4px;
  background-color: var(--prime1);
  bottom: -2rem;
}
.updates p {
  padding-top: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: calc(0.3vw + 16px);
  padding-left: 1rem;
  color: #555;
}

.updates .d-flex {
  @media (max-width: 1199px) {
    flex-direction: column-reverse;
  }
}

.updates .w-half {
  position: relative;
  width: 50%;

  @media (max-width: 1199px) {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
}
.updates .w-half:first-child {
  @media (max-width: 1199px) {
    margin-top: 1.5rem;
  }
}
.updates .wrap {
  position: relative;
  padding-left: 3.25rem;

  @media (max-width: 991px) {
    padding-left: 0;
  }
}

.updates .read-more {
  margin-top: 2.5rem;
}

.peers {
  margin-block: 10rem;
  position: relative;

  @media (max-width: 600px) {
    margin-block: 5rem;
  }
}
.peers::after {
  content: "";
  position: absolute;
  right: -196px;
  top: -200px;
  width: 453px;
  height: 280px;
  background-size: 420px;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  background-image: url(./images/dots_peers.png);

  @media (max-width: 600px) {
    content: none;
  }
}
.peers a {
  display: block;
  width: 100%;
}
.peers a:hover {
  transform: scale(1.01);
}
.peers a:hover .absicon {
  background-color: var(--prime2);
}
.absicon {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  bottom: -40px;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: var(--prime1);
  color: #fff;
  font-size: calc(0.75vw + 16px);
  border-radius: 100vw;
  border: 8px solid #fff;
  i {
    transform: scaleX(-1) rotate(82deg);
  }
}
/**/

@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .side-banners.side-banners-right {
    right: 0;
  }
  .side-banners.side-banners-left {
    left: 0;
    border-radius: 0 15px 15px 0;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

@media (max-width: 991px) {
  main {
    overflow-x: clip;
  }
  .container {
    max-width: 100%;
  }
  .updates .row h2 {
    width: max-content;
  }
  .absicon {
    bottom: -25px;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
  }
  .peers .row > div:first-child {
    margin-bottom: 4rem;
  }
}
