:root {
  --blue: #0061af;
}

.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 {
  background-color: var(--blue);
  color: var(--blue);
  background-image: url('../images/main-5_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.block-logo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.block-1 {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container {
  max-width: 800px;
}

.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: var(--blue);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

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

.body {
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

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

.text-block {
  margin-bottom: 24px;
}

.block-quote {
  background-color: var(--blue);
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.icon-quote {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.icon-quote._2 {
  display: block;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

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

.image._2 {
  width: 80px;
  max-width: 50%;
}

.text-span {
  color: #e60033;
  font-weight: 500;
}

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

.blcok-2 {
  background-color: #edf7ff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.heading {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 32px;
}

.text-block-3 {
  color: #000;
  margin-bottom: 24px;
}

.link {
  color: #f5073b;
  font-weight: 500;
}

.text-span-2 {
  color: #e60033;
  font-weight: 500;
}

.block-quote-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.image-2 {
  border-radius: 8px;
  width: 100%;
}

.block-quote-grid {
  background-color: var(--blue);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: #e60033;
  font-weight: 500;
}

.block-vidilennya1 {
  background-color: var(--blue);
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

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

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

.text-block-4 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  border: 1px #000;
  padding-top: 21px;
  padding-left: 28px;
  font-size: 80px;
  font-weight: 700;
}

.block-txt {
  padding: 0;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 24px;
}

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

.link-2 {
  color: #fff;
}

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

.blcok-3 {
  background-color: #edf7ff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.block-footer {
  background-color: var(--blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  min-height: 50vh;
  font-size: 16px;
}

.text-block-8 {
  color: #fff;
  font-size: 12px;
}

.text-span-6 {
  color: #e60033;
  font-weight: 500;
}

.block-heading {
  background-color: var(--blue);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width: 50%;
  padding: 2% 4%;
  position: absolute;
  inset: auto 20% 28% 0%;
}

.heading-2 {
  color: #ffede3;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.text-span-7, .text-span-8 {
  color: #e60033;
}

.text-span-9 {
  color: #fff;
  font-size: 22px;
}

.link-3 {
  color: #fff;
}

.main-wrapper-mob {
  background-color: var(--blue);
  color: var(--blue);
  background-image: url('../images/main-5_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
  display: none;
}

.block-logo-mob {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.block-heading-mob {
  background-color: var(--blue);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width: 50%;
  padding: 2% 4%;
  position: static;
  inset: auto 20% 28% 0%;
}

.block-logo-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image-6 {
  width: 120px;
}

.text-span-10 {
  color: #e60033;
  font-style: italic;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .block-heading {
    bottom: 30%;
  }

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

  .block-heading-mob {
    bottom: 35%;
  }
}

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

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

  .text-span-9 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .block-heading {
    max-width: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    text-align: left;
    font-size: 32px;
  }

  .block-heading-mob {
    max-width: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    background-position: 100%;
  }

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

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

  .block-heading {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    max-width: 100%;
    padding: 4% 5%;
    left: 0%;
  }

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

  .block-heading-mob {
    max-width: 100%;
    left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-position: 83%;
    display: none;
  }

  .block-logo {
    padding-top: 4%;
  }

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

  .block-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .block-ph {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .text-block._2 {
    margin-bottom: 0;
  }

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

  .grid-img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blcok-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading {
    margin-bottom: 24px;
    font-size: 25px;
  }

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

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

  .block-vidilennya1._40 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .text-block-4 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 21px;
    padding-left: 0;
    display: flex;
  }

  .blcok-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .block-heading {
    background-color: var(--blue);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    max-width: 100%;
    padding-top: 4%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 150%;
  }

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

  .main-wrapper-mob {
    background-image: none;
    display: block;
  }

  .block-logo-mob {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .block-heading-mob {
    background-color: var(--blue);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    max-width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    position: static;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-5 {
    object-fit: cover;
    object-position: 80% 50%;
    width: 100%;
    min-height: 80vh;
  }

  .text-block-9 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 150%;
  }

  .image-6 {
    width: 100px;
  }

  .lottie-animation {
    display: none;
  }
}

#w-node-_393108a0-0d0c-9d51-5d8c-972fd9f3b47c-2da6059c {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-b555370b-7398-9049-e811-838087fa93d6-2da6059c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


