a {
  text-decoration: underline;
}

.milan-janacek {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-line {
  width: 100vw;
  height: 20px;
  background-image: url('../images/Topline.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.topline {
  display: block;
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.bottomline {
  display: block;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #eef0f0;
}

.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  overflow: hidden;
  color: #00225c;
}

.text-block {
  font-family: 'Reckless Neue', 'Times New Roman', sans-serif;
  color: #00225c;
  font-size: 1.4vw;
}

.noline {
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
}

.text-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 27px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #33be61;
}

.text-block-2 {
  font-family: 'Neue Montreal', Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.link {
  color: #00225c;
}

.bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31vw;
  margin-top: 0vw;
  margin-right: 3vw;
  margin-bottom: 0vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.bio-text {
  width: 18.333vw;
  min-width: 350px;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: 'Neue Montreal', Arial, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Reckless Neue', 'Times New Roman', sans-serif;
  font-size: 3.65vw;
  line-height: 4vw;
  font-weight: 400;
  letter-spacing: -1px;
}

.text-block-3 {
  display: inline-block;
  margin-left: 6px;
  font-family: 'Neue Montreal', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.year {
  margin-top: 0vw;
  padding-top: 0.5vw;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0vw;
  padding-bottom: 1vw;
  font-family: 'Reckless Neue', 'Times New Roman', sans-serif;
  font-size: 1.4vw;
  line-height: 1.8vw;
  font-weight: 400;
}

.text-block-4 {
  margin-top: 0vw;
  padding-top: 0.9vw;
  font-family: 'Neue Montreal', Arial, sans-serif;
  color: #00225c;
  font-size: 17px;
  line-height: 26px;
}

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

.link-2 {
  color: #00225c;
}

.bio-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60vw;
  height: 100%;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.sign {
  position: absolute;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13.5vw;
  height: 13.5vw;
  margin-left: auto;
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #00225c;
}

.slide1 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: none;
  object-fit: none;
}

.toplineimage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20px;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottomlineimage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  display: block;
  overflow: visible;
  width: 100vw;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topaqua {
  display: block;
  width: 50%;
  height: 20px;
  background-color: #44cfff;
}

.topgreen {
  display: block;
  width: 15%;
  height: 20px;
  background-color: #33be61;
}

.topyellow {
  display: block;
  width: 35%;
  height: 20px;
  background-color: #ffd917;
}

.div-block-4 {
  display: inline-block;
  width: 35%;
  height: 20px;
  background-color: #00225c;
}

.div-block-5 {
  display: inline-block;
  width: 15%;
  height: 20px;
  background-color: #ff425f;
}

.div-block-6 {
  display: inline-block;
  width: 15%;
  height: 20px;
  background-color: #44cfff;
}

.div-block-7 {
  display: inline-block;
  width: 35%;
  height: 20px;
  background-color: #33be61;
}

.signblue-mob {
  display: none;
}

.link-3 {
  color: #00225c;
  text-decoration: none;
}

.contact-mob {
  display: none;
}

.signature {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide2 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide3 {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide4 {
  position: absolute;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide5 {
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide6 {
  position: absolute;
  z-index: 6;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide7 {
  position: absolute;
  z-index: 7;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide8 {
  position: absolute;
  z-index: 8;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide9 {
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide10 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide11 {
  position: absolute;
  z-index: 11;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide12 {
  position: absolute;
  z-index: 12;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .milan-janacek {
    display: block;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content {
    overflow: visible;
    height: auto;
    margin-bottom: 5vw;
  }

  .news {
    height: 80px;
  }

  .body {
    overflow: visible;
  }

  .text-block {
    font-size: 17px;
  }

  .bio {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0vw;
    margin-bottom: 6vw;
  }

  .bio-text {
    position: relative;
    width: 70%;
    min-width: auto;
    margin: 2vw auto 0vw;
    text-align: center;
  }

  .heading {
    font-size: 7vw;
    line-height: 8vw;
    text-align: center;
  }

  .year {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
  }

  .bio-image {
    height: auto;
    margin-top: 5vw;
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image {
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sign {
    width: 20vw;
    height: 20vw;
    padding: 3vw;
  }

  .main-bio {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contact {
    display: none;
  }

  .slider {
    height: 90vw;
    min-height: 600px;
  }

  .toplineimage {
    overflow: hidden;
    height: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bottomlineimage {
    overflow: hidden;
    height: 10px;
  }

  .contact-mob {
    display: block;
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .news {
    height: 100px;
  }

  .text-block {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
    text-align: center;
  }

  .text-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ribbon {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .bio {
    margin-bottom: 6vw;
  }

  .bio-text {
    width: 88%;
  }

  .heading-2 {
    font-size: 24px;
  }

  .slider {
    height: 60vw;
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .content {
    margin-bottom: 0vw;
  }

  .news {
    height: 120px;
  }

  .text-news {
    margin-top: 3px;
  }

  .ribbon {
    height: 26px;
  }

  .text-block-2 {
    margin-top: 1px;
    line-height: 14px;
  }

  .bio {
    margin-bottom: 30px;
  }

  .bio-text {
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
    font-size: 15px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 24px;
  }

  .bio-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image {
    height: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .sign {
    display: none;
    overflow: visible;
  }

  .slide1 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .main-bio {
    width: 100%;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .toplineimage {
    height: 5px;
  }

  .signblue-mob {
    position: relative;
    display: block;
    width: 50%;
    margin: 30px auto;
  }

  .contact-mob {
    margin-top: 0vw;
  }

  .slide2 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide3 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide4 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide5 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide6 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide7 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide8 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide9 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide10 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide11 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide12 {
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format('woff2'), url('../fonts/PPNeueMontreal-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Regular.woff2') format('woff2'), url('../fonts/RecklessNeue-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}