#ethos .hero.global .v1 .bg {
  background-image: url(/i/our-ethos-hero-wh.jpg);
}

#ethos .hero.global .v2 .bg {
  background-image: url(/i/our-ethos-hero-cl.jpg);
}

#ethos .hero.global .v2 .bg2 {
  background-image: url(/i/our-ethos-hero-wh.jpg);
}

#ethos .hero.global .s2 .content {
  max-width: 1328px;
}

#ethos .hero.global .s2 .top {
  max-width: 1100px;
  margin: 0 auto;
}

#ethos .hero.global .s2 p {
  margin-left: auto;
}

#ethos .hero.global .s2 ce {
  position: relative;
  display: block;
}

#ethos .hero.global .s2 h4 {
  text-transform: uppercase;
  display: inline-block;
  color: rgba(121, 138, 153, 0.3);
}

#ethos .hero.global .s2 h4:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #798A99;
  transition: clip-path 0.1s linear;
}

#ethos .hero.global .s2 .cols {
  margin-top: 60px;
  padding-top: 40px;
}

#ethos .hero.global .s2 .cols > div {
  margin-left: auto;
  width: 57%;
}

#ethos .hero.global .s2 .cols::after {
  display: none;
}

#ethos .hero.global .s2 .bottom {
  margin-top: 8rem;
  text-align: center;
  border: 1px solid;
  padding: 4rem 1rem;
  border-image: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) 1;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10.55px);
}

#ethos .hero.global .s2 .bottom .sec-title {
  margin-bottom: 3rem;
}

#ethos .hero.global .s2 .bottom p {
  max-width: 734px;
  text-align: center;
  margin: 0 auto;
}

#ethos .hero.global .s2 .bottom p span {
  font-weight: 500;
}

#ethos .sec-title {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: -0.075rem;
  margin-bottom: 4.5rem;
  color: #333F49;
}

#ethos .sec-title.wh {
  color: #ffffff;
}

#ethos .secPadding {
  padding: 7.5rem 0;
}

#ethos .s3 {
  position: relative;
  overflow: hidden;
}

#ethos .s3 .plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}

#ethos .s3 .plx-wrap .plx-bg {
  background: url(/i/our-approach.jpg) no-repeat center/cover;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

#ethos .s3 .content {
  position: relative;
  z-index: 1;
}

#ethos .s3 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  transform: translate(0px, 40px);
  opacity: 0;
}

#ethos .s3 .top > div {
  width: 50%;
}

#ethos .s3 .top > div p {
  max-width: 550px;
  color: #fff;
}

#ethos .s3 .top > div p span {
  font-weight: 500;
}

#ethos .s3 .top.in-view {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

#ethos .s3 .center {
  position: relative;
  margin: 4rem 0;
  padding: 1rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#ethos .s3 .center > div {
  width: 50%;
}

#ethos .s3 .center .left {
  padding: 4rem 0;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
}

#ethos .s3 .center .left > div {
  cursor: pointer;
}

#ethos .s3 .center .left h4 {
  position: relative;
  margin-bottom: 70px;
  letter-spacing: 6.6px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 900;
}

#ethos .s3 .center .left h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 3rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  transition: all .7s ease;
}

#ethos .s3 .center .left > div.is-active h3 {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ethos .s3 .center .right {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

#ethos .s3 .center .right > div {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

#ethos .s3 .center .right > div.is-active {
  opacity: 1;
  pointer-events: auto;
}

@keyframes inFromBottom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes inFromTop {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes outToTop {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes outToBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}

#ethos .s3 .center .right > div.anim-in-bottom {
  animation: inFromBottom 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

#ethos .s3 .center .right > div.anim-in-top {
  animation: inFromTop 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

#ethos .s3 .center .right > div.anim-out-top {
  animation: outToTop 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

#ethos .s3 .center .right > div.anim-out-bottom {
  animation: outToBottom 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

#ethos .s3 .center .right p {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1.5em;
  color: #fff;
  max-width: 615px;
  width: calc(100% - 2rem);
  margin: 0;
  text-align: left;
  position: relative;
  padding-top: 2rem;
}

#ethos .s3 .center .right p::before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 6px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  top: 0;
  left: 0;
}

#ethos .s3 .center::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

#ethos .s3 .center::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  position: absolute;
  bottom: 0;
  left: 0;
}

#ethos .s3 .center.in-view::after {
  width: 100%;
  transition: width 1s linear;
}

#ethos .s3 .center.in-view::before {
  width: 100%;
  transition: width 1s linear;
}

#ethos .s3 .mobile {
  display: none;
}

#ethos .s3 .mobile h4 {
  position: relative;
  margin-bottom: 3rem;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 900;
  text-align: center;
  width: auto;
}

#ethos .s3 .mobile .swiper {
  position: relative;
  padding: 3rem 0 8rem 0;
  margin: 4rem 0;
}

#ethos .s3 .mobile .swiper .swiper-slide {
  text-align: center;
}

#ethos .s3 .mobile .swiper .swiper-slide h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.6rem;
  line-height: 1.5em;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

#ethos .s3 .mobile .swiper .swiper-slide p {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #fff;
  max-width: 700px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  text-align: center;
}

#ethos .s3 .mobile .swiper .swiper-pagination {
  bottom: 3rem;
}

#ethos .s3 .mobile .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}

#ethos .s3 .mobile .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #E27530;
  transition: background-color .7s ease;
}

#ethos .s3 .mobile .swiper::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

#ethos .s3 .mobile .swiper::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  position: absolute;
  bottom: 0;
  left: 0;
}

#ethos .s3 .bottom h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.75rem;
  line-height: 1.3em;
  color: #fff;
  padding-bottom: 4rem;
  position: relative;
  transform: translate(0px, 40px);
  opacity: 0;
  letter-spacing: -.5px;
}

#ethos .s3 .bottom h3 span {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ethos .s3 .bottom h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}

#ethos .s3 .bottom .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
}

#ethos .s3 .bottom .wrap .left {
  width: 100%;
  max-height: 628px;
  max-width: 628px;
  position: relative;
}

#ethos .s3 .bottom .wrap .left svg {
  width: 100%;
}

#ethos .s3 .bottom .wrap .left img {
  display: none;
  width: 100%;
}

#ethos .s3 .bottom .wrap .left .label {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 900;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  fill: url(#textGradient);
}

#ethos .s3 .bottom .wrap .left .label-center {
  text-anchor: middle;
  dominant-baseline: middle;
}

#ethos .s3 .bottom .wrap .left .label-right {
  text-anchor: end;
}

#ethos .s3 .bottom .wrap .left .label-left {
  text-anchor: start;
}

#ethos .s3 .bottom .wrap .left .non-scaling-stroke {
  vector-effect: non-scaling-stroke;
}

#ethos .s3 .bottom .wrap .right {
  width: 50%;
  transform: translate(0px, 40px);
  opacity: 0;
}

#ethos .s3 .bottom .wrap .right .sec-title {
  margin-bottom: 3rem;
}

#ethos .s3 .bottom .wrap .right h2, #ethos .s3 .bottom .wrap .right p {
  max-width: 550px;
}

#ethos .s3 .bottom .wrap .right p {
  color: #fff;
}

#ethos .s3 .bottom .wrap.in-view .right {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

#ethos .s3 .bottom.in-view h3 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

#ethos .s3 .bottom.in-view h3::after {
  width: 100%;
  transition: width 1s linear;
}

#ethos .s4 .sec-title {
  margin-bottom: 3rem;
  transform: translate(0px, 40px);
  opacity: 0;
}

#ethos .s4 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
  transform: translate(0px, 40px);
  opacity: 0;
}

#ethos .s4 .wrap > div {
  width: 50%;
}

#ethos .s4 .wrap > div p {
  max-width: 620px;
}

#ethos .s4 .wrap > div p span {
  font-weight: 500;
}

#ethos .s4 .content.in-view .wrap, #ethos .s4 .content.in-view .sec-title {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

#ethos .s4 .center {
  position: relative;
  padding: 4rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#ethos .s4 .center .video-btn {
  min-width: auto;
  opacity: 0;
  visibility: hidden;
}

#ethos .s4 .center .video-btn span {
  display: none;
}

#ethos .s4 .center h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.75rem;
  line-height: 1.3em;
  color: #5F7689;
  position: relative;
  transform: translate(0px, 40px);
  opacity: 0;
  letter-spacing: -.5px;
}

#ethos .s4 .center h3 span {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ethos .s4 .center::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  position: absolute;
  top: 0;
  left: 0;
}

#ethos .s4 .center::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: rgba(51, 63, 73, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

#ethos .s4 .center.in-view::after {
  width: 100%;
  transition: width 1s linear;
}

#ethos .s4 .center.in-view::before {
  width: 100%;
  transition: width 1s linear;
}

#ethos .s4 .center.in-view h3 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

#ethos .s4 .center.in-view .video-btn {
  opacity: 1;
  visibility: visible;
  transition: opacity .7s ease;
}

#ethos .s5 {
  padding-bottom: 7.5rem;
}

#ethos .s5 .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: solid 1px rgba(51, 63, 73, 0.3);
  border-bottom: solid 1px rgba(51, 63, 73, 0.3);
}

#ethos .s5 .wrap .person {
  display: block;
  padding: 30px;
  border-right: solid 1px rgba(51, 63, 73, 0.3);
}

#ethos .s5 .wrap .person .headshot {
  position: relative;
  width: 100%;
  aspect-ratio: 340 / 390;
  overflow: hidden;
}

#ethos .s5 .wrap .person .headshot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ethos .s5 .wrap .person .info {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px rgba(51, 63, 73, 0.3);
}

#ethos .s5 .wrap .person .info h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  margin-bottom: 14px;
  color: #333F49;
  transition: all .5s ease;
}

#ethos .s5 .wrap .person .info p {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
}

#ethos .s5 .wrap .person:nth-child(4n) {
  border-right: none;
}

#ethos .s5 .wrap .person:hover .bw {
  opacity: 0;
  transition: opacity .5s ease;
}

#ethos .s5 .wrap .person:hover .info h3 {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ethos .s6 {
  position: relative;
  overflow: hidden;
}

#ethos .s6 .plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}

#ethos .s6 .plx-wrap .plx-bg {
  background: url(/i/our-partnership-parallax.jpg) no-repeat left/cover;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

#ethos .s6 .content {
  position: relative;
  z-index: 1;
  max-width: 852px;
  transform: translate(0px, 40px);
  opacity: 0;
}

#ethos .s6 .sec-title {
  color: #fff;
  margin-bottom: 3rem;
}

#ethos .s6 .sec-title span {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ethos .s6 h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
  color: #fff;
}

#ethos .s6 p {
  color: #fff;
}

#ethos .s6.in-view .content {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

#ethos .s7 {
  padding-bottom: 5rem;
}

#ethos .s7 .content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#ethos .s7 .content .sec-title {
  margin-bottom: 0;
}

#ethos .s7 .content .sec-title span {
  font-size: 2rem;
}

#ethos .s7 .content > div {
  width: 50%;
}

#ethos .s7 .content > div p {
  margin-bottom: 2rem;
  max-width: 575px;
}

#ethos .s8 {
  padding-top: 0;
}

#ethos .s8 .sec-title {
  text-align: center;
}

#ethos .s8 .accordion {
  position: relative;
  border-bottom: solid 1px rgba(51, 63, 73, 0.3);
}

#ethos .s8 .accordion::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--hi-top, 0px);
  height: var(--hi-h, 0px);
  background: #333F49;
  opacity: var(--hi-op, 0);
  pointer-events: none;
  z-index: 0;
  transition: top 260ms ease, height 260ms ease, opacity 160ms ease;
  will-change: top, height;
}

#ethos .s8 .accordion .fx-nav {
  border-top: solid 1px rgba(51, 63, 73, 0.3);
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  transition: background-color .3s ease;
}

#ethos .s8 .accordion .fx-nav h5 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 800;
  font-size: 1.7rem;
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  position: relative;
  padding-right: 3rem;
  transition: color .3s ease;
}

#ethos .s8 .accordion .fx-nav h5::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/i/plus-icon-acn.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#ethos .s8 .accordion .fx-slide {
  background: #40505D;
  position: relative;
  z-index: 10;
}

#ethos .s8 .accordion .fx-slide > div {
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

#ethos .s8 .accordion .fx-slide p {
  color: #fff;
  max-width: 930px;
}

#ethos .s8 .fx-nav.is-hover h5 {
  color: #fff;
}

#ethos .s8 .fx-nav.fx-on {
  background-color: #40505D;
}

#ethos .s8 .fx-nav.fx-on h5 {
  color: #fff;
}

#ethos .s8 .fx-nav.fx-on h5::after {
  background-image: url(/i/minus-icon-acn.svg);
}

#ethos .s9 {
  background: #333F49;
}

#ethos .s9 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
  transform: translate(0px, 40px);
  opacity: 0;
}

#ethos .s9 .top .sec-title {
  margin-bottom: 0;
  text-align: left;
}

#ethos .s9 .top .sec-title span {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ethos .s9 .top > div {
  width: 50%;
}

#ethos .s9 .top > div p {
  max-width: 550px;
  color: #fff;
}

#ethos .s9 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#ethos .s9 .wrap .card {
  height: 440px;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
}

#ethos .s9 .wrap .card h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6em;
  font-weight: 900;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5rem);
}

#ethos .s9 .wrap .card p {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

#ethos .s9 .wrap .card .btn-global span {
  color: #fff;
}

#ethos .s9 .wrap .card img {
  position: absolute;
  top: calc(0px + 60px);
  right: calc(0px + 60px);
}

#ethos .s9 .wrap .card > div {
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5rem);
  max-width: 650px;
}

#ethos .s9 .wrap .card::before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #283540;
  transition: all 1s ease;
}

#ethos .s9 .wrap .card:last-of-type {
  border-right: none;
}

#ethos .s9 .wrap .card:hover::before {
  width: 100%;
  height: 100%;
}

#ethos .s9 .wrap .card:hover > div {
  transition: opacity 1s ease;
  opacity: 1;
}

#ethos .s9 .wrap .card:hover h3, #ethos .s9 .wrap .card:hover img {
  opacity: 0;
}

#ethos .s9 .wrap .card:hover h3 {
  transition: opacity 1s ease;
}

#ethos .s9.in-view .top {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .7s ease;
}

@media screen and (max-width: 1100px) {
  #ethos .sec-title {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  #ethos .hero.global .s2 .top {
    padding: 3rem 0;
  }
  #ethos .hero.global .s2 .cols > div {
    width: 100%;
  }
  #ethos .s3 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #ethos .s3 .top .sec-title {
    margin-bottom: 3rem;
  }
  #ethos .s3 .top > div {
    width: 100%;
  }
  #ethos .s3 .top > div p {
    max-width: none;
  }
  #ethos .s3 .center {
    display: none;
  }
  #ethos .s3 .mobile {
    display: block;
  }
  #ethos .s3 .bottom h3 {
    font-size: 2rem;
  }
  #ethos .s3 .bottom .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 5rem;
  }
  #ethos .s3 .bottom .wrap .right {
    width: 100%;
    max-width: none;
  }
  #ethos .s3 .bottom .wrap .right h2, #ethos .s3 .bottom .wrap .right p {
    max-width: none;
  }
  #ethos .s3 .bottom .wrap .left {
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
  }
  #ethos .s4 .sec-title br {
    display: none;
  }
  #ethos .s4 .center h3 {
    font-size: 2rem;
  }
  #ethos .s5 .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #ethos .s5 .wrap .person:nth-child(2n) {
    border-right: none;
  }
  #ethos .s5 .wrap .person {
    border-bottom: solid 1px rgba(51, 63, 73, 0.3);
  }
  #ethos .s5 .wrap .person:nth-last-child(-n+1) {
    border-bottom: none;
  }
  #ethos .s7 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ethos .s7 .content .sec-title br {
    display: none;
  }
  #ethos .s7 .content .sec-title span {
    font-size: 1.5rem;
  }
  #ethos .s7 .content > div {
    width: 100%;
  }
  #ethos .s7 .content > div p {
    max-width: none;
  }
  #ethos .s9 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ethos .s9 .top .sec-title br {
    display: none;
  }
  #ethos .s9 .top > div {
    width: 100%;
  }
  #ethos .s9 .top > div p {
    max-width: none;
  }
  #ethos .s9 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #ethos .s9 .wrap .card {
    border-right: none;
    border-bottom: none;
  }
  #ethos .s9 .wrap .card p {
    max-width: 700px;
  }
  #ethos .s9 .wrap .card:last-of-type {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 767px) {
  #ethos .hero.global .s2 p {
    margin-left: 0;
  }
  #ethos .hero.global .s2 .cols {
    padding-top: 20px;
    margin-top: 40px;
  }
  #ethos .hero.global .s2 .bottom {
    margin-top: 5rem;
  }
  #ethos .hero.global .s2 .bottom .sec-title {
    margin-bottom: 2rem;
  }
  #ethos .hero.global .s2 h4 {
    font-size: 22px;
    line-height: 35px;
  }
  #ethos .sec-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  #ethos .secPadding {
    padding: 5rem 0;
  }
  #ethos .s3 .top .sec-title {
    margin-bottom: 2rem;
  }
  #ethos .s3 .bottom h3 {
    font-size: 1.4rem;
    padding-bottom: 3rem;
  }
  #ethos .s3 .bottom .wrap {
    margin-top: 4rem;
  }
  #ethos .s3 .bottom .wrap .right .sec-title {
    margin-bottom: 2rem;
  }
  #ethos .s3 .bottom .wrap .left img {
    display: block;
  }
  #ethos .s3 .bottom .wrap .left svg {
    display: none;
  }
  #ethos .s3 .mobile h4 {
    font-size: 16px;
    letter-spacing: 5px;
  }
  #ethos .s3 .mobile .swiper {
    margin: 3rem 0;
  }
  #ethos .s3 .mobile .swiper .swiper-slide h3 {
    font-size: 2rem;
  }
  #ethos .s3 .mobile .swiper .swiper-slide p {
    font-size: 1.1rem;
    width: auto;
  }
  #ethos .s3 .mobile .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #ethos .s4 .sec-title {
    margin-bottom: 2rem;
  }
  #ethos .s4 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ethos .s4 .wrap > div {
    width: 100%;
  }
  #ethos .s4 .wrap > div p {
    max-width: none;
  }
  #ethos .s4 .center {
    padding: 3rem 0;
    flex-direction: column;
  }
  #ethos .s4 .center h3 {
    font-size: 1.4rem;
  }
  #ethos .s4 .wrap {
    margin-bottom: 4rem;
  }
  #ethos .s5 {
    padding-bottom: 5rem;
  }
  #ethos .s5 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #ethos .s5 .wrap .person {
    border-right: none;
  }
  #ethos .s5 .wrap .person .info {
    padding-top: 20px;
    margin-top: 20px;
  }
  #ethos .s5 .wrap .person .info h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #ethos .s6 .sec-title {
    margin-bottom: 2rem;
  }
  #ethos .s6 h3 {
    font-size: 1.3rem;
  }
  #ethos .s7 {
    padding-bottom: 4rem;
  }
  #ethos .s7 .sec-title span {
    font-size: 1.4rem;
  }
  #ethos .s8 {
    padding-top: 0;
  }
  #ethos .s8 .accordion .fx-nav {
    padding: 2rem 0;
  }
  #ethos .s8 .accordion .fx-nav h5 {
    font-size: 1.2rem;
  }
  #ethos .s8 .accordion .fx-nav h5::after {
    width: 25px;
    height: 25px;
  }
  #ethos .s8 .accordion .fx-slide > div {
    padding-bottom: 2rem;
  }
  #ethos .s9 .wrap .card > div {
    width: calc(100% - 3rem);
  }
  #ethos .s9 .wrap .card p {
    font-size: 1.3rem;
  }
}
