.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.fw-slider {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.fw-slider .item {
  position: relative;
}
.fw-slider .item img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fw-slider .slick-dots {
  position: absolute;
  bottom: -33px;
  width: 100%;
  text-align: center;
}
.fw-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 20px;
  cursor: pointer;
  vertical-align: bottom;
}
.fw-slider .slick-dots li:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #e6e6e6;
  box-sizing: border-box;
  border-radius: 6px;
  transition: 0.2s;
}
.fw-slider .slick-dots li.slick-active:after {
  border: 0;
  background: #45d6ad;
}
.fw-slider .slick-dots li button {
  display: none;
}
.fw-slider__arrows {
  position: relative;
}
.fw-slider__arrows .next-arrow,
.fw-slider__arrows .prev-arrow {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
}
.fw-slider__arrows .next-arrow svg,
.fw-slider__arrows .prev-arrow svg {
  opacity: 0.6;
  transition: 0.2s all;
}
@media (max-width: 969px) {
  .fw-slider__arrows .next-arrow svg,
  .fw-slider__arrows .prev-arrow svg {
    width: 8px;
    height: 18px;
  }
}
.fw-slider__arrows .next-arrow:hover svg,
.fw-slider__arrows .prev-arrow:hover svg {
  opacity: 1;
}
@media (min-width: 660px) {
  .fw-slider__arrows .next-arrow,
  .fw-slider__arrows .prev-arrow {
    box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.15);
    background: #fff;
  }
}
.fw-slider__arrows .next-arrow {
  right: 0;
}
.fw-slider__arrows .prev-arrow {
  left: 0;
}
@media (min-width: 660px) {
  .fw-slider__arrows .prev-arrow {
    left: -50px;
  }
  .fw-slider__arrows .next-arrow {
    right: -50px;
  }
}
.fw-slider__arrows--sm-green {
  top: calc(50% - 30px);
}
[aria-describedby^="slick-slide"] {
  outline: 0;
}
.mobile-menu-btn {
  cursor: pointer;
}
.mobile-menu-btn span {
  width: 26px;
  height: 1px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #000;
  display: block;
  margin-top: 5px;
}
.mobile-menu-btn span:first-child {
  margin-top: 0;
}
.mobile-menu-btn.active span {
  transition: 0.3s all ease;
}
.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-btn.active span:nth-child(2) {
  transform: translate(300%, 0);
  opacity: 0;
}
.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-list li,
.simple-list > div {
  position: relative;
  padding: 0 0 8px 16px;
}
.simple-list li:before,
.simple-list > div:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #393939;
}
.simple-list li:last-child,
.simple-list > div:last-child {
  padding: 0 0 0 16px;
}
@media (min-width: 480px) {
  .list-two-cols {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 660px) {
  .list-two-cols {
    -moz-column-gap: 47px;
    column-gap: 47px;
  }
}
.article {
  margin-top: 70px;
}
@media (min-width: 970px) {
  .article {
    margin-top: 90px;
  }
}
.section__title {
  margin-bottom: 32px;
}
@media (min-width: 660px) {
  .section__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 970px) {
  .section__title {
    margin-bottom: 72px;
  }
}
.search-popup {
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.search-popup.open {
  visibility: visible;
  opacity: 1;
  width: 100% !important;
  height: auto !important;
  margin-top: 12px;
  margin-bottom: -13px;
}
.search-form {
  position: relative;
  margin-bottom: 0;
}
.search-form__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.search-form__input {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #000;
  border-radius: 8px 0 0 8px;
  background: none;
  box-shadow: none;
}
.search-form__input:-moz-placeholder {
  color: #787878;
}
.search-form__input::-moz-placeholder {
  color: #787878;
}
.search-form__input::-webkit-input-placeholder {
  color: #787878;
}
@media (min-width: 970px) {
  .search-form__input {
    padding: 0 24px;
  }
}
.search-form__submit {
  height: 44px;
  width: 48px;
  padding: 0;
  background: none;
  border: 1px solid #000;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}
.search-form__submit:hover {
  background: #45d6ad;
  font-weight: 600;
}
.search-form__submit .icon-svg {
  width: 20px;
  height: 20px;
  fill: currentColor !important;
}
.search-form__submit .search-text {
  display: none;
}
@media (min-width: 970px) {
  .search-form__submit {
    display: flex;
    justify-content: center;
    min-width: 223px;
    align-items: center;
  }
  .search-form__submit .search-text {
    display: block;
    margin-left: 16px;
  }
}
.search-focus.mobile-active .header-menu,
.search-focus .mobile-menu,
.search-focus .mobile-sidebar-footer {
  opacity: 0.1;
  pointer-events: none;
}
.imagine-section {
  margin-top: 72px;
  margin-bottom: 80px;
}
@media (min-width: 660px) {
  .imagine-section {
    margin-bottom: 72px;
  }
}
@media (min-width: 970px) {
  .imagine-section {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.imagine-section .section__title {
  margin-bottom: 24px;
}
.imagine-section .description {
  max-width: 570px;
  margin-bottom: 48px;
}
.imagine-section .list {
  gap: 30px;
}
@media (min-width: 970px) {
  .imagine-section .list {
    margin-top: 48px;
  }
}
.imagine-section .list .item .inner {
  padding: 32px 32px 40px;
  border-radius: 8px;
  background: rgba(69, 214, 173, 0.15);
  height: 100%;
}
.imagine-section .list .item h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 970px) {
  .imagine-section .list .item h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.imagine-section .list:not(.slick-initialized) {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
.imagine-section .list:not(.slick-initialized) + .navigation {
  display: none;
}
@media (min-width: 660px) {
  .imagine-section .list:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 970px) {
  .imagine-section .list:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
  .imagine-section .list:not(.slick-initialized).dots:after {
    position: absolute;
    content: "";
    width: 292px;
    height: 136px;
    top: auto;
    right: 15px;
    bottom: 25px;
    left: auto;
    z-index: -1;
    background-image: radial-gradient(
      circle at 3px 3px,
      #8f8f8f 3%,
      transparent 8%
    );
    background-size: 26px 26px;
  }
}
.imagine-section .fw-slider .slick-dots {
  position: relative;
  bottom: 0;
}
.imagine-section .fw-slider .slick-dots li:after {
  background: #e6e6e6;
  border: unset;
}
.imagine-section .fw-slider .slick-dots li.slick-active:after {
  background: #000;
}
.imagine-section .slick-hidden + .dots-bar {
  display: none;
}
.imagine-section .slick-track {
  display: flex !important;
}
.imagine-section .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.imagine-section .fw-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}
.imagine-section .fw-slider__arrows .next-arrow,
.imagine-section .fw-slider__arrows .prev-arrow {
  position: relative;
  background: none;
  border: 1px solid #000;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  box-shadow: unset;
}
.imagine-section .fw-slider__arrows .next-arrow svg,
.imagine-section .fw-slider__arrows .prev-arrow svg {
  opacity: 1;
  width: auto;
  height: auto;
}
.imagine-section .slick-arrow.slick-disabled {
  visibility: visible;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.2s;
}
.imagine-section.dark {
  margin-top: 0;
  margin-bottom: 0;
}
.imagine-section.dark .list .item .inner {
  border: 1px solid #2b2b2b;
  background: #212121;
}
.imagine-section.dark .fw-slider__arrows .next-arrow,
.imagine-section.dark .fw-slider__arrows .prev-arrow {
  border-color: #787878;
}
.imagine-section.dark .fw-slider__arrows .next-arrow svg path,
.imagine-section.dark .fw-slider__arrows .prev-arrow svg path {
  fill: #787878;
}
.imagine-section.dark .fw-slider .slick-dots li:after {
  background: rgba(237, 237, 237, 0.3);
}
.imagine-section.dark .fw-slider .slick-dots li.slick-active:after {
  background: #fff;
}
.our-services {
  margin: 72px 0;
}
@media (min-width: 970px) {
  .our-services {
    margin: 130px 0 80px;
  }
}
.our-services .list.dots {
  position: relative;
}
@media (min-width: 970px) {
  .our-services .list.dots:after {
    position: absolute;
    content: "";
    width: 292px;
    height: 136px;
    top: auto;
    right: 4%;
    bottom: 0;
    left: auto;
    z-index: -1;
    background-image: radial-gradient(
      circle at 3px 3px,
      #8f8f8f 3%,
      transparent 8%
    );
    background-size: 26px 26px;
  }
}
.our-services .section__title {
  margin-bottom: 24px;
}
.our-services .title-wrap {
  margin-bottom: 32px;
}
@media (min-width: 970px) {
  .our-services .title-wrap {
    margin-bottom: 64px;
  }
}
.our-services .list {
  row-gap: 32px;
}
.our-services .slick-list {
  overflow: visible;
}
.our-services .slick-track {
  display: flex !important;
}
.our-services .slick-slide {
  height: inherit !important;
  flex-basis: auto;
}
.our-services__item .content {
  padding: 24px;
}
.our-services__item .img {
  position: relative;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  height: 170px;
  border-radius: 8px 8px 0 0;
  background-position: center;
  background-size: cover;
}
@media (min-width: 660px) and (max-width: 969px) {
  .our-services__item .img {
    height: 150px;
  }
}
.our-services__item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}
.our-services__item .descr {
  font-size: 16px;
  line-height: 24px;
  color: #393939;
}
@media (min-width: 660px) and (max-width: 969px) {
  .our-services__item .descr {
    font-size: 14px;
    line-height: 22px;
  }
}
.our-services__item .link {
  display: block;
  width: 65px;
  height: 16px;
  right: 0;
  bottom: 0;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat center right;
  transition: 0.2s;
  margin: 16px 0 0 auto;
}
@media (min-width: 660px) {
  .our-services__item.hidden {
    display: none;
  }
}
.our-services .cta-item-wrap {
  flex: 1;
  max-width: 100%;
}
.our-services .cta-item {
  height: 100%;
  border-radius: 8px;
  text-align: center;
  align-content: center;
}
.our-services .cta-item .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.our-services .cta-item .btn-black {
  margin: 24px auto 0;
}
.our-services .cta-item.mint {
  background: #d6f3eb;
}
.our-services .cta-item.blue {
  background: #dbecf6;
}
.our-services .cta-item.purple {
  background: #e8dbec;
}
.our-services__item-wrap {
  position: relative;
  border-radius: 8px;
  background: #fff;
  height: 100%;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  transform: translateZ(0);
  transition: 0.2s;
}
.our-services a.our-services__item-wrap:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}
.our-services a.our-services__item-wrap:hover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #45d6ad;
  border-radius: inherit;
  z-index: 1;
}
.our-services a.our-services__item-wrap:hover .link {
  filter: brightness(0);
}
.our-services.dark .our-services__item .title {
  color: #fff;
}
.our-services.dark .our-services__item-wrap {
  background: #212121;
  box-shadow: inset 0 0 0 1px #2b2b2b;
}
.our-services.dark a.our-services__item-wrap:not(:hover) .link {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.our-services.dark a.our-services__item-wrap:hover {
  background: #151515;
}
.our-services.dark a.our-services__item-wrap:hover .link {
  filter: brightness(1);
}
.our-services.mint_to_purple .our-services__item-wrap,
.our-services.blue_to_green .our-services__item-wrap {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.our-services.mint_to_purple .our-services__item-wrap:not(:hover) .link,
.our-services.blue_to_green .our-services__item-wrap:not(:hover) .link {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.our-services.mint_to_purple .our-services__item-wrap:hover .link,
.our-services.blue_to_green .our-services__item-wrap:hover .link {
  filter: brightness(1);
}
.our-services .btn-expand {
  display: none;
}
@media (min-width: 660px) {
  .our-services .btn-expand {
    display: block;
    margin: 30px auto 0;
  }
  .our-services .btn-expand:not(:hover) {
    background: none;
  }
}
.our-services .btn-wrap {
  margin: 48px auto 0;
}
.our-services .btn-wrap .btn-filled {
  margin: 0 auto;
}
.technology-partnership {
  position: relative;
  margin: 72px 0;
  background: #1b1b1b;
  color: #fff;
  padding: 84px 0;
  background-size: cover;
  background-position: center;
}
.technology-partnership:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (min-width: 660px) {
  .technology-partnership {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .technology-partnership {
    margin: 160px 0;
  }
}
.technology-partnership .section__title {
  margin-bottom: 24px;
}
.technology-partnership .title-wrap {
  margin-bottom: 32px;
}
@media (min-width: 970px) {
  .technology-partnership .title-wrap {
    margin-bottom: 64px;
  }
}
.technology-partnership .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
.technology-partnership .items .item {
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  backdrop-filter: blur(10px);
}
.technology-partnership .items .item:nth-child(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.technology-partnership .items .item:nth-last-child(1) {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.technology-partnership .items .icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  margin-bottom: 24px;
}
.technology-partnership .items .icon img {
  max-width: 60%;
  height: auto;
}
.technology-partnership .items .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 8px;
}
.technology-partnership .items .description {
  opacity: 0.6;
  font-size: 14px;
  line-height: 22px;
}
.technology-partnership .items .description:last-child {
  margin-bottom: 0;
}
.technology-partnership .items .block-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.technology-partnership .items .block-link:before {
  position: absolute;
  content: "";
  border-radius: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.technology-partnership .items .block-link:hover:before {
  z-index: 1;
  border: 2px solid #45d6ad;
}
.technology-partnership .items .block-link:hover .btn-clear {
  background: rgba(69, 214, 173, 0.2);
}
.technology-partnership .items .block-link .btn-clear {
  margin: 8px 0 0 auto;
}
.technology-partnership .items .description {
  margin-bottom: 16px;
}
.technology-partnership .items .link {
  display: block;
  width: 65px;
  height: 18px;
  margin: auto 0 0 auto;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat;
}
.technology-partnership .items .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (min-width: 970px) {
  .technology-partnership .items {
    grid-template-columns: 1fr 1fr;
  }
  .technology-partnership .items .item {
    padding: 40px 40px 48px;
  }
  .technology-partnership .items .item:nth-child(1) {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .technology-partnership .items .item:nth-child(2) {
    border-top-right-radius: 8px;
  }
  .technology-partnership .items .item:nth-last-child(1) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .technology-partnership .items .item:nth-last-child(2) {
    border-bottom-left-radius: 8px;
  }
}
.technology-partnership .link-wrap {
  margin-top: 68px;
}
.technology-partnership .link-wrap .btn-clear {
  margin: 0 auto;
}
.custom-schema {
  padding-top: 88px;
  padding-bottom: 88px;
  background: rgba(237, 237, 237, 0.3);
}
.custom-schema .title {
  margin-bottom: 24px;
}
.custom-schema .title-wrap {
  margin-bottom: 64px;
}
.custom-schema .descr {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.custom-schema .schema {
  text-align: center;
}
.custom-schema .schema svg {
  max-width: 100%;
  height: auto;
}
.iot-schema {
  margin: 72px 0;
}
@media (min-width: 480px) {
  .iot-schema {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .iot-schema {
    margin: 160px 0;
  }
}
.iot-schema .title {
  margin-bottom: 24px;
}
.iot-schema .title-wrap {
  margin-bottom: 64px;
}
.iot-schema .schema {
  text-align: center;
}
.iot-schema .schema svg {
  max-width: 100%;
  height: auto;
}
.text-section {
  margin: 72px 0;
}
@media (min-width: 480px) {
  .text-section {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .text-section {
    margin: 160px 0;
  }
}
.text-section .text {
  padding: 24px 24px 32px;
  border-radius: 8px;
  background: rgba(69, 214, 173, 0.2);
}
@media (min-width: 480px) {
  .text-section .text {
    padding: 40px 56px;
  }
}
.text-section .text p {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 480px) {
  .text-section .text p {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 970px) {
  .text-section .text p {
    font-size: 28px;
    line-height: 34px;
  }
}
.text-section .text p:last-child {
  margin-bottom: 0;
}
.three-col {
  margin: 72px 0;
  background-position: center;
  background-size: cover;
}
@media (min-width: 480px) {
  .three-col {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .three-col {
    margin: 160px 0;
  }
}
.three-col .section__title {
  margin-bottom: 24px;
}
.three-col .title-wrap {
  margin-bottom: 32px;
}
@media (min-width: 970px) {
  .three-col .title-wrap {
    margin-bottom: 64px;
  }
}
.three-col .section-description {
  max-width: 670px;
  margin-bottom: 50px;
}
.three-col .items {
  position: relative;
  margin-top: 64px;
  row-gap: 40px;
}
.three-col .item {
  position: relative;
  z-index: 1;
  height: 100%;
}
.three-col .item:hover .arrow {
  filter: brightness(0);
}
.three-col .item .arrow {
  margin: 32px 0 0 auto;
  width: 65px;
  height: 16px;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat;
}
.three-col a.item {
  border-radius: 12px;
}
.three-col a.item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s all;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.three-col a.item:hover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #45d6ad;
  border-radius: inherit;
  z-index: 1;
}
.three-col a.item:hover:before {
  opacity: 1;
  top: -8px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}
.three-col .link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}
@media (min-width: 660px) {
  .three-col .link {
    padding: 2px 15px;
    max-width: 270px;
  }
}
.three-col .icon {
  margin-bottom: 16px;
  line-height: 1;
}
.three-col .icon.bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.three-col .icon.mint {
  background: rgba(69, 214, 173, 0.3);
}
.three-col .icon.blue {
  background: rgba(95, 180, 229, 0.3);
}
.three-col .icon.orange {
  background: rgba(255, 128, 65, 0.3);
}
.three-col .icon.purple {
  background: rgba(162, 94, 181, 0.3);
}
.three-col .icon.green-light {
  background: rgba(138, 221, 102, 0.3);
}
.three-col .icon.violet {
  background: rgba(102, 94, 199, 0.3);
}
.three-col .icon.yellow {
  background: rgba(255, 205, 0, 0.3);
}
.three-col .description h3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 8px;
}
.three-col .description p {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 24px;
}
.three-col .description .simple-list li {
  padding-bottom: 0;
}
.three-col .description > :last-child {
  margin-bottom: 0;
}
.three-col.dark .simple-list {
  opacity: 0.7;
}
.three-col.dark .simple-list li:before {
  background: #fff;
}
.three-col.dark a.item:not(:hover) .arrow {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.three-col.dark a.item:hover .arrow {
  filter: brightness(1);
}
.three-col.dark .icon.mint {
  background: #45d6ad;
}
.three-col.dark .icon.blue {
  background: #5fb4e5;
}
.three-col.dark .icon.orange {
  background: #ff8041;
}
.three-col.dark .icon.purple {
  background: #a25eb5;
}
.three-col.dark .icon.green-light {
  background: #8add66;
}
.three-col.dark .icon.violet {
  background: #665ec7;
}
.three-col.dark .icon.yellow {
  background: #ffcd00;
}
.three-col.mint_to_purple .item .arrow,
.three-col.blue_to_green .item .arrow {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.quick-facts-section {
  position: relative;
  padding-top: 88px;
  padding-bottom: 88px;
  background: rgba(69, 214, 173, 0.2);
  margin: 72px 0;
}
@media (min-width: 480px) {
  .quick-facts-section {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .quick-facts-section {
    margin: 160px 0;
  }
}
.quick-facts-section__descr {
  position: relative;
  max-width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
}
.quick-facts-section__title {
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 970px) {
  .quick-facts-section__title {
    margin-bottom: 39px;
  }
}
@media (min-width: 1280px) {
  .quick-facts-section__title {
    margin-bottom: 32px;
  }
}
.quick-facts-section.bg {
  background: linear-gradient(
      106deg,
      rgb(1, 1, 1) 35%,
      rgb(33, 117, 128) 65%,
      rgb(1, 1, 1) 90%
    )
    center;
  background-size: cover;
  color: #fff;
}
.quick-facts-top-description {
  padding-bottom: 50px;
}
.about-statistics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 30px;
}
@media (min-width: 660px) {
  .about-statistics {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 970px) {
  .about-statistics {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.about-statistics .item-wrap {
  position: relative;
  padding-left: 20px;
  height: 100%;
}
.about-statistics .item-wrap:before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 100px;
  background: rgba(120, 120, 120, 0.3);
}
.about-statistics__numeric {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -1.43px;
}
@media (min-width: 970px) {
  .about-statistics__numeric {
    font-size: 56px;
    line-height: 72px;
  }
}
.about-statistics__numeric img {
  height: auto;
}
.about-statistics__descr {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 970px) {
  .about-statistics__descr {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-statistics__descr > *:last-child {
  margin-bottom: 0;
}
.about-statistics hr {
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    #ffffff 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin: 16px 0;
}
.about-statistics + .section__title {
  margin-top: 100px;
}
.quick-facts-addition > div {
  margin-top: 30px;
}
.quick-facts-item {
  position: relative;
  padding: 30px;
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  height: 100%;
}
.image-text-block {
  margin: 72px 0;
}
@media (min-width: 660px) {
  .image-text-block {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .image-text-block {
    margin: 124px 0 160px;
  }
}
.image-text-block .section__title {
  margin-bottom: 24px;
}
.image-text-block .section__title.with-descr {
  margin-bottom: 32px;
}
@media (min-width: 660px) {
  .image-text-block .section__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 970px) {
  .image-text-block .section__title {
    margin-bottom: 64px;
  }
}
.image-text-block .description {
  margin-bottom: 32px;
  max-width: 770px;
}
@media (min-width: 970px) {
  .image-text-block .description {
    margin-bottom: 72px;
  }
}
.image-text-block .text {
  align-self: center;
}
@media (min-width: 1280px) {
  .image-text-block .text {
    max-width: 510px;
  }
}
.image-text-block .img {
  text-align: center;
  line-height: 0;
}
@media (max-width: 969px) {
  .image-text-block .img {
    margin-bottom: 24px;
  }
}
.image-text-block .img img {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
}
.image-text-block .block {
  justify-content: space-between;
}
@media (min-width: 660px) {
  .image-text-block--right .block {
    flex-direction: row-reverse;
  }
}
.full-width-slider-v3 {
  margin: 72px 0;
}
.full-width-slider-v3 .section__title {
  display: block;
  margin-bottom: 32px;
}
.full-width-slider-v3 .fw-slider__arrows {
  display: none;
}
.full-width-slider-v3 .pagingInfo {
  display: none;
}
@media (min-width: 660px) {
  .full-width-slider-v3 .pagingInfo {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    left: 0;
    margin-left: 200px;
    display: block;
    bottom: 24px;
    width: 25%;
  }
  .full-width-slider-v3 .pagingInfo span {
    margin: 0 8px;
  }
  .full-width-slider-v3 .pagingInfo .mint {
    color: #45d6ad;
  }
  .full-width-slider-v3 .pagingInfo .gradient {
    color: #45d6ad;
  }
}
@media (min-width: 660px) {
  .full-width-slider-v3 {
    margin: 88px 0;
  }
  .full-width-slider-v3 .section__title {
    display: none;
  }
  .full-width-slider-v3 .list .slick-track {
    display: flex;
  }
  .full-width-slider-v3 .list .slick-slide {
    height: inherit !important;
  }
  .full-width-slider-v3 .slick-arrow.slick-disabled {
    visibility: visible;
    opacity: 0.3;
    pointer-events: none;
    transition: 0.2s;
  }
  .full-width-slider-v3 .fw-slider__arrows {
    position: absolute;
    display: block;
    margin-top: -60px;
    padding-left: 15px;
    bottom: 24px;
    left: 0;
    width: 170px;
  }
  .full-width-slider-v3 .fw-slider__arrows .next-arrow,
  .full-width-slider-v3 .fw-slider__arrows .prev-arrow {
    position: relative;
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    left: auto;
    right: auto;
  }
  .full-width-slider-v3 .fw-slider__arrows .next-arrow svg,
  .full-width-slider-v3 .fw-slider__arrows .prev-arrow svg {
    opacity: 1;
    width: auto;
    height: auto;
  }
  .full-width-slider-v3 .fw-slider__arrows .next-arrow {
    margin-left: 30px;
  }
  .full-width-slider-v3 .dots-bar .slick-dots {
    bottom: 24px;
    width: 25%;
    text-align: start;
  }
}
@media (min-width: 970px) {
  .full-width-slider-v3 {
    margin: 160px 0;
  }
}
.full-width-slider-v3 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  font-weight: 300;
}
.full-width-slider-v3 .item h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -1.42px;
  margin-top: 0;
  margin-bottom: 16px;
}
.full-width-slider-v3 .item .text-gradient,
.full-width-slider-v3 .item .mint {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: table;
  margin-bottom: 16px;
  color: #45d6ad;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.full-width-slider-v3 .item .company {
  position: relative;
  display: inline-block;
  background: rgba(69, 214, 173, 0.3);
  border-radius: 0 20px 20px 0;
  margin-bottom: 16px;
  padding: 8px 16px 8px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #45d6ad;
  border-left: 0;
}
.full-width-slider-v3 .item .tag {
  display: table;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 4px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
}
.full-width-slider-v3 .item .tag + h3 {
  margin-top: 32px;
}
@media (min-width: 970px) {
  .full-width-slider-v3 .item .tag + h3 {
    margin-top: 64px;
  }
}
.full-width-slider-v3 .item hr {
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    #ffffff 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin: 24px 0;
}
.full-width-slider-v3 .item p {
  font-size: 16px;
  line-height: 24px;
}
.full-width-slider-v3 .item .btn-filled {
  margin-top: 32px;
  color: #000;
  width: 100%;
}
.full-width-slider-v3 .item .slider-title {
  display: none;
}
@media (min-width: 660px) {
  .full-width-slider-v3 .item {
    min-height: 380px;
    color: #fff;
    flex-direction: row;
  }
  .full-width-slider-v3 .item .slider-title {
    display: block;
    margin-bottom: 50px;
  }
  .full-width-slider-v3 .item .content {
    padding-top: 120px;
    padding-bottom: 120px;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .full-width-slider-v3 .item .simple-list li:before {
    background: #fff;
  }
  .full-width-slider-v3 .item .btn-filled {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 660px) and (max-width: 969px) {
  .full-width-slider-v3 .item p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 970px) {
  .full-width-slider-v3 .item {
    min-height: 640px;
  }
}
@media (min-width: 1280px) {
  .full-width-slider-v3 .item {
    min-height: 780px;
  }
}
.full-width-slider-v3 .full-image {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 24px;
  width: 100%;
  min-height: 320px;
  z-index: -1;
}
@media (min-width: 660px) {
  .full-width-slider-v3 .full-image {
    position: absolute;
    height: 100%;
    top: 0;
    margin: 0;
    right: 0;
  }
  .full-width-slider-v3 .full-image .header-media-bg:before {
    background: linear-gradient(
      90deg,
      #000000,
      rgba(0, 0, 0, 0.5) 57%,
      rgba(0, 0, 0, 0) 67%
    );
  }
}
@media (min-width: 970px) {
  .full-width-slider-v3 .full-image {
    min-height: 640px;
  }
}
@media (min-width: 1280px) {
  .full-width-slider-v3 .full-image {
    min-height: 780px;
  }
}
.full-width-slider-v3 .dots-bar {
  position: relative;
}
@media (max-width: 659px) {
  .full-width-slider-v3 .dots-bar .slick-dots {
    padding-top: 16px;
    position: relative;
    bottom: 0;
  }
}
.partners-block-section {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (min-width: 660px) {
  .partners-block-section {
    margin-top: 88px;
    margin-bottom: 88px;
  }
}
@media (min-width: 970px) {
  .partners-block-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.partners-block-section .title {
  margin-bottom: 24px;
}
.partners-block-section .title-wrap {
  margin-bottom: 32px;
}
@media (min-width: 970px) {
  .partners-block-section .title-wrap {
    margin-bottom: 64px;
  }
}
.partners-block-section .description {
  max-width: 760px;
  margin-bottom: 32px;
}
.partners-block-section .wrapper {
  position: relative;
  padding: 32px 0 8px;
}
@media (min-width: 660px) {
  .partners-block-section .wrapper {
    padding: 32px 0 16px;
  }
}
@media (min-width: 970px) {
  .partners-block-section .wrapper {
    padding: 48px 0 24px;
  }
}
.partners-block-section .wrapper::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.partners-block-section .wrapper::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.partners-block-section .wrapper .row {
  row-gap: 40px;
}
@media (min-width: 660px) {
  .partners-block-section .wrapper .row {
    justify-content: center;
  }
}
.partners-block-section .partners-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 126px;
}
.partners-block-section .partners-icon .icon {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  max-width: 80%;
  max-height: 110px;
}
.experts-section {
  margin: 72px 0;
}
@media (min-width: 480px) {
  .experts-section {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .experts-section {
    margin: 160px 0;
  }
}
.experts-section .section__title {
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .experts-section .section__title {
    margin-bottom: 24px;
  }
}
.experts-section .slider-wrap {
  position: relative;
}
.experts-section .slick-track {
  display: flex !important;
}
.experts-section .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.experts-section .fw-slider__arrows {
  display: none;
}
@media (min-width: 660px) {
  .experts-section .fw-slider__arrows {
    position: absolute;
    display: block;
  }
}
.experts-section .leaders {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.experts-section .leaders.slick-initialized {
  display: block;
}
.experts-section .leaders .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(237, 237, 237, 0.4);
  height: 100%;
}
.experts-section .leaders .description {
  font-size: 14px;
  line-height: 22px;
  color: #393939;
}
@media (min-width: 970px) {
  .experts-section .leaders {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 72px;
  }
  .experts-section .leaders .wrap {
    gap: 24px;
    padding: 32px 32px 40px;
  }
}
@media (min-width: 970px) {
  .experts-section .leaders.col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 970px) {
  .experts-section .leaders.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.experts-section .leaders.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.experts-section .leaders.col-1 .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
@media (min-width: 660px) {
  .experts-section .leaders.col-1 .wrap {
    padding: 32px 32px 40px;
    gap: 24px;
  }
}
.experts-section .leaders .leaders-top {
  display: flex;
  gap: 16px;
}
@media (max-width: 479px) {
  .experts-section .leaders .leaders-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.experts-section .leaders__photo {
  border: 2px solid #45d6ad;
  width: 118px;
  height: 118px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experts-section .leaders__photo-pic {
  position: relative;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100%;
  line-height: 0;
  overflow: hidden;
}
.experts-section .leaders__photo-pic img {
  width: 100%;
  height: auto;
}
.experts-section .leaders__name {
  position: relative;
  margin: 0 0 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 480px) {
  .experts-section .leaders__name {
    margin: 6px 0 2px;
    font-size: 20px;
    line-height: 28px;
    text-align: start;
  }
}
.experts-section .leaders__pos {
  position: relative;
  margin-bottom: 16px;
  line-height: 20px;
  text-align: center;
  color: #454545;
}
@media (min-width: 480px) {
  .experts-section .leaders__pos {
    text-align: start;
  }
}
.experts-section .leaders__social {
  gap: 16px;
}
@media (min-width: 480px) {
  .experts-section .leaders__social {
    justify-content: flex-start;
  }
}
.related {
  margin: 72px 0;
}
.related .section__title {
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .related {
    margin: 88px 0;
  }
  .related .section__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 970px) {
  .related {
    margin: 160px 0;
  }
  .related .section__title {
    position: relative;
    margin-bottom: 72px;
  }
}
.related .description {
  margin-bottom: 32px;
}
.related .news {
  position: relative;
  row-gap: 30px;
}
@media (min-width: 970px) {
  .related .news:after {
    position: absolute;
    content: "";
    width: 292px;
    height: 136px;
    top: auto;
    right: 16px;
    bottom: 100px;
    left: auto;
    z-index: -1;
    background-image: radial-gradient(
      circle at 3px 3px,
      #8f8f8f 3%,
      transparent 8%
    );
    background-size: 26px 26px;
  }
}
.related .news__item.news .cat,
.related .news__item.neuigkeiten .cat {
  color: #ff8041;
}
.related .news__item.case-study .cat,
.related .news__item.fallstudie .cat {
  color: #73c651;
}
.related .news__item.webinar_landing .cat {
  color: #ffcd00;
}
.related .news__item.whitepapers_landing_new .cat {
  color: #a25eb5;
}
.related .news__item.blog-post .cat,
.related .news__item.blogeintrag .cat {
  color: #45d6ad;
}
.related .news__item.ebook-lending .cat {
  color: #665ec7;
}
.related .news__item.showcase-dkv .cat,
.related .news__item.showcase-db .cat {
  color: #00a888;
}
@media (min-width: 970px) {
  .related .news__item.big .news__item-inner {
    flex-direction: row;
  }
  .related .news__item.big .news__item-inner .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 8px 8px 0;
    border-width: 1px 1px 1px 0;
    padding-left: 72px;
    padding-right: 106px;
  }
  .related .news__item.big .image-wrap {
    flex: 0 1 58.33333333%;
    height: 380px;
    border-radius: 8px 0 0 8px;
  }
  .related .news__item.big .news__item-link {
    position: initial;
  }
}
.related .news__item-inner {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.related .news__item-inner .content {
  padding: 24px;
  border-radius: 0 0 8px 8px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background: #fff;
  flex: 1;
}
.related .news__item-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #45d6ad;
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  transition: 0.2s all;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.related .news__item-inner:hover:before {
  opacity: 1;
}
.related .news__item-inner:hover .news__item-link {
  transition: 0.3s;
  filter: brightness(0);
}
.related .news__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related .news__item-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 32px;
}
@media (min-width: 660px) and (max-width: 969px) {
  .related .news__item-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.related .news__item-link {
  position: absolute;
  display: block;
  width: 65px;
  height: 16px;
  right: 24px;
  bottom: 24px;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat;
}
.related .news .image-wrap {
  height: 172px;
  background-color: #f9f9f9;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.related .news .cat {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #5fb4e5;
  margin-bottom: 8px;
}
.related.grey,
.related.lite_gradient {
  margin-bottom: 0 !important;
}
.related.grey + .cta,
.related.lite_gradient + .cta {
  margin-top: 0;
}
.related.dark {
  margin-bottom: 0 !important;
}
.related.dark + .cta {
  margin-top: 0;
}
.related.dark .news__item-inner .content {
  background: #212121;
  border-color: #2b2b2b;
}
.related.dark .news__item-inner:not(:hover) .news__item-link {
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-grey.svg")
    no-repeat;
}
.related.dark .news__item-inner:hover .content {
  background: #151515;
}
.related.dark .news__item-inner:hover .news__item-link {
  filter: brightness(1);
}
.technology-partnership {
  margin-top: 0;
  margin-bottom: 0;
}
.text-section {
  margin-top: 56px;
  margin-bottom: 56px;
}
.text-section .text {
  position: relative;
  text-align: center;
}
.text-section .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.three-col {
  margin-top: 56px;
}
.full-width-banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.full-width-banner .wrap {
  max-width: 100% !important;
}
@media (min-width: 660px) {
  .full-width-slider-v3 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 970px) {
  .partners-block-section .partners-icon {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .partners-block-section .partners-icon .icon {
    max-height: 214px;
    max-width: 95%;
  }
}
.experts-section .leaders .leaders-top {
  flex-direction: column;
  align-items: center;
}
.experts-section .leaders__name,
.experts-section .leaders__pos {
  text-align: center;
}
.experts-section .leaders__social {
  justify-content: center;
}
