@charset "UTF-8";
/***********************************************
        MARCHING ANTS - ZELENÉ
************************************************/
#page_content_main_container {
  max-width: 110rem;
  margin: 0 auto;
}

.advantages_main_container {
  padding-bottom: 2rem;
}

.header_text {
  max-width: 46rem;
  margin: 4rem auto 2rem auto;
  display: block;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: center;
}

.card_how_it_works {
  background-color: rgb(255, 255, 255);
  border-radius: 0.6rem;
  border: 0.1rem solid #E1AFD1;
  overflow: hidden;
}
@media (max-width: 22rem) {
  .card_how_it_works {
    width: 92vw;
    margin: 2rem auto;
  }
}
@media (min-width: 22.01rem) and (max-width: 48rem) {
  .card_how_it_works {
    width: 88vw;
    margin: 2rem auto;
  }
}
@media (min-width: 48.01rem) and (max-width: 72rem) {
  .card_how_it_works {
    width: 78vw;
    margin: 2rem auto;
  }
}
@media (min-width: 72.01rem) {
  .card_how_it_works {
    width: 62rem;
    margin: 2rem auto;
  }
}
.card_how_it_works .card_header {
  white-space: nowrap;
  background-color: #E1AFD1;
  height: 3rem;
  position: relative;
}
.card_how_it_works .card_header .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: calc(72% + 0.8rem);
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background-color: white;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1rem;
}
.card_how_it_works .card_header .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  right: 0;
  width: 72%;
  overflow: normal;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Gabarito;
}
.card_how_it_works .card_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.35rem;
}
.card_how_it_works .card_content .block {
  padding: 0.7rem;
  line-height: 1.6rem;
  text-align: justify;
}
.card_how_it_works .card_content .block.highlight_para {
  font-size: 1.2rem;
  font-weight: bold;
  color: #AD88C6;
  text-align: center;
}
.card_how_it_works .card_content .block .custom_list li {
  list-style-position: outside;
  margin-left: 2rem;
}
.card_how_it_works .card_content .how_it_works_appitem_describtion {
  max-width: 20rem;
  margin: 1.5rem auto;
}
.card_how_it_works .card_content .how_it_works_appitem_describtion img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.btn_container_go_to_editor {
  text-align: center;
}
.btn_container_go_to_editor .btn_go_to_editor {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9rem;
  text-transform: uppercase;
  background-color: #AD88C6;
  color: white;
  border-radius: 0.35rem;
  padding: 0.6rem 0.75rem;
  font-weight: bold;
  text-decoration: none;
}
.btn_container_go_to_editor .btn_go_to_editor:hover {
  text-decoration: underline;
}/*# sourceMappingURL=jak-to-funguje.css.map */