/* COLORS */
/* FONTS */
#cert-details .section-content {
  width: 60%;
  position: relative;
  z-index: 29;
  margin-bottom: 40px;
}
#cert-details .section-flex {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cert-details .section-flex .img-holder {
  order: 2;
  flex: 1 1 0%;
  min-width: 240px;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
#cert-details .section-flex .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cert-details .section-flex .cert-data {
  order: 1;
  flex: 1 1 0%;
  min-width: 240px;
}
#cert-details .section-flex .cert-data ul {
  text-align: left;
  margin-bottom: 20px;
}
#cert-details .section-flex .cert-data ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 40px !important;
}
#cert-details .section-flex .cert-data ul.checkmarks li a {
  float: right;
  font-weight: bold;
  color: #00adef;
}
#cert-details .section-flex .cert-data ul.checkmarks li a:hover {
  color: #00adef;
}
#cert-details .section-flex .cert-data ul.checkmarks li:before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 812px) {
  #cert-details .section-flex .image {
    order: 1;
  }
  #cert-details .section-flex .cert-data {
    order: 2;
  }
}
/* COLORS */
/* FONTS */
#tech {
  position: relative;
  z-index: 1;
}
#tech .section-content {
  width: 60%;
  margin-bottom: 40px;
}
#tech .blocks {
  position: relative;
  z-index: 9;
  color: #0c0d0e;
}
#tech .blocks .items {
  position: relative;
  z-index: 19;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: column;
  height: 660px;
}
#tech .blocks .items .section-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tech .blocks .items .section-flex .img-holder {
  flex: 1 1 0%;
  background-color: #eee;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
#tech .blocks .items .section-flex .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  #tech .blocks .items .section-flex .img-holder {
    display: none;
  }
}
#tech .blocks .items .item {
  width: 50%;
  flex: 0 0 auto;
  position: relative;
}
#tech .blocks .items .item:first-child {
  margin-top: 80px;
}
#tech .blocks .items .item .item-content {
  padding: 10px;
  flex: 1 1 0%;
}
#tech .blocks .items .item .item-inner {
  padding: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  position: relative;
}
#tech .blocks .items .item .item-inner.featured {
  border: 2px solid #191b46;
}
#tech .blocks .items .item .item-inner .h5 {
  margin-bottom: 10px;
  transition: color 0.5s;
  font-size: 16px;
}
#tech .blocks .items .item .item-inner:hover .h5 {
  color: #00adef;
}
#tech .blocks .items .item .item-inner .button {
  position: absolute;
  bottom: 30px;
}
#tech .blocks .items .item .item-inner .icon {
  height: 50px;
  width: auto;
  margin-bottom: 40px;
}
#tech .blocks .items .item .item-inner .icon img {
  height: 100%;
  width: auto;
}
#tech .blocks .items .item .item-inner .icon .lottie {
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 812px) {
  #tech .blocks .items {
    height: auto;
  }
  #tech .blocks .items .item {
    width: 100%;
    flex: 1 0 auto;
  }
  #tech .blocks .items .item:first-child {
    margin-top: 0;
  }
}
/* COLORS */
/* FONTS */
#accuracy {
  position: relative;
  z-index: 1;
}
#accuracy .h1 {
  margin-bottom: 40px;
}
#accuracy .section .d-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#accuracy .section .section-content {
  width: 60%;
  padding-right: 80px;
}
#accuracy .section .section-content .text a:not(.button) {
  text-decoration: underline;
}
#accuracy .section .section-content .text a:not(.button):hover {
  opacity: 0.5;
}
#accuracy .item-list ul {
  margin: 0 0 10px;
}
#accuracy .item-list li {
  background: #00adef;
  border-radius: 5px;
  color: #ffffff;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
}
#accuracy .item-list li a {
  color: #fff;
  text-decoration: none !important;
}
#accuracy .item-list li:first-child {
  margin-left: 0;
}
#accuracy .item-list li:before {
  display: none;
}
#accuracy .buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#accuracy .arrow-holder {
  position: relative;
  margin-top: 40px;
  text-align: right;
}
#accuracy .arrow-holder .icon-left {
  font-size: 36px;
  position: relative;
  margin-right: 20px;
  padding-left: 5px;
  opacity: 1;
  cursor: pointer;
}
#accuracy .arrow-holder .icon-left:hover {
  opacity: 0.5;
}
#accuracy .arrow-holder .icon-left:before {
  position: relative;
}
#accuracy .arrow-holder .icon-left.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
#accuracy .arrow-holder .icon-right {
  font-size: 36px;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  opacity: 1;
}
#accuracy .arrow-holder .icon-right:hover {
  opacity: 0.5;
}
#accuracy .arrow-holder .icon-right:before {
  position: relative;
}
#accuracy .arrow-holder .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
#accuracy .arrow-holder .icon-left:not(.swiper-button-disabled),
#accuracy .arrow-holder .icon-right:not(.swiper-button-disabled) {
  transition: color 0.5s;
}
#accuracy .arrow-holder .icon-left:not(.swiper-button-disabled):hover,
#accuracy .arrow-holder .icon-right:not(.swiper-button-disabled):hover {
  color: #00adef;
}
@media screen and (max-width: 812px) {
  #accuracy .section .d-flex {
    flex-wrap: wrap;
  }
  #accuracy .section .section-content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  #accuracy .section .image {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
/* COLORS */
/* FONTS */
#about-us .section-content {
  width: 60%;
  position: relative;
  z-index: 29;
  margin-bottom: 40px;
}
#about-us .facts {
  position: relative;
  overflow: hidden;
  z-index: 19;
}
#about-us .facts .items {
  padding: 50px 0 0;
}
#about-us .facts .items .item {
  width: 25%;
  float: left;
  border-left: 1px solid #d1d1da;
  line-height: 25px !important;
  height: 100px;
  padding: 0 30px;
}
#about-us .facts .items .item .value {
  margin: -8px 0 0 0 !important;
  line-height: 85px !important;
}
@media all and (max-width: 1599px) {
  #about-us .facts .items .item .value {
    line-height: 70px !important;
    margin-top: 0 !important;
  }
}
@media all and (max-width: 1247px) {
  #about-us .facts .items .item {
    line-height: 20px !important;
  }
  #about-us .facts .items .item .value {
    line-height: 60px !important;
  }
}
@media screen and (max-width: 812px) {
  #about-us .section-content {
    text-align: left;
  }
  #about-us .section-content .cert-data {
    text-align: center;
  }
  #about-us .facts {
    height: 280px;
  }
  #about-us .facts .items {
    padding: 20px 0;
  }
  #about-us .facts .items .item {
    width: 50%;
    margin: 20px 0;
    height: 80px;
    text-align: left;
    position: relative;
    border: 0 !important;
  }
  #about-us .facts .items .item:not(:last-child)::after {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background-color: #d1d1da;
    position: absolute;
    bottom: -25px;
    left: 30px;
  }
  #about-us .facts .items .item:last-of-type::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #about-us .section-content .cert-data ul.checkmarks li {
    position: relative;
  }
  #about-us .section-content .cert-data ul.checkmarks li a {
    text-indent: -9999px;
  }
  #about-us .section-content .cert-data ul.checkmarks li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  #about-us .facts {
    height: auto;
  }
  #about-us .facts .items {
    padding: 0;
  }
  #about-us .facts .items .item {
    width: 100%;
    border: 0 !important;
    position: relative;
    margin: 20px 0 25px 0;
    text-align: left;
    height: auto !important;
    padding: 0;
  }
  #about-us .facts .items .item .value {
    line-height: 40px !important;
    margin-top: 0 !important;
  }
  #about-us .facts .items .item::after {
    content: "";
    width: 100% !important;
    height: 1px;
    background-color: #d1d1da;
    position: absolute;
    bottom: -25px;
    left: 0 !important;
  }
}
/*# sourceMappingURL=about-us.css.map */