@charset "UTF-8";
.content-block {
  width: 100%;
}

.content-row {
  padding-bottom: 85px;
  scroll-margin-top: 50px;
}

.body-copy {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.body-copy .content-row-inner {
  padding: 60px;
  max-width: 1200px;
}
.body-copy picture,
.body-copy img {
  border-radius: 25px;
  overflow: hidden;
}

blockquote {
  padding-left: 20px;
  border-left: 2px solid teal;
}

@media only screen and (max-width: 550px) {
  .body-copy .content-row-inner {
    padding: 20px !important;
  }
  body.single .body-copy .body-copy-inner {
    padding: 20px 20px;
  }
}
body.single .body-copy-inner {
  max-width: 980px;
  margin: 0 auto;
}

.two-column .two-column-inner {
  gap: 70px;
}

.tooltip {
  background: blue;
  bottom: 100%;
  color: white;
  display: block;
  left: -20px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 15px 20px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid blue 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.tooltip.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.content-row.accordion {
  padding-top: 75px;
  width: 100%;
}
.content-row.accordion .accordion {
  width: 100%;
}
.content-row.accordion .accordion-item {
  border-color: #2e2e2e;
}
.content-row.accordion .accordion-button {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  letter-spacing: 1.44px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
}
.content-row.accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.content-row.accordion .accordion-button:not(.collapsed) {
  color: #2e2e2e;
  background-color: white;
  box-shadow: none;
}
.content-row.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.content-row.accordion .accordion-body {
  padding: 0;
  padding-bottom: 25px;
}

.news-events-view .filters {
  padding: 60px 60px 30px 60px;
}
.news-events-view .titles {
  padding-left: 60px;
  padding-right: 60px;
}
.news-events-view .pagination:has(.facetwp-hidden) {
  display: none;
}
.news-events-view .facetwp-type-pager {
  padding: 0;
  margin: 0;
}

.share-text {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}

.a2a_kit {
  padding-top: 60px;
  gap: 15px;
}
.a2a_kit a {
  transition: 250ms 250ms linear all;
}
.a2a_kit a:hover {
  opacity: 0.8;
  transition: 250ms linear all;
}

@media only screen and (max-width: 550px) {
  .news-events-view .titles,
  .news-events-view .filters {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-events-view .filters .facetwp-facet {
    margin-bottom: 0;
  }
  .news-events-view .pagination {
    padding: 20px 0 0 0;
  }
}
.post-item {
  flex: 1;
}
.post-item .article-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.post-item .article-inner:hover picture,
.post-item .article-inner:hover img {
  filter: grayscale(0);
  transition: 3s linear transform, 250ms linear filter;
  transform: scale(1.1);
}
.post-item .image {
  margin-bottom: 35px;
  position: relative;
  transform-origin: center;
  border-radius: 25px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.post-item .image picture,
.post-item .image img {
  height: 100%;
  width: 100%;
  transform-origin: center;
  filter: grayscale(100%);
  transition: 3s linear transform, 250ms linear filter;
}
.post-item .image .post-losenge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.post-item .image .post-losenge .losenge {
  padding: 7px 10px;
  border-radius: 25px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
}
.post-item .title {
  margin-bottom: 35px;
  color: #0c969d;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.56px;
  line-height: 1;
  text-transform: uppercase;
}
.post-item .excerpt {
  letter-spacing: 0.18px;
}

@media only screen and (max-width: 1180px) {
  .post-item .article-inner {
    flex-direction: row !important;
    gap: 35px;
    align-items: center !important;
  }
  .post-item .article-inner .image {
    flex: 1;
    margin-bottom: 15px;
    width: 100%;
  }
  .post-item .article-inner .content {
    flex: 2;
  }
  .post-item .article-inner .content .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 890px) {
  .post-item .article-inner {
    gap: 15px;
  }
  .post-item .article-inner .image {
    flex: 2;
  }
  .post-item .article-inner .content {
    flex: 3;
  }
}
@media only screen and (max-width: 767px) {
  .post-item .article-inner {
    flex-direction: column !important;
  }
}
.icon-blocks {
  padding-top: 60px;
}
.icon-blocks a {
  text-decoration: none;
}
.icon-blocks .icon-block-container {
  gap: 40px;
  padding-top: 20px;
}
.icon-blocks .icon-block-item {
  background: white;
  gap: 25px;
  border-radius: 25px;
  padding: 40px 44px;
  flex: 0 0 calc((100% - 80px) / 3);
  transition: 250ms linear all;
  border: 3px solid rgba(46, 46, 46, 0.1);
}
.icon-blocks .icon-block-item:hover {
  border-color: rgba(46, 46, 46, 0.4);
  transition: 250ms linear all;
}
.icon-blocks h5 {
  color: #0c969d;
  font-size: 28px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1300px) {
  .icon-blocks .icon-block-item {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 826px) {
  .icon-blocks .icon-block-item {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 550px) {
  .icon-blocks .icon-block-container {
    gap: 20px;
  }
  .icon-blocks .icon-block-item {
    padding: 20px;
  }
}
.link-rows {
  padding-top: 60px;
}
.link-rows .titles {
  padding: 60px 60px 0 60px;
}

.losenge {
  padding: 5px 10px;
  border-radius: 15px;
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  color: white;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.link-row-item {
  text-decoration: none;
  border-top: 1px solid #2e2e2e;
  padding-left: 60px;
  padding-right: 60px;
}
.link-row-item .title {
  width: 100%;
}
.link-row-item .title p.title {
  margin: 0;
  font-size: 26px;
  letter-spacing: 2.56px;
  font-weight: 600;
  text-transform: uppercase;
}
.link-row-item .arrow {
  transition: 250ms linear all;
}
.link-row-item:hover .arrow {
  transform-origin: center;
  transform: rotate(45deg);
  transition: 250ms linear all;
}

@media only screen and (max-width: 1460px) {
  .link-row-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 710px) {
  .link-row-item .title p.title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .link-rows .titles {
    padding: 0 20px;
  }
  .link-row-item {
    gap: 20px !important;
    padding-left: 20px;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .link-row-item .title p.title {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.content-row.vertical-tabs {
  padding-bottom: 0;
  width: 100%;
}
.content-row.vertical-tabs .nav {
  width: 100%;
}
.content-row.vertical-tabs .nav {
  width: 33w;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  background: rgba(236, 235, 231, 0.4);
  overflow: hidden;
}
.content-row.vertical-tabs .nav .nav-item {
  flex: 1;
  width: 100%;
  margin-bottom: -25px;
}
.content-row.vertical-tabs .nav .nav-item .nav-link {
  border-top: 3px solid white;
  border-radius: 0;
  border-right: 3px solid white;
  border-top-right-radius: 25px;
  padding: 22px 22px 30px 22px;
  gap: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #0c969d;
  height: 100%;
  color: white;
}
.content-row.vertical-tabs .nav .nav-item .nav-link .arrow {
  transition: 150ms linear all;
}
.content-row.vertical-tabs .nav .nav-item .nav-link.active {
  background-color: #83bec2;
  transition: 150ms linear all;
}
.content-row.vertical-tabs .nav .nav-item .nav-link.active .arrow {
  transform: rotate(45deg);
  transition: 150ms linear all;
}
.content-row.vertical-tabs .nav .nav-item .nav-link:hover {
  transition: 150ms linear all;
}
.content-row.vertical-tabs .nav .nav-item .nav-link:hover .arrow {
  transform: rotate(45deg);
  transition: 150ms linear all;
}
.content-row.vertical-tabs .nav .arrow path {
  fill: white !important;
}
.content-row.vertical-tabs .nav .label {
  font-size: 24px;
  text-align: left;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: white;
}
.content-row.vertical-tabs .tab-content {
  display: flex;
  width: 67vw;
  flex: 2;
}
.content-row.vertical-tabs .tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
  padding: 90px 225px 40px 56px;
  background: rgba(236, 235, 231, 0.4);
}
.content-row.vertical-tabs .tab-content > .active {
  visibility: visible;
}

@media only screen and (max-width: 1200px) {
  .content-row.vertical-tabs .tab-content > .active {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-row.vertical-tabs .nav .nav-item {
    margin-bottom: -10px;
  }
  .content-row.vertical-tabs .nav .nav-item .nav-link {
    padding: 12px;
    gap: 2px;
  }
  .content-row.vertical-tabs .nav .nav-item .nav-link .label {
    font-size: 24px;
    letter-spacing: 2.8px;
  }
  .content-row.vertical-tabs .nav .nav-item .nav-link .arrow svg {
    width: 24px;
    height: 24px;
  }
  .content-row.vertical-tabs .tab-content {
    width: 100%;
  }
  .content-row.vertical-tabs .tab-content .tab-pane {
    padding: 40px 20px 20px 20px;
  }
}
.content-row.quote-carousel {
  pointer-events: none;
  padding: 60px 60px 60px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row.quote-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
}

.quote-item {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-grow: 1;
  flex-direction: row;
}
.quote-item .content {
  z-index: 5;
  position: relative;
  background: linear-gradient(299deg, rgba(255, 153, 66, 0.2) 34.49%, rgba(213, 105, 158, 0.2) 86.46%), white;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  clip-path: polygon(0 0, 100% 0, 89.8% 100%, 0% 100%);
}
.quote-item .gradient-button {
  pointer-events: auto;
  display: inline-flex;
}
.quote-item .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.quote-item .image .attachment-image {
  height: calc(100% - 80px);
  width: 100%;
}
.quote-item .image .attachment-image img,
.quote-item .image .attachment-image source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-position: 50% 35%;
  object-position: 50% 35%;
}
.quote-item .content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 84px 156px 64px 88px;
  gap: 34px;
}
.quote-item .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.quote-item .top-title {
  margin-bottom: 26px;
  color: #0c969d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.quote-item .copy {
  font-size: 30px;
  line-height: 125%;
  display: inline;
}
.quote-item .attribution {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1.44px;
}

.quote-start .quote-mark {
  display: inline-flex;
  transform: translate(0px, 5px);
  margin-right: 15px;
}

.quote-end .quote-mark {
  display: inline-flex;
  transform: translate(15px, 8px);
}

.custom-owl-btn {
  padding: 0;
  border: 0;
  pointer-events: auto;
  outline: 0;
}

@media only screen and (max-width: 1150px) {
  .content-row.quote-carousel {
    padding: 60px 20px 60px 20px;
  }
  .quote-item .content-inner {
    padding: 44px 116px 24px 48px;
  }
  .quote-item .copy {
    font-size: 22px;
  }
  .quote-item .quote-start svg {
    width: 15px;
    transform: translateY(4px);
  }
  .quote-item .quote-end svg {
    width: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .content-row.quote-carousel {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .quote-item {
    flex-direction: column;
  }
  .quote-item .content {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 35px));
    padding-bottom: 50px;
  }
  .quote-item .content .content-inner {
    padding: 40px;
  }
  .quote-item .content .content-inner .top,
  .quote-item .content .content-inner .bottom {
    gap: 15px;
  }
  .quote-item .content .content-inner .top-title,
  .quote-item .content .content-inner .attribution {
    margin-bottom: 0;
  }
  .quote-item .image {
    margin-top: -100px;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/11;
    padding: 0 20px;
  }
  .quote-item .image .attachment-image {
    overflow: hidden;
  }
  .quote-item .image .attachment-imagepicture,
  .quote-item .image .attachment-image img {
    height: auto;
    aspect-ratio: 16/11;
    -o-object-position: 50% 15%;
    object-position: 50% 15%;
  }
}
@media only screen and (max-width: 550px) {
  .content-row.quote-carousel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-row.info-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-row.info-grid .titles {
  padding: 120px 30px 60px 60px;
}

.info-grid-inner {
  flex-wrap: wrap;
}
.info-grid-inner .grid-item {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.info-grid-inner .grid-item img {
  transition: 3s 250ms linear all;
}
.info-grid-inner .grid-item .text-link span.nav-next {
  transition: 250ms linear all;
}
.info-grid-inner .grid-item.light .title {
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.info-grid-inner .grid-item:hover img {
  transform: scale(1.1);
  transition: 3s linear all;
}
.info-grid-inner .grid-item:hover .text-link span.nav-next {
  transform: translateX(10px);
  transition: 250ms linear all;
}
.info-grid-inner .grid-item:hover .content-box {
  transform: translateY(0);
  transition: 250ms linear all;
}
.info-grid-inner .grid-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.info-grid-inner .grid-item .title {
  padding: 60px 0 0 60px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.info-grid-inner .grid-item .content-box {
  background: rgba(236, 235, 231, 0.83);
  padding: 50px 58px 30px 58px;
  display: flex;
  gap: 25px;
  flex-direction: column;
  width: 100%;
  min-width: initial;
  transform: translateY(100%);
  transition: 250ms 150ms linear all;
}
.info-grid-inner .grid-item .image {
  height: 100%;
  width: 100%;
}
.info-grid-inner .grid-item .attachment-image {
  height: 100%;
  width: 100%;
}
.info-grid-inner .grid-item .attachment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.info-grid-inner[data-count="1"] .grid-item {
  aspect-ratio: 16/9;
}
.info-grid-inner[data-count="1"] .grid-item .content-box {
  max-width: 52vw;
  min-width: 600px;
  border-top-right-radius: 25px;
  transform: translateY(0);
}
.info-grid-inner[data-count="2"] .grid-item {
  aspect-ratio: 9/8;
}
.info-grid-inner[data-count="2"] .grid-item .title {
  max-width: 600px;
}
.info-grid-inner[data-count="3"] .grid-item {
  aspect-ratio: 9/8;
}
.info-grid-inner[data-count="3"] .grid-item .title {
  max-width: 600px;
  font-size: 40px;
}
.info-grid-inner[data-count="4"] .grid-item {
  aspect-ratio: 9/8;
}
.info-grid-inner[data-count="4"] .grid-item .title {
  font-size: 24px;
  padding: 23px 23px 0 23px;
}
.info-grid-inner[data-count="4"] .grid-item .content-box {
  padding: 18px 40px 18px 23px;
}
.info-grid-inner[data-count="4"] .grid-item .content-box .copy p {
  font-weight: 400;
}

@media only screen and (max-width: 1160px) {
  .info-grid-inner[data-count="1"] .title {
    font-size: 24px;
    padding: 23px 23px 0 23px;
    letter-spacing: 2.4px;
  }
  .info-grid-inner[data-count="1"] .grid-item {
    aspect-ratio: 1/0.8;
  }
  .info-grid-inner[data-count="2"] .title {
    font-size: 24px;
    padding: 23px 23px 0 23px;
    letter-spacing: 2.4px;
  }
  .info-grid-inner[data-count="2"] .content-box {
    padding: 18px 40px 18px 23px;
  }
  .info-grid-inner[data-count="2"] .content-box p {
    font-weight: 400;
  }
  .info-grid-inner[data-count="4"] .grid-item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .info-grid-inner[data-count="2"] .grid-item, .info-grid-inner[data-count="4"] .grid-item {
    aspect-ratio: 3/4;
  }
  .info-grid-inner[data-count="1"] .grid-item {
    aspect-ratio: 2/2;
  }
  .info-grid-inner[data-count="1"] .grid-item .content-box {
    min-width: 100%;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 650px) {
  .info-grid-inner[data-count="1"] .grid-item {
    aspect-ratio: 3/4;
  }
}
@media only screen and (max-width: 570px) {
  .info-grid-inner[data-count="2"] .grid-item, .info-grid-inner[data-count="3"] .grid-item, .info-grid-inner[data-count="4"] .grid-item {
    flex: 0 0 100%;
    aspect-ratio: 4/3;
  }
  .info-grid-inner[data-count="2"] .grid-item .content-box, .info-grid-inner[data-count="3"] .grid-item .content-box, .info-grid-inner[data-count="4"] .grid-item .content-box {
    transform: translateY(0);
  }
  .info-grid-inner[data-count="1"] .grid-item {
    flex: 0 0 100%;
    aspect-ratio: 3/4;
  }
  .info-grid-inner[data-count="1"] .grid-item .content-box {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 550px) {
  .content-row.info-grid .titles {
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .info-grid-inner .grid-item {
    aspect-ratio: 3/4 !important;
  }
}
.text-and-large-image {
  overflow: hidden;
  padding-bottom: 0;
}
.text-and-large-image .text-and-large-image-inner {
  position: relative;
}
.text-and-large-image .image {
  width: 50%;
  padding-bottom: 20px;
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}
.text-and-large-image .content {
  z-index: 20;
  position: relative;
  width: 50%;
  align-items: flex-start;
  justify-content: stretch;
}
.text-and-large-image .content .content-inner {
  z-index: 20;
  position: relative;
  padding: 60px 0 60px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.text-and-large-image .content .content-inner h2,
.text-and-large-image .content .content-inner h3 {
  margin-bottom: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 850px) {
  .content-row.text-and-large-image .content-row-inner {
    flex-direction: column-reverse !important;
  }
  .content-row.text-and-large-image .content-row-inner .image {
    width: 100%;
  }
  .content-row.text-and-large-image .content-row-inner .content {
    width: 100%;
  }
  .content-row.text-and-large-image .content-row-inner .content .content-inner {
    padding-left: 20px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 650px) {
  .content-row.text-and-large-image .content-row-inner .content .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pin-spacer {
  pointer-events: none;
}

.scrolling-info-panels {
  padding-bottom: 0;
}
.scrolling-info-panels.bg-teal .scrolling-info-panels-inner .left .content-inner {
  background: linear-gradient(105deg, rgba(12, 150, 157, 0) 49.14%, rgba(12, 150, 157, 0.2) 87.04%), white;
}
.scrolling-info-panels .scrolling-info-panels-inner {
  position: relative;
  overflow: hidden;
}
.scrolling-info-panels .scrolling-info-panels-inner .left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  height: 100vh;
}
.scrolling-info-panels .scrolling-info-panels-inner .left a {
  pointer-events: auto;
}
.scrolling-info-panels .scrolling-info-panels-inner .left .title.has-attribution {
  margin-bottom: 5px;
}
.scrolling-info-panels .scrolling-info-panels-inner .left .title .red-quote:nth-child(1) svg {
  transform: translate(2px, -4px);
}
.scrolling-info-panels .scrolling-info-panels-inner .left .title .red-quote:nth-child(2) svg {
  transform: translate(5px, -4px);
}
.scrolling-info-panels .scrolling-info-panels-inner .left .attribution {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.66px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.scrolling-info-panels .scrolling-info-panels-inner .left .content-inner {
  pointer-events: auto;
  background: linear-gradient(105deg, rgba(255, 153, 66, 0) 49.14%, rgba(255, 153, 66, 0.3) 87.04%), white;
  padding: 137px 195px 137px 60px;
  width: 55vw;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 89.8% 100%, 0% 100%);
}
.scrolling-info-panels .scrolling-info-panels-inner .right {
  height: 100%;
}
.scrolling-info-panels .scrolling-info-panels-inner .right:hover .fake-link svg {
  transform: translateX(10px);
  transition: 250ms linear all;
}
.scrolling-info-panels .scrolling-info-panels-inner .right:hover .content-inner .content .content-box {
  transition: 250ms linear all;
  transform: translateY(0);
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner {
  position: relative;
  height: 100%;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner.dark .title {
  color: white;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .image {
  width: 53vw;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .image .attachment-image,
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .image img {
  width: 100%;
  height: 100%;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content {
  width: 53vw;
  height: 100%;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-top: 76px;
  overflow: hidden;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content .title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  padding-left: calc(8vw + 50px);
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content .content-box {
  background: rgba(240, 240, 240, 0.84);
  padding: 39px 100px 39px calc(8vw + 50px);
  transform: translateY(100%);
  transition: 250ms 150ms linear all;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content .content-box p {
  font-weight: 400;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content .content-box .fake-link {
  text-transform: uppercase;
  font-weight: 600;
}
.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content .content-box .fake-link svg {
  transition: 250ms linear all;
}
.scrolling-info-panels.sticky .right {
  height: 100vh;
  display: inline-block;
  width: 100%;
}

.content-row.scrolling-info-panels.not-sticky .scrolling-info-panels-inner {
  aspect-ratio: auto;
  height: 100%;
}
.content-row.scrolling-info-panels.not-sticky .content-row-inner {
  height: 100%;
  aspect-ratio: auto;
}
.content-row.scrolling-info-panels.not-sticky .left {
  position: relative;
  height: 100%;
  aspect-ratio: auto;
}
.content-row.scrolling-info-panels.not-sticky .right {
  aspect-ratio: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.content-row.scrolling-info-panels.not-sticky .left .content-inner {
  min-height: 675px;
}

@media only screen and (max-width: 1000px) {
  .content-row.scrolling-info-panels .scrolling-info-panels-inner {
    min-height: auto;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .left {
    position: relative;
    height: auto;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .left .content-inner {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 35px));
    min-height: auto;
    padding: 60px 60px 120px 60px;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right {
    aspect-ratio: 4/3;
    margin-top: -50px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right .content {
    width: 100%;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner {
    height: auto;
    position: relative;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .image {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .left .content-inner {
    padding: 40px 40px 80px 40px;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .content .content-box {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 650px) {
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right {
    aspect-ratio: 3/4;
  }
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .right .content-inner .image {
    aspect-ratio: 3/4;
  }
}
@media only screen and (max-width: 550px) {
  .content-row.scrolling-info-panels .scrolling-info-panels-inner .left .content-inner {
    padding: 40px 20px 60px 20px;
  }
}
.logo-carousel {
  padding-top: 60px;
}
.logo-carousel .titles {
  padding-left: 60px;
  padding-bottom: 60px;
}

.infinite-marquee {
  max-width: 100%;
  overflow: hidden;
}
.infinite-marquee--css-only .infinite-marquee__top {
  animation: toRight 10s infinite linear;
  transform: translateX(-50%);
  translate: 0;
}
.infinite-marquee--css-only .infinite-marquee__bottom {
  animation: toLeft 10s infinite linear;
  translate: 0;
}
.infinite-marquee__text {
  max-width: 50vw;
  padding: 0 1.5rem;
}
.infinite-marquee__top, .infinite-marquee__bottom {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.infinite-marquee .slogan {
  width: auto;
  margin-right: 60px;
  height: 100%;
}
.infinite-marquee .slogan picture {
  display: inline-block;
  max-height: 64px;
}
.infinite-marquee .slogan img {
  max-height: 64px;
  height: 100%;
  width: auto;
}

@keyframes toLeft {
  to {
    transform: translateX(-50%);
  }
}
@keyframes toRight {
  to {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 550px) {
  .logo-carousel .titles {
    padding: 0 20px 20px 20px;
  }
}
.content-row.latest-case-studies {
  padding-top: 60px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}
.content-row.latest-case-studies .case-studies-container {
  gap: 55px;
}

@media only screen and (max-width: 1180px) {
  .latest-case-studies .case-studies-container {
    flex-direction: column !important;
    gap: 35px !important;
  }
}
@media only screen and (max-width: 550px) {
  .content-row.latest-case-studies {
    padding: 40px 20px;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cta-block {
  background: linear-gradient(270deg, #ff9942, #d5699e, #ff9942);
  background-size: 300% 300%;
  padding-top: 60px;
  animation: gradient 30s ease infinite;
  padding-bottom: 60px;
}
.cta-block .cta-block-inner {
  max-width: 1060px;
  margin: 0 auto;
  gap: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.cta-block .cta-block-inner * {
  color: white;
}
.cta-block .cta-block-inner h4 {
  margin-bottom: 0;
}
.cta-block .cta-block-inner a {
  text-transform: uppercase;
  border-radius: 25px;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.44px;
  border: 1px solid white;
  transition: 250ms linear all;
}
.cta-block .cta-block-inner a:hover {
  transition: 250ms linear all;
  color: #2e2e2e;
  background-color: white;
}

@media only screen and (max-width: 767px) {
  .content-row.cta-block {
    margin-bottom: 0;
  }
}
.pin-spacer {
  pointer-events: none;
}

.info-with-multi-images {
  overflow: hidden;
  padding-bottom: 0;
}
.info-with-multi-images .info-with-multi-images-inner {
  position: relative;
  overflow: hidden;
}
.info-with-multi-images .info-with-multi-images-inner .right {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  min-height: 650px;
}
.info-with-multi-images .info-with-multi-images-inner .right .content-inner {
  pointer-events: auto;
  background: linear-gradient(105deg, rgba(12, 150, 157, 0) 49.14%, rgba(12, 150, 157, 0.2) 87.04%), white;
  padding: 95px 60px 95px 137px;
  width: 55%;
  height: auto;
  clip-path: polygon(11.2% 0, 100% 0, 100% 100%, 0% 100%);
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.info-with-multi-images .info-with-multi-images-inner .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.info-with-multi-images .info-with-multi-images-inner .left .content-inner {
  height: 100%;
  width: 100%;
}
.info-with-multi-images .info-with-multi-images-inner .left .image-grid {
  height: calc(100% - 1px);
  width: 54vw;
  align-items: stretch;
  justify-content: stretch;
  display: flex;
  flex-wrap: wrap;
}
.info-with-multi-images .info-with-multi-images-inner .left .image-grid .top-left {
  flex: 1 0 50%;
  height: 50%;
}
.info-with-multi-images .info-with-multi-images-inner .left .image-grid .top-right {
  flex: 1 0 50%;
  height: 50%;
}
.info-with-multi-images .info-with-multi-images-inner .left .image-grid .bottom {
  flex: 1 0 100%;
  height: 50%;
}
.info-with-multi-images .info-with-multi-images-inner .left .carousel {
  height: 100%;
}
.info-with-multi-images .info-with-multi-images-inner .left .carousel .carousel-inner {
  height: 100%;
}
.info-with-multi-images .info-with-multi-images-inner .left .carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
.info-with-multi-images .info-with-multi-images-inner .left .carousel .carousel-inner .carousel-item picture,
.info-with-multi-images .info-with-multi-images-inner .left .carousel .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1140px) {
  .info-with-multi-images .info-with-multi-images-inner .right .content-inner {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 1100px) {
  .info-with-multi-images .info-with-multi-images-inner .right .content-inner {
    padding: 60px 60px 60px 110px;
  }
}
@media only screen and (max-width: 968px) {
  .info-with-multi-images .info-with-multi-images-inner h4 {
    font-size: 24px;
  }
  .info-with-multi-images .info-with-multi-images-inner .left {
    position: relative;
    width: 100%;
    height: auto;
  }
  .info-with-multi-images .info-with-multi-images-inner .left .image-grid {
    width: 100%;
    height: 100vw;
    min-height: initial;
  }
  .info-with-multi-images .info-with-multi-images-inner .left .image-grid .top-left,
  .info-with-multi-images .info-with-multi-images-inner .left .image-grid .top-right {
    aspect-ratio: 1/1;
  }
  .info-with-multi-images .info-with-multi-images-inner .left .image-grid .bottom {
    aspect-ratio: 2/1;
  }
  .info-with-multi-images .info-with-multi-images-inner .right {
    height: auto;
    min-height: initial;
    position: relative;
    width: 100%;
  }
  .info-with-multi-images .info-with-multi-images-inner .right .content-inner {
    width: 100%;
    padding: 100px 40px 60px 40px;
    margin-top: -30px;
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0% 100%);
  }
}
.content-row.video-embed {
  padding-bottom: 0;
}
.content-row.video-embed .title {
  padding: 50px 20px 0 20px;
  text-align: center;
  margin: 0;
}
.content-row.video-embed .video-embed-inner {
  max-width: 940px;
  margin: 50px auto 0 auto;
  padding: 0 10px 50px 10px;
}

.specific-resources .titles {
  padding: 60px 60px 0 60px;
}

@media only screen and (max-width: 550px) {
  .specific-resources .titles {
    padding: 20px;
  }
}
.timeline {
  padding-top: 125px;
  padding-bottom: 60px;
  gap: 50px;
  flex-wrap: wrap;
}
.timeline .timeline-side {
  width: calc((100% - 50px) / 3);
  padding-left: 60px;
}
.timeline .timeline-inner {
  width: calc((33.3333333333% - 50px) * 2);
  padding-right: 60px;
}
.timeline .timeline-item-inner {
  gap: 50px;
}
.timeline .timeline-item-inner .year {
  font-weight: 600;
  line-height: 100%; /* 160px */
  letter-spacing: 12.8px;
  text-transform: uppercase;
  font-size: 10.5vw;
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.28vw transparent;
  color: white;
}
.timeline .timeline-item-inner .left,
.timeline .timeline-item-inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 39%;
}
.timeline .timeline-item-inner .copy {
  font-size: 1.19vw;
}
.timeline .timeline-item-inner .image {
  width: 18vw;
  min-width: 172px;
  aspect-ratio: 1/1;
  border-radius: 25px;
  overflow: hidden;
}
.timeline .timeline-item-inner .image picture,
.timeline .timeline-item-inner .image img {
  aspect-ratio: 1/1;
}
.timeline .timeline-item-inner .image img {
  transform: scale(1.2);
  transition: 1s linear all;
}
.timeline .owl-item.active .timeline-item-inner .image img {
  transform: scale(1);
  transition: 10s linear all;
}
.timeline .timeline-bottom {
  width: 100%;
  flex: 0 0 100%;
  padding: 60px 60px;
}
.timeline .timeline-bottom .custom-owl-dots {
  gap: 20px;
}
.timeline .timeline-bottom .custom-owl-dots .fake-dot {
  background: rgba(46, 46, 46, 0.25);
  border-radius: 25px;
  position: relative;
  flex: 1;
  height: 8px;
  transition: 250ms linear all;
  cursor: pointer;
}
.timeline .timeline-bottom .custom-owl-dots .fake-dot .dot-year {
  position: absolute;
  top: -35px;
  padding-bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  transition: 250ms linear all;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(46, 46, 46, 0.25);
}
.timeline .timeline-bottom .custom-owl-dots .fake-dot.active, .timeline .timeline-bottom .custom-owl-dots .fake-dot:hover {
  background-color: #0c969d;
  transition: 250ms linear all;
}
.timeline .timeline-bottom .custom-owl-dots .fake-dot.active {
  transition: 250ms linear all;
}
.timeline .timeline-bottom .custom-owl-dots .fake-dot.active .dot-year {
  color: #0c969d;
  transition: 250ms linear all;
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1065px) {
  .timeline {
    gap: 15px;
  }
  .timeline .timeline-item-inner {
    gap: 15px;
  }
  .timeline .timeline-side {
    width: calc((100% - 15px) / 3);
  }
  .timeline .timeline-inner {
    width: calc((100% - 15px) / 3 * 2);
  }
}
@media only screen and (max-width: 785px) {
  .timeline .timeline-bottom .custom-owl-dots .fake-dot .dot-year {
    opacity: 0;
  }
  .timeline .timeline-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-side {
    width: 100%;
    padding: 0 20px;
  }
  .timeline .timeline-inner {
    width: 100%;
    padding: 0 20px;
  }
  .timeline .timeline-inner .year {
    font-size: 17vw;
    -webkit-text-stroke: 0.6vw transparent;
  }
  .timeline .timeline-inner .copy {
    font-size: 2.3vw;
  }
  .timeline .timeline-inner .image {
    width: 100%;
  }
  .timeline .timeline-inner .left,
  .timeline .timeline-inner .right {
    flex: 0 0 45%;
  }
}
@media only screen and (max-width: 575px) {
  .timeline {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .timeline .timeline-inner {
    padding: 0;
  }
  .timeline .timeline-inner .left {
    flex: 0 0 100%;
    padding: 0;
  }
  .timeline .timeline-inner .year {
    font-size: 27vw;
    -webkit-text-stroke: 1vw transparent;
  }
  .timeline .timeline-inner .copy {
    font-size: 3.5vw;
  }
  .timeline .timeline-inner .right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 435px) {
  .timeline .timeline-inner .year {
    -webkit-text-stroke: 1.3vw transparent;
  }
}
.team-rows {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-rows .team-rows-inner {
  align-items: start;
  justify-content: space-evenly;
  flex-direction: row;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.facetwp-type-pager {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 60px;
}
.facetwp-type-pager a {
  color: #2e2e2e;
  text-decoration: none;
  font-size: 18px;
  transition: 150ms linear all;
}
.facetwp-type-pager a.active, .facetwp-type-pager a:hover {
  transition: 150ms linear all;
  color: #0c969d;
}

.team-item {
  gap: 37px;
  display: flex;
  text-decoration: none;
  flex: 1;
  flex-direction: column;
  max-width: 360px;
  flex: 0 0 calc(25% - 30px);
}
.team-item .image {
  border-radius: 25px;
  position: relative;
  width: 100%;
  aspect-ratio: 32/26;
  overflow: hidden;
}
.team-item .image .linkedin {
  position: absolute;
  top: 15px;
  z-index: 10;
  right: 15px;
}
.team-item .image .attachment-image {
  filter: grayscale(100%);
  transition: 250ms 250ms linear all;
}
.team-item .image picture,
.team-item .image img {
  aspect-ratio: 32/26;
  width: 100%;
}
.team-item .image img {
  transition: 10s 500ms linear all;
}
.team-item .info {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.team-item .info p {
  margin-bottom: 0;
}
.team-item .info .name {
  font-size: 20px;
  font-weight: 700;
  color: #0c969d;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
.team-item:hover .image .attachment-image {
  filter: grayscale(0%);
  transition: 250ms linear all;
}
.team-item:hover img:not(.linkedin) {
  transform: scale(1.1);
  transition: 10s linear all;
}

@media only screen and (max-width: 1150px) {
  .team-rows .team-rows-inner {
    flex-wrap: wrap;
  }
  .team-item {
    flex: 0 0 calc(33.3333333333% - 30px);
  }
}
@media only screen and (max-width: 825px) {
  .team-item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .team-rows {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 625px) {
  .team-rows .team-rows-inner {
    gap: 30px 15px;
  }
  .team-item {
    gap: 15px;
  }
  .team-item .image .linkedin {
    top: 10px;
    right: 10px;
  }
  .team-item .image .linkedin svg {
    width: 25px;
    height: 25px;
  }
  .team-item .info p {
    font-size: 12px;
  }
  .team-item .info p.name {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 550px) {
  .facetwp-facet.facetwp-type-pager {
    padding: 30px 10px 10px 10px;
  }
}
#form {
  scroll-margin-top: 150px;
}

.contact-form .contact-form-inner {
  gap: 50px;
  padding: 60px 60px 60px 60px;
}
.contact-form label,
.contact-form legend {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  line-height: 120%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.contact-form label.gf__control__label__checkbox,
.contact-form legend.gf__control__label__checkbox {
  display: inline;
}
.contact-form .address_country {
  width: 100%;
  inline-size: 100% !important;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #2e2e2e !important;
  box-shadow: none !important;
  background: transparent !important;
}
.contact-form .left,
.contact-form .right {
  flex: 1;
}
.contact-form .gform_heading {
  display: none;
}
.contact-form .gfield-choice-input {
  border: 1px solid #2e2e2e !important;
}
.contact-form input.gform_button.button {
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%) !important;
  border-radius: 25px !important;
  padding: 7px 18px !important;
  box-shadow: none !important;
  border: 0 !important;
}
.contact-form #input_2_6_6_label,
.contact-form #field_2_7 legend {
  display: none;
}
.contact-form .right .gf__control.gf__control--submit {
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  display: inline-block;
  width: 115px;
  border-radius: 30px;
}
.contact-form .right .gf__control.gf__control--submit input.gf__submit {
  display: flex;
  position: relative;
  color: white;
  background-color: transparent !important;
  background-clip: padding-box !important; /* !importanté */
  border: solid 2px transparent !important; /* !importanté */
  border-radius: 43px !important;
  transition: 250ms linear all !important;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition: 250ms linear all;
  align-items: center;
  justify-content: center;
}
.contact-form .right .gf__control.gf__control--submit input.gf__submit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  opacity: 1;
  transition: 250ms linear all;
}
.contact-form .right .gf__control.gf__control--submit input.gf__submit:hover {
  color: black;
  background-color: white !important;
  transition: 250ms linear all !important;
}

.contact-form-links {
  padding: 60px;
  width: 100%;
}
.contact-form-links .specific-links {
  gap: 33px;
  flex-wrap: wrap;
  width: 100%;
}
.contact-form-links .specific-link {
  flex: 0 0 calc(25% - 33px);
  padding: 0;
  border: 0;
  background: transparent;
  gap: 15px;
  text-decoration: none;
  transition: 250ms 250ms linear all;
}
.contact-form-links .specific-link .nav-next {
  transition: 250ms 250ms linear all;
}
.contact-form-links .specific-link:hover .image {
  filter: grayscale(0%);
  transition: 250ms linear all;
}
.contact-form-links .specific-link:hover img {
  transform: scale(1.2);
  transition: 10s linear all;
}
.contact-form-links .specific-link:hover .nav-next {
  transform: Translatex(10px);
  transition: 250ms linear all;
}
.contact-form-links .specific-link .image {
  filter: grayscale(100%);
  width: 100%;
  border-radius: 18px;
  transition: 250ms 250ms linear all;
  position: relative;
  overflow: hidden;
  padding-top: 115%;
  width: 100%;
}
.contact-form-links .specific-link .image img,
.contact-form-links .specific-link .image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.contact-form-links .specific-link picture,
.contact-form-links .specific-link img {
  width: 100%;
  transition: 10s 250ms linear all;
}
.contact-form-links .info {
  width: 100%;
  gap: 5px;
}
.contact-form-links .info p {
  text-align: left;
}
.contact-form-links .info p.name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #0c969d;
}
.contact-form-links .info p.copy {
  font-weight: 600;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

form.gf__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}

.gf__control--hidden {
  visibility: hidden;
  display: none;
}

.gf__control__input.gf__control__input--checkbox {
  width: auto;
}

@media only screen and (max-width: 950px) {
  .contact-form-links .specific-link {
    flex: 0 0 calc(50% - 33px);
  }
}
@media only screen and (max-width: 600px) {
  .contact-form-links {
    padding: 60px 20px;
  }
  .contact-form-links .specific-links {
    gap: 15px;
  }
  .contact-form-links .specific-link {
    flex: 0 0 calc(50% - 8px);
  }
  .contact-form-links .specific-link .info p.name {
    font-size: 14px;
  }
  .contact-form-links .specific-link .info p.copy {
    font-size: 12px;
  }
  .contact-form .contact-form-inner {
    padding: 60px 20px;
  }
}
.content-row.offices {
  padding: 60px;
}
.content-row.offices .offices-inner {
  gap: 50px;
}
.content-row.offices .offices-inner .left {
  flex: 1;
  min-width: 250px;
  position: sticky;
  top: 120px;
}
.content-row.offices .offices-inner .right {
  flex: 1;
  gap: 30px;
}
.content-row.offices .offices-inner .office-link {
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  filter: grayscale(100%);
  transition: 250ms linear all;
  overflow: hidden;
}
.content-row.offices .offices-inner .office-link img {
  transition: 5s linear all;
}
.content-row.offices .offices-inner .office-link:hover {
  filter: grayscale(0%);
  transition: 250ms linear all;
}
.content-row.offices .offices-inner .office-link:hover img {
  transform: scale(1.2);
  transition: 5s linear all;
}
.content-row.offices .offices-inner .name {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .content-row.offices .offices-inner .left {
    position: relative;
    top: initial;
  }
}
@media only screen and (max-width: 600px) {
  .content-row.offices {
    padding: 60px 20px;
  }
}
.schedule-meeting {
  padding: 60px;
}
.schedule-meeting .under {
  max-width: 400px;
  margin: 20px auto 0 auto;
}

.vacancies {
  padding-bottom: 20px;
}
.vacancies .vacancies-inner {
  padding-top: 50px;
  padding-bottom: 0;
}

.footer {
  padding: 98px 65px 71px 65px;
  z-index: 50;
  position: relative;
}
.footer * {
  color: white;
  letter-spacing: 1.44px;
}
.footer .offices {
  gap: 35px;
}
.footer .offices p:last-of-type {
  margin-bottom: 0;
}
.footer .top,
.footer .middle,
.footer .bottom {
  gap: 115px;
}
.footer .middle {
  padding-bottom: 90px;
}
.footer .middle .right {
  gap: 35px;
}
.footer .footer-slogan {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 2.56px;
  max-width: 582px;
  text-transform: uppercase;
}
.footer .social-links {
  gap: 22px;
}
.footer a.nav-link {
  padding: 6px 6px 6px 0;
}
.footer a.nav-link:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer .top,
  .footer .middle,
  .footer .bottom {
    gap: 30px;
  }
  .footer {
    padding: 60px 60px;
  }
  .footer .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .bottom .left {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .footer {
    padding: 40px 20px;
  }
}
img figcaption,
picture figcaption,
figure figcaption {
  font-size: 12px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
img:has(.size-large), img.size-large,
picture:has(.size-large),
picture.size-large,
figure:has(.size-large),
figure.size-large {
  max-width: 900px;
}
img:has(.size-medium), img.size-medium,
picture:has(.size-medium),
picture.size-medium,
figure:has(.size-medium),
figure.size-medium {
  max-width: 500px;
}
img:has(.size-small), img.size-small,
picture:has(.size-small),
picture.size-small,
figure:has(.size-small),
figure.size-small {
  max-width: 150px;
  aspect-ratio: 1/1;
  -o-object-position: center;
  object-position: center;
}
img.aligncenter,
picture.aligncenter,
figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
img.alignright,
picture.alignright,
figure.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
img.alignleft,
picture.alignleft,
figure.alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  img:has(.size-large), img.size-large,
  picture:has(.size-large),
  picture.size-large,
  figure:has(.size-large),
  figure.size-large {
    max-width: 450px;
  }
  img:has(.size-medium), img.size-medium,
  picture:has(.size-medium),
  picture.size-medium,
  figure:has(.size-medium),
  figure.size-medium {
    max-width: 200px;
  }
  img:has(.size-small), img.size-small,
  picture:has(.size-small),
  picture.size-small,
  figure:has(.size-small),
  figure.size-small {
    max-width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  img.alignright, img.alignleft,
  picture.alignright,
  picture.alignleft,
  figure.alignright,
  figure.alignleft {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    width: 100% !important;
  }
}
.single picture.size-full,
.single img.size-full {
  max-width: 400px;
}
.single h3,
.single h4 {
  margin-top: 30px !important;
}
.single ul li,
.single ol li {
  margin-bottom: 5px;
}
.single ul li a,
.single ol li a {
  color: #0c969d;
  overflow-wrap: break-word;
  word-break: break-word;
}
.single ul li a:hover,
.single ol li a:hover {
  color: #2e2e2e;
}

.error-page .error-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.error-page .error-content .error-content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.mobile-menu {
  padding: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50.39%, rgba(255, 255, 255, 0.95) 100%);
}
.mobile-menu li:last-of-type a {
  padding-bottom: 20px;
  border-bottom: 0;
}
.mobile-menu li {
  opacity: 0;
  transition: 150ms 450ms linear all;
  position: relative;
}
.mobile-menu li.menu-item-has-children.dropdown .arrow {
  cursor: pointer;
  content: "";
  display: flex;
  height: 40px;
  width: 60px;
  padding: 10px 20px 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 31 31"><g><g id="Layer_1"><g><g id="arrow-right-sharp-thin_28"><path id="Vector" d="M29.29,1.33v-.78s-.74.01-.74.01l-22.8.45-.72.02.04,1.49.72-.02,21.01-.42L1.3,28.71l-.51.53,1.02,1.06.51-.53L27.83,3.15l-.4,21.93-.02.75,1.44.04.02-.75.44-23.79h0Z" style="fill: %232e2e2e;"/></g></g></g></g></svg>');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 250ms linear all;
}
.mobile-menu li.menu-item-has-children.dropdown.expanded .arrow {
  transform: rotate(90deg);
  transition: 250ms linear all;
}
.mobile-menu li.menu-item-has-children.dropdown.expanded .arrow:hover {
  transform: rotate(90deg);
  transition: 250ms linear all;
}
.mobile-menu li.menu-item-has-children.dropdown .arrow:hover {
  transform: rotate(45deg);
  transition: 250ms linear all;
}
.mobile-menu li.menu-item-has-children.dropdown > .dropdown-menu > li.menu-item-has-children.dropdow.arrow {
  display: none;
}
.mobile-menu li a.nav-link {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.mobile-menu li.current_page_item > a span, .mobile-menu li.current_page_ancestor > a span {
  color: #0c969d;
}
.mobile-menu .dropdown ul {
  width: 100%;
  background: transparent;
}
.mobile-menu .dropdown ul > .dropdown ul {
  padding-left: 20px;
}
.mobile-menu .dropdown li {
  overflow: hidden;
  width: 100%;
}
.mobile-menu .dropdown li a {
  background: transparent;
  padding: 11px 20px 11px 40px !important;
}
.mobile-menu .dropdown li > .dropdown {
  padding: 11px 20px 11px 60px !important;
}
.mobile-menu a span {
  color: #2e2e2e;
}
.mobile-menu a:hover span {
  color: #0c969d;
}
.mobile-menu .dropdown-menu {
  padding-left: 0;
}
.mobile-menu li.dropdown.menu-item-has-children > .dropdown-menu {
  display: block;
}
.mobile-menu li.dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.header.active .mobile-menu {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}

.hero-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px 20px;
  opacity: 1;
  z-index: 30;
}
.hero-buttons .hero-buttons-inner {
  padding: 2px;
  border-radius: 43px;
  z-index: 0;
  gap: 5px;
  text-align: center;
}

body.home .hero-buttons {
  position: absolute;
}

.hero-button,
.gradient-button,
.facetwp-load-more {
  display: flex;
  position: relative;
  color: white;
  background-color: transparent;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 43px;
  transition: 250ms linear all;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition: 250ms linear all;
  align-items: center;
  justify-content: center;
}
.hero-button:before,
.gradient-button:before,
.facetwp-load-more:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  opacity: 1;
  transition: 250ms linear all;
}
.hero-button:hover,
.gradient-button:hover,
.facetwp-load-more:hover {
  color: black;
  background-color: white;
  transition: 250ms linear all;
}

@media only screen and (max-width: 550px) {
  body.home .hero-buttons {
    top: calc(170vw - 50px);
  }
}
@media only screen and (max-width: 550px) {
  .hero-buttons[data-count="1"] .hero-button {
    width: auto;
  }
  .hero-buttons[data-count="2"] .hero-button {
    width: 50%;
  }
  .hero-buttons[data-count="3"] .hero-button {
    width: 33%;
  }
  .hero-buttons-inner {
    width: 100%;
  }
  .hero-button {
    font-size: 12px;
    letter-spacing: 0.9px;
    padding: 7px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .hero-buttons[data-count="3"] {
    position: absolute;
  }
  .hero-buttons[data-count="3"] .hero-buttons-inner {
    border-radius: 20px;
    flex-direction: column !important;
  }
  .hero-buttons[data-count="3"] .hero-buttons-inner .hero-button {
    width: 100%;
  }
  .hero-buttons {
    padding: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 365px) {
  .hero-buttons[data-count="2"] .hero-buttons-inner {
    border-radius: 20px;
    flex-direction: column !important;
  }
  .hero-buttons[data-count="2"] .hero-buttons-inner .hero-button {
    width: 100%;
  }
}
.touch-points-diagram {
  width: 100%;
  height: 100%;
}
.touch-points-diagram .diagram-inner {
  width: 100%;
  height: 100%;
}
.touch-points-diagram .diagram-inner .points-container {
  width: 100%;
  height: 100%;
}
.touch-points-diagram p strong,
.touch-points-diagram p b {
  font-weight: 600;
}
.touch-points-diagram .content-container {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.touch-points-diagram .content-container .content-item {
  opacity: 0;
  pointer-events: none;
  padding-left: 6vw;
  padding-right: 40px;
  transition: 250ms linear all;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.touch-points-diagram .content-container .content-item .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
.touch-points-diagram .content-container .content-item.active {
  opacity: 1;
  transition: 250ms 250ms linear all;
}

.touch-point {
  position: absolute;
  width: 5.5vw;
  aspect-ratio: 1/1;
  border: 0;
  background: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  transition: 250ms linear all;
  transform: translate(-50%, -50%) scale(0.45);
}
.touch-point svg {
  width: 100%;
  height: 100%;
}
.touch-point:hover {
  transition: 250ms linear all;
  filter: blur(0);
}
.touch-point.active {
  transition: 250ms linear all;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
}

.marie-diagram .touch-point[data-point="1"] {
  left: 44%;
  top: 28%;
}
.marie-diagram .touch-point[data-point="2"] {
  left: 51%;
  top: 55%;
}
.marie-diagram .touch-point[data-point="3"] {
  left: 58%;
  top: 60%;
}
.marie-diagram .touch-point[data-point="4"] {
  left: 53.6%;
  top: 81.5%;
}
.marie-diagram .touch-point[data-point="5"] {
  left: 48%;
  top: 79.3%;
}
.marie-diagram .touch-point[data-point="6"] {
  left: 40%;
  top: 71%;
}
.marie-diagram .touch-point[data-point="7"] {
  left: 49%;
  top: 69%;
}

.ruby-diagram .touch-point[data-point="1"] {
  left: 27%;
  top: 29%;
}
.ruby-diagram .touch-point[data-point="2"] {
  left: 67%;
  top: 29%;
}
.ruby-diagram .touch-point[data-point="3"] {
  left: 33%;
  top: 39%;
}
.ruby-diagram .touch-point[data-point="4"] {
  left: 38%;
  top: 41%;
}
.ruby-diagram .touch-point[data-point="5"] {
  left: 54%;
  top: 50%;
}
.ruby-diagram .touch-point[data-point="6"] {
  left: 52%;
  top: 59%;
}
.ruby-diagram .touch-point[data-point="7"] {
  left: 49%;
  top: 65%;
}
.ruby-diagram .touch-point[data-point="8"] {
  left: 42.5%;
  top: 69%;
}
.ruby-diagram .touch-point[data-point="9"] {
  left: 47%;
  top: 80%;
}
.ruby-diagram .touch-point[data-point="10"] {
  left: 35%;
  top: 81%;
}

.grace-diagram .touch-point[data-point="1"] {
  left: 53%;
  top: 70%;
}
.grace-diagram .touch-point[data-point="2"] {
  left: 46%;
  top: 40%;
}
.grace-diagram .touch-point[data-point="3"] {
  left: 33%;
  top: 60%;
}
/*.grace-diagram .touch-point[data-point="4"] {
  left: 46.5%;
  top: 79%;
}
.grace-diagram .touch-point[data-point="5"] {
  left: 43%;
  top: 67%;
}
.grace-diagram .touch-point[data-point="6"] {
  left: 49%;
  top: 54%;
}*/

.touchpoint-diagram {
  padding: 60px 0 60px 60px;
}
.touchpoint-diagram .left {
  display: none;
}
.touchpoint-diagram .diagram-container {
  position: relative;
  width: 100%;
}
.touchpoint-diagram .diagram-container svg {
  width: 100%;
  height: 100%;
}
.touchpoint-diagram .diagram-container .diagram-inner .image {
  width: 80%;
}
.touchpoint-diagram .content-container {
  width: 25%;
  margin-left: -5%;
}
.touchpoint-diagram .content-container .content-item {
  padding-left: 0;
  padding-right: 60px;
}
.touchpoint-diagram .content-container .content-item .title {
  padding-top: 120px;
}
.touchpoint-diagram .touch-points-diagram {
  position: relative;
  width: 100%;
}
.touchpoint-diagram .touch-points-diagram.map-diagram {
  top: 0 !important;
}

.map-diagram a {
  pointer-events: auto;
}
.map-diagram .touch-point {
  width: 4.5vw;
}
.map-diagram .touch-point[data-point="1"] {
  left: 40%;
  top: 51%;
}
.map-diagram .touch-point[data-point="2"] {
  left: 66%;
  top: 55%;
}

.body-diagram .touch-point {
  width: 4.5vw;
}
.body-diagram .touch-point[data-point="1"] {
  left: 49%;
  top: 1%;
}
.body-diagram .touch-point[data-point="2"] {
  left: 47.8%;
  top: 20%;
}
.body-diagram .touch-point[data-point="3"] {
  left: 52.5%;
  top: 24.5%;
}
.body-diagram .touch-point[data-point="4"] {
  left: 49%;
  top: 32%;
}
.body-diagram .touch-point[data-point="5"] {
  left: 51%;
  top: 44%;
}

.touchpoint-diagram:has(.body-diagram) .diagram-container {
  aspect-ratio: 16/7;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner {
  position: relative;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .titles {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  max-width: 24.5vw;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .titles h3 {
  font-size: 1.48vw;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .titles h4 {
  font-size: 2.55vw;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .attachment-image {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  aspect-ratio: 16/7;
  height: auto;
  width: 100%;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .attachment-image img {
  height: auto;
  aspect-ratio: 16/7;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .points-container {
  width: calc(100% - 60px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  bottom: 0;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .content-container {
  width: 33%;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .content-container .content-item .title {
  padding-top: 25px;
}
.touchpoint-diagram:has(.body-diagram) .content-row-inner .content-container .content-item a {
  pointer-events: auto;
}

.body-diagram {
  padding-right: 60px;
}

@media only screen and (max-width: 1120px) {
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .titles {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 60px;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .titles h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .titles h4 {
    font-size: 32px;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .content-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    margin-left: 0;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .diagram-container {
    aspect-ratio: auto;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .body-diagram {
    top: 0 !important;
    height: auto;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .attachment-image {
    aspect-ratio: 4/8;
    width: 50%;
    margin: 0 auto 0 0;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .attachment-image img {
    aspect-ratio: 4/8;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .points-container {
    width: calc(50% - 30px);
    aspect-ratio: auto;
  }
  .body-diagram .touch-point {
    width: 7vw;
  }
  .body-diagram .touch-point[data-point="1"] {
    left: 45%;
    top: 2%;
  }
  .body-diagram .touch-point[data-point="2"] {
    left: 40%;
    top: 22%;
  }
  .body-diagram .touch-point[data-point="3"] {
    left: 61%;
    top: 26%;
  }
  .body-diagram .touch-point[data-point="4"] {
    left: 43%;
    top: 34%;
  }
  .body-diagram .touch-point[data-point="5"] {
    left: 54%;
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .hero.has-diagram {
    aspect-ratio: initial;
    padding-bottom: 100px;
    padding-top: 87px;
  }
  .hero.has-diagram .image {
    height: 100%;
    aspect-ratio: initial;
    padding-top: 120px;
  }
  .diagram-container:has(.map-diagram) {
    padding-bottom: 20vw;
  }
  .touch-points-diagram {
    height: calc(100% - 120px);
    top: 120px !important;
  }
  .touch-points-diagram.map-diagram .content-container .content-item {
    padding-top: 30px;
  }
  .touch-points-diagram .diagram-inner .points-container {
    width: 100%;
    height: 100%;
  }
  .touch-points-diagram .content-container {
    position: relative;
    padding: 0;
    width: 100%;
    top: initial;
  }
  .touch-points-diagram .content-container .content-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .touch-point {
    width: 15vw;
  }
  .marie-diagram .touch-point[data-point="1"] {
    left: 39%;
    top: 20%;
  }
  .marie-diagram .touch-point[data-point="2"] {
    left: 51%;
    top: 40%;
  }
  .marie-diagram .touch-point[data-point="3"] {
    left: 66%;
    top: 45%;
  }
  .marie-diagram .touch-point[data-point="4"] {
    left: 56%;
    top: 65%;
  }
  .marie-diagram .touch-point[data-point="5"] {
    left: 45%;
    top: 63%;
  }
  .marie-diagram .touch-point[data-point="6"] {
    left: 31%;
    top: 58%;
  }
  .marie-diagram .touch-point[data-point="7"] {
    left: 50%;
    top: 54%;
  }
  .ruby-diagram .touch-point[data-point="1"] {
    left: 12%;
    top: 16%;
  }
  .ruby-diagram .touch-point[data-point="2"] {
    left: 85%;
    top: 18%;
  }
  .ruby-diagram .touch-point[data-point="3"] {
    left: 23%;
    top: 28%;
  }
  .ruby-diagram .touch-point[data-point="4"] {
    left: 32%;
    top: 25%;
  }
  .ruby-diagram .touch-point[data-point="5"] {
    left: 60%;
    top: 28%;
  }
  .ruby-diagram .touch-point[data-point="6"] {
    left: 58%;
    top: 43%;
  }
  .ruby-diagram .touch-point[data-point="7"] {
    left: 50%;
    top: 49%;
  }
  .ruby-diagram .touch-point[data-point="8"] {
    left: 41%;
    top: 52%;
  }
  .ruby-diagram .touch-point[data-point="9"] {
    left: 48%;
    top: 62%;
  }
  .ruby-diagram .touch-point[data-point="10"] {
    left: 28%;
    top: 61%;
  }
	
	.grace-diagram .touch-point[data-point="1"] {
    left: 41%;
    top: 52%;
  }
  .grace-diagram .touch-point[data-point="2"] {
    left: 48%;
    top: 62%;
  }
  .grace-diagram .touch-point[data-point="3"] {
    left: 28%;
    top: 61%;
  }
}
@media only screen and (max-width: 550px) {
  .touchpoint-diagram:has(.body-diagram) {
    padding: 40px 20px 120px 20px;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .titles {
    padding-left: 20px;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .image {
    width: 350px;
    height: 645px;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .diagram-container {
    aspect-ratio: 510/800;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .body-diagram {
    padding-right: 0;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .body-diagram .diagram-inner {
    height: auto;
    aspect-ratio: 510/800;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .attachment-image,
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .points-container,
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .attachment-image img {
    width: 100%;
    height: 100%;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .points-container {
    width: 350px;
    max-height: initial;
    height: initial;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 645px;
    transform: translatex(-50%);
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .content-container {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    bottom: initial;
    top: 0;
    height: 100%;
    max-height: 30vh;
  }
  .touchpoint-diagram:has(.body-diagram) .content-row-inner .content-container .content-item {
    padding: 0;
  }
  .touchpoint-diagram:has(.map-diagram) {
    padding: 20px;
  }
  .touchpoint-diagram:has(.map-diagram) .diagram-container:has(.map-diagram) {
    padding-bottom: 175px;
  }
  .touchpoint-diagram:has(.map-diagram) .diagram-container:has(.map-diagram) .diagram-inner .image {
    width: 100%;
  }
  .touchpoint-diagram:has(.map-diagram) .map-diagram .touch-point {
    width: 10vw;
  }
  .touchpoint-diagram:has(.map-diagram) .map-diagram .touch-point[data-point="1"] {
    left: 50%;
    top: 51%;
  }
  .touchpoint-diagram:has(.map-diagram) .map-diagram .touch-point[data-point="2"] {
    left: 83%;
    top: 55%;
  }
  .body-diagram .touch-point {
    width: 17vw;
  }
}
@media only screen and (max-width: 390px) {
  .hero.has-diagram .hero-inner .content {
    padding-bottom: 20px;
    z-index: 40;
    pointer-events: auto;
  }
  .hero.has-diagram .hero-inner .content .info a,
  .hero.has-diagram .hero-inner .content .info span,
  .hero.has-diagram .hero-inner .content .info p,
  .hero.has-diagram .hero-inner .content .info h1,
  .hero.has-diagram .hero-inner .content .info h3 {
    font-size: 12px;
  }
}
.filters {
  position: relative;
}

.facetwp-dropdown select {
  display: none;
}

select.facetwp-dropdown {
  outline: none;
  padding: 9px 35px 9px 15px;
  border-radius: 25px;
  color: white;
  background: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.10547 8.35547C8.70703 8.78711 8.00977 8.78711 7.61133 8.35547L1.23633 1.98047C0.804687 1.58203 0.804687 0.884765 1.23633 0.486327C1.63477 0.0546868 2.33203 0.0546869 2.73047 0.486328L8.375 6.09766L13.9863 0.486328C14.3848 0.0546874 15.082 0.0546874 15.4805 0.486328C15.9121 0.884766 15.9121 1.58203 15.4805 1.98047L9.10547 8.35547Z" fill="white"/></svg>'), linear-gradient(312deg, #ff9942 13.82%, #d5699e 82.77%);
  min-width: 220px;
  position: relative;
  line-height: 1.2;
  border: 0;
  font-size: 14px;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center right 5%;
}

.careers .BambooHR-ATS-board h2 {
  font-size: 19px;
  font-size: 32px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 3.2px !important;
  color: #000 !important;
  margin-bottom: 15px !important;
}
.careers .BambooHR-ATS-Department-Header {
  margin-bottom: 0;
  text-transform: uppercase !important;
  color: #0c969d !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 1.6px !important;
}
.careers .BambooHR-ATS-Department-Item {
  padding-bottom: 20px;
}
.careers ul.BambooHR-ATS-Jobs-List {
  padding: 10px 0 20px 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
.careers .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
  padding: 10px 0 !important;
  border-bottom: 1px solid grey !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.careers .BambooHR-ATS-board a {
  margin: 0 !important;
  font-size: 26px !important;
  letter-spacing: 2.56px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 885px) {
  .careers .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}