section.tabs {
  position: absolute;
  margin-top: 150px;
  margin-bottom: 50px;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  max-width: 300px;
  align-self: center;
}
@media (max-width: 991px) {
  section.tabs {
    position: static;
    transform: none;
  }
}
section.tabs .inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-content: start;
  align-items: end;
}
section.tabs .inner .tab::before {
  content: "";
  position: absolute;
  background-image: url(./images/cat-shape.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: auto 100%;
  top: 0;
  right: 0;
  background-position: right;
}
@media (max-width: 1200px) {
  section.tabs .inner .tab::before {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
section.tabs .inner .tab {
  position: relative;
  transition: all 0.5s;
  height: 80px;
  border-radius: 0 33px 33px 0;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 40px;
  padding-right: 50px;
  width: 100%;
}
section.tabs .inner .tab img {
  width: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 991px) {
  section.tabs .inner .tab:hover {
    transform: scale(1.1);
    transform-origin: left center;
  }
}
@media (max-width: 1400px) {
  section.tabs .inner .tab {
    height: 50px;
    background-image: none;
    border-radius: 0 25px 25px 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  section.tabs .inner .tab {
    border-radius: 25px;
  }
}
section.tabs .inner .tab a {
  justify-content: center;
  color: #000;
  font-size: 19px;
  padding: 0 20px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
  }
}
a:hover {
  text-decoration: none;
}

.cover {
  position: relative;
  min-height: 100vh;
  background-image: url(images/bottom-menu-part.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cover {
    background-size: 1200px;
  }
}

@media (min-width: 992px) {
  .cover {
    min-height: 100vh;
  }
}
.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-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 (max-width: 991px) {
  video, #toggle-video {
    display: none;
  }
}
/**/
.services {
  bottom: 30px;
}
@media (max-width: 992px) {
  .services {
    padding-bottom: 123px;
  }
}

@media (min-width: 992px) {
  .services {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 50px;
    justify-content: center;
    align-items: center;
  }
}
.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.services .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1550px) {
  .services .inner {
    max-width: 900px;
  }
}

.service {
  text-align: center;
  margin: 1rem;
  padding: 1rem;
  background-image: url(./images/click-circle-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 200px;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  word-spacing: 10000px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
}
.service:hover {
  scale: 1.1;
}
@media (min-width: 992px) {
  .service:nth-of-type(1) {
    transform: translateY(30px);
    background-image: url(./images/click-circle-01.png);
  }
  .service:nth-of-type(2) {
    transform: translateY(15px);
    background-image: url(./images/click-circle-02.png);
  }
  .service:nth-of-type(3) {
    transform: translateY(0px);
    background-image: url(./images/click-circle-01.png);
  }
  .service:nth-of-type(4) {
    transform: translateY(0px);
    background-image: url(./images/click-circle-02.png);
  }
  .service:nth-of-type(5) {
    transform: translateY(15px);
    background-image: url(./images/click-circle-01.png);
  }
  .service:nth-of-type(6) {
    transform: translateY(30px);
    background-image: url(./images/click-circle-02.png);
  }
}
@media (max-width: 1600px) {
  .service {
    margin: 0;
    padding: 0;
    width: 150px;
    height: 150px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  }
}

.service img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .service img {
    margin: 0;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
}

/* 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: #cebd6f;
  background: linear-gradient(45deg, #f6b74d 0%, #a0b784 50%, #79ccc8 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 {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/
.events {
  background-color: #fff;
}

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

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
  padding: 1rem;
  background: #fff;
}

.news .content {
  position: relative;
}

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

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news h2 {
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  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 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: #000;
}

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

.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: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
}

/**/
@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%;
  }
}
/**/
/* Fast Nav */
.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}

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

@media (min-width: 992px) {
  .fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
    float: right;
    display: block;
  }
}
.fast-navigation label {
  background: #0372ac;
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.fast-navigation button {
  background: #0372ac;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 992px) {
  .fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }
}
@media (max-width: 991px) {
  .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;
  }
}
/**/
@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;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.footer {
  
  padding: 10px 0;
  font-weight: bold;
  font-weight: bold;
  position: static;
  width: 100%;
text-align: center;
  height: 0;
  padding: 0;
  
}

/*# sourceMappingURL=idx.css.map */
