/*
Theme Name: Fetzer
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-after-label, .twentytwenty-before-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow, .twentytwenty-right-arrow, .twentytwenty-left-arrow {
  width: 0;
  height: 0;
  border: 0px inset transparent;
  position: absolute;
}

.twentytwenty-right-arrow, .twentytwenty-left-arrow {
  top: 50%;
  margin-top: 0px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow {
  left: 50%;
  margin-left: 0px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 3px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 3px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 3px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 0px solid #fff;
  left: 50%;
  margin-left: 0px;
}

.twentytwenty-right-arrow {
  border-left: 0px solid #fff;
  right: 50%;
  margin-right: 0px;
}

.twentytwenty-up-arrow {
  border-bottom: 0px solid #fff;
  top: 50%;
  margin-top: 0px;
}

.twentytwenty-down-arrow {
  border-top: 0px solid #fff;
  bottom: 50%;
  margin-bottom: 0px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Avenir Next Variable";
  src: url("./assets/fonts/AvenirNextVariable-Roman.woff2") format("woff2");
  font-weight: 250 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fetzer-icons";
  src: url("./assets/fonts/fetzer-icons.ttf?c15z91") format("truetype"), url("./assets/fonts/fetzer-icons.woff?c15z91") format("woff"), url("./assets/fonts/fetzer-icons.svg?c15z91#fetzer-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fetzer-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search-alt:before {
  content: "\e93e";
}

.icon-resources-technology:before {
  content: "\e93c";
}

.icon-resources-spiritual-innovation:before {
  content: "\e931";
}

.icon-resources-violence:before {
  content: "\e932";
}

.icon-resources-mental-health:before {
  content: "\e933";
}

.icon-resources-economy:before {
  content: "\e934";
}

.icon-resources-religion:before {
  content: "\e935";
}

.icon-resources-sciences:before {
  content: "\e936";
}

.icon-resources-belonging:before {
  content: "\e937";
}

.icon-resources-politics:before {
  content: "\e938";
}

.icon-resources-environment:before {
  content: "\e939";
}

.icon-resources-health:before {
  content: "\e93a";
}

.icon-resources-kids-and-family:before {
  content: "\e93b";
}

.icon-twitter:before {
  content: "\e93d";
}

.icon-download-fullsize:before {
  content: "\e930";
}

.icon-plus:before {
  content: "\e92b";
}

.icon-minus:before {
  content: "\e92c";
}

.icon-close-dark:before {
  content: "\e92d";
}

.icon-trinity:before {
  content: "\e92e";
}

.icon-chevron-down:before {
  content: "\e92a";
}

.icon-nav-arrow-next:before {
  content: "\e928";
}

.icon-nav-arrow-prev:before {
  content: "\e929";
}

.icon-previous-bold:before {
  content: "\e925";
}

.icon-next-bold:before {
  content: "\e926";
}

.icon-close-bold:before {
  content: "\e927";
}

.icon-fetzer:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-previous:before {
  content: "\e905";
}

.icon-next:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e907";
}

.icon-info:before {
  content: "\e908";
}

.icon-download-report:before {
  content: "\e909";
}

.icon-love-romance:before {
  content: "\e90a";
}

.icon-humanity-technology:before {
  content: "\e90b";
}

.icon-hope-resilience:before {
  content: "\e90c";
}

.icon-loss-grief:before {
  content: "\e90d";
}

.icon-justice-injustice:before {
  content: "\e90e";
}

.icon-freedom-opression:before {
  content: "\e90f";
}

.icon-survival-endurance:before {
  content: "\e910";
}

.icon-question:before {
  content: "\e911";
}

.icon-mystery-suspense:before {
  content: "\e912";
}

.icon-courage-heroism:before {
  content: "\e913";
}

.icon-dreams-aspirations:before {
  content: "\e914";
}

.icon-society-culture:before {
  content: "\e915";
}

.icon-redemption-forgiveness:before {
  content: "\e916";
}

.icon-filter:before {
  content: "\e917";
}

.icon-list-view:before {
  content: "\e918";
}

.icon-grid-view:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e91a";
}

.icon-play:before {
  content: "\e91b";
}

.icon-pause:before {
  content: "\e91c";
}

.icon-volume-04:before {
  content: "\e91d";
}

.icon-volume-03:before {
  content: "\e91e";
}

.icon-volume-02:before {
  content: "\e91f";
}

.icon-volume-01:before {
  content: "\e920";
}

.icon-captions:before {
  content: "\e921";
}

.icon-air-play:before {
  content: "\e922";
}

.icon-pop-play:before {
  content: "\e923";
}

.icon-full-screen:before {
  content: "\e924";
}

.icon-external:before {
  content: "\e92f";
}

.gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper.gravity-theme form {
  padding: 50px 40px;
  background-color: #e64b38;
  position: relative;
}
.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  border: 0 !important;
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
.gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input {
  height: 55px;
}
.gform_wrapper.gravity-theme form textarea {
  min-height: 200px !important;
}
.gform_wrapper.gravity-theme form #gform_submit_button_1 {
  height: auto;
  padding: 10px 30px;
  background-color: #e64b38;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.gform_wrapper.gravity-theme form #gform_submit_button_1:hover {
  background-color: #40474f;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #cc0000;
  color: #cc0000;
  background-color: #fff9f9;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 12px 16px;
  border: 0;
  background: #fff;
  color: #cc0000;
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #cc0000;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_footer .button {
  border: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Avenir Next Variable", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  min-width: 320px;
}
body.bg-black {
  background-color: #000;
}
.no-hero body {
  padding-top: 80px;
}
.nav-on body {
  overflow: hidden;
}

#page {
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
}

section,
.module {
  margin: 100px 0;
}
section .swiper .swiper-pagination,
.module .swiper .swiper-pagination {
  bottom: 0;
  background-color: #F1F1F1;
  border-radius: 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  gap: 8px;
  padding: 0 20px;
}
section .swiper .swiper-pagination .swiper-pagination-bullet,
.module .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #999;
  opacity: 1;
  margin: 0;
  width: 9px;
  height: 9px;
}
section .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.module .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media (max-width: 1679px) {
  section,
  .module {
    margin: 60px 0;
  }
}
@media (max-width: 1079px) {
  section,
  .module {
    margin: 45px 0;
  }
}
section:last-child,
.module:last-child {
  margin-bottom: 0;
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding: 0 80px;
}
.wrapper.large {
  max-width: 1442px;
}
.wrapper.thin {
  max-width: 760px;
}
.wrapper.thinnest {
  max-width: 727px;
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Avenir Next Variable", sans-serif;
  color: #000;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  /* text-6xl/font-bold */
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.4px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  color: #000;
  /* text-5xl/font-bold */
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
    letter-spacing: initial;
  }
}

h3, .h3 {
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  letter-spacing: -0.6px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin: 0 0 1em;
  letter-spacing: -0.01em;
}
p:last-child {
  margin-bottom: 0;
}
p:has(button), p:has(.button),
p + button,
p + .button {
  margin-top: 4px;
}

a {
  color: #0079BB;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  color: #006fff;
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px transparent;
  border-radius: 40px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 10px 20px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  will-change: transform;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button:hover, .button:focus {
  text-decoration: none;
  font-weight: 500;
}
.button.primary {
  background: #0079BA;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #6691B9;
  color: #fff;
}
.button.primary.black {
  background-color: #000;
  color: #fff;
}
.button.primary.black:hover, .button.primary.black:focus {
  background-color: #484848;
  color: #fff;
}
.button.primary.white {
  background-color: #fff;
  color: #000;
}
.button.primary.white:hover, .button.primary.white:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.button.secondary {
  color: #0079BA;
  border-color: #CCDAE8;
}
.button.secondary:hover, .button.secondary:focus {
  border-color: #0079BA;
  color: #0079BA;
}
.button.secondary.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.button.secondary.white:hover, .button.secondary.white:focus {
  border-color: #fff;
  color: #fff;
}
.button.secondary.black {
  border-color: #DDD;
  color: #000;
}
.button.secondary.black:hover, .button.secondary.black:focus {
  border-color: #1D1D1F;
  color: #000;
}
.button.tertiary {
  font-size: 12px;
  color: #0079BA;
  border-style: none;
  border-color: none;
  letter-spacing: 0;
  max-width: 100%;
  white-space: unset;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: none;
  color: #0079BA;
  border-style: none;
  border-color: none;
}
.button.tertiary.white {
  color: #fff;
}
.button.tertiary.white:hover, .button.tertiary.white:focus {
  color: #dedede;
  border-style: none;
  border-color: none;
}
.button.tertiary.black {
  color: #000;
}
.button.tertiary.black:hover, .button.tertiary.black:focus {
  color: #484848;
  border-style: none;
  border-color: none;
}
.button.tertiary::after {
  content: "\e928";
  display: inline-block;
  font-family: "fetzer-icons" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  letter-spacing: normal;
  margin: 0 0 -4px 0;
}
.button.w-icon-badge::before, .button.w-icon-grid::before, .button.w-icon-download::before, .button.w-icon-download-fullsize::before, .button.w-icon-leaf::before, .button.w-icon-external::before {
  font-family: "fetzer-icons" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  letter-spacing: normal;
  margin: -2px 0;
}
.button.w-icon-badge::before {
  content: "\e900";
}
.button.w-icon-grid::before {
  content: "\e919";
}
.button.w-icon-download::before {
  content: "\e909";
}
.button.w-icon-download-fullsize::before {
  content: "\e930";
  font-size: 16px;
  margin: 0;
}
.button.w-icon-leaf::before {
  content: "\e914";
}
.button.w-icon-external::before {
  content: "\e92f";
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  gap: 15px;
}
.social a {
  text-decoration: none;
  color: #000;
}
.social a:hover, .social a:focus {
  color: #00B0F0;
}

.social-share {
  margin-top: 60px;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.social-share .icons > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #0079BB;
}
.social-share .icons > a:hover, .social-share .icons > a:focus {
  background-color: #000;
  text-decoration: none;
}

hr {
  margin: 50px 0;
  height: 2px;
  background-color: #000;
  border: 0;
}
@media (max-width: 1199px) {
  hr {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 40px 0;
  }
}

.eyebrow {
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
}

.blue-gradient {
  display: inline-block;
  color: #0062ff;
  background: -webkit-linear-gradient(0deg, #0062ff, #05c5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red-gradient {
  display: inline-block;
  color: #ff0000;
  background: -webkit-linear-gradient(0deg, #ff0000, #e7a33d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

blockquote {
  margin: 0;
}
blockquote p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
blockquote strong {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  letter-spacing: -0.01em;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  margin-top: 10px;
}

.page-404 {
  text-align: center;
  margin: 50px 0 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .site-content ol, .resource-content ul, .resource-content ol {
  margin: -3px 0 1.333em 29px;
  padding: 0 0 0 0px;
  line-height: 1.333em;
}
.site-content ul > li, .site-content ol > li, .resource-content ul > li, .resource-content ol > li {
  margin: 0 0 0 0;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol, .resource-content ul ul, .resource-content ul ol, .resource-content ol ul, .resource-content ol ol {
  margin: 0 0 0 24px;
  padding: 0 0 0 0px;
}
.site-content ul ul li, .site-content ul ol li, .site-content ol ul li, .site-content ol ol li, .resource-content ul ul li, .resource-content ul ol li, .resource-content ol ul li, .resource-content ol ol li {
  margin: 0 0 0 0;
}
.site-content ul ul, .site-content ol ul, .resource-content ul ul, .resource-content ol ul {
  list-style: disc;
}
.site-content ol, .resource-content ol {
  list-style-type: decimal;
}
.site-content ol ol, .resource-content ol ol {
  list-style-type: lower-alpha;
}
.site-content ol ol ol, .resource-content ol ol ol {
  list-style-type: lower-roman;
}
.site-content .wysiwyg-columns, .resource-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three, .resource-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img, .resource-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1199px) {
  .site-content .wysiwyg-columns.three, .resource-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns, .resource-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three, .resource-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img, .resource-content .wysiwyg-columns.three img {
    width: unset;
  }
}

figure.image,
.image.ace-figure {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder,
.image.ace-figure .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display,
.image.ace-figure .display {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img,
.image.ace-figure .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.background-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  overflow: hidden;
}
.background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: none;
}

@media (min-width: 1080px) {
  video.background-video + .background-image {
    display: none;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 3px solid #000;
  padding: 15px 25px;
  background-color: #fff;
}
.skip:focus {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  color: #0079BB;
}

.pagination {
  margin: 50px 0 0;
  font-size: 20px;
  line-height: 1;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination .nav-links .page-numbers {
  padding: 0 10px;
  position: relative;
  color: #000;
  font-weight: 477;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus, .pagination .nav-links .page-numbers.current {
  color: #0079BB;
}
.pagination .nav-links .page-numbers:first-child {
  padding-left: 0;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  margin-top: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus {
  color: #0079BB;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 22px;
}
.pagination .nav-links .page-numbers.next {
  margin-left: 22px;
}
@media (max-width: 1199px) {
  .pagination {
    font-size: 16px;
  }
}

.site-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .wrapper {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  max-width: 1182px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .site-logo {
  max-width: 145px;
  width: 100%;
  margin-left: 17px;
}
.site-header .site-logo svg {
  display: block;
}
.site-header .site-logo svg path, .site-header .site-logo svg polygon, .site-header .site-logo svg rect, .site-header .site-logo svg circle {
  fill: #000;
}
.site-header .site-logo svg > path:nth-child(1) {
  fill: #0079BA;
}
.site-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.site-header .nav .mobile-nav-close,
.site-header .nav .mobile-nav-back {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  position: absolute;
  top: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.site-header .nav .mobile-nav-close {
  right: 20px;
  z-index: 200;
}
.site-header .nav .mobile-nav-back {
  left: 20px;
}
.site-header .nav > .nav-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
}
.site-header .nav > .nav-element > a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.site-header .nav > .nav-element > a:hover, .site-header .nav > .nav-element > a:focus, .site-header .nav > .nav-element > a.hover {
  color: #0079BA;
}
.site-header .nav > .nav-element > a.hover + .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-header .nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 50px 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .nav .sub-menu .sub-menu-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
}
.site-header .nav .sub-menu .sub-menu-header {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.site-header .nav .sub-menu .sub-menu-header a {
  text-decoration: none;
  color: inherit;
}
.site-header .nav .sub-menu .nav-element {
  margin: 0 0 10px;
}
.site-header .nav .sub-menu .nav-element > a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #000;
}
.site-header .nav .sub-menu .nav-element > a:hover, .site-header .nav .sub-menu .nav-element > a:focus {
  color: #0079BA;
}
.site-header .nav-toggle {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.01em;
  display: none;
  color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 3px 0 5px;
}
.site-header .nav-toggle:hover, .site-header .nav-toggle:focus {
  color: #0079BA;
}
.site-header.bg-white {
  background-color: #fff;
}
.site-header.bg-black {
  background-color: #000;
}
.site-header.color-white, .site-header.bg-black, .site-header.sticky {
  color: #fff;
}
.site-header.color-white .site-logo svg path, .site-header.color-white .site-logo svg polygon, .site-header.color-white .site-logo svg rect, .site-header.color-white .site-logo svg circle, .site-header.bg-black .site-logo svg path, .site-header.bg-black .site-logo svg polygon, .site-header.bg-black .site-logo svg rect, .site-header.bg-black .site-logo svg circle, .site-header.sticky .site-logo svg path, .site-header.sticky .site-logo svg polygon, .site-header.sticky .site-logo svg rect, .site-header.sticky .site-logo svg circle {
  fill: #fff;
}
.site-header.color-white .site-logo svg > path:nth-child(1), .site-header.bg-black .site-logo svg > path:nth-child(1), .site-header.sticky .site-logo svg > path:nth-child(1) {
  fill: #0079BA;
}
.site-header.color-white .nav > .nav-element > a, .site-header.bg-black .nav > .nav-element > a, .site-header.sticky .nav > .nav-element > a {
  color: #fff;
}
.site-header.color-white .nav > .nav-element > a:hover, .site-header.color-white .nav > .nav-element > a:focus, .site-header.bg-black .nav > .nav-element > a:hover, .site-header.bg-black .nav > .nav-element > a:focus, .site-header.sticky .nav > .nav-element > a:hover, .site-header.sticky .nav > .nav-element > a:focus {
  color: #0079BA;
}
.site-header.color-white .nav-toggle, .site-header.bg-black .nav-toggle, .site-header.sticky .nav-toggle {
  color: #fff;
}
.site-header.color-white .nav-toggle:hover, .site-header.color-white .nav-toggle:focus, .site-header.bg-black .nav-toggle:hover, .site-header.bg-black .nav-toggle:focus, .site-header.sticky .nav-toggle:hover, .site-header.sticky .nav-toggle:focus {
  color: #0079BA;
}
.site-header.color-black, .site-header.bg-white {
  color: #000;
}
.site-header.bg-transparent.color-white:not(.sticky) .nav > .nav-element > a:hover, .site-header.bg-transparent.color-white:not(.sticky) .nav > .nav-element > a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.site-header.bg-transparent.color-white.sticky, .site-header.bg-transparent.color-white:has(a.hover), .site-header.bg-transparent.color-white:has(.search-wrapper.hover), .site-header.bg-transparent.color-black.sticky, .site-header.bg-transparent.color-black:has(a.hover), .site-header.bg-transparent.color-black:has(.search-wrapper.hover), .site-header.bg-black.sticky, .site-header.bg-black:has(a.hover), .site-header.bg-black:has(.search-wrapper.hover), .site-header.bg-white.sticky, .site-header.bg-white:has(a.hover), .site-header.bg-white:has(.search-wrapper.hover) {
  background-color: #fff;
}
.site-header.bg-transparent.color-white.sticky .site-logo svg path, .site-header.bg-transparent.color-white.sticky .site-logo svg polygon, .site-header.bg-transparent.color-white.sticky .site-logo svg rect, .site-header.bg-transparent.color-white.sticky .site-logo svg circle, .site-header.bg-transparent.color-white:has(a.hover) .site-logo svg path, .site-header.bg-transparent.color-white:has(a.hover) .site-logo svg polygon, .site-header.bg-transparent.color-white:has(a.hover) .site-logo svg rect, .site-header.bg-transparent.color-white:has(a.hover) .site-logo svg circle, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .site-logo svg path, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .site-logo svg polygon, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .site-logo svg rect, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .site-logo svg circle, .site-header.bg-transparent.color-black.sticky .site-logo svg path, .site-header.bg-transparent.color-black.sticky .site-logo svg polygon, .site-header.bg-transparent.color-black.sticky .site-logo svg rect, .site-header.bg-transparent.color-black.sticky .site-logo svg circle, .site-header.bg-transparent.color-black:has(a.hover) .site-logo svg path, .site-header.bg-transparent.color-black:has(a.hover) .site-logo svg polygon, .site-header.bg-transparent.color-black:has(a.hover) .site-logo svg rect, .site-header.bg-transparent.color-black:has(a.hover) .site-logo svg circle, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .site-logo svg path, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .site-logo svg polygon, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .site-logo svg rect, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .site-logo svg circle, .site-header.bg-black.sticky .site-logo svg path, .site-header.bg-black.sticky .site-logo svg polygon, .site-header.bg-black.sticky .site-logo svg rect, .site-header.bg-black.sticky .site-logo svg circle, .site-header.bg-black:has(a.hover) .site-logo svg path, .site-header.bg-black:has(a.hover) .site-logo svg polygon, .site-header.bg-black:has(a.hover) .site-logo svg rect, .site-header.bg-black:has(a.hover) .site-logo svg circle, .site-header.bg-black:has(.search-wrapper.hover) .site-logo svg path, .site-header.bg-black:has(.search-wrapper.hover) .site-logo svg polygon, .site-header.bg-black:has(.search-wrapper.hover) .site-logo svg rect, .site-header.bg-black:has(.search-wrapper.hover) .site-logo svg circle, .site-header.bg-white.sticky .site-logo svg path, .site-header.bg-white.sticky .site-logo svg polygon, .site-header.bg-white.sticky .site-logo svg rect, .site-header.bg-white.sticky .site-logo svg circle, .site-header.bg-white:has(a.hover) .site-logo svg path, .site-header.bg-white:has(a.hover) .site-logo svg polygon, .site-header.bg-white:has(a.hover) .site-logo svg rect, .site-header.bg-white:has(a.hover) .site-logo svg circle, .site-header.bg-white:has(.search-wrapper.hover) .site-logo svg path, .site-header.bg-white:has(.search-wrapper.hover) .site-logo svg polygon, .site-header.bg-white:has(.search-wrapper.hover) .site-logo svg rect, .site-header.bg-white:has(.search-wrapper.hover) .site-logo svg circle {
  fill: #000;
}
.site-header.bg-transparent.color-white.sticky .site-logo svg path:nth-child(1), .site-header.bg-transparent.color-white:has(a.hover) .site-logo svg path:nth-child(1), .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .site-logo svg path:nth-child(1), .site-header.bg-transparent.color-black.sticky .site-logo svg path:nth-child(1), .site-header.bg-transparent.color-black:has(a.hover) .site-logo svg path:nth-child(1), .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .site-logo svg path:nth-child(1), .site-header.bg-black.sticky .site-logo svg path:nth-child(1), .site-header.bg-black:has(a.hover) .site-logo svg path:nth-child(1), .site-header.bg-black:has(.search-wrapper.hover) .site-logo svg path:nth-child(1), .site-header.bg-white.sticky .site-logo svg path:nth-child(1), .site-header.bg-white:has(a.hover) .site-logo svg path:nth-child(1), .site-header.bg-white:has(.search-wrapper.hover) .site-logo svg path:nth-child(1) {
  fill: #0079BA;
}
.site-header.bg-transparent.color-white.sticky .has-sub > a > span,
.site-header.bg-transparent.color-white.sticky .has-sub > a.hover > span, .site-header.bg-transparent.color-white:has(a.hover) .has-sub > a > span,
.site-header.bg-transparent.color-white:has(a.hover) .has-sub > a.hover > span, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .has-sub > a > span,
.site-header.bg-transparent.color-white:has(.search-wrapper.hover) .has-sub > a.hover > span, .site-header.bg-transparent.color-black.sticky .has-sub > a > span,
.site-header.bg-transparent.color-black.sticky .has-sub > a.hover > span, .site-header.bg-transparent.color-black:has(a.hover) .has-sub > a > span,
.site-header.bg-transparent.color-black:has(a.hover) .has-sub > a.hover > span, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .has-sub > a > span,
.site-header.bg-transparent.color-black:has(.search-wrapper.hover) .has-sub > a.hover > span, .site-header.bg-black.sticky .has-sub > a > span,
.site-header.bg-black.sticky .has-sub > a.hover > span, .site-header.bg-black:has(a.hover) .has-sub > a > span,
.site-header.bg-black:has(a.hover) .has-sub > a.hover > span, .site-header.bg-black:has(.search-wrapper.hover) .has-sub > a > span,
.site-header.bg-black:has(.search-wrapper.hover) .has-sub > a.hover > span, .site-header.bg-white.sticky .has-sub > a > span,
.site-header.bg-white.sticky .has-sub > a.hover > span, .site-header.bg-white:has(a.hover) .has-sub > a > span,
.site-header.bg-white:has(a.hover) .has-sub > a.hover > span, .site-header.bg-white:has(.search-wrapper.hover) .has-sub > a > span,
.site-header.bg-white:has(.search-wrapper.hover) .has-sub > a.hover > span {
  color: #000;
}
.site-header.bg-transparent.color-white.sticky .nav-toggle, .site-header.bg-transparent.color-white:has(a.hover) .nav-toggle, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .nav-toggle, .site-header.bg-transparent.color-black.sticky .nav-toggle, .site-header.bg-transparent.color-black:has(a.hover) .nav-toggle, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .nav-toggle, .site-header.bg-black.sticky .nav-toggle, .site-header.bg-black:has(a.hover) .nav-toggle, .site-header.bg-black:has(.search-wrapper.hover) .nav-toggle, .site-header.bg-white.sticky .nav-toggle, .site-header.bg-white:has(a.hover) .nav-toggle, .site-header.bg-white:has(.search-wrapper.hover) .nav-toggle {
  color: #000;
}
.site-header.bg-transparent.color-white.sticky .search-button, .site-header.bg-transparent.color-white:has(a.hover) .search-button, .site-header.bg-transparent.color-white:has(.search-wrapper.hover) .search-button, .site-header.bg-transparent.color-black.sticky .search-button, .site-header.bg-transparent.color-black:has(a.hover) .search-button, .site-header.bg-transparent.color-black:has(.search-wrapper.hover) .search-button, .site-header.bg-black.sticky .search-button, .site-header.bg-black:has(a.hover) .search-button, .site-header.bg-black:has(.search-wrapper.hover) .search-button, .site-header.bg-white.sticky .search-button, .site-header.bg-white:has(a.hover) .search-button, .site-header.bg-white:has(.search-wrapper.hover) .search-button {
  color: #000;
}
.site-header.sticky .wrapper {
  min-height: 50px;
}
@media (max-width: 1079px) {
  .site-header .wrapper {
    width: 100%;
    max-width: unset !important;
  }
  .site-header .site-logo {
    margin-left: 0;
  }
  .site-header .nav {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    left: 100%;
    background-color: #fff;
    display: block;
    overflow: auto;
    padding-top: 85px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header .nav .mobile-nav-close,
  .site-header .nav .mobile-nav-back {
    display: initial;
  }
  .nav-on .site-header .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header .nav > .nav-element {
    margin: 0 0 10px;
  }
  .site-header .nav > .nav-element > a {
    padding: 0 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #000 !important;
    display: block;
    width: 100%;
  }
  .site-header .nav > .nav-element > a:hover, .site-header .nav > .nav-element > a:focus {
    color: #0079BA !important;
  }
  .site-header .nav .sub-menu {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    left: 100%;
    background-color: #fff;
    display: block;
    overflow: auto;
    padding-top: 85px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .site-header .nav .sub-menu .sub-menu-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .site-header .nav .sub-menu .sub-menu-header {
    margin-bottom: 30px;
  }
  .site-header .nav .sub-menu.on {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header .nav-toggle {
    display: initial;
    justify-self: end;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.site-header.color-black .header-search .search-button, .site-header.bg-white .header-search .search-button {
  color: #000;
}
.site-header .header-search .search-button {
  width: 35px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}
.site-header .header-search .search-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 50px 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .header-search .search-wrapper.hover {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-header .header-search .search-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 52px;
}
.site-header .header-search .search-wrapper .search-form,
.site-header .header-search .search-wrapper .pop-search-wrapper {
  width: 100%;
  max-width: 500px;
}
.site-header .header-search .search-wrapper .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 20px 10px 10px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #eee;
  color: #000;
}
.site-header .header-search .search-wrapper .search-form input {
  padding: 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  font-size: 1.16em;
  font-weight: 477;
  letter-spacing: -0.01em;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.5;
}
.site-header .header-search .search-wrapper .search-form input::-webkit-input-placeholder {
  color: inherit;
}
.site-header .header-search .search-wrapper .search-form input::-moz-placeholder {
  color: inherit;
}
.site-header .header-search .search-wrapper .search-form input::-ms-input-placeholder {
  color: inherit;
}
.site-header .header-search .search-wrapper .search-form input::placeholder {
  color: inherit;
}
.site-header .header-search .search-wrapper .search-form button {
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  font-size: 1.18em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-header .header-search .search-wrapper .search-form button:hover, .site-header .header-search .search-wrapper .search-form button:focus {
  color: #0079BB;
}
.site-header .header-search .search-wrapper .pop-search-wrapper {
  padding-left: 55px;
}
.site-header .header-search .search-wrapper .pop-search-wrapper .list-header {
  margin-bottom: 11px;
  font-weight: 400;
  color: #818181;
}
.site-header .header-search .search-wrapper .pop-search-wrapper ul.pop-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  color: #000;
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 7px;
}
.site-header .header-search .search-wrapper .pop-search-wrapper ul.pop-search-list li a {
  color: #000;
  text-transform: capitalize;
  font-weight: 477;
  text-decoration: none;
}
.site-header .header-search .search-wrapper .pop-search-wrapper ul.pop-search-list li a:hover, .site-header .header-search .search-wrapper .pop-search-wrapper ul.pop-search-list li a:focus {
  color: #0079BB;
}
@media (max-width: 1079px) {
  .site-header .header-search .search-button {
    display: none !important;
  }
  .site-header .header-search .search-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    position: static;
  }
  .site-header .header-search .search-wrapper .inner-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
  }
}

.site-footer {
  padding: 100px 0 40px;
}
.site-footer .wrapper {
  max-width: 560px;
}
.site-footer .blurb {
  text-align: center;
  font-size: 16px;
  font-weight: 477;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin: 0 0 25px;
}
.site-footer .blurb i {
  font-size: 45px;
  color: #000;
  margin: 0 0 20px;
  display: block;
}
.site-footer .blurb p {
  margin: 0 auto 20px;
  max-width: 200px;
}
.site-footer .blurb img {
  display: block;
  margin: 0 auto;
}
.site-footer .blurb > *:last-child {
  margin-bottom: 0;
}
.site-footer .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 45px;
}
.site-footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  color: #666666;
}
.site-footer .copyright .nav-element a {
  color: #666666;
  text-decoration: none;
}
.site-footer .copyright .nav-element a:hover, .site-footer .copyright .nav-element a:focus {
  color: #00B0F0;
}
.site-footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px;
}
.site-footer nav > .nav-element > a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 10px;
}
.site-footer nav > .nav-element > a:hover, .site-footer nav > .nav-element > a:focus {
  color: #00B0F0;
}
.site-footer nav > .nav-element i {
  display: none;
}
.site-footer nav .sub-menu {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.site-footer nav .sub-menu a {
  color: #666666;
  text-decoration: none;
}
.site-footer nav .sub-menu a:hover, .site-footer nav .sub-menu a:focus {
  color: #00B0F0;
}
.site-footer--black {
  background-color: #000;
  color: #fff;
}
.site-footer--black .blurb {
  color: #979797;
}
.site-footer--black .blurb i {
  color: inherit;
}
.site-footer--black .blurb svg path {
  fill: #fff;
}
.site-footer--black .social > a {
  color: #D9D9D9;
}
.site-footer--black .social > a:hover, .site-footer--black .social > a:focus {
  color: #00B0F0;
}
.site-footer--black .copyright {
  color: #666666;
}
.site-footer--black .copyright .nav-element a {
  color: #666666;
}
.site-footer--black .copyright .nav-element a:hover, .site-footer--black .copyright .nav-element a:focus {
  color: #00B0F0;
}
.site-footer--black nav > .nav-element > a {
  color: #fff;
}
.site-footer--black nav > .nav-element > a:hover, .site-footer--black nav > .nav-element > a:focus {
  color: #00B0F0;
}
.site-footer--black nav .sub-menu a {
  color: #999;
}
.site-footer--black nav .sub-menu a:hover, .site-footer--black nav .sub-menu a:focus {
  color: #00B0F0;
}
.site-footer--light {
  background-color: #f9f6f1;
}
@media (max-width: 479px) {
  .site-footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

#search-filter-input-combobox-listbox-0 {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border: solid 1px #e3e3e3;
  margin-top: 20px;
  width: calc(100vw - 40px) !important;
  max-width: 360px;
  padding: 30px;
}
#search-filter-input-combobox-listbox-0[aria-expanded=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#search-filter-input-combobox-listbox-0::-webkit-scrollbar {
  width: 10px;
  margin-left: 10px;
}
#search-filter-input-combobox-listbox-0::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 30px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
#search-filter-input-combobox-listbox-0::-webkit-scrollbar-thumb {
  border-radius: 0;
  max-width: 10px;
}
#search-filter-input-combobox-listbox-0 .search-filter-component-combobox-base__listbox-option {
  border-radius: 5px;
  line-height: 1.5;
  padding: 5px 10px 9px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
#search-filter-input-combobox-listbox-0 .search-filter-component-combobox-base__listbox-option--selected {
  background-color: transparent;
  color: #000;
}
#search-filter-input-combobox-listbox-0 .search-filter-component-combobox-base__listbox-option--active {
  background-color: #000;
  color: #fff;
}

.search-filter-field__popup--id-10,
.search-filter-field__popup--id-11 {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border: solid 1px #e3e3e3;
  margin-top: 20px;
  width: calc(100vw - 40px) !important;
  max-width: 450px !important;
  padding: 30px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 30px 0 !important;
}
.search-filter-field__popup--id-10[aria-expanded=true],
.search-filter-field__popup--id-11[aria-expanded=true] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.search-filter-field__popup--id-10::-webkit-scrollbar,
.search-filter-field__popup--id-11::-webkit-scrollbar {
  width: 10px;
  margin-left: 10px;
}
.search-filter-field__popup--id-10::-webkit-scrollbar-track,
.search-filter-field__popup--id-11::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 30px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.search-filter-field__popup--id-10::-webkit-scrollbar-thumb,
.search-filter-field__popup--id-11::-webkit-scrollbar-thumb {
  border-radius: 0;
  max-width: 10px;
}
.search-filter-field__popup--id-10 .search-filter-component-combobox-base__listbox-option,
.search-filter-field__popup--id-11 .search-filter-component-combobox-base__listbox-option {
  width: auto !important;
  font-size: 14px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  padding: 0 10px 2px 10px;
  border-color: #000;
  border: solid 1px #000;
  border-radius: 5px;
  text-transform: uppercase;
}
.search-filter-field__popup--id-10 .search-filter-component-combobox-base__listbox-option--selected,
.search-filter-field__popup--id-11 .search-filter-component-combobox-base__listbox-option--selected {
  background-color: #000 !important;
  color: #fff !important;
}
.search-filter-field__popup--id-10 .search-filter-component-combobox-base__listbox-option--active,
.search-filter-field__popup--id-11 .search-filter-component-combobox-base__listbox-option--active {
  background-color: #000 !important;
  color: #fff !important;
}

.search-filter-field__popup--id-11 .search-filter-component-combobox-base__listbox-option {
  width: 50px !important;
  padding: 0 0 2px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filters {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .filters {
    margin-bottom: 40px;
  }
}
.filters .custom_years .search-filter-label {
  width: 110px;
  border: 1px solid #a5a5a5;
  border-radius: 162px;
  height: 52px;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.filters .custom_years .search-filter-label:hover, .filters .custom_years .search-filter-label:focus {
  border-color: #000;
}
.filters .custom_years .search-filter-label__toggle-icon {
  display: none;
}
.filters .custom_years .search-filter-input-button-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 373px;
  padding: 37px;
  gap: 6px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  margin: 30px;
  position: absolute;
  z-index: 9;
  background-color: white;
  top: 50px;
}
@media (max-width: 767px) {
  .filters .custom_years .search-filter-input-button-group {
    margin-left: 0;
    max-width: 339px;
    padding: 20px;
  }
}
.filters .custom_years .search-filter-input-button-group button {
  margin: 0;
  font-size: 14px;
  width: 45px;
  height: 45px;
  font-weight: 700;
  padding: 0 0 2px 0;
  border-color: #000;
}
.filters .custom_years .search-filter-input-button-group button.search-filter-input-button--is-selected {
  background-color: #000;
  color: #fff;
}
.filters .custom_years .search-filter-field__input--hidden {
  display: none;
}
.filters .filter-amount,
.filters .filter-year {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #F4F4F4;
  border-radius: 52px;
  background-color: #F4F4F4;
  padding: 0 10px 2px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.filters .filter-amount:before,
.filters .filter-year:before {
  content: "\e92b";
  font-family: "fetzer-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.filters .filter-amount .search-filter-component-combobox,
.filters .filter-year .search-filter-component-combobox {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.filters .filter-amount .search-filter-component-combobox__actions,
.filters .filter-year .search-filter-component-combobox__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
.filters .filter-amount .search-filter-component-combobox__selection,
.filters .filter-year .search-filter-component-combobox__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
.filters .filter-amount .search-filter-component-combobox__selection-item,
.filters .filter-amount .search-filter-component-combobox__selection-label,
.filters .filter-year .search-filter-component-combobox__selection-item,
.filters .filter-year .search-filter-component-combobox__selection-label {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000;
}
.filters .filter-amount .search-filter-component-combobox__selection,
.filters .filter-year .search-filter-component-combobox__selection {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000;
}
.filters .filter-amount .search-filter-component-combobox__actions-input,
.filters .filter-year .search-filter-component-combobox__actions-input {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000;
}
.filters .filter-amount .search-filter-component-combobox__actions-input::-webkit-input-placeholder,
.filters .filter-year .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.filters .filter-amount .search-filter-component-combobox__actions-input::-moz-placeholder,
.filters .filter-year .search-filter-component-combobox__actions-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.filters .filter-amount .search-filter-component-combobox__actions-input::-ms-input-placeholder,
.filters .filter-year .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.filters .filter-amount .search-filter-component-combobox__actions-input::placeholder,
.filters .filter-year .search-filter-component-combobox__actions-input::placeholder {
  color: #000;
  opacity: 1;
}
.filters .filter-amount .search-filter-component-combobox__listbox-toggle,
.filters .filter-amount .search-filter-component-combobox__clear-selection,
.filters .filter-amount .search-filter-component-combobox__selection-remove,
.filters .filter-year .search-filter-component-combobox__listbox-toggle,
.filters .filter-year .search-filter-component-combobox__clear-selection,
.filters .filter-year .search-filter-component-combobox__selection-remove {
  display: none !important;
}
.filters .filter-amount {
  width: 175px;
}
.filters .filter-year {
  width: 115px;
}
.filters .custom_reset {
  width: 140px;
  position: static;
}
.filters .custom_reset .search-filter-input-button {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  background-color: #333333;
  border-color: #333333;
  padding: 8px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 32px;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.filters .custom_reset .search-filter-input-button:before {
  content: "\e927";
  font-family: "fetzer-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background: #fff;
  backdrop-filter: blur(5px);
}
.filters .custom_reset .search-filter-input-button:hover, .filters .custom_reset .search-filter-input-button:focus {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  outline: none;
}
.filters .searchandfilter > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 15px;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #0079BB;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #fff;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  border-bottom: 1px solid #0079BB;
  color: #0079BB;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover {
  color: #e64b38;
  border-color: #40474f;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e64b38;
}
.filters .searchandfilter > ul > li > label:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  padding: 10px 25px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.filters .search-filter-component-combobox-base__listbox-option--active {
  background-color: #000;
  color: #fff;
}
@media (max-width: 489px) {
  .filters .filter-year,
  .filters .filter-amount,
  .filters .custom_reset {
    width: 100%;
  }
}

.search-filter-field--control-type-load_more {
  margin: 50px 0 0;
}
.search-filter-field--control-type-load_more .search-filter-input-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #ddd;
  border-radius: 40px;
  cursor: pointer;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 10px 20px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
}
.search-filter-field--control-type-load_more .search-filter-input-button.search-filter-input-button--hidden {
  display: none !important;
}
.search-filter-field--control-type-load_more .search-filter-input-button .search-filter-icon {
  padding: 0;
}
.search-filter-field--control-type-load_more .search-filter-input-button .search-filter-icon__svg {
  width: 20px;
  height: 20px;
  margin: -2px 0;
}
.search-filter-field--control-type-load_more .search-filter-input-button:hover, .search-filter-field--control-type-load_more .search-filter-input-button:focus {
  text-decoration: none;
  border-color: #1D1D1F;
  color: #000;
}

/**
 * Swiper 11.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 23, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.template.post {
  margin: 90px 0 0;
}
.template.post .post-header h1 {
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 20px;
}
.template.post .post-header time {
  font-size: 20px;
  color: #666666;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 1em;
  display: block;
}
.template.post .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 64px;
  text-decoration: none;
}
.template.post .post-author:hover, .template.post .post-author:focus {
  color: #00b0f0;
}
.template.post .post-author > img {
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.template.post .post-author .image.ace-figure {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.template.post .post-author .image.ace-figure .display {
  border-radius: 40px;
}
.template.post .post-content {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.template.post .post-content h2, .template.post .post-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  margin: 0 0 1em;
}
.template.post .post-content p {
  margin: 0 0 1.5em;
}
.template.post .post-content img.alignnone {
  max-width: none;
  margin: 35px -200px 75px;
  width: calc(100% + 400px);
  display: block;
}
.template.post .post-content .button {
  margin: 30px 0 50px;
}
@media (max-width: 1079px) {
  .template.post .post-content img.alignnone {
    margin: 0 calc(((100vw - 100%) / 2 - 40px) * -1);
    width: calc(100vw - 80px);
  }
}
@media (max-width: 767px) {
  .template.post .post-content img.alignnone {
    margin: 0;
    width: 100%;
  }
}

.template.team {
  margin: 90px 0;
}
.template.team.fancybox-content {
  margin: 0;
  padding: 90px 100px;
  border-radius: 40px;
  cursor: default;
}
.template.team.fancybox-content .wrapper {
  padding: 0;
  max-width: 450px;
}
.template.team.fancybox-content .fancybox-button {
  position: absolute;
  font-size: 15px;
  top: 21px;
  right: auto;
  left: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 35px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.template.team.fancybox-content .fancybox-button:hover, .template.team.fancybox-content .fancybox-button:focus {
  background-color: #000;
}
.template.team.fancybox-content .fancybox-button:before {
  content: "\e92b";
  font-family: "fetzer-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.template.team.fancybox-content .fancybox-button svg {
  display: none;
}
.template.team .wrapper {
  max-width: 610px;
}
.template.team .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin: 0 0 40px;
}
.template.team .post-header aside {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.template.team .post-header aside a {
  color: #00B0F0;
  text-decoration: none;
}
.template.team .post-header aside a:hover, .template.team .post-header aside a:focus {
  color: #000;
}
.template.team .post-header aside h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}
.template.team .post-header .job-title {
  display: block;
  margin: 0 0 0.25em;
}
.template.team .post-header .image {
  border-radius: 150px;
  overflow: hidden;
  width: 150px;
  min-width: 150px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.template.team .post-header .image .placeholder {
  padding-bottom: 100%;
}
.template.team .post-header .image .display img {
  -o-object-position: center 15%;
  object-position: center 15%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.template.team .post-content {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.template.team .post-content blockquote {
  max-width: 333px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 0 0 2em;
}
.template.team .post-content p {
  margin: 0 0 1.5em;
}
.template.team .post-content p:has(button), .template.team .post-content p:has(.button),
.template.team .post-content p + button,
.template.team .post-content p + .button, .template.team .post-content div:has(button), .template.team .post-content div:has(.button),
.template.team .post-content div + button,
.template.team .post-content div + .button {
  margin-top: calc(1.5em + 6px);
}
@media (max-width: 671px) {
  .template.team.fancybox-content {
    border-radius: 20px;
    margin: 0;
    padding: 50px 40px 40px;
  }
  .template.team.fancybox-content .fancybox-button {
    top: 11px;
    left: 11px;
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
}
@media (max-width: 541px) {
  .template.team.fancybox-content .fancybox-button {
    left: auto;
    right: 11px;
  }
  .template.team .post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .template.team .post-header aside {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (max-width: 374px) {
  .template.team.fancybox-content {
    padding: 20px;
  }
}

.template.career {
  margin: 60px 0;
}
.template.career .wrapper {
  max-width: 710px;
  text-align: center;
}
.template.career .post-header {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 80px;
}
.template.career .post-header h1 {
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 auto 0.8em;
  max-width: 420px;
}
.template.career .post-header .location {
  margin: 0 0 1.5em;
}
.template.career .post-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: left;
}
.template.career .post-content h2, .template.career .post-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin: 2.5em 0 1.5em;
}
.template.career .post-content h2:first-child, .template.career .post-content h3:first-child {
  margin-top: 0;
}
.template.career .post-content h2:last-child, .template.career .post-content h3:last-child {
  margin-bottom: 0;
}
.template.career .post-content p {
  margin: 0 0 1.5em;
}
.template.career .post-content p:last-child {
  margin-bottom: 0;
}
.template.career .post-content + .button {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .template.career .wrapper {
    max-width: 590px;
  }
  .template.career .post-header h1 {
    font-size: 30px;
    max-width: 360px;
  }
}

.template.press {
  padding-top: 93px;
}
.template.press .post-header {
  margin: 0 0 65px 0;
}
.template.press .post-header h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 27px 0;
}
.template.press .post-header .post-meta {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: #666666;
}
.template.press .post-header .post-meta .post-meta-author {
  font-weight: 600;
  padding-right: 15px;
}
.template.press .post-content h2:first-child, .template.press .post-content h3:first-child, .template.press .post-content h4:first-child, .template.press .post-content h5:first-child, .template.press .post-content h6:first-child {
  font-size: 24px;
  font-weight: 700;
  font-family: "Avenir Next Variable", sans-serif;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  margin: 0 0 14px 0;
}
.template.press .post-content p:has(img.alignnone) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  position: relative;
}
.template.press .post-content p:has(img.alignnone) img.alignnone {
  width: 100%;
  height: auto;
}
.template.press .post-content p:has(img.alignnone) .download-button-container {
  position: absolute;
  bottom: 30px;
  right: 41px;
}
.template.press .post-content p:has(img.alignnone) .download-button-container a.button {
  font-size: 14px;
  font-weight: 477;
  line-height: 14px;
  padding: 12px 20px;
  vertical-align: middle;
}
.template.press .post-content p:has(img.alignnone) .download-button-container a.button::before {
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
}
.template.press .post-content hr {
  height: 1px;
  background-color: #c1c1c1;
  border: 0;
  margin: 50px 0 45px;
}
.template.press .post-content p, .template.press .post-content ul, .template.press .post-content ol, .template.press .post-content ul li, .template.press .post-content ol li {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.template.press .post-footer {
  display: none;
}
.template.press .post-footer .about-header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.template.press .post-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  .template.press .post-content p:has(img.alignnone) {
    width: 1000px;
    max-height: 578px;
    overflow: hidden;
    margin-left: -200px;
    border-radius: 20px;
    margin: 84px -200px 78px -200px;
  }
  .template.press .post-content p:has(img.alignnone) img.alignnone {
    margin: 0;
  }
  .template.press .post-content p:has(img.alignnone):nth-child(1 of p:has(img.alignnone)) {
    margin-top: 59px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .template.press .post-content p:has(img.alignnone) {
    width: 800px;
    max-height: 462px;
    overflow: hidden;
    margin: 84px -100px 78px -100px;
    border-radius: 20px;
  }
  .template.press .post-content p:has(img.alignnone) img.alignnone {
    margin: 0;
  }
  .template.press .post-content p:has(img.alignnone):nth-child(1 of p:has(img.alignnone)) {
    margin-top: 59px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .template.press .post-content p:has(img.alignnone) {
    width: 720px;
    min-width: 720px;
    max-width: 720px;
    max-height: 416px;
    overflow: hidden;
    margin: 84px -60px 78px -60px;
    border-radius: 20px;
  }
  .template.press .post-content p:has(img.alignnone) img.alignnone {
    margin: 0;
    width: 100%;
  }
  .template.press .post-content p:has(img.alignnone):nth-child(1 of p:has(img.alignnone)) {
    margin-top: 59px;
  }
}
@media (max-width: 1079px) {
  .template.press .post-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .template.press {
    padding-top: 30px;
  }
  .template.press .post-header {
    margin: 0 0 35px 0;
  }
  .template.press .post-header h1 {
    font-size: 28px;
  }
  .template.press .post-content h2:first-child, .template.press .post-content h3:first-child, .template.press .post-content h4:first-child, .template.press .post-content h5:first-child, .template.press .post-content h6:first-child {
    font-size: 22px;
  }
  .template.press .post-content p:has(img.alignnone) {
    width: 100%;
    border-radius: 20px;
    max-height: calc((100vw - 40px) * 0.578);
    overflow: hidden;
    margin: 35px 0 40px 0;
  }
  .template.press .post-content p:has(img.alignnone) img.alignnone {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .template.press .post-content p:has(img.alignnone) .download-button-container {
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
}

.template.case-study {
  padding-bottom: 158px;
}
.template.case-study .case-study-header {
  height: 877px;
  margin: 0 0 136px 0;
  position: relative;
  width: 100%;
  background-color: #000;
}
.template.case-study .case-study-header .case-study-header-intro {
  color: #fff;
  left: 50%;
  max-width: 760px;
  padding: 0 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 2;
}
.template.case-study .case-study-header .case-study-header-intro .case-study-tradition-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
}
.template.case-study .case-study-header .case-study-header-intro .case-study-tradition-wrapper .case-study-tradition {
  background-color: #00b0f0;
  height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  vertical-align: middle;
  padding: 7px 14px 11px 14px;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  line-height: 18px;
}
.template.case-study .case-study-header .case-study-header-intro h1 {
  color: #fff;
  margin: 18px 0 38px 0;
}
.template.case-study .case-study-header .case-study-header-intro span.button {
  border-color: #fff;
  border-width: 1px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 12px 15px 12px 27px;
}
.template.case-study .case-study-header .case-study-header-intro span.button svg {
  height: 25px;
  width: 25px;
  margin-left: 68px;
}
.template.case-study .case-study-header .case-study-header-intro span.button svg circle, .template.case-study .case-study-header .case-study-header-intro span.button svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.template.case-study .case-study-header .case-study-header-intro span.button.active svg circle {
  fill: #7d8784;
}
.template.case-study .case-study-header .case-study-header-intro span.button.active svg path {
  fill: #636365;
}
.template.case-study .wrapper p, .template.case-study .wrapper ul, .template.case-study .wrapper ol, .template.case-study .wrapper ul li, .template.case-study .wrapper ol li {
  color: #666666;
  font-size: 20px;
  font-weight: 477;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.template.case-study .wrapper p strong, .template.case-study .wrapper p b, .template.case-study .wrapper ul strong, .template.case-study .wrapper ul b, .template.case-study .wrapper ol strong, .template.case-study .wrapper ol b, .template.case-study .wrapper ul li strong, .template.case-study .wrapper ul li b, .template.case-study .wrapper ol li strong, .template.case-study .wrapper ol li b {
  color: #000;
}
.template.case-study .wrapper h2.case-study-subheader {
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
.template.case-study .wrapper.case-study-background h2.case-study-subheader {
  margin-bottom: 54px;
}
.template.case-study .wrapper.case-study-overview {
  margin-top: 80px;
}
.template.case-study .wrapper.case-study-overview h2.case-study-subheader {
  width: 50%;
  margin-bottom: 42px;
}
.template.case-study .wrapper.case-study-components {
  margin-top: 92px;
}
.template.case-study .wrapper.case-study-components h2.case-study-subheader {
  width: 50%;
}
.template.case-study .wrapper.case-study-components h3.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  color: #000;
}
.template.case-study .wrapper.case-study-impact {
  margin-top: 109px;
}
.template.case-study .wrapper.case-study-impact h2.case-study-subheader {
  text-align: center;
}
.template.case-study .wrapper.case-study-impact .case-study-impact-intro {
  text-align: center;
  padding-bottom: 11px;
}
.template.case-study .wrapper.case-study-impact .case-study-impact-row + hr {
  margin-top: 28px;
}
.template.case-study .wrapper.case-study-challenges {
  margin-top: 155px;
}
.template.case-study .wrapper.case-study-challenges h2.case-study-subheader {
  text-align: center;
  margin-bottom: 23px;
}
.template.case-study .wrapper.case-study-challenges .case-study-background-intro {
  padding-bottom: 15px;
  text-align: center;
}
.template.case-study .wrapper.case-study-challenges .case-study-impact-row + hr {
  margin: 24px 0 21px 0;
}
.template.case-study .wrapper.case-study-conclusion {
  margin-top: 85px;
}
.template.case-study .wrapper.case-study-conclusion h2.case-study-subheader {
  margin-bottom: 53px;
}
.template.case-study .image.ace-figure {
  aspect-ratio: 1000/578;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  max-width: calc(100% - 160px);
  overflow: hidden;
  width: 1000px;
}
.template.case-study .case-study-background-image {
  margin-top: 151px;
}
.template.case-study .components-conclusion-image {
  margin-top: 109px;
}
.template.case-study hr {
  height: 1px;
  background-color: #d5d5d5;
  margin: 21px 0;
}
.template.case-study .case-study-menu-list {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border: solid 1px #e3e3e3;
  display: none;
  margin-top: 20px;
  width: calc(100vw - 40px) !important;
  max-width: 360px;
  padding: 30px;
}
.template.case-study .case-study-menu-list li.case-study-menu-item {
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.5;
  padding: 5px 10px 9px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  list-style-type: none;
}
.template.case-study .case-study-menu-list li.case-study-menu-item--selected {
  background-color: transparent;
  color: #000;
}
.template.case-study .case-study-menu-list li.case-study-menu-item--active {
  background-color: #000;
  color: #fff;
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .template.case-study .case-study-header {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/877;
  }
}
@media (max-width: 1079px) {
  .template.case-study .case-study-header h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .template.case-study .case-study-header {
    width: 100%;
    height: 660px;
  }
}
@media (min-width: 768px) {
  .template.case-study .case-study-components-columns {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .template.case-study .case-study-components-columns .case-study-components-column {
    width: 100%;
    display: inline-block;
    margin-bottom: 84px;
  }
  .template.case-study .wrapper.case-study-impact {
    width: 660px;
  }
  .template.case-study .wrapper.case-study-impact .case-study-impact-intro {
    width: 100%;
    max-width: 456px;
    margin: 0 auto;
  }
  .template.case-study .wrapper.case-study-challenges {
    width: 660px;
  }
  .template.case-study .wrapper.case-study-challenges .case-study-background-intro {
    width: 100%;
    max-width: 456px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .template.case-study {
    padding-bottom: 40px;
  }
  .template.case-study .wrapper h2.case-study-subheader {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .template.case-study .wrapper.case-study-background h2.case-study-subheader {
    margin-bottom: 40px;
  }
  .template.case-study .wrapper.case-study-overview {
    margin-top: 80px;
  }
  .template.case-study .wrapper.case-study-overview h2.case-study-subheader {
    margin-bottom: 40px;
  }
  .template.case-study .wrapper.case-study-components {
    margin-top: 80px;
  }
  .template.case-study .wrapper.case-study-components h2.case-study-subheader {
    margin-bottom: 40px;
    width: 100%;
  }
  .template.case-study .wrapper.case-study-components .case-study-components-column {
    margin-bottom: 60px;
  }
  .template.case-study .wrapper.wrapper.case-study-impact {
    margin-top: 80px;
  }
  .template.case-study .wrapper.wrapper.case-study-impact h2.case-study-subheader {
    margin-bottom: 40px;
    text-align: left;
  }
  .template.case-study .wrapper.wrapper.case-study-impact .case-study-impact-intro {
    text-align: left;
  }
  .template.case-study .wrapper.case-study-challenges {
    margin-top: 80px;
  }
  .template.case-study .wrapper.case-study-challenges h2.case-study-subheader {
    margin-bottom: 40px;
    text-align: left;
  }
  .template.case-study .wrapper.case-study-challenges .case-study-background-intro {
    text-align: left;
  }
  .template.case-study .wrapper.case-study-conclusion {
    margin-top: 80px;
  }
  .template.case-study .wrapper.case-study-conclusion h2.case-study-subheader {
    margin-bottom: 40px;
  }
  .template.case-study .case-study-header {
    margin-bottom: 80px;
  }
  .template.case-study .case-study-header h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .template.case-study .case-study-header .case-study-header-intro {
    padding: 0 20px;
  }
  .template.case-study .case-study-background-image,
  .template.case-study .components-background-image,
  .template.case-study .components-conclusion-image {
    margin-top: 80px;
  }
  .template.case-study .image.ace-figure {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 599px) {
  .template.case-study .case-study-menu-list {
    max-width: calc(100% - 50px);
    width: 100%;
  }
}

.template.resource {
  margin: 90px 0;
}
.template.resource.fancybox-content {
  margin: 0;
  padding: 0 0 120px;
  border-radius: 20px;
  border: 0;
  width: 100%;
  max-width: 1320px;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.template.resource.fancybox-content .fancybox-button {
  position: absolute;
  font-size: 15px;
  top: 21px;
  right: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 35px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.template.resource.fancybox-content .fancybox-button:hover, .template.resource.fancybox-content .fancybox-button:focus {
  background-color: #000;
}
.template.resource.fancybox-content .fancybox-button:before {
  content: "\e92b";
  font-family: "fetzer-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.template.resource.fancybox-content .fancybox-button svg {
  display: none;
}
.template.resource .wrapper {
  max-width: 760px;
}
.template.resource .wrapper .headers {
  color: #fff;
  position: absolute;
  left: 89px;
  top: 85px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.template.resource .wrapper .headers .category {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.template.resource .wrapper .headers .resource {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: 0;
}
.template.resource a:not(.button) {
  color: #000;
  text-decoration: underline;
}
.template.resource a:not(.button):hover, .template.resource a:not(.button):focus {
  color: #00B0F0;
}
.template.resource .resource-header {
  position: relative;
  aspect-ratio: 1320/667;
  margin: 0 0 95px;
  padding-top: 100px;
}
.template.resource .resource-header .wrapper {
  max-width: 1280px;
}
.template.resource .resource-header .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.template.resource .resource-header .image .placeholder {
  padding-bottom: 0;
}
.template.resource .resource-header h1 {
  margin: 0;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.template.resource .resource-header h1 strong {
  display: block;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.template.resource .resource-content {
  font-size: 16px;
  line-height: 1.5;
}
.template.resource .resource-content h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1.25em;
}
.template.resource .resource-content h5 {
  font-size: 18px;
  font-weight: 477;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 1em;
}
.template.resource .resource-content h5 strong {
  font-weight: 700;
}
.template.resource .resource-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #00B0F0;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 1em;
}
.template.resource .resource-content p {
  margin: 0 0 1.5em;
}
.template.resource .resource-content p:last-child {
  margin-bottom: 0;
}
.template.resource .resource-content p > img.alignnone {
  max-width: none;
  margin: 50px -200px;
  width: calc(100% + 400px);
  display: block;
  border-radius: 20px;
}
.template.resource .resource-content p:has(button), .template.resource .resource-content p:has(.button),
.template.resource .resource-content p + button,
.template.resource .resource-content p + .button, .template.resource .resource-content div:has(button), .template.resource .resource-content div:has(.button),
.template.resource .resource-content div + button,
.template.resource .resource-content div + .button {
  margin-top: calc(1.5em + 6px);
}
.template.resource .resource-content .wysiwyg-columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px -100px;
}
.template.resource .resource-content .wysiwyg-columns:last-child {
  margin-bottom: 0;
}
.template.resource .resource-content .wysiwyg-columns h2 {
  margin: 0 0 0.8em;
}
.template.resource .resource-content .wysiwyg-columns h2:last-child {
  margin-bottom: 0;
}
.template.resource .resource-content .wysiwyg-columns img {
  margin: 0;
}
.template.resource .resource-eyebrow {
  color: #00b0f0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 1079px) {
  .template.resource .resource-header {
    padding-top: 50px;
  }
  .template.resource .resource-content p > img.alignnone {
    margin: 50px calc(((100vw - 12px - 100%) / 2 - 20px) * -1);
    width: calc(100vw - 12px - 40px);
  }
}
@media (max-width: 859px) {
  .template.resource .resource-content .wysiwyg-columns {
    margin: 80px calc(((100vw - 12px - 100%) / 2 - 20px) * -1);
  }
}
@media (max-width: 767px) {
  .template.resource .wrapper .headers {
    left: 20px;
    top: 40px;
  }
  .template.resource .wrapper .headers .resource {
    font-size: 36px;
  }
  .template.resource .resource-header {
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 671px) {
  .template.resource.fancybox-content .fancybox-button {
    top: 11px;
    right: 11px;
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
}

.search-page-results .inner-content {
  max-width: 600px;
}
.search-page-results .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 500px;
  margin: 0 0 40px;
  padding: 10px 20px 10px 10px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #eee;
  color: #000;
}
.search-page-results .search-form input {
  padding: 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  font-size: 1.16em;
  font-weight: 477;
  letter-spacing: -0.01em;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.5;
}
.search-page-results .search-form input::-webkit-input-placeholder {
  color: inherit;
}
.search-page-results .search-form input::-moz-placeholder {
  color: inherit;
}
.search-page-results .search-form input::-ms-input-placeholder {
  color: inherit;
}
.search-page-results .search-form input::placeholder {
  color: inherit;
}
.search-page-results .search-form button {
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  font-size: 1.18em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-page-results .search-form button:hover, .search-page-results .search-form button:focus {
  color: #0079BB;
}
.search-page-results .search-results-count {
  margin-bottom: 40px;
  font-weight: 477;
}
.search-page-results .item-search {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-decoration: none;
}
.search-page-results .item-search:last-child {
  margin-bottom: 0;
}
.search-page-results .item-search .item-header {
  font-size: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-page-results .item-search > p {
  color: #000;
  font-size: 1.125em;
  font-weight: 477;
}
.search-page-results .item-search:hover .item-header, .search-page-results .item-search:focus .item-header {
  color: #0079BB;
}

body.category section.hero-full-content .content p,
body.tax-resource-theme section.hero-full-content .content p,
body.tax-tradition section.hero-full-content .content p {
  max-width: 379px;
  width: 100%;
}
body.category section.hero-full-content .button-container .button,
body.tax-resource-theme section.hero-full-content .button-container .button,
body.tax-tradition section.hero-full-content .button-container .button {
  display: none;
}
body.category section.featured-posts-right .header h2,
body.tax-resource-theme section.featured-posts-right .header h2,
body.tax-tradition section.featured-posts-right .header h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 0.75em;
  line-height: 1.2;
}
body.category section.featured-posts-right .header p,
body.tax-resource-theme section.featured-posts-right .header p,
body.tax-tradition section.featured-posts-right .header p {
  font-size: 19px;
  font-weight: 425;
  letter-spacing: -0.01em;
}

.module.accordion {
  margin: 0;
  padding: 124px 0 93px;
}
.module.accordion.theme-light {
  background-color: #fff;
}
.module.accordion.theme-dark {
  background-color: #f1f1f1;
}
.module.accordion .top-content h1, .module.accordion .top-content .h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -0.04em;
}
.module.accordion .top-content p, .module.accordion .top-content ul, .module.accordion .top-content ol, .module.accordion .top-content ul li, .module.accordion .top-content ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.accordion dl {
  margin: 23px 0 0;
  padding: 0 0 45px 0;
  border-bottom: none;
}
.module.accordion dl dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedede;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: -0.16px;
  line-height: 150%; /* 24px */
  margin: 0;
  padding: 10px 0 12px;
  position: relative;
  text-transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.module.accordion dl dt.on, .module.accordion dl dt:hover, .module.accordion dl dt:active, .module.accordion dl dt:focus {
  color: #000;
  font-weight: 600;
}
.module.accordion dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.module.accordion dl dt > div {
  margin: 0;
  margin-right: 25px;
  line-height: 1.4;
}
.module.accordion dl dt i {
  color: #000;
  font-size: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-right: 2px;
}
.module.accordion dl dd {
  display: none;
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 150%; /* 24px */
  padding: 20px 0;
  width: 100%;
}
.module.accordion dl dd img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
}
@media (max-width: 1079px) {
  .module.accordion dl {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1079px) {
  .module.accordion {
    padding: 60px 0 45px;
  }
}

.module.before-after .before-after-outer {
  position: relative;
}
.module.before-after .before-after-outer .info {
  color: #fff;
  left: 94px;
  padding: 0 0 20px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 294px;
}
.module.before-after .before-after-outer .info h1, .module.before-after .before-after-outer .info h2, .module.before-after .before-after-outer .info h3, .module.before-after .before-after-outer .info h4, .module.before-after .before-after-outer .info h5, .module.before-after .before-after-outer .info h6, .module.before-after .before-after-outer .info .h1, .module.before-after .before-after-outer .info .h2, .module.before-after .before-after-outer .info .h3, .module.before-after .before-after-outer .info .h4, .module.before-after .before-after-outer .info .h5, .module.before-after .before-after-outer .info .h6, .module.before-after .before-after-outer .info p, .module.before-after .before-after-outer .info ul, .module.before-after .before-after-outer .info ol, .module.before-after .before-after-outer .info li {
  color: #fff;
}
.module.before-after .before-after-outer .info h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  padding-left: 4px;
}
.module.before-after .before-after-outer .info .content-body {
  margin-bottom: 28px;
}
.module.before-after .before-after-outer .info .content-body p, .module.before-after .before-after-outer .info .content-body ul, .module.before-after .before-after-outer .info .content-body ol, .module.before-after .before-after-outer .info .content-body ul li, .module.before-after .before-after-outer .info .content-body ol li {
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.before-after .before-after-outer .info .button {
  font-size: 14px;
  font-weight: 477;
  padding: 11px 20px 13px;
}
.module.before-after .twentytwenty-container {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.module.before-after .twentytwenty-container img {
  width: 100%;
}
.module.before-after .twentytwenty-container .twentytwenty-before-label,
.module.before-after .twentytwenty-container .twentytwenty-after-label {
  display: none !important;
}
.module.before-after .twentytwenty-container .twentytwenty-handle {
  height: 100%;
  top: 0;
  border-width: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.module.before-after .twentytwenty-container .twentytwenty-handle:before, .module.before-after .twentytwenty-container .twentytwenty-handle:after {
  -webkit-box-shadow: 0px 8px 0px #fff;
  box-shadow: 0px 8px 0px #fff;
  width: 4px;
  margin-left: -6px;
}
.module.before-after .twentytwenty-container .twentytwenty-overlay {
  border-radius: 30px;
  background: none;
  display: none;
}
.module.before-after .twentytwenty-container img {
  border-radius: 30px;
}
@media (max-width: 1079px) {
  .module.before-after .before-after-outer .info {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .module.before-after .twentytwenty-container .twentytwenty-handle {
    border-width: 16px;
  }
  .module.before-after .twentytwenty-container .twentytwenty-handle:before, .module.before-after .twentytwenty-container .twentytwenty-handle:after {
    margin-left: -14px;
  }
  .module.before-after .before-after-outer .info {
    left: 20px;
    width: calc(100% - 40px);
  }
  .module.before-after .before-after-outer .info h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .module.before-after .before-after-outer .info .content-body {
    margin-bottom: 15px;
  }
  .module.before-after .before-after-outer .info br {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .module.before-after .wrapper {
    overflow: hidden;
    border-radius: 20px;
    width: calc(100vw - 40px);
  }
  .module.before-after .twentytwenty-container {
    border-radius: 20px;
  }
  .module.before-after .before-after-outer {
    width: 140vw;
    margin-left: -20vw;
    margin-right: -20vw;
  }
  .module.before-after .before-after-outer .info {
    left: 20vw;
    width: calc(100vw - 80px);
  }
}
@media (max-width: 479px) {
  .module.before-after .wrapper {
    overflow: hidden;
    border-radius: 20px;
    width: calc(100vw - 40px);
  }
  .module.before-after .before-after-outer {
    width: 185vw;
    margin-left: -42.5vw;
    margin-right: -42.5vw;
  }
  .module.before-after .before-after-outer .info {
    left: 42.5vw;
    width: calc(100vw - 80px);
  }
}

.module.content-block-takeover {
  background-color: #000;
  color: #fff;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
}
.module.content-block-takeover .wrapper {
  height: 100vh;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 640px;
}
.module.content-block-takeover .takeover-body {
  width: 100%;
}
.module.content-block-takeover h3.header, .module.content-block-takeover .h3.header {
  color: #00b0f0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
.module.content-block-takeover .content-body {
  color: #fff;
  text-align: center;
}
.module.content-block-takeover .content-body h1, .module.content-block-takeover .content-body h2, .module.content-block-takeover .content-body h3, .module.content-block-takeover .content-body h4, .module.content-block-takeover .content-body h5, .module.content-block-takeover .content-body h6, .module.content-block-takeover .content-body p, .module.content-block-takeover .content-body li {
  color: #fff;
}
.module.content-block-takeover .content-body p, .module.content-block-takeover .content-body ul, .module.content-block-takeover .content-body ol, .module.content-block-takeover .content-body ul li, .module.content-block-takeover .content-body ol li {
  font-size: 20px;
  font-weight: 477;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}

.pin-spacer:has(.content-block-takeover) {
  overflow: hidden !important;
}

.content-block-left-right {
  position: relative;
  margin: 200px 0 200px;
}
.content-block-left-right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 68px;
}
.content-block-left-right .content.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-block-left-right .content .image {
  width: 50%;
}
.content-block-left-right .content .image .display {
  border-radius: 20px;
}
.content-block-left-right .content .image .placeholder {
  padding-bottom: 135.775%;
}
.content-block-left-right .content .text {
  width: 50%;
}
.content-block-left-right .content .text h2 {
  font-size: 36px;
  color: #000;
  margin: 0 0 32px;
}
.content-block-left-right .content .text .content-body {
  margin: 0 0 32px;
}
.content-block-left-right .content .text .content-body p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.content-block-left-right .content .text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #bebebe;
  min-height: 50px;
  padding: 8px 16px 8px 0;
}
.content-block-left-right .content .text .item .icon {
  width: 37px;
}
.content-block-left-right .content .text .item .icon img {
  margin: auto;
}
.content-block-left-right .content .text .item .text {
  margin: 0 0 0 15px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content-block-left-right .content .text .item:first-of-type {
  border-top: 0;
}
@media (max-width: 898px) {
  .content-block-left-right {
    margin: 60px 0;
  }
  .content-block-left-right .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
  }
  .content-block-left-right .content .image {
    width: 100%;
    margin: auto;
    max-width: 400px;
  }
  .content-block-left-right .content .text {
    width: 100%;
  }
  .content-block-left-right .content .text .item {
    padding: 8px 0;
  }
}

section.pathway-tiles + .content-block-left-right {
  margin: 120px 0;
}
@media (max-width: 898px) {
  section.pathway-tiles + .content-block-left-right {
    margin: 60px 0;
  }
}

.content-block-video-stacks {
  position: relative;
  width: 100%;
}
.content-block-video-stacks .items {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.content-block-video-stacks .items .item {
  width: 100%;
  padding-bottom: 38.8%;
  position: relative;
}

.module.cta-rows .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 36px;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}
.module.cta-rows .cta-row {
  border-radius: 20px;
}
.module.cta-rows .cta-row .eyebrow {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin: 0 0 15px 0;
}
.module.cta-rows .cta-row .header.h3 {
  margin: 0 0 25px 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
.module.cta-rows .cta-row.light {
  background-color: #f1f1f1;
}
.module.cta-rows .cta-row.light .h3 {
  color: #000;
}
.module.cta-rows .cta-row.dark {
  background-color: #9ca1a7;
  color: #fff;
}
.module.cta-rows .cta-row.dark .eyebrow {
  color: #fff;
}
.module.cta-rows .cta-row.dark h1, .module.cta-rows .cta-row.dark h2, .module.cta-rows .cta-row.dark h3, .module.cta-rows .cta-row.dark h4, .module.cta-rows .cta-row.dark h5, .module.cta-rows .cta-row.dark h6, .module.cta-rows .cta-row.dark .h1, .module.cta-rows .cta-row.dark .h2, .module.cta-rows .cta-row.dark .h3, .module.cta-rows .cta-row.dark .h4, .module.cta-rows .cta-row.dark .h5, .module.cta-rows .cta-row.dark .h6, .module.cta-rows .cta-row.dark p, .module.cta-rows .cta-row.dark li {
  color: #fff;
}
.module.cta-rows .cta-row.fifty-fifty {
  padding: 90px 0 40px;
  text-align: center;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.module.cta-rows .cta-row.fifty-fifty .text {
  width: 333px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.module.cta-rows .cta-row.fifty-fifty .header.h3 {
  margin: 0px 0 18px 0;
}
.module.cta-rows .cta-row .content_body p, .module.cta-rows .cta-row .content_body ul, .module.cta-rows .cta-row .content_body ol, .module.cta-rows .cta-row .content_body li {
  font-size: 18px;
}
.module.cta-rows .cta-row .content_body + .button {
  margin-top: 16px;
}
@media (min-width: 1080px) {
  .module.cta-rows .cta-row.fifty-fifty {
    padding: 86px 0 40px;
    width: calc(50% - 18.01px);
    height: 655px;
  }
  .module.cta-rows .cta-row.fifty-fifty .content_body {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .module.cta-rows .cta-row.full-width {
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    position: relative;
  }
  .module.cta-rows .cta-row.full-width .text {
    padding-top: 5px;
  }
  .module.cta-rows .cta-row.full-width.content-left.background-contain {
    background-position: bottom right;
    background-size: contain;
  }
  .module.cta-rows .cta-row.full-width.content-left.background-fill {
    background-position: center right;
    background-size: cover;
  }
  .module.cta-rows .cta-row.full-width.content-left .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 108px;
    width: 375px;
    text-align: left;
  }
  .module.cta-rows .cta-row.full-width.content-center .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 492px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .module.cta-rows .cta-row.fifty-fifty {
    padding: 40px 0;
  }
}
@media (max-width: 1079px) {
  .module.cta-rows .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .module.cta-rows .cta-row.full-width {
    width: 100%;
    height: 655px;
    background-position: bottom center;
    background-size: cover;
    padding: 90px 0 40px 0;
  }
  .module.cta-rows .cta-row.full-width .text {
    width: 333px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
  .module.cta-rows .cta-row.full-width.content-center {
    position: relative;
  }
  .module.cta-rows .cta-row.full-width.content-center .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 492px;
    margin: 0 auto;
  }
  .module.cta-rows .cta-row.full-width.content-left.background-contain {
    background-size: unset;
    background-repeat: no-repeat;
  }
  .module.cta-rows .cta-row.full-width.content-left.background-fill {
    background-size: unset;
    background-repeat: no-repeat;
  }
  .module.cta-rows .cta-row.full-width.content-left.mobile-fill-fill {
    background-size: cover;
  }
  .module.cta-rows .cta-row.full-width.content-left.mobile-fill-contain {
    background-size: contain;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-top-left {
    background-position: top left;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-top-center {
    background-position: top center;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-top-right {
    background-position: top right;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-middle-left {
    background-position: center left;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-middle-center {
    background-position: center center;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-middle-right {
    background-position: center right;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-bottom-left {
    background-position: bottom left;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-bottom-center {
    background-position: bottom center;
  }
  .module.cta-rows .cta-row.full-width.mobile-bg-bottom-right {
    background-position: bottom right;
  }
  .module.cta-rows .cta-row.full-width.no-background-image {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 90px 0;
  }
  .module.cta-rows .cta-row.full-width.no-background-image .text {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .module.cta-rows .cta-row.fifty-fifty {
    width: 100%;
    height: 655px;
    background-position: bottom center;
    background-size: cover;
  }
}

.featured-history {
  position: relative;
  margin: 138px 0;
}
.featured-history > .wrapper {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.featured-history .top-content {
  text-align: center;
}
.featured-history .top-content h2 {
  font-size: 48px;
  color: #000;
  margin: 0 auto 30px;
}
.featured-history .top-content .content-body {
  margin: 0 auto 35px;
  max-width: 456px;
}
.featured-history .top-content .content-body p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #666666;
}
.featured-history .top-content .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.featured-history .content .swiper-featured-history {
  position: relative;
}
.featured-history .content .swiper-slide {
  cursor: pointer;
}
.featured-history .content .swiper-slide figure.image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.featured-history .content .swiper-slide figure.image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-history .content .swiper-slide figure.image .placeholder {
  padding-bottom: 143.125%;
}
.featured-history .content .swiper-slide:hover figure.image:before, .featured-history .content .swiper-slide:focus figure.image:before {
  opacity: 1;
}
.featured-history .content .ace-swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  z-index: 2;
  border-radius: 100%;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #636365;
  background-color: #e2e2e5;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.featured-history .content .ace-swiper-nav:hover {
  background-color: #fff;
}
.featured-history .content .ace-swiper-nav.prev {
  left: 5.55%;
  padding-right: 2px;
}
.featured-history .content .ace-swiper-nav.next {
  right: 5.55%;
  padding-left: 2px;
}
.featured-history #featuredHistoryModal,
.featured-history .featured-history-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
  backdrop-filter: blur(20px);
}
.featured-history #featuredHistoryModal .modal-window,
.featured-history .featured-history-modal .modal-window {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-history #featuredHistoryModal .modal-content,
.featured-history .featured-history-modal .modal-content {
  background: #fff;
  max-width: 1320px;
  margin: 30px auto;
  width: 90%;
  max-height: calc(100vh - 60px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.featured-history #featuredHistoryModal .modal-content #modalData,
.featured-history #featuredHistoryModal .modal-content .modal-data,
.featured-history .featured-history-modal .modal-content #modalData,
.featured-history .featured-history-modal .modal-content .modal-data {
  max-height: calc(100vh - 60px);
  position: relative;
  overflow: auto;
}
.featured-history #featuredHistoryModal .modal-content .top-image,
.featured-history .featured-history-modal .modal-content .top-image {
  position: relative;
}
.featured-history #featuredHistoryModal .modal-content .top-image figure.image,
.featured-history #featuredHistoryModal .modal-content .top-image div.image.ace-figure,
.featured-history .featured-history-modal .modal-content .top-image figure.image,
.featured-history .featured-history-modal .modal-content .top-image div.image.ace-figure {
  max-width: 100%;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.featured-history #featuredHistoryModal .modal-content .top-image figure.image .placeholder,
.featured-history #featuredHistoryModal .modal-content .top-image div.image.ace-figure .placeholder,
.featured-history .featured-history-modal .modal-content .top-image figure.image .placeholder,
.featured-history .featured-history-modal .modal-content .top-image div.image.ace-figure .placeholder {
  padding-bottom: 50.45%;
}
.featured-history #featuredHistoryModal .modal-content .top-image .history-year,
.featured-history .featured-history-modal .modal-content .top-image .history-year {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
.featured-history #featuredHistoryModal .modal-content .text,
.featured-history .featured-history-modal .modal-content .text {
  padding: 80px 20px;
  max-width: 610px;
  margin: auto;
}
.featured-history #featuredHistoryModal .modal-content .text .history-year,
.featured-history .featured-history-modal .modal-content .text .history-year {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 24px;
}
.featured-history #featuredHistoryModal .modal-content .text .h3,
.featured-history .featured-history-modal .modal-content .text .h3 {
  font-size: 30px;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.featured-history #featuredHistoryModal .modal-content .text .body,
.featured-history .featured-history-modal .modal-content .text .body {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 75px;
}
.featured-history #featuredHistoryModal .modal-content .text .body ul, .featured-history #featuredHistoryModal .modal-content .text .body ol,
.featured-history .featured-history-modal .modal-content .text .body ul,
.featured-history .featured-history-modal .modal-content .text .body ol {
  margin: -3px 0 24px 29px;
  padding: 0 0 0 0px;
  line-height: 24px;
}
.featured-history #featuredHistoryModal .modal-content .text .body ul > li, .featured-history #featuredHistoryModal .modal-content .text .body ol > li,
.featured-history .featured-history-modal .modal-content .text .body ul > li,
.featured-history .featured-history-modal .modal-content .text .body ol > li {
  margin: 0 0 0 0;
}
.featured-history #featuredHistoryModal .modal-content .text .body ul ul, .featured-history #featuredHistoryModal .modal-content .text .body ul ol, .featured-history #featuredHistoryModal .modal-content .text .body ol ul, .featured-history #featuredHistoryModal .modal-content .text .body ol ol,
.featured-history .featured-history-modal .modal-content .text .body ul ul,
.featured-history .featured-history-modal .modal-content .text .body ul ol,
.featured-history .featured-history-modal .modal-content .text .body ol ul,
.featured-history .featured-history-modal .modal-content .text .body ol ol {
  margin: 0 0 0 24px;
  padding: 0 0 0 0px;
}
.featured-history #featuredHistoryModal .modal-content .text .body ul ul li, .featured-history #featuredHistoryModal .modal-content .text .body ul ol li, .featured-history #featuredHistoryModal .modal-content .text .body ol ul li, .featured-history #featuredHistoryModal .modal-content .text .body ol ol li,
.featured-history .featured-history-modal .modal-content .text .body ul ul li,
.featured-history .featured-history-modal .modal-content .text .body ul ol li,
.featured-history .featured-history-modal .modal-content .text .body ol ul li,
.featured-history .featured-history-modal .modal-content .text .body ol ol li {
  margin: 0 0 0 0;
}
.featured-history #featuredHistoryModal .modal-content .text .body ul ul, .featured-history #featuredHistoryModal .modal-content .text .body ol ul,
.featured-history .featured-history-modal .modal-content .text .body ul ul,
.featured-history .featured-history-modal .modal-content .text .body ol ul {
  list-style: disc;
}
.featured-history #featuredHistoryModal .modal-content .text .body ol,
.featured-history .featured-history-modal .modal-content .text .body ol {
  list-style-type: decimal;
}
.featured-history #featuredHistoryModal .modal-content .text .body ol ol,
.featured-history .featured-history-modal .modal-content .text .body ol ol {
  list-style-type: lower-alpha;
}
.featured-history #featuredHistoryModal .modal-content .text .body ol ol ol,
.featured-history .featured-history-modal .modal-content .text .body ol ol ol {
  list-style-type: lower-roman;
}
.featured-history #featuredHistoryModal .modal-content .text .body p:has(button), .featured-history #featuredHistoryModal .modal-content .text .body p:has(.button),
.featured-history #featuredHistoryModal .modal-content .text .body p + button,
.featured-history #featuredHistoryModal .modal-content .text .body p + .button, .featured-history #featuredHistoryModal .modal-content .text .body div:has(button), .featured-history #featuredHistoryModal .modal-content .text .body div:has(.button),
.featured-history #featuredHistoryModal .modal-content .text .body div + button,
.featured-history #featuredHistoryModal .modal-content .text .body div + .button,
.featured-history .featured-history-modal .modal-content .text .body p:has(button),
.featured-history .featured-history-modal .modal-content .text .body p:has(.button),
.featured-history .featured-history-modal .modal-content .text .body p + button,
.featured-history .featured-history-modal .modal-content .text .body p + .button,
.featured-history .featured-history-modal .modal-content .text .body div:has(button),
.featured-history .featured-history-modal .modal-content .text .body div:has(.button),
.featured-history .featured-history-modal .modal-content .text .body div + button,
.featured-history .featured-history-modal .modal-content .text .body div + .button {
  margin-top: calc(1em + 6px);
}
.featured-history #featuredHistoryModal .close-modal,
.featured-history .featured-history-modal .close-modal {
  cursor: pointer;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #efefef;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 0;
  border-radius: 50%;
  margin: auto;
}
.featured-history #featuredHistoryModal .close-modal:hover, .featured-history #featuredHistoryModal .close-modal:active,
.featured-history .featured-history-modal .close-modal:hover,
.featured-history .featured-history-modal .close-modal:active {
  background-color: #000;
}
@media (min-width: 768px) {
  .featured-history #featuredHistoryModal .modal-content .text .history-year,
  .featured-history .featured-history-modal .modal-content .text .history-year {
    display: none;
  }
}
@media (max-width: 767px) {
  .featured-history {
    margin: 50px 0;
  }
  .featured-history #featuredHistoryModal .modal-content .top-image .history-year,
  .featured-history .featured-history-modal .modal-content .top-image .history-year {
    display: none;
  }
  .featured-history #featuredHistoryModal .modal-content .text,
  .featured-history .featured-history-modal .modal-content .text {
    padding: 40px 20px;
  }
  .featured-history #featuredHistoryModal .modal-content .text .body,
  .featured-history .featured-history-modal .modal-content .text .body {
    margin: 0 0 35px;
  }
  .featured-history #featuredHistoryModal .modal-content .text .history-year,
  .featured-history .featured-history-modal .modal-content .text .history-year {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .featured-history .top-content .content-body {
    margin: 0 auto 35px;
    max-width: 100%;
  }
  .featured-history .top-content .content-body p {
    font-size: 18px;
  }
}

.fund-slider {
  overflow: hidden;
}
.fund-slider .content-wrapper {
  max-width: 645px;
  margin: 0 auto 90px;
  text-align: center;
}
.fund-slider .content-wrapper .section-title {
  font-size: 48px;
  margin-bottom: 40px;
}
.fund-slider .content-wrapper .section-description {
  font-size: 1.25em;
  color: #666666;
  font-weight: 477;
}
@media (max-width: 767px) {
  .fund-slider .content-wrapper .section-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .fund-slider .content-wrapper .section-description {
    font-size: 1em;
  }
}
.fund-slider .wrapper.container-swiper .swiper-fund-slider {
  overflow: visible;
}
@media (max-width: 767px) {
  .fund-slider .wrapper.container-swiper {
    padding: 0 60px;
  }
}
.fund-slider .inner-swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 37px 39px 66px;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  border-radius: 20px;
  background-color: #f1f1f1;
}
.fund-slider .inner-swiper-slide .slide-content-wrapper {
  margin-top: 27px;
}
.fund-slider .inner-swiper-slide .slide-content-wrapper .slide-title {
  font-size: 24px;
  margin: 0;
}
.fund-slider .inner-swiper-slide .slide-content-wrapper .slide-description {
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
}
.fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  column-gap: 17px;
}
.fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link:hover, .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link:focus {
  text-decoration: none;
}
.fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link i {
  margin-top: 4px;
  font-size: 1.1em;
}
.fund-slider .inner-swiper-slide .image-wrapper {
  width: 52.25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.fund-slider .inner-swiper-slide .image-wrapper figure.image {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1079px) {
  .fund-slider .inner-swiper-slide {
    padding: 35px 35px 35px 45px;
    gap: 40px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper {
    margin-top: 10px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-title {
    font-size: 22px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-description {
    margin-top: 20px;
    font-size: 16px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link {
    font-size: 14px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link i {
    font-size: 1.1em;
  }
  .fund-slider .inner-swiper-slide .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .fund-slider .inner-swiper-slide {
    padding: 35px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fund-slider .inner-swiper-slide .image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .fund-slider .inner-swiper-slide {
    padding: 35px 30px;
    gap: 30px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper {
    margin-top: 0;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-title {
    font-size: 20px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-description {
    font-size: 14px;
  }
  .fund-slider .inner-swiper-slide .slide-content-wrapper .slide-link {
    font-size: 12px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.fund-slider .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E2E2E5;
  color: #636365;
  border-radius: 35px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: calc(50% - 17px);
  z-index: 200;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.fund-slider .ace-swiper-nav i {
  font-size: 14px;
}
.fund-slider .ace-swiper-nav.prev {
  left: -11%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.fund-slider .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.fund-slider .ace-swiper-nav.next {
  right: -11%;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.fund-slider .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.fund-slider .ace-swiper-nav:hover, .fund-slider .ace-swiper-nav:focus {
  background-color: #636365;
  color: #fff;
}
@media (max-width: 1399px) {
  .fund-slider .ace-swiper-nav.prev {
    left: -50px;
  }
  .fund-slider .ace-swiper-nav.next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .fund-slider .ace-swiper-nav.prev {
    left: -30px;
  }
  .fund-slider .ace-swiper-nav.next {
    right: -30px;
  }
}

.history-grid {
  position: relative;
  margin: 138px 0;
}
.history-grid .wrapper {
  max-width: 1170px;
  width: 100%;
}
.history-grid .top-content {
  max-width: 638px;
}
.history-grid .top-content .eyebrow {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 50px;
}
.history-grid .top-content h2 {
  color: #000;
  padding: 0 0 20px;
  font-size: 90px;
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 0.75;
  letter-spacing: -0.06em;
  font-weight: 850;
  background: var(--mask-image) center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  word-break: break-word;
}
.history-grid .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 42px;
}
.history-grid .item figure.image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.history-grid .item figure.image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.history-grid .item figure.image .placeholder {
  padding-bottom: 143.67%;
}
.history-grid .item:hover, .history-grid .item:focus {
  cursor: pointer;
}
.history-grid .item:hover figure.image:before, .history-grid .item:focus figure.image:before {
  opacity: 1;
}
.history-grid .item .history-year {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.history-grid .item .excerpt {
  margin: 8px 0 0;
  line-height: 1.5;
}
.history-grid #featuredHistoryModal,
.history-grid .featured-history-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
  backdrop-filter: blur(20px);
}
.history-grid #featuredHistoryModal .modal-window,
.history-grid .featured-history-modal .modal-window {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.history-grid #featuredHistoryModal .modal-content,
.history-grid .featured-history-modal .modal-content {
  background: #fff;
  max-width: 1320px;
  margin: 30px auto;
  width: 90%;
  max-height: calc(100vh - 60px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.history-grid #featuredHistoryModal .modal-content #modalData,
.history-grid #featuredHistoryModal .modal-content .modal-data,
.history-grid .featured-history-modal .modal-content #modalData,
.history-grid .featured-history-modal .modal-content .modal-data {
  max-height: calc(100vh - 60px);
  position: relative;
  overflow: auto;
}
.history-grid #featuredHistoryModal .modal-content .top-image,
.history-grid .featured-history-modal .modal-content .top-image {
  position: relative;
}
.history-grid #featuredHistoryModal .modal-content .top-image figure.image,
.history-grid #featuredHistoryModal .modal-content .top-image div.image.ace-figure,
.history-grid .featured-history-modal .modal-content .top-image figure.image,
.history-grid .featured-history-modal .modal-content .top-image div.image.ace-figure {
  max-width: 100%;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.history-grid #featuredHistoryModal .modal-content .top-image figure.image .placeholder,
.history-grid #featuredHistoryModal .modal-content .top-image div.image.ace-figure .placeholder,
.history-grid .featured-history-modal .modal-content .top-image figure.image .placeholder,
.history-grid .featured-history-modal .modal-content .top-image div.image.ace-figure .placeholder {
  padding-bottom: 50.45%;
}
.history-grid #featuredHistoryModal .modal-content .top-image .history-year,
.history-grid .featured-history-modal .modal-content .top-image .history-year {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
.history-grid #featuredHistoryModal .modal-content .text,
.history-grid .featured-history-modal .modal-content .text {
  padding: 80px 20px;
  max-width: 610px;
  margin: auto;
}
.history-grid #featuredHistoryModal .modal-content .text .history-year,
.history-grid .featured-history-modal .modal-content .text .history-year {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 24px;
}
.history-grid #featuredHistoryModal .modal-content .text .h3,
.history-grid .featured-history-modal .modal-content .text .h3 {
  font-size: 30px;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.history-grid #featuredHistoryModal .modal-content .text .body,
.history-grid .featured-history-modal .modal-content .text .body {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 75px;
}
.history-grid #featuredHistoryModal .modal-content .text .body ul, .history-grid #featuredHistoryModal .modal-content .text .body ol,
.history-grid .featured-history-modal .modal-content .text .body ul,
.history-grid .featured-history-modal .modal-content .text .body ol {
  margin: -3px 0 24px 29px;
  padding: 0 0 0 0px;
  line-height: 24px;
}
.history-grid #featuredHistoryModal .modal-content .text .body ul > li, .history-grid #featuredHistoryModal .modal-content .text .body ol > li,
.history-grid .featured-history-modal .modal-content .text .body ul > li,
.history-grid .featured-history-modal .modal-content .text .body ol > li {
  margin: 0 0 0 0;
}
.history-grid #featuredHistoryModal .modal-content .text .body ul ul, .history-grid #featuredHistoryModal .modal-content .text .body ul ol, .history-grid #featuredHistoryModal .modal-content .text .body ol ul, .history-grid #featuredHistoryModal .modal-content .text .body ol ol,
.history-grid .featured-history-modal .modal-content .text .body ul ul,
.history-grid .featured-history-modal .modal-content .text .body ul ol,
.history-grid .featured-history-modal .modal-content .text .body ol ul,
.history-grid .featured-history-modal .modal-content .text .body ol ol {
  margin: 0 0 0 24px;
  padding: 0 0 0 0px;
}
.history-grid #featuredHistoryModal .modal-content .text .body ul ul li, .history-grid #featuredHistoryModal .modal-content .text .body ul ol li, .history-grid #featuredHistoryModal .modal-content .text .body ol ul li, .history-grid #featuredHistoryModal .modal-content .text .body ol ol li,
.history-grid .featured-history-modal .modal-content .text .body ul ul li,
.history-grid .featured-history-modal .modal-content .text .body ul ol li,
.history-grid .featured-history-modal .modal-content .text .body ol ul li,
.history-grid .featured-history-modal .modal-content .text .body ol ol li {
  margin: 0 0 0 0;
}
.history-grid #featuredHistoryModal .modal-content .text .body ul ul, .history-grid #featuredHistoryModal .modal-content .text .body ol ul,
.history-grid .featured-history-modal .modal-content .text .body ul ul,
.history-grid .featured-history-modal .modal-content .text .body ol ul {
  list-style: disc;
}
.history-grid #featuredHistoryModal .modal-content .text .body ol,
.history-grid .featured-history-modal .modal-content .text .body ol {
  list-style-type: decimal;
}
.history-grid #featuredHistoryModal .modal-content .text .body ol ol,
.history-grid .featured-history-modal .modal-content .text .body ol ol {
  list-style-type: lower-alpha;
}
.history-grid #featuredHistoryModal .modal-content .text .body ol ol ol,
.history-grid .featured-history-modal .modal-content .text .body ol ol ol {
  list-style-type: lower-roman;
}
.history-grid #featuredHistoryModal .close-modal,
.history-grid .featured-history-modal .close-modal {
  cursor: pointer;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #efefef;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 0;
  border-radius: 50%;
  margin: auto;
}
.history-grid #featuredHistoryModal .close-modal:hover, .history-grid #featuredHistoryModal .close-modal:active,
.history-grid .featured-history-modal .close-modal:hover,
.history-grid .featured-history-modal .close-modal:active {
  background-color: #000;
}
@media (min-width: 768px) {
  .history-grid #featuredHistoryModal .modal-content .text .history-year,
  .history-grid .featured-history-modal .modal-content .text .history-year {
    display: none;
  }
}
@media (max-width: 767px) {
  .history-grid {
    margin: 50px 0;
  }
  .history-grid .top-content .eyebrow {
    margin: 0 0 30px;
  }
  .history-grid .top-content h2 {
    font-size: 80px;
    margin: 0 0 20px;
  }
  .history-grid .items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 36px;
  }
  .history-grid #featuredHistoryModal .modal-content .top-image .history-year,
  .history-grid .featured-history-modal .modal-content .top-image .history-year {
    display: none;
  }
  .history-grid #featuredHistoryModal .modal-content .text,
  .history-grid .featured-history-modal .modal-content .text {
    padding: 40px 20px;
  }
  .history-grid #featuredHistoryModal .modal-content .text .history-year,
  .history-grid .featured-history-modal .modal-content .text .history-year {
    font-size: 32px;
  }
  .history-grid #featuredHistoryModal .modal-content .text .body,
  .history-grid .featured-history-modal .modal-content .text .body {
    margin: 0 0 35px;
  }
  .history-grid #featuredHistoryModal .modal-content .text .body p:has(button), .history-grid #featuredHistoryModal .modal-content .text .body p:has(.button),
  .history-grid #featuredHistoryModal .modal-content .text .body p + button,
  .history-grid #featuredHistoryModal .modal-content .text .body p + .button, .history-grid #featuredHistoryModal .modal-content .text .body div:has(button), .history-grid #featuredHistoryModal .modal-content .text .body div:has(.button),
  .history-grid #featuredHistoryModal .modal-content .text .body div + button,
  .history-grid #featuredHistoryModal .modal-content .text .body div + .button,
  .history-grid .featured-history-modal .modal-content .text .body p:has(button),
  .history-grid .featured-history-modal .modal-content .text .body p:has(.button),
  .history-grid .featured-history-modal .modal-content .text .body p + button,
  .history-grid .featured-history-modal .modal-content .text .body p + .button,
  .history-grid .featured-history-modal .modal-content .text .body div:has(button),
  .history-grid .featured-history-modal .modal-content .text .body div:has(.button),
  .history-grid .featured-history-modal .modal-content .text .body div + button,
  .history-grid .featured-history-modal .modal-content .text .body div + .button {
    margin-top: calc(1em + 6px);
  }
}
@media (max-width: 579px) {
  .history-grid .top-content h2 {
    font-size: 60px;
  }
  .history-grid .items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 26px;
  }
}
@media (max-width: 479px) {
  .history-grid .top-content h2 {
    font-size: 50px;
  }
  .history-grid .items {
    grid-template-columns: 1fr;
  }
}

.module.standard-text {
  /*
  @include media-between($sm, $lg) {
      &.top-padding-large {
          margin-top: 90px;
      }
      &.top-padding-xl {
          margin-top: 125px;
      }
      &.bottom-padding-large {
          margin-bottom: 90px;
      }
      &.bottom-padding-xl {
          margin-bottom: 125px;
      }
  }
  */
}
.module.standard-text .image-above-content img,
.module.standard-text .image-below-content img {
  margin: 0 auto;
}
.module.standard-text .content-body {
  margin: 20px 0 55px;
}
.module.standard-text .content-body *:first-child {
  margin-top: 0;
}
.module.standard-text .content-body *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .module.standard-text.top-padding-medium {
    margin-top: 90px;
  }
  .module.standard-text.top-padding-large {
    margin-top: 135px;
  }
  .module.standard-text.top-padding-xl {
    margin-top: 180px;
  }
  .module.standard-text.bottom-padding-medium {
    margin-bottom: 95px;
  }
  .module.standard-text.bottom-padding-large {
    margin-bottom: 130px;
  }
  .module.standard-text.bottom-padding-xl {
    margin-bottom: 210px;
  }
}

section.hero-card-icons {
  margin: 100px 0 200px;
}
section.hero-card-icons .content-wrapper {
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: center;
}
section.hero-card-icons .content-wrapper .content-body {
  font-size: 1.25em;
}
section.hero-card-icons .image-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  column-gap: 17px;
}
section.hero-card-icons .image-grid-wrapper .grid-item {
  width: 20%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center {
  width: 30.25%;
  padding: 55px 20px 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center .number {
  font-size: 82px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center .stat-description {
  max-width: 300px;
  margin: 18px auto 0;
  font-size: 20px;
}
section.hero-card-icons .nav-icon-wrapper {
  margin-top: 57px;
  text-align: center;
}
section.hero-card-icons .nav-icon-wrapper .nav-icon-header {
  font-size: 1.25em;
  margin-bottom: 38px;
}
section.hero-card-icons .nav-icon-wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 775px;
  row-gap: 30px;
}
section.hero-card-icons .nav-icon-wrapper .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cdcdcd;
}
section.hero-card-icons .nav-icon-wrapper .items .item:last-child {
  border-right: none;
}
section.hero-card-icons .nav-icon-wrapper .items .item .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  max-width: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.hero-card-icons .nav-icon-wrapper .items .item .item-text {
  font-size: 1.25em;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center {
    padding: 45px 20px;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center .number {
    font-size: 60px;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center .stat-description {
    font-size: 18px;
  }
}
@media (max-width: 1079px) {
  section.hero-card-icons {
    margin: 80px 0 100px;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center {
    padding: 40px 20px;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center .number {
    font-size: 60px;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center .stat-description {
    font-size: 16px;
  }
  section.hero-card-icons .nav-icon-wrapper {
    margin-top: 50px;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item .icon-wrapper {
    height: 30px;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item .item-text {
    font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  section.hero-card-icons .content-wrapper .hero-card-header {
    font-size: 40px;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item {
    width: 25%;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item:nth-child(1), section.hero-card-icons .image-grid-wrapper .grid-item:nth-child(5) {
    display: none;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center {
    width: 50%;
  }
  section.hero-card-icons .nav-icon-wrapper {
    margin-top: 50px;
  }
  section.hero-card-icons .nav-icon-wrapper .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item {
    width: 32%;
    padding: 0 15px;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item:nth-child(3) {
    border-right: none;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item .item-text {
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  section.hero-card-icons .image-grid-wrapper .grid-item:nth-child(2), section.hero-card-icons .image-grid-wrapper .grid-item:nth-child(4) {
    display: none;
  }
  section.hero-card-icons .image-grid-wrapper .grid-item.grid-item-center {
    width: 100%;
  }
  section.hero-card-icons .nav-icon-wrapper {
    margin-top: 40px;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item .icon-wrapper {
    height: 25px;
  }
  section.hero-card-icons .nav-icon-wrapper .items .item .item-text {
    font-size: 14px;
  }
}

.hero-full-content {
  position: relative;
  margin: 0;
}
.hero-full-content .wrapper {
  padding-top: 138px;
  padding-bottom: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: min(66.7vw, 100vh);
  position: relative;
  z-index: 5;
  max-width: 1300px;
}
.hero-full-content h1 small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.hero-full-content .background-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-full-content .content {
  max-width: 550px;
}
.hero-full-content .content h1, .hero-full-content .content .h1, .hero-full-content .content .eyebrow {
  position: relative;
  z-index: 2;
}
.hero-full-content .content p {
  font-size: 18px;
  font-weight: 477;
  line-height: 1.4;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
.hero-full-content .content .button-container {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.hero-full-content .hero-disclaimer {
  position: absolute;
  bottom: 31px;
  right: 41px;
  z-index: 4;
  font-size: 12px;
}
@media (max-width: 767px) {
  .hero-full-content .hero-disclaimer {
    right: 20px;
  }
}
.hero-full-content .video-controls {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero-full-content .video-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 40px;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hero-full-content .video-controls button i {
  font-size: 20px;
  color: inherit;
}
.hero-full-content.theme-light {
  color: #fff;
}
.hero-full-content.theme-light h1, .hero-full-content.theme-light h2, .hero-full-content.theme-light h3, .hero-full-content.theme-light h4, .hero-full-content.theme-light h5, .hero-full-content.theme-light h6,
.hero-full-content.theme-light .h1, .hero-full-content.theme-light .h2, .hero-full-content.theme-light .h3, .hero-full-content.theme-light .h4, .hero-full-content.theme-light .h5, .hero-full-content.theme-light .h6 {
  color: #fff;
}
.hero-full-content.theme-light .background-gradient {
  background-image: linear-gradient(to right, rgba(10, 21, 27, 0.45), rgba(10, 21, 27, 0.45) calc(50% - 140px), rgba(10, 21, 27, 0) 50%, rgba(10, 21, 27, 0) 100%);
}
.hero-full-content.theme-light .video-controls button {
  border-color: rgba(255, 255, 255, 0.25);
}
.hero-full-content.theme-light .video-controls button:hover, .hero-full-content.theme-light .video-controls button:focus {
  border-color: rgba(255, 255, 255, 0.75);
}
.hero-full-content.theme-dark {
  color: #000;
}
.hero-full-content.theme-dark h1 {
  color: #000;
}
.hero-full-content.theme-dark .background-gradient {
  background-image: linear-gradient(to right, rgba(229, 237, 243, 0.45), rgba(229, 237, 243, 0.45) calc(50% - 140px), rgba(229, 237, 243, 0) 50%, rgba(229, 237, 243, 0) 100%);
}
.hero-full-content.theme-dark .video-controls button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.hero-full-content.theme-dark .video-controls button:hover, .hero-full-content.theme-dark .video-controls button:focus {
  background-color: rgba(0, 0, 0, 0.75);
  border-color: transparent;
  color: #fff;
}
.hero-full-content.placement-left-top .wrapper {
  padding-top: 102px;
  max-width: 1160px;
}
.hero-full-content.placement-left-top h4, .hero-full-content.placement-left-top .h4 {
  margin: 0;
}
.hero-full-content.placement-left-top h1, .hero-full-content.placement-left-top .h1 {
  margin-top: 0;
}
.hero-full-content.placement-left-center .content {
  -ms-flex-item-align: center;
  align-self: center;
}
.hero-full-content.placement-left-center .content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}
.hero-full-content.placement-center-top .wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-full-content.placement-center-top .content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}
.hero-full-content.placement-center-top .content .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-full-content.placement-center-center .wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-full-content.placement-center-center .content {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.hero-full-content.placement-center-center .content .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .hero-full-content.theme-light .background-gradient {
    background-image: linear-gradient(to right, rgba(10, 21, 27, 0.45), rgba(10, 21, 27, 0.45) calc(50% + 80px), rgba(10, 21, 27, 0) calc(75% + 80px), rgba(10, 21, 27, 0) 100%);
  }
  .hero-full-content.theme-dark .background-gradient {
    background-image: linear-gradient(to right, rgba(229, 237, 243, 0.45), rgba(229, 237, 243, 0.45) calc(50% + 80px), rgba(229, 237, 243, 0) calc(75% + 80px), rgba(229, 237, 243, 0) 100%);
  }
  .hero-full-content .video-controls {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-full-content.theme-light .background-gradient {
    background-image: linear-gradient(to right, rgba(10, 21, 27, 0.45), rgba(10, 21, 27, 0.45) calc(75% + 80px), rgba(10, 21, 27, 0) calc(90% + 80px), rgba(10, 21, 27, 0) 100%);
  }
  .hero-full-content.theme-dark .background-gradient {
    background-image: linear-gradient(to right, rgba(229, 237, 243, 0.45), rgba(229, 237, 243, 0.45) calc(75% + 80px), rgba(229, 237, 243, 0) calc(90% + 80px), rgba(229, 237, 243, 0) 100%);
  }
  .hero-full-content .wrapper {
    min-height: 100vh;
  }
}

.hero-pathways {
  background-color: #000;
  margin: 0;
  position: relative;
  color: #fff;
  padding: 190px 0 125px;
}
.hero-pathways h1 {
  color: #fff;
  margin: 0 auto 1em;
  max-width: 580px;
}
.hero-pathways .video-wrapper {
  aspect-ratio: 1;
  position: relative;
  max-width: 533px;
  margin: auto;
}
.hero-pathways .wrapper {
  position: relative;
  text-align: center;
  margin-top: -30px;
  z-index: 5;
}
.hero-pathways .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-pathways h1 {
    font-size: 48px;
    max-width: 450px;
  }
  .hero-pathways .wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero-pathways {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.hero-text-animation {
  margin: 0 0 200px;
  position: relative;
}
.hero-text-animation .video-wrapper {
  aspect-ratio: 1500/1000;
  position: relative;
  max-width: 1010px;
  margin: auto;
}
.hero-text-animation .wrapper {
  max-width: 700px;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 5;
  margin-top: -150px;
}
@media (max-width: 999px) {
  .hero-text-animation {
    margin-bottom: 20vw;
  }
  .hero-text-animation .wrapper {
    margin-top: -15vw;
  }
}
@media (max-width: 767px) {
  .hero-text-animation .wrapper {
    max-width: 480px;
    font-size: 16px;
  }
}

.hero-tall-reveal {
  position: relative;
  margin: 0;
  width: 100%;
}
.hero-tall-reveal .content {
  width: 100%;
  padding-bottom: 120.83%;
  position: relative;
}
.hero-tall-reveal .background-video {
  z-index: 0;
}
.hero-tall-reveal .body {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-tall-reveal .text {
  height: 56%;
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 458px;
  padding: 15% 0 0 0;
  margin: auto;
}
.hero-tall-reveal .text h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: -0.04em;
}
.hero-tall-reveal .text .content-body {
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.4;
  width: 100%;
  max-width: 445px;
  margin: auto;
  font-weight: 500;
}
.hero-tall-reveal .text .content-body p {
  font-size: 20px;
  letter-spacing: -0.01em;
}
.hero-tall-reveal .video-area {
  width: 75%;
  height: 44%;
  margin: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hero-tall-reveal .text .content-body {
    line-height: 1.2;
  }
  .hero-tall-reveal .text .content-body p {
    font-size: 18px;
  }
}

.hero-text-reveal {
  position: relative;
  margin: 0;
  width: 100%;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -1px;
}
.hero-text-reveal .hero-overlay {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.hero-text-reveal .hero-overlay.hidden {
  opacity: 0;
}
.hero-text-reveal .background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
.hero-text-reveal .background-image {
  z-index: 0;
}
.hero-text-reveal .text {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  max-width: 552px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.hero-text-reveal .text.visible {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.hero-text-reveal .wrapper {
  max-width: 100%;
  padding: 0;
}
.hero-text-reveal video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-text-reveal .mask-wrapper {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 1;
  z-index: 2;
}
.hero-text-reveal .mask-wrapper:before, .hero-text-reveal .mask-wrapper:after {
  content: "";
  background: #000;
  width: var(--bar-w, 0);
  height: var(--bar-h, 0);
  left: var(--bar-left-before);
  right: var(--bar-right-before);
  top: var(--bar-top-before);
  bottom: var(--bar-bottom-before);
  z-index: 0;
  position: absolute;
  display: block;
}
.hero-text-reveal .mask-wrapper:after {
  background: #000;
  width: var(--bar-w, 0);
  height: var(--bar-h, 0);
  left: var(--bar-left-after);
  right: var(--bar-right-after);
  top: var(--bar-top-after);
  bottom: var(--bar-bottom-after);
  z-index: 2;
  position: absolute;
  display: block;
}
.hero-text-reveal .mask-wrapper.zoom-out {
  -webkit-transform: scale(20);
  transform: scale(20);
  opacity: 0;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  cursor: default;
}
.hero-text-reveal .mask-wrapper .eyebrow-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 450;
  font-size: 18px;
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-shadow: 0px 0px 5px #8ae0ff;
  text-transform: uppercase;
  color: #00b0f0;
  pointer-events: none;
  z-index: 3;
}
.hero-text-reveal .mask-wrapper .eyebrow-text.is-hidden {
  opacity: 0;
}
.hero-text-reveal .mask-wrapper .eyebrow-text.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero-text-reveal .mask-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-text-reveal #maskGroup {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hero-text-reveal #maskGroup.is-hidden {
  opacity: 0;
}
.hero-text-reveal #maskGroup.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero-text-reveal #maskText {
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.1em;
  font-weight: 850;
}
@media (min-width: 1200px) {
  .hero-text-reveal .mask-wrapper .eyebrow-text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero-text-reveal .text {
    font-size: 24px;
    max-width: 400px;
  }
  .hero-text-reveal .mask-wrapper .eyebrow-text {
    font-size: 14px;
  }
}

.content-block-ifw {
  position: relative;
  margin: 0;
  aspect-ratio: 1440/667;
}

.content-block-video-cards {
  position: relative;
}
.content-block-video-cards .wrapper {
  max-width: 1160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.content-block-video-cards .block {
  position: relative;
  aspect-ratio: 490/677;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.content-block-video-cards .block h2 {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 70px 60px;
  font-size: 36px;
  letter-spacing: -0.02em;
  max-width: 390px;
}
.content-block-video-cards .block .txt {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 50px 60px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.content-block-video-cards .block.block-corner {
  padding: 63px 85px 89px 59px;
  color: #fff;
  position: relative;
  background-color: #000;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#032644), to(#0a74f7));
  background-image: linear-gradient(to top, #032644, #0a74f7);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-block-video-cards .block.block-corner .vc-video-meter {
  background-color: #000;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.content-block-video-cards .block.block-corner .vc-video-numbers {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}
.content-block-video-cards .block.block-corner .vc-vid-counter {
  position: absolute;
  right: 35px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 450;
  letter-spacing: 0;
}
.content-block-video-cards .block.block-corner .vc-vid-counter:nth-of-type(1) {
  bottom: 8%;
}
.content-block-video-cards .block.block-corner .vc-vid-counter:nth-of-type(2) {
  bottom: 29.25%;
}
.content-block-video-cards .block.block-corner .vc-vid-counter:nth-of-type(3) {
  bottom: 50.35%;
}
.content-block-video-cards .block.block-corner .vc-vid-counter:nth-of-type(4) {
  bottom: 71.7%;
}
.content-block-video-cards .block.block-corner .vc-vid-counter:nth-of-type(5) {
  bottom: 91.5%;
}
.content-block-video-cards .block.block-corner .header {
  max-width: 182px;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  font-weight: 700;
  z-index: 11;
}
.content-block-video-cards .block.block-corner .content-body {
  max-width: 262px;
  z-index: 10;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}
.content-block-video-cards .block.block-corner .content-body > span {
  color: #87C49C;
}
@media (max-width: 1079px) {
  .content-block-video-cards .wrapper {
    gap: 10px;
  }
  .content-block-video-cards .block h2 {
    padding: 40px 30px;
    max-width: 30vw;
    font-size: 3.33vw;
  }
  .content-block-video-cards .block .txt {
    padding: 30px;
    font-size: 1.667vw;
  }
  .content-block-video-cards .block.block-corner {
    padding: 35px 85px 35px 30px;
  }
  .content-block-video-cards .block.block-corner .vc-vid-counter {
    right: 30px;
  }
  .content-block-video-cards .block.block-corner .header {
    font-size: 28px;
  }
  .content-block-video-cards .block.block-corner .content-body {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .content-block-video-cards .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .content-block-video-cards .block h2 {
    font-size: 6.67vw;
  }
  .content-block-video-cards .block .txt {
    font-size: 3.33vw;
  }
}
@media (max-width: 374px) {
  .content-block-video-cards .block h2 {
    padding: 30px 20px;
  }
  .content-block-video-cards .block .txt {
    padding: 20px;
  }
}

.content-block-video-takeover {
  background-color: #161417;
  color: #fff;
  margin: 0;
  text-align: center;
  position: relative;
  min-height: 56.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-block-video-takeover .wrapper {
  width: 100%;
  max-width: 710px;
  position: relative;
  z-index: 5;
}
.content-block-video-takeover .content h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0.75em;
  letter-spacing: -0.03em;
}
.content-block-video-takeover .content h2:last-child {
  margin-bottom: 0;
}
.content-block-video-takeover .content a {
  color: #00B0f0;
  text-decoration: none;
}
.content-block-video-takeover .content > p {
  font-size: 20px;
  font-weight: 477;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
}
.content-block-video-takeover .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.content-block-video-takeover .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-block-video-takeover .video-container h2 {
  font-size: 60px;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0 auto;
  max-width: 350px;
  letter-spacing: -0.04em;
}
.content-block-video-takeover.contain {
  display: block;
}
.content-block-video-takeover.contain .video-container {
  position: relative;
  height: auto;
  min-height: 56.25vw;
}
.content-block-video-takeover.contain .wrapper {
  padding-bottom: 200px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .content-block-video-takeover {
    height: calc(80px + 75dvh);
  }
  .content-block-video-takeover .wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .content-block-video-takeover .content h2 {
    font-size: 32px;
  }
  .content-block-video-takeover .video-container {
    height: calc(80px + 75dvh);
  }
  .content-block-video-takeover .video-container h2 {
    font-size: 32px;
    max-width: 208px;
  }
  .content-block-video-takeover.contain .wrapper {
    padding-bottom: 120px;
  }
  .content-block-video-takeover.cover .video-container .background-video {
    height: calc(80px + 75dvh);
  }
}

.featured-posts-center {
  margin: 125px 0 110px;
}
.featured-posts-center .wrapper {
  max-width: 620px;
  text-align: center;
  color: #666666;
}
.featured-posts-center .wrapper h2 {
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 0 0 1em;
  color: #000;
}
.featured-posts-center .wrapper h2 img {
  display: block;
  margin: 20px auto 0;
}
.featured-posts-center .wrapper p {
  font-size: 20px;
}
.featured-posts-center .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
}
.featured-posts-center .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f5;
  color: #c1c1c1;
  border-radius: 35px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: calc(50% - 35px);
  z-index: 200;
  cursor: pointer;
}
.featured-posts-center .ace-swiper-nav i {
  font-size: 14px;
}
.featured-posts-center .ace-swiper-nav.prev {
  left: 6%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.featured-posts-center .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.featured-posts-center .ace-swiper-nav.next {
  right: 6%;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.featured-posts-center .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.featured-posts-center .ace-swiper-nav:hover, .featured-posts-center .ace-swiper-nav:focus {
  background-color: #e2e2e4;
  color: #636466;
}
.featured-posts-center .swiper {
  position: relative;
  padding-bottom: 70px;
  margin: 55px 0 0;
}
.featured-posts-center .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.featured-posts-center .swiper-slide .item {
  position: relative;
}
.featured-posts-center .swiper-slide .item a {
  text-decoration: none !important;
}
.featured-posts-center .swiper-slide .item .category {
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 1em;
}
.featured-posts-center .swiper-slide .item h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.featured-posts-center .swiper-slide .item .image .placeholder {
  padding-bottom: 0px;
  height: 37.7vw;
  min-height: 320px;
}
.featured-posts-center .swiper-slide .item aside {
  position: absolute;
  top: 55px;
  right: 55px;
  left: 55px;
  bottom: 55px;
  z-index: 2;
  color: #fff;
  max-width: 464px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-posts-center .swiper-slide.swiper-slide-active .item aside {
  opacity: 1;
}
@media (max-width: 1079px) {
  .featured-posts-center .swiper-slide .item aside {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .featured-posts-center .wrapper h2 {
    font-size: 30px;
  }
  .featured-posts-center .wrapper p {
    font-size: 16px;
  }
  .featured-posts-center .swiper-slide .item .category {
    font-size: 14px;
  }
  .featured-posts-center .swiper-slide .item h3 {
    font-size: 20px;
  }
}

.featured-posts-right {
  margin: 140px 0;
}
.featured-posts-right .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.featured-posts-right .header .content {
  max-width: 420px;
}
.featured-posts-right .header h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 0.25em;
  line-height: 1.2;
}
.featured-posts-right .header p {
  font-size: 19px;
  font-weight: 425;
  letter-spacing: -0.01em;
}
.featured-posts-right .swiper {
  position: relative;
  margin: 30px 0 0;
  overflow: visible;
  -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
  clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
}
.featured-posts-right .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.featured-posts-right .swiper-buttons .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f5;
  color: #c1c1c1;
  border-radius: 35px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.featured-posts-right .swiper-buttons .ace-swiper-nav i {
  font-size: 14px;
}
.featured-posts-right .swiper-buttons .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.featured-posts-right .swiper-buttons .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.featured-posts-right .swiper-buttons .ace-swiper-nav:hover, .featured-posts-right .swiper-buttons .ace-swiper-nav:focus {
  background-color: #e2e2e4;
  color: #636466;
}
.featured-posts-right .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}
.featured-posts-right .swiper-slide .item {
  position: relative;
}
.featured-posts-right .swiper-slide .item a {
  text-decoration: none !important;
  color: #fff;
}
.featured-posts-right .swiper-slide .item .category {
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 1em;
}
.featured-posts-right .swiper-slide .item h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.featured-posts-right .swiper-slide .item .image .placeholder {
  padding-bottom: 49.45%;
}
.featured-posts-right .swiper-slide .item aside {
  position: absolute;
  top: 55px;
  right: 55px;
  left: 55px;
  bottom: 55px;
  z-index: 2;
  color: #fff;
  max-width: 464px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.featured-posts-right .swiper-slide .item aside .title {
  margin-bottom: 40px;
}
.featured-posts-right .swiper-slide.swiper-slide-active .item aside {
  opacity: 1;
}
.featured-posts-right.dark .swiper-slide .item h3, .featured-posts-right.dark .swiper-slide .item aside, .featured-posts-right.dark .swiper-slide .item a {
  color: #000;
}
@media (max-width: 1159px) {
  .featured-posts-right .swiper-slide .item .image .placeholder {
    padding-bottom: 0;
    height: 48vw;
    min-height: 320px;
  }
}
@media (max-width: 1079px) {
  .featured-posts-right .swiper-slide .item aside {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .featured-posts-right .header h2 {
    font-size: 30px;
  }
  .featured-posts-right .header p {
    font-size: 16px;
  }
  .featured-posts-right .swiper-slide .item .category {
    font-size: 14px;
  }
  .featured-posts-right .swiper-slide .item h3 {
    font-size: 20px;
  }
}

.featured-resources {
  margin: 140px 0;
}
.featured-resources .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.featured-resources .header .content {
  max-width: 420px;
}
.featured-resources .header h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 0.75em;
  line-height: 1.2;
}
.featured-resources .header p {
  font-size: 19px;
  font-weight: 425;
  letter-spacing: -0.01em;
}
.featured-resources .grid {
  position: relative;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.featured-resources .grid .item {
  padding: 40px;
  aspect-ratio: 320/534;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.featured-resources .grid .item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.featured-resources .grid .item .category {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.featured-resources .grid .item aside {
  position: relative;
  z-index: 3;
  color: #fff;
}
.featured-resources .grid .item h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: inherit;
  margin: 0;
}
@media (max-width: 1079px) {
  .featured-resources .grid .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .featured-resources .grid .item .category {
    font-size: 16px;
  }
  .featured-resources .grid .item h3 {
    font-size: 22px;
  }
}
@media (max-width: 574px) {
  .featured-resources .grid {
    grid-template-columns: 1fr;
  }
  .featured-resources .grid .item {
    padding: 40px;
    aspect-ratio: 320/380;
  }
  .featured-resources .grid .item .category {
    font-size: 18px;
  }
  .featured-resources .grid .item h3 {
    font-size: 24px;
  }
}

.module.video-grid {
  padding: 80px 0 30px;
  margin: 0;
}
.module.video-grid:not(.theme-white) {
  background-color: #000;
}
.module.video-grid:not(.theme-white) .wrapper .header {
  color: #fff;
}
.module.video-grid:not(.theme-white) .wrapper .header h1, .module.video-grid:not(.theme-white) .wrapper .header h2, .module.video-grid:not(.theme-white) .wrapper .header h3, .module.video-grid:not(.theme-white) .wrapper .header h4, .module.video-grid:not(.theme-white) .wrapper .header h5, .module.video-grid:not(.theme-white) .wrapper .header h6, .module.video-grid:not(.theme-white) .wrapper .header p, .module.video-grid:not(.theme-white) .wrapper .header ul, .module.video-grid:not(.theme-white) .wrapper .header ol, .module.video-grid:not(.theme-white) .wrapper .header li {
  color: #fff;
}
.module.video-grid .wrapper .header {
  padding: 15px 0 15px 0;
  width: 360px;
}
.module.video-grid .wrapper .header.center-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.module.video-grid .wrapper .header h1, .module.video-grid .wrapper .header h2, .module.video-grid .wrapper .header .h1, .module.video-grid .wrapper .header .h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
}
.module.video-grid .video-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 22px;
  width: 100%;
  padding: 100px 16px 30px;
}
.module.video-grid .video-items.round-corners .video-item {
  border-radius: 15px;
  overflow: hidden;
}
.module.video-grid .video-items .video-item {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.module.video-grid .video-items .video-item iframe {
  width: 100%;
  height: 100%;
}
.module.video-grid .video-items .video-item.has-local-mp4 {
  overflow: hidden;
}
.module.video-grid .video-items .video-item.has-local-mp4 video {
  width: 100%;
  height: 100%;
}
.module.video-grid .video-items .video-item.has-local-mp4 video track {
  display: none;
}
.module.video-grid .video-items .video-item.has-local-mp4 .wp-video {
  max-width: 100%;
  max-height: 100%;
  width: unset !important;
}
.module.video-grid .video-items .video-item.has-local-mp4.not-yet-viewed .mejs-controls,
.module.video-grid .video-items .video-item.has-local-mp4.not-yet-viewed .mejs-overlay-play {
  opacity: 0;
}
@media (max-width: 1079px) {
  .module.video-grid .video-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .module.video-grid {
    padding: 40px 0 30px 0;
  }
  .module.video-grid .wrapper .header {
    max-width: 100%;
  }
  .module.video-grid .wrapper .header h1, .module.video-grid .wrapper .header h2, .module.video-grid .wrapper .header .h1, .module.video-grid .wrapper .header .h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .module.video-grid .video-items {
    padding: 15px 20px 30px;
  }
}
@media (max-width: 639px) {
  .module.video-grid .video-items {
    grid-template-columns: 100%;
  }
}

.before-after-fwi {
  margin: 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.before-after-fwi .wrapper {
  padding-left: 100px;
  padding-right: 100px;
  max-width: none;
}
.before-after-fwi figure {
  height: 100vh;
  position: relative;
}
.before-after-fwi figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.before-after-fwi figure .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 100px;
}
.before-after-fwi figure .text figcaption {
  max-width: 400px;
}
.before-after-fwi figure.before {
  z-index: 1;
}
.before-after-fwi figure.after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1399px) {
  .before-after-fwi .wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .before-after-fwi .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-block-image-stacked {
  position: relative;
  margin: 100px 0;
}
.content-block-image-stacked .wrapper {
  max-width: 100%;
}
.content-block-image-stacked .top-content {
  text-align: center;
}
.content-block-image-stacked .top-content h2 {
  font-size: 48px;
  color: #000;
  margin: 0 auto 30px;
}
.content-block-image-stacked .top-content .content-body {
  margin: 0 auto 70px;
  max-width: 420px;
}
.content-block-image-stacked .top-content .content-body p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #666666;
}
.content-block-image-stacked .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 20px 180px;
}
.content-block-image-stacked .main_content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.content-block-image-stacked .main_content .stat {
  position: relative;
}
.content-block-image-stacked .main_content .stat .stat_number {
  font-size: 320px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: auto;
}
.content-block-image-stacked .main_content .stat .stat_symbol {
  position: absolute;
  font-weight: 700;
  top: 42px;
  right: -50px;
  font-size: 60px;
  color: #87C49C;
}
.content-block-image-stacked .main_content .text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.01em;
  max-width: 226px;
  margin: -46px auto 0;
  text-align: center;
}
.content-block-image-stacked .main_content .text .highlighted {
  color: #87C49C;
}
.content-block-image-stacked .main_content .button {
  margin-top: 26px;
  padding: 8px 20px 12px;
}
.content-block-image-stacked .main_content .button.w-icon-download::before {
  margin: 4px 0 0;
}
.content-block-image-stacked .disclaimer_text {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  text-align: center;
  max-width: 467px;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .content-block-image-stacked {
    margin: 50px 0;
  }
  .content-block-image-stacked .content {
    padding: 40px 20px 80px;
  }
  .content-block-image-stacked .main_content .stat .stat_number {
    font-size: 240px;
  }
  .content-block-image-stacked .main_content .stat .stat_symbol {
    top: 31px;
    right: -30px;
    font-size: 50px;
  }
  .content-block-image-stacked .disclaimer_text {
    position: relative;
    bottom: unset;
    margin: 40px auto 0;
  }
}
@media (max-width: 479px) {
  .content-block-image-stacked .top-content .content-body {
    margin: 0 auto 35px;
    max-width: 100%;
  }
  .content-block-image-stacked .top-content .content-body p {
    font-size: 18px;
  }
  .content-block-image-stacked .main_content .stat .stat_number {
    font-size: 180px;
  }
  .content-block-image-stacked .main_content .stat .stat_symbol {
    top: 21px;
    right: -10px;
    font-size: 40px;
  }
  .content-block-image-stacked .main_content .text {
    margin: -26px auto 0;
  }
}

.module.cta-block .container {
  height: 569px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}
.module.cta-block .block-content {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
  max-width: 420px;
  /* Contact version below */
}
.module.cta-block .block-content .h3 {
  color: #fff;
  font-family: "Avenir Next Variable", sans-serif;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}
.module.cta-block .block-content .button {
  margin-top: 25px;
}
.module.cta-block .block-content .block-content-body h1, .module.cta-block .block-content .block-content-body h2, .module.cta-block .block-content .block-content-body h3, .module.cta-block .block-content .block-content-body h4, .module.cta-block .block-content .block-content-body h5, .module.cta-block .block-content .block-content-body h6, .module.cta-block .block-content .block-content-body .h1, .module.cta-block .block-content .block-content-body .h2, .module.cta-block .block-content .block-content-body .h3, .module.cta-block .block-content .block-content-body .h4, .module.cta-block .block-content .block-content-body .h5, .module.cta-block .block-content .block-content-body .h6, .module.cta-block .block-content .block-content-body p, .module.cta-block .block-content .block-content-body ul, .module.cta-block .block-content .block-content-body ol, .module.cta-block .block-content .block-content-body li {
  color: #fff;
}
.module.cta-block .block-content .block-content-body p {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  font-weight: 477;
}
.module.cta-block .block-content .block-content-body a {
  color: #fff;
}
.module.cta-block .block-content .block-content-body a:hover, .module.cta-block .block-content .block-content-body a:focus {
  color: #0079BB;
}
.module.cta-block .block-content .block-content-body *:first-child {
  margin-top: 0;
}
.module.cta-block .block-content .block-content-body *:last-child {
  margin-bottom: 0;
}
.module.cta-block .button-bottom {
  position: absolute;
  z-index: 10;
  bottom: 21px;
  width: 100%;
  text-align: center;
}
.module.cta-block .button-bottom a.button.tertiary {
  font-size: 15px;
}
.module.cta-block .button-bottom a.button.tertiary::after {
  font-size: 15px;
}
.module.cta-block.height-smaller .container {
  height: 447px;
  border-radius: 20px;
}
.module.cta-block.width-thin .block-content {
  max-width: 211px;
}
@media (max-width: 767px) {
  .module.cta-block .block-content {
    left: 40px;
    width: 420px;
    max-width: calc(100% - 80px);
  }
  .module.cta-block .block-content .h3 {
    font-size: 26px;
  }
  .module.cta-block.width-thin .block-content {
    width: 211px;
    max-width: calc(100% - 80px);
  }
  .module.cta-block .button-bottom {
    position: absolute;
    z-index: 10;
    bottom: 21px;
    width: 100%;
    text-align: left;
  }
  .module.cta-block .button-bottom a {
    justify-self: start;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.module.before-after-clarity {
  margin: 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.module.before-after-clarity figure {
  height: 100vh;
  position: relative;
}
.module.before-after-clarity figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.module.before-after-clarity figure .text {
  position: absolute;
  top: 25.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  padding: 0;
  text-align: center;
}
.module.before-after-clarity figure .text .wrapper {
  width: 100%;
  max-width: 358px;
  padding: 0 20px;
}
.module.before-after-clarity figure .text figcaption {
  width: 100%;
}
.module.before-after-clarity figure.before {
  z-index: 1;
}
.module.before-after-clarity figure.after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.module.before-after-clarity svg {
  cursor: pointer;
  position: absolute;
  width: 85px;
  height: 85px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 9;
}

.pin-spacer:has(.before-after-clarity) {
  overflow: hidden !important;
}

.module.featured-founder {
  margin: 0;
}
.module.featured-founder .founder-header {
  position: relative;
  height: 594px;
  width: 100%;
  overflow: hidden;
}
.module.featured-founder .founder-header-text {
  position: absolute;
  left: 165px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  color: #000;
  width: 245px;
  margin: 0;
  padding-bottom: 17px;
}
.module.featured-founder .founder-header-text .eyebrow {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin: 0;
}
.module.featured-founder .founder-header-text h1, .module.featured-founder .founder-header-text .h1, .module.featured-founder .founder-header-text h2, .module.featured-founder .founder-header-text .h2 {
  font-size: 48px;
  font-family: "Avenir Next Variable", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.03em;
  margin: 7px 0 25px 0;
}
.module.featured-founder .founder-header-text .description {
  margin: 0;
  font-size: 18px;
  font-weight: 477;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.featured-founder .slideshow-wrapper {
  padding-left: 10px;
}
.module.featured-founder .not-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.module.featured-founder .founder-slideshow {
  width: 100%;
  margin-top: 10px;
}
.module.featured-founder .founder-slide {
  width: 272px;
  display: inline-block;
  padding: 0 4px;
}
.module.featured-founder .founder-slide .ace-figure {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
}
.module.featured-founder .founder-slide .ace-figure .display img {
  border-radius: 20px;
}
.module.featured-founder .founder-slide .year {
  font-size: 18px;
  font-weight: 500;
  margin-top: 17px;
  color: #000;
}
.module.featured-founder .founder-body {
  margin: 70px 0 30px 0;
}
.module.featured-founder .founder-body p, .module.featured-founder .founder-body ul, .module.featured-founder .founder-body ol, .module.featured-founder .founder-body ul li, .module.featured-founder .founder-body ol li {
  color: #666666;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  font-weight: 477;
}
@media (max-width: 1199px) {
  .module.featured-founder .founder-header-text {
    left: 80px;
  }
  .module.featured-founder .founder-header .background-image::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.25) 325px, rgba(255, 255, 255, 0));
    content: " ";
  }
}
@media (max-width: 1079px) {
  .module.featured-founder .founder-header-text {
    left: 40px;
  }
  .module.featured-founder .founder-header .background-image {
    background-position: 70% 50% !important;
  }
  .module.featured-founder .founder-header .background-image::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.25) 285px, rgba(255, 255, 255, 0));
  }
}

.post-main {
  margin: 90px 0;
}
.post-main .wrapper {
  max-width: 1440px;
}
.post-main h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.8em;
}
.post-main .filters {
  margin: 0 0 30px;
}
.post-main .filters .search-filter-component-combobox {
  border: solid 1px #000;
  border-radius: 40px;
  padding-left: 35px;
  max-width: 280px;
}
.post-main .filters .search-filter-component-combobox__header {
  height: 62px;
}
.post-main .filters .search-filter-component-combobox__selection {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 23px 0 25px;
  line-height: 1.5;
}
.post-main .filters .search-filter-component-combobox__actions-input {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.post-main .filters .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  color: #000;
}
.post-main .filters .search-filter-component-combobox__actions-input::-moz-placeholder {
  color: #000;
}
.post-main .filters .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  color: #000;
}
.post-main .filters .search-filter-component-combobox__actions-input::placeholder {
  color: #000;
}
.post-main .filters .search-filter-component-combobox__clear-selection {
  display: none;
}
.post-main .filters .search-filter-component-combobox__listbox-toggle {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-main .filters .search-filter-component-combobox__listbox-toggle::before, .post-main .filters .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  display: none;
}
.post-main .filters .search-filter-component-combobox__listbox-toggle:after {
  content: "\e917";
  font-family: "fetzer-icons" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 1079px) {
  .post-main .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .post-main .grid {
    grid-template-columns: 1fr;
  }
}

.item-post {
  font-size: 16px;
}
.item-post a {
  text-decoration: none;
  color: #000;
}
.item-post .image {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 25px;
}
.item-post .image .placeholder {
  padding-bottom: 56.1%;
}
.item-post h3 {
  font-size: 18px;
  font-weight: 477;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 0.75em;
}
.item-post time {
  color: #666666;
  display: block;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.press-main {
  margin: 90px 0;
}
.press-main .wrapper {
  max-width: 1440px;
}
.press-main h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.8em;
}
.press-main .filters {
  margin: 0 0 30px;
}
.press-main .filters .search-filter-input-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.press-main .filters .search-filter-input-button-group button {
  margin: 0;
  border-radius: 40px;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: 477;
  line-height: 1;
  padding: 11px 20px 13px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.press-main .filters .search-filter-input-button-group button:hover, .press-main .filters .search-filter-input-button-group button:focus {
  border-color: #000;
}
.press-main .filters .search-filter-input-button-group button.search-filter-input-button--is-selected {
  background-color: #F7F7F7;
  color: #000;
  border-color: #000;
  border-width: 2px;
}
.press-main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 1079px) {
  .press-main .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .press-main .grid {
    grid-template-columns: 1fr;
  }
}

.module.featured-post-single {
  padding: 65px 0 25px 0;
}
.module.featured-post-single .featured-post-single-grid .text {
  padding-bottom: 8px;
}
.module.featured-post-single .featured-post-single-grid .text .date {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.featured-post-single .featured-post-single-grid .text .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.module.featured-post-single .featured-post-single-grid .text .post-author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.module.featured-post-single .featured-post-single-grid .text .post-author-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.01em;
}
.module.featured-post-single .featured-post-single-grid .text h1.post-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin: 11px 0 23px 0;
}
.module.featured-post-single .featured-post-single-grid .text h1.post-title a {
  color: #000;
}
.module.featured-post-single .featured-post-single-grid .text h1.post-title a:hover, .module.featured-post-single .featured-post-single-grid .text h1.post-title a:focus {
  color: #0079BB;
  text-decoration: none;
}
.module.featured-post-single .featured-post-single-grid .text .button:hover, .module.featured-post-single .featured-post-single-grid .text .button:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1px #0079BB;
  box-shadow: 0 0 0 1px #0079BB;
}
.module.featured-post-single .featured-post-single-grid .thumbnail {
  aspect-ratio: 763/420;
}
.module.featured-post-single .featured-post-single-grid .thumbnail .image-ace-figure {
  border-radius: 20px;
}
.module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure {
  max-height: 100%;
}
.module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure .display {
  max-height: 100%;
}
.module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure,
.module.featured-post-single .featured-post-single-grid .thumbnail .display,
.module.featured-post-single .featured-post-single-grid .thumbnail img {
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .module.featured-post-single .featured-post-single-grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .module.featured-post-single .featured-post-single-grid .text {
    width: 420px;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail {
    width: 763px;
    height: 420px;
    justify-self: end;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .module.featured-post-single .featured-post-single-grid {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .module.featured-post-single .featured-post-single-grid .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: unset;
    height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  .module.featured-post-single .featured-post-single-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .module.featured-post-single .featured-post-single-grid .text {
    width: calc(50% - 25px);
    -ms-flex-item-align: center;
    align-self: center;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail {
    width: calc(50% - 25.02px);
    aspect-ratio: 1/1;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure {
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: relative;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure .placeholder {
    padding-bottom: 100%;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure .display {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: unset;
    max-height: unset;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail .image.ace-figure .display img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1078.98px) {
  .module.featured-post-single .featured-post-single-grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .module.featured-post-single .featured-post-single-grid .text {
    width: calc(100% - 15px);
  }
  .module.featured-post-single .featured-post-single-grid .text h1.post-title {
    font-size: 26px;
  }
  .module.featured-post-single .featured-post-single-grid .thumbnail {
    width: calc(100% - 15.02px);
  }
}
@media (max-width: 767px) {
  .module.featured-post-single {
    /*  Uncomment the &:first-child {} section to have a "Hero" style item */
    padding: 25px 0 25px 0;
    margin: 0 0 45px;
  }
  .module.featured-post-single .featured-post-single-grid .text {
    padding-bottom: 25px;
  }
  .module.featured-post-single .featured-post-single-grid .text h1.post-title {
    font-size: 26px;
    margin: 18px 0 21px;
  }
  .module.featured-post-single .featured-post-single-grid .text .post-author {
    margin-bottom: 21px;
  }
}
@media (max-width: 479px) {
  .module.featured-post-single .featured-post-single-grid .thumbnail {
    aspect-ratio: 4/3;
  }
}

.module.filmstrip-coalition {
  /*
  .trinity-icon {
      position: absolute;
      right: 38px;
      top: 33px;
      font-size: 45px;
      line-height: 45px;
      color: $white;
      z-index: 8;
  }
  */
}
.module.filmstrip-coalition .hero {
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 30px;
}
.module.filmstrip-coalition .hero-text {
  position: absolute;
  z-index: 9;
  left: 150px;
  top: 123px;
  color: #fff;
  width: 357px;
}
.module.filmstrip-coalition .hero-text .header.h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
.module.filmstrip-coalition .hero-text .description {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.filmstrip-coalition .hero-text a.button {
  margin-top: 18px;
}
.module.filmstrip-coalition .background-image {
  border-radius: 30px;
}
.module.filmstrip-coalition .coalition {
  margin-top: 12px;
}
.module.filmstrip-coalition .coalition .image.ace-figure {
  border-radius: 20px;
}
.module.filmstrip-coalition .coalition .image.ace-figure .display {
  border-radius: 20px;
  cursor: pointer;
}
.module.filmstrip-coalition .coalition .image.ace-figure .display img {
  border-radius: 20px;
}
.module.filmstrip-coalition .fc-navigation {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: 35px 35px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 20px auto 0;
}
.module.filmstrip-coalition .fc-navigation .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f5;
  color: #c1c1c1;
  border-radius: 35px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.module.filmstrip-coalition .fc-navigation .ace-swiper-nav i {
  font-size: 14px;
}
.module.filmstrip-coalition .fc-navigation .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.module.filmstrip-coalition .fc-navigation .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.module.filmstrip-coalition .fc-navigation .ace-swiper-nav:hover, .module.filmstrip-coalition .fc-navigation .ace-swiper-nav:focus {
  background-color: #e2e2e4;
  color: #636466;
}
.module.filmstrip-coalition .info {
  display: grid;
  width: 100%;
  grid-template-columns: 500px 326px;
  -webkit-column-gap: 134px;
  -moz-column-gap: 134px;
  column-gap: 134px;
  row-gap: 40px;
  margin-top: 40px;
  padding-bottom: 93px;
}
.module.filmstrip-coalition .info .content-body {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}
.module.filmstrip-coalition .info blockquote.featured_quote {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 477;
  letter-spacing: -0.01em;
  color: #0079BB;
}
@media (min-width: 1320px) {
  .module.filmstrip-coalition .info {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) and (max-width: 1318.98px) {
  .module.filmstrip-coalition .info {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1079px) {
  .module.filmstrip-coalition .hero-text {
    left: 40px;
  }
  .module.filmstrip-coalition .info {
    grid-template-columns: 100%;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .module.filmstrip-coalition .hero.has-mobile-bg .background-image:nth-of-type(2) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .module.filmstrip-coalition .hero.has-mobile-bg .background-image:nth-of-type(1) {
    display: none !important;
  }
  .module.filmstrip-coalition .hero-text {
    left: 20px;
    max-width: 377px;
    width: unset;
    padding-right: 20px;
  }
  .module.filmstrip-coalition .hero-text .header.h3 {
    font-size: 32px;
  }
}

dialog.filmstrip-coalition-dialogue {
  border-style: none !important;
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  padding: 90px 60px 100px;
  height: 877px;
  max-height: 90vh;
  max-height: 90dvh;
  overflow: hidden;
}
dialog.filmstrip-coalition-dialogue .fcd-wrapper {
  max-height: calc(90vh - 190px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
dialog.filmstrip-coalition-dialogue .fcd-wrapper:focus, dialog.filmstrip-coalition-dialogue .fcd-wrapper:focus-visible {
  outline: none !important;
  outline: rgba(255, 255, 255, 0);
}
dialog.filmstrip-coalition-dialogue .fcd-header {
  display: grid;
  grid-template-columns: auto 146px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 26px;
  grid-template-areas: "intro thumbnail";
}
dialog.filmstrip-coalition-dialogue .fcd-thumbnail {
  -ms-flex-item-align: start;
  align-self: start;
  grid-area: thumbnail;
}
dialog.filmstrip-coalition-dialogue .fcd-thumbnail .image.ace-figure {
  background: none;
  width: 146px;
  height: 146px;
}
dialog.filmstrip-coalition-dialogue .fcd-thumbnail .image.ace-figure .placeholder {
  background: none;
}
dialog.filmstrip-coalition-dialogue .fcd-thumbnail .image.ace-figure .display {
  background: none;
}
dialog.filmstrip-coalition-dialogue .fcd-thumbnail .image.ace-figure .display img {
  border-radius: 73px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
dialog.filmstrip-coalition-dialogue .fcd-header-info {
  -ms-flex-item-align: center;
  align-self: center;
  grid-area: intro;
}
dialog.filmstrip-coalition-dialogue .fcd-name {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  margin-bottom: 18px;
}
dialog.filmstrip-coalition-dialogue .fcd-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4em;
  margin-bottom: 4px;
}
dialog.filmstrip-coalition-dialogue .fcd-email {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-break: anywhere;
  line-height: 1.4em;
}
dialog.filmstrip-coalition-dialogue .fcd-email a {
  text-decoration: none;
}
dialog.filmstrip-coalition-dialogue .fcd-quote {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4em;
  margin-bottom: 32px;
  max-width: 333px;
}
dialog.filmstrip-coalition-dialogue .fcd-bio p, dialog.filmstrip-coalition-dialogue .fcd-bio ul, dialog.filmstrip-coalition-dialogue .fcd-bio ol, dialog.filmstrip-coalition-dialogue .fcd-bio ul li, dialog.filmstrip-coalition-dialogue .fcd-bio ol li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.5em;
}
dialog.filmstrip-coalition-dialogue .fcd-bio p:has(button), dialog.filmstrip-coalition-dialogue .fcd-bio p:has(.button),
dialog.filmstrip-coalition-dialogue .fcd-bio p + button,
dialog.filmstrip-coalition-dialogue .fcd-bio p + .button, dialog.filmstrip-coalition-dialogue .fcd-bio div:has(button), dialog.filmstrip-coalition-dialogue .fcd-bio div:has(.button),
dialog.filmstrip-coalition-dialogue .fcd-bio div + button,
dialog.filmstrip-coalition-dialogue .fcd-bio div + .button {
  margin-top: calc(1em + 6px);
}
dialog.filmstrip-coalition-dialogue .fcd-hidden {
  display: none !important;
}
dialog.filmstrip-coalition-dialogue .fcd-close {
  position: absolute;
  top: 28px;
  left: 28px;
}
dialog.filmstrip-coalition-dialogue .fcd-close .icon-close-dark {
  color: #7f7f7f;
  cursor: pointer;
  font-size: 35px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
dialog.filmstrip-coalition-dialogue .fcd-close .icon-close-dark:hover, dialog.filmstrip-coalition-dialogue .fcd-close .icon-close-dark:focus {
  color: #000;
  outline: none;
}
@media (max-width: 767px) {
  dialog.filmstrip-coalition-dialogue {
    padding: 90px 20px 40px;
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 479px) {
  dialog.filmstrip-coalition-dialogue {
    max-width: calc(100vw - 20px);
  }
  dialog.filmstrip-coalition-dialogue .fcd-header {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-template-areas: "thumbnail" "intro";
  }
  dialog.filmstrip-coalition-dialogue .fcd-thumbnail .image.ace-figure {
    margin: 0 auto;
  }
  dialog.filmstrip-coalition-dialogue .fcd-name br {
    display: none !important;
  }
}
dialog.filmstrip-coalition-dialogue[open] {
  -webkit-animation: stwpDialogFadeIn 0.3s ease-in-out;
  animation: stwpDialogFadeIn 0.3s ease-in-out;
}
dialog.filmstrip-coalition-dialogue::-webkit-backdrop {
  background-color: rgba(30, 30, 30, 0.9);
}
dialog.filmstrip-coalition-dialogue::backdrop {
  background-color: rgba(30, 30, 30, 0.9);
}

@-webkit-keyframes rscDialogFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rscDialogFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module.newsletter-form {
  background-color: #f9f6f1;
  margin: 0;
  padding: 246px 0 97px 0;
}
.module.newsletter-form .newsletter-form-grid {
  display: grid;
  grid-template-columns: 238px 450px;
  grid-template-areas: "thumbnail info";
  -webkit-column-gap: 76px;
  -moz-column-gap: 76px;
  column-gap: 76px;
  row-gap: 60px;
  margin: 0 auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.module.newsletter-form .info {
  grid-area: info;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 100px 4px 0;
}
.module.newsletter-form .thumbnail {
  grid-area: thumbnail;
  -ms-flex-item-align: start;
  align-self: start;
}
.module.newsletter-form .eyebrow {
  color: #00b0f0;
  font-size: 12px;
  font-weight: 477;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  margin: 0;
  text-transform: uppercase;
}
.module.newsletter-form h1, .module.newsletter-form .h1 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1.1em;
  margin: 23px 0 0 0;
}
.module.newsletter-form .content_body {
  margin: 27px 0 35px 0;
}
.module.newsletter-form .content_body p, .module.newsletter-form .content_body ul, .module.newsletter-form .content_body ol, .module.newsletter-form .content_body ul li, .module.newsletter-form .content_body ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.newsletter-form .microsoft-contact-form .two-column-form {
  padding: 0 !important;
}
.module.newsletter-form .microsoft-contact-form .two-column-form label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=text],
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=email],
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=tel] {
  border-radius: 6px;
  border: 0px none transparent;
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  height: 50px;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  padding: 13px 10px 13px 10px;
  width: 100%;
  margin: 0 0 39px 0;
}
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=text]::-webkit-input-placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=email]::-webkit-input-placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=tel]::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=text]::-moz-placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=email]::-moz-placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=tel]::-moz-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=text]::-ms-input-placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=email]::-ms-input-placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=tel]::-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=text]::placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=email]::placeholder,
.module.newsletter-form .microsoft-contact-form .two-column-form input[type=tel]::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.newsletter-form .microsoft-contact-form .two-column-form .lp-required {
  display: none !important;
}
.module.newsletter-form .microsoft-contact-form .two-column-form .lp-form-header {
  text-align: left;
}
.module.newsletter-form .microsoft-contact-form .two-column-form > .wrapperContainer:has(input[type=tel]) > .wrapperContainer {
  width: 100%;
}
.module.newsletter-form .microsoft-contact-form .two-column-form button {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #000 !important;
  border: 1px solid transparent !important;
  border-radius: 40px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 477 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: 100% !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 11px 20px 13px !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  text-transform: none;
  -webkit-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  will-change: transform !important;
  color: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.module.newsletter-form .microsoft-contact-form .two-column-form button:hover, .module.newsletter-form .microsoft-contact-form .two-column-form button:focus {
  background-color: #484848 !important;
  color: #fff !important;
}
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback,
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle {
  background: none;
  width: 100% !important;
  max-width: 100% !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  display: block !important;
}
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackInternalContainerStyle,
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle .onFormSubmittedFeedbackInternalContainerStyle {
  padding: 0 !important;
}
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage,
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle .onFormSubmittedFeedbackMessage {
  font-family: "Avenir Next Variable", sans-serif !important;
  padding: 20px 0;
  font-weight: 600;
}
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback button.onFormSubmittedFeedbackButtonSuccess,
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle button.onFormSubmittedFeedbackButtonSuccess {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #000 !important;
  border: 1px solid transparent !important;
  border-radius: 40px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 477 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: 100% !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 11px 20px 13px !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  text-transform: none;
  -webkit-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  will-change: transform !important;
  color: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback button.onFormSubmittedFeedbackButtonSuccess:hover, .module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback button.onFormSubmittedFeedbackButtonSuccess:focus,
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle button.onFormSubmittedFeedbackButtonSuccess:hover,
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle button.onFormSubmittedFeedbackButtonSuccess:focus {
  background-color: #484848 !important;
  color: #fff !important;
}
.module.newsletter-form .microsoft-contact-form div[data-form-block-id] .dialogProviderContainerStyle .dialogProviderInternalContainerStyle {
  position: relative !important;
}
@media (min-width: 1080px) {
  .module.newsletter-form {
    padding: 244px 0 97px 0;
  }
  .module.newsletter-form .newsletter-form-grid {
    grid-template-columns: 285px 403px;
  }
  .module.newsletter-form .info {
    grid-area: info;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 53px 4px 0;
  }
  .module.newsletter-form .thumbnail {
    grid-area: thumbnail;
    -ms-flex-item-align: start;
    align-self: start;
    justify-self: end;
    padding-left: 47px;
  }
}
@media (max-width: 1079px) {
  .module.newsletter-form {
    padding: 160px 0 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .module.newsletter-form .newsletter-form-grid {
    grid-template-columns: 238px minmax(auto, 350px);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .module.newsletter-form .info {
    padding: 0 0 4px 0;
  }
}
@media (max-width: 767px) {
  .module.newsletter-form {
    padding: 139px 0 60px 0;
  }
  .module.newsletter-form .newsletter-form-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas: "info" "thumbnail";
    width: 100%;
    max-width: 350px;
  }
  .module.newsletter-form .info {
    padding: 0;
    -ms-flex-item-align: start;
    align-self: start;
    width: 100%;
  }
  .module.newsletter-form .thumbnail {
    padding: 0;
    justify-items: center;
    width: 100%;
  }
  .module.newsletter-form .thumbnail img {
    margin: 0 auto;
  }
  .module.newsletter-form .eyebrow {
    text-align: center;
  }
  .module.newsletter-form h1, .module.newsletter-form .h1 {
    font-size: 36px;
    letter-spacing: -0.02em;
    margin: 16px 0 0 0;
    text-align: center;
  }
  .module.newsletter-form .content_body {
    text-align: center;
    margin: 18px 0 39px 0;
  }
  .module.newsletter-form .content_body p h1, .module.newsletter-form .content_body .h1, .module.newsletter-form .content_body h2, .module.newsletter-form .content_body .h2, .module.newsletter-form .content_body h3, .module.newsletter-form .content_body .h3, .module.newsletter-form .content_body h4, .module.newsletter-form .content_body .h4, .module.newsletter-form .content_body h5, .module.newsletter-form .content_body .h5, .module.newsletter-form .content_body h6, .module.newsletter-form .content_body .h6 {
    text-align: center;
  }
  .module.newsletter-form .microsoft-contact-form .two-column-form input[type=text],
  .module.newsletter-form .microsoft-contact-form .two-column-form input[type=email],
  .module.newsletter-form .microsoft-contact-form .two-column-form input[type=tel] {
    margin: 0 0 24px 0;
  }
  .module.newsletter-form .microsoft-contact-form .two-column-form div:has(button) {
    text-align: center;
  }
  .module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
    text-align: center;
  }
  .module.newsletter-form .microsoft-contact-form div[data-form-block-id] .onFormSubmittedFeedback button.onFormSubmittedFeedbackButtonSuccess {
    justify-self: center;
  }
}

.custom-email-form .field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 30px;
}
.custom-email-form label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.custom-email-form input[type=text],
.custom-email-form input[type=email],
.custom-email-form input[type=tel],
.custom-email-form select {
  width: 100%;
  height: 50px;
  margin: 0 0 30px 0;
  padding: 13px 10px 13px 10px;
  border-radius: 6px;
  border: 0px none transparent;
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.custom-email-form input[type=text]::-webkit-input-placeholder,
.custom-email-form input[type=email]::-webkit-input-placeholder,
.custom-email-form input[type=tel]::-webkit-input-placeholder,
.custom-email-form select::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.custom-email-form input[type=text]::-moz-placeholder,
.custom-email-form input[type=email]::-moz-placeholder,
.custom-email-form input[type=tel]::-moz-placeholder,
.custom-email-form select::-moz-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.custom-email-form input[type=text]::-ms-input-placeholder,
.custom-email-form input[type=email]::-ms-input-placeholder,
.custom-email-form input[type=tel]::-ms-input-placeholder,
.custom-email-form select::-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.custom-email-form input[type=text]::placeholder,
.custom-email-form input[type=email]::placeholder,
.custom-email-form input[type=tel]::placeholder,
.custom-email-form select::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.custom-email-form button {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #000 !important;
  border: 1px solid transparent !important;
  border-radius: 40px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 477 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: 100% !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 11px 20px 13px !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  text-transform: none;
  -webkit-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  will-change: transform !important;
  color: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.custom-email-form button:hover, .custom-email-form button:focus {
  background-color: #484848 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .custom-email-form input[type=text],
  .custom-email-form input[type=email],
  .custom-email-form input[type=tel] {
    margin: 0 0 24px 0;
  }
  .custom-email-form div:has(button) {
    text-align: center;
  }
}

#step-2-modal {
  max-width: 800px;
  border-radius: 30px;
  padding-top: 80px;
  background-color: #f9f6f1;
}
#step-2-modal button.fancybox-button.fancybox-close-small {
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#step-2-modal button.fancybox-button.fancybox-close-small:hover, #step-2-modal button.fancybox-button.fancybox-close-small:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #step-2-modal button.fancybox-button.fancybox-close-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #step-2-modal button.fancybox-button.fancybox-close-small svg {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    pointer-events: none;
  }
}

.module.locations-grid .loc-grid {
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 25px;
}
.module.locations-grid .location {
  height: 693px;
  border-radius: 40px;
  position: relative;
  width: 100%;
}
.module.locations-grid .location .slide-one {
  z-index: 6;
  cursor: pointer;
}
.module.locations-grid .location .slide-one .background-image {
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module.locations-grid .location .slide-one .loc-content {
  width: 100%;
  max-width: 373px;
  padding: 0 20px;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module.locations-grid .location .slide-one .loc-content svg {
  width: 32px;
  height: 41px;
}
.module.locations-grid .location .slide-one .loc-content .geographic-location {
  font-weight: 477;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin: 9px 0 0 0;
}
.module.locations-grid .location .slide-one .loc-content .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin: 5px 0 0 0;
}
.module.locations-grid .location .slide-one.black .loc-content {
  color: #000;
}
.module.locations-grid .location .slide-one.black .loc-icon-geo svg {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.module.locations-grid .location .slide-one:hover .background-image, .module.locations-grid .location .slide-one:focus .background-image {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}
.module.locations-grid .location .slide-one:hover .loc-icon-plus svg, .module.locations-grid .location .slide-one:focus .loc-icon-plus svg {
  -webkit-filter: brightness(133%);
  filter: brightness(133%);
}
.module.locations-grid .location.location-open .loc-icon-plus svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.module.locations-grid .location.location-open .loc-icon-plus svg circle {
  fill: #727679 !important;
}
.module.locations-grid .location.location-open .loc-icon-plus svg path {
  fill: #efefef !important;
}
.module.locations-grid .location.location-open .loc-icon-plus svg:hover, .module.locations-grid .location.location-open .loc-icon-plus svg:focus {
  outline: none !important;
}
.module.locations-grid .location.location-open .loc-icon-plus svg:hover circle, .module.locations-grid .location.location-open .loc-icon-plus svg:focus circle {
  fill: #000 !important;
}
.module.locations-grid .location.location-open .loc-icon-plus svg:hover path, .module.locations-grid .location.location-open .loc-icon-plus svg:focus path {
  fill: #fff !important;
}
.module.locations-grid .location:not(.location-open) .slide-two .slide-two-wrapper {
  opacity: 0;
}
.module.locations-grid .slide-two {
  border-style: none !important;
  width: 100%;
  border-radius: 40px;
  background-color: #e5edf3;
  color: #000;
  padding: 53px 47px 75px;
  height: 693px;
  max-height: 693px;
  z-index: 5;
}
.module.locations-grid .slide-two .slide-two-wrapper {
  position: relative;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.module.locations-grid .slide-two .slide-two-wrapper:focus, .module.locations-grid .slide-two .slide-two-wrapper:focus-visible {
  outline: none !important;
  outline: rgba(255, 255, 255, 0);
}
.module.locations-grid .slide-two .lgd-cityterm {
  color: #00b0f0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
.module.locations-grid .slide-two .lgd-stateterm {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
.module.locations-grid .slide-two .lgd-address {
  margin: 28px 0 0 0;
}
.module.locations-grid .slide-two .lgd-address,
.module.locations-grid .slide-two .lgd-hours,
.module.locations-grid .slide-two .lgd-email-outer,
.module.locations-grid .slide-two .lgd-phone-outer {
  font-size: 16px;
  font-weight: 477;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.locations-grid .slide-two .lgd-address a,
.module.locations-grid .slide-two .lgd-hours a,
.module.locations-grid .slide-two .lgd-email-outer a,
.module.locations-grid .slide-two .lgd-phone-outer a {
  text-decoration: none;
  color: #00b0f0;
}
.module.locations-grid .slide-two .lgd-address a:hover, .module.locations-grid .slide-two .lgd-address a:focus,
.module.locations-grid .slide-two .lgd-hours a:hover,
.module.locations-grid .slide-two .lgd-hours a:focus,
.module.locations-grid .slide-two .lgd-email-outer a:hover,
.module.locations-grid .slide-two .lgd-email-outer a:focus,
.module.locations-grid .slide-two .lgd-phone-outer a:hover,
.module.locations-grid .slide-two .lgd-phone-outer a:focus {
  text-decoration: none;
  color: #e64b38;
}
.module.locations-grid .slide-two .lgd-post_content {
  margin: 27px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.locations-grid .slide-two .lgd-close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}
.module.locations-grid .slide-two .lgd-close .icon-close-dark {
  color: #7f7f7f;
  cursor: pointer;
  font-size: 35px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.module.locations-grid .slide-two .lgd-close .icon-close-dark:hover, .module.locations-grid .slide-two .lgd-close .icon-close-dark:focus {
  color: #000;
  outline: none;
}
.module.locations-grid .slide-two .lgd-hidden {
  display: none !important;
}
@media (max-width: 479px) {
  .module.locations-grid .slide-two {
    padding: 53px 20px 75px;
  }
  .module.locations-grid .slide-two .lgd-cityterm,
  .module.locations-grid .slide-two .lgd-stateterm {
    font-size: 32px;
  }
}
.module.locations-grid .loc-icon-plus {
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.module.locations-grid .loc-icon-plus svg {
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module.locations-grid .loc-icon-plus svg circle, .module.locations-grid .loc-icon-plus svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module.locations-grid .loc-icon-plus svg:hover, .module.locations-grid .loc-icon-plus svg:focus {
  outline: none !important;
}
.module.locations-grid .loc-icon-plus svg:hover circle, .module.locations-grid .loc-icon-plus svg:focus circle {
  fill: #000 !important;
}
.module.locations-grid .loc-icon-plus svg:hover path, .module.locations-grid .loc-icon-plus svg:focus path {
  fill: #fff !important;
}
@media (max-width: 1079px) {
  .module.locations-grid .loc-grid {
    grid-template-columns: 100%;
  }
  .module.locations-grid .slide-two {
    padding: 53px 17px 75px;
  }
  .module.locations-grid .slide-two .slide-two-wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1078.98px) {
  .module.locations-grid .location .loc-content {
    top: 30px;
  }
  .module.locations-grid .location .loc-content .title {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .module.locations-grid .location .loc-content {
    top: 30px;
  }
  .module.locations-grid .location .loc-content .title {
    font-size: 32px;
  }
}

.pathway-tiles {
  margin: 120px 0;
  position: relative;
}
.pathway-tiles .top-content {
  text-align: center;
}
.pathway-tiles .top-content h2 {
  font-size: 36px;
  color: #000;
  margin: 0 auto 20px;
}
.pathway-tiles .top-content .content-body {
  margin: 0 auto 65px;
  max-width: 330px;
}
.pathway-tiles .top-content .content-body p {
  font-size: 18px;
}
.pathway-tiles .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 60px;
}
.pathway-tiles .items .item figure.image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.pathway-tiles .items .item .text {
  margin: 30px 0 0;
  max-width: 216px;
}
.pathway-tiles .items .item .text h3.title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  word-break: break-word;
}
.pathway-tiles .items .item .text .description {
  margin: 20px 0 0;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media (min-width: 1080px) {
  .pathway-tiles .items.has-3-items {
    grid-template-columns: auto calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) auto;
  }
  .pathway-tiles .items.has-1-items {
    grid-template-columns: auto calc(25% - 15px) auto;
  }
  .pathway-tiles .items.has-3-items .item:nth-of-type(1), .pathway-tiles .items.has-2-items .item:nth-of-type(1), .pathway-tiles .items.has-1-items .item:nth-of-type(1) {
    grid-column: 2/3;
  }
  .pathway-tiles .items.has-3-items .item:nth-of-type(2), .pathway-tiles .items.has-2-items .item:nth-of-type(2), .pathway-tiles .items.has-1-items .item:nth-of-type(2) {
    grid-column: 3/4;
  }
  .pathway-tiles .items.has-3-items .item:nth-of-type(3), .pathway-tiles .items.has-2-items .item:nth-of-type(3), .pathway-tiles .items.has-1-items .item:nth-of-type(3) {
    grid-column: 4/5;
  }
}
@media (max-width: 1079px) {
  .pathway-tiles .items {
    grid-template-columns: 1fr 1fr;
  }
  .pathway-tiles .items .item .text {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1079px) {
  .pathway-tiles .items.has-1-items {
    grid-template-columns: auto calc(50% - 10px) auto;
  }
  .pathway-tiles .items.has-1-items .item {
    grid-column: 2/3;
  }
}
@media (max-width: 767px) {
  .pathway-tiles .top-content .content-body {
    margin: 0 auto 45px;
    max-width: 100%;
  }
  .pathway-tiles .items {
    row-gap: 50px;
  }
  .pathway-tiles .items .item .text {
    margin: 20px 0 0;
  }
  .pathway-tiles .items .item .text h3.title {
    font-size: 26px;
  }
  .pathway-tiles .items .item .text .description {
    margin: 10px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 1079px) {
  .pathway-tiles .items.has-1-items {
    grid-template-columns: auto calc(50% - 10px) auto;
  }
  .pathway-tiles .items.has-1-items .item {
    grid-column: 2/3;
  }
}
@media (max-width: 479px) {
  .pathway-tiles .top-content .content-body {
    margin: 0 auto 35px;
    max-width: 100%;
  }
  .pathway-tiles .items {
    grid-template-columns: 1fr;
  }
}

.video-block-with-content {
  position: relative;
}
.video-block-with-content > .wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.video-block-with-content .items .item {
  position: relative;
}
.video-block-with-content .items .item .video {
  position: relative;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-block-with-content .items .item .wrapper {
  z-index: 3;
}
.video-block-with-content .items .item .text {
  position: relative;
  margin: auto;
  max-width: 595px;
  padding: 40px 0;
}
.video-block-with-content .items .item .text .number {
  font-size: 16px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  padding: 5px 5px 7px;
  margin: 0 0 6px;
}
.video-block-with-content .items .item .text h2 {
  font-size: 36px;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 360px;
}
.video-block-with-content .items .item .text h2.title {
  background-image: -webkit-gradient(linear, left top, right top, from(#006fff), to(#00d4ff));
  background-image: linear-gradient(to right, #006fff, #00d4ff);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: -7px;
}
.video-block-with-content .items .item .content-body {
  margin: 48px auto 110px;
  max-width: 595px;
}
.video-block-with-content .items .item .content-body p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #666666;
  font-weight: 477;
}
@media (max-width: 767px) {
  .video-block-with-content .items .item .text {
    max-width: 100%;
  }
  .video-block-with-content .items .item .content-body {
    margin: 25px auto 55px;
    max-width: 100%;
  }
  .video-block-with-content .items .item .content-body p {
    font-size: 18px;
  }
}

.featured-socials .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 35px 0;
  width: 100%;
}
.featured-socials .header .content {
  max-width: 420px;
}
.featured-socials .header .content h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.2;
}
.featured-socials .header .content p {
  font-size: 19px;
  font-weight: 425;
  letter-spacing: -0.01em;
}
.featured-socials .swiper {
  position: relative;
  margin: 30px 0 0;
  overflow: visible;
  -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
  clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
}
.featured-socials .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 0 0 20px;
}
.featured-socials .swiper-buttons .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f5;
  color: #c1c1c1;
  border-radius: 35px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.featured-socials .swiper-buttons .ace-swiper-nav i {
  font-size: 14px;
}
.featured-socials .swiper-buttons .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.featured-socials .swiper-buttons .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.featured-socials .swiper-buttons .ace-swiper-nav:hover, .featured-socials .swiper-buttons .ace-swiper-nav:focus {
  background-color: #e2e2e4;
  color: #636466;
}
.featured-socials .swiper-buttons .ace-swiper-nav.swiper-button-disabled {
  visibility: hidden;
}
.featured-socials .swiper-slide {
  border-radius: 23px;
  border: 1px solid #acacac;
  overflow: hidden;
  width: 100%;
  max-width: 410px;
  height: auto;
}
.featured-socials .swiper-slide .item {
  position: relative;
  padding: 38px 36px 50px 36px;
}
.featured-socials .swiper-slide .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-socials .swiper-slide .item .top .image {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 7px 0 0;
  overflow: hidden;
}
.featured-socials .swiper-slide .item .top .image .placeholder {
  padding-bottom: 100%;
}
.featured-socials .swiper-slide .item .top .image img {
  width: 60px;
  height: 60px;
}
.featured-socials .swiper-slide .item .top aside {
  margin: 0 0 0 30px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.featured-socials .swiper-slide .item .top aside h3 {
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.featured-socials .swiper-slide .item .top aside .byline {
  color: #000;
  font-size: 16px;
}
.featured-socials .swiper-slide .item .content {
  margin: 30px 0 0;
  font-size: 16px;
}
.featured-socials .swiper-slide .item .content p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media (max-width: 479px) {
  .featured-socials .header {
    margin: 0 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-socials .swiper-buttons {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0 0 0;
  }
}

.team-main .wrapper {
  padding: 0 20px;
  max-width: 1440px;
}
.team-main .community-facts {
  background: #E5EDF3;
  border-radius: 30px;
  padding: 38px 38px 38px 88px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 68px;
  margin: 0 0 20px;
  min-height: 564px;
}
.team-main .community-facts:last-child {
  margin-bottom: 0;
}
.team-main .community-facts h3 {
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.team-main .community-facts figure {
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.team-main .community-facts figure .placeholder {
  padding: 0;
}
.team-main .community-facts aside {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 30px;
}
.team-main .community-facts .items {
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  margin: 0 0 15px;
}
.team-main .community-facts .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #686868;
  padding: 7px 0 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-main .community-facts .items .item:last-child {
  border-bottom: 0;
}
.team-main .community-facts .items .item > * {
  letter-spacing: -0.01em;
}
.team-main .community-facts .items .item strong {
  font-weight: inherit;
}
.team-main .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 20px;
}
.team-main .grid.ad1 > *.item {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}
.team-main .grid.ad1 > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.team-main .grid.ad1 > *:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.team-main .grid.ad1 > *:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.team-main .grid.ad2 > *.item {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}
.team-main .grid.ad2 > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.team-main .grid.ad2 > *:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.team-main .grid.ad2 > *:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.team-main .grid.ad2 > *:nth-child(4) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.team-main .grid.ad2 > *:nth-child(5) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.team-main .grid.ad2 > *:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.team-main .grid.ad2 > *:nth-child(7) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.team-main .grid .image-full-width figcaption, .team-main .grid .image-2-cols figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 3;
  color: #fff;
  text-align: center;
  min-height: 129px;
  padding: 0 40px 40px;
  font-size: 18px;
  font-weight: 477;
  letter-spacing: -0.01em;
}
.team-main .grid .image-full-width {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  grid-column: 1/-1;
  aspect-ratio: 1400/505;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.team-main .grid .image-2-cols {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  grid-column: span 2;
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  height: 589px;
  min-height: 100%;
}
.team-main .grid .image-2-cols figcaption {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.team-main.has-filters .community-facts, .team-main.has-filters .image-full-width, .team-main.has-filters .image-2-cols, .team-main.has-filters .team-main-video {
  display: none !important;
}
@media (max-width: 1439px) {
  .team-main .community-facts {
    padding: 30px;
    gap: 40px;
  }
  .team-main .grid .image-2-cols {
    height: calc(40vw - 10px);
  }
  .team-main .grid .image-full-width figcaption, .team-main .grid .image-2-cols figcaption {
    padding: 0 30px 30px;
  }
}
@media (max-width: 1079px) {
  .team-main .community-facts {
    padding: 20px;
    gap: 30px;
  }
  .team-main .community-facts h3 {
    font-size: 30px;
  }
  .team-main .community-facts .items .item {
    font-size: 16px;
  }
  .team-main .grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-main .grid.ad1 > *.item {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
  }
  .team-main .grid.ad1 > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .team-main .grid.ad1 > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .team-main .grid.ad1 > *:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .team-main .grid.ad2 > *.item {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
  }
  .team-main .grid.ad2 > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .team-main .grid.ad2 > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .team-main .grid.ad2 > *:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .team-main .grid.ad2 > *:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .team-main .grid.ad2 > *:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .team-main .grid.ad2 > *:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .team-main .grid.ad2 > *:nth-child(7) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .team-main .grid .image-full-width {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .team-main .grid .image-2-cols {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    height: auto;
    aspect-ratio: 930/589;
  }
  .team-main .grid .image-2-cols figcaption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .team-main .community-facts {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .team-main .community-facts aside {
    padding-top: 0;
  }
  .team-main .community-facts figure {
    aspect-ratio: 794/488;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .team-main .grid .image-full-width figcaption, .team-main .grid .image-2-cols figcaption {
    padding: 0 20px 20px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .team-main .grid {
    grid-template-columns: 1fr;
  }
  .team-main .grid .image-full-width, .team-main .grid .image-2-cols {
    grid-column: initial;
  }
}

.item-team {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.item-team .image .placeholder {
  padding-bottom: 130%;
}
.item-team aside {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px 40px;
}
.item-team h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.25em;
}
.item-team .job-title {
  max-width: 233px;
  font-size: 18px;
  font-weight: 477;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.item-team i {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item-team i:hover, .item-team i:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1439px) {
  .item-team aside {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .item-team aside {
    padding: 0 20px 20px;
  }
  .item-team h3 {
    font-size: 20px;
  }
  .item-team .job-title {
    font-size: 16px;
  }
}

.team-main-header {
  max-width: 450px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 auto 70px;
}
.team-main-header:last-child {
  margin-bottom: 0;
}
.team-main-header h2 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.team-main-header .filters {
  margin: 40px 0 0;
  background: #F4F4F4;
  border-radius: 32px;
  padding: 12px 12px 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team-main-header .filters .search-filter-input-text {
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 477;
  color: #616162;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.team-main-header .filters .search-filter-input-text__input {
  padding: 13px 0 15px;
  height: 40px;
}
.team-main-header .filters .search-filter-input-text__input::-webkit-input-placeholder {
  color: #616162;
  opacity: 1;
}
.team-main-header .filters .search-filter-input-text__input::-moz-placeholder {
  color: #616162;
  opacity: 1;
}
.team-main-header .filters .search-filter-input-text__input::-ms-input-placeholder {
  color: #616162;
  opacity: 1;
}
.team-main-header .filters .search-filter-input-text__input::placeholder {
  color: #616162;
  opacity: 1;
}
.team-main-header .filters .search-filter-input-text__clear-button {
  display: none !important;
}
.team-main-header .filters .search-filter-input-text__icon {
  margin: 0;
  padding: 0;
}
.team-main-header .filters .search-filter-input-text__icon svg {
  display: none;
}
.team-main-header .filters .search-filter-input-text__icon:after {
  content: "\e91a";
  font-family: "fetzer-icons" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.team-main-header .filters .search-filter-component-combobox {
  border: solid 1px #ddd;
  background-color: #f4f4f4;
  border-radius: 40px;
  padding-left: 20px;
  max-width: 114px;
}
.team-main-header .filters .search-filter-component-combobox__header {
  height: 40px;
}
.team-main-header .filters .search-filter-component-combobox__selection {
  font-size: 14px;
  font-weight: 477;
  color: #000;
  padding: 13px 0 15px;
  line-height: 1.5;
}
.team-main-header .filters .search-filter-component-combobox__actions-input {
  font-weight: 477;
  font-size: 14px;
  line-height: 1.5;
}
.team-main-header .filters .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}
.team-main-header .filters .search-filter-component-combobox__actions-input::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.team-main-header .filters .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.team-main-header .filters .search-filter-component-combobox__actions-input::placeholder {
  font-size: 14px;
  color: #000;
}
.team-main-header .filters .search-filter-component-combobox__clear-selection {
  display: none !important;
}
.team-main-header .filters .search-filter-component-combobox__listbox-toggle {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.team-main-header .filters .search-filter-component-combobox__listbox-toggle::before, .team-main-header .filters .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  display: none;
}
.team-main-header .filters .search-filter-component-combobox__listbox-toggle:after {
  content: "\e917";
  font-family: "fetzer-icons" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.team-main-video {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-main-video aside {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  max-width: 400px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 477;
  padding: 20px 20px 90px;
}
.team-main-video h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 110%;
}
.team-main-video .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .team-main-video {
    min-height: 480px;
  }
  .team-main-video aside {
    padding-bottom: 40px;
  }
  .team-main-video h2 {
    font-size: 36px;
  }
}

.stats-single-fund {
  position: relative;
  margin: 110px 0;
}
.stats-single-fund .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 68px;
}
.stats-single-fund .content .image {
  width: 54.2%;
}
.stats-single-fund .content .image .display {
  border-radius: 20px;
}
.stats-single-fund .content .image .placeholder {
  padding-bottom: 99%;
}
.stats-single-fund .content .text {
  width: 45.8%;
}
.stats-single-fund .content .text h2 {
  font-size: 36px;
  color: #000;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  max-width: 347px;
}
.stats-single-fund .content .text .content-body {
  margin: 0 0 40px;
  color: #666666;
}
.stats-single-fund .content .text .content-body p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.stats-single-fund .content .text .items {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  row-gap: 13px;
}
.stats-single-fund .content .text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6e6e6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 18px;
  min-width: 178px;
  min-height: 121px;
  padding: 20px 10px 32px 10px;
}
.stats-single-fund .content .text .item .title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #666666;
  width: 100%;
  word-break: break-word;
}
.stats-single-fund .content .text .item .number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: 100%;
  word-break: break-word;
}
.stats-single-fund .content .text .button.tertiary {
  font-size: 20px;
  font-weight: 500;
  color: #00b0f0;
  line-height: 1.4;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
  margin: 25px 0 0;
  text-align: left;
}
.stats-single-fund .content .text .button.tertiary:before {
  margin: 4px 2px 0 0;
}
.stats-single-fund .content .text .button.tertiary:after {
  display: none;
}
.stats-single-fund .content .text .button.tertiary:hover, .stats-single-fund .content .text .button.tertiary:focus {
  color: #0079BB;
}
@media (max-width: 898px) {
  .stats-single-fund {
    margin: 60px 0;
  }
  .stats-single-fund .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
  }
  .stats-single-fund .content .image {
    width: 100%;
    margin: 0;
    max-width: 420px;
  }
  .stats-single-fund .content .text {
    width: 100%;
  }
  .stats-single-fund .content .text h2 {
    margin: 0 0 20px;
  }
  .stats-single-fund .content .text .content-body {
    margin: 0 0 30px 0;
  }
  .stats-single-fund .content .text .button.tertiary {
    margin: 20px 0 0;
  }
}
@media (max-width: 479px) {
  .stats-single-fund .content .image {
    max-width: 100%;
    margin: auto;
  }
  .stats-single-fund .content .text .item {
    min-width: 158px;
  }
  .stats-single-fund .content .text .item .number {
    font-size: 28px;
  }
}

.module.standard-text-with-popup {
  margin: 150px 0 160px 0;
}
.module.standard-text-with-popup > .wrapper.thin {
  max-width: 760px;
}
.module.standard-text-with-popup > .wrapper.thin .button-container {
  margin: 51px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  column-gap: 17px;
  row-gap: 20px;
}
.module.standard-text-with-popup > .wrapper.thin .button-container .add-button-popup {
  background-color: #fff;
}
.module.standard-text-with-popup .stwp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 1320px;
  max-width: calc(100vw - 160px);
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  background-color: #fff;
  padding: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-radius: 20px;
  /*
  &::-webkit-scrollbar-track {
      // box-shadow: inset 0 0 5px grey;
      border-radius: 20px;
      background-color: transparent;
      overflow: hidden;
      // padding-top: 20px;
      // padding-bottom: 20px;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  &::-webkit-scrollbar-thumb {
      background: $white;
      border-radius: 20px;
      max-width: 10px;
  }
  */
}
.module.standard-text-with-popup .stwp-popup::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  border-radius: 0 20px 20px 0;
}
.module.standard-text-with-popup .stwp-popup:hover, .module.standard-text-with-popup .stwp-popup:focus {
  outline: none !important;
}
.module.standard-text-with-popup .stwp-popup .stwp-header {
  padding: 68px 20px;
  background-color: #0079BB;
  height: 667px;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.module.standard-text-with-popup .stwp-popup .stwp-header video,
.module.standard-text-with-popup .stwp-popup .stwp-header .stwp-popup-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.module.standard-text-with-popup .stwp-popup .stwp-header .stwp-header-text {
  color: #fff;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: -54px auto 0 auto;
  position: relative;
  z-index: 2;
}
.module.standard-text-with-popup .stwp-popup .stwp-header .popup_header {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.module.standard-text-with-popup .stwp-popup .stwp-header .popup_description {
  font-size: 20px;
  font-weight: 477;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.standard-text-with-popup .stwp-popup .stwp-body {
  margin-top: 667px;
  background-color: #fff;
  padding: 53px 0 138px 0;
}
.module.standard-text-with-popup .stwp-popup .stwp-body .item {
  margin-bottom: 23px;
}
.module.standard-text-with-popup .stwp-popup .stwp-body .item:last-of-type {
  margin-bottom: 0;
}
.module.standard-text-with-popup .stwp-popup .stwp-body .item-number {
  color: #00b0f0;
  font-size: 18px;
  font-weight: 477;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin: 0 0 3px 0;
}
.module.standard-text-with-popup .stwp-popup .stwp-body .item-title {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
}
.module.standard-text-with-popup .stwp-popup .stwp-body .item_description {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  margin-left: auto;
  z-index: 10;
}
@supports (position: sticky) {
  .module.standard-text-with-popup .stwp-popup .stwp-icon-plus {
    position: sticky;
  }
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg circle {
  fill: rgba(0, 0, 0, 0.5019607843) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg path {
  fill: #efefef !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg:hover, .module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg:focus {
  outline: none !important;
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg:hover circle, .module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg:focus circle {
  fill: #000 !important;
}
.module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg:hover path, .module.standard-text-with-popup .stwp-popup .stwp-icon-plus svg:focus path {
  fill: #00b0f0 !important;
}
.module.standard-text-with-popup .stwp-popup[open] {
  -webkit-animation: stwpDialogFadeIn 0.3s ease-in-out;
  animation: stwpDialogFadeIn 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .module.standard-text-with-popup .stwp-popup {
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
  }
  .module.standard-text-with-popup .stwp-popup .stwp-header {
    padding: 14px 20px 68px;
    height: unset;
  }
  .module.standard-text-with-popup .stwp-popup .stwp-icon-plus {
    top: 20px;
    right: 20px;
  }
  .module.standard-text-with-popup .stwp-popup .stwp-body {
    margin-top: 530px;
  }
}
@media (max-width: 1079px) {
  .module.standard-text-with-popup .stwp-popup .stwp-body {
    padding: 53px 0 68px 0;
  }
}
@media (max-width: 767px) {
  .module.standard-text-with-popup > .wrapper.thin {
    max-width: 640px;
  }
  .module.standard-text-with-popup > .wrapper.thin .content-body h2, .module.standard-text-with-popup > .wrapper.thin .content-body .h2 {
    font-size: 36px;
  }
  .module.standard-text-with-popup > .wrapper.thin .content-body p, .module.standard-text-with-popup > .wrapper.thin .content-body ul, .module.standard-text-with-popup > .wrapper.thin .content-body ol, .module.standard-text-with-popup > .wrapper.thin .content-body ul li, .module.standard-text-with-popup > .wrapper.thin .content-body ol li {
    font-size: 18px;
  }
  .module.standard-text-with-popup .stwp-popup {
    max-width: calc(100vw - 40px);
  }
  .module.standard-text-with-popup .stwp-popup .stwp-header {
    padding: 14px 20px 68px;
    height: 529px;
  }
  .module.standard-text-with-popup .stwp-popup .stwp-body {
    margin-top: 529px;
    padding-top: 0;
  }
  .module.standard-text-with-popup .stwp-popup .stwp-body .item-title {
    font-size: 24px;
  }
}
@media (max-width: 419px) {
  .module.standard-text-with-popup .stwp-popup .stwp-header {
    height: 470px;
  }
  .module.standard-text-with-popup .stwp-popup .stwp-body {
    margin-top: 470px;
  }
}
@media (max-width: 379px) {
  .module.standard-text-with-popup .stwp-popup .stwp-header {
    height: 430px;
  }
  .module.standard-text-with-popup .stwp-popup .stwp-body {
    margin-top: 430px;
  }
}

@-webkit-keyframes stwpDialogFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes stwpDialogFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module.standard-image-columns .wrapper.thin {
  max-width: 890px;
}
.module.standard-image-columns .content-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.module.standard-image-columns .content-wrapper .section-header {
  font-size: 36px;
  letter-spacing: -0.02em;
}
.module.standard-image-columns .content-wrapper .content-body {
  font-size: 18px;
}
.module.standard-image-columns .columns {
  margin-top: 45px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.module.standard-image-columns .columns .col-content {
  margin-top: 30px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .module.standard-image-columns.top-padding-medium {
    margin-top: 90px;
  }
  .module.standard-image-columns.top-padding-large {
    margin-top: 135px;
  }
  .module.standard-image-columns.top-padding-xl {
    margin-top: 180px;
  }
  .module.standard-image-columns.bottom-padding-medium {
    margin-bottom: 95px;
  }
  .module.standard-image-columns.bottom-padding-large {
    margin-bottom: 130px;
  }
  .module.standard-image-columns.bottom-padding-xl {
    margin-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .module.standard-image-columns .content-wrapper .section-header {
    font-size: 30px;
  }
  .module.standard-image-columns .content-wrapper .content-body {
    font-size: 16px;
  }
  .module.standard-image-columns .columns {
    gap: 30px;
  }
  .module.standard-image-columns .columns .col-content {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .module.standard-image-columns .columns {
    grid-template-columns: 1fr;
  }
  .module.standard-image-columns .columns .col-content {
    margin-top: 30px;
    font-size: 16px;
  }
}

.module.featured-team {
  margin: 135px 0;
}
.module.featured-team h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.module.featured-team .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 40px;
}
.module.featured-team .swiper {
  position: relative;
  overflow: visible;
  -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
  clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
}
.module.featured-team .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}
.module.featured-team .swiper-buttons .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f5;
  color: #c1c1c1;
  border-radius: 35px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.module.featured-team .swiper-buttons .ace-swiper-nav i {
  font-size: 14px;
}
.module.featured-team .swiper-buttons .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.module.featured-team .swiper-buttons .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.module.featured-team .swiper-buttons .ace-swiper-nav:hover, .module.featured-team .swiper-buttons .ace-swiper-nav:focus {
  background-color: #e2e2e4;
  color: #636466;
}
.module.featured-team .swiper-slide {
  overflow: hidden;
  width: 100%;
  max-width: 234px;
}
.module.featured-team .swiper-slide .item {
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #000;
}
.module.featured-team .swiper-slide .item:hover, .module.featured-team .swiper-slide .item:focus {
  color: #00B0F0;
}
.module.featured-team .swiper-slide .item .image {
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 24px;
}
.module.featured-team .swiper-slide .item .image .placeholder {
  padding-bottom: 129%;
}
.module.featured-team .swiper-slide .item h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.5;
}
.module.featured-team .swiper-slide .item aside {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .module.featured-team .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module.featured-team h2 {
    font-size: 30px;
  }
}

.module.stats-step-grid .step-grid-grid {
  width: calc(100% - 40px);
  max-width: 1388px;
  margin: 0 auto;
  grid-template-columns: 1fr 505px 1fr;
  grid-template-rows: 313px 18px 313px 9px;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
  row-gap: 0;
  grid-template-areas: "img1 vid img3" ". vid ." "img2 vid img4" ". vid .";
  display: grid;
}
.module.stats-step-grid .step-grid-grid .sg-video {
  color: #fff;
  border-radius: 20px;
  position: relative;
  grid-area: vid;
  background-color: #000;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#032644), to(#0a74f7));
  background-image: linear-gradient(to top, #032644, #0a74f7);
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-video-meter {
  background-color: #000;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.module.stats-step-grid .step-grid-grid .sg-video video, .module.stats-step-grid .step-grid-grid .sg-video .background-image {
  border-radius: 20px;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-video-numbers {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter {
  position: absolute;
  right: 35px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 450;
  letter-spacing: 0;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter:nth-of-type(1) {
  bottom: 5.3516819572%;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter:nth-of-type(2) {
  bottom: 27.523%;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter:nth-of-type(3) {
  bottom: 49.542%;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter:nth-of-type(4) {
  bottom: 71.56%;
}
.module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter:nth-of-type(5) {
  bottom: 93.65%;
}
.module.stats-step-grid .step-grid-grid .sg-video .header {
  width: 182px;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: absolute;
  left: 59px;
  top: 63px;
  z-index: 11;
}
.module.stats-step-grid .step-grid-grid .sg-video .content-body {
  position: absolute;
  width: 262px;
  left: 59px;
  bottom: 66px;
  z-index: 10;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.module.stats-step-grid .step-grid-grid .sg-video .content-body > span {
  color: #87C49C;
}
.module.stats-step-grid .step-grid-grid .sg-image {
  overflow: hidden;
  border-radius: 20px;
}
.module.stats-step-grid .step-grid-grid .sg-image .image.ace-figure {
  height: 100%;
}
.module.stats-step-grid .step-grid-grid .sg-image-1 {
  grid-area: img1;
}
.module.stats-step-grid .step-grid-grid .sg-image-2 {
  grid-area: img2;
}
.module.stats-step-grid .step-grid-grid .sg-image-3 {
  grid-area: img3;
}
.module.stats-step-grid .step-grid-grid .sg-image-4 {
  grid-area: img4;
}
@media (min-width: 1200px) {
  .module.stats-step-grid {
    margin: 92px 0 95px 0;
  }
}
@media (min-width: 1080px) and (max-width: 1415px) {
  .module.stats-step-grid .step-grid-grid {
    max-width: unset;
    grid-template-columns: 1fr 36.17478% 1fr;
    grid-template-rows: auto 18px auto 9px;
  }
  .module.stats-step-grid .step-grid-grid .sg-image {
    width: 100%;
    aspect-ratio: 425/313;
  }
  .module.stats-step-grid .step-grid-grid .sg-video {
    aspect-ratio: 505/653;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .module.stats-step-grid .step-grid-grid .sg-video .header {
    left: 30px;
    top: 30px;
  }
  .module.stats-step-grid .step-grid-grid .sg-video .content-body {
    left: 30px;
    bottom: 35px;
  }
}
@media (max-width: 1079px) {
  .module.stats-step-grid .step-grid-grid {
    max-width: unset;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    row-gap: 18px;
    grid-template-areas: "img1 img2" "vid vid" "img3 img4";
  }
  .module.stats-step-grid .step-grid-grid .sg-image {
    width: 100%;
    aspect-ratio: 420.5/317;
  }
}
@media (min-width: 480px) and (max-width: 1079px) {
  .module.stats-step-grid .step-grid-grid .sg-video {
    width: 100%;
    height: auto;
    aspect-ratio: 505/653;
  }
}
@media (min-width: 480px) and (max-width: 1079px) and (min-height: 640px) {
  .module.stats-step-grid .step-grid-grid .sg-video {
    max-height: calc(100vh - 100px);
  }
}
@media (max-width: 479px) {
  .module.stats-step-grid .step-grid-grid .sg-video {
    aspect-ratio: 505/654;
    width: 100%;
  }
  .module.stats-step-grid .step-grid-grid .sg-video .header {
    aspect-ratio: 505/654;
    max-width: calc(100% - 90px);
    font-size: 28px;
    left: 20px;
    top: 20px;
  }
  .module.stats-step-grid .step-grid-grid .sg-video .content-body {
    max-width: calc(100% - 90px);
    font-size: 22px;
    left: 20px;
    bottom: 30px;
  }
  .module.stats-step-grid .step-grid-grid .sg-video .sg-vid-counter {
    right: 15px;
  }
}

.author-detail {
  margin: 150px 0;
}
.author-detail .wrapper {
  max-width: 1160px;
}
.author-detail-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  gap: 34px;
  margin: 0 0 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-detail-grid img {
  border-radius: 140px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 140px;
  min-width: 140px;
  height: auto;
}
.author-detail-grid h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.author-detail-grid h1 small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #666666;
}
.author-detail-bio {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .author-detail {
    margin: 100px 0;
  }
  .author-detail-grid {
    gap: 20px;
  }
  .author-detail-grid img {
    min-width: 90px;
    width: 90px;
  }
  .author-detail-grid h1 {
    font-size: 30px;
  }
  .author-detail-grid h1 small {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .author-detail-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}

.author-posts {
  margin: 150px 0;
}
.author-posts .wrapper {
  max-width: 1440px;
}
.author-posts h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 1.2em;
}
.author-posts .search-filter-field--control-type-load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0;
}
.author-posts .search-filter-field--control-type-load_more .search-filter-input-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #CCDAE8;
  border-radius: 40px;
  cursor: pointer;
  color: #0079BA;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 11px 20px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
}
.author-posts .search-filter-field--control-type-load_more .search-filter-input-button.search-filter-input-button--hidden {
  display: none !important;
}
.author-posts .search-filter-field--control-type-load_more .search-filter-input-button .search-filter-icon {
  padding: 0;
}
.author-posts .search-filter-field--control-type-load_more .search-filter-input-button .search-filter-icon__svg {
  width: 20px;
  height: 20px;
  margin: -2px 0;
}
.author-posts .search-filter-field--control-type-load_more .search-filter-input-button:hover, .author-posts .search-filter-field--control-type-load_more .search-filter-input-button:focus {
  text-decoration: none;
  border-color: #0079BA;
  background-color: rgba(0, 0, 0, 0.25);
  color: #0079BA;
}
.author-posts .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 1079px) {
  .author-posts .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .author-posts .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .author-posts {
    margin: 100px 0;
  }
}

.module.funding-graph .header {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 33px auto;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.04em;
}
.module.funding-graph .content-body {
  width: 100%;
  max-width: 402px;
  margin: 0 auto 58px auto;
}
.module.funding-graph .content-body p, .module.funding-graph .content-body ul, .module.funding-graph .content-body ol, .module.funding-graph .content-body ul li, .module.funding-graph .content-body ol li {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}
.module.funding-graph .wrapper.graphs {
  max-width: 1371px;
}
.module.funding-graph .wrapper.graphs img {
  border-radius: 20px;
  width: 100%;
}
.module.funding-graph .wrapper.graphs img:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .module.funding-graph {
    margin: 126px 0 130px 0;
  }
}
@media (max-width: 479px) {
  .module.funding-graph .wrapper.graphs {
    max-width: 1251px;
  }
  .module.funding-graph .content-body p, .module.funding-graph .content-body ul, .module.funding-graph .content-body ol, .module.funding-graph .content-body ul li, .module.funding-graph .content-body ol li {
    font-size: 18px;
  }
}

.careers-list {
  margin: 0;
  padding: 150px 0 300px;
  background-color: #000;
  color: #E3E3E3;
}
.careers-list h1, .careers-list h2, .careers-list h3, .careers-list h4, .careers-list h5, .careers-list h6 {
  color: #fff;
}
.careers-list .square {
  width: 100%;
  max-width: 288px;
  margin: 0 auto -20px;
  position: relative;
  aspect-ratio: 1;
}
.careers-list .top-content, .careers-list .bottom-content {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
}
.careers-list .top-content:last-child, .careers-list .bottom-content:last-child {
  margin-bottom: 0;
}
.careers-list .top-content a, .careers-list .bottom-content a {
  color: #00B0F0;
  text-decoration: none;
}
.careers-list .top-content a:hover, .careers-list .top-content a:focus, .careers-list .bottom-content a:hover, .careers-list .bottom-content a:focus {
  color: #fff;
}
.careers-list .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 450px;
  margin: 0 auto 48px;
}
.careers-list .grid:last-child {
  margin-bottom: 0;
}
.careers-list .grid .item {
  border: solid 1px #555;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 35px 30px 35px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.careers-list .grid .item h2, .careers-list .grid .item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 13px;
}
.careers-list .grid .item i {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #E2E2E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #636365;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.careers-list .grid .item i::before {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.careers-list .grid .item:hover, .careers-list .grid .item:focus {
  border-color: #636365;
}
.careers-list .grid .item:hover i, .careers-list .grid .item:focus i {
  background-color: #fff;
  color: #000;
}
.careers-list .positions-msg {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  padding: 0 0 60px;
  text-align: center;
  margin-top: -18px;
}
.careers-list .default-msg {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  padding: 20px 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .careers-list .square {
    margin: 0 auto;
  }
}

.case-study-taxonomy-grid {
  padding-bottom: 180px;
}
.case-study-taxonomy-grid h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
}
.case-study-taxonomy-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
  margin: 0 0 128px;
}
.case-study-taxonomy-grid .grid:last-child {
  margin-bottom: 0;
}
.case-study-taxonomy-grid .grid .item a {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.case-study-taxonomy-grid .grid .item a h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 25px;
  z-index: 3;
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}
.case-study-taxonomy-grid .grid .item a h3:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  height: 44%;
  z-index: -1;
}
@media (max-width: 1079px) {
  .case-study-taxonomy-grid {
    padding-bottom: 100px;
  }
  .case-study-taxonomy-grid .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .case-study-taxonomy-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .case-study-taxonomy-grid .grid {
    grid-template-columns: 1fr;
  }
}

.module.resources-select-columns .wrapper.intro h1 {
  text-align: center;
}
.module.resources-select-columns .wrapper.intro p, .module.resources-select-columns .wrapper.intro ul, .module.resources-select-columns .wrapper.intro ol, .module.resources-select-columns .wrapper.intro ul li, .module.resources-select-columns .wrapper.intro ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  text-align: center;
}
.module.resources-select-columns .wrapper.columns {
  margin-top: 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.module.resources-select-columns .wrapper.columns .column {
  width: 100%;
  height: 717px;
  padding: 44px 53px;
  border-radius: 20px;
  color: #000;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.module.resources-select-columns .wrapper.columns .column > h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 21px;
}
.module.resources-select-columns .wrapper.columns .column p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.resources-select-columns .wrapper.columns .column .button-menu-container {
  width: 100%;
  max-width: 300px;
  margin: 28px auto 0 auto;
  -ms-flex-line-pack: end;
  align-content: end;
}
.module.resources-select-columns .wrapper.columns .column .button {
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #000;
  line-height: 25px;
  padding: 11px 13px 12px 26px;
}
.module.resources-select-columns .wrapper.columns .column .button:hover, .module.resources-select-columns .wrapper.columns .column .button:focus {
  background-color: #fff;
}
.module.resources-select-columns .wrapper.columns .column .button svg {
  width: 25px;
  height: 25px;
}
.module.resources-select-columns .wrapper.columns .column .button svg circle {
  fill: #000;
}
.module.resources-select-columns .wrapper.columns .column .button svg path {
  fill: #fff;
}
.module.resources-select-columns .wrapper.columns .column.enquire {
  background-color: #f3f3f3;
  background-image: url("/wp-content/uploads/2025/05/enquire-fullsize.jpg");
}
.module.resources-select-columns .wrapper.columns .column.engage {
  background-color: #e4e3de;
  background-image: url("/wp-content/uploads/2025/05/engage-fullsize.jpg");
}
.module.resources-select-columns .wrapper.columns .column.practice {
  background-color: #c7ccc8;
  background-image: url("/wp-content/uploads/2025/05/practice-fullsize.jpg");
}
.module.resources-select-columns .wrapper.columns .column.practice p {
  max-width: 288px;
}
.module.resources-select-columns .wrapper.columns .column-inner {
  max-width: 100%;
}
.module.resources-select-columns .wrapper.columns .column-text {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
}
.module.resources-select-columns .resources-select-column-menu {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0 0 0;
  width: calc(100vw - 40px) !important;
  max-width: 387px;
  padding: 50px 45px 41px;
  position: relative;
  display: none;
  z-index: 9;
}
.module.resources-select-columns .resources-select-column-menu li {
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.5;
  margin: 4px 0 9px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  list-style-type: none;
  line-height: 25px;
  vertical-align: center;
}
.module.resources-select-columns .resources-select-column-menu li a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  border-radius: 5px;
  padding: 5px 10px 5px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon {
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  line-height: 1em;
  -ms-flex-line-pack: center;
  align-content: center;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i {
  font-size: 25px;
  line-height: 1em;
  color: #22304e;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-technology, .module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-health {
  font-size: 19px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-belonging {
  font-size: 20px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-politics, .module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-economy {
  font-size: 21px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-environment, .module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-media-arts {
  font-size: 22px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-sciences {
  font-size: 23px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-kids-and-family, .module.resources-select-columns .resources-select-column-menu li a.item span.icon i.icon-resources-religion {
  font-size: 24px;
}
.module.resources-select-columns .resources-select-column-menu li a.item span.text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.01em;
}
.module.resources-select-columns .resources-select-column-menu li a.item:hover, .module.resources-select-columns .resources-select-column-menu li a.item:focus {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.module.resources-select-columns .resources-select-column-menu li a.item:hover span.icon i, .module.resources-select-columns .resources-select-column-menu li a.item:hover span.text, .module.resources-select-columns .resources-select-column-menu li a.item:focus span.icon i, .module.resources-select-columns .resources-select-column-menu li a.item:focus span.text {
  color: #fff;
}
.module.resources-select-columns .resources-select-column-menu li--selected {
  background-color: transparent;
  color: #000;
}
.module.resources-select-columns .resources-select-column-menu li--active {
  background-color: #000;
  color: #fff;
}
@media (min-width: 1080px) and (max-width: 1319px) {
  .module.resources-select-columns .resources-select-column-menu {
    margin-left: -48px;
    max-width: calc(100% + 96px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .module.resources-select-columns .wrapper.columns .column {
    background-size: contain;
  }
}
@media (min-width: 1080px) {
  .module.resources-select-columns {
    margin: 93px 0 17px 0;
  }
  .module.resources-select-columns .wrapper.columns {
    max-width: 1400px;
  }
}
@media (max-width: 1079px) {
  .module.resources-select-columns .wrapper.columns {
    grid-template-columns: 100%;
  }
  .module.resources-select-columns .wrapper.columns .column.practice p {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1079px) {
  .module.resources-select-columns .wrapper.columns .column {
    position: relative;
    background-size: contain;
    background-position: center bottom;
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }
  .module.resources-select-columns .wrapper.columns .column::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    border-radius: 20px;
  }
  .module.resources-select-columns .wrapper.columns .column h2, .module.resources-select-columns .wrapper.columns .column p, .module.resources-select-columns .wrapper.columns .column span {
    z-index: 2;
    position: relative;
  }
  .module.resources-select-columns .wrapper.columns .column.enquire::before {
    background-image: linear-gradient(to right, #f3f3f3, #f3f3f3 calc(50% - 200px), rgba(243, 243, 243, 0) calc(50% - 175px), rgba(243, 243, 243, 0), calc(50% + 175px), #f3f3f3 calc(50% + 200px), #f3f3f3), linear-gradient(to bottom, #f3f3f3, #f3f3f3 275px, rgba(243, 243, 243, 0) 315px, rgba(243, 243, 243, 0));
  }
  .module.resources-select-columns .wrapper.columns .column.engage::before {
    background-image: linear-gradient(to right, #e4e3de, #e4e3de calc(50% - 200px), rgba(228, 227, 222, 0) calc(50% - 140px), rgba(228, 227, 222, 0), calc(50% + 140px), #e4e3de calc(50% + 200px), #e4e3de), linear-gradient(to bottom, #e4e3de, #e4e3de 275px, rgba(228, 227, 222, 0) 315px, rgba(228, 227, 222, 0));
  }
  .module.resources-select-columns .wrapper.columns .column.practice {
    background-position: right bottom;
  }
  .module.resources-select-columns .wrapper.columns .column.practice::before {
    background-image: linear-gradient(to left, rgba(199, 204, 200, 0), rgba(199, 204, 200, 0) 330px, #c7ccc8 400px, #c7ccc8), linear-gradient(to bottom, #c7ccc8, #c7ccc8 275px, rgba(199, 204, 200, 0) 315px, rgba(199, 204, 200, 0));
  }
  .module.resources-select-columns .resources-select-column-menu {
    margin-left: -44px;
  }
}
@media (min-width: 768px) {
  .module.resources-select-columns .wrapper.intro {
    max-width: 710px;
  }
}
@media (max-width: 479px) {
  .module.resources-select-columns .resources-select-column-menu {
    margin-left: -48px;
    max-width: calc(100% + 96px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@keyframes rscDialogFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module.founder-slider {
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: 116px 0 113px;
  position: relative;
}
.module.founder-slider .founder-slider-headers {
  width: 69.444%;
  margin: 0 auto 20px auto;
  grid-template-columns: auto 80px 111px;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 15px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "sliderheader slidernav sliderbutton";
}
.module.founder-slider .header-text {
  grid-area: sliderheader;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}
.module.founder-slider .header-text h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}
.module.founder-slider .founder-slider-navigation {
  grid-area: slidernav;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: 35px 35px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.module.founder-slider .founder-slider-navigation .ace-swiper-nav {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #383839;
  color: #e9e9e9;
  border-radius: 35px;
  line-height: 1;
  cursor: pointer;
}
.module.founder-slider .founder-slider-navigation .ace-swiper-nav i {
  font-size: 14px;
}
.module.founder-slider .founder-slider-navigation .ace-swiper-nav.prev i {
  -webkit-transform: translateX(-0.075em);
  transform: translateX(-0.075em);
}
.module.founder-slider .founder-slider-navigation .ace-swiper-nav.next i {
  -webkit-transform: translateX(0.075em);
  transform: translateX(0.075em);
}
.module.founder-slider .founder-slider-navigation .ace-swiper-nav:hover, .module.founder-slider .founder-slider-navigation .ace-swiper-nav:focus {
  background-color: #e2e2e4;
  color: #636466;
}
.module.founder-slider .header-year {
  grid-area: sliderbutton;
}
.module.founder-slider .header-year span.button {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 52px;
  border-color: #a5a5a5;
}
.module.founder-slider .header-year span.button:hover, .module.founder-slider .header-year span.button:focus {
  border-color: #fff;
}
.module.founder-slider .founder-slider-card {
  width: 100%;
  border-radius: 30px;
}
.module.founder-slider .founder-slider-card .founder-slide-card-background {
  width: 100%;
  aspect-ratio: 10015/6667;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.module.founder-slider .founder-slider-card div, .module.founder-slider .founder-slider-card video {
  border-radius: 30px;
}
.module.founder-slider .content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.module.founder-slider .content h1, .module.founder-slider .content h2, .module.founder-slider .content h3, .module.founder-slider .content h4, .module.founder-slider .content h5, .module.founder-slider .content h6, .module.founder-slider .content .h1, .module.founder-slider .content .h2, .module.founder-slider .content .h3, .module.founder-slider .content .h4, .module.founder-slider .content .h5, .module.founder-slider .content .h6, .module.founder-slider .content p, .module.founder-slider .content ul, .module.founder-slider .content ol, .module.founder-slider .content li {
  color: #fff;
}
.module.founder-slider .content p, .module.founder-slider .content ul, .module.founder-slider .content ol, .module.founder-slider .content ul li, .module.founder-slider .content ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.module.founder-slider .content p {
  margin-bottom: 25px;
}
.module.founder-slider .founder-slider-menu-dropdown {
  position: absolute;
  top: 216px;
  right: calc(13.263% + 60px);
  z-index: 10;
  background-color: #fff;
  padding: 36px 37px;
  border-radius: 20px;
  width: 350px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.module.founder-slider .founder-slider-menu-dropdown-inner {
  display: grid;
  grid-template-columns: repeat(8, 30px);
  row-gap: 4px;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.module.founder-slider .founder-slider-menu-dropdown-inner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.01em;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.founder-slider .founder-slider-menu-dropdown-inner > span.selected-true {
  background-color: #000;
  color: #fff;
}
.module.founder-slider .swiper-slide-prev .founder-slide-card-background, .module.founder-slider .swiper-slide-prev .content {
  opacity: 0;
}
@media (min-width: 1680px) {
  .module.founder-slider .founder-slider-headers {
    width: 56.51%;
  }
  .module.founder-slider .founder-slider-menu-dropdown {
    right: calc(20.208% + 60px);
  }
}
@media (max-width: 1079px) {
  .module.founder-slider {
    padding: 60px 0 55px;
  }
  .module.founder-slider .founder-slider-headers {
    grid-template-columns: auto 111px;
    grid-template-rows: auto auto;
    grid-template-areas: "sliderheader sliderheader" "slidernav sliderbutton";
  }
  .module.founder-slider .founder-slider-menu-dropdown {
    top: 206px;
  }
}
@media (min-width: 768px) {
  .module.founder-slider .content {
    width: 100%;
    max-width: 100%;
    margin: 34px 0 0 0;
  }
  .module.founder-slider .content .content-text {
    padding: 0 34px;
  }
}
@media (max-width: 767px) {
  .module.founder-slider .founder-slider-headers {
    width: 79.16667%;
  }
  .module.founder-slider .founder-slider-menu-dropdown {
    right: calc(6.657% + 60px);
    top: 212px;
  }
  .module.founder-slider .content {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .module.founder-slider .content .content-text {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .module.founder-slider .founder-slider-headers {
    width: calc(100vw - 40px);
  }
  .module.founder-slider .founder-slider-menu-dropdown {
    width: calc(100vw - 40px);
    right: 20px;
  }
  .module.founder-slider .founder-slider-menu-dropdown-inner {
    grid-template-columns: repeat(4, 30px);
    row-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.funding-list {
  margin: 75px 0;
}
.funding-list .wrapper {
  max-width: 760px;
}
.funding-list .content {
  text-align: center;
  max-width: 450px;
  margin: 0 auto 55px;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.funding-list h1 {
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 0.75em;
}
.funding-list .filters {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0 auto 40px;
  position: relative;
}
.funding-list .filters .search-filter-field--type-search {
  width: 100%;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text {
  background-color: #F4F4F4;
  border: solid 1px #F4F4F4;
  padding: 0 25px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text .search-filter-input-text__input {
  font-style: normal;
  font-weight: 477;
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #000;
  padding: 13px 0 15px;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text .search-filter-input-text__input::-webkit-input-placeholder {
  color: #616162;
  opacity: 1;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text .search-filter-input-text__input::-moz-placeholder {
  color: #616162;
  opacity: 1;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text .search-filter-input-text__input::-ms-input-placeholder {
  color: #616162;
  opacity: 1;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text .search-filter-input-text__input::placeholder {
  color: #616162;
  opacity: 1;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text__clear-button {
  display: none !important;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text__icon {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text__icon svg {
  display: none;
}
.funding-list .filters .search-filter-field--type-search .search-filter-input-text__icon:after {
  content: "\e91a";
  font-family: "fetzer-icons" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.funding-list .filters .search-filter-field.filter-year {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.funding-list .filters .search-filter-field.filter-year .search-filter-component-combobox--mode-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.funding-list .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.funding-list .grid .item {
  background: #F1F1F1;
  border-radius: 20px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.funding-list .grid .item .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.5;
}
.funding-list .grid .item .item-content p {
  margin: 0 0 0.8em;
}
.funding-list .grid .item .item-content p:last-child {
  margin-bottom: 0;
}
.funding-list .grid .item .data-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.funding-list .grid .item .data-blocks .data-block {
  min-width: 120px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: #e1e1e1;
}
.funding-list .grid .item .data-blocks .data-block .title {
  font-size: 16px;
  line-height: 1.2;
}
.funding-list .grid .item .data-blocks .data-block .text {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
}
.funding-list .grid .item h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-bottom: 1em;
}
.funding-list .grid .item h2 a {
  text-decoration: underline;
  color: #000;
}
.funding-list .grid .item h2 a:hover, .funding-list .grid .item h2 a:focus {
  color: #0079BA;
}
.funding-list .grid .item .partner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
}
.funding-list .grid .item .partner-link i {
  font-size: 1.2em;
  margin-top: 4px;
}
.funding-list .search-filter-query > h3 {
  text-align: center;
}
.funding-list .search-filter-field--control-type-load_more {
  margin: 30px 0 0;
}
.funding-list .search-filter-field--control-type-load_more .search-filter-input-button {
  margin: 0 auto;
}
@media (max-width: 479px) {
  .funding-list .grid .item {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .funding-list .grid .item .item-content {
    padding-right: 0;
    border-right: 0;
  }
  .funding-list .grid .item .data-blocks .data-block {
    padding: 15px;
  }
  .funding-list .grid .item .data-blocks .data-block .title {
    font-size: 14px;
  }
  .funding-list .grid .item .data-blocks .data-block .text {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
