body {
  color: #504e4e;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 100%;
  line-height: 1.6;
}

h1 {
  color: #111;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: #111;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: #111;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: #111;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: #111;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

li {
  margin-bottom: 0;
}

.section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.container {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.grid.col-lg-3.cc-gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.job {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.job.cc-last {
  margin-bottom: 0;
}

.divider_ball {
  background-color: #504e4e;
  border-radius: 4px;
  width: 4px;
  height: 4px;
}

.job_header {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  align-items: flex-start;
  margin-bottom: .8em;
  display: flex;
}

.subheading {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #504e4e;
  flex-wrap: wrap;
  align-items: center;
  margin-top: .4em;
  font-size: 1.6em;
  line-height: 1.2;
  display: flex;
}

.job_title {
  letter-spacing: -.04em;
  margin-top: .04em;
  margin-bottom: .1em;
  font-size: 1.6em;
}

.job_description-list {
  padding-left: 2.6em;
}

.job_description-list_item {
  margin-bottom: .8em;
  padding-left: 3em;
  list-style-type: disc;
}

.job_description-list_item.cc-last {
  margin-bottom: 0;
}

.label {
  color: #504e4e;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
}

.job_image {
  background-color: #fff;
  border: 1px solid #0000003b;
  border-radius: .6em;
  width: 3.8em;
  height: 3.8em;
}

.job_image.inverxs {
  filter: invert();
  background-color: #fff;
}

.h6 {
  color: #111;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

.u-mb-4 {
  margin-bottom: 4em;
}

.job_date {
  color: #111;
  font-size: 1.2em;
  font-weight: 400;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.sidebar_grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clone {
  color: #111;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 60px;
  padding: .6em 1.5em .5em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.cover {
  z-index: -1;
  opacity: 0;
  background-color: #111;
  position: absolute;
  inset: -.4em;
}

.lottie-animation {
  width: 30px;
  height: 26px;
  transform: scale(3);
}

.toggle {
  color: #111;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 60px;
  margin-right: .8em;
  padding: .6em .5em .5em;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.div-block {
  position: absolute;
  inset: -2.8em 0% auto auto;
}

.hidden {
  display: none;
}

.logos_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.logos_logo {
  filter: grayscale();
  width: auto;
  height: 1.75rem;
}

.logos_logo.link {
  filter: none;
}

.text-block {
  font-size: 1em;
}

.list-item {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nova-box-noise {
  z-index: 3;
  opacity: .48;
  pointer-events: none;
  background-color: #8d8d8d1f;
  background-image: url('../images/noise.png');
  background-repeat: repeat;
  background-size: 150px;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nova-shape-5 {
  background-color: #b61902;
  border-radius: 999rem;
  width: 50%;
  height: 80%;
  position: absolute;
  right: -2%;
}

.nova-wrapper {
  z-index: 2;
  width: 112%;
  height: 99%;
  margin-top: -6%;
  margin-left: -6%;
  position: absolute;
}

.nova-shape-2 {
  background-color: #fba026;
  border-radius: 999rem;
  width: 90%;
  height: 100%;
  position: absolute;
  inset: -29% -27% auto auto;
}

.nova-shape-1 {
  background-color: #fffce4;
  border-radius: 40%;
  width: 50%;
  height: 50%;
  position: absolute;
}

.nova-box {
  -webkit-backdrop-filter: blur(1.1em);
  backdrop-filter: blur(1.1em);
  pointer-events: auto;
  border: 1px solid #515151;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.nova-blending-shapes {
  z-index: 1;
  filter: blur(.8em);
  mix-blend-mode: overlay;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.nova-eyes-wrapper {
  z-index: 2;
  mix-blend-mode: normal;
  background-image: url('../images/GC-3-.5x0.5x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}

.nova-eyes-wrapper.job_image {
  background-size: cover;
}

.nova-eyes-wrapper.job_image.fullxs {
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 100%;
  height: 100%;
  top: 0%;
}

.nova-box-top {
  flex: 1;
  position: relative;
}

.nova-shape-4 {
  background-color: #fcd019;
  border-radius: 999rem;
  width: 50%;
  height: 70%;
  position: absolute;
  top: -8%;
}

.main-accent-shape {
  background-color: #f6c779;
  border-radius: 999rem;
  width: 40%;
  height: 60%;
  position: absolute;
}

.nova-main-shapes {
  filter: blur(2.2em);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: clip;
}

.nova-box-bottom {
  border-top: 1px solid #515151;
  justify-content: space-between;
  align-items: center;
  height: clamp(4rem, 8%, 999rem);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9rem;
  display: flex;
}

.nova-component {
  box-shadow: none;
  filter: blur(2.2em);
  pointer-events: none;
  background-color: #b61902;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: filter .2s;
  position: absolute;
  overflow: clip;
}

.nova-shape-6 {
  background-color: #fb4e26;
  border-radius: 999rem;
  width: 50%;
  height: 60%;
  position: absolute;
  top: -10%;
  left: -6%;
}

.nova-shape-3 {
  background-color: #b61902;
  border-radius: 999rem;
  width: 50%;
  height: 40%;
  position: absolute;
  inset: auto auto 1% 0%;
}

@media screen and (max-width: 991px) {
  .nova-blending-shapes {
    margin-left: -4em;
  }

  .main-accent-shape {
    top: 22em;
  }

  .nova-shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.2em;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .job_description-list {
    padding-left: 2.3em;
  }

  .job_description-list_item {
    padding-left: 2.5em;
  }

  .job_image {
    width: 3em;
    height: 3em;
  }

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

  .clone {
    background-color: #fff;
    border-style: solid none none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .toggle {
    z-index: 200;
    background-color: #fff;
    border-style: solid solid none none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .div-block {
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .logos_component {
    z-index: -1;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1rem;
    position: relative;
  }

  .logos_logo {
    height: 1.75rem;
  }

  .logos_logo:hover {
    transform: none;
  }

  .nova-shape-3 {
    width: 30em;
    height: 100em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
    overflow: hidden;
  }

  .container {
    width: 86%;
  }

  .grid.col-lg-3.cc-gap-60 {
    margin-bottom: 100px;
  }

  .job {
    margin-bottom: 3em;
  }

  .job_header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .subheading {
    font-size: 1em;
  }

  .job_title {
    font-size: 1.4em;
  }

  .job_description-list {
    padding-left: 1em;
  }

  .job_description-list_item {
    padding-left: .8em;
  }

  .label {
    margin-bottom: 1.6em;
  }

  .job_image {
    border-radius: 1em;
    width: 3em;
    height: 3em;
  }

  .u-mb-4.u-sm-2 {
    margin-bottom: 2em;
  }

  .job_date {
    font-size: 1em;
  }

  .clone {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .toggle {
    border-right-style: none;
    border-right-width: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .div-block {
    flex-direction: column;
  }

  .logos_logo {
    height: 1.625rem;
  }

  .main-accent-shape {
    top: 30.7em;
  }
}

#w-node-_57c6be50-e8ff-e17f-9933-07bf3a5b82c1-de7162d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37e91163-173f-5377-7617-f66659a16c39-de7162d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_57c6be50-e8ff-e17f-9933-07bf3a5b82c1-de7162d6, #w-node-_37e91163-173f-5377-7617-f66659a16c39-de7162d6 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6809aca1-f632-8946-61a2-c6167aa3c80c-de7162d6, #w-node-_2baca189-5546-28ef-357d-7e956180283d-de7162d6, #w-node-b9303231-d37c-3639-29d0-7b2cbf9538e2-de7162d6, #w-node-_9eeda8c0-4f04-a323-bc26-c1b7b74a6d95-de7162d6, #w-node-_0eedb98f-0723-26b6-bdf1-c446fd9cf4b7-de7162d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


