/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.how-help-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 8rem;
}
@media screen and (max-width: 600px) {
  .how-help-us {
    padding-top: 4rem;
  }
}
.how-help-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.how-help-us__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: center;
}
.how-help-us__content-title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.how-help-us__content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 600px) {
  .faq {
    padding: 0;
  }
}
.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.faq__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.faq__content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  padding: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.4rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.faq__content-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  cursor: pointer;
}
.faq__content-card-text .dt-md {
  padding-top: 0.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: var(--UNI-Black, #0f161e);
}
.faq__content-card-text svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__content-card-text svg path {
  stroke: #a2a9b0;
}
.faq__content-card-text.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__content-card-answer {
  display: none;
  font-size: 1.6rem;
  opacity: 0;
  -webkit-transition: padding 0.3s ease, opacity 0.3s ease;
  transition: padding 0.3s ease, opacity 0.3s ease;
}
.faq__content-card-answer.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  border-top: 1px solid var(--UNI-Black, #0f161e);
  margin-top: 1rem;
  width: 100%;
}
.faq__content-card-answer.open p {
  margin-top: 1rem;
  color: var(--UNI-Black, #0f161e);
}
.faq__content-card-answer.open ul > li,
.faq__content-card-answer.open ol > li {
  margin-left: 1.8rem;
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  color: var(--UNI-Black, #0f161e);
}
.faq__content-card-answer.open ul > li a,
.faq__content-card-answer.open ol > li a {
  border-bottom: 1px solid var(--UNI-Black, #0f161e);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--UNI-Black, #0f161e);
}
.faq__content-card-answer.open ul > li a:hover,
.faq__content-card-answer.open ol > li a:hover {
  border-color: transparent;
}

.single-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.single-services::before {
  position: absolute;
  content: "";
  width: 100%;
  background: url("../../images/square.svg");
  opacity: 0.5;
  background-repeat: repeat;
  top: -3rem;
  height: 100%;
  z-index: 1;
}
.single-services .breadcrumbs {
  width: 100%;
  max-width: 144rem;
  padding-bottom: 3rem;
}
.single-services .breadcrumbs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  width: 100%;
  max-width: 114.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.single-services .breadcrumbs ul li {
  list-style: none;
}
.single-services .breadcrumbs ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-services .breadcrumbs ul li a:hover {
  color: var(--Cool-Gray-Cool-Gray-060, #697077);
}
.single-services .breadcrumbs ul .breadcrumb-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-services__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.2rem;
  z-index: 5;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 830px) {
  .single-services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.2rem;
  }
}
.single-services__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .single-services__content-title {
    gap: 1.2rem;
  }
}
.single-services__content-title h1 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-rate) * 6.4rem);
  line-height: 1;
}
@media screen and (max-width: 440px) {
  .single-services__content-title h1 {
    text-align: center;
    text-wrap: balance;
  }
}
@media screen and (max-width: 830px) {
  .single-services__content-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-services__content-title p {
    max-width: 64.6rem;
    text-align: center;
  }
}
.single-services__content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 487px) {
  .single-services__content .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-services__content .buttons .btn_lg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.single-services__content .buttons .btn_white {
  padding: 1.38rem 2rem;
}
.single-services__content .buttons a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-services__content .buttons a .icon svg g path {
  stroke: var(--Cool-Gray-Cool-Gray-040, #a2a9b0);
}
.single-services__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 0.4rem;
}
.single-services__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 55.6rem;
  aspect-ratio: 556/378;
}

.how-service-proceed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  z-index: 5;
}
.how-service-proceed__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.how-service-proceed__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.how-service-proceed__content .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 76rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.how-service-proceed__content .video {
  width: 100%;
  max-width: 76rem;
  height: 42.1rem;
}
.how-service-proceed__content .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.how-service-proceed__content .overlay img {
  width: 100%;
}
.how-service-proceed__content .overlay .play-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-100, #121619);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}

.everything-you-need {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.everything-you-need__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1440px) {
  .everything-you-need__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 144rem;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .everything-you-need__content {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .everything-you-need__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
  }
}
.everything-you-need__content-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-block: 2.5rem;
}
@media (max-width: 1000px) {
  .everything-you-need__content-col-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.everything-you-need__content-col-left .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  margin: 0;
}
.everything-you-need__content-col-left .description h3,
.everything-you-need__content-col-left .description p {
  color: #f5f5f7;
}
@media (max-width: 1000px) {
  .everything-you-need__content-col-left .description {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem;
  }
}
.everything-you-need__content-col-left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 1000px) {
  .everything-you-need__content-col-left .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.everything-you-need__content-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 71.6rem;
}
.everything-you-need__content-col-right figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
.everything-you-need__content-col-right figure img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 71.6rem;
          flex: 1 0 71.6rem;
  width: 100%;
  height: auto;
}

.text-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: var(--White, #fff);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .text-image {
    padding: 4rem 0 0 0;
  }
}
.text-image__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.2rem;
  z-index: 5;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .text-image__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .text-image__content {
    gap: 2.2rem;
  }
}
.text-image__content .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 830px) {
  .text-image__content .col-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .text-image__content .col-left p {
    max-width: 64.6rem;
    text-align: center;
  }
}
.text-image__content .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 0.4rem;
}
.text-image__content .col-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 55.6rem;
  aspect-ratio: 556/378;
}
@media screen and (max-width: 768px) {
  .text-image__content .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .section-text {
    padding: 4rem 0 0 0;
  }
}
.section-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.section-text__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .section-text__content-header h3 {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.section-text__content-header p {
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  text-align: left;
}
.section-text__content-header p strong {
  text-align: left;
}

.section-other-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .section-other-services {
    padding: 4rem 0 0 0;
  }
}
.section-other-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.section-other-services__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .section-other-services__content-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 440px) {
  .section-other-services__content-header {
    text-align: center;
  }
}
.section-other-services__content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-other-services__content-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-other-services__content-cards .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 24.8rem;
  width: 100%;
  height: 24.8rem;
  padding: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6rem;
  border-radius: 0.4rem;
  background: var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-other-services__content-cards .box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 22.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(46.26%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 46.26%);
  left: 0;
  bottom: 0;
  z-index: 1;
}
.section-other-services__content-cards .box:hover {
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.section-other-services__content-cards .box:hover .box__description {
  color: var(--Cool-Gray-Cool-Gray-080, #343a3e);
}
.section-other-services__content-cards .box:hover .box__description-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
  border: 1px solid var(--Cool-Gray-Cool-Gray-080, #343a3e);
}
.section-other-services__content-cards .box:hover .box__description-icon svg g path {
  stroke: var(--White, #fff);
}
.section-other-services__content-cards .box__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
}
.section-other-services__content-cards .box__description-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  background: var(--White, #fff);
  -webkit-transition: background 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, background 0.4s;
  transition: transform 0.4s, background 0.4s, -webkit-transform 0.4s;
}

.demonstration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.demonstration__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
.demonstration__content-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 910px) {
  .demonstration__content-description {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.demonstration__content-description .title-and-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.demonstration__content-description .title-and-tag .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 910px) {
  .demonstration__content-description .title-and-tag .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.demonstration__content-description .title-and-tag .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 910px) {
  .demonstration__content-description .title-and-tag .tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.demonstration__content-description .title-and-tag .tags__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.demonstration__content-description .title-and-tag .tags__tag p {
  text-box-trim: trim-end;
  color: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.demonstration__content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.demonstration__content-images .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 0.4rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.demonstration__content-images .image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 57.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.demonstration__content-images .image-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.demonstration__content-images .image-content .icv__label-after {
  float: right;
  margin-top: 0.8rem;
}
.demonstration__content-images .image-content .icv__label-before {
  float: left;
  margin-top: 0.8rem;
}
.demonstration__content-images .image-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.demonstration__content-images .image-content figure.before, .demonstration__content-images .image-content figure.after {
  margin: 0;
}
.demonstration__content-images .image-content figure.before figcaption, .demonstration__content-images .image-content figure.after figcaption {
  border: 1px solid var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  background: rgba(33, 39, 42, 0.01);
  backdrop-filter: blur(12.5px);
  border-radius: 12px;
  color: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  opacity: 0.8;
  padding: 7px;
  position: absolute;
  bottom: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 100%;
}
.demonstration__content-images .image-content figure.before figcaption {
  left: 12px;
}
.demonstration__content-images .image-content figure.after figcaption {
  right: 12px;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.faq__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.faq__content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  padding: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.4rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.faq__content-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.faq__content-card-text .dt-md {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: var(--UNI-Black, #0f161e);
}
.faq__content-card-text svg path {
  stroke: #a2a9b0;
}
.faq__content-card-answer p {
  color: var(--UNI-Black, #0f161e);
}

.content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 1rem;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.content-section__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 116.9rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .content-section__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.content-section__description-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.content-section__description-header .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-090, #21272a);
}
.content-section__description-header .subtitle p {
  color: var(--White, #fff);
  text-box-trim: trim-end;
}
.content-section__description-header h3 {
  color: var(--White, #fff);
}
.content-section__description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.content-section__description-content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.content-section__description-content .text p {
  color: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}
.content-section__description-content .text ul li {
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  color: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}
.content-section__description-content .text ul li a {
  border-bottom: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}
.content-section__description-content .text ul li a:hover {
  border-color: transparent;
}
.content-section__description-content .text h5,
.content-section__description-content .text .dt-md {
  color: var(--White, #fff);
}

.hidden {
  display: none;
}
/*# sourceMappingURL=single-nase_sluzby.css.map */
