h1 {
  color: #1b1b1b;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.main-wrapper {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  max-width: 80rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  min-width: 1%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-top-medium {
  padding-top: 5rem;
}

.body {
  font-family: Instrument Sans, sans-serif;
}

.text-block {
  opacity: .74;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.wrap {
  background-color: #e4e4e48c;
  border-radius: 11px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  display: flex;
}

.wrap.link {
  color: #3d3d3d;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.wrap.link:hover {
  color: #000;
  background-color: #dbdbdb;
}

.image-style {
  aspect-ratio: 1;
  border-radius: 15px;
  width: 5.4rem;
  max-width: 5.4rem;
  box-shadow: 0 2px 64px #0000001a, 0 2px 45px #0000000d, 0 15px 20px 3px #0000001a;
}

.image-style.smol {
  box-shadow: none;
  border: 1px solid #00000014;
  border-radius: 6px;
  max-width: 2.9rem;
}

.image-2 {
  width: 4rem;
}

.divider {
  opacity: .17;
  background-image: linear-gradient(90deg, #000, #fff);
  height: 1px;
  margin-top: 4rem;
}

.divider.bottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.divider.job {
  margin-top: 0;
}

.job-description {
  color: #45464a;
  text-wrap: balance;
  min-width: 100%;
}

.job-description p {
  color: #242527;
  letter-spacing: -.2px;
  text-wrap: pretty;
  font-size: 18px;
  line-height: 25px;
}

.job-description h1 {
  font-size: 1.4rem;
}

.job-description li {
  letter-spacing: -.1px;
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
}

.job-description h2 {
  color: #2f3033;
  margin-top: 2.4rem;
  margin-bottom: .5rem;
  font-size: 28px;
}

.job-description ul {
  margin-bottom: 2rem;
}

.job-description.drawer {
  flex: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 8rem 3rem 9rem 2rem;
  position: relative;
  overflow: auto;
}

.button {
  background-image: linear-gradient(45deg, #000, #525252);
  border: 1px solid #ffffffa3;
  border-radius: 11px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 0 0 2px #00000030, inset 1px 3px 11px #fff3, 0 6px 13px #0003, 0 4px 20px #0003;
}

.button:hover {
  box-shadow: 0 0 0 5px #0003, inset 1px 11px 20px #fff3, 0 6px 13px #0003, 0 4px 20px #0003;
}

.button.large {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.button.large.secondary {
  color: #0c0c0c99;
  background-image: linear-gradient(325deg, #eee 23%, #cecece);
  margin-left: 0;
  margin-right: 0;
  box-shadow: inset 1px 3px 11px #fff3;
}

.button.large.secondary:hover {
  color: #0c0c0ce6;
  border-color: #9c9c9ce0;
}

.button.smol {
  border-radius: 10px;
  padding: 9px 15px;
  font-size: 16px;
}

.button.disabled {
  pointer-events: none;
  color: #a7a7a7;
  background-color: #3898ec00;
  background-image: linear-gradient(45deg, #d8d8d8, #d4d4d4);
  box-shadow: 0 0 0 2px #00000017, inset 1px 3px 11px #fff3;
}

.code-embed {
  z-index: 98;
  aspect-ratio: 1;
  filter: blur(55px);
  pointer-events: none;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 30vw;
  min-width: 50vw;
  height: 100vh;
  min-height: 80vh;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.blur-wrap {
  z-index: 98;
  pointer-events: none;
  position: fixed;
  inset: auto 0% 0%;
}

.blur-wrap._2 {
  height: 22rem;
  max-height: 30vh;
  margin-bottom: -5rem;
  position: static;
}

.powered-by-cila-wrap {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  height: 5.1rem;
  padding: 1rem 1rem .7rem;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto auto 0 0;
}

.powered-by-cila-wrap:hover {
  filter: saturate(177%);
  height: 5.3rem;
}

.powered-by-cila-wrap:focus {
  transform: translate(0, -12px)scale(1.1);
}

.powered-by-cila-wrap.alt {
  z-index: 150;
  height: 6rem;
  display: none;
  inset: auto 0% 0%;
}

.lottie-animation {
  height: 100%;
}

.form-modal {
  z-index: 105;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffffffc;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.padding-medium {
  flex-flow: column;
  padding-top: 9rem;
  padding-bottom: 5rem;
  display: flex;
}

.form-top-controls {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.form-top-controls._2 {
  inset: 0% auto auto 0%;
}

.close-applicaiton-button {
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 323px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.close-applicaiton-button.review {
  padding-left: 16px;
  padding-right: 16px;
}

.close-applicaiton-button.review:hover {
  color: #f0f0f0;
  background-color: #222;
}

.close-applicaiton-button.absolute {
  border-radius: 7px;
  padding: 5px 15px;
  position: absolute;
  inset: -2.2rem 0% auto auto;
}

.close-applicaiton-button.absolute:hover {
  color: #fff;
}

.image-3 {
  opacity: .38;
  width: 2rem;
}

.div-block-8 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.form-content-wrap {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.form-content-wrap._1 {
  max-width: 90%;
  display: none;
}

.form-content-wrap._2 {
  display: none;
}

.form-content-wrap._3 {
  display: flex;
}

.form-content-wrap._4 {
  position: static;
}

.form-content-wrap.cover-letter {
  margin-bottom: max(10vh, 0%);
  display: none;
}

.text-style-v1 {
  opacity: 1;
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-style-v1.opacty-40 {
  opacity: .4;
}

.field {
  color: #161616;
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  padding: 26px 15px;
  font-size: 16px;
  font-weight: 500;
}

.field:hover {
  outline-offset: 0px;
  border-color: #fff;
  outline: 1px solid #d3d3d3;
}

.field:focus {
  z-index: 2;
  outline-offset: 0px;
  background-color: #e2e2e2;
  outline: 2px solid #8d909b8a;
  position: relative;
}

.field::placeholder {
  background-color: #e9e9e900;
}

.field.large {
  min-width: 100%;
  max-width: 100%;
  min-height: 10rem;
  max-height: 20rem;
  padding-top: 12px;
}

.field.large.cover {
  min-height: 17rem;
  max-height: 25rem;
}

.field.dropdown {
  color: #4b4b4bc4;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.field.yes-no {
  justify-content: center;
  align-items: center;
  width: 49%;
  min-height: 60px;
  max-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.field.date {
  text-align: center;
  width: 32%;
  overflow: auto;
}

.field.field-error-state {
  color: #ff2e2e;
  background-color: #ffdcdc;
  border-color: #ff2929;
}

.field.field-error-state::placeholder {
  color: #ff0808;
}

.field.hp {
  display: none;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-block {
  width: 100%;
}

.h1-style-v1 {
  margin-top: .25rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.uploads-wrap {
  flex-flow: column;
  display: flex;
}

.uploads-wrap.alt {
  margin-top: 3rem;
}

.div-block-11 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.address-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.container-medium {
  width: 100%;
  min-width: min(55rem, 80vw);
  max-width: 90%;
}

.image-4 {
  border-radius: 323px;
  width: 10rem;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
}

.h2-style-v1 {
  opacity: .72;
  color: #4e4e4e;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 21px;
}

.spacer-2rem {
  padding-top: 2rem;
}

.button-wrap {
  background-image: linear-gradient(135deg, #000, #3b3b3b);
  border-radius: 9px;
  padding: 14px 45px;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 2px 3px 4px #ffffff82, 0 2px 15px 4px #0003, inset 0 2px 11px 6px #fff3;
}

.button-wrap.secondary {
  box-shadow: none;
  color: #636363;
  background-color: #b3b3b36e;
  background-image: none;
  font-weight: 600;
}

.form-controller-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: min(55rem, 80vw);
  max-width: min(55rem, 80vw);
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-controller-wrap2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.photo-upload {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1231px;
  height: 7rem;
  min-height: 7rem;
  max-height: 7rem;
  margin-top: 1rem;
}

.div-block-15 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.photo-upload-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #00000012;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 26%;
  max-width: 22%;
  height: 15rem;
  padding: 32px 4px;
  line-height: 23px;
  display: flex;
}

.photo-upload-container:hover {
  background-color: #f7f7f7;
  border-color: #00000054;
}

.photo-upload-container.field-error-state {
  background-color: #fff9f9;
  border-style: dashed;
  border-color: #ff0000d1;
}

.mini-header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.resume-upload {
  text-align: center;
  cursor: pointer;
  background-color: #e9e9e952;
  border: 1px dashed #0000003d;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 72%;
  max-width: 100%;
  height: 15rem;
  min-height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.resume-upload:hover {
  background-color: #e4e4e4ba;
  border-color: #000000e6;
}

.resume-upload.field-error-state {
  background-color: #fff0f0;
  border-color: red;
}

.resume-upload.uploaded {
  background-color: #b6b6b652;
  border-color: #0000;
}

.div-block-19 {
  pointer-events: none;
}

.div-block-20 {
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 17px;
}

.field-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.field-label.small {
  margin-top: -5px;
  font-size: 1rem;
  font-weight: 500;
}

.additional-question-wrap {
  margin-bottom: 2rem;
}

.additional-question-form {
  margin-top: 3rem;
}

.select-field {
  min-height: 60px;
}

.div-block-21, .div-block-22 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.steps-application-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.job-description-drawer {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-25 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #3333338a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.image-5 {
  filter: contrast(105%);
  mix-blend-mode: normal;
  height: 6rem;
  margin-top: -1rem;
  margin-bottom: .4rem;
}

.full-application-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: auto;
}

.heading-style-v2 {
  opacity: .49;
  font-size: 20px;
  line-height: 22px;
}

.spacer-1rem {
  padding-top: 1rem;
}

.field-label--style1 {
  font-size: 16px;
}

.h1-style-v2 {
  margin-top: 0;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

.jobs-wrap {
  padding-top: 2rem;
}

.job-wrap {
  background-image: linear-gradient(90deg, #fff, #fff);
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
}

.job-wrap:hover {
  background-image: linear-gradient(90deg, #f3f3f3, #f3f3f300);
}

.company-page-job-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.div-block-27 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
  display: flex;
}

.job-inner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0e0e0e;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.job-inner-wrapper:hover {
  padding-left: 1rem;
}

.review-application-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.application-overvliew {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ececec;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 30rem;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.application-overvliew.addon {
  flex-flow: column;
  min-width: 30rem;
  display: flex;
}

.review-question-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #868686;
  flex-flow: column;
  font-size: 18px;
  display: flex;
}

.review-answer-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #464646;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.final-submit-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.review-addon-answer {
  color: #2e2e2e;
  max-width: 100%;
}

.review-addon-question {
  color: #868686;
}

.text-style-v2 {
  opacity: .33;
  font-size: 18px;
  font-weight: 600;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  min-height: 0%;
  max-height: 80%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.gradient-drawer {
  z-index: 233;
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-drawer.opposite {
  pointer-events: none;
  background-image: linear-gradient(#fff 34%, #fff0);
  inset: 0% 0% auto;
}

.div-block-33 {
  display: flex;
}

.form-controller-parent {
  z-index: 555;
  width: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.application-submited {
  z-index: 120;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: none;
  text-align: center;
  background-color: #ffffffed;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  filter: grayscale() saturate(0%);
  mix-blend-mode: luminosity;
  height: 4rem;
  margin-bottom: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-wrap-1 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-5rem {
  padding-top: 10rem;
}

.nav-folower {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffeb;
  border-bottom: 1px solid #0000000d;
  padding: 1rem 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-follower-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-style-v3 {
  color: #363636;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.h2-style-v3.opacity-50 {
  opacity: .46;
}

.h2-style-v3.link:hover {
  color: #0059ff;
  background-color: #fff;
}

.wrapper-v2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.div-block-39 {
  z-index: 2147483647;
  pointer-events: none;
  mix-blend-mode: darken;
  background-image: url('../images/lightStatic-11063d057f70a7a0a002773b5ab46f26-6.webp');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.steps-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  text-wrap: balance;
  width: 60%;
  font-size: 2.6rem;
  line-height: 3rem;
}

.lottie-animation-3 {
  height: 4rem;
}

.cila-client-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

.company-empty-job {
  background-color: #f1f1f1;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2.4rem;
  padding-bottom: 3.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  display: none;
}

.rive {
  mix-blend-mode: darken;
  width: 19.9rem;
}

.div-block-40 {
  mix-blend-mode: luminosity;
  background-color: #f1f1f1;
}

.full-form {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.cover-letter-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.application-header-wrap {
  margin-bottom: 3rem;
}

.text-block-4 {
  opacity: .46;
  margin-bottom: .2rem;
  font-size: 16px;
  font-weight: 500;
}

.field-label-main {
  opacity: NaN;
  color: #3339;
  font-weight: 600;
}

.field-wrapper {
  flex: 1;
  min-width: 49%;
}

.form-container {
  width: 100%;
  min-width: 20rem;
  max-width: 60rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-wrapper {
  width: 100%;
  min-width: 20rem;
  max-width: 60rem;
  padding-left: 5.5rem;
  padding-right: 5rem;
}

.rive-2 {
  width: 25rem;
  height: 20rem;
}

.div-block-41 {
  height: 15rem;
}

.rive-loader {
  z-index: 5;
  aspect-ratio: 1;
  width: 25rem;
  height: 25rem;
  position: relative;
}

.submitted-backup {
  z-index: 102;
  display: none;
  position: fixed;
  inset: 0%;
}

.company-page-rich {
  margin-top: 1rem;
  font-size: 1rem;
}

.company-page-rich p {
  opacity: .84;
  letter-spacing: -.1px;
}

.company-page-rich h1 {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.5rem;
}

.company-page-rich h2 {
  font-size: 1.5rem;
}

.company-page-rich h3 {
  margin-top: 10px;
}

.company-page-rich ol {
  opacity: .91;
  padding-left: 30px;
}

.block-quote {
  color: #303030;
}

.company-page-wrap {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  width: 99%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30vh;
}

@media screen and (max-width: 991px) {
  .job-description p {
    font-size: 16px;
  }

  .code-embed, .close-applicaiton-button.review {
    display: none;
  }

  .review-application-wrap {
    width: 0%;
    display: none;
  }

  .application-overvliew {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-folower {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    width: 100%;
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: .9rem;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-style {
    width: 4rem;
  }

  .job-description li {
    font-size: 16px;
    line-height: 22px;
  }

  .job-description ul {
    padding-left: 20px;
  }

  .button {
    padding: 13px 17px;
  }

  .text-style-v1 {
    font-size: 1.2rem;
  }

  .form {
    grid-row-gap: 9px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .container-medium {
    max-width: min(55rem, 90vw);
  }

  .job-description-drawer {
    display: none;
  }

  .h1-style-v2 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .heading {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .bold-text {
    font-size: 18px;
  }

  .form-wrapper {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
  }

  .image-style {
    width: 3.5rem;
    max-width: 3.5rem;
  }

  .job-description li {
    margin-top: .4rem;
    line-height: 24px;
  }

  .job-description ul {
    padding-left: 20px;
  }

  .button.smol {
    text-align: center;
    font-size: 14px;
  }

  .form-modal {
    display: none;
  }

  .form-top-controls {
    padding-top: 1rem;
  }

  .text-style-v1 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .field {
    padding: 23px 12px;
  }

  .h1-style-v1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .div-block-11 {
    flex-flow: wrap;
    max-width: 80%;
    display: flex;
  }

  .resume-upload {
    padding-left: 27px;
    padding-right: 27px;
  }

  .job-description-drawer {
    display: none;
  }

  .flex-wrap-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-follower-content {
    justify-content: flex-end;
    align-items: center;
  }

  .h2-style-v3 {
    font-size: 16px;
  }

  .h2-style-v3.opacity-50, .h2-style-v3.link {
    display: none;
  }

  .wrapper-v2 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .full-form {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .form-wrapper {
    min-width: auto;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rive-2 {
    width: 100%;
  }

  .mobile-hidden {
    display: none;
  }
}

#w-node-d763889e-a930-4966-1972-39bbd5c8de6f-3ed33bba, #w-node-e461eacf-b071-de3c-8a63-81970773f61a-3ed33bba, #w-node-_3bdf29de-b8cf-ad72-4c42-dbbd4fdb73d7-3ed33bba, #w-node-_2f555d6c-fd4e-b44d-df0e-1477e521e45b-3ed33bba, #w-node-c21d986e-8fcb-3ff5-839a-1fe027104f4a-3ed33bba, #w-node-e1b47a1f-2286-6980-26d2-1937055e6b71-3ed33bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Cover-Letter.w-node-_7f568ccc-4ac8-a6b2-36d0-0b229fcd1bfe-3ed33bba {
  grid-area: span 2 / span 2 / span 2 / span 2;
}


