:root {
  --light-blue: #d9edf6;
  --dark-blue: #002b5c;
}

.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;
}

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

@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: #002b5c00;
  min-height: 100vh;
  position: relative;
}

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

.logos-up {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.link-block {
  width: 120px;
}

.link-block-2 {
  width: 140px;
}

.block-heading {
  max-width: 100%;
  padding-bottom: 2%;
  padding-left: 2%;
  position: static;
  inset: auto 0% 2%;
}

.heading {
  color: #fff;
  max-width: none;
  margin-top: 0;
  line-height: 150%;
}

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

.block-date-sp {
  margin-bottom: 8px;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-span {
  color: #fff;
}

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

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

.quote {
  background-color: var(--light-blue);
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.quote._32 {
  margin-bottom: 0;
}

.quote._1 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: auto 0% -12%;
}

.text-block-3 {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-block-4 {
  color: #3c7088;
  margin-bottom: 12px;
  font-style: italic;
}

.text-block-5 {
  color: var(--dark-blue);
  font-weight: 500;
}

.block-grid {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.text-block-6 {
  color: var(--dark-blue);
  margin-bottom: 24px;
  font-weight: 600;
}

.text-block-7 {
  color: var(--dark-blue);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}

.block-vydilennya {
  background-color: var(--light-blue);
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-8 {
  color: #000;
  margin-bottom: 24px;
  font-weight: 400;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
}

.text-block-9 {
  color: var(--dark-blue);
  margin-bottom: 24px;
  font-weight: 600;
}

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

.block-cards {
  margin-top: 0;
  margin-bottom: 0;
}

.card {
  background-color: var(--dark-blue);
  border-radius: 16px;
  padding: 20px;
}

.text-block-10 {
  color: #fff;
}

.num {
  margin-bottom: 12px;
}

.text-block-11 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.heading-2 {
  color: var(--dark-blue);
  margin-top: 32px;
  margin-bottom: 24px;
  line-height: 150%;
}

.text-span-7 {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 500;
}

.text-span-8 {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 16px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.block-bold-dot {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.dot {
  background-color: var(--dark-blue);
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.text-block-12 {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
}

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

.block-ph-quote {
  margin-top: 32px;
  margin-bottom: 80px;
}

.ph-1 {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.image {
  max-width: 100%;
}

.blockfooter-2 {
  background-color: var(--light-blue);
  color: #234475;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.container-2 {
  z-index: 2;
  max-width: 1000px;
  position: static;
  inset: 0%;
}

.footertext-2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.link-4 {
  color: #000;
}

.block-photos {
  background-color: var(--light-blue);
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

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

.image-3, .image-4, .image-5 {
  border-radius: 16px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 100vh;
}

.left {
  background-image: linear-gradient(45deg, var(--dark-blue), var(--light-blue));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.image-6 {
  object-fit: cover;
  object-position: 58% 50%;
  min-height: 100vh;
}

.text-block-14 {
  font-size: 14px;
  font-style: italic;
}

.link-5 {
  color: var(--dark-blue);
}

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

.text-block-15 {
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .quote._1 {
    position: static;
  }

  .ph-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image {
    max-width: 100%;
  }

  .blockfooter-2 {
    color: #fff;
  }

  .footertext-2 {
    color: #000;
  }

  .image-6 {
    object-position: 57% 50%;
  }
}

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

  .link-block-2 {
    width: 164px;
  }

  .heading {
    font-size: 48px;
  }

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

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

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

  .heading {
    font-size: 32px;
  }

  .quote._1 {
    margin-top: 0;
    position: static;
  }

  .block-ph-quote {
    margin-bottom: 32px;
  }

  .ph-1 {
    flex-flow: column-reverse;
  }

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

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

@media screen and (max-width: 767px) {
  .block-heading {
    margin-top: 2%;
    padding-left: 0%;
  }

  .heading {
    font-size: 27px;
  }

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

  .quote._1 {
    margin-top: 0;
    position: static;
    bottom: 0%;
  }

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

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

  .block-ph-quote {
    margin-bottom: 32px;
  }

  .ph-1 {
    flex-flow: column-reverse;
  }

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

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

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

  .image-6 {
    object-position: 65% 50%;
  }

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

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
  }

  .link-block {
    width: 100px;
  }

  .link-block-2 {
    width: 120px;
  }

  .block-heading {
    max-width: 100%;
    padding-top: 5%;
    padding-left: 0%;
    left: 5%;
    right: 5%;
  }

  .heading {
    font-size: 27px;
  }

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

  .quote {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .quote._1 {
    margin-top: 0;
    position: static;
  }

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

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

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

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

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

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

  .ph-1 {
    flex-flow: column-reverse;
    display: flex;
  }

  .image {
    max-width: 70%;
    margin-bottom: 0;
  }

  .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-2 {
    max-width: 70%;
  }

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

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

  .image-6 {
    min-height: auto;
  }

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

#w-node-_20b78dc6-469f-f14f-16c1-98ca9b9c9bc7-b5ac3385 {
  align-self: center;
}

#w-node-a74d2384-a37a-2224-0730-4286c234f6c4-b5ac3385 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


