:root {
  --dark-slate-grey: #022;
  --light-sea-green: #00a19d;
  --black: #001313;
}

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

body {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: #022c;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  z-index: 1000;
  height: 80px;
  padding-left: 60px;
  padding-right: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  background-color: #fff;
  padding: 100px 60px;
}

.section.team {
  background-color: #f3f7fa;
  background-image: linear-gradient(#f3f7fa, #f3f7fa00 50%, #f3f7fa), url('../images/ph-carbon-team-bg_1ph-carbon-team-bg.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
}

.section.contact {
  background-color: var(--dark-slate-grey);
  background-image: radial-gradient(circle, #001313, #000e0e00), linear-gradient(#002222e6, #002222e6), url('../images/ph-carbon-texture.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 30px;
}

.section.hero {
  background-color: #000e0e;
  background-image: linear-gradient(#000e0e59, #000e0e59), url('../images/ph-carbon-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  justify-content: center;
  align-items: flex-start;
  min-height: 900px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section.grey {
  background-color: #f6f9fe;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.hero {
  text-align: center;
  position: relative;
}

.gridsection {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gridsection.grey {
  background-color: #f6f9fe;
}

.gridsection.dark {
  background-color: #001313;
}

.gridimagewrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gridimagewrapper.right {
  margin-left: 0;
  margin-right: auto;
}

.gridtextwrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  padding: 100px 60px;
  display: flex;
}

.gridtextwrapper.left {
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.sectionsubtitle {
  color: var(--light-sea-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.sectionheading.reverse {
  color: #fff;
}

.bodytext.reverse {
  color: #fffc;
}

.sectiontitle {
  background-color: #f3f7fa;
  margin-bottom: 25px;
  padding: 8px 14px;
  font-weight: 500;
}

.sectiontitle.dark {
  background-color: #e8eff5;
}

.sectiontitle.reverse {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

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

.contentwrapper._900 {
  width: 100%;
  max-width: 900px;
}

.teamcell {
  grid-column-gap: 0px;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 5px 20px #0022220d;
}

.teamimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.teamtextwrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px 50px;
  display: flex;
}

.teampositrion {
  color: var(--light-sea-green);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.teamheading {
  margin-bottom: 5px;
}

.footer {
  background-color: var(--black);
  height: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.footercontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright {
  color: #fff9;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.footerlinkwrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.privacylink {
  color: #ebebeb;
  letter-spacing: .5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.privacylink:hover {
  color: var(--light-sea-green);
}

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

.form-block {
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.formfield {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border: 1px #000;
  border-radius: 3px;
  height: 55px;
  margin-bottom: 20px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.formfield::placeholder {
  color: #a0c9c840;
  font-weight: 300;
}

.formgrid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  width: 100%;
}

.fieldlabel {
  color: #ffffff80;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.areafield {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border: 1px #000;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 120px;
  max-height: 250px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 24px;
}

.areafield::placeholder {
  color: #a0c9c840;
  font-weight: 300;
}

.submitbutton {
  border: 1px solid var(--light-sea-green);
  color: #fff;
  letter-spacing: 1px;
  background-color: #00a19d00;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-weight: 600;
}

.checkbox-field {
  grid-column-gap: 15px;
  color: #fffc;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

.checkbox {
  background-color: #001818;
  border-style: none;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.text-span {
  color: #fff;
  font-weight: 600;
}

.herooheading {
  color: #fff;
}

.herosubtitle {
  color: #00e4de;
  max-width: 650px;
  font-size: 20px;
  line-height: 33px;
}

.herologo {
  width: 150px;
  margin-bottom: 10px;
}

.navcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  height: 50px;
}

.navlinkwrapper {
  grid-column-gap: 10px;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.link-block-2 {
  color: #fffc;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-bottom: 2px solid #00a19d00;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
}

.link-block-2.w--current {
  border-bottom-color: #00a19d;
}

.scrollmarker {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100px 0% auto;
}

.pagetop {
  width: 100%;
  height: 0;
}

.hb {
  z-index: 20;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: relative;
}

.hbline {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.hbline.top, .hbline.mid, .hbline.bot {
  z-index: 5;
  position: relative;
}

.hbnav {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  width: 300px;
  padding-top: 80px;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.hboverlay {
  background-color: #001111d9;
  display: none;
  position: fixed;
  inset: 0%;
}

.hbnavlink {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #001b1b;
  border-left: 2px solid #00a19d00;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.hbnavlink:hover {
  color: #fff;
}

.hbnavlink.w--current {
  color: #fff;
  border-left-color: #00a19d;
}

.hbnavlink.top {
  border-top: 1px solid #001b1b;
}

.featuregrid {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
}

.featurecell {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featureicon {
  border: 2px solid #fff;
  border-radius: 100px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 3px 15px #0013131a;
}

.featuretext {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.uparrow {
  cursor: pointer;
  background-color: #00a19d;
  background-image: url('../images/ph-up-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 40px auto;
}

.uparrow:hover {
  background-color: #009490;
}

.popup {
  z-index: 2000;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popupoverlay {
  background-color: #001111d9;
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 30px #00111180;
}

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

.success-message {
  color: #fff;
  background-color: #022;
}

.teamimagewrapper {
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.gridimage {
  object-fit: cover;
  width: 100%;
  height: 140%;
  position: absolute;
}

.downarrow {
  z-index: 20;
  cursor: pointer;
  background-color: #00131300;
  background-image: url('../images/ph-down-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 20px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-bottom: 60px;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0%;
}

.downarrow:hover {
  background-color: #0013133d;
  margin-bottom: 62px;
}

.featureimage {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section, .gridtextwrapper {
    padding: 90px 40px;
  }

  .gridtextwrapper.left, .teamtextwrapper, .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .formgrid {
    grid-column-gap: 30px;
  }

  .navlinkwrapper {
    grid-column-gap: 0px;
  }

  .popup {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-right: 0;
  }

  .section {
    padding: 80px 30px;
  }

  .section.hero {
    padding-top: 150px;
  }

  .gridsection {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .gridtextwrapper {
    padding: 60px 30px 80px;
  }

  .gridtextwrapper.left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .teamcell {
    flex-direction: column;
  }

  .teamimage {
    width: 100%;
    height: 300px;
  }

  .teamtextwrapper {
    padding: 40px 30px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .link-block-2 {
    display: none;
  }

  .hb {
    display: flex;
  }

  .featuregrid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .popup {
    padding-left: 30px;
    padding-right: 30px;
  }

  .teamimagewrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 70px 20px;
  }

  .section.hero {
    padding-top: 110px;
  }

  .gridtextwrapper {
    padding: 50px 20px 70px;
  }

  .gridtextwrapper.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teamtextwrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    height: auto;
    padding: 30px 20px;
  }

  .footercontainer {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footerlinkwrapper {
    order: -1;
  }

  .herooheading {
    font-size: 46px;
  }

  .herosubtitle {
    font-size: 18px;
    line-height: 29px;
  }

  .featuregrid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teamimagewrapper {
    width: 100%;
  }
}

#w-node-_39bfbac7-b9e2-b548-f740-30f4246412dc-344a2327, #w-node-b06cf60d-af69-0c12-ebb0-a34ca8119cb9-344a2327, #w-node-dca5ea88-832f-7860-91d6-5dbc11ada780-344a2327, #w-node-_07a29138-4eae-1d7e-3d21-281bf2ba81a2-344a2327, #w-node-d9b68303-16b0-6161-648c-ee0d0f3b69ee-344a2327, #w-node-_29d61824-474a-7cbf-7f60-bb85a79b6eb3-344a2327, #w-node-_495361d0-6fc3-deaa-836c-68d234971709-344a2327, #w-node-_69cc5a46-916a-8fe1-d44a-f5ebe44d7a9b-344a2327, #w-node-_901e2c74-ad64-d202-456e-51dc7749f83b-344a2327, #w-node-_5e7e6e5a-90b0-ec95-f072-5369982b633e-344a2327, #w-node-_3c07e795-98ed-554a-3cf9-7e54b055c582-344a2327, #w-node-_1377ea8a-d594-1bc2-50d2-00583add0e77-344a2327, #w-node-_31d4f7e3-12c0-d2ce-0a22-4ec2af56528b-344a2327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d870d03f-f9c3-2e5e-d99b-f95cc3fe841c-344a2327 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d870d03f-f9c3-2e5e-d99b-f95cc3fe841c-344a2327 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


