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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.main-wrapper {
  min-height: 100vh;
}

.background-video {
  z-index: 1;
  min-height: 100vh;
}

.block-logo {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  width: 148px;
  max-width: none;
}

.block-heading {
  z-index: 2;
  background-image: linear-gradient(0deg, #ffeec2, #fff0);
  padding-top: 10%;
  padding-bottom: 5%;
  padding-left: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.heading {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.block-1 {
  background-color: #ffeec2;
  background-image: linear-gradient(#ffeec2, #fff);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  text-align: left;
}

.text-block {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.block-2 {
  background-image: linear-gradient(0deg, #faebfd, #fff 57%);
}

.animated-text {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 150%;
}

.icon {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 240px;
  margin-bottom: 12px;
  display: block;
}

.image {
  max-width: 100%;
}

.block-headin-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.text-block-2 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.text-block-3 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-3._1 {
  margin-bottom: 40px;
}

.text-block-3._24 {
  margin-bottom: 0;
}

.fancy-border-box {
  background-image: url('../images/ramka1.svg');
  background-position: 0 0;
  background-size: auto;
}

.grid-2 {
  grid-template-rows: auto;
}

.block-name {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.block-3 {
  background-image: linear-gradient(#faebfd, #e8f7ff);
  padding-top: 40px;
}

.block-pidzah {
  border: 1px solid #aad1f6;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
}

.block-pidzah._40 {
  margin-bottom: 40px;
}

.block-pidzah.rt {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-2 {
  max-width: 128px;
}

.block-ph {
  position: relative;
}

.block-gradient-ph {
  z-index: 2;
  background-image: linear-gradient(#fbf0fd, #fff0);
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.block-gradient-ph._2 {
  background-image: linear-gradient(#ecf5ff, #fff0);
}

.block-gradient-ph._3 {
  background-image: linear-gradient(#fefdf6, #fff0);
}

.block-gradient-ph._4 {
  background-image: linear-gradient(#fefefe, #fff0);
}

.block-gradient-ph-2 {
  z-index: 2;
  background-image: linear-gradient(0deg, #fbebfd, #fff0);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-3 {
  border-radius: 8px;
}

.ph-img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  border-radius: 8px;
}

.horizontal-scroll-section {
  min-height: auto;
  overflow: hidden;
}

.scroll-wrapper {
  width: 300vw;
  height: 100%;
  display: flex;
}

.event-card {
  height: 300px;
}

.timeline-wrapper {
  position: relative;
}

.timeline-line {
  background-color: #ccc;
  width: 2px;
  height: 100%;
  margin-left: 20px;
  position: absolute;
}

.timeline-item {
  margin-left: 50px;
  padding-bottom: 40px;
  position: relative;
}

.grid-1 {
  margin-bottom: 40px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-5 {
  object-fit: cover;
  border-radius: 8px;
  min-height: 100%;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-6 {
  width: 100%;
}

.background-video-2 {
  z-index: 1;
  height: 300px;
}

.block-ph-1 {
  margin: 40px auto;
}

.block-4 {
  background-image: linear-gradient(#fdfaeb, #fff);
  padding-top: 40px;
}

.block-gradient-ph-3 {
  z-index: 2;
  background-image: linear-gradient(0deg, #fdfaeb, #fff0);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.block-pidzah-1 {
  border: 1px solid #aad1f6;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
}

.block-pidzah-1._40 {
  margin-bottom: 40px;
}

.block-pidzah-1._2, .block-pidzah-1._1 {
  margin-bottom: 0;
}

.block-5 {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 40px;
}

.block-gradient-ph3 {
  z-index: 2;
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-7 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  border-radius: 8px;
}

.text-span-2 {
  color: #fefaed;
}

.text-span-3 {
  white-space: nowrap;
}

.text-span-4 {
  white-space: nowrap;
  word-break: normal;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.blockfooter-2 {
  color: #b3b3b3;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  max-width: 1000px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footertext-2 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.block-opys {
  background-image: linear-gradient(135deg, #d2e6f1, #fff 54%, #fadef5);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px;
}

.block-opys._2 {
  background-image: linear-gradient(135deg, #d2e6f1, #fff 54%, #fdf9e8);
}

.block-opys._3 {
  background-image: linear-gradient(135deg, #ffeae8, #fff 54%, #cceff5);
}

.block-opys._4 {
  background-image: linear-gradient(135deg, #fff8ee, #fff 54%, #f5cce4);
}

.text-block-4 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-4._24 {
  margin-bottom: 0;
}

.block-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.image-10 {
  max-width: 4%;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  text-decoration: line-through;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-5 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.text-block-6 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-6._24 {
  margin-bottom: 0;
}

.image-11 {
  object-fit: cover;
  border-radius: 8px;
  min-height: 100%;
}

@media screen and (min-width: 1280px) {
  .blockfooter-2 {
    background-color: #fff;
  }

  .footertext-2 {
    color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    max-width: 15%;
  }

  .footertext-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .grid-5 {
    flex-flow: column-reverse;
    display: flex;
  }

  .background-video-2 {
    height: 350px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-2 {
    max-width: 700px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .block-logo {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .link-block {
    max-width: 25%;
  }

  .block-heading {
    padding-right: 5%;
  }

  .heading {
    font-size: 32px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .background-video-2 {
    height: 200px;
  }

  .grid-6 {
    flex-flow: column;
    display: flex;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .block-logo {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 4%;
  }

  .link-block {
    width: 120px;
    max-width: none;
  }

  .block-heading {
    padding-right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .animated-text {
    font-size: 24px;
  }

  .block-pidzah, .block-pidzah._40 {
    padding: 20px;
  }

  .image-2 {
    max-width: 92px;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .grid-5 {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-6 {
    flex-flow: column;
    display: flex;
  }

  .text-span {
    white-space: nowrap;
  }

  .text-span-4 {
    white-space: normal;
    word-break: normal;
  }

  .sup-date-box {
    margin-bottom: 20px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .image-10 {
    width: 40px;
    max-width: 100%;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }
}


