@charset "UTF-8";
html {
  overflow-x: hidden;
}

.default-transition {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.landing-image {
  position: relative;
  z-index: 3;
}

.landing-image:after {
  content: "";
  z-index: -5;
  position: absolute;
  display: block;
  height: 165px;
  top: 1rem;
  right: -1rem;
  width: 100%;
  max-width: 295px;
  border: 1px solid #cca870;
}

#why-wrapper {
  position: relative;
}

#why-wrapper:before {
  content: "";
  z-index: -11;
  position: absolute;
  display: block;
  height: 95%;
  width: 100%;
  max-width: 260px;
  border: 1px solid #cca870;
  right: 1.6rem;
  bottom: -1.7rem;
}

#form-heading {
  position: relative;
}

#form-heading:before {
  content: "spolu k úspechu";
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 68px;
  z-index: -5;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top: 5.7rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.1);
}

#form-wrapper {
  position: relative;
}

#form-wrapper:before {
  content: "";
  z-index: -5;
  position: absolute;
  background-color: #cca870;
  display: block;
  height: 445px;
  right: 0;
  width: 100%;
  max-width: 68%;
  bottom: -1.12rem;
}

#footer-heading {
  position: relative;
}

@media screen and (max-width: 768px) {
  .active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #landing-hero-wrapper {
    position: relative;
  }
  #landing-hero-wrapper::before {
    content: "";
    background-color: #cca870;
    width: 100%;
    max-width: 110px;
    position: absolute;
    z-index: -2;
    display: block;
    left: 1.5rem;
    height: 1px;
    bottom: 8.7rem;
  }
  #why-wrapper {
    position: relative;
  }
  #why-wrapper:before {
    content: "";
    z-index: -11;
    position: absolute;
    display: block;
    height: 85%;
    width: 100%;
    max-width: 1325px;
    border: 1px solid #cca870;
    right: 1.5rem;
    bottom: -1.7rem;
  }
  #landing-image-desktop {
    position: relative;
    z-index: 3;
    margin-bottom: -200px !important;
  }
  #landing-image-desktop:after {
    content: "";
    z-index: -5;
    position: absolute;
    display: block;
    height: 70%;
    top: 2.3rem;
    right: -1.7rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #cca870;
  }
  #landing-image-desktop-home {
    position: relative;
    z-index: 3;
    margin-bottom: -200px !important;
  }
  #landing-image-desktop-home:after {
    content: "";
    z-index: -5;
    position: absolute;
    display: block;
    height: 52%;
    top: 2.3rem;
    right: -1.7rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #cca870;
  }
  .long-description {
    position: relative;
  }
  .long-description:before {
    content: "";
    z-index: -3;
    position: absolute;
    display: block;
    height: 640px;
    width: 100%;
    max-width: 370px;
    border: 1px solid #cca870;
    bottom: -1.8rem;
    right: 0;
  }
  #how-it-works-wrapper {
    position: relative;
  }
  #how-it-works-wrapper:after {
    content: url("/images/person@2x.png");
    width: 100%;
    max-width: 520px;
    left: -3rem;
    right: 0;
    top: -3rem;
    margin: 0 auto;
    position: absolute;
    display: block;
  }
  #form-heading::before {
    content: none;
  }
  #form-section {
    position: relative;
  }
  #form-section:before {
    content: "spolu k úspechu";
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 90px;
    z-index: -5;
    position: absolute;
    display: block;
    top: 13.5rem;
    left: 0;
    color: rgba(255, 255, 255, 0.1);
  }
  #form-wrapper {
    position: relative;
  }
  #form-wrapper:before {
    content: "";
    z-index: -5;
    position: absolute;
    background-color: #cca870;
    display: block;
    height: 445px;
    right: 3rem;
    width: 100%;
    max-width: 340px;
    bottom: -1.55rem;
  }
  #footer-heading::before {
    content: unset;
  }
  #footer-text {
    position: relative;
  }
  .landing-image::after {
    content: unset;
  }
  #about-hero-image {
    position: relative;
  }
  #about-hero-image::before {
    content: "";
    width: 100%;
    max-width: 1270px;
    height: 710px;
    position: absolute;
    display: block;
    z-index: -1;
    bottom: -3.5rem;
    right: 0;
    border: 1px solid #cca870;
  }
  .about-detail1 {
    position: relative;
  }
  .about-detail1::before {
    content: "";
    width: 100%;
    max-width: 110px;
    height: 1px;
    position: absolute;
    display: block;
    z-index: -1;
    bottom: 7.5rem;
    right: 0;
    left: 8rem;
    margin: 0 auto;
    background-color: #cca870;
  }
  .about-detail2 {
    position: relative;
  }
  .about-detail2::before {
    content: "";
    width: 100%;
    height: 1px;
    max-width: 110px;
    position: absolute;
    display: block;
    background-color: #cca870;
    left: 0;
    bottom: 7.5rem;
    z-index: -1;
  }
  .service-detail1 {
    position: relative;
  }
  .service-detail1::before {
    content: "";
    width: 100%;
    max-width: 110px;
    height: 1px;
    position: absolute;
    display: block;
    z-index: -1;
    bottom: 6rem;
    right: 0;
    left: 8rem;
    margin: 0 auto;
    background-color: #cca870;
  }
  .service-detail2 {
    position: relative;
  }
  .service-detail2::before {
    content: "";
    width: 100%;
    height: 1px;
    max-width: 110px;
    position: absolute;
    display: block;
    background-color: #cca870;
    left: 0;
    bottom: 6rem;
    z-index: -1;
  }
  .service-image1 {
    position: relative;
  }
  .service-image1::before {
    z-index: -1;
    content: "";
    width: 100%;
    max-width: 615px;
    position: absolute;
    display: block;
    height: 360px;
    border: 1px solid #cca870;
    bottom: -2rem;
    left: 2rem;
  }
  .service-image2 {
    position: relative;
  }
  .service-image2::before {
    z-index: -1;
    content: "";
    width: 100%;
    max-width: 615px;
    position: absolute;
    display: block;
    height: 360px;
    border: 1px solid #cca870;
    bottom: -2rem;
    right: -2rem;
  }
  #blog-detail-person {
    position: relative;
    z-index: 2;
  }
  #blog-detail-person::before {
    z-index: 5;
    content: "";
    background-image: url("/images/blog-detail/person@2x.png");
    background-size: 415px 475px;
    width: 100%;
    max-width: 415px;
    position: absolute;
    height: 475px;
    bottom: 0;
    left: 0;
    display: inline-block;
  }
}

#CS-image-left {
  position: relative;
}

#CS-image-left::after {
  z-index: -1;
  border-bottom: 1px solid #cca870;
  content: "";
  width: 100%;
  max-width: 110px;
  position: absolute;
  top: 62%;
  right: -7.5rem;
}

#CS-image-right {
  position: relative;
}

#CS-image-right::after {
  z-index: -1;
  border-bottom: 1px solid #cca870;
  content: "";
  width: 100%;
  max-width: 110px;
  position: absolute;
  top: 62%;
  left: 0;
}

#CS-video {
  position: relative;
}

#CS-video::after {
  z-index: -1;
  border-bottom: 1px solid #cca870;
  content: "";
  width: 100%;
  max-width: 110px;
  position: absolute;
  top: 60%;
  left: 0;
}

#CS-video-imageContainer {
  position: relative;
}

#CS-video-imageContainer::before {
  z-index: -1;
  border: 1px solid #cca870;
  content: "";
  width: 100%;
  max-width: 615px;
  height: 355px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.Accordion-content {
  width: 100%;
  margin-right: 3rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Submenu-content {
  width: 100%;
  margin-right: 3rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow-mobile {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-active {
  max-height: 250px;
}

.nav-active {
  overflow: hidden;
}

form input,
form textarea {
  background: transparent !important;
  border: solid 1px white !important;
  border-radius: 5px !important;
  padding-left: 1rem !important;
}

form input {
  height: 65px !important;
}

form button {
  color: black !important;
}

.benefits-cards {
  width: 100% !important;
  max-width: 470px !important;
  height: 400px !important;
  margin: 0 1rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media screen and (min-width: 768px) {
  .cta-container {
    padding: 0 70px !important;
  }
  .cta-container .cta-button {
    width: auto !important;
    white-space: nowrap !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 0 2rem;
  }
  #mainBenefits div.benefitCard {
    height: 100% !important;
    padding: 2rem 0 !important;
  }
}

.new-button-radius {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#vsl,
#hypoteka,
#investovanie,
#poistenie {
  position: fixed !important;
  z-index: 9999999 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: none !important;
}

#vsl .container,
#hypoteka .container,
#investovanie .container,
#poistenie .container {
  max-width: 1000px !important;
  width: 100% !important;
  margin: 0 1rem !important;
}

#vsl .video-container,
#hypoteka .video-container,
#investovanie .video-container,
#poistenie .video-container {
  position: relative !important;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: 0 !important;
  overflow: hidden !important;
}

#vsl .video-container iframe,
#vsl .video-container object,
#vsl .video-container embed,
#hypoteka .video-container iframe,
#hypoteka .video-container object,
#hypoteka .video-container embed,
#investovanie .video-container iframe,
#investovanie .video-container object,
#investovanie .video-container embed,
#poistenie .video-container iframe,
#poistenie .video-container object,
#poistenie .video-container embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#why-wrapper {
  margin-left: 0 !important;
  padding-bottom: 0 !important;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  /* output.css | http://localhost:3000/stylesheet/css/output.css */
  .container-sm {
    /* width: 100%; */
    /* max-width: 286px; */
    width: unset !important;
    max-width: unset !important;
    margin: 0 1rem !important;
  }
  .container-lg {
    /* width: 100%; */
    /* max-width: 286px; */
    width: unset !important;
    max-width: unset !important;
    margin: 0 1rem !important;
  }
  /* custom.css | http://localhost:3000/stylesheet/css/custom.css */
  #why-wrapper {
    margin: 0 auto !important;
    max-width: unset !important;
    margin: 0 2rem !important;
    width: unset !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.swiper-slide img {
  max-width: 200px !important;
  margin: 0 auto !important;
}

#primabanka {
  width: 100% !important;
  max-width: 120px !important;
}

#logos {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row wrap !important;
          flex-flow: row wrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#logos img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 1rem !important;
  width: 100% !important;
  max-width: 40px !important;
}

.swiper-slide img {
  max-width: 450px !important;
}

#dakujem {
  padding: 4rem 2rem;
}

#dakujem h1 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
}

#dakujem p {
  text-align: center;
}

@media screen and (max-width: 1500px) {
  #landing-hero-wrapper::before {
    content: unset;
  }
}

@media screen and (min-width: 770px) {
  #logos img {
    margin: 1rem 2.5rem !important;
    max-width: 100px !important;
    max-height: 100px !important;
  }
}

@media screen and (min-width: 800px) {
  .form-img {
    max-height: 600px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .form-sec {
    margin-left: 7rem !important;
  }
}
/*# sourceMappingURL=custom.css.map */