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

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #26272b;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: #26272b;
  margin-bottom: 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.main-section {
  position: relative;
}

.block-logo {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading {
  color: #000;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

.block-heanding {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 16%;
}

.shadow {
  background-color: #0000;
  background-image: linear-gradient(0deg, #0000007d 13%, #0000004a 100%, #fff);
  position: absolute;
  inset: 0%;
}

.heading-2 {
  text-align: center;
  margin-bottom: 32px;
}

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

.pream-section {
  background-color: #fff;
}

.container {
  max-width: 65%;
  padding-top: 40px;
  padding-bottom: 0;
}

.block-date {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.text-block-date {
  color: #26272b;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

.link-2 {
  color: #26272b;
  font-weight: 500;
  text-decoration: underline;
}

.quo-text {
  color: #26272b;
  text-align: left;
  background-color: #b9c9d5;
  border-left: 4px #c19d7b;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 12px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.quo {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: center;
  border-bottom: 4px solid #c19d7b;
  margin-bottom: 40px;
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
}

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

.block-ph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

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

.image {
  border-radius: 12px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph {
  border-left: 2px solid #c19d7b;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 500;
}

.image-2 {
  max-width: 20%;
}

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

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

.grid {
  margin-bottom: 24px;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 12px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
}

.card {
  background-color: #e4f2fc;
  border: 2px solid #6a99bd;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: block;
}

.text-span-3 {
  font-weight: 500;
}

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

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

.futter {
  background-color: #26272b;
}

.logo {
  max-width: 80%;
}

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

@media screen and (max-width: 991px) {
  .block-logo {
    padding-top: 12px;
  }

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

  .block-heanding {
    bottom: 10%;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .container {
    max-width: 89%;
  }

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

  .block-photo {
    margin-bottom: 12px;
  }

  .logo {
    max-width: 70%;
  }

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

@media screen and (max-width: 767px) {
  .block-logo {
    justify-content: center;
    align-items: flex-start;
    left: 0%;
  }

  .block-heanding {
    inset: auto 0% 8%;
  }

  .heading-2 {
    margin-bottom: 12px;
  }

  .logo {
    max-width: 65%;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 20px;
  }

  .block-logo {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    left: 0%;
  }

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

  .block-heanding {
    inset: 0%;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .container-hero {
    justify-content: center;
    align-items: center;
    max-width: 80%;
  }

  .container {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container._1 {
    padding-bottom: 0;
  }

  .block-date {
    padding-bottom: 20px;
  }

  .text-block-date {
    font-size: 16px;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 500;
  }

  .block-ph {
    margin-bottom: 20px;
  }

  .block-ph._1 {
    box-sizing: border-box;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-2 {
    max-width: 51%;
  }

  .block-photo {
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    font-size: 16px;
  }

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

  .card {
    padding: 12px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }

  .photo {
    object-fit: cover;
    min-height: 80vh;
  }

  .div-block-7 {
    overflow: auto;
  }
}

#w-node-_88076921-f7b9-77ed-7216-d66e7d230757-9beb540f {
  align-self: auto;
}


