:root {
  --dark-blue: #031737;
  --vine-red: #9b0000;
  --gold-cheese: #bd7600;
  --light-cream: #fffcef;
  --white: white;
  --pale-yellow: #fdf0da;
  --cool-grey: #333;
  --black: #000;
  --royal-blue: #062275;
  --deep-blue: #1a334f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-heading-left {
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 53%;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 195%;
}

.button-primary {
  background-color: var(--vine-red);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 70px;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--gold-cheese);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.hero {
  background-image: url('../images/BG1n.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.navbar {
  background-color: var(--light-cream);
  box-shadow: 0 2px 9px -2px #0003;
}

.body {
  font-family: Inter, sans-serif;
}

.image {
  width: 110px;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  font-weight: 200;
  display: flex;
}

.heading {
  color: var(--vine-red);
  letter-spacing: .8px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 106%;
}

.button {
  background-color: var(--vine-red);
  border-radius: 20px;
  margin-left: 24px;
  padding-left: 28px;
  padding-right: 28px;
}

.text-span {
  color: var(--gold-cheese);
  font-size: 3rem;
  font-weight: 600;
}

.heading-gold {
  color: var(--gold-cheese);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 104%;
}

.container-form {
  background-color: #fffbf4;
  border: 1px solid #915c044d;
  border-radius: 40px;
  flex-flow: column;
  align-items: center;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  display: flex;
  position: relative;
  top: 0;
}

.vyhry-hodnota {
  background-color: var(--light-cream);
  background-image: linear-gradient(180deg, var(--white), var(--light-cream));
  padding: 20px 30px 41px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  margin: 67px 100px 28px;
  display: grid;
}

.pricing-card-three {
  background-color: var(--vine-red);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  padding: 19px 0 10px;
  display: flex;
}

.pricing-card-three._3 {
  background-color: var(--pale-yellow);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-top: 54px;
}

.pricing-image {
  object-fit: cover;
  width: 190px;
  height: 190px;
  margin-bottom: 16px;
}

.pricing-image.big {
  width: 250px;
  height: 250px;
}

.pricing-card-text {
  color: var(--cool-grey);
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.pricing-card-text.white {
  color: var(--light-cream);
}

.text-link-arrow {
  color: var(--dark-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: var(--vine-red);
  margin-left: 2px;
  display: flex;
}

.blue-heading {
  color: var(--vine-red);
  text-align: center;
  -webkit-text-stroke-width: .6px;
  margin-bottom: 13px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 120%;
}

.blue-heading.smaller {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-top: 8px;
  font-size: 2.7rem;
}

.blue-heading.smaller-copy {
  color: var(--vine-red);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.7rem;
}

.gold-heading {
  color: var(--vine-red);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: ivypresto-headline, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 47px;
}

.hero-split-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 44%;
  display: flex;
}

.obal-form {
  background-image: linear-gradient(#fef3e1, #fff);
  padding-bottom: 0;
  position: relative;
}

.heading-2 {
  color: var(--vine-red);
  text-align: center;
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
}

.heading-2.stesti-form {
  -webkit-text-stroke-width: 1px;
  margin-top: 10px;
  font-size: 2.3rem;
}

.image-2 {
  height: 206px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 200;
}

.button-form {
  background-color: var(--vine-red);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 70px;
  margin-top: 24px;
  padding: 14px 55px;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-form:hover {
  color: #fff;
  background-color: #924b00;
}

.button-form:active {
  background-color: #43464d;
}

.heading-3, .heading-4 {
  color: var(--vine-red);
  letter-spacing: 1px;
  font-family: ivypresto-headline, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.heading-5 {
  color: var(--light-cream);
  letter-spacing: 0;
  text-transform: none;
  font-family: ivypresto-headline, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.div-block {
  height: 450px;
}

.jak-probiha {
  background-color: var(--light-cream);
  background-image: url('../images/vlnka-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 640px;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 940px;
  margin: 10px auto 99px;
  display: flex;
}

.obal-grid-zapojit {
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.kruhaikona {
  background-image: url('../images/kruh-ylw.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  display: flex;
}

.text-block-2 {
  color: var(--cool-grey);
  white-space: normal;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.text-block-2._2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text {
  font-size: 13px;
}

.jak-soutezit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  max-width: 940px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  display: grid;
}

.obal-grid-1 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: var(--vine-red);
  text-align: center;
  font-family: ivypresto-headline, sans-serif;
  font-weight: 700;
}

.pin {
  background-color: var(--pale-yellow);
  background-image: url('../images/Asset-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  display: flex;
}

.pin._1 {
  background-color: var(--pale-yellow);
  background-image: url('../images/Asset-10.webp');
}

.pin._2 {
  background-color: var(--pale-yellow);
  background-image: url('../images/Asset-11.webp');
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-3 {
  width: 300px;
}

.link {
  color: #000;
  text-decoration: none;
}

.footer-phone, .footer-email {
  color: #3a4554;
  border-right: 1px solid #000;
  padding-left: 10px;
  padding-right: 20px;
}

.datum {
  color: var(--cool-grey);
  text-align: center;
  margin-top: -7px;
  margin-bottom: 13px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.termin-obal {
  background-color: var(--light-cream);
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 100px;
  display: flex;
}

.div-block-3 {
  justify-content: space-around;
  align-items: center;
  width: 770px;
  padding-top: 40px;
  padding-bottom: 7px;
  display: flex;
}

.div-block-4 {
  margin-top: 63px;
  margin-bottom: 0;
}

.text-block-4 {
  text-align: center;
  font-size: 13px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 26px;
}

.pricing-description-2.small {
  font-size: 12px;
}

.pricing-description-2.nobtm {
  margin-bottom: 0;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.pravidla {
  background-color: var(--light-cream);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.div-block-5 {
  align-self: center;
  width: 470px;
  margin-left: 60px;
}

.div-block-6 {
  background-image: url('../images/ostep-pic.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 50%;
  height: 560px;
  margin-left: -6%;
}

.div-block-7 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-8 {
  margin-bottom: 35px;
}

.button-download-pdf {
  color: var(--vine-red);
  letter-spacing: 1px;
  background-color: #fee6b9;
  border-radius: 70px;
  margin-top: 24px;
  padding: 14px 35px;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-download-pdf:hover {
  color: #fff;
  background-color: #924b00;
}

.button-download-pdf:active {
  background-color: #43464d;
}

.button-show-pravidla {
  color: var(--vine-red);
  letter-spacing: 1px;
  background-color: #fee6b9;
  border-radius: 70px;
  margin-top: 24px;
  padding: 14px 35px;
  font-size: 17px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-show-pravidla:hover {
  color: #fff;
  background-color: #924b00;
}

.button-show-pravidla:active {
  background-color: #43464d;
}

.features-list {
  background-image: linear-gradient(#fffbed, #f3d8ad 22%, #f7ca8c);
  padding: 20px 30px 80px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  border-radius: 20px;
  width: 140px;
  height: 100px;
  margin-right: 16px;
}

.heading-6 {
  color: var(--vine-red);
  margin-bottom: 21px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.6rem;
  line-height: 118%;
}

.paragraph {
  color: var(--black);
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 26px;
}

.produkty {
  background-image: url('../images/produkt-bg.webp'), linear-gradient(180deg, var(--light-cream), #fde5bb 28%);
  background-position: 50% -5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading-prodkuty {
  color: var(--vine-red);
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 104%;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  margin-top: 59px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.image-4 {
  width: 500px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}

.tradicni {
  color: var(--gold-cheese);
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 104%;
}

.slozeni {
  color: var(--cool-grey);
  margin-top: 0;
  margin-bottom: 7px;
  font-family: ivypresto-headline, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 200;
  line-height: 104%;
}

.team-slider {
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 20px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.team-member-text {
  text-align: center;
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.team-slider-arrow {
  color: var(--gold-cheese);
  inset: 0% auto 0% -8%;
}

.team-slider-arrow.right {
  color: var(--gold-cheese);
  inset: 0% -8% 0% auto;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  background-image: url('../images/banner-ch.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 300px;
}

.testimonial-stack {
  padding: 110px 30px 0;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  background-color: var(--pale-yellow);
  background-image: linear-gradient(180deg, white, var(--pale-yellow));
  text-align: center;
  border-radius: 40px;
  padding: 48px 42px 64px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  color: var(--vine-red);
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

.testimonial-text-three {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 39px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  background-image: url('../images/kruh-ylw.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
}

.div-block-11 {
  justify-content: space-between;
  align-items: stretch;
  width: 340px;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/face.svg'), url('../images/kruh-ylw.webp');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 60px;
  height: 60px;
}

.div-block-12.instagram {
  background-image: url('../images/Instagram_Glyph_Black.svg'), url('../images/kruh-ylw.webp');
  background-repeat: no-repeat, no-repeat;
  background-size: 40px, cover;
}

.div-block-12.website {
  background-image: url('../images/web.svg'), url('../images/kruh-ylw.webp');
  background-repeat: no-repeat, no-repeat;
  background-size: 42px, cover;
}

.div-block-13, .div-block-14, .div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block, .link-block-2, .link-block-3 {
  color: var(--dark-blue);
  text-decoration: none;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--vine-red);
}

.text-span-2 {
  font-size: 11px;
  font-weight: 200;
  line-height: 40px;
}

.bold-text-7, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--vine-red);
}

.link-2 {
  color: #9b0001;
  text-transform: none;
}

.rt-border-radius-ten-2 {
  border-radius: 6px;
}

.rt-border-radius-ten-2.rt-overflow-hidden-3.rt-video-image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-autofit-5 {
  object-fit: cover;
}

.rt-text-white-4 {
  color: #fff;
}

.rt-home-two-video-main {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-two-video-overlay {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.rt-video-image-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-section {
  color: #6d6d6d;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-two-video-container {
  background-color: #131218;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-container.rt-position-relative-3 {
  overflow: hidden;
}

.rt-component-container-7 {
  border-radius: 40px;
  width: 100%;
  max-width: 1290px;
  position: relative;
  overflow: hidden;
}

.rt-home-two-video-main-title {
  max-width: 480px;
}

.rt-heading-three {
  color: #150438;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white-4 {
  color: #fff;
}

.background-video {
  z-index: 20;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  z-index: 30;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-5 {
  width: 31px;
}

.image-6 {
  z-index: 31;
  align-self: center;
  width: 141px;
  position: absolute;
  inset: auto;
}

.image-7 {
  z-index: 40;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--gold-cheese);
  color: var(--gold-cheese);
  letter-spacing: 1px;
  background-color: #fef8e4;
  border-radius: 70px;
  margin-left: 20px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--gold-cheese);
  color: #fff;
}

.button-secondary:active {
  background-color: #43464d;
}

.text-zlato {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 17% -12% auto auto;
}

.text-block-8 {
  color: #bd7601;
  text-align: right;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.lottie-animation {
  width: 70px;
  margin-top: 10px;
}

.button-2 {
  margin: 20px auto;
}

.obal-btn {
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  display: flex;
}

.button-vyrobky {
  background-color: var(--vine-red);
  color: var(--light-cream);
  letter-spacing: 1px;
  border-radius: 70px;
  margin-top: 0;
  padding: 14px 35px;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-vyrobky:hover {
  background-color: var(--gold-cheese);
  color: #fff;
}

.button-vyrobky:active {
  background-color: #43464d;
}

.button-3 {
  color: var(--vine-red);
  background-color: #fddfdf75;
  border-radius: 20px;
  padding-left: 27px;
  padding-right: 27px;
}

.button-3:hover {
  color: var(--light-cream);
  background-color: #9b0000;
}

.small-text-price {
  color: var(--light-cream);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.small-text-price.white {
  color: var(--light-cream);
}

.small-text-price.grey {
  color: var(--cool-grey);
  margin-top: 0;
}

.form-em {
  width: 400px;
  height: 600px;
}

.obal-formular._2 {
  width: 800px;
  height: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.code-embed {
  width: 800px;
  height: 100%;
  font-family: Inter, sans-serif;
}

.under-button-text {
  color: var(--cool-grey);
  text-align: center;
  letter-spacing: .2px;
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.under-button-text.white {
  color: var(--light-cream);
}

.under-button-text.grey {
  color: var(--cool-grey);
  margin-top: 0;
}

.div-block-17 {
  margin-top: 3px;
}

.text-span-3 {
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .hero {
    background-position: 50% 30%;
    background-size: cover;
    height: 100%;
    min-height: 820px;
  }

  .rt-video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading-left {
    padding-top: 60px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    width: 350px;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: -21px;
    margin-right: auto;
    padding-top: 0;
  }

  .margin-bottom-24px {
    margin-top: 20px;
    margin-bottom: 41px;
  }

  .shadow-two {
    margin-right: -30px;
    padding-top: 30px;
  }

  .hero {
    min-height: 870px;
  }

  .image {
    width: 100px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading {
    padding-top: 10px;
    font-size: 4rem;
  }

  .button {
    margin-left: 20px;
    padding: 10px 30px;
  }

  .container-form {
    max-width: 90%;
  }

  .vyhry-hodnota {
    background-color: var(--light-cream);
    background-image: linear-gradient(180deg, var(--white), var(--light-cream));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .pricing-card-three._3 {
    background-color: #fcf0da;
  }

  .pricing-image.big {
    width: 220px;
    height: 220px;
  }

  .blue-heading {
    font-size: 3rem;
    line-height: 108%;
  }

  .blue-heading.smaller-copy {
    font-size: 1.7rem;
  }

  .hero-split-text {
    max-width: 54%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .obal-form {
    background-image: linear-gradient(#fefdf8, #fff);
  }

  .heading-2.stesti-form {
    margin-top: 0;
  }

  .jak-probiha {
    background-color: var(--light-cream);
    height: 820px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .obal-grid-zapojit {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 440px;
    margin-bottom: 9px;
  }

  .kruhaikona {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .text-block-2._2 {
    font-size: 18px;
    line-height: 24px;
  }

  .jak-soutezit {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    display: grid;
  }

  .obal-grid-1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-3 {
    width: 210px;
  }

  .datum {
    font-size: 1rem;
  }

  .div-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center stretch;
    width: 390px;
    display: grid;
  }

  .container-5 {
    max-width: 728px;
  }

  .pricing-description-2 {
    font-size: 1rem;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .pravidla {
    background-color: var(--light-cream);
  }

  .div-block-5 {
    margin-left: 20px;
  }

  .div-block-6 {
    background-position: 0%;
    min-width: 60%;
    height: 390px;
  }

  .container-6 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-left {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .features-paragraph {
    font-size: 1rem;
    line-height: 26px;
  }

  .features-right {
    max-width: 80%;
  }

  .features-block-two {
    margin-bottom: 32px;
  }

  .produkty {
    background-image: url('../images/produkt-bg.webp'), linear-gradient(180deg, var(--light-cream), #fde5bb 28%);
    background-position: 50% -5%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    overflow: hidden;
  }

  .heading-prodkuty {
    white-space: nowrap;
  }

  .div-block-9 {
    width: 660px;
  }

  .image-4 {
    width: 390px;
    margin-right: -40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 5%;
  }

  .team-slider-arrow {
    font-size: 40px;
  }

  .testimonial-stack {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-component-container-7 {
    border-radius: 40px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .text-zlato {
    top: -1%;
    right: 0%;
  }

  .obal-formular._2 {
    width: 650px;
    height: 1250px;
  }

  .code-embed {
    width: auto;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-2, .nav-link-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-17 {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 20px 15px 60px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 33px;
  }

  .hero-split, .shadow-two {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    min-height: 1240px;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    text-align: center;
    font-size: 2.9rem;
  }

  .vyhry-hodnota {
    padding: 60px 15px;
  }

  .pricing-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .pricing-card-three._3 {
    width: 310px;
  }

  .blue-heading {
    font-size: 2.7rem;
  }

  .hero-split-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: 80%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .image-3 {
    width: 160px;
  }

  .footer-phone, .footer-email {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pravidla {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    margin-left: 0;
  }

  .div-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-left {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-paragraph {
    font-size: 17px;
    line-height: 26px;
  }

  .features-right {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-6 {
    text-align: center;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    margin-right: auto;
  }

  .team-slider {
    padding: 10px 0 60px;
  }

  .team-slider-wrapper {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 350px;
    padding-bottom: 24px;
    display: flex;
  }

  .team-member-name-two {
    height: 72px;
    margin-bottom: 10px;
  }

  .team-slider-arrow {
    inset: 0% auto 0% -8%;
  }

  .team-slider-arrow.right {
    right: -9%;
  }

  .div-block-10 {
    height: 200px;
  }

  .testimonial-stack {
    padding: 60px 15px 10px;
  }

  .testimonial-card-three {
    margin-top: 34px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .rt-home-two-video-main {
    height: 450px;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .obal-formular._2 {
    width: 460px;
  }

  .under-button-text {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-16 {
    text-align: center;
  }

  .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-left {
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    padding-top: 0;
  }

  .hero-split {
    order: -9999;
    width: 230px;
  }

  .margin-bottom-24px {
    font-size: 1rem;
  }

  .button-primary {
    margin-bottom: 10px;
    padding: 17px 52px;
  }

  .hero {
    min-height: 1280px;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    text-align: left;
    margin-top: -30px;
    padding-top: 0;
    font-size: 2.1rem;
    line-height: 120%;
  }

  .button {
    margin-left: 0;
  }

  .heading-gold {
    text-align: left;
    font-size: 1.8rem;
  }

  .container-form {
    max-width: 95%;
    padding-top: 47px;
  }

  .vyhry-hodnota {
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    text-align: center;
    max-width: none;
    padding-top: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card-three {
    width: 280px;
    padding-top: 10px;
  }

  .pricing-card-three._3 {
    width: 280px;
    margin-top: 10px;
  }

  .text-link-arrow {
    justify-content: flex-start;
    align-items: center;
  }

  .blue-heading {
    margin-bottom: 24px;
    font-size: 2.5rem;
  }

  .gold-heading {
    margin-bottom: 57px;
    font-size: 3rem;
    line-height: 10px;
  }

  .hero-split-text {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .obal-form {
    padding-top: 22px;
  }

  .heading-2.stesti-form {
    line-height: 38px;
  }

  .jak-probiha {
    background-image: linear-gradient(to bottom, var(--pale-yellow), var(--pale-yellow)), url('../images/vlnka-bg.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    max-width: 80%;
  }

  .obal-grid-zapojit {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-block-2._2 {
    font-size: 16px;
  }

  .jak-soutezit {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 360px;
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    align-self: center;
    font-size: 13px;
  }

  .footer-social-block-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-email {
    margin-top: 5px;
  }

  .datum {
    margin-bottom: 24px;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .div-block-4 {
    margin-top: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .pricing-description-2 {
    max-width: 300px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pricing-description-2.nobtm {
    max-width: 300px;
    margin-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .pravidla {
    padding: 20px 20px 10px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    background-position: 50%;
    min-width: 100%;
    height: 250px;
  }

  .button-show-pravidla {
    text-align: center;
  }

  .container-6 {
    max-width: none;
  }

  .features-left {
    width: 90%;
    max-width: 90%;
  }

  .features-paragraph {
    text-align: center;
    line-height: 30px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-6 {
    font-size: 2.4rem;
  }

  .paragraph {
    text-align: center;
  }

  .heading-prodkuty {
    font-size: 3rem;
  }

  .container-7 {
    max-width: none;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: none;
  }

  .testimonial-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card-three {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card-heading {
    line-height: 120%;
  }

  .testimonial-text-three {
    font-size: 1rem;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 300px;
    display: flex;
  }

  .rt-home-two-video-main {
    height: 380px;
  }

  .button-secondary {
    margin-top: 12px;
    margin-left: 0;
  }

  .obal-btn {
    margin-bottom: 40px;
  }

  .obal-formular._2 {
    width: 280px;
    height: 1560px;
  }

  .nav-link, .nav-link-2 {
    padding-left: 10px;
  }

  .menu-button {
    padding-left: 140px;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-19, .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 10px;
  }
}

#w-node-b5f7d41a-404d-75e6-31c5-df5e0a53590a-c07c1236 {
  justify-self: start;
}

#w-node-b5f7d41a-404d-75e6-31c5-df5e0a535910-c07c1236 {
  place-self: start center;
}

#w-node-b5f7d41a-404d-75e6-31c5-df5e0a53591c-c07c1236 {
  align-self: start;
}

#w-node-cd4f3602-71fb-aec6-ccb0-b17089dd1f9a-c07c1236, #w-node-cd4f3602-71fb-aec6-ccb0-b17089dd1fa4-c07c1236, #w-node-cd4f3602-71fb-aec6-ccb0-b17089dd1fae-c07c1236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


