:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu-logo {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(#fff, #fff), linear-gradient(86deg, rgba(0, 0, 0, 0), #fff 23%, #fff 50%, #fff 86%, rgba(255, 255, 255, 0) 102%);
  align-self: stretch;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-default {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  align-self: stretch;
}

.icon {
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 36px;
  display: block;
}

.menu-button {
  padding-top: 10px;
  padding-right: 10px;
}

.menu-button.w--open {
  background-color: rgba(240, 240, 240, 0);
}

.brand {
  padding-top: 10px;
  padding-left: 0;
}

.engineering-the-future {
  text-transform: uppercase;
  background-image: url('../images/element-bg-homepage-01.png'), url('../images/element-green.svg'), url('../images/element-orange.svg'), url('../images/element-purple.svg');
  background-position: 50% 0, 100% 0, 0%, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, contain, contain, contain;
  background-attachment: fixed, fixed, fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 300;
  line-height: 108%;
}

.heading.sh1 {
  font-size: 65px;
}

.heading.sh1.doric-foundation.h-network {
  margin-bottom: 100px;
}

.heading.sh1.doric-foundation.fade-in {
  letter-spacing: 2px;
}

.heading.sh2 {
  color: #14318b;
  margin-bottom: 100px;
  font-size: 65px;
  font-weight: 300;
  overflow: hidden;
}

.heading.sh2.fade-in {
  margin-bottom: 20px;
}

.body {
  color: #20253a;
  text-align: justify;
  background-image: url('../images/element-bg.svg');
  background-position: 50%;
  background-size: cover;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.body.bg-network {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/bg-network.jpg'), url('../images/element-bg.svg');
  background-position: 0 0, 50% 0, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
}

.text-span {
  color: #8f79ff;
  font-weight: 400;
}

.div-h {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 95vh;
  padding-top: 200px;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 18px;
}

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

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

.div-block-22 {
  background-image: url('../images/Rectangle-blue_1Rectangle blue.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 63px;
  display: flex;
}

.div-block-22.scroll-container {
  opacity: 1;
  background-image: url('../images/Rectangle-black-min.png');
  background-size: cover;
  width: 45px;
  height: 60px;
}

.floating-image {
  padding-top: 10px;
}

.text-block-2 {
  margin-bottom: 30px;
  font-size: 14px;
}

.text-block-2.fade-in {
  text-transform: none;
}

.welcome-to-the-doric-foundation {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.paragraph {
  text-align: justify;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 203%;
}

.paragraph-2.p-body {
  width: 70%;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-2.p-body.fade-in {
  text-align: justify;
  width: 79%;
  max-width: 840px;
}

.paragraph-2.fade-in {
  text-align: justify;
  text-transform: none;
  width: 80%;
}

.container {
  background-color: rgba(255, 255, 255, 0);
}

.cta-more {
  border: 1px solid #000;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px 60px;
  display: flex;
}

.cta-more.our-initiatives-cta {
  color: #b8aaff;
  border-color: #b8aaff;
  margin-top: 140px;
}

.cta-more.our-initiatives-cta.get-started {
  border-color: rgba(32, 37, 58, .41);
  margin-top: 60px;
}

.text-block-3 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-3.our-initiatives {
  height: auto;
  padding-left: 0;
}

.text-block-3.txt-in-our-intiatives {
  padding-left: 0;
}

.text-block-3.txt-in-our-intiatives.txt-get-started {
  color: #20253a;
}

.line-flow {
  text-align: left;
  background-color: rgba(32, 37, 58, .38);
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.our-vision {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.text-span-2 {
  color: #b8aaff;
}

.paragraph-3 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
}

.paragraph-3.fade-in {
  text-align: justify;
  line-height: 180%;
}

.paragraph-4 {
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 35px;
  font-size: 40px;
  font-weight: 300;
  line-height: 112%;
}

.paragraph-4.fade-in {
  text-align: left;
}

.cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cell.cell-5-5 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.paragraph-5 {
  color: #a999fa;
  font-size: 100px;
  font-weight: 300;
  line-height: 100%;
}

.block-quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  width: 80%;
  max-width: 1300px;
  height: auto;
  padding-bottom: 20px;
}

.block-quick-stack.quick-section {
  width: 85%;
  height: auto;
  padding-bottom: 20px;
}

.block-quick-stack.quick-section.grid-3-7 {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.our-initiatives {
  background-image: linear-gradient(163deg, #2a00ff, rgba(240, 237, 255, .07) 41%, rgba(255, 255, 255, 0)), linear-gradient(217deg, #a999fa, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 55%), url('../images/Blockchain-Education.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 95vh;
  padding-top: 180px;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 300;
  line-height: 108%;
}

.h2.h-our-initiatives {
  font-size: 65px;
  font-weight: 300;
}

.h2.h2-supporting-socially {
  letter-spacing: 2px;
  width: 70%;
  font-size: 65px;
  font-weight: 300;
  line-height: 120%;
}

.h2.h-social-impact {
  letter-spacing: 3px;
  font-size: 65px;
  font-weight: 300;
  line-height: 120%;
}

.h2.sub-esp {
  letter-spacing: 3px;
  width: 80%;
  margin-bottom: 60px;
  font-size: 65px;
  font-weight: 300;
}

.text-span-3 {
  color: #f4bb67;
}

.blockchain-education {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #fff 55%), url('../images/Vector-orange-02.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.social-governance-image {
  background-image: url('../images/IMG-SOCIAL-GOVERNANCE-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50vh;
}

.social-governance-txt {
  background-image: url('../images/Vector-Purple-3.svg');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.global-image {
  background-image: url('../images/IMG-GLOBAL-OUTREACH-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 50vh;
}

.global-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.support-socially {
  background-image: url('../images/Ellipse-41.svg'), url('../images/Ellipse-42.svg'), linear-gradient(10deg, rgba(0, 0, 0, .81) 8%, rgba(255, 255, 255, 0) 71%), url('../images/Bg-Supporting-Socially.jpg');
  background-position: 100% 0, 0 100%, 0 0, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: contain, contain, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.text-span-4 {
  color: #7dffe0;
}

.at-doric-foundation-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.at-doric-foundation-p {
  text-align: center;
  width: 1000px;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.social-impact {
  background-image: url('../images/Ellipse-43.svg'), url('../images/Ellipse-44.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-attachment: scroll, scroll;
  height: auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.cell-5, .cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.box-educating {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-span-5 {
  color: #20253a;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: stretch;
  height: auto;
  margin-top: 90px;
  padding: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image {
  flex: 1;
  align-self: center;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .25fr .8fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: grid;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.heading-2.fade-in {
  text-align: left;
}

.cell-7 {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-6 {
  color: #8d909d;
  text-align: justify;
  font-size: 15px;
  line-height: 170%;
  display: none;
}

.div-box-grid-social-impact {
  height: auto;
  padding-bottom: 160px;
}

.supporting-projects {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 20px;
  display: flex;
}

.text-span-6 {
  color: #2bc59f;
}

.img-section-full {
  align-self: stretch;
  height: 50vh;
}

.img-section-full.image-supporting-enviromentally {
  background-image: url('../images/Img-Supporting-Enviromentally.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
}

.img-section-full.image-approach {
  background-image: url('../images/approach.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
}

.sustainability {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.approach-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 20px;
  display: flex;
}

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

.impact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer {
  background-color: rgba(255, 255, 255, .36);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.footer.fade-in {
  opacity: 1;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quick-stack-3 {
  align-self: stretch;
}

.image-2 {
  width: 70%;
  margin-bottom: 10px;
  display: block;
}

.txt-footer {
  margin-bottom: 20px;
}

.txt-footer.f-out {
  color: #fff;
  margin-top: 20px;
}

.txt-footer.txt-out {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.text-block-4 {
  color: #20253b;
}

.cell-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  display: grid;
}

.section-esp-grid {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.empowering-global-impact {
  background-image: url('../images/bg-sustainability-01-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.join-our-mission {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 160px;
  padding-bottom: 180px;
  display: flex;
}

.text-span-8 {
  color: #b8aaff;
}

.text-span-9 {
  color: #29d3aa;
}

.nav-link-menu {
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
}

.nav-menu {
  background-color: #fefefe;
}

.link-block-2 {
  color: #20253a;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3.link-esp-base {
  padding-top: 20px;
}

.image-4 {
  width: 100%;
  display: block;
}

.div-block-25 {
  width: 55px;
}

.text-span-10 {
  color: #8f79ff;
  font-weight: 400;
}

.what-is-the-doric-network {
  background-image: url('../images/Ellipse-39.svg'), url('../images/Vector-27.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section {
  background-image: url('../images/SOCIAL-GOVERNANCE-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 50vh;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.social-footer {
  margin-top: 10px;
  margin-bottom: 20px;
}

.link-block-6 {
  margin-right: 20px;
}

.div-block-26 {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37));
  flex: none;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-bottom: 5px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  margin-left: 20px;
}

.div-block-27 {
  height: 100px;
}

.div-block-28 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-28.hover-trigger {
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-6 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 999px;
  left: 0;
}

.div-block-29.footer-reveal {
  opacity: 0;
  align-self: stretch;
  height: auto;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.link-block-7 {
  color: #20253a;
  text-decoration: none;
}

.link {
  color: #37447e;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .heading.sh2 {
    font-size: 85px;
  }

  .paragraph-2, .paragraph-2.p-body, .paragraph-2.p-body.fade-in, .paragraph-3 {
    font-size: 18px;
  }

  .cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-quick-stack {
    align-self: auto;
    height: auto;
    padding-bottom: 20px;
  }

  .h2, .h2.h-our-initiatives {
    font-size: 85px;
  }

  .h2.h2-supporting-socially {
    width: 75%;
    font-size: 85px;
  }

  .h2.h-social-impact {
    font-size: 85px;
  }

  .h2.sub-esp {
    font-size: 80px;
  }

  .blockchain-education, .social-governance-txt, .global-txt {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .at-doric-foundation-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cell-2, .cell-3, .cell-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-educating {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .supporting-projects {
    padding-top: 140px;
  }

  .sustainability {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .approach-section {
    padding-top: 140px;
  }

  .section-esp-grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .empowering-global-impact {
    padding-top: 160px;
  }

  .section-global-impact-mission {
    background-image: url('../images/bg-sustainability.png');
    background-position: 50% -23%;
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .heading.sh1 {
    width: 100%;
    font-size: 40px;
  }

  .heading.sh2 {
    font-size: 45px;
    font-weight: 300;
  }

  .div-h {
    width: 90%;
  }

  .welcome-to-the-doric-foundation {
    padding-top: 40px;
  }

  .paragraph-4 {
    font-size: 30px;
  }

  .h2, .h2.h-our-initiatives {
    font-size: 45px;
  }

  .h2.h2-supporting-socially {
    width: 90%;
    font-size: 45px;
  }

  .h2.h-social-impact {
    font-size: 45px;
  }

  .h2.sub-esp {
    font-size: 45px;
    font-weight: 300;
  }

  .at-doric-foundation-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .cell-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    height: 30vh;
  }
}

@media screen and (max-width: 767px) {
  .engineering-the-future {
    padding-bottom: 90px;
  }

  .heading.sh2 {
    margin-bottom: 40px;
  }

  .div-h {
    padding-top: 100px;
  }

  .welcome-to-the-doric-foundation {
    height: auto;
    padding-bottom: 0;
  }

  .our-vision {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .paragraph-4 {
    padding-left: 0;
  }

  .our-initiatives {
    height: 50vh;
  }

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

  .paragraph-6 {
    display: block;
  }

  .div-box-grid-social-impact {
    height: auto;
  }

  .supporting-projects {
    padding-top: 90px;
  }

  .sustainability {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .approach-section {
    padding-top: 90px;
  }

  .empowering-global-impact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .join-our-mission {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex: none;
    align-self: stretch;
    display: flex;
  }

  .menu-button {
    flex: 1;
    padding-top: 8px;
    padding-right: 20px;
  }

  .engineering-the-future {
    background-position: 50% 0, 100% 0, 0 0, 100% 0;
  }

  .heading.sh1 {
    font-size: 35px;
    line-height: 130%;
  }

  .div-h {
    height: 90vh;
    padding-top: 140px;
  }

  .div-h.div-mobile-page-network {
    height: 80vh;
  }

  .welcome-to-the-doric-foundation {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .paragraph-2.p-body {
    width: 80%;
  }

  .paragraph-2.p-body.fade-in {
    width: 90%;
    max-width: none;
  }

  .paragraph-2.fade-in {
    width: 90%;
  }

  .cta-more {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-more.our-initiatives-cta {
    margin-top: 60px;
  }

  .our-vision {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-4 {
    padding-top: 0;
    padding-left: 0;
    font-size: 22px;
    line-height: 130%;
  }

  .paragraph-5 {
    padding-right: 10px;
    font-size: 70px;
  }

  .our-initiatives {
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: auto;
    padding: 140px 10px 340px;
  }

  .h2 {
    font-size: 35px;
  }

  .h2.h-our-initiatives {
    font-size: 40px;
  }

  .h2.h2-supporting-socially {
    width: 100%;
    font-size: 35px;
  }

  .h2.h-social-impact {
    font-size: 35px;
  }

  .h2.sub-esp {
    width: 95%;
  }

  .social-governance-image {
    height: auto;
    padding-top: 160px;
  }

  .global-image {
    height: 30vh;
  }

  .support-socially {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-span-5 {
    font-size: 35px;
  }

  .div-block-23 {
    align-self: flex-start;
    padding-left: 0;
  }

  .div-box-grid-social-impact {
    padding-bottom: 100px;
  }

  .img-section-full.image-supporting-enviromentally, .img-section-full.image-approach {
    height: 30vh;
  }

  .text-block-4 {
    text-align: left;
  }

  .empowering-global-impact {
    padding-bottom: 140px;
  }

  .text-span-8 {
    font-size: 35px;
  }

  .text-span-9 {
    font-size: 35px;
    display: inline;
  }

  .image-3 {
    max-width: none;
  }

  .section-2 {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 80px 20px;
  }
}

#w-node-_97f885a9-43f4-803f-df38-1a799a1edb20-9a1edb1e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_97f885a9-43f4-803f-df38-1a799a1edb2c-9a1edb1e {
  align-self: start;
}

#w-node-_97f885a9-43f4-803f-df38-1a799a1edb2f-9a1edb1e {
  align-self: start;
  justify-self: auto;
}

#w-node-aac04937-1ffe-ba96-ee34-f2155e25fc36-775dae22, #w-node-_33425eac-ee09-7f9c-cfe5-635a37bd34cb-775dae22, #w-node-c5d5589b-71be-ac11-ea26-6283c7e4d8e5-775dae22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e74760c2-a4bc-b67f-f7e4-da8aa04b66a3-abf9171f, #w-node-_7ab738a4-7ad4-df0c-dc32-6ee4ea3cacd0-abf9171f {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_93564d31-32a9-c990-4750-6a436cef81ff-abf9171f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0360f54-c013-bce2-822d-83562752f04c-abf9171f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e18fdd33-4db4-418c-454a-a0352dc98fe0-abf9171f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_043158ff-a5d4-d556-f848-6a059ca42c4d-abf9171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4b876a2a-f5b2-8874-f6de-5c7632b4154f-abf9171f, #w-node-_7228cba8-984e-124d-4139-f5cd983ceaa7-abf9171f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7228cba8-984e-124d-4139-f5cd983ceaac-abf9171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1c695c21-fcad-e396-9e6c-731a6bd753dd-abf9171f, #w-node-_3b2c87b7-e435-bf5e-fe67-524c0a180202-abf9171f, #w-node-_5476a438-1512-4e5c-04f7-147da6825c2a-abf9171f {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-aac04937-1ffe-ba96-ee34-f2155e25fc36-3304d7be, #w-node-_33425eac-ee09-7f9c-cfe5-635a37bd34cb-3304d7be, #w-node-c5d5589b-71be-ac11-ea26-6283c7e4d8e5-3304d7be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e74760c2-a4bc-b67f-f7e4-da8aa04b66a3-3304d7be, #w-node-_7ab738a4-7ad4-df0c-dc32-6ee4ea3cacd0-3304d7be {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_93564d31-32a9-c990-4750-6a436cef81ff-3304d7be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0360f54-c013-bce2-822d-83562752f04c-3304d7be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e18fdd33-4db4-418c-454a-a0352dc98fe0-3304d7be {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_043158ff-a5d4-d556-f848-6a059ca42c4d-3304d7be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4b876a2a-f5b2-8874-f6de-5c7632b4154f-3304d7be, #w-node-_7228cba8-984e-124d-4139-f5cd983ceaa7-3304d7be {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7228cba8-984e-124d-4139-f5cd983ceaac-3304d7be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1c695c21-fcad-e396-9e6c-731a6bd753dd-3304d7be, #w-node-_3b2c87b7-e435-bf5e-fe67-524c0a180202-3304d7be, #w-node-_5476a438-1512-4e5c-04f7-147da6825c2a-3304d7be {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-aac04937-1ffe-ba96-ee34-f2155e25fc36-775dae22, #w-node-_33425eac-ee09-7f9c-cfe5-635a37bd34cb-775dae22, #w-node-c5d5589b-71be-ac11-ea26-6283c7e4d8e5-775dae22, #w-node-e74760c2-a4bc-b67f-f7e4-da8aa04b66a3-abf9171f, #w-node-_7ab738a4-7ad4-df0c-dc32-6ee4ea3cacd0-abf9171f, #w-node-_93564d31-32a9-c990-4750-6a436cef81ff-abf9171f, #w-node-b0360f54-c013-bce2-822d-83562752f04c-abf9171f, #w-node-_1c695c21-fcad-e396-9e6c-731a6bd753dd-abf9171f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b2c87b7-e435-bf5e-fe67-524c0a180202-abf9171f, #w-node-_5476a438-1512-4e5c-04f7-147da6825c2a-abf9171f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-aac04937-1ffe-ba96-ee34-f2155e25fc36-3304d7be, #w-node-_33425eac-ee09-7f9c-cfe5-635a37bd34cb-3304d7be, #w-node-c5d5589b-71be-ac11-ea26-6283c7e4d8e5-3304d7be, #w-node-e74760c2-a4bc-b67f-f7e4-da8aa04b66a3-3304d7be, #w-node-_7ab738a4-7ad4-df0c-dc32-6ee4ea3cacd0-3304d7be, #w-node-_93564d31-32a9-c990-4750-6a436cef81ff-3304d7be, #w-node-b0360f54-c013-bce2-822d-83562752f04c-3304d7be, #w-node-_1c695c21-fcad-e396-9e6c-731a6bd753dd-3304d7be {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b2c87b7-e435-bf5e-fe67-524c0a180202-3304d7be, #w-node-_5476a438-1512-4e5c-04f7-147da6825c2a-3304d7be {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97f885a9-43f4-803f-df38-1a799a1edb20-9a1edb1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}