:root {
  --red: #dd183e;
}

.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-image: linear-gradient(#00000054, #00000054), url('../images/main-1_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
}

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

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

.block-heading {
  max-width: 100%;
  position: absolute;
  inset: auto 10% 38%;
}

.heading {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
}

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

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

.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: #172b4d;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

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

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

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

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

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

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

.block-2 {
  background-color: #172b4d;
  padding-top: 32px;
  padding-bottom: 0;
}

.quot {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 40px 10%;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.quot._1 {
  background-color: #fff;
}

.mark {
  margin-bottom: 5px;
}

.image-5 {
  width: 45px;
  height: 45px;
}

.quot-text {
  color: #172b4d;
  margin-bottom: 0;
  font-weight: 600;
}

.fin-sec {
  color: #000;
  background-color: #172b4d;
}

.cont-2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.littl-text {
  color: #fff;
  font-size: 14px;
}

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

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

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

.text-block-2 {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}

.block-ph1 {
  margin-top: 32px;
}

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

.image-9, .image-10, .image-11 {
  width: 100%;
}

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

  .heading {
    font-size: 42px;
  }
}

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

  .heading {
    font-size: 56px;
  }
}

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

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

  .cont-2 {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    max-width: 25%;
  }

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

  .heading {
    font-size: 24px;
  }

  .cont-2 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .fin-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/main-1_1.webp');
    background-position: 0 0, 13%;
    background-repeat: repeat, repeat-x;
  }

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

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

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

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

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

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

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

  .quot {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

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

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

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


