:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

.comp {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .comp {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .comp-col {
    width: 100%;
  }
}
.comp-img .img {
  border-radius: var(--radius-l);
  padding-top: 75%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .comp-img .img:hover img, .comp-img .img:focus-visible img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1200px) {
  .comp-content {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .comp-content {
    gap: 2.4rem;
  }
}
.comp-content_desc {
  line-height: 150%;
}
.comp-content_info {
  flex-wrap: wrap;
  gap: 4rem 4.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .comp-content_info {
    gap: 2.4rem 4.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .comp-content_info .count {
    gap: 1.2rem;
  }
}
.comp-content_info .count-number {
  font-size: 8rem;
  font-weight: 600;
  color: #FE7A15;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .comp-content_info .count-number {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .comp-content_info .count-number {
    font-size: 4.8rem;
  }
}
.comp-content_info .count-number::after {
  content: "+";
  top: -1rem;
  font-size: 4.8rem;
  color: #0F00B8;
  position: absolute;
  left: calc(100% - 0.4rem);
}
@media screen and (max-width: 1200px) {
  .comp-content_info .count-number::after {
    left: 100%;
    font-size: 4rem;
  }
}
.comp-content_info .count-text {
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .comp-content_info .count-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .comp-content_info .list {
    gap: 1.6rem;
  }
}
.comp-content_info .list-item {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.comp-content_info .list-item > img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 991px) {
  .comp-content_info .list-item > img {
    width: 2rem;
    height: 2rem;
  }
}
.comp-content_info .list-item .text-20 {
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .comp-content_info .list-item .text-20 {
    font-size: 1.4rem;
  }
}
.comp-content_info .list-item .text-20 strong {
  font-weight: 500;
}

.gallery {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .gallery {
    margin: 6rem 0rem;
  }
}
.gallery .title-w-desc {
  padding: 0 1.6rem;
}
.gallery .splide__slide {
  padding: 0 0.8rem;
}
.gallery-img {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.8rem;
}
.gallery-img img {
  width: 100%;
  height: 26.4rem;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 576px) {
  .gallery-img img {
    height: 15rem;
  }
}
/*# sourceMappingURL=page-competence.css.map */
