html {
  font-size: 1px;
}

/* auto scale down elements on mobile */
@media (max-width: 580px) {
  html {
    font-size: 1px;
  }
}

/* auto scale up elements on large displays */
@media (min-width: 2560px) {
  html {
    font-size: 1px;
  }
}

section.u4m-team-grid {
  margin: 150rem 0;
  overflow: auto;
  position: relative;
}
section.u4m-team-grid .top-section {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440rem;
  padding-left: 20rem;
  padding-right: 20rem;
  text-align: center;
  max-width: 1000rem;
}
section.u4m-team-grid .top-section .heading {
  font-family: obviously, sans-serif;
  font-size: 40rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin: 0 0 20rem;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  section.u4m-team-grid .top-section .heading {
    font-size: 35rem;
  }
}
@media (max-width: 1024px) {
  section.u4m-team-grid .top-section .heading {
    font-size: 33rem;
    margin: 0 0 20rem;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .top-section .heading {
    font-size: 28rem;
    margin: 0 0 20rem;
  }
}
section.u4m-team-grid .top-section .sub-heading {
  font-family: proxima-nova, sans-serif;
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  font-weight: normal;
}
@media (max-width: 580px) {
  section.u4m-team-grid .top-section .sub-heading {
    font-size: 16rem;
  }
}
section.u4m-team-grid .widget-type-rich_text {
  text-align: center;
}
section.u4m-team-grid .member-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080rem;
  margin: 0 auto;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
section.u4m-team-grid .member-wrap .member {
  margin: 20rem;
  padding: 20rem;
  box-shadow: 5rem 10rem 15rem 0 rgba(39, 39, 39, 0.1);
  background-color: #fff;
  flex-basis: calc(33.333% - 40rem);
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-basis: calc(33.333% - 40rem);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 210rem 20rem 20rem;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 29%;
  width: 29%;
  padding: 20rem 0;
  /*h4 {
    color: $black;
    font-family: $font2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  p {
    margin: 0;
    margin-bottom: 10rem;
    color: $black;
    &.description{
      color: $action2compliment;
      font-family: $font1;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 1.71px;
      line-height: 22px;
      margin-bottom: 0;
    }
    &.job-title{
      color: $black;
      font-family: $font1;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1.71px;
      line-height: 22px;
      margin-bottom: 0;
      text-transform: uppercase;
    }
  }*/
}
section.u4m-team-grid .member-wrap .member button {
  display: inline-block;
  font-family: obviously, sans-serif;
  color: #fff;
  background-color: #F06246;
  border: 0;
  border-radius: 4rem;
  padding: 11rem 30rem 15rem;
  border-radius: 0;
  font-weight: 500;
  margin: 10rem 50rem 10rem 0;
  font-size: 14rem;
  line-height: 1;
  letter-spacing: 4rem;
  letter-spacing: 1rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  box-shadow: 5rem 10rem 15rem 0 rgba(39, 39, 39, 0.1);
  position: relative;
  transition: color 0.2s, background-color 0.2s;
  padding: 8rem 20rem 7rem 20rem;
  font-size: 12rem;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  section.u4m-team-grid .member-wrap .member button {
    font-size: 12rem;
  }
}
section.u4m-team-grid .member-wrap .member button:hover, section.u4m-team-grid .member-wrap .member button:focus {
  background-color: #F8C194;
  color: #272727;
}
section.u4m-team-grid .member-wrap .member button:hover:before, section.u4m-team-grid .member-wrap .member button:focus:before {
  background-color: #F8C194;
}
section.u4m-team-grid .member-wrap .member button:hover:after, section.u4m-team-grid .member-wrap .member button:focus:after {
  background: url(https://f.hubspotusercontent20.net/hubfs/6423873/2021%20Website%20Assets/img/icons/button-arrow-hover.svg) center right no-repeat;
  background-size: contain;
}
section.u4m-team-grid .member-wrap .member button:before {
  content: "";
  display: block;
  width: 30rem;
  height: 100%;
  background-color: #F06246;
  position: absolute;
  top: 0;
  right: -20rem;
  transform: skewX(-20deg);
  transition: color 0.2s, background-color 0.2s;
}
section.u4m-team-grid .member-wrap .member button:after {
  content: "";
  background: url(https://f.hubspotusercontent20.net/hubfs/6423873/2021%20Website%20Assets/img/icons/button-arrow.svg) center right no-repeat;
  display: block;
  width: 40rem;
  height: 22rem;
  position: absolute;
  top: calc(50% - 11rem);
  right: -50rem;
  background-size: contain;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member {
    width: 100%;
    margin: 0 auto 40rem;
  }
}
section.u4m-team-grid .member-wrap .member div.image {
  min-height: 100rem;
  display: flex;
  align-items: center;
}
section.u4m-team-grid .member-wrap .member div.image.filled {
  width: 100%;
  min-height: 203rem;
  background-size: cover;
  background-position: 50%;
}
section.u4m-team-grid .member-wrap .member div.image a {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
}
section.u4m-team-grid .member-wrap .member div.image a:hover {
  background-color: transparent;
}
section.u4m-team-grid .member-wrap .member div.image img {
  display: block;
  margin: 30rem auto 0 auto;
}
section.u4m-team-grid .member-wrap .member div.image img.left {
  margin: 30rem auto 0 30rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.image img.left {
    justify-content: center;
    align-items: center;
    margin: 30rem auto;
  }
}
section.u4m-team-grid .member-wrap .member div.content {
  padding: 20rem 30rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member div.content {
    padding: 20rem;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content {
    justify-content: center;
    align-items: center;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.url {
  display: flex;
}
section.u4m-team-grid .member-wrap .member div.content span.type {
  font-family: proxima-nova, sans-serif;
  font-size: 13rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12rem;
  line-height: 22rem;
  letter-spacing: 1.71rem;
  color: #7C98B6;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.type {
    font-size: 13rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.title {
  font-family: proxima-nova, sans-serif;
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 30rem;
  line-height: 1.2;
  font-family: obviously, sans-serif;
  font-weight: 600;
  display: block;
  color: #272727;
  margin: 0 0 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.title {
    font-size: 18rem;
    margin-bottom: 20rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.teaser {
  font-family: proxima-nova, sans-serif;
  font-size: 13rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
  color: #272727;
  display: block;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.teaser {
    font-size: 13rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.teaser p {
  font-family: proxima-nova, sans-serif;
  font-size: 13rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.teaser p {
    font-size: 13rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.teaser p:last-of-type {
  margin-bottom: 0;
}
section.u4m-team-grid .member-wrap .member div.content span.teaser ul {
  margin-bottom: 0;
}
section.u4m-team-grid .member-wrap .member div.content span.teaser ul li {
  font-family: proxima-nova, sans-serif;
  font-size: 13rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.teaser ul li {
    font-size: 13rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.teaser ul li:last-of-type {
  margin-bottom: 0;
}
section.u4m-team-grid .member-wrap .member div.content span.cta,
section.u4m-team-grid .member-wrap .member div.content span.url {
  margin-top: auto;
}
section.u4m-team-grid .member-wrap .member:hover {
  box-shadow: 0 5rem 5rem 0 rgba(39, 39, 39, 0.05);
}
section.u4m-team-grid .member-wrap .member div.image {
  width: 100%;
  height: 225rem;
  background-size: cover;
  background-position: 50% 50%;
}
section.u4m-team-grid .member-wrap .member div.content {
  flex: 1;
  height: auto;
  padding: 20rem;
}
section.u4m-team-grid .member-wrap .member div.content h4 {
  font-family: proxima-nova, sans-serif;
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  font-family: obviously, sans-serif;
  line-height: 1.5;
  margin: 0;
  color: #272727;
  font-weight: bold;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content h4 {
    font-size: 16rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.type, section.u4m-team-grid .member-wrap .member div.content span.date-published {
  color: #133156;
}
section.u4m-team-grid .member-wrap .member div.content p {
  font-family: proxima-nova, sans-serif;
  font-size: 14rem;
  line-height: 1.8;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
  margin-bottom: 0;
  color: #272727;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content p {
    font-size: 14rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content div.cta {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
section.u4m-team-grid .member-wrap .member div.content div.cta a {
  color: #272727;
  font-size: 16rem;
  font-weight: 500;
  font-family: obviously, sans-serif;
  padding: 10rem 40rem 30rem 20rem;
  transition: opacity 0.2s, transform 0.2s;
  background: url(https://f.hubspotusercontent20.net/hubfs/6423873/2021%20Website%20Assets/img/icons/card-arrow-button.png) right bottom no-repeat;
  background-size: contain;
  background-size: contain;
}
section.u4m-team-grid .member-wrap .member div.content div.cta a:hover {
  color: #F06246;
  transform: translateX(5rem);
  opacity: 0.75;
}
section.u4m-team-grid .member-wrap .member div.content div.cta span,
section.u4m-team-grid .member-wrap .member div.content div.cta .link-text {
  color: #272727;
  font-size: 16rem;
  font-weight: 500;
  font-family: obviously, sans-serif;
  padding: 10rem 40rem 30rem 20rem;
  transition: opacity 0.2s, transform 0.2s;
  background: url(https://f.hubspotusercontent20.net/hubfs/6423873/2021%20Website%20Assets/img/icons/card-arrow-button.png) right bottom no-repeat;
  background-size: contain;
  background-size: contain;
}
section.u4m-team-grid .member-wrap .member div.content div.cta span:hover,
section.u4m-team-grid .member-wrap .member div.content div.cta .link-text:hover {
  color: #F06246;
  transform: translateX(5rem);
  opacity: 0.75;
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member {
    flex-basis: calc(50% - 40rem);
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member {
    margin: 20rem;
    flex-basis: calc(100% - 40rem);
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .member {
    flex: 0 1 45%;
    width: 45%;
  }
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member {
    flex: 0 1 100%;
    width: 100%;
    flex-wrap: wrap;
    padding: 20rem 0 0;
  }
}
section.u4m-team-grid .member-wrap .member > .inner {
  border-radius: 0rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  padding: 0 25rem;
  width: 100%;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner {
  border-bottom: 0rem;
  color: #fff;
  padding: 25rem 0rem;
  text-align: left;
  transition: 0.2s ease-out;
  width: 100%;
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner {
    padding: 15rem 20rem 35rem;
  }
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4 {
  font-family: proxima-nova, sans-serif;
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  font-family: obviously, sans-serif;
  line-height: 1.5;
  margin: 0;
  color: #272727;
  font-weight: bold;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4 {
    font-size: 16rem;
  }
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4 {
    font-size: 20rem;
    margin-bottom: 5rem;
  }
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner p {
  font-family: proxima-nova, sans-serif;
  font-size: 14rem;
  line-height: 1.8;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
  margin-bottom: 0;
  color: #272727;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner p {
    font-size: 14rem;
  }
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner p.type {
  color: #133156;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12rem;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta {
  display: flex;
  justify-content: space-between;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .view-bio {
  all: unset;
  background: url(https://f.hubspotusercontent20.net/hubfs/6423873/2021%20Website%20Assets/img/icons/card-arrow-button.png) right bottom no-repeat;
  background-size: contain;
  color: #272727;
  display: block;
  font-family: obviously, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10rem 40rem 30rem 20rem;
  transition: opacity 0.2s, transform 0.2s;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .view-bio:hover {
  color: #F06246;
  text-decoration: underline;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .view-bio:before {
  display: none;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .view-bio:after {
  display: none;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .view-bio:hover {
  color: #f06246;
  opacity: 0.75;
  text-decoration: none;
  transform: translateX(5rem);
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .social-links {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .social-links a i {
  color: #fff;
  font-size: 18rem;
  margin-right: 15rem;
  background-color: #303735;
  border-radius: 50%;
  padding: 6px;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .social-links a i:hover {
  background-color: #F06246;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .bio-cta .social-links a i.fa-linkedin-in {
  padding: 6px 7px;
}
section.u4m-team-grid .member-wrap .member > .inner button.button-arrow {
  position: absolute;
  bottom: 20rem;
  left: calc(50% - 50rem);
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member > .inner button.button-arrow {
    left: calc(50% - 30rem);
    bottom: 10rem;
  }
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .member {
    width: 44%;
    margin: 200rem 8rem 40rem 8rem;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member {
    max-width: 380rem;
    width: 100%;
    margin: 200rem auto 40rem;
  }
}
section.u4m-team-grid .member-wrap .member .headshot {
  height: 260rem;
  width: 260rem;
  margin: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
  position: relative;
  top: -130rem;
  margin-bottom: -130rem;
}
section.u4m-team-grid .member-wrap .inner {
  height: 100%;
  cursor: pointer;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .inner {
    height: auto;
  }
}
section.u4m-team-grid .member-wrap .full-screen {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  transition: 0.3s ease opacity;
  opacity: 0;
  left: 0;
  transform: scale(0);
  z-index: 999999999999;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen {
    background: white;
    z-index: 1;
    padding-top: 150rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen.pop {
  display: flex;
  opacity: 1;
  transform: scale(1);
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
section.u4m-team-grid .member-wrap .full-screen.bio-active {
  display: flex;
  opacity: 1;
  transform: scale(1);
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
section.u4m-team-grid .member-wrap .full-screen.pop-exit {
  opacity: 0;
}
section.u4m-team-grid .member-wrap .full-screen .circle {
  max-width: 720rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  position: relative;
  transition: 0.5s ease all 0.5s;
  transform: translateY(10rem);
  opacity: 1;
  z-index: 2;
  color: white;
  text-decoration: none;
  padding: 20rem;
  padding-top: 0;
  text-align: left;
  border-radius: 0rem;
  overflow: scroll;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle {
    max-width: 100%;
    padding: 0rem;
    box-shadow: none;
    transition: none;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner {
  background-color: #fff;
  text-align: left;
  padding: 50rem 40rem;
  box-shadow: 0 10rem 35rem rgba(39, 39, 39, 0.15), 0 0 15rem rgba(39, 39, 39, 0.12);
  max-height: 700rem;
  overflow: auto;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner {
    box-shadow: none;
    max-height: none;
    overflow: auto;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner {
  background-color: #fff;
  text-align: left;
  color: #272727;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h3 {
  font-size: 40rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h3 {
    font-size: 24rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h4 {
  font-size: 24rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h4 {
    font-size: 18rem;
    margin-bottom: 10rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h3,
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h4,
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner p {
  color: #272727;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links {
  margin-top: 5rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links {
    display: none;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a {
  margin-right: 10rem;
  transition: 0.1s ease-in;
  cursor: pointer;
  text-align: center;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a i {
  color: #fff;
  font-size: 18rem;
  margin-right: 15rem;
  background-color: #303735;
  border-radius: 50%;
  padding: 6px;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a i:hover {
  background-color: #F06246;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a i.fa-linkedin-in {
  padding: 6px 7px;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a {
    margin-top: 15rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .fab {
  color: #fff;
  margin-top: 5rem;
  font-size: 20rem;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .fab.fa-twitter {
  position: relative;
  top: 2rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle {
    width: 90%;
  }
}
.pop section.u4m-team-grid .member-wrap .full-screen .circle {
  transform: translateY(0);
  opacity: 1;
}
.pop-exit section.u4m-team-grid .member-wrap .full-screen .circle {
  transform: scale(2.5);
  transition: 0.5s ease all 0s;
}
section.u4m-team-grid .member-wrap .full-screen .exit-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 680rem;
  width: 100%;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .exit-wrap {
    position: relative;
    right: 20rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .exit {
  width: 50rem;
  height: 50rem;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  transform: rotate(45deg);
  transition: 0.3s ease all 0.2s;
  transform-origin: 50% 50%;
  cursor: pointer;
  z-index: 9;
  float: right;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .exit {
    width: 25rem;
    height: 25rem;
    top: 5rem;
    left: 5rem;
    margin-top: 2rem;
  }
}
.pop-exit section.u4m-team-grid .member-wrap .full-screen .exit {
  z-index: 0;
}
section.u4m-team-grid .member-wrap .full-screen .exit:hover span {
  background: #0072CE !important;
}
section.u4m-team-grid .member-wrap .full-screen .exit:hover span:first-of-type {
  height: 140% !important;
  transform: translateY(-15%) rotate(-90deg);
  width: 3rem;
}
section.u4m-team-grid .member-wrap .full-screen .exit:hover span:last-of-type {
  width: 140% !important;
  transform: translateX(-15%) rotate(90deg);
  height: 3rem;
}
section.u4m-team-grid .member-wrap .full-screen .exit span {
  transition: 0.3s ease all 0s;
}
section.u4m-team-grid .member-wrap .full-screen .exit span:first-of-type {
  height: 100%;
  width: 4rem;
  background: #0072CE;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pop section.u4m-team-grid .member-wrap .full-screen .exit span:first-of-type {
  height: 100%;
}
section.u4m-team-grid .member-wrap .full-screen .exit span:last-of-type {
  width: 100%;
  height: 4rem;
  background: #0072CE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pop section.u4m-team-grid .member-wrap .full-screen .exit span:last-of-type {
  width: 100%;
}
section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit {
  color: #fff;
  font-style: normal;
  font-size: 28rem;
  opacity: 0.65;
  line-height: 44rem;
  height: 20rem;
  width: 20rem;
  transform-origin: 0 0;
  transform: rotate(0);
  cursor: zoom-out;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit i {
  font-size: 30rem;
}
section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit:hover {
  opacity: 1;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit {
    color: #0072CE;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 30rem;
  }
}