body {
  overflow-x: clip;
}

.cover {
  position: relative;
  min-height: 500px;
}

.cover .mouse {
  position: absolute;
  width: 100%;
  height: 3rem;
  bottom: 0;
  z-index: 2;
}

.cover .mouse .bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover .mouse img {
  width: 160px;
}

@media (min-width: 992px) {
  .cover {
    height: calc(100vh - 150px);
    height: 82vh;
  }
}

.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;
}

.cover .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: fit-content;
  display: flex;
  padding-top: 15rem;
  margin-right: 215px;
  width: 100%;
  max-width: 810px;
}

.cover .wrap a p {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.cover .wrap a h2 {
  font-size: 4.25rem;
  color: var(--white);
  font-weight: 900;
  width: 100%;
  line-height: 1.1;
  margin-bottom: 50px;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

.cover .wrap a:hover {
  text-decoration: none;
}

.cover .wrap a:hover span {
  color: #fff;
  background: linear-gradient(
    -90deg,
    rgba(57, 42, 143, 1) 59%,
    rgba(114, 146, 202, 1) 100%
  );
}

.cover .wrap span {
  font-size: 1.5rem;
  background-color: var(--site1);
  color: var(--white);
  width: max-content;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(57, 42, 143, 1) 59%,
    rgba(114, 146, 202, 1) 100%
  );
}

.olayer {
  z-index: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 12%,
    rgba(36, 38, 42, 0.8) 82%
  );
  mix-blend-mode: multiply;
}

.dark-arrows .slick-prev:before,
.dark-arrows .slick-next:before {
  color: var(--site1);
}

.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;
}

/**/

@media (min-width: 992px) {
  .services {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .services.fin {
    margin-bottom: 4.5rem;
  }

  .service:hover .icon {
    transform: scale(1.1);
  }
  .container-fluid {
    position: relative;
    width: 100%;
    max-width: 90vw;
    min-width: unset;
    margin-inline: auto;
  }

  .services h2,
  .articles h2 {
    position: relative;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--site1);
    background-color: #fff;
    padding-inline: 3rem;
    width: fit-content;
    margin: 5rem auto 1rem;
  }

  .services h2::after,
  .articles h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90vw;
    height: 1px;
    background-color: #b2e1f7;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .services-slick {
    padding: 0.5rem 1rem;
    margin: 0 1rem;
  }

  .service {
    text-align: center;
    display: block;
    background: #fff;
    margin: 1rem;
    padding: 1rem;
    color: var(--text);
  }
  .service .icon {
    transition: all 0.2s ease-in;
  }
  .service .icon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.75rem;
    width: 90px;
  }

  /* Articles */

  .articles {
    padding: 0 2rem;
  }

  .articles h2 {
    font-weight: bold;
    margin-bottom: 2rem;
  }

  .articles article {
    display: block;
    height: 100%;
  }

  .articles .row > div {
    margin-bottom: 30px;
  }

  .article img {
    display: block;
    width: 100%;
  }

  .article .info {
    padding: 1rem;
  }

  .article h3 {
    font-weight: 900;
    font-size: calc(1vw + 12px);
  }

  .articles .row {
    display: grid;
    grid-template-columns: repeat(2, 1.5fr) 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0;
  }

  .articles .art1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .articles .art2 {
    grid-area: 1 / 3 / 2 / 4;
  }

  .articles .art3 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

.articles .article:hover {
  text-decoration: none;
}

.articles .art1 h3 {
  font-size: calc(2.5vw + 12px);
  font-weight: 900;
  color: var(--site1);
}

.articles .art1 .pic {
  object-fit: contain;
  object-position: top;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.articles .art1 img {
  width: 100%;
  object-fit: cover;
  margin: auto;
  max-height: 800px;
}

.articles .art2 .pic,
.articles .art3 .pic {
  aspect-ratio: 16 / 9;
}

.articles .art2 img,
.articles .art3 img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.articles .art2 .info,
.articles .art3 .info {
  padding: 0.25rem 1rem 0;
}

.artall {
  width: fit-content;
  margin-right: auto;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  color: inherit;
  border-bottom: 1px solid var(--site1);
}

/**/

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  display: block;
  padding: 0 0 0 0.5rem;
  background: rgba(var(--site1RGB), 0.87);
  margin-top: 50px;
  height: 50px;
  align-content: center;
}

.news .container {
  min-width: 100%;
  position: relative;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #fff;
  display: block;
  font-weight: 300;
}

.articles .article {
  padding: 1rem;
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
  height: 100%;
  border-right: 1px solid #ffff;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem 0 0;
  margin: 0;
  border-radius: 0;
  z-index: 5;
  line-height: inherit;
}

.news h2 a {
  color: #fff;
  font-weight: 300;
}

.bn-direction-rtl .bn-controls button {
  border: none;
  background-color: transparent;
  border-radius: 0;
}

@media (min-width: 992px) {
  .bn-news {
    margin-right: 202px;
    left: 103px !important;
  }
}

@media (max-width: 1599px) {
  .bn-news {
    margin-right: 120px;
  }
}

.bn-news ul li a {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
}

.bn-news ul li a::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 45px;
  background-image: url(./images/divider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
}

.bn-news ul li a:hover {
  color: var(--site2);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 0.25rem;
}

.news .date {
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
  content: none;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-direction-rtl .bn-controls {
  left: auto;
  right: 0;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  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: transparent;
  border: 1px solid #fff;
  box-shadow: none;
}

.side-banners {
  position: absolute;
  bottom: 250px;
}

.side-banners.side-banners-right {
  right: 0;
}

.side-banners.side-banners-left {
  left: 0;
  border-radius: 0 15px 15px 0;
  z-index: 1;
}

.side-banners-left .perss {
  background-color: #fff;
  border: 1px solid #555555;
  font-size: 1.3rem;
  color: var(--text);
  padding: 0.5rem 0.75rem;
  border-radius: 0 50px 50px 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 15px;
  width: 180px;
  width: 240px;
  margin-bottom: -5px;
  transition: all 0.3 ease-in;
}

.side-banners-left .perss:nth-of-type(2) {
  position: relative;
  z-index: 2;
}
.side-banners-left .perss a {
  color: var(--text);
}
.side-banners-left .perss img {
  width: 40px;
}

@media (min-width: 992px) and (max-height: 700px) {
  .side-banners-left .perss:nth-of-type(2) {
    z-index: 0;
  }

  .mokedbox,
  .fast-nav {
    top: -100px;
    z-index: 9;
  }
}

@media (max-width: 1199px) {
  .news {
    margin-top: 0;
  }

  .bn-controls button {
    width: 20px;
  }
}

/**/

@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .side-banners-left .perss:hover {
    background-color: #cee7ff;
  }
}

/**/

/* Fast Nav */

.fast-nav {
  position: absolute;
  left: -450px;
  bottom: -5px;
  background-color: #fff;
  width: 365px;
  height: 365px;
  align-items: center;
  text-align: center;
  border-radius: 0 35px 35px 0;
  z-index: 2;
  display: none;
}

.fast-nav.slide {
  left: 0;
  display: block;
}

.fast-nav .closer {
  position: absolute;
  right: -25px;
  width: 110%;
  top: 0;
  text-align: right;
}

.fast-nav .closer span {
  color: #fff;
}

.fast-nav .title {
  text-align: right;
  margin-bottom: 1.25rem;
  font-size: 1.52rem;
  color: var(--site1);
}

.fast-navigation .form-group {
  margin-bottom: 1rem;
}

.fast-navigation {
  width: 100%;
  max-width: 277px;
  padding: 2rem 0 5px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.fast-navigation h2 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

.fast-navigation img {
  position: relative;
  width: 50px;
  margin-inline: 0.25rem;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 2px 10px;
  border: 1px solid var(--site5);
  border-radius: 10px;
  margin-left: 5px;
}

.fast-navigation button {
  text-align: center;
  border: 0;
  border-radius: 50px;
  padding: 4px 10px;
  color: #fff;
  margin-right: 0.5rem;
  margin-top: 1.25rem;

  font-size: 1.55rem;
  font-weight: 500;
  height: 50px;
  width: 100%;
  transition: all 0.2s ease-in;
  background: linear-gradient(
    90deg,
    rgba(57, 42, 143, 1) 59%,
    rgba(114, 146, 202, 1) 100%
  );
}

.fast-navigation button img {
  margin-left: 0;
  width: 30px;
}

.fast-navigation label[for="smart_nav_select"] {
  padding: 0 1rem;
  margin-top: -3px;
  margin-right: 3px;
  font-size: 14px;
}

.fast-navigation > label,
.fast-navigation > select,
.fast-navigation > span {
  float: right;
  display: block;
}

.fast-navigation label {
  font-weight: 350;
  font-size: 15px;
  padding: 3px 5px;
  border: 0;
  margin-top: -4px;
  margin-right: 10px;
  height: 32px;
  position: absolute;
  color: var(--site1);
  z-index: 1;
}

.fast-navigation label[for="mobile_smart_nav_select"] {
  margin-top: -42px;
  margin-right: 87px;
}

.fast-navigation select {
  font-size: 1.5rem;
  font-weight: 800;
  height: 61px;
  width: 277px;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
  float: right;
  display: block;
}

/**/
.mokedbox {
  position: absolute;
  width: 415px;
  height: 375px;
  padding: 3rem;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
  left: -450px;
  bottom: 50px;
  z-index: 1;
  display: none;
}

.mokedbox.open {
  left: 0;
  display: block;
}

.mokedbox .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mokedbox .parag {
  padding-right: 1.2rem;
  color: var(--site1);
  display: flex;
  flex-direction: column;
}

.mokedbox img {
  width: 45px;
}

.mokedbox span {
  line-height: 1;
  font-size: 0.82em;
}

.mokedbox a {
  color: var(--site1);
  font-weight: 700;
  font-size: 2rem;
}

.mokedbox .closeout {
  position: absolute;
  right: -1.8rem;
  top: 0;
  color: #fff;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 991px) {
  body {
    padding: 0;
  }

  .news {
    margin-top: 50px;
  }

  .header {
    height: 50px;
  }

  .lang.mobile-only {
    top: 5px;
  }

  .bNagish-toggle {
    top: 0;
    width: 50px;
    height: 50px;
    left: 50px;
    background: none;
    border-right: 1px solid #b2e2f8;
  }

  a.toggle-nav {
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    border-right: 1px solid #b3e2f8;
    background: #fff;
    color: #333;
  }

  .header.offset .logo img {
    height: 80px;
  }

  .header .logo,
  .header.offset .logo {
    margin-right: 30px;
    width: 135px;
    height: 125px;
    filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.32));
  }

  .cover {
    padding: 15px;
    padding-top: 125px;
    min-height: 408px;
    overflow: hidden;
  }

  .cover .mouse .bg {
    display: none;
  }

  .cover .toggle-slick {
    display: none;
  }

  .cover .wrap {
    max-width: 100%;
  }

  video,
  #toggle-video {
    display: none;
  }

  .news h2 {
    display: none;
  }

  .centered {
    text-align: center;
  }

  .side-banners-left .perss {
    width: 57px;
  }

  .side-banners-left .perss span {
    display: none;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .side-banners {
    bottom: auto;
    top: 14rem;
  }

  .cover .mouse {
    display: none;
  }

  .cover .wrap {
    margin-right: 0;
    height: 100%;
    display: flex;
    align-items: end;
  }

  .cover .wrap a {
    width: 100%;
    padding: 0.5rem 1.2rem 0;
    background-color: var(--site1);
    border-bottom: 70px solid #fff;
  }

  .cover .wrap a p {
    font-size: 1.2rem;
  }

  .cover-slick div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .cover .wrap a h2 {
    margin-top: 3px;
    text-shadow: none;
    font-size: 2.25rem;
    margin-bottom: 8px;
    line-height: 1;
  }

  .cover .wrap span {
    position: relative;
    top: 9px;
    border: 2px solid #fff;
    font-size: 1.1rem;
    padding: 0.7rem 1.5rem;
  }

  .services {
    padding-block: 2.3rem;
  }

  .services h2,
  .articles h2 {
    text-align: center;
    font-weight: 900;
    color: var(--site1);
  }

  .services .icon {
    width: 82px;
    margin-left: 1rem;
  }

  .services figure {
    display: flex;
    align-items: center;
    color: var(--text);
  }

  .articles .article {
    box-shadow: 0 0 25px rgb(69 153 225 / 22%);
    margin-bottom: 20px;
  }

  .articles .article h3 {
    padding: 8px 5px;
    font-size: 1.5rem;
    height: 1.1;
  }

  .articles .art2 img,
  .articles .art3 img {
    width: 100%;
  }

  .fast-nav,
  .mokedbox {
    position: fixed;
    width: 100%;
    max-width: 320px;
    top: 120px;
    bottom: auto;
    left: 1px;
    z-index: 2;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .mokedbox {
    padding: 4rem 2.5rem;
  }

  .mokedbox .parag {
    padding-right: 0.5rem;
  }

  .mokedbox a {
    font-size: 1.75rem;
  }

  .mokedbox .closeout,
  .fast-nav .closer {
    left: 1.52rem;
    right: auto;
    top: 1.52rem;
    color: var(--site1);
  }

  .fast-nav .closer span {
    color: var(--site1);
  }

  .fast-nav .closer {
    text-align: left;
    width: 100%;
  }

  .bn-news {
    left: 1px !important;
    margin-right: 61px;
  }
}
