.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-up {
  background-color: #4b0e0e;
  min-height: auto;
  display: block;
  position: relative;
}

.block-logo-up {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
}

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

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

.block-ph._32 {
  margin-bottom: 0;
}

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

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

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

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

.text-block-67 {
  color: #000;
  font-weight: 400;
}

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

.block-quote {
  background-color: #f8f8f8;
  border: 1px #000;
  border-left: 2px solid #136458;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

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

.block-2 {
  padding-bottom: 24px;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 27px;
  font-weight: 800;
  line-height: 150%;
}

.block-3 {
  padding-bottom: 32px;
}

.footer-up {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.text-block-69 {
  color: #ffffffd4;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: #136458;
}

.text-span-7 {
  color: #950100;
}

.block-vid {
  background-color: #f8f8f8;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-70 {
  text-transform: uppercase;
  border-left: 2px solid #136458;
  margin-bottom: 16px;
  padding-left: 12px;
  font-weight: 700;
}

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

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

.text-block-72 {
  font-weight: 600;
}

.info {
  background-color: #f8f8f8;
  margin-top: 32px;
  padding: 20px;
}

.text-block-73 {
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
}

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

.card {
  border: 1px #940201;
  border-right-color: #000;
  padding: 0;
}

.text-block-74 {
  color: #000;
  border-bottom: 2px solid #136458;
  border-left: 1px #000;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

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

.text-block-76 {
  color: #666;
  font-size: 16px;
}

.text-block-77 {
  margin-bottom: 0;
  font-weight: 600;
}

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

.info2 {
  background-color: #f8f8f8;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.block-ok {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.cricle {
  background-color: #00a30b;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.cricle._2 {
  background-color: #a00;
}

.image-8 {
  width: 100%;
}

.img-mob {
  display: none;
}

.link {
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .main-wrapper-up {
    background-color: #136457;
  }

  .block-logo-up {
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 0%;
    position: static;
  }

  .block-heading-up {
    background-image: none;
    padding-top: 4%;
    padding-bottom: 4%;
    position: static;
  }

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

  .heading {
    font-size: 27px;
  }

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

  .image-8 {
    display: none;
  }

  .img-mob {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper-up {
    background-color: #136458;
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: auto;
    display: flex;
  }

  .block-logo-up {
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    position: static;
  }

  .block-heading-up {
    background-image: none;
    padding-top: 4%;
    padding-bottom: 4%;
    position: static;
    inset: auto 0% 0%;
  }

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

  .heading {
    font-size: 27px;
  }

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

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

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

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

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

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

  .block-3 {
    padding-bottom: 24px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

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

  .image-8 {
    object-fit: cover;
    min-height: auto;
    display: none;
  }

  .img-mob {
    display: block;
  }
}

#w-node-_30a16140-e3f2-ea81-5af2-f620e0af5dc0-3643231d {
  justify-self: end;
}

#w-node-_451fc243-c8eb-8c8e-fc03-a34f75635917-3643231d, #w-node-_0f4af853-adcf-32b7-d80d-576025f30343-3643231d {
  align-self: center;
}


