.node--type-profile.node--view-mode-full .profile-details-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .node--type-profile.node--view-mode-full .profile-details-wrapper {
    overflow: hidden;
  }
}
.node--type-profile.node--view-mode-full .profile-details-wrapper .background-image-left-top {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  background-image: url("../../../src/assets/left-background.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
}
.node--type-profile.node--view-mode-full .profile-details-wrapper .background-image-wrapper {
  position: absolute;
  left: 68%;
  top: 0;
  width: 550px;
  height: 100%;
}
.node--type-profile.node--view-mode-full .profile-details-wrapper .background-image-wrapper .background-image-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background-image: url("../../../src/assets/profile-image-bg.svg");
  background-repeat: no-repeat;
  background-position-y: -1.4rem;
  background-size: auto;
}
@media (max-width: 1199px) {
  .node--type-profile.node--view-mode-full .profile-details-wrapper .background-image-wrapper .background-image-mask {
    background-position-y: -2.5rem;
    background-position-x: -1rem;
  }
}
@media (max-width: 991px) {
  .node--type-profile.node--view-mode-full .profile-details-wrapper .background-image-wrapper .background-image-mask {
    background-position-y: -6.5rem;
    background-position-x: -3rem;
  }
}
.node--type-profile.node--view-mode-full .profile-details {
  padding: 2.5rem 0;
  margin: 0;
  position: relative;
  z-index: 4;
  gap: 2rem;
}
@media (max-width: 767px) {
  .node--type-profile.node--view-mode-full .profile-details {
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
}
.node--type-profile.node--view-mode-full .profile-details .heading {
  margin-bottom: 0.5rem;
}
.node--type-profile.node--view-mode-full .person-bio {
  margin: 3rem 0 0 0;
}
.node--type-profile.node--view-mode-full .col-person-titles {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media (max-width: 991px) {
  .node--type-profile.node--view-mode-full .col-person-titles {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .node--type-profile.node--view-mode-full .col-person-titles {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 3rem;
  }
}
.node--type-profile.node--view-mode-full .col-person-titles .linkedin {
  margin: 2rem 0;
}
.node--type-profile.node--view-mode-full .col-person-titles .linkedin svg {
  height: 35px;
}
.node--type-profile.node--view-mode-full .col-person-image {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .node--type-profile.node--view-mode-full .col-person-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.node--type-profile.node--view-mode-full .col-person-image img {
  width: 100%;
}
.node--type-profile.node--view-mode-full .col-person-image .photo-placeholder {
  font-family: "Darker Grotesque", "Arial", sans-serif;
  background-color: #302668;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1.25rem;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .node--type-profile.node--view-mode-full .col-person-image .photo-placeholder {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .node--type-profile.node--view-mode-full .col-person-image .photo-placeholder {
    font-size: 11rem;
  }
}
.node--type-profile.node--view-mode-full .info-wrapper > * {
  margin: 0;
}
.node--type-profile.node--view-mode-full .info-wrapper .field--name-field-job-title {
  font-family: "Darker Grotesque", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.node--type-profile.node--view-mode-full .info-label {
  text-transform: uppercase;
  color: #96C038;
  line-height: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Darker Grotesque", "Arial", sans-serif;
  margin-bottom: 0.3rem;
}
.node--type-profile.node--view-mode-full .job-title-wrapper {
  font-size: 1.25rem;
}
.node--type-profile.node--view-mode-full .job-title-wrapper:after {
  display: block;
  content: "";
  border-bottom: 6px solid #96C038;
  width: 3.75rem;
  margin: 0.5rem 0 1rem 0;
}
.node--type-profile.node--view-mode-full .job-title-wrapper a {
  font-size: 1.5rem;
  color: #302668;
  line-height: 1.5rem;
}
/*# sourceMappingURL=../../sourcemaps/pages/node--profile.css.map */
