/* COLORS */
/* FONTS */
#request-form-teaser {
  background: url("/themes/custom/images/waves/hero_lightblue_full.svg") top center repeat-x transparent;
  padding: 150px 0 130px 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
#request-form-teaser .section-content {
  text-align: center;
}
#request-form-teaser .section-content.animate .button-wrapper svg .line {
  stroke-dashoffset: 2080px;
}
#request-form-teaser .section-content.animate .button-wrapper svg .arrow {
  opacity: 1;
}
/* COLORS */
/* FONTS */
#intro {
  position: relative;
  background: url("/themes/custom/images/waves/hero_lightblue.svg") bottom center repeat-x transparent;
  background-size: cover;
}
#intro .section {
  padding-top: 300px;
}
@media screen and (max-width: 599px) {
  #intro .section {
    padding-top: 100px;
  }
}
#intro .section-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#intro .section-flex .image {
  order: 2;
  flex: 1 1 0%;
  min-width: 240px;
  position: relative;
}
#intro .section-flex .section-content {
  order: 1;
  flex: 1 1 0%;
  min-width: 240px;
  padding-right: 20px;
}
@media screen and (max-width: 812px) {
  #intro .section-flex {
    flex-direction: column;
  }
  #intro .section-flex .image {
    order: 1;
  }
  #intro .section-flex .section-content {
    order: 2;
  }
}
@media only screen and (min-width: 813px) {
  #intro .section-flex .image img {
    position: absolute;
    right: -100px;
    transform: scale(1.5) translateY(-40%);
  }
}
#intro .section-content {
  position: relative;
  z-index: 29;
  margin-bottom: 50px;
}
#intro .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#intro .section-content .typewriter-words {
  display: none;
}
#intro .section-content .text {
  margin-bottom: 20px;
}
#intro .section-content .links {
  display: inline-block;
}
#intro .section-content .links .button + .button {
  margin-left: 10px;
}
#intro .section-content .links .app-container {
  margin-right: 10px;
  float: left;
}
#intro .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#intro .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#intro .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#intro .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#intro .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#intro .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#intro .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#intro .section-content .links a.request {
  float: left;
}
#intro .section-content .links .certificates {
  margin-top: 7px;
  border-left: 1px solid #d1d1da;
  margin-left: 30px;
  padding-left: 30px;
  float: right;
}
#intro .section-content .links .certificates a {
  display: block;
}
#intro .section-content .links .certificates a img {
  height: 32px;
  width: auto;
}
@media all and (max-width: 1247px) {
  #intro .section-content .text {
    margin-bottom: 50px;
  }
  #intro .section-content .links .certificates {
    padding-left: 0;
    border-left: 0;
  }
  #intro .logos-wrapper .logos {
    margin-bottom: -75px;
  }
  #intro .logos-wrapper .logos .swiper-container {
    margin: 40px 120px;
  }
  #intro .logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo {
    height: 70px;
  }
  #intro .logos-wrapper .logos .swiper-navigation a.prev {
    left: 45px;
  }
  #intro .logos-wrapper .logos .swiper-navigation a.next {
    right: 50px;
  }
  #intro .logos-wrapper .logos.locked .swiper-container {
    margin: 40px 70px;
  }
  #intro.with-logos {
    margin-bottom: 75px;
  }
}
@media all and (max-width: 1023px) {
  #intro .section {
    padding-top: 240px;
    padding-bottom: 40px;
  }
  #intro .section-content {
    width: auto;
  }
  #intro .logos-wrapper {
    margin-top: 100px;
  }
}
@media screen and (max-width: 812px) {
  #intro .section {
    margin-bottom: calc(-1 * var(--magic-number));
  }
  #intro .logos-wrapper {
    margin-top: 70px;
  }
  #intro .logos-wrapper .logos .swiper-container {
    margin: 40px 50px;
  }
  #intro .logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo {
    height: 60px;
  }
  #intro .logos-wrapper .logos .swiper-navigation {
    display: none !important;
  }
  #intro .logos-wrapper .logos .swiper-navigation a.prev {
    left: 35px;
  }
  #intro .logos-wrapper .logos .swiper-navigation a.next {
    right: 35px;
  }
  #intro .logos-wrapper .logos.locked .swiper-container {
    margin: 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  #intro .section {
    padding-top: 140px;
  }
  #intro .section-content .links .app-container {
    clear: left;
  }
  #intro .section-content .links .app-container .dropdown-content {
    padding: 20px 20px 10px 20px;
  }
  #intro .section-content .links .app-container .dropdown-content .downloads a {
    float: left;
    clear: left;
    margin: 0 0 10px 0 !important;
  }
  #intro .section-content .links .app-container .dropdown-content .downloads a img {
    height: 40px;
  }
  #intro .section-content .links .certificates {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  #intro .section-content .text {
    margin-bottom: 30px;
  }
  #intro .section-content .app-container .dropdown {
    display: block;
  }
  #intro .section-content .links .certificates {
    margin-left: 0;
  }
  #intro .section-content .links .certificates a img {
    height: 28px;
  }
}
/* COLORS */
/* FONTS */
.logos-wrapper {
  position: relative;
  z-index: 19;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logos-wrapper .title {
  color: #191b46;
  font-size: 14px;
  line-height: 24px;
  width: 160px;
  flex: 0 1 auto;
}
.logos-wrapper .logos {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 19;
  flex: 1 1 0%;
  min-width: 240px;
}
.logos-wrapper .logos .swiper-container {
  margin: 20px;
  overflow: hidden;
  position: relative;
}
.logos-wrapper .logos .swiper-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 1;
  z-index: 19;
}
.logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide {
  width: 20%;
  float: left;
}
.logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo {
  height: 70px;
  position: relative;
}
.logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo > div,
.logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo a {
  display: block;
  height: 100%;
  width: 200px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.logos-wrapper .logos .swiper-navigation a {
  position: absolute;
  top: 50%;
  font-size: 16px;
  display: block;
  margin-top: -8px;
  cursor: pointer;
}
.logos-wrapper .logos .swiper-navigation a i:before {
  display: block;
}
.logos-wrapper .logos .swiper-navigation a.prev {
  left: 65px;
}
.logos-wrapper .logos .swiper-navigation a.next {
  right: 65px;
}
.logos-wrapper .logos .swiper-navigation a.swiper-button-disabled {
  color: #dddddd;
}
.logos-wrapper .logos.locked .swiper-container {
  margin: 50px 100px;
}
.logos-wrapper .logos.locked .swiper-navigation {
  display: none;
}
@media screen and (max-width: 499px) {
  .logos-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .logos-wrapper .title {
    margin: 0 30px 10px 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .logos-wrapper .logos {
    border-radius: 0;
  }
  .logos-wrapper .logos .swiper-container {
    margin: 20px 30px;
  }
  .logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo > div,
  .logos-wrapper .logos .swiper-container .swiper-wrapper .swiper-slide .logo a {
    width: 160px;
  }
  .logos-wrapper .logos .swiper-navigation a.prev {
    left: 25px;
  }
  .logos-wrapper .logos .swiper-navigation a.next {
    right: 25px;
  }
  .logos-wrapper .logos.locked .swiper-container {
    margin: 20px 30px;
  }
}
/* COLORS */
/* FONTS */
#description .section-content {
  width: 60%;
}
#description .interactions-section {
  margin: 55px auto;
  width: 80%;
  position: relative;
}
#description .interactions-section .interactions {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#description .interactions-section .interactions .interaction {
  flex: 1;
  text-align: center;
}
#description .interactions-section .interactions .interaction .interaction-img {
  display: none;
}
#description .interactions-section .interactions .interaction .field-title {
  font-weight: bold;
  font-family: "Nunito";
  margin-bottom: 5px !important;
}
#description .modules-section {
  background: url("/themes/custom/images/waves/hero_lightblue_full.svg") bottom center repeat-x transparent;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
#description .modules-section .modules {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 2;
}
#description .modules-section .modules .module {
  flex: 0 0 48%;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  padding: 10px;
  position: relative;
}
#description .modules-section .modules .module .img-holder {
  background-color: #ecf7fe;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
#description .modules-section .modules .module .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#description .modules-section .modules .module .module-content {
  padding: 10px;
}
#description .modules-section .modules .module .field-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
#description .modules-section .modules .module .field-title {
  font-weight: bold;
  font-family: "Nunito";
  margin-top: 10px;
  font-size: 18px;
  color: #191b46;
}
#description .modules-section .modules .module .field-text {
  margin-top: 20px;
}
@media all and (max-width: 1023px) {
  #description .section-content {
    text-align: left;
  }
}
@media screen and (max-width: 812px) {
  #description .interactions-section {
    display: none;
  }
  #description .interactions-section .interactions-main-img {
    display: none;
  }
  #description .interaction {
    position: relative;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
  }
  #description .interaction .interaction-img {
    display: none;
    /* change to block if need the image */
  }
  #description .interaction .interaction-text-holder {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #description .interaction .interaction-text-holder .field-title {
    margin-bottom: 0;
  }
  #description .interaction.type-1 .field-title {
    color: #191b46;
  }
  #description .interaction.type-2 .field-title {
    color: #00adef;
  }
  #description .interaction.type-3 .field-title {
    color: #00adef;
  }
  #description .modules-section {
    margin: 50px auto 0;
    background: transparent;
    padding: 0;
  }
  #description .modules-section .modules {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  #description .modules-section .modules .module {
    flex: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    position: relative;
  }
}
/* 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;
  }
}
/* COLORS */
/* FONTS */
#request-form-teaser {
  margin-top: -50px !important;
  padding-top: 250px !important;
}
@media all and (max-width: 1599px) {
  #request-form-teaser {
    padding-top: 170px !important;
  }
}
@media all and (max-width: 1439px) {
  #request-form-teaser {
    padding-top: 150px !important;
  }
}
@media all and (max-width: 1023px) {
  #request-form-teaser {
    padding-top: 100px !important;
  }
}
/*# sourceMappingURL=request-form-teaser.css.map */