/* common border radius */
/* disable text selection */
section#intro {
  padding: 0 0 90px 0;
  background: #337efe;
}
@media screen and (max-width: 1100px) {
  section#intro {
    background-image: none;
  }
}
@media screen and (max-width: 1024px) {
  section#intro {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#intro {
    padding: 0 0 40px 0;
  }
}
section#intro .vc-breadcrumb .container {
  min-height: 50px;
}
section#intro .vc-breadcrumb ~ .vc-uvod_kategorie .box,
section#intro .vc-breadcrumb ~ .vc-uvod_kategorie_s_vyhledavanim .box {
  padding-bottom: 50px;
}
section#intro .vc-breadcrumb__breadcrumb {
  padding-top: 25px;
}
section#intro .vc-breadcrumb__breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
section#intro .vc-breadcrumb__breadcrumb ol li {
  font-size: 12px;
}
section#intro .vc-breadcrumb__breadcrumb ol li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
}
section#intro .vc-breadcrumb__breadcrumb ol li:last-child a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
section#intro .vc-breadcrumb__breadcrumb ol li:not(:first-child)::before {
  padding: 4px 12px 4px 14px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.591' height='7.068' viewBox='0 0 4.591 7.068'%3E%3Cpath id='Path_5876' data-name='Path 5876' d='M-7130.173,114.361l3,3.039-3,2.969' transform='translate(7130.707 -113.835)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  width: 4px;
  height: 7px;
}
section#intro .text {
  padding: 40px 0 40px 0;
  text-align: center;
}
section#intro .text h1 {
  padding: 0 0 20px 0;
  margin: 0;
}
section#intro .text ul {
  display: inline-flex;
  flex-flow: column;
  gap: 8px;
  align-items: flex-start;
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}
section#intro .text ul li {
  padding: 0 0 0 32px;
  position: relative;
  text-align: left;
}
section#intro .text ul li:before {
  content: " ";
  width: 22px;
  height: 18px;
  position: absolute;
  left: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.584' height='17.297' viewBox='0 0 22.584 17.297'%3E%3Cpath id='Path_33588' data-name='Path 33588' d='M20029,16697.926a43.681,43.681,0,0,1,3.289,3.3,25.76,25.76,0,0,1,2.168,3.174s4.5-6.508,7.992-9.652a46.594,46.594,0,0,1,4.943-4.072' transform='translate(-20026.879 -16688.6)' fill='none' stroke='%2331ff2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
}
section#intro .btn-holder {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#intro .btn-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  section#intro .btn-holder > a:not(:last-child) {
    margin-bottom: 12px;
  }
}
section#audio {
  padding: 80px 0;
  background-color: #E4EEFE;
}
@media screen and (max-width: 1024px) {
  section#audio {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#audio {
    padding: 40px 0;
  }
}
section#audio .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(940px + 20px + 20px);
}
@media screen and (max-width: 768px) {
  section#audio .container {
    flex-direction: column;
    justify-content: center;
  }
}
section#audio .audio__title {
  font-size: 24px;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  section#audio .audio__title {
    font-size: 21px;
    order: 2;
    margin-bottom: 16px;
    margin-right: 0px;
  }
}
section#audio .audio__icon {
  margin-right: 24px;
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  section#audio .audio__icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section#audio .audio__icon {
    order: 1;
    margin-bottom: 8px;
    margin-right: 0px;
  }
}
section#audio .audio__icon svg {
  display: block;
}
@media screen and (max-width: 768px) {
  section#audio .audio__icon svg {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  section#audio .audio__player {
    order: 3;
  }
}
@media screen and (max-width: 500px) {
  section#audio .audio__player {
    width: 100%;
  }
}
section#points {
  padding: 90px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#points {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#points {
    padding: 40px 0;
  }
}
section#points h2 {
  padding: 0 0 40px 0;
}
section#points .row {
  padding: 0 0 40px 0;
}
section#points .row .single-feature {
  margin: 0 0 20px 0;
}
section#points .buttons a {
  margin: 10px 10px 0;
}
section#preview .container {
  padding: 90px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#preview .container {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#preview .container {
    padding: 40px 0;
  }
}
section#preview .container:before,
section#preview .container:after {
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  display: block;
  background-image: linear-gradient(to right, #D2D2D2 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
section#preview .container:before {
  top: 0;
}
section#preview .container:after {
  bottom: 0;
}
section#functions {
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#functions {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#functions {
    padding: 40px 0;
  }
}
section#functions .intro-text {
  padding: 0 0 20px 0;
}
section#functions .intro-text h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
section#functions .content-links {
  padding: 0 0 20px 0;
}
section#functions .content-links a {
  border-radius: 28px;
  background-color: #ebf2fe;
  padding: 8px 15px;
  margin: 5px 8px;
  display: inline-block;
  vertical-align: top;
  color: #015ffe;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#functions .content-links a:hover {
  box-shadow: 0 0 15px #015f16;
  border-radius: 28px;
  background-color: #015ffe;
  color: #FFF;
}
section#functions .items {
  padding: 20px 0 0 0;
}
section#functions .promo-button {
  padding: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#functions .promo-button {
    padding: 0 0 40px 0;
  }
}
section#functions .item {
  padding: 0 0 60px 0;
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: left;
}
section#functions .item.even {
  flex-flow: row-reverse;
}
section#functions .item:last-of-type {
  padding: 0;
}
section#functions .item .anchor {
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  left: 0;
  top: -90px;
}
section#functions .item .text {
  width: 100%;
}
section#functions .item .image {
  width: 100%;
}
section#functions .item .image span {
  padding: 60% 0 0 0;
  position: relative;
  display: block;
}
section#functions .item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  section#functions .item {
    padding: 0 0 40px 0;
    display: block;
    text-align: center;
  }
  section#functions .item .image {
    padding: 20px 0 0 0;
  }
  section#functions .item ul {
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: left;
  }
}
section#functions .info-box {
  max-width: 560px;
  margin: 60px auto 0 auto;
  background: #f2f2f2;
  padding: 20px 30px 20px 70px;
  position: relative;
  font-size: 0.85em;
  background-color: #f5f8fc;
  color: #1b2140;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
section#functions .info-box a {
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: underline;
}
section#functions .info-box .icon-tipy {
  position: absolute;
  left: 24px;
  top: 50%;
  font-size: 1.5em;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/money/assets/images/icons/icon_info.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section#faqs {
  padding: 90px 0;
  background: rgba(228, 238, 254, 0.75);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#faqs {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#faqs {
    padding: 40px 0;
  }
}
section#faqs h2 {
  padding: 0 0 20px 0;
}
section#faqs .faqs {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 992px) {
  section#faqs .faqs {
    flex-direction: column;
    align-items: center;
  }
}
section#faqs .faqs-left,
section#faqs .faqs-right {
  width: calc(50% - 8px);
}
@media screen and (max-width: 992px) {
  section#faqs .faqs-left,
  section#faqs .faqs-right {
    width: 100%;
  }
}
section#faqs .faqs-item {
  border: 1px solid #C8D7F1;
  margin-bottom: 8px;
  transition: 0.3s all linear;
}
section#faqs .faqs-item--active {
  background-color: #F5F8FC;
  border: 1px solid #F5F8FC;
  transition: 0.3s all linear;
}
section#faqs .faqs-item-content {
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  section#faqs .faqs-item-content {
    padding: 0 15px;
  }
}
section#faqs .faqs-item-question {
  padding: 10px 0;
  min-height: 84px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  section#faqs .faqs-item-question {
    min-height: unset;
    padding: 15px 0;
  }
}
section#faqs .faqs-item-question span {
  width: calc(100% - 40px);
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  section#faqs .faqs-item-question span {
    width: calc(100% - 15px);
    font-size: 16px;
    line-height: 125%;
  }
}
section#faqs .faqs-item-question .faqs-item-content {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.055' height='8.441' viewBox='0 0 14.055 8.441'%3E%3Cpath id='Path_13928' data-name='Path 13928' d='M-19041.477-15071.026l6.32-6.32,6.32,6.32' transform='translate(-19028.129 -15070.319) rotate(180)' fill='none' stroke='%23115ffb' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
}
@media screen and (max-width: 992px) {
  section#faqs .faqs-item-question .faqs-item-content {
    background-position: calc(100% - 15px) center;
  }
}
section#faqs .faqs-item--active .faqs-item-question .faqs-item-content {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.055' height='8.441' viewBox='0 0 14.055 8.441'%3E%3Cpath id='Path_13927' data-name='Path 13927' d='M-19041.477-15071.026l6.32-6.32,6.32,6.32' transform='translate(19042.184 15078.761)' fill='none' stroke='%23115ffb' stroke-width='2'/%3E%3C/svg%3E%0A");
}
section#faqs .faqs-item-answer {
  padding-bottom: 25px;
  display: none;
}
section#faqs .faqs-item-answer p,
section#faqs .faqs-item-answer ul,
section#faqs .faqs-item-answer ol {
  color: #001E46;
  opacity: 0.83;
  font-size: 15px;
  line-height: 25px;
}
section#faqs .faqs-item-answer > * {
  margin-bottom: 15px;
}
section#faqs .faqs-item-answer > *:last-child {
  margin-bottom: 0px;
}
section#partofpackage .container {
  padding: 90px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#partofpackage .container {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#partofpackage .container {
    padding: 40px 0;
  }
}
section#partofpackage .container:before,
section#partofpackage .container:after {
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  display: block;
  background-image: linear-gradient(to right, #D2D2D2 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
section#partofpackage .container:before {
  top: 0;
}
section#partofpackage .container:after {
  bottom: 0;
}
section#partofpackage .complets {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
section#partofpackage .complets div {
  min-width: 140px;
  display: inline-block;
  vertical-align: top;
}
section#partofpackage .complets strong {
  padding: 10px 0 0 0;
  display: block;
}
section#partofpackage .complets a {
  border-radius: 28px;
  background-color: #ebf2fe;
  padding: 8px 15px;
  margin: 5px 8px;
  display: inline-block;
  color: #015ffe;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#partofpackage .complets a:hover {
  box-shadow: 0 0 15px #015f16;
  border-radius: 28px;
  background-color: #015ffe;
  color: #FFF;
}
section#system-info {
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#system-info {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#system-info {
    padding: 40px 0;
  }
}
section#system-info h2 {
  padding: 0 0 20px 0;
}
section#system-info .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section#system-info .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
section#system-info .item {
  padding: 30px;
  border: 1px solid rgba(228, 238, 254, 0.75);
}
@media screen and (max-width: 768px) {
  section#system-info .item {
    padding: 20px;
  }
}
section#footer {
  padding: 90px 0;
  background: #337efe;
}
@media screen and (max-width: 1024px) {
  section#footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  section#footer {
    padding: 40px 0;
  }
}
section#footer .vc_col-sm-12 {
  width: 100%;
}
section#footer .container-906--inner > .vc_column_container {
  padding: 0;
}
section#footer h2.fh2 {
  padding: 0 0 60px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#footer h2.fh2 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  section#footer h2.fh2 {
    padding: 20px 0;
  }
}
