@charset "UTF-8";
/** Heading styles */
.heading-01 {
  line-height: 1.2;
  font-size: clamp(2.1875rem, calc(2.1875rem + (1vw - 3.75px) * 1.4084507042), 3.125rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.heading-02 {
  line-height: 1.1;
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 3.75px) * 1.1267605634), 2rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.heading-03 {
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.5633802817), 1.5rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.heading-04 {
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.3755868545), 1.25rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

/** copy / body text styles */
.copy-01 {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
.copy-01.bold {
  font-weight: 700;
}

.copy-02 {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 3.75px) * 0.1877934272), 1rem);
  font-weight: 400;
}
.copy-02.bold {
  font-weight: 700;
}

.copy-03 {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
.copy-03.bold {
  font-weight: 700;
}

/** Excerpt styles */
.excerpt-01 {
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 3.75px) * 0.3755868545), 1.5rem);
  font-weight: 400;
}

/** Navigation styles*/
.nav-01 {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.1877934272), 1.25rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.nav-02 {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 3.75px) * 0.1877934272), 1rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

/** Label styles */
.label-01 {
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}

/** Caption styles */
.caption-01 {
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 3.75px) * 0.1877934272), 1rem);
  font-weight: 400;
  font-style: italic;
}

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;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  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;
  transform: translateZ(0);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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 {
  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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

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

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */
.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;
}

/* Navigation arrows */
.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);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, 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%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 20px;
  }
}
.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;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 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;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (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: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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;
  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: center center;
  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;
  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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../../src/assets/fonts/icomoon/icomoon.eot?byao8w");
  src: url("../../src/assets/fonts/icomoon/icomoon.eot?byao8w#iefix") format("embedded-opentype"), url("../../src/assets/fonts/icomoon/icomoon.woff2?byao8w") format("woff2"), url("../../src/assets/fonts/icomoon/icomoon.ttf?byao8w") format("truetype"), url("../../src/assets/fonts/icomoon/icomoon.woff?byao8w") format("woff"), url("../../src/assets/fonts/icomoon/icomoon.svg?byao8w#icomoon") 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: "icomoon" !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-x:before {
  content: "\e906";
}

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

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

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

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

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

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

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
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 */
}

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body,
html {
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit;
}

img {
  display: block;
}

figure {
  margin: 0;
}

input,
select,
textarea {
  background: none;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  height: 40px;
  padding: 0;
  appearance: none;
  color: inherit;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}

textarea {
  height: 30rem;
  resize: none;
}

button {
  text-align: left;
  appearance: none;
  color: inherit;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  display: block;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
button:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
input[type=radio] + label {
  padding-left: 30px;
  position: relative;
}
input[type=radio] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  border-radius: 100%;
}
input[type=radio]:checked + label::before {
  background: #000000;
}
input[type=radio]:focus-visible + label::before {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}
input[type=checkbox]:checked + label::before {
  background: #000000;
}
input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  max-width: 1440px;
  padding-left: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  padding-right: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  margin-left: auto;
  margin-right: auto;
}

.base-button {
  position: relative;
  display: inline-flex;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: currentColor;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.base-button.is-disabled, .base-button [disabled] {
  cursor: not-allowed;
}

.button {
  border: 0;
  margin: clamp(16px, calc(16px + (1vw - 3.75px) * 0.7511737089), 24px) 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  background-color: #1d5d99;
  color: #ffffff;
  height: clamp(44px, calc(44px + (1vw - 3.75px) * 1.5023474178), 60px);
  border-radius: 0;
  padding: 0 clamp(16px, calc(16px + (1vw - 3.75px) * 0.7511737089), 24px);
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
.button.bold {
  font-weight: 700;
}
.button {
  font-weight: 700;
}
.is-desktop .button:hover {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}
.button:focus {
  outline: 0;
}
.button:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}
.button.is-disabled, .button.is-submitting {
  pointer-events: none;
}

form label {
  display: block;
}
form input {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
form input:focus {
  outline: 0;
}
form input:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}
form textarea {
  border: 1px solid #000000;
  height: 25rem;
}
form textarea:focus {
  outline: 0;
}
form textarea:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}
form li:not(:last-child) {
  margin-bottom: 2rem;
}
form input[type=checkbox] + label {
  padding-left: 3.5rem;
  position: relative;
  user-select: none;
  cursor: pointer;
}
form input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  position: absolute;
  border: 1px solid #000000;
  border-radius: 0.3rem;
  left: 0;
  top: 0;
}
form input[type=checkbox]:checked + label:before {
  background-color: #000000;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}

:root {
  --vh: 1vh;
  --full-vh: 100vh;
  --site-header-height: 0px;
  --admin-bar-height: 0px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.site-wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: var(--site-header-height);
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1360px;
}
.content-wrapper:not(.full-bleed) {
  padding: 0 clamp(16px, calc(16px + (1vw - 3.75px) * 3.0046948357), 48px);
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
body.bold {
  font-weight: 700;
}

.rich-text-container h1,
body.mce-content-body h1 {
  line-height: 1.2;
  font-size: clamp(2.1875rem, calc(2.1875rem + (1vw - 3.75px) * 1.4084507042), 3.125rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #1d5d99;
}
.rich-text-container h2,
body.mce-content-body h2 {
  line-height: 1.1;
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 3.75px) * 1.1267605634), 2rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #1d5d99;
}
.rich-text-container h3, .rich-text-container h4, .rich-text-container h5, .rich-text-container h6,
body.mce-content-body h3,
body.mce-content-body h4,
body.mce-content-body h5,
body.mce-content-body h6 {
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.5633802817), 1.5rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #1d5d99;
}
.rich-text-container p,
body.mce-content-body p {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
.rich-text-container p.bold,
body.mce-content-body p.bold {
  font-weight: 700;
}
.rich-text-container p,
body.mce-content-body p {
  margin: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px) 0 0 0;
}
.rich-text-container p:not(:last-child),
body.mce-content-body p:not(:last-child) {
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
.rich-text-container a,
body.mce-content-body a {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
.rich-text-container a.bold,
body.mce-content-body a.bold {
  font-weight: 700;
}
.rich-text-container a,
body.mce-content-body a {
  color: #1d5d99;
  text-decoration: underline;
}
.rich-text-container a:hover,
body.mce-content-body a:hover {
  text-decoration: none;
}
.rich-text-container img,
body.mce-content-body img {
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) auto;
}
.rich-text-container ul, .rich-text-container ol,
body.mce-content-body ul,
body.mce-content-body ol {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
.rich-text-container ul.bold, .rich-text-container ol.bold,
body.mce-content-body ul.bold,
body.mce-content-body ol.bold {
  font-weight: 700;
}
.rich-text-container ul, .rich-text-container ol,
body.mce-content-body ul,
body.mce-content-body ol {
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0 clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
}
.rich-text-container ul li, .rich-text-container ol li,
body.mce-content-body ul li,
body.mce-content-body ol li {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
.rich-text-container ul li.bold, .rich-text-container ol li.bold,
body.mce-content-body ul li.bold,
body.mce-content-body ol li.bold {
  font-weight: 700;
}
.rich-text-container ul li, .rich-text-container ol li,
body.mce-content-body ul li,
body.mce-content-body ol li {
  margin: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
.rich-text-container ul li:not(:last-child), .rich-text-container ol li:not(:last-child),
body.mce-content-body ul li:not(:last-child),
body.mce-content-body ol li:not(:last-child) {
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
.rich-text-container ul li,
body.mce-content-body ul li {
  list-style: disc;
  padding-left: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
.rich-text-container ol li,
body.mce-content-body ol li {
  list-style: decimal;
  padding-left: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
.rich-text-container blockquote,
body.mce-content-body blockquote {
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.5633802817), 1.5rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) auto;
  padding-left: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  border-left: 4px solid #1d5d99;
  position: relative;
  max-width: 80%;
}
.rich-text-container blockquote p,
body.mce-content-body blockquote p {
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.5633802817), 1.5rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.rich-text-container blockquote::before,
body.mce-content-body blockquote::before {
  content: "“";
  font-size: clamp(1.875rem, calc(1.875rem + (1vw - 3.75px) * 1.8779342723), 3.125rem);
}
.rich-text-container blockquote::after,
body.mce-content-body blockquote::after {
  content: "”";
  position: absolute;
  font-size: clamp(1.875rem, calc(1.875rem + (1vw - 3.75px) * 1.8779342723), 3.125rem);
  right: 0;
  bottom: 0;
}
.rich-text-container figcaption,
body.mce-content-body figcaption {
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 3.75px) * 0.1877934272), 1rem);
  font-weight: 400;
  font-style: italic;
}

[data-component-article-image-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-image-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-image-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-image-block] .content {
    grid-column: 3/-3;
  }
}
[data-component-article-image-block] .single-image {
  position: relative;
  overflow: hidden;
  margin: auto auto;
  width: fit-content;
}
[data-component-article-image-block] .single-image a {
  display: block;
}
[data-component-article-image-block] .single-image img {
  width: auto;
  max-height: 500px;
}
[data-component-article-image-block] figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  color: #ffffff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

[data-component-site-header] .primary-navigation {
  display: flex;
  justify-content: flex-end;
  gap: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation {
    justify-content: space-between;
  }
}
[data-component-site-header] .primary-navigation a {
  position: relative;
  display: inline-flex;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: currentColor;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
[data-component-site-header] .primary-navigation a.is-disabled, [data-component-site-header] .primary-navigation a [disabled] {
  cursor: not-allowed;
}
[data-component-site-header] .primary-navigation > ul {
  display: flex;
  position: fixed;
  top: var(--site-header-height);
  right: 0;
  background-color: #ffffff;
  flex-direction: column;
  width: 80%;
  height: calc(100% - var(--site-header-height));
  border-left: 1px solid #ccc;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation > ul {
    padding: 0;
    border-left: 0;
    position: static;
    flex-direction: row;
    width: auto;
    height: auto;
    gap: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  }
}
[data-component-site-header] .primary-navigation > ul li {
  font-size: clamp(16px, calc(16px + (1vw - 3.75px) * 0.3755868545), 20px);
}
[data-component-site-header] .primary-navigation > ul li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 clamp(30px, calc(30px + (1vw - 3.75px) * 0.9389671362), 40px);
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation > ul li > a {
    padding: 0;
  }
}
[data-component-site-header] .primary-navigation > ul li.menu-item-has-children {
  position: relative;
}
[data-component-site-header] .primary-navigation > ul li.menu-item-has-children ul {
  display: flex;
  flex-direction: column;
}
[data-component-site-header] .primary-navigation .sub-menu {
  height: 0;
  overflow: hidden;
  background-color: #ddd;
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation .sub-menu {
    background-color: transparent;
    position: absolute;
    left: -20px;
    padding: 0 20px;
    height: auto !important;
    top: calc(100% + 10px);
  }
}
[data-component-site-header] .primary-navigation .sub-menu-inner ul {
  grid-area: n;
  display: flex;
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation .sub-menu-inner ul {
    padding: clamp(10px, calc(10px + (1vw - 3.75px) * 0.9389671362), 20px) 0;
  }
}
[data-component-site-header] .primary-navigation .sub-menu-inner li {
  font-size: clamp(18px, calc(18px + (1vw - 3.75px) * 0.9389671362), 28px);
  white-space: nowrap;
}
[data-component-site-header] .primary-navigation .sub-menu-inner a {
  display: flex;
  padding: 0.1em clamp(30px, calc(30px + (1vw - 3.75px) * 0.9389671362), 40px);
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation .sub-menu-inner a {
    padding: 0.1em 0;
  }
}

:root {
  --site-header-height: 100px;
  --admin-bar-height: 0px;
}

[data-component-site-header] .grid-container {
  align-items: end;
  grid-template-areas: "l l n n n n n n n n n n";
}
@media (min-width: 1024px) {
  [data-component-site-header] .grid-container {
    grid-template-areas: "l l s s s s s s s s s s" "l l . n n n n n n n n n";
  }
}
@media (min-width: 1280px) {
  [data-component-site-header] .grid-container {
    grid-template-areas: "l l s s s s s s s s s s" "l l . . n n n n n n n n";
  }
}
[data-component-site-header] .logo-wrapper {
  grid-area: l;
}
[data-component-site-header] .logo {
  width: clamp(60px, calc(60px + (1vw - 3.75px) * 3.7558685446), 100px);
  transition: width 0.3s ease;
}
[data-component-site-header] .site-header.scroll-header .logo {
  width: 80px;
}
[data-component-site-header] .primary-navigation {
  grid-area: n;
}
[data-component-site-header] .secondary-navigation {
  grid-area: s;
  display: flex;
  justify-content: flex-end;
  position: absolute;
}
@media (min-width: 1024px) {
  [data-component-site-header] .secondary-navigation {
    position: static;
  }
}
[data-component-site-header] .site-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: calc(10px + var(--admin-bar-height));
}
[data-component-site-header] .navigation-toggle-button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  [data-component-site-header] .navigation-toggle-button {
    background-color: #ffffff;
  }
  [data-component-site-header] .navigation-toggle-button:not(.is-open) {
    display: none;
  }
}
[data-component-site-header] .navigation-toggle-button.is-open .line:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
[data-component-site-header] .navigation-toggle-button.is-open .line:nth-child(2) {
  opacity: 0;
}
[data-component-site-header] .navigation-toggle-button.is-open .line:nth-child(3) {
  top: -11px;
  transform: rotate(-45deg);
}
[data-component-site-header] .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
[data-component-site-header] .line {
  position: relative;
  display: block;
  border-radius: 2px;
  height: 2px;
  background-color: #000000;
  width: 100%;
}
[data-component-site-header] .fade-filter {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
@media (min-width: 1024px) {
  [data-component-site-header] .fade-filter {
    background-color: #ffffff;
    backdrop-filter: none;
  }
}

[data-component-article-text-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-text-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-text-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-text-block] .content {
    grid-column: 3/-4;
  }
}

[data-component-article-split-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-split-block] .content {
  grid-column: 2/-2;
}
[data-component-article-split-block] .inner-content {
  display: grid;
}
@media (min-width: 768px) {
  [data-component-article-split-block] .inner-content {
    grid-template-columns: 40% 1fr;
    grid-template-areas: "image content";
  }
  [data-component-article-split-block] .inner-content.right {
    grid-template-columns: 1fr 40%;
    grid-template-areas: "content image";
  }
  [data-component-article-split-block] .inner-content:has(.inner-content.no-image) {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }
}
[data-component-article-split-block] .inner-content.has-background .text-content {
  grid-area: content;
  background-color: #f5f5f5;
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
@media (min-width: 768px) {
  [data-component-article-split-block] .grid-container:has(.inner-content.no-image) .text-content {
    grid-column: 1/-1;
  }
}
[data-component-article-split-block] .image-wrapper {
  grid-column: 1/-1;
  grid-area: image;
}
@media (min-width: 768px) {
  [data-component-article-split-block] .image-wrapper {
    grid-column: auto;
  }
}
[data-component-article-split-block] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}

[data-component-article-button-block] {
  margin: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
}
[data-component-article-button-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-button-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-button-block] .content {
    grid-column: 3/-3;
  }
}
[data-component-article-button-block] .button-wrapper {
  display: flex;
  justify-content: center;
}

[data-component-article-cta-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-cta-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-cta-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-cta-block] .content {
    grid-column: 3/-3;
  }
}
[data-component-article-cta-block] .wrapper {
  background-color: #d7d7d7;
}
[data-component-article-cta-block] .cta-wrapper {
  display: flex;
  position: relative;
  min-height: 300px;
}
[data-component-article-cta-block] .inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-article-cta-block] .text-wrapper {
  flex-grow: 1;
  width: 50%;
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-cta-block] .image-container {
  width: 50%;
}
[data-component-article-cta-block] .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
[data-component-article-cta-block] .button {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

[data-component-article-faq-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-faq-block] {
  position: relative;
}
[data-component-article-faq-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-faq-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-faq-block] .content {
    grid-column: 3/-3;
  }
}
[data-component-article-faq-block] .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
[data-component-article-faq-block] .header {
  color: #1d5d99;
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-article-faq-block] .content-inner {
  position: relative;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
}
[data-component-article-faq-block] .question {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 0;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
}
[data-component-article-faq-block] .question:hover {
  color: #1d5d99;
}
[data-component-article-faq-block] .icon-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease-out;
}
[data-component-article-faq-block] .item.is-active .icon-arrow {
  transform: rotate(90deg);
}
[data-component-article-faq-block] .item.is-active h4.question-heading {
  color: #1d5d99;
}
[data-component-article-faq-block] .answer {
  height: 0;
  overflow: hidden;
}
[data-component-article-faq-block] .answer a {
  color: #1d5d99;
}
[data-component-article-faq-block] .answer a:hover {
  text-decoration: none;
}
[data-component-article-faq-block] .answer-content {
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 0;
}

[data-component-article-gallery-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-gallery-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-gallery-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-gallery-block] .content {
    grid-column: 1/-1;
  }
}
[data-component-article-gallery-block] .swiper-slide {
  aspect-ratio: 750/500;
  background-color: #f5f5f5;
  display: block;
}
[data-component-article-gallery-block] .swiper-slide .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
[data-component-article-gallery-block] .swiper-slide figcaption {
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 3.75px) * 0.1877934272), 1rem);
  font-weight: 400;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  color: #ffffff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  box-sizing: border-box;
}
[data-component-article-gallery-block] .swiper-button-prev,
[data-component-article-gallery-block] .swiper-button-next {
  color: #ffffff;
}
[data-component-article-gallery-block] .swiper-button-prev:focus,
[data-component-article-gallery-block] .swiper-button-next:focus {
  outline: 0;
}
[data-component-article-gallery-block] .swiper-button-prev:focus-visible,
[data-component-article-gallery-block] .swiper-button-next:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}
[data-component-article-gallery-block] .navigation-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 0;
}
[data-component-article-gallery-block] .navigation-wrapper .swiper-pagination {
  position: static;
  z-index: 1;
}
[data-component-article-gallery-block] .swiper-pagination-bullet {
  margin: 0 clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px) !important;
  opacity: 0.2 !important;
  width: clamp(14px, calc(14px + (1vw - 3.75px) * 0.5633802817), 20px);
  height: clamp(14px, calc(14px + (1vw - 3.75px) * 0.5633802817), 20px);
  background-color: #1d5d99 !important;
  transition: opacity 500ms ease-out;
}
[data-component-article-gallery-block] .swiper-pagination-bullet:focus {
  outline: 0;
}
[data-component-article-gallery-block] .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #1d5d99;
  outline-offset: 2px;
}
[data-component-article-gallery-block] .swiper-pagination-bullet.swiper-pagination-bullet-active, [data-component-article-gallery-block] .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

[data-component-article-quote-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-quote-block] .content {
  grid-column: 1/-1;
}
[data-component-article-quote-block] footer {
  margin-top: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
@media (min-width: 768px) {
  [data-component-article-quote-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-quote-block] .content {
    grid-column: 3/-3;
  }
}

[data-component-article-title-block] {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-article-title-block] .content {
  grid-column: 1/-1;
  color: #1d5d99;
}
@media (min-width: 768px) {
  [data-component-article-title-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-title-block] .content {
    grid-column: 3/-3;
  }
}

[data-component-article-video-block] {
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
}
[data-component-article-video-block] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-article-video-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-video-block] .content {
    grid-column: 3/-3;
  }
}
[data-component-article-video-block] .video-container {
  aspect-ratio: 16/9;
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  position: relative;
}
[data-component-article-video-block] .video-container iframe,
[data-component-article-video-block] .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-component-explainer] {
  margin-bottom: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
}
[data-component-explainer] .link {
  display: block;
  text-decoration: none;
  color: inherit;
}
[data-component-explainer] .image-wrapper {
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-explainer] .image-wrapper img {
  width: 100%;
}
[data-component-explainer] .header {
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-explainer] .heading {
  font-weight: 500;
  color: #1d5d99;
}
[data-component-explainer] .heading.sub {
  font-weight: 400;
  font-size: 1.8rem;
  font-style: italic;
}
[data-component-explainer] .custom-icon {
  color: #000000;
  position: relative;
  top: -0.15em;
  margin-left: 0.25em;
  width: 20px;
  display: inline-block;
}
[data-component-explainer].block {
  background-color: #000000;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
}
[data-component-explainer].block .heading {
  font-weight: bold;
  color: #1d5d99;
}
[data-component-explainer].default .heading {
  color: #1d5d99;
}

[data-component-hero] {
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
}
[data-component-hero] .hero-image {
  grid-column: 1/-1;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-hero] .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/8;
}
[data-component-hero] .heading-01 {
  color: #1d5d99;
}
[data-component-hero] .excerpt-01 {
  color: #1d5d99;
}
[data-component-hero] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-hero] .hero-image {
    grid-column: 2/-2;
  }
  [data-component-hero] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-hero] .hero-image {
    grid-column: 1/-1;
  }
  [data-component-hero] .content {
    grid-column: 3/-4;
  }
}

[data-component-iat] {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-iat] .content {
  grid-column: 1/-1;
}

[data-component-hero-search] {
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) auto;
}
[data-component-hero-search] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-hero-search] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-hero-search] .content {
    grid-column: 3/-3;
  }
}

[data-component-hero-archive] {
  margin: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) auto;
}
[data-component-hero-archive] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-hero-archive] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-hero-archive] .content {
    grid-column: 3/-3;
  }
}

[data-component-site-footer] {
  position: relative;
  background-color: #000000;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
  margin-top: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
  color: #ffffff;
  line-height: 1.3;
}
[data-component-site-footer] .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "contact" "nav" "social";
  gap: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
@media (min-width: 768px) {
  [data-component-site-footer] .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo contact" "nav social";
  }
}
@media (min-width: 1024px) {
  [data-component-site-footer] .grid-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "logo contact nav social";
    align-items: start;
  }
}
[data-component-site-footer] .logo {
  grid-area: logo;
}
[data-component-site-footer] .logo img {
  width: 100%;
  max-width: 120px;
}
[data-component-site-footer] .logo a {
  display: block;
}
[data-component-site-footer] .contact {
  grid-area: contact;
}
[data-component-site-footer] .contact address {
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-site-footer] .footer-navigation {
  grid-area: nav;
  font-weight: 700;
}
[data-component-site-footer] .footer-navigation li {
  margin-bottom: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
}
[data-component-site-footer] .social-media {
  grid-area: social;
}
[data-component-site-footer] a {
  display: block;
  color: inherit;
  text-decoration: none;
}
[data-component-site-footer] a:hover {
  text-decoration: underline;
  color: #ffffff;
}
[data-component-site-footer] h3 {
  display: inline-block;
  font-weight: 600;
  height: 45px;
}
[data-component-site-footer] .social-list {
  display: flex;
  margin: 0 calc(-1 * clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px));
}
[data-component-site-footer] .social-item {
  margin: 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-site-footer] .link {
  color: inherit;
  font-size: 32px;
  display: block;
}
[data-component-site-footer] .link:hover {
  color: #1d5d99;
}

[data-component-language-switcher] {
  position: relative;
}
[data-component-language-switcher] .toggle {
  position: relative;
  height: 44px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
[data-component-language-switcher] .toggle.is-active {
  color: #1d5d99;
}
[data-component-language-switcher] .toggle.is-active .custom-icon path {
  fill: #1d5d99;
}
[data-component-language-switcher] .toggle .custom-icon {
  width: 15px;
  margin-left: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
  position: relative;
  top: 0.1em;
}
[data-component-language-switcher] .toggle .custom-icon path {
  fill: #1d5d99;
}
[data-component-language-switcher] .list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
  padding: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px) 0;
}
[data-component-language-switcher] .list::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  background-color: #ffffff;
  transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
[data-component-language-switcher] .list a {
  color: #1d5d99;
  text-transform: uppercase;
  text-decoration: none;
  padding: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px) clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  display: block;
}
[data-component-language-switcher] .list a:hover {
  color: #1d5d99;
}

[data-component-search-form] .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
[data-component-search-form].is-visible .wrapper {
  opacity: 1;
  visibility: visible;
}
[data-component-search-form] .content-wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-search-form] .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
[data-component-search-form] .input {
  display: block;
  flex-grow: 1;
  height: clamp(44px, calc(44px + (1vw - 3.75px) * 2.6291079812), 72px);
  border: 0;
}
[data-component-search-form] .input:focus {
  outline: none;
}
[data-component-search-form] .search {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 0 clamp(24px, calc(24px + (1vw - 3.75px) * 2.2535211268), 48px) rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 0 clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-search-form] .submit {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: #000000;
  background: transparent;
  border: 0;
  cursor: pointer;
}
[data-component-search-form] .submit:hover {
  color: #1d5d99;
}

[data-component-search-result] {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-search-result] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-search-result] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-search-result] .content {
    grid-column: 2/-2;
  }
}
[data-component-search-result] .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-search-result] .item {
  margin: 0;
}
[data-component-search-result] .search-result__item {
  border-bottom: 1px solid #d7d7d7;
}
[data-component-search-result] .search-result__item:last-child {
  border-bottom: 0;
}
[data-component-search-result] .search-result__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  text-decoration: none;
  color: inherit;
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
}
@media (min-width: 768px) {
  [data-component-search-result] .search-result__link {
    grid-template-columns: 200px 1fr;
  }
}
[data-component-search-result] .search-result__link:hover .search-result__title {
  text-decoration: underline;
}
[data-component-search-result] .search-result__image {
  aspect-ratio: 16/9;
  background-color: #f5f5f5;
  overflow: hidden;
}
[data-component-search-result] .search-result__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
[data-component-search-result] .search-result__content {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-search-result] .search-result__type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1d5d99;
  font-weight: 700;
}
[data-component-search-result] .search-result__title {
  margin: 0;
  color: #000000;
}
[data-component-search-result] .search-result__excerpt {
  margin: 0;
  font-size: 0.9em;
  color: #000000;
  opacity: 0.9;
}
[data-component-search-result] .search-result__excerpt p {
  margin: 0;
}
[data-component-search-result] .search-result__no-results {
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
[data-component-search-result] .search-result__no-results.bold {
  font-weight: 700;
}
[data-component-search-result] .search-result__no-results {
  color: #000000;
}

[data-component-archive-loop] {
  margin-bottom: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
}
[data-component-archive-loop] .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-archive-loop] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-archive-loop] .content {
    grid-column: 2/-2;
  }
}
[data-component-archive-loop] .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, calc(40px + (1vw - 3.75px) * 1.8779342723), 60px);
}
[data-component-archive-loop] .item {
  margin: 0;
}
[data-component-archive-loop] .archive-loop__item {
  border-bottom: 1px solid #d7d7d7;
}
[data-component-archive-loop] .archive-loop__item:last-child {
  border-bottom: 0;
}
[data-component-archive-loop] .archive-loop__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
}
[data-component-archive-loop] .archive-loop__link:hover .archive-loop__title {
  text-decoration: underline;
}
[data-component-archive-loop] .archive-loop__title {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px) 0;
  color: #000000;
}
[data-component-archive-loop] .archive-loop__excerpt {
  margin: 0;
  font-size: 0.9em;
  color: #000000;
  opacity: 0.9;
}
[data-component-archive-loop] .archive-loop__excerpt p {
  margin: 0;
}
[data-component-archive-loop] .archive-loop__no-posts {
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
}
[data-component-archive-loop] .archive-loop__no-posts.bold {
  font-weight: 700;
}
[data-component-archive-loop] .archive-loop__no-posts {
  color: #000000;
}

/*# sourceMappingURL=styles.css.map */
