.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-ep {
  background-color: #b8956a;
  min-height: 100vh;
  display: block;
  position: relative;
}

.block-logo-ep {
  z-index: 4;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 2% 0% 2% 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.image, .image-2, .image-3 {
  object-fit: cover;
  min-height: 100vh;
}

.shadow {
  background-color: #092f3b7a;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.heading {
  color: #f8f7f7;
  text-transform: none;
  max-width: 50%;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 150%;
}

.text-span {
  color: #d4b48a;
}

.block-members {
  background-color: #0a2f3b;
  border-top: 1px solid #d4b48936;
  padding: 2%;
}

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

.memb1 {
  border-right: 1px solid #384a4c;
  padding: 10px;
}

.memb1._1 {
  border: 1px #000;
}

.text-block {
  color: #d4b489;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-3 {
  color: #ffffff54;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 150%;
}

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

.container {
  max-width: 800px;
}

.text-block-4 {
  color: #1c1c1a;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.block-line-romb {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-line-romb._32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.line {
  background-color: #d4b489;
  width: 100%;
  height: 1px;
}

.romb {
  background-color: #d4b489;
  width: 16px;
  height: 7px;
  transform: rotate(43deg);
}

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

.heading-2 {
  color: #092f3b;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.heading-2._2 {
  color: #f5f0ea;
  font-weight: 500;
}

.text-block-5 {
  color: #1c1c1a;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-5.wh {
  color: #ffffffb8;
}

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

.quote {
  background-color: #f4f0ea;
  border-left: 1px solid #d4b489;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-6 {
  color: #1c1c1a;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-6.wh {
  color: #fff;
  line-height: 150%;
}

.footer-ep {
  background-color: #0a2f3b;
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-block-7 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.link {
  color: #fff;
}

.block-3 {
  background-color: #092f3b;
  padding-top: 32px;
  padding-bottom: 32px;
}

.quote-2 {
  background-color: #5a778087;
  border-left: 1px solid #e2e2e2;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

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

.block-nav {
  background-color: #082f3b;
  margin-top: 32px;
  padding: 64px 20px;
}

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

.link-block {
  color: #082f3b;
  border: 1px solid #d4b489;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.link-block:hover {
  transform: scale(.9);
}

.text-block-8 {
  color: #fcfcfc;
  text-align: center;
  max-width: 60%;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.romb-2 {
  background-color: #d4b489;
  width: 12px;
  height: 12px;
  margin-bottom: 12px;
  transform: rotate(45deg);
}

.arrow {
  width: 32px;
  position: absolute;
  inset: auto 7% 5% auto;
}

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

.text-block-9 {
  color: #c5c5c5;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

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

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

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

.block-info {
  background-color: #093b4b;
  border: 1px solid #d4b489;
  border-right-width: .5px;
  margin-bottom: 32px;
  display: none;
}

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

.info1 {
  border-right: .5px solid #d4b489;
  padding: 20px;
}

.info1._1 {
  border-right-style: none;
}

.text-block-10 {
  color: #d4b489;
  margin-bottom: 8px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 27px;
  line-height: 150%;
}

.text-block-11 {
  color: #bbc5c8;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 150%;
}

.block-data {
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

.text-block-67 {
  color: #1c1c1a;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-2, .link-3, .link-4 {
  color: #1c1c1a;
}

.link-5 {
  color: #ffffffb8;
}

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

.link-block-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #d4b489;
  border-radius: 0;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .425s;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2:hover {
  transform: scale(.9);
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 10.75fr .75fr;
}

.text-block-68 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.arrow-1 {
  width: 32px;
  height: 32px;
}

.text-block-69 {
  color: #acacac;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.image-4, .image-5, .image-6 {
  width: 100%;
}

.link-6 {
  color: #d4b489;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}

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

  .heading {
    max-width: 100%;
  }

  .block-members {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .block-logo-ep {
    background-color: #0a303b;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 0%;
    display: flex;
    position: static;
  }

  .image, .image-2, .image-3 {
    min-height: auto;
  }

  .block-heading {
    background-color: #0a2f3b;
    padding: 4% 5%;
    position: static;
  }

  .heading {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 27px;
  }

  .block-members {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .memb1 {
    border-bottom: 1px solid #384a4c;
    border-right-style: none;
    padding: 0 0 10px;
  }

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

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

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

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

  .block-nav {
    padding: 32px 5%;
  }

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

  .link-block {
    height: 164px;
  }

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

  .romb-2 {
    width: 12px;
    height: 12px;
  }

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

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

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

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

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

  .block-head1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

#w-node-cb59750c-35ce-d859-07de-d06ade0627f3-f91ff9f2 {
  justify-self: auto;
}

#w-node-_2b668258-f262-ae08-0085-f8e526b5508c-f91ff9f2 {
  place-self: auto;
}

#w-node-_55fa204e-830a-8157-5cda-a5137a5ca8d3-f91ff9f2 {
  justify-self: end;
}

#w-node-d5ac5c7e-911d-70f2-0902-8d2dec9086ff-f91ff9f2, #w-node-b4570901-230d-51e4-29ed-3cc9814d4979-f91ff9f2, #w-node-b4570901-230d-51e4-29ed-3cc9814d4977-f91ff9f2, #w-node-_7b72bc4f-f8d0-8db7-8a35-aff4ab1a4cf0-f91ff9f2, #w-node-_7b72bc4f-f8d0-8db7-8a35-aff4ab1a4cf2-f91ff9f2, #w-node-_83412046-0929-a01f-7049-cb53544b4682-f91ff9f2 {
  align-self: center;
}

#w-node-_83412046-0929-a01f-7049-cb53544b4686-f91ff9f2 {
  justify-self: end;
}


