:root {
  --cih-yellow: #e1ac00;
  --cih-green: #3d7118;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --bg-grey: #fafafa;
  --black: black;
  --white: white;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--cih-yellow) var(--cih-yellow) var(--cih-yellow) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: var(--cih-green);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: linear-gradient(to bottom, var(--cih-green), #fff0), url('../images/johannes-plenio-fmTde1Fe23A-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding: 5% 30px;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px 25px 4px 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
  transform: scale(1.1);
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
  display: none;
  overflow: visible;
}

.h1 {
  color: var(--cih-yellow);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 59px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.button {
  background-color: var(--cih-yellow);
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  position: relative;
}

.button:hover {
  background-color: var(--cih-green);
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.container.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  color: var(--dark-grey-2);
  text-align: justify;
  font-size: 16px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.cc-center-mission {
  color: #fff;
  margin-bottom: 40px;
  font-size: 19px;
}

.h2-container {
  width: 50%;
  margin-bottom: 40px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: var(--cih-yellow);
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  font-family: DM Sans, sans-serif;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.h3.cc-cta {
  color: var(--cih-yellow);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  color: #000;
  text-align: left;
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--cih-yellow);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--cih-yellow);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: var(--cih-green);
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #fff;
  margin-top: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}

.footer-links-list {
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 25px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--black);
  background-image: linear-gradient(63deg, var(--cih-green) 44%, transparent), url('../images/cytonn-photography-n95VMLxqM2I-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 60px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.header-inner-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.inner-category {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--cih-yellow);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.premium-image-banner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: none;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--cih-yellow);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  font-family: DM Sans, sans-serif;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 78px;
}

.price-block {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.pricing-block-separator {
  background-color: var(--cih-yellow);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pricing-info {
  padding: 40px 40px 20px;
}

.button-pricing {
  background-color: var(--cih-yellow);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 120px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: auto -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.post-thumbnail {
  width: 100%;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  position: relative;
}

.header-color {
  background-color: var(--cih-yellow);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  padding: 40px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  text-align: justify;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h4, .rich-text h3 {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.rich-text h1, .rich-text h5, .rich-text h6 {
  font-family: DM Sans, sans-serif;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link.w--current {
  color: #fff;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.list-item-medium {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: start;
  height: 200%;
  display: block;
}

.circle {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  min-height: auto;
  padding: .75em;
  font-size: 1.5em;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle.bg-white {
  background-color: #fff;
  width: 3.6em;
  height: 3.6em;
}

.text-large {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  max-width: 420px;
  margin-top: .25em;
  margin-bottom: 1.25em;
  font-family: DM Sans, sans-serif;
  font-size: 1.2em;
}

.margin-large {
  z-index: 5;
  margin-bottom: 2em;
  position: relative;
}

.card {
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.bg-gray-1 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #0000;
  width: 95%;
}

.card.bg-gray-1:hover {
  transform: scale(1.1);
}

.card.bg-gray-1 {
  background-color: var(--bg-grey);
}

.container-medium {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 952px;
  margin-bottom: -147px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.button-curved-edge {
  background-color: var(--cih-yellow);
  color: #fff;
  text-align: center;
  border-radius: 0 25px 0 0;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  margin-top: 20px;
  padding: .75em 1.5em;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .3s, color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-curved-edge:hover {
  background-color: var(--cih-green);
  transform: scale(1.1);
}

.button-curved-edge.circle {
  background-color: var(--cih-yellow);
}

._3-grid-large {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: -99px;
}

._2-grid-large {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  width: 100%;
}

._2-grid-large.margin-large {
  grid-template-columns: 2.25fr;
  justify-items: start;
}

.left-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-02-section {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 500px;
  font-family: DM Sans, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.1;
}

.buttons-horizontal {
  z-index: 5;
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.text-gray {
  color: #707fa7;
}

.text-gray.opacity-medium {
  color: var(--white);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.text-gray.text-small.opacity-medium {
  opacity: 1;
  color: var(--black);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-gray.opacity-medium {
  opacity: 1;
  color: var(--black);
  text-align: center;
  font-weight: 400;
  line-height: 23px;
}

.text-gray.opacity-medium.zero-margin-bottom {
  text-align: left;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.icon-3 {
  z-index: 10;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.margin-medium {
  margin-bottom: .25em;
}

.circle-decor {
  background-color: var(--cih-yellow);
  color: #fff;
  text-align: center;
  border-radius: 0 25px 0 0;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  padding: .75em 1.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-decor.circle {
  background-color: #e1ac0091;
  border-radius: 100px;
}

.text-span-2 {
  color: var(--cih-yellow);
}

.image-3 {
  background-image: url('../images/pexels-ketut-subiyanto-4559707.jpg');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 25px;
  margin-bottom: -32px;
}

.div-block {
  background-image: url('../images/pexels-ketut-subiyanto-4559707.jpg');
  background-position: 50%;
  background-size: auto;
}

.main-sections-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to top, var(--black), #fff0), url('../images/pexels-ketut-subiyanto-4559707.jpg');
  color: #fff;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px #0000;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.main-sections-div:hover {
  background-image: linear-gradient(to top, var(--cih-green), #fff0), url('../images/pexels-ketut-subiyanto-4559707.jpg');
  opacity: 1;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  transform: scale(1.1);
}

.card-body {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em;
  display: flex;
  position: relative;
}

.card-body.center-content {
  background-image: none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: block;
}

.card-body.center-content.zero-padding-mobile {
  background-image: none;
}

._3-grid-small {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-family: DM Sans, sans-serif;
  display: grid;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #09f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  padding: .75em 1.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.submit {
  background-color: var(--cih-yellow);
  flex-wrap: nowrap;
  font-family: DM Sans, sans-serif;
}

.heading-03 {
  max-width: 512px;
  font-family: DM Sans, sans-serif;
}

.label {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-medium-2 {
  margin-bottom: 1em;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.margin-medium-2.center-content {
  margin-bottom: 3em;
}

.stakeholders {
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.small-margin-image-bottom {
  width: 100%;
  margin-bottom: 2em;
}

.text-large-2 {
  opacity: .6;
  color: #222;
  text-align: center;
  letter-spacing: 0;
  margin-top: .25em;
  margin-bottom: 1.25em;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 15vh;
}

.hover-bg {
  background-color: #707fa7;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.card-body-large {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 1em 4em;
  display: flex;
  position: relative;
}

.small-margin-image-top {
  width: 100%;
  margin-top: 2em;
}

._2-grid-only-desktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-03-2 {
  max-width: 578px;
  margin-bottom: 20px;
  font-size: 35px;
}

.card-body-small {
  background-color: var(--bg-grey);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1.25em;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.card-body-small:hover {
  background-color: #0000;
  transform: scale(1.1);
}

.list-item-medium-2 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

._3-grid-small-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-black {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-black.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.text-span-3 {
  color: var(--cih-yellow);
}

.text-span-4 {
  color: var(--cih-green);
}

.container-header {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-2 {
  height: auto;
}

.text-span-5 {
  color: var(--cih-yellow);
}

.text-span-5:hover {
  transform: scale(1.5);
}

.paragraph-header {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-header.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.heading-5 {
  font-size: 17px;
}

.regular-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 60px;
  display: flex;
}

.regular-container {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.ticker-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 50vw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-logo-centered {
  width: auto;
  height: 100px;
  margin: 8px 14px 8px 16px;
}

.client-logo-centered:hover {
  transform: scale(1.2);
}

.container-large {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  display: flex;
  position: relative;
}

.ticker-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ticker {
  white-space: nowrap;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ticker-stretch {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dark-gradient-left {
  background-image: linear-gradient(270deg, #1d334f00, #1e2532);
  width: 4em;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white-gradient-right {
  background-image: linear-gradient(to right, #fff0, #fff);
  width: 4em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.white-gradient-left {
  background-image: linear-gradient(270deg, #fff0, #fff);
  width: 4em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-03-3 {
  color: var(--cih-green);
  text-align: center;
  max-width: 536px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
}

.heading-03-3.text-gray {
  color: var(--cih-yellow);
}

.heading-03-3.join {
  color: var(--dark-grey-2);
  max-width: 589px;
}

.dark-gradient-right {
  background-image: linear-gradient(to right, #1d334f00, #1e2532);
  width: 4em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-span-6 {
  color: var(--cih-green);
}

.form {
  position: relative;
}

.container-extra-large {
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 40px;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-block.max-width {
  max-width: 512px;
}

.circle-large {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  min-height: auto;
  padding: .875em;
  font-size: 1.625em;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms-item {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fullscreen-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -1em;
  margin-right: -1em;
  padding: 6em 4em;
  display: flex;
  position: relative;
}

.fullscreen-section.bg-gray-1 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25em;
  padding-bottom: .25em;
  display: flex;
}

.list-small {
  grid-column-gap: 0px;
  grid-row-gap: .375em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.error {
  color: #ff0303;
  background-color: #707fa70f;
  border-radius: 6px;
  padding: 12px;
  font-weight: 500;
  line-height: 1.2;
}

._2-grid-blog-as-cards {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-02-section-2 {
  text-align: left;
  letter-spacing: -.02em;
  max-width: 700px;
  font-family: DM Sans, sans-serif;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.1;
}

.cms {
  z-index: 5;
  width: 100%;
  position: relative;
}

.success {
  background-color: var(--cih-yellow);
  border-radius: 6px;
  padding: 40px 12px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-4 {
  z-index: 10;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-field-2 {
  color: #707fa7;
  background-color: #707fa70f;
  border: 1px #000;
  border-radius: .5em;
  align-items: center;
  min-height: 3em;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #707fa70f;
}

.text-field-2:hover {
  background-color: #707fa71f;
}

.text-field-2:focus {
  box-shadow: inset 0 0 0 1px #707fa766;
}

.text-field-2::placeholder {
  color: #707fa766;
}

.text-field-2.text-field-large {
  color: #c8c8c8;
  background-color: #f7f7f7;
  min-height: 3.7em;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
}

.button-inside {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card-body-small-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.25em;
  display: flex;
}

.card-body-small-2.grow {
  background-color: #f7f7f7;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.avatar-grid-small {
  grid-column-gap: .5em;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center start;
}

.link-block {
  color: #707fa7;
  transition: color .3s;
}

.link-block:hover {
  color: #09f;
}

.user-icon {
  height: 80%;
  position: absolute;
  bottom: 0%;
}

.circle-small {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  min-height: auto;
  padding: .625em;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge {
  z-index: 5;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: .5em 1.25em;
  font-size: .5em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.opacity-medium {
  z-index: 0;
  opacity: .2;
}

.left-content-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._3-grid-blog-as-card {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-heading-medium {
  max-width: 512px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.blog-heading-medium.zero-margin {
  color: var(--cih-yellow);
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
}

.regular-section-events {
  background-color: #0000;
  background-image: linear-gradient(#fff 13%, #fffffffa 37%, #0000), url('../images/samantha-gades-fIHozNWfcvs-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 40px;
  font-family: DM Sans, sans-serif;
  display: none;
}

.event-reg-here {
  color: var(--cih-green);
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.event-link {
  color: var(--cih-green);
  font-weight: 700;
  text-decoration: none;
}

.text-span-7 {
  color: var(--cih-green);
}

.regular-section-partners {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-medium-2 {
  z-index: 5;
  perspective: 800px;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.container-medium-2.align-center {
  width: 100%;
  max-width: 60vw;
}

._3-grid-large-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.width-75 {
  width: 75%;
}

.width-75.center-content {
  margin-left: auto;
  margin-right: auto;
}

.metric-medium {
  color: var(--cih-yellow);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #3d711826;
  height: auto;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.regular-section-stats {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 30px 60px;
  display: flex;
}

.text-gray-copy {
  color: #707fa7;
}

.text-gray-copy.opacity-medium {
  color: var(--white);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.text-gray-copy.text-small.opacity-medium {
  opacity: 1;
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
}

.text-gray-copy.opacity-medium {
  opacity: 1;
  color: var(--black);
}

.stat-title {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.container-large-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.entrepreneurs-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1.75fr 1.75fr 2.5fr .25fr;
  grid-auto-columns: 2.5fr;
  grid-auto-flow: column;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 60px;
}

.team-member-listing {
  background-color: var(--bg-grey);
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-listing:hover {
  transform: scale(.9);
}

.team-member-listing:focus {
  transform: skew(-9deg);
}

.team-member-image {
  object-fit: cover;
  width: 200px;
  min-width: 0;
  max-width: 100%;
  height: 250px;
}

.instagram-square-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 12px;
  overflow: hidden;
}

.text-span-8 {
  color: var(--cih-green);
}

.regular-section-newssletter {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 100px;
  display: flex;
}

.container-large-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.text-span-9 {
  color: var(--cih-green);
}

.text-span-11 {
  font-weight: 700;
  display: flex;
}

.stakeholders-about-us {
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.text-span-12 {
  color: var(--cih-green);
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.paragraph-2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.text-span-13 {
  color: var(--cih-green);
}

.team-member-name {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 12px;
  overflow: hidden;
}

.job-title {
  color: #757575;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-14 {
  color: #757575;
  font-weight: 400;
}

.container-medium-abt-us {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 952px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.regular-section-events-page {
  background-color: #0000;
  background-image: linear-gradient(#fff 13%, #fffffffa 37%, #0000), url('../images/samantha-gades-fIHozNWfcvs-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 80px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.header-events {
  background-image: linear-gradient(to bottom, var(--cih-green) 17%, #fff0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  margin-top: -90px;
  padding: 220px 30px;
  display: flex;
}

.text-span-15 {
  color: #fff;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 3px;
  transition: color .2s;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  z-index: 3;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #707fa71f;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.expand-icon {
  border: 2px solid #707fa766;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  position: relative;
}

.accordion-text {
  opacity: 1;
  color: #636363;
  max-width: 640px;
  margin-top: 12px;
  margin-right: 40px;
}

.accordion-title {
  opacity: 1;
  color: var(--cih-green);
  letter-spacing: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--cih-yellow);
}

._3-grid-small-abt-us {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.volunteer-title {
  opacity: .6;
  color: var(--cih-yellow);
  text-align: center;
  letter-spacing: 0;
  max-width: 499px;
  margin-top: .25em;
  margin-bottom: 1.25em;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.volunteers-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 60px;
}

.team-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 60px;
  display: none;
}

.container-offer {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 70vw;
  margin-bottom: -132px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.about-intro-color {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px 40px;
  display: flex;
}

.text-span-16 {
  color: var(--black);
}

.grid-mission {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: start;
  width: 100%;
  display: grid;
}

.heading-mission {
  color: #fff;
  font-size: 16px;
}

.bold-text-mission {
  color: #fff;
  font-weight: 400;
}

.text-span-17 {
  color: #fff;
}

.quote-box-text {
  color: #707fa7;
  text-indent: 0;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.quote-box-image {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  padding-bottom: 25%;
  position: absolute;
  inset: 0%;
}

.quote-box-image.card.bg-gray-1 {
  background-color: #e1ac003b;
  width: 100%;
}

.quote-image-box {
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 512px;
  padding: 36px;
  display: flex;
  position: relative;
}

.quote-image-box.container-small {
  background-color: #0000;
  background-image: url('../images/PNG_without_BG---Edited.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-medium-3 {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.quote-box {
  z-index: 5;
  background-color: #fff;
  padding: 2em;
  box-shadow: inset 0 0 0 1px #707fa71f, 0 64px 64px -24px #707fa766;
}

.quote-box.card {
  opacity: .9;
  font-family: DM Sans, sans-serif;
}

._2-to-3-grid-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 3fr;
  width: 100%;
}

.text-span-18 {
  color: var(--cih-green);
}

.text-span-19 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-4 {
  margin-bottom: 40px;
}

.text-span-20, .text-span-21, .text-span-22 {
  color: var(--cih-yellow);
}

.entrepreneurs-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.header-inner-jobs {
  background-color: var(--black);
  background-image: linear-gradient(74deg, #000000eb 39%, #0000), url('../images/dillon-shook-mY3_bvR74fI-unsplash.jpg');
  background-position: 0 0, 50% 66%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 180px 30px 150px;
  display: flex;
}

.header-inner-jobs.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.header-inner-entrepreneurs {
  background-color: var(--black);
  background-image: linear-gradient(63deg, #000c 44%, #0000), url('../images/Entrepreneur.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-entrepreneurs.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

._1-grid-large {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

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

.text-large-3 {
  opacity: .28;
  color: #707fa7;
  letter-spacing: 0;
  max-width: 420px;
  margin-top: .25em;
  margin-bottom: 1.25em;
  font-size: 1.2em;
}

.center-mobile-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space-between {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-item-medium-3 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
}

._3-grid-small-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.margin-medium-3 {
  margin-bottom: 1.5em;
}

.margin-medium-3.center-content {
  margin-bottom: 4em;
}

.text-span-23 {
  color: var(--cih-yellow);
}

.heading-6 {
  color: var(--cih-green);
}

.heading-7 {
  color: var(--cih-green);
  font-size: 16px;
  font-weight: 700;
}

.header-inner-space {
  background-color: var(--black);
  background-image: linear-gradient(63deg, #3d7118cc 44%, #0000), url('../images/IMG_2015-scaled.webp');
  background-position: 0 0, 50% 98%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-space.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.bottom-cta {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-span-24, .yellow-link {
  color: var(--cih-yellow);
}

.divider-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox {
  background-color: #707fa71f;
  border-style: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .3s;
}

.checkbox.w--redirected-checked {
  background-color: #09f;
  background-size: 12px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.divider-text {
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 600;
}

.social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #707fa71f;
}

.social-icon:hover {
  box-shadow: inset 0 0 0 1px #707fa766;
}

._2-grid-medium {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.text-link-accent {
  opacity: 1;
  color: #09f;
  transition: opacity .3s;
}

.text-link-accent:hover {
  opacity: .64;
}

.divider-line {
  background-color: #707fa71f;
  flex: 1;
  height: 1px;
}

.checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-field.align-top {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkbox-label {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.checkbox-label.heading-03 {
  color: var(--dark-grey-2);
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.social-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.select-field {
  font-family: DM Sans, sans-serif;
}

.select-field.text-field-2 {
  color: var(--dark-grey);
  font-weight: 400;
}

.text-block-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
}

.button-3 {
  flex-direction: column;
  align-items: center;
  display: inline-block;
}

.text-span-25, .link-2 {
  color: var(--cih-yellow);
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-size: 16px;
}

.quote-image-box-mission {
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 512px;
  padding: 36px;
  display: flex;
  position: relative;
}

.quote-image-box-mission.container-small {
  background-color: #0000;
  background-image: url('../images/Tree.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-to-3-grid-large-concept {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
  width: 100%;
}

.image-5 {
  max-width: 100%;
  height: 25%;
}

.header-inner-blog {
  background-color: var(--black);
  background-image: linear-gradient(63deg, var(--cih-green) 44%, transparent), url('../images/cytonn-photography-n95VMLxqM2I-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-blog.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/retrosupply-jLwVAUtLOAQ-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.empty-state {
  background-color: #fff;
}

.text-block-4 {
  color: var(--cih-yellow);
}

.name {
  color: var(--cih-green);
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

.team-members-collection {
  margin-bottom: 40px;
}

.read-bio {
  color: var(--cih-yellow);
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.button-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-team-member {
  background-color: var(--cih-green);
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: -90px;
  padding: 180px 30px 90px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.header-team-member.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/retrosupply-jLwVAUtLOAQ-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.team-member-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -300px;
  padding: 120px 30px 60px;
  display: flex;
}

.member-image {
  height: 50vh;
}

.member-name {
  color: var(--cih-yellow);
  text-align: center;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
}

.member-job-title {
  color: var(--dark-grey-2);
  text-align: center;
  margin-top: auto;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.team-member-bio {
  background-color: var(--bg-grey);
  text-align: justify;
  padding: 20px;
  font-family: DM Sans, sans-serif;
}

.container-entrepreneur {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

._3-grid-key-drivers {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-body---key-drivers {
  background-color: var(--bg-grey);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1.25em;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.card-body---key-drivers:hover {
  background-color: #0000;
}

.container-medium-entrepreneurship {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 952px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.entrepreneurship---key-drivers-secition {
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.div-block-5 {
  margin-bottom: 60px;
}

.footer-container {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.footer-container.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container.cc-cta {
  display: flex;
}

.footer-container.cc-footer {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.footer-container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.footer-container.cc-contact {
  display: flex;
}

.container-advisory {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.container-advisory.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-advisory.cc-cta {
  display: flex;
}

.container-advisory.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-advisory.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-advisory.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-advisory.cc-contact {
  display: flex;
}

.container-medium-3-copy {
  z-index: 5;
  perspective: 800px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.advisory-header {
  color: var(--cih-yellow);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
}

.advisory-header.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.container-entre {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.container-entre.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-entre.cc-cta {
  display: flex;
}

.container-entre.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-entre.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-entre.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-entre.cc-contact {
  display: flex;
}

.paragraph-entre {
  color: #fff;
  text-align: left;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-entre.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.header-inner-advisory {
  background-color: var(--black);
  background-image: linear-gradient(63deg, #000c 44%, #0000), url('../images/photo-1505231509341-30534a9372ee.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-advisory.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.h1-join-community {
  color: var(--cih-yellow);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 59px;
}

.h1-join-community.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.tabs-menu-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.browser-dot {
  background-color: #707fa766;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.container-medium-4 {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.tab-link {
  opacity: .5;
  color: #707fa7;
  background-color: #0000;
  border-radius: 6px;
  flex: 1;
  padding: 20px 32px;
  transition: opacity .2s, background-color .2s;
}

.tab-link:hover {
  opacity: 1;
  background-color: #707fa70f;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  box-shadow: inset 0 0 0 1px #707fa71f, 0 32px 64px -32px #707fa766;
}

.tabs-vert {
  width: 100%;
}

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

.browser-button {
  background-color: #707fa71f;
  border-radius: 6px;
  width: 24px;
  height: 24px;
}

.browser-top {
  background-color: #707fa70f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser {
  background-color: #707fa70f;
  background-image: url('../images/logo-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32%;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  min-height: 512px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 12.5% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.browser-address {
  background-color: #707fa71f;
  border-radius: 6px;
  width: 60%;
  height: 24px;
}

.heading-03-4 {
  color: var(--cih-green);
  text-align: center;
  max-width: 512px;
}

.tabs-content {
  flex: 1;
  padding-top: 20px;
}

.container-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.container-copy.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-copy.cc-cta {
  display: flex;
}

.container-copy.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-copy.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-copy.cc-contact {
  display: flex;
}

.container-for-header {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.container-for-header.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-for-header.cc-cta {
  display: flex;
}

.container-for-header.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-for-header.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-for-header.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-for-header.cc-contact {
  display: flex;
}

.paragraph-for-header {
  color: #fff;
  text-align: left;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-for-header.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.container-volunteers {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.collection-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 300px;
  height: 200px;
  min-height: 300px;
  margin-bottom: 20px;
  display: flex;
}

.collection-list-3 {
  flex-direction: column;
  width: 1200px;
  display: block;
}

.entrepreneur-image {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.entrepreneur-image:hover {
  transform: scale(.9);
}

.header-inner-content-volunteer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-26 {
  color: var(--cih-green);
}

.text-span-27 {
  color: var(--bg-grey);
  font-weight: 500;
}

.paragraph-copy {
  color: #fff;
  text-align: left;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-copy.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.header-inner-spaces {
  background-color: var(--black);
  background-image: linear-gradient(63deg, #000c 44%, #0000), url('../images/UXaF1LuQpYoXnW--Q0E-TuMB-DOnpgMrSHTpcdxYWrs_plaintext_638059530878674193.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-spaces.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.header-inner-content-spaces {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-01-hero {
  z-index: 5;
  color: var(--cih-yellow);
  letter-spacing: -.03em;
  max-width: 800px;
  margin-top: .125em;
  margin-bottom: .25em;
  font-family: DM Sans, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.05;
  position: relative;
}

.margin-large-2 {
  z-index: 5;
  margin-bottom: 4em;
  position: relative;
}

.container-extra-large-2 {
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

.card-body-large-2 {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.card-body-large-2.center-content {
  padding-top: 1em;
  padding-bottom: 3em;
}

.list-small-2 {
  grid-column-gap: 0px;
  grid-row-gap: .375em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.gallery-grid-01 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-extra-large {
  z-index: 5;
  opacity: .28;
  color: var(--black);
  letter-spacing: 0;
  max-width: 650px;
  margin-top: .5em;
  margin-bottom: 1.25em;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
}

.gallery-wrapper {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221206-WA0065.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-1 {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221206-WA0053.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-1:hover {
  transform: scale(.9);
}

.gallery-wrapper-2 {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221206-WA0052.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-2:hover {
  transform: scale(.9);
}

.gallery-wrapper-3 {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221204-WA0006.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-3:hover {
  transform: scale(.9);
}

.gallery-wrapper-4 {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221204-WA0005.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-4:hover {
  transform: scale(.9);
}

.gallery-wrapper-5 {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221206-WA0056.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-5:hover {
  transform: scale(.9);
}

.gallery-wrapper-6 {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/IMG-20221206-WA0065.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-6:hover {
  transform: scale(.9);
}

.gallery-wrapper-copy {
  z-index: 5;
  background-color: #707fa70f;
  background-image: url('../images/UXaF1LuQpYoXnW--Q0E-TuMB-DOnpgMrSHTpcdxYWrs_plaintext_638059530878674193.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper-copy:hover {
  transform: scale(.9);
}

.header-inner-content-spacrs {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.yellow-link-2, .text-span-28 {
  color: #e1ac00;
}

.heading-8 {
  color: var(--cih-green);
}

.header-inner-corporates {
  background-color: var(--black);
  background-image: linear-gradient(63deg, #000c 44%, #0000), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-corporates.cc-header-extra {
  background-color: var(--cih-green);
  background-image: linear-gradient(#3d7118 29%, #0000), url('../images/pexels-lil-artsy-1314410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.process-item-circle {
  z-index: 5;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}

.list-medium {
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  background-color: var(--bg-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  overflow: visible;
}

.container-large-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
}

._3-grid-large-3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.process-image {
  width: 100%;
  margin-top: -36px;
  padding: 8%;
}

.process-image.card.bg-gray-1 {
  margin-top: auto;
}

.process-image.card.bg-gray-1.pc1 {
  background-color: var(--bg-grey);
  width: 40%;
}

.process-image.card.bg-gray-1.pc2 {
  width: 40%;
}

.process-image.card.bg-gray-1.pc3 {
  width: 40%;
  padding-left: 11%;
  padding-right: 6%;
}

.process-image.card.bg-gray-1.pc4, .process-image.card.bg-gray-1.pc5 {
  width: 40%;
}

.process-image.card.bg-gray-1.pc6 {
  background-color: #0000;
  padding-top: 0%;
  padding-bottom: 0%;
}

.process-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.heading-03-5 {
  color: var(--cih-green);
  text-align: center;
  max-width: 512px;
  font-family: DM Sans, sans-serif;
}

.div-block-6 {
  background-image: url('../images/bpo.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item-3 {
  margin-bottom: 20px;
}

.footer-column-right {
  width: 50%;
  padding-top: 40px;
  display: flex;
}

.footer-column-right.cc-footer {
  flex-direction: column;
}

.header-inner-content-corporates, .header-inner-content-about, .header-inner-content-advisory {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
}

.form-description-label {
  text-align: justify;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.client-logo-centered-2 {
  width: 300px;
  height: 100%;
  margin: 8px 16px;
}

.container-large-5 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-logos-centered {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-03-6 {
  max-width: 512px;
}

.collection-list-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 200px;
  display: flex;
}

.paragraph-careers {
  color: #fff;
  text-align: left;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-careers.cc-gray {
  color: #999;
  font-family: DM Sans, sans-serif;
}

.header-inner-content-careers {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.rich-text-block {
  background-color: var(--bg-grey);
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  font-family: DM Sans, sans-serif;
}

.text-block-6 {
  color: var(--cih-green);
  margin-top: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-7 {
  color: #979797;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.container-2 {
  grid-column-gap: 10px;
  display: flex;
}

.link-3 {
  color: var(--cih-green);
}

.collection-list-wrapper-3 {
  background-color: var(--bg-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.pagination {
  margin-top: 20px;
}

.image-6 {
  display: inline-block;
}

.collection-list-wrapper-4 {
  justify-content: flex-start;
  display: flex;
}

.tab-link-2 {
  opacity: .5;
  color: #707fa7;
  background-color: #0000;
  border-radius: 6px;
  flex: 1;
  padding: 20px 32px;
  transition: opacity .2s, background-color .2s;
}

.tab-link-2:hover {
  opacity: 1;
  background-color: #707fa70f;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  box-shadow: inset 0 0 0 1px #707fa71f, 0 32px 64px -32px #707fa766;
}

.tab-link-3 {
  opacity: .5;
  color: #707fa7;
  background-color: #0000;
  border-radius: 6px;
  flex: 1;
  padding: 20px 32px;
  transition: opacity .2s, background-color .2s;
}

.tab-link-3:hover {
  opacity: 1;
  background-color: #707fa70f;
}

.tab-link-3.w--current {
  opacity: 1;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  box-shadow: inset 0 0 0 1px #707fa71f, 0 32px 64px -32px #707fa766;
}

.tab-link-4 {
  opacity: .5;
  color: #707fa7;
  background-color: #0000;
  border-radius: 6px;
  flex: 1;
  padding: 20px 32px;
  transition: opacity .2s, background-color .2s;
}

.tab-link-4:hover {
  opacity: 1;
  background-color: #707fa70f;
}

.tab-link-4.w--current {
  opacity: 1;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  box-shadow: inset 0 0 0 1px #707fa71f, 0 32px 64px -32px #707fa766;
}

.container-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.bold-text-12 {
  text-align: center;
}

.container-4 {
  background-image: url('../images/customer.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: -20px;
  display: flex;
}

.container-4-copy, .container-4-copy-copy {
  background-image: url('../images/data-entry.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: -20px;
  display: flex;
}

.container-4-copy {
  background-image: url('../images/it-management.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: -20px;
  display: flex;
}

.ai {
  background-image: url('../images/networking.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: -20px;
  display: flex;
}

.ai-copy {
  background-image: url('../images/ai.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: -20px;
  display: flex;
}

.list-item, .list-item-2, .list-item-3 {
  text-align: left;
  font-family: DM Sans, sans-serif;
}

.bold-text-13 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .h1 {
    font-size: 44px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--cih-yellow);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--cih-yellow);
  }

  .button-curved-edge {
    font-size: 14px;
    display: flex;
  }

  ._3-grid-large {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._2-grid-large {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .text-gray.text-small.opacity-medium {
    font-size: 11px;
  }

  .button-2.submit {
    overflow: hidden;
  }

  .hover-bg {
    display: none;
  }

  ._2-grid-only-desktop {
    grid-template-columns: 1fr;
  }

  .list-item-medium-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-black {
    text-align: center;
  }

  .fullscreen-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._3-grid-blog-as-card {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .blog-heading-medium.zero-margin {
    font-size: .9em;
  }

  .event-link {
    font-size: 10px;
  }

  .container-medium-2.align-center {
    max-width: 80vw;
  }

  ._3-grid-large-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .width-75 {
    width: 100%;
  }

  .text-gray-copy.text-small.opacity-medium {
    font-size: 11px;
  }

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

  .job-title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span-14 {
    font-size: 12px;
  }

  .header-events {
    padding-left: 60px;
    padding-right: 60px;
  }

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .accordion-text {
    max-width: 600px;
    margin-right: 20px;
  }

  .volunteers-grid, .team-grid {
    grid-template-rows: auto auto;
  }

  .container-offer {
    max-width: 85vw;
  }

  ._2-to-3-grid-large {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .social-icon:hover {
    box-shadow: inset 0 0 0 1px #707fa70f;
  }

  .text-link-accent:hover {
    opacity: 1;
  }

  ._2-to-3-grid-large-concept {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .name, .read-bio {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-container.cc-contact, .container-advisory.cc-contact {
    flex-wrap: wrap;
  }

  .advisory-header {
    font-size: 44px;
  }

  .container-entre.cc-contact {
    flex-wrap: wrap;
  }

  .h1-join-community {
    font-size: 44px;
  }

  .browser {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-copy.cc-contact, .container-for-header.cc-contact {
    flex-wrap: wrap;
  }

  .collection-list-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .header-inner-content-volunteer, .header-inner-content-spaces {
    width: 80%;
  }

  .heading-01-hero {
    font-size: 72px;
  }

  .gallery-grid-01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallery-wrapper, .gallery-wrapper-1, .gallery-wrapper-2, .gallery-wrapper-3, .gallery-wrapper-4, .gallery-wrapper-5, .gallery-wrapper-6, .gallery-wrapper-copy {
    min-height: 256px;
  }

  .header-inner-content-spacrs {
    width: 80%;
  }

  ._3-grid-large-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .header-inner-content-corporates, .header-inner-content-about, .header-inner-content-advisory {
    width: 80%;
  }

  .client-logo-centered-2 {
    width: 85px;
  }

  .header-inner-content-careers {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 38px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

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

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
    margin-bottom: auto;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

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

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .text-large {
    font-size: 120%;
  }

  .margin-large {
    margin-bottom: 2em;
  }

  .card {
    border-radius: 1.5em;
    width: 100%;
  }

  ._3-grid-large {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    color: #0000;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-content: center;
    height: 200%;
    min-height: 0;
    font-family: DM Sans, sans-serif;
    display: flex;
  }

  ._2-grid-large {
    grid-template-columns: 1fr;
  }

  .heading-02-section {
    font-size: 2.5em;
  }

  .text-gray.opacity-medium {
    max-width: 65%;
    font-size: 13px;
  }

  .margin-medium {
    margin-bottom: 1.25em;
  }

  .main-sections-div {
    object-fit: fill;
  }

  .card-body {
    padding: 1.25em;
  }

  ._3-grid-small {
    grid-template-columns: 1fr;
  }

  .button-2.submit {
    display: block;
  }

  .margin-medium-2 {
    margin-bottom: 1.25em;
  }

  .stakeholders {
    padding-top: 60px;
  }

  .text-large-2 {
    font-size: 90%;
  }

  .card-body-large {
    padding: 2em 1.25em;
  }

  .heading-03-2 {
    font-size: 29px;
  }

  .list-item-medium-2 {
    flex-direction: row;
  }

  ._3-grid-small-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-black, .heading-4, .div-block-2, .div-block-3 {
    text-align: left;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .regular-section {
    padding-top: 100px;
  }

  .form-block {
    min-width: auto;
  }

  .fullscreen-section {
    border-radius: 0;
    width: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  ._2-grid-blog-as-cards {
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
  }

  .heading-02-section-2 {
    font-size: 2.5em;
  }

  .text-field-2.text-field-large {
    color: #000;
    display: block;
  }

  .button-inside {
    flex-direction: column;
    margin-top: 8px;
    padding: 0;
    display: none;
    position: static;
  }

  ._3-grid-blog-as-card {
    grid-template-columns: 1fr;
  }

  .blog-heading-medium {
    max-height: none;
  }

  .regular-section-events, .regular-section-partners {
    padding-top: 100px;
  }

  ._3-grid-large-2 {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .metric-medium {
    font-size: 44px;
  }

  .regular-section-stats {
    padding-top: 60px;
  }

  .entrepreneurs-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .regular-section-newssletter {
    padding-top: 40px;
  }

  .stakeholders-about-us {
    padding-top: 60px;
  }

  .regular-section-events-page {
    padding-top: 100px;
  }

  .header-events {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-title {
    font-size: 16px;
    font-weight: 600;
  }

  ._3-grid-small-abt-us {
    grid-template-columns: 1fr;
  }

  .volunteer-title {
    font-size: 90%;
  }

  .volunteers-grid, .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .about-intro-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._2-to-3-grid-large {
    grid-row-gap: 16px;
  }

  .entrepreneurs-header {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .header-inner-jobs {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-jobs.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-entrepreneurs {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-entrepreneurs.cc-header-extra {
    padding-bottom: 180px;
  }

  ._1-grid-large {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .text-large-3 {
    font-size: 120%;
  }

  .center-mobile-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .margin-medium-3 {
    margin-bottom: 1.25em;
  }

  .header-inner-space {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-space.cc-header-extra {
    padding-bottom: 180px;
  }

  ._2-grid-medium {
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  ._2-to-3-grid-large-concept {
    grid-row-gap: 16px;
  }

  .image-5 {
    width: 100%;
    height: auto;
  }

  .header-inner-blog {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-blog.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-team-member {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-team-member.cc-header-extra {
    padding-bottom: 180px;
  }

  .team-member-section {
    padding-top: 100px;
  }

  ._3-grid-key-drivers {
    grid-template-columns: 1fr;
  }

  .entrepreneurship---key-drivers-secition {
    padding-top: 60px;
  }

  .footer-container.cc-cta, .footer-container.cc-footer, .container-advisory.cc-cta, .container-advisory.cc-footer {
    flex-wrap: wrap;
  }

  .advisory-header {
    font-size: 38px;
    line-height: 54px;
  }

  .advisory-header.cc-black {
    margin-bottom: 50px;
  }

  .container-entre.cc-cta, .container-entre.cc-footer {
    flex-wrap: wrap;
  }

  .header-inner-advisory {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-advisory.cc-header-extra {
    padding-bottom: 180px;
  }

  .h1-join-community {
    font-size: 38px;
    line-height: 54px;
  }

  .h1-join-community.cc-black {
    margin-bottom: 50px;
  }

  .tabs-menu-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-link {
    width: 100%;
    padding: 16px 24px;
  }

  .browser {
    min-height: 256px;
  }

  .container-copy.cc-cta, .container-copy.cc-footer, .container-for-header.cc-cta, .container-for-header.cc-footer {
    flex-wrap: wrap;
  }

  .header-inner-content-volunteer {
    width: 100%;
    margin-bottom: auto;
  }

  .header-inner-spaces {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-spaces.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content-spaces {
    width: 100%;
    margin-bottom: auto;
  }

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

  .margin-large-2 {
    margin-bottom: 2em;
  }

  .card-body-large-2 {
    padding: 2em 1.25em;
  }

  .text-extra-large {
    font-size: 120%;
  }

  .header-inner-content-spacrs {
    width: 100%;
    margin-bottom: auto;
  }

  .header-inner-corporates {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-corporates.cc-header-extra {
    padding-bottom: 180px;
  }

  ._3-grid-large-3 {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .footer-column-right {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column-right.cc-footer {
    width: 100%;
  }

  .header-inner-content-corporates, .header-inner-content-about, .header-inner-content-advisory, .header-inner-content-careers {
    width: 100%;
    margin-bottom: auto;
  }

  .tab-link-2, .tab-link-3, .tab-link-4 {
    width: 100%;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-bottom: 20px;
  }

  .navigation-container {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 20px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 29px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 12px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.cc-center {
    text-align: center;
    font-size: 16px;
  }

  .h2.cc-center-mission {
    font-size: 16px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner-content {
    background-color: var(--bg-grey);
    margin-bottom: 20px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner {
    width: 100%;
  }

  .about-intro {
    padding-top: 0;
  }

  .team {
    padding-top: 40px;
  }

  .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-curved-edge {
    margin-top: 15px;
  }

  .heading-02-section {
    letter-spacing: 0;
    font-size: 2.25em;
  }

  .buttons-horizontal {
    grid-row-gap: 8px;
    grid-auto-flow: row;
    width: 100%;
  }

  .text-gray.opacity-medium.zero-margin-bottom {
    text-align: center;
    max-width: 100%;
  }

  .card-body {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .button-2.submit {
    min-height: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .margin-medium-2 {
    margin-bottom: .5em;
    font-size: 32px;
  }

  .margin-medium-2.center-content {
    margin-bottom: 1em;
  }

  .text-large-2 {
    font-size: 40%;
  }

  .card-body-large {
    flex: 0 auto;
    width: 100%;
  }

  .heading-03-2 {
    text-align: center;
    max-width: 200px;
    font-size: 28px;
  }

  .card-body-small {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .list-item-medium-2 {
    flex-direction: column;
  }

  .paragraph-black, .heading-4, .div-block-2, .div-block-3 {
    text-align: center;
  }

  .div-block-4 {
    align-items: center;
  }

  .ticker-section {
    justify-content: flex-start;
    max-width: 320px;
    height: auto;
  }

  .ticker-stretch {
    height: auto;
  }

  .heading-03-3 {
    font-size: 28px;
    line-height: 29px;
  }

  .list-small {
    justify-items: center;
  }

  .heading-02-section-2 {
    letter-spacing: 0;
    font-size: 2.25em;
  }

  .text-field-2.text-field-large {
    min-height: 2.6em;
    font-size: 12px;
  }

  .button-inside {
    display: inline-block;
  }

  .card-body-small-2 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .blog-heading-medium {
    max-height: none;
    font-size: 1.25em;
  }

  .regular-section-partners {
    padding-top: 40px;
  }

  .container-large-2 {
    margin-top: auto;
  }

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

  .text-span-9, .text-span-10 {
    font-size: 25px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .header-events {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .accordion-trigger {
    padding-right: 3px;
  }

  .expand-icon {
    display: none;
  }

  .accordion-text {
    font-size: 12px;
  }

  .accordion-title {
    width: 100%;
  }

  .volunteer-title {
    font-size: 40%;
  }

  .volunteers-grid, .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-box-text {
    margin-bottom: auto;
    padding-top: 8px;
  }

  .quote-box-image {
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
  }

  .quote-image-box {
    min-height: auto;
    padding: 0;
  }

  .quote-image-box.container-small {
    min-height: 213px;
  }

  .quote-box {
    box-shadow: none;
    background-color: #fff;
    background-image: linear-gradient(#707fa70f, #707fa70f);
    width: 100%;
    padding: 24px;
  }

  .quote-box.card {
    justify-content: center;
  }

  .entrepreneurs-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-inner-jobs {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-jobs.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner-entrepreneurs {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-entrepreneurs.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner-space {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-space.cc-header-extra {
    padding-bottom: 150px;
  }

  .checkbox-label.heading-03, .select-field.text-field-2, .text-block-3 {
    font-size: 12px;
  }

  .quote-image-box-mission {
    min-height: auto;
    padding: 0;
  }

  .header-inner-blog {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-blog.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-team-member {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-team-member.cc-header-extra {
    padding-bottom: 150px;
  }

  .member-image {
    height: 100%;
  }

  .member-name {
    font-size: 24px;
  }

  .member-job-title {
    font-size: 15px;
  }

  .team-member-bio {
    font-size: 13px;
  }

  .card-body---key-drivers {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .advisory-header {
    letter-spacing: 0;
    font-size: 29px;
    line-height: 36px;
  }

  .paragraph-entre {
    font-size: 12px;
  }

  .header-inner-advisory {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-advisory.cc-header-extra {
    padding-bottom: 150px;
  }

  .h1-join-community {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 36px;
  }

  .tab-link, .tab-link.w--current {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .browser {
    background-size: 50%;
  }

  .paragraph-for-header {
    font-size: 12px;
  }

  .container-volunteers {
    margin-top: auto;
  }

  .paragraph-copy {
    font-size: 12px;
  }

  .header-inner-spaces {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-spaces.cc-header-extra {
    padding-bottom: 150px;
  }

  .heading-01-hero {
    font-size: 40px;
  }

  .card-body-large-2 {
    flex: 0 auto;
    width: 100%;
  }

  .gallery-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .header-inner-corporates {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-corporates.cc-header-extra {
    padding-bottom: 150px;
  }

  .footer-column-right {
    flex-wrap: wrap;
  }

  .client-logo-centered-2 {
    width: 200px;
  }

  .paragraph-careers {
    font-size: 12px;
  }

  .rich-text-block {
    text-align: justify;
    font-size: 12px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 13px;
  }

  .container-2 {
    grid-column-gap: 14px;
    font-size: 10px;
  }

  .collection-item-4 {
    flex-direction: column;
    display: flex;
  }

  .tab-link-2, .tab-link-2.w--current, .tab-link-3, .tab-link-3.w--current, .tab-link-4, .tab-link-4.w--current {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

#w-node-c8344e1f-90d1-ce83-29ab-bffad4b6b9aa-6b680f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_014c4b77-1426-04e3-7193-bdfba201833e-6b680f1e {
  place-self: center;
}

#w-node-_014c4b77-1426-04e3-7193-bdfba201834a-6b680f1e, #w-node-_014c4b77-1426-04e3-7193-bdfba2018356-6b680f1e, #w-node-_2ae6d2d5-ed9e-3f0f-5c3a-f90992dc5e13-6b680f1e {
  align-self: center;
}

#w-node-dab7da2b-a60e-9be1-4b4a-5c983e13f4b4-6b680f1e, #w-node-c159d983-5ce1-9c95-de5c-3d6d29521102-6b680f1e, #w-node-e6987f19-314c-1cea-9e69-b1716cc0dc9a-5b680f22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e1ead57-3223-79af-44d8-edfd63b17346-5b680f22 {
  place-self: center;
}

#w-node-_9e1ead57-3223-79af-44d8-edfd63b17352-5b680f22, #w-node-_9e1ead57-3223-79af-44d8-edfd63b1735e-5b680f22 {
  align-self: center;
}

#w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b3-f4680f2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b4-f4680f2f {
  grid-area: 1 / 6 / 3 / 8;
}

#w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b5-f4680f2f {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_40e78991-a131-be08-1de4-178975ef08fd-f397197a {
  place-self: center;
}

#w-node-_40e78991-a131-be08-1de4-178975ef090a-f397197a, #w-node-_40e78991-a131-be08-1de4-178975ef0917-f397197a {
  align-self: center;
}

#w-node-_016e2618-0893-c9ed-7084-fde3efed9c98-81bc114d, #w-node-_74e6c410-df9e-b92e-22ff-27d3af80a6eb-81bc114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a3af43-99bd-7a1e-43f7-49fecc8e283e-81bc114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#Gender.w-node-de9f05a7-fbf4-c69e-54cd-02a7f11d977e-81bc114d, #Career-background.w-node-_1ee653ac-b816-6ac2-ee37-2649682376b0-81bc114d, #Circular-Economy-Principles.w-node-_4f972b25-3dc3-9035-069b-2afedd5e42d2-81bc114d, #If-Yes-what-is-your-experience-in-the-circular-economy.w-node-_4b90a590-724c-581c-f31a-ab44fd7a31ed-81bc114d, #If-No-would-you-like-to-learn-how-to-infuse-Circular-Economy-principles-into-your-work.w-node-_37241097-d790-a61f-7345-ebd4ab5cf6cd-81bc114d, #Write-a-short-bio-about-yourself-that-we-can-use-on-our-website-in-the-third-person-e\.g\.-Arthur-is-a-financial.w-node-_7ed117b4-04d6-bfba-d655-f68f719e8561-81bc114d, #Circular-Economy-Principles-2.w-node-fd4739e2-9346-1425-4982-1cd4d215f890-81bc114d, #w-node-_45d21030-150f-68c6-7a32-9ed9db145159-81bc114d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7c35b1-4ca7-2ccf-437e-3b4828116602-907072d8 {
  align-self: start;
}

#w-node-ed7c35b1-4ca7-2ccf-437e-3b4828116603-907072d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ed7c35b1-4ca7-2ccf-437e-3b482811660f-907072d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed7c35b1-4ca7-2ccf-437e-3b4828116615-907072d8, #w-node-ed7c35b1-4ca7-2ccf-437e-3b482811661a-907072d8, #w-node-ed7c35b1-4ca7-2ccf-437e-3b482811661b-907072d8, #w-node-_1334c44f-fc1e-8cdf-cbc3-0f54f29419ab-907072d8, #w-node-_1334c44f-fc1e-8cdf-cbc3-0f54f29419ac-907072d8, #w-node-fbcf727e-509d-f9b6-5ca4-6400f937f84b-907072d8 {
  align-self: start;
}

#w-node-c993d371-2114-3ea8-19da-48e141057cbe-b033cb18, #Space-booking.w-node-_9c4f150b-149c-96aa-4582-a572ccbaa180-b033cb18, #w-node-_71f1ca82-7215-6ec7-24a7-3545a3986b20-b033cb18, #w-node-_9311dde2-6440-6a93-c1ca-1fb0e4aea2f6-7a6e8fa4, #w-node-_21e01d93-48a7-90f4-f125-0db2972660b5-7a6e8fa4, #w-node-c993d371-2114-3ea8-19da-48e141057cbe-e5adf984, #w-node-_4418e9f9-eb11-c381-5b17-621f4502a337-e5adf984, #field.w-node-_670d0166-dda2-cfe5-49e3-e6d6e96e331b-e5adf984, #w-node-_2cd14eb5-ab16-19bf-8267-5a03ad7519d9-e5adf984, #w-node-_71f1ca82-7215-6ec7-24a7-3545a3986b20-cc855567 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7c35b1-4ca7-2ccf-437e-3b4828116602-0e86682c {
  align-self: start;
}

#w-node-_238789ac-0486-8c75-d241-54774deef00a-0e86682c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c9001a6-9321-cb53-acfa-2d77ba4365fe-0e86682c {
  align-self: start;
}

#w-node-_15d59a48-1548-80c5-76fb-d300a31a20a9-0e86682c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f84651e6-0800-b1f6-b204-0f6596b24386-0e86682c {
  align-self: start;
}

#w-node-f84651e6-0800-b1f6-b204-0f6596b24387-0e86682c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dab7da2b-a60e-9be1-4b4a-5c983e13f4a5-6b680f1e, #w-node-c159d983-5ce1-9c95-de5c-3d6d295210f3-6b680f1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b3-f4680f2f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b4-f4680f2f, #w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b5-f4680f2f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ee5cfb87-2cbf-943d-4af5-a5ff3c2bd17a-81bc114d, #w-node-ee5cfb87-2cbf-943d-4af5-a5ff3c2bd193-81bc114d, #w-node-f63bd4ef-14df-54be-5d4c-b0dc729d88c4-b033cb18, #w-node-f63bd4ef-14df-54be-5d4c-b0dc729d88c4-7a6e8fa4, #w-node-_2f5f59d3-bbb6-51e2-3622-0eea50274242-7a6e8fa4, #w-node-f63bd4ef-14df-54be-5d4c-b0dc729d88c4-e5adf984, #w-node-f63bd4ef-14df-54be-5d4c-b0dc729d88c4-cc855567 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b3-f4680f2f {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2d91dd8-8a8f-ceac-bf9a-77e33fc77729-5b680f22 {
    place-self: auto center;
  }

  #w-node-a2d91dd8-8a8f-ceac-bf9a-77e33fc7772c-5b680f22 {
    justify-self: center;
  }

  #w-node-a2d91dd8-8a8f-ceac-bf9a-77e33fc77731-5b680f22 {
    place-self: auto center;
  }

  #w-node-a2d91dd8-8a8f-ceac-bf9a-77e33fc77734-5b680f22 {
    justify-self: center;
  }

  #w-node-e6987f19-314c-1cea-9e69-b1716cc0dc9a-5b680f22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b1-f4680f2f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_60b64af9-32fb-a6b7-5b0b-b65a83e828b3-f4680f2f {
    grid-column: span 2 / span 2;
  }
}


