@charset "UTF-8";
/** Heading styles */
.heading-01 {
  line-height: 1.2;
  font-size: clamp(2.1875rem, calc(2.1875rem + (1vw - 3.75px) * 2.3474178404), 3.75rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

.heading-02 {
  line-height: 1.1;
  font-size: clamp(1.875rem, calc(1.875rem + (1vw - 3.75px) * 1.8779342723), 3.125rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

.heading-03 {
  line-height: 1.2;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

.heading-04 {
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

.heading-05 {
  line-height: 1.2;
  font-size: clamp(1.5rem, calc(1.5rem + (1vw - 3.75px) * 0.3755868545), 1.75rem);
  font-weight: 400;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

/** 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.4;
  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: "avenir-next-lt-pro", sans-serif;
  line-height: 1.3;
  font-size: clamp(2rem, calc(2rem + (1vw - 3.75px) * 1.1267605634), 2.75rem);
  font-weight: 700;
}

.excerpt-02 {
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.3755868545), 1.375rem);
  font-weight: 400;
}

.excerpt-03 {
  font-family: "avenir-next-lt-pro", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.1877934272), 1.25rem);
  font-weight: 300;
}

/** Navigation styles*/
.nav-01 {
  line-height: 1.2;
  font-size: clamp(1.5rem, calc(1.5rem + (1vw - 3.75px) * 0.7511737089), 2rem);
  font-weight: 800;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

.nav-02 {
  line-height: 1.3;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

/** CTA styles */
.cta-01 {
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.5633802817), 1.5rem);
  font-weight: 300;
  font-style: normal;
}

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

/** button   styles */
.button-01 {
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}

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 #001727;
  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 #40C0E7;
  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 #40C0E7;
  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: #001727;
}
input[type=radio]:focus-visible + label::before {
  outline: 2px solid #40C0E7;
  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: #001727;
}
input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}

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

a:focus {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
  max-width: 1440px;
  padding-left: clamp(30px, calc(30px + (1vw - 3.75px) * 5.6338028169), 90px);
  padding-right: clamp(30px, calc(30px + (1vw - 3.75px) * 5.6338028169), 90px);
  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-decoration: none !important;
  color: currentColor;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.base-button.is-disabled, .base-button [disabled] {
  cursor: not-allowed;
}

.button {
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  transition: opacity 0.25s ease;
  margin-top: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 0.25s ease;
  color: #ffffff;
  background-color: #FF5D00;
}
.is-desktop .button:hover {
  background-color: #001727;
}

.button-01 {
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  transition: opacity 0.25s ease;
  margin-top: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 0.25s ease;
  display: flex;
  background-color: #40C0E7;
  color: #ffffff !important;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px) clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px) clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
}
.button-01 .cta-arrow {
  font-family: "Inter", sans-serif;
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.5633802817), 2rem);
  margin-left: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
.is-desktop .button-01:hover .cta-arrow {
  transform: translateX(4px);
}

form label, .form label {
  display: block;
}
form input, .form input {
  border: 0;
  border: 1px solid #001727;
  border-radius: 0;
  height: clamp(2.5rem, calc(2.5rem + (1vw - 3.75px) * 0.9389671362), 3.125rem);
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
form input:focus, .form input:focus {
  outline: 0;
}
form input:focus-visible, .form input:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
form input:focus, .form input:focus {
  border: 1px solid #001727;
  outline: none;
}
form input.medium, .form input.medium {
  width: 50%;
}
form textarea, .form textarea {
  border: 1px solid #001727;
  height: 25rem;
}
form textarea:focus, .form textarea:focus {
  outline: 0;
}
form textarea:focus-visible, .form textarea:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
form li:not(:last-child), .form li:not(:last-child) {
  margin-bottom: 2rem;
}
form input[type=checkbox] + label, .form input[type=checkbox] + label {
  padding-left: 3.5rem;
  position: relative;
  user-select: none;
  cursor: pointer;
}
form input[type=checkbox] + label:before, .form input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  position: absolute;
  border: 1px solid #001727;
  border-radius: 0;
  left: 0;
  top: 0;
}
form input[type=checkbox]:checked + label:before, .form input[type=checkbox]:checked + label:before {
  background-color: #001727;
}

.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: #001727;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid #40C0E7;
  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);
}

.accent-line {
  width: clamp(200px, calc(200px + (1vw - 3.75px) * 9.3896713615), 300px);
  height: 15px;
  background-color: #40C0E7;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}

@font-face {
  font-family: "Inter";
  src: url("../../src/assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../src/assets/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("../../src/assets/fonts/pt-serif/PTSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("../../src/assets/fonts/pt-serif/PTSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
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) * 2.3474178404), 3.75rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  color: #40C0E7;
}
.rich-text-container h2,
body.mce-content-body h2 {
  line-height: 1.2;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  color: #40C0E7;
}
.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(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  color: #40C0E7;
}
.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: #FF5D00 !important;
  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.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  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 #40C0E7;
  position: relative;
  max-width: 80%;
}
.rich-text-container blockquote p,
body.mce-content-body blockquote p {
  line-height: 1.2;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
}
.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;
}
.rich-text-container .button,
body.mce-content-body .button {
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  transition: opacity 0.25s ease;
  margin-top: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 0.25s ease;
  color: #ffffff !important;
}

.is-dark-mode {
  background-color: #001727;
}
.is-dark-mode .rich-text-container,
.is-dark-mode .rich-text-container h2,
.is-dark-mode .rich-text-container h3,
.is-dark-mode .rich-text-container h4,
.is-dark-mode .rich-text-container h5,
.is-dark-mode .rich-text-container h6,
.is-dark-mode .rich-text-container p,
.is-dark-mode .rich-text-container a {
  color: #ffffff;
}

[data-component-home-hero] {
  position: relative;
  margin-top: calc(-1 * var(--site-header-height));
  min-height: 100vh;
  background-color: #001727;
  z-index: 2;
  overflow: hidden;
}
[data-component-home-hero] .video-container {
  position: absolute;
  inset: 0;
}
[data-component-home-hero] .video-container video,
[data-component-home-hero] .fallback-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-component-home-hero] .video-container video {
  transition: opacity 0.8s ease;
}
[data-component-home-hero] .video-container video.is-active {
  opacity: 1;
  z-index: 1;
}
[data-component-home-hero] .video-container video:not(.is-active) {
  opacity: 0;
  z-index: 0;
}
[data-component-home-hero] .video-container[data-transitions=hardcut] video {
  transition: none;
}
[data-component-home-hero] .fallback-image {
  background-size: cover;
  background-position: center;
  z-index: 1;
}
[data-component-home-hero] .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #001727 0%, #001727 10%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}
[data-component-home-hero] .grid-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  width: 100%;
}
[data-component-home-hero] .content {
  grid-column: 1/-1;
  width: 100%;
}
[data-component-home-hero] .hero-intro-text {
  font-family: "avenir-next-lt-pro", sans-serif;
  line-height: 1.3;
  font-size: clamp(2rem, calc(2rem + (1vw - 3.75px) * 1.1267605634), 2.75rem);
  font-weight: 700;
  color: #ffffff;
  max-width: 680px;
}
[data-component-home-hero] .hero-intro-text h1, [data-component-home-hero] .hero-intro-text h2, [data-component-home-hero] .hero-intro-text h3, [data-component-home-hero] .hero-intro-text h4, [data-component-home-hero] .hero-intro-text h5, [data-component-home-hero] .hero-intro-text h6, [data-component-home-hero] .hero-intro-text p, [data-component-home-hero] .hero-intro-text a {
  color: inherit;
}
[data-component-home-hero] .hero-intro-text a {
  text-decoration: underline;
}
[data-component-home-hero] .hero-intro-text a:hover {
  text-decoration: none;
}
[data-component-home-hero] .hero-intro-text a:focus-visible:focus {
  outline: 0;
}
[data-component-home-hero] .hero-intro-text a:focus-visible:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}

[data-component-article-image-block] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-image-block].single-image .grid-container {
  padding: 0;
}
[data-component-article-image-block].is-dark-mode {
  background-color: #001727;
}
[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: 1/-1;
  }
}
[data-component-article-image-block] figure {
  position: relative;
}
[data-component-article-image-block] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
[data-component-article-image-block] .single-image {
  position: relative;
  overflow: hidden;
  margin: auto auto;
}
[data-component-article-image-block] .single-image img {
  aspect-ratio: 1440/800;
}
[data-component-article-image-block] .images-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
  width: 100%;
}
[data-component-article-image-block] .images-grid img {
  aspect-ratio: 600/600;
}
@media (min-width: 768px) {
  [data-component-article-image-block] .images-grid {
    grid-template-columns: 1fr 1fr;
  }
}
[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, 23, 39, 0.5), rgba(0, 23, 39, 0));
}

[data-component-site-header] .primary-navigation {
  display: flex;
  justify-content: flex-end;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
}
[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-decoration: none !important;
  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;
  inset-inline: 0;
  top: var(--admin-bar-height);
  background-color: #ffffff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - var(--admin-bar-height));
  max-height: calc(100dvh - var(--admin-bar-height));
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px) clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation > ul {
    inset-inline: unset;
    left: auto;
    right: 0;
    width: 50vw;
    max-width: 100%;
    padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
    padding-right: 17vw;
    box-shadow: -16px 0 48px rgba(0, 23, 39, 0.5);
  }
}
[data-component-site-header] .primary-navigation > ul li > a {
  line-height: 1.2;
  font-size: clamp(1.5rem, calc(1.5rem + (1vw - 3.75px) * 0.7511737089), 2rem);
  font-weight: 800;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  display: flex;
  min-height: 28px;
}
.is-desktop [data-component-site-header] .primary-navigation > ul li > a:hover {
  color: #40C0E7;
}
[data-component-site-header] .primary-navigation > ul li.menu-item-has-children {
  border-top: 2px dashed #40C0E7;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
[data-component-site-header] .primary-navigation > ul li.menu-item-has-children > a {
  width: 100%;
  max-width: clamp(200px, calc(200px + (1vw - 3.75px) * 9.3896713615), 300px);
}
[data-component-site-header] .primary-navigation > ul li.menu-item-has-children ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation > ul li.menu-item-has-children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    column-gap: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
    row-gap: 0;
    align-items: start;
    padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
    border-top: 2px dashed #40C0E7;
  }
  [data-component-site-header] .primary-navigation > ul li.menu-item-has-children > a {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    max-width: none;
    align-self: start;
    line-height: 1.2;
    font-size: clamp(1.5rem, calc(1.5rem + (1vw - 3.75px) * 0.7511737089), 2rem);
    font-weight: 800;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-style: normal;
    min-height: 0;
  }
  .is-desktop [data-component-site-header] .primary-navigation > ul li.menu-item-has-children > a:hover {
    color: #40C0E7;
  }
  [data-component-site-header] .primary-navigation > ul li.menu-item-has-children .sub-menu {
    grid-column: 2;
    grid-row: 1;
    margin-top: 10px;
    align-self: start;
    width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation > ul li:not(.menu-item-has-children) > a {
    line-height: 1.3;
    font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
  .is-desktop [data-component-site-header] .primary-navigation > ul li:not(.menu-item-has-children) > a:hover {
    color: #40C0E7;
  }
}
[data-component-site-header] .primary-navigation .sub-menu {
  height: auto;
  overflow: visible;
  margin-top: 9px;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}
[data-component-site-header] .primary-navigation .sub-menu-inner ul {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  margin: 0;
}
@media (min-width: 1024px) {
  [data-component-site-header] .primary-navigation .sub-menu-inner ul {
    padding-left: 0;
    gap: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
  }
}
[data-component-site-header] .primary-navigation .sub-menu-inner a {
  display: flex;
  line-height: 1.3;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.is-desktop [data-component-site-header] .primary-navigation .sub-menu-inner a:hover {
  color: #40C0E7;
}

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

[data-component-site-header] .grid-container {
  align-items: start;
  grid-template-areas: "l l l l l l l l l l n n";
}
@media (min-width: 1024px) {
  [data-component-site-header] .grid-container {
    grid-template-areas: "l l l s s s s s s s s n";
  }
}
[data-component-site-header] .logo-wrapper {
  grid-area: l;
}
[data-component-site-header] .logo {
  width: clamp(180px, calc(180px + (1vw - 3.75px) * 23.9436619718), 435px);
  margin-top: clamp(10px, calc(10px + (1vw - 3.75px) * 3.7558685446), 50px);
  margin-bottom: clamp(10px, calc(10px + (1vw - 3.75px) * 3.7558685446), 50px);
  transition: all 0.3s ease-in-out;
}
[data-component-site-header] .logo img {
  width: 100%;
}
[data-component-site-header] .site-header.scroll-header .logo {
  margin-top: 10px;
  width: clamp(120px, calc(120px + (1vw - 3.75px) * 7.5117370892), 200px);
}
[data-component-site-header] .primary-navigation {
  grid-area: n;
}
[data-component-site-header] .secondary-navigation {
  display: none;
  justify-content: flex-end;
  margin: 8px 0 0 0;
}
@media (min-width: 1024px) {
  [data-component-site-header] .secondary-navigation {
    display: flex;
    grid-area: s;
  }
}
@media (min-width: 1280px) {
  [data-component-site-header] .secondary-navigation {
    margin: 8px -40px 0 0;
  }
}
[data-component-site-header] .secondary-navigation ul {
  display: flex;
  flex-direction: row;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-site-header] .secondary-navigation a {
  line-height: 1.3;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.1877934272), 1.125rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
}
[data-component-site-header] .secondary-navigation a:hover {
  color: #FF5D00;
}
[data-component-site-header] .site-header {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0;
  background: linear-gradient(180deg, #001727 0%, #001727 30%, rgba(0, 23, 39, 0) 100%);
  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;
}
[data-component-site-header] .navigation-toggle-button.is-open .line {
  background-color: #001727;
}
[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: #ffffff;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
[data-component-site-header] .fade-filter {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

[data-component-article-text-block]:first-child {
  padding-top: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
}
[data-component-article-text-block] {
  padding-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
}
[data-component-article-text-block] .content-main {
  grid-column: 1/-1;
}
[data-component-article-text-block] .content-explainer {
  grid-column: 1/-1;
  margin-top: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  display: flex;
  flex-direction: column;
  gap: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
}
[data-component-article-text-block] .explainer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
[data-component-article-text-block] .explainer-text {
  font-family: "avenir-next-lt-pro", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.1877934272), 1.25rem);
  font-weight: 300;
  color: #40C0E7;
  margin: 0;
}
[data-component-article-text-block].is-dark-mode .explainer-text {
  color: #FF5D00;
}
@media (min-width: 768px) {
  [data-component-article-text-block]:not([data-has-explainer="1"]) .content-main {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-text-block][data-has-explainer="1"] .grid-container {
    align-items: start;
  }
  [data-component-article-text-block][data-has-explainer="1"].align-left .content-main {
    grid-column: 1/7;
    grid-row: 1;
  }
  [data-component-article-text-block][data-has-explainer="1"].align-left .content-explainer {
    grid-column: 8/-1;
    grid-row: 1;
  }
  [data-component-article-text-block][data-has-explainer="1"].align-right .content-main {
    grid-column: 6/-1;
    grid-row: 1;
  }
  [data-component-article-text-block][data-has-explainer="1"].align-right .content-explainer {
    grid-column: 1/5;
    grid-row: 1;
  }
  [data-component-article-text-block]:not([data-has-explainer="1"]).align-left .content-main {
    grid-column: 1/7;
  }
  [data-component-article-text-block]:not([data-has-explainer="1"]).align-right .content-main {
    grid-column: 6/-1;
  }
  [data-component-article-text-block]:not([data-has-explainer="1"]):not(.align-left):not(.align-right) .content-main {
    grid-column: 3/-4;
  }
}

.split-block-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "body";
  gap: 0;
}
@media (min-width: 768px) {
  .split-block-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image body";
  }
  .split-block-inner.right {
    grid-template-areas: "body image";
  }
  .split-block-inner.no-image {
    grid-template-columns: 1fr;
    grid-template-areas: "body";
  }
}
.split-block-inner.no-image {
  grid-template-areas: "body";
}

.split-block-inner .image {
  grid-area: image;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .split-block-inner .image {
    aspect-ratio: auto;
  }
}
.split-block-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: cover;
}

.split-block-inner .body {
  grid-area: body;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  background-color: #ffffff;
}
.split-block-inner .body .text {
  flex: 1;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
.split-block-inner .body .text p, .split-block-inner .body .text h2, .split-block-inner .body .text h3, .split-block-inner .body .text h4, .split-block-inner .body .text h5, .split-block-inner .body .text h6 {
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.5633802817), 1.5rem);
  font-weight: 300;
  font-style: normal;
  color: #001727 !important;
}
.split-block-inner .body .text p strong, .split-block-inner .body .text h2 strong, .split-block-inner .body .text h3 strong, .split-block-inner .body .text h4 strong, .split-block-inner .body .text h5 strong, .split-block-inner .body .text h6 strong {
  font-weight: 700;
}

[data-component-article-split-block] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-split-block] .content {
  grid-column: 2/-2;
}
[data-component-article-split-block] .split-block-inner .body {
  background-color: #F9F9DA;
}
[data-component-article-split-block].is-dark-mode {
  background-color: #001727;
}
[data-component-article-split-block].is-dark-mode .split-block-inner .body {
  background-color: #ffffff;
}

[data-component-article-button-block] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-button-block].is-dark-mode {
  background-color: #001727;
}
.is-desktop [data-component-article-button-block].is-dark-mode .button:hover {
  background-color: #ffffff;
  color: #FF5D00;
}
[data-component-article-button-block] .content {
  grid-column: 1/-1;
}
[data-component-article-button-block] .button-wrapper {
  display: flex;
}
[data-component-article-button-block].align-left .button-wrapper {
  justify-content: flex-start;
}
[data-component-article-button-block].align-center .button-wrapper {
  justify-content: center;
}
[data-component-article-button-block].align-right .button-wrapper {
  justify-content: flex-end;
}

[data-component-article-cta-block] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-cta-block] .content {
  grid-column: 2/-2;
}
[data-component-article-cta-block] .split-block-inner .body {
  background-color: #F9F9DA;
}
[data-component-article-cta-block].is-dark-mode {
  background-color: #001727;
}
[data-component-article-cta-block].is-dark-mode .split-block-inner .body {
  background-color: #ffffff;
}

[data-component-article-page-excerpt-group].is-dark-mode {
  background-color: #001727;
}
[data-component-article-page-excerpt-group] .content {
  grid-column: 2/-2;
}
[data-component-article-page-excerpt-group] .page-excerpt-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
  list-style: none;
  margin: 0;
}
[data-component-article-page-excerpt-group] .page-excerpt-list > * {
  margin: 0;
}
[data-component-article-page-excerpt-group] .page-excerpt-item {
  display: flex;
  min-height: 0;
}
@media (min-width: 768px) {
  [data-component-article-page-excerpt-group] .page-excerpt-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  [data-component-article-page-excerpt-group].is-compact .page-excerpt-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  [data-component-article-page-excerpt-group].is-compact .page-excerpt-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

[data-component-article-post-excerpt-group] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-post-excerpt-group] .content {
  grid-column: 1/-1;
}
[data-component-article-post-excerpt-group] .title {
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  position: relative;
}
[data-component-article-post-excerpt-group].is-dark-mode {
  background-color: #001727;
}
[data-component-article-post-excerpt-group].is-dark-mode .title {
  color: #ffffff;
}
[data-component-article-post-excerpt-group].is-dark-mode .accent-line {
  background-color: #FFF719;
}
[data-component-article-post-excerpt-group].is-dark-mode [data-component-post-excerpt] {
  background-color: transparent;
}
[data-component-article-post-excerpt-group]:not(.is-dark-mode) .title-text {
  color: #001727;
}
[data-component-article-post-excerpt-group] .post-excerpt-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
  list-style: none;
  margin: 0;
}
[data-component-article-post-excerpt-group] .post-excerpt-list > * {
  margin: 0;
}
[data-component-article-post-excerpt-group] .post-excerpt-item {
  display: flex;
  min-height: 0;
}
@media (min-width: 768px) {
  [data-component-article-post-excerpt-group] .post-excerpt-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

[data-component-article-logos-block] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-logos-block].is-dark-mode {
  background-color: #001727;
}
[data-component-article-logos-block].is-dark-mode .logos-title {
  color: #F9F9DA;
}
[data-component-article-logos-block].is-dark-mode .logo-item img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
[data-component-article-logos-block] .content {
  grid-column: 1/-1;
}
[data-component-article-logos-block] .logos-title {
  margin: 0 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  color: #001727;
}
[data-component-article-logos-block] .logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-logos-block] .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  max-width: 200px;
}
[data-component-article-logos-block] .logo-item:focus {
  outline: 0;
}
[data-component-article-logos-block] .logo-item:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
[data-component-article-logos-block] .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
}
.is-desktop [data-component-article-logos-block] .logo-item:hover img {
  transform: scale3d(1.08, 1.08, 1);
}

[data-component-article-calculator-block] {
  --ark-color-primary: #001727;
  --ark-color-text-primary: #001727;
  --ark-color-text-secondary: #001727;
  --ark-color-text-tertiary: rgba(0, 23, 39, 0.5);
  --ark-color-border: #999999;
  --ark-color-bg-primary: #ffffff;
  --ark-color-bg-secondary: #f5f5f5;
  --ark-color-success: #00908A;
  --ark-color-warning: #FF5D00;
  --ark-color-info: #40C0E7;
  --ark-calc-bg-primary: #ffffff;
  --ark-radius-sm: 0;
  --ark-radius-md: 0;
  --ark-radius-lg: 0;
  --ark-icon-size: 30px;
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-calculator-block] .article-calculator-block__inner {
  grid-column: 1/-5;
  margin-inline: auto;
  width: 100%;
}
[data-component-article-calculator-block].is-dark-mode {
  --ark-color-primary: #ffffff;
  --ark-color-text-primary: #ffffff;
  --ark-color-text-secondary: white;
  --ark-color-text-tertiary:#001727;
  --ark-color-border: rgba(64, 192, 231, 0.6);
  --ark-color-bg-primary: #001727;
  --ark-color-bg-secondary: rgb(5.12, 36.52, 54.36);
  --ark-color-info: #40C0E7;
  --ark-calc-bg-primary: #001727;
}
[data-component-article-calculator-block] .ark-calculator {
  color: var(--ark-color-text-primary);
  line-height: 1.5;
}
[data-component-article-calculator-block] .ark-calculator * {
  box-sizing: border-box;
}
[data-component-article-calculator-block] .ark-calculator svg {
  width: var(--ark-icon-size);
  height: var(--ark-icon-size);
  flex-shrink: 0;
  display: block;
}
[data-component-article-calculator-block] .ark-header {
  margin-bottom: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
}
[data-component-article-calculator-block] .ark-header-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-article-calculator-block] .ark-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ark-icon-size);
  height: var(--ark-icon-size);
  flex-shrink: 0;
  border-radius: var(--ark-radius-md);
  background: var(--ark-color-primary);
  color: var(--ark-calc-bg-primary);
}
[data-component-article-calculator-block] .ark-brand {
  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-article-calculator-block] .ark-brand.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-brand {
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--ark-color-text-tertiary);
  text-transform: uppercase;
}
[data-component-article-calculator-block] .ark-title {
  margin: 0;
}
[data-component-article-calculator-block] .ark-subtitle {
  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-article-calculator-block] .ark-subtitle.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-subtitle {
  color: var(--ark-color-text-secondary);
  margin: 0;
}
[data-component-article-calculator-block] .ark-section {
  margin-bottom: clamp(60px, calc(60px + (1vw - 3.75px) * 1.8779342723), 80px);
}
[data-component-article-calculator-block] .ark-label {
  line-height: 1.2;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  color: var(--ark-color-text-secondary);
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-article-calculator-block] .ark-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ark-icon-size);
  height: var(--ark-icon-size);
  flex-shrink: 0;
  border-radius: var(--ark-radius-md);
  border-radius: 50%;
  background: var(--ark-color-primary);
  color: var(--ark-calc-bg-primary);
  font-weight: 600;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.1877934272), 1.25rem);
  line-height: 1;
}
[data-component-article-calculator-block] .ark-hint {
  margin-top: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
}
[data-component-article-calculator-block] .form-input {
  border-color: var(--ark-color-border);
}
[data-component-article-calculator-block] .ark-ages {
  display: flex;
  width: 100%;
  gap: 6px;
}
@media (max-width: 500px) {
  [data-component-article-calculator-block] .ark-ages {
    flex-wrap: wrap;
  }
}
[data-component-article-calculator-block] .ark-age {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
  flex: 1 1 0;
  min-width: 0;
  padding: 8px clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
  border-radius: var(--ark-radius-md);
  cursor: pointer;
  transition: border-color 0.12s, background 0.12s;
  border: 1px solid var(--ark-color-border);
  background: var(--ark-color-bg-primary);
  text-align: center;
}
@media (max-width: 500px) {
  [data-component-article-calculator-block] .ark-age {
    flex: 1 1 calc(50% - 3px);
    min-width: min(100%, 120px);
  }
}
[data-component-article-calculator-block] .ark-age:hover {
  border-color: var(--ark-color-primary);
}
[data-component-article-calculator-block] .ark-age.active {
  border: 2px solid var(--ark-color-primary);
  background: rgba(64, 192, 231, 0.06);
}
[data-component-article-calculator-block] .is-dark-mode .ark-age.active {
  background: rgba(64, 192, 231, 0.12);
}
[data-component-article-calculator-block] .ark-age-label {
  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;
}
[data-component-article-calculator-block] .ark-age-label.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-age-label {
  font-weight: 600;
}
[data-component-article-calculator-block] .ark-age-sub {
  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;
}
[data-component-article-calculator-block] .ark-age-sub.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-age-sub {
  color: var(--ark-color-text-secondary);
}
[data-component-article-calculator-block] .ark-age.active .ark-age-label {
  color: var(--ark-color-primary);
}
[data-component-article-calculator-block] .ark-profiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
@media (max-width: 500px) {
  [data-component-article-calculator-block] .ark-profiles {
    grid-template-columns: 1fr;
  }
}
[data-component-article-calculator-block] .ark-profile {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  padding: 14px 16px;
  border-radius: var(--ark-radius-lg);
  cursor: pointer;
  transition: border-color 0.15s;
  border: 1px solid var(--ark-color-border);
  background: var(--ark-color-bg-primary);
}
[data-component-article-calculator-block] .ark-profile:hover {
  border-color: currentColor;
}
[data-component-article-calculator-block] .ark-profile.active {
  border-width: 2px;
}
[data-component-article-calculator-block] .ark-profile.active .ark-profile-desc {
  color: var(--ark-color-text-tertiary);
}
[data-component-article-calculator-block] .ark-profile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: var(--ark-radius-md);
}
[data-component-article-calculator-block] .ark-profile-icon svg {
  width: 18px;
  height: 18px;
}
[data-component-article-calculator-block] .ark-profile-name {
  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;
}
[data-component-article-calculator-block] .ark-profile-name.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-profile-name {
  font-weight: 600;
  margin-bottom: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
}
[data-component-article-calculator-block] .ark-profile-desc {
  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;
}
[data-component-article-calculator-block] .ark-profile-desc.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-profile-desc {
  color: var(--ark-color-text-secondary);
  margin-top: 1px;
  line-height: 1.4;
}
[data-component-article-calculator-block] .ark-timeline {
  margin-top: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-calculator-block] .ark-timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-article-calculator-block] .ark-timeline-label {
  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-article-calculator-block] .ark-timeline-label.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-timeline-label {
  color: var(--ark-color-text-secondary);
  font-weight: 600;
}
[data-component-article-calculator-block] .ark-timeline-edit {
  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;
}
[data-component-article-calculator-block] .ark-timeline-edit.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-timeline-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  display: inline-flex;
  gap: 3px;
  color: var(--ark-color-info);
  cursor: pointer;
  font-weight: 600;
}
[data-component-article-calculator-block] .ark-timeline-edit:hover {
  text-decoration: underline;
}
[data-component-article-calculator-block] .ark-months {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2px;
}
[data-component-article-calculator-block] .ark-month {
  padding: 7px 0;
  text-align: center;
  cursor: default;
  transition: transform 0.15s, opacity 0.15s;
}
[data-component-article-calculator-block] .ark-month:first-child {
  border-radius: var(--ark-radius-md) 0 0 var(--ark-radius-md);
}
[data-component-article-calculator-block] .ark-month:last-child {
  border-radius: 0 var(--ark-radius-md) var(--ark-radius-md) 0;
}
[data-component-article-calculator-block] .ark-month.editing {
  cursor: pointer;
}
[data-component-article-calculator-block] .ark-month.selected {
  border-radius: var(--ark-radius-md);
  transform: scale(1.08);
  z-index: 2;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
[data-component-article-calculator-block] .ark-month.dimmed {
  opacity: 0.4;
}
[data-component-article-calculator-block] .ark-month.not-sailing {
  border: 1.5px dashed #b4b2a9;
}
[data-component-article-calculator-block] .ark-month-name {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-article-calculator-block] .ark-month-name.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-month-name {
  font-weight: 600;
  display: block;
  opacity: 0.7;
}
[data-component-article-calculator-block] .ark-month.selected .ark-month-name {
  opacity: 1;
}
[data-component-article-calculator-block] .ark-month-region {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-article-calculator-block] .ark-month-region.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-month-region {
  font-weight: 600;
  display: block;
}
[data-component-article-calculator-block] .ark-region-picker {
  margin-top: 10px;
  padding: 14px 16px;
  background: var(--ark-color-bg-primary);
  border: 1.5px solid var(--ark-color-info);
  border-radius: var(--ark-radius-lg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
[data-component-article-calculator-block] .ark-region-picker-title {
  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;
}
[data-component-article-calculator-block] .ark-region-picker-title.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-region-picker-title {
  font-weight: 600;
  margin-bottom: 10px;
}
[data-component-article-calculator-block] .ark-regions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media (max-width: 500px) {
  [data-component-article-calculator-block] .ark-regions {
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-component-article-calculator-block] .ark-region {
  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;
}
[data-component-article-calculator-block] .ark-region.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-region {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: var(--ark-radius-md);
  cursor: pointer;
  transition: border-color 0.12s;
  background: var(--ark-color-bg-secondary);
  border: 1.5px solid var(--ark-color-border);
}
[data-component-article-calculator-block] .ark-region:hover {
  border-color: currentColor;
}
[data-component-article-calculator-block] .ark-region.active {
  border-width: 2px;
  font-weight: 600;
}
[data-component-article-calculator-block] .ark-region-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
[data-component-article-calculator-block] .ark-edit-hint {
  margin-top: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  text-align: center;
  color: var(--ark-color-text-tertiary);
}
[data-component-article-calculator-block] .ark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  width: 100%;
  padding: 14px;
  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;
}
[data-component-article-calculator-block] .ark-btn.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-btn {
  font-weight: 600;
  border-radius: var(--ark-radius-md);
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
[data-component-article-calculator-block] .ark-btn-primary {
  background: var(--ark-color-primary);
  color: var(--ark-calc-bg-primary);
}
[data-component-article-calculator-block] .ark-btn-primary:hover:not(:disabled) {
  opacity: 0.92;
}
[data-component-article-calculator-block] .ark-btn:disabled {
  background: var(--ark-color-bg-secondary);
  color: var(--ark-color-text-tertiary);
  cursor: not-allowed;
}
[data-component-article-calculator-block] .ark-results {
  margin-top: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
  padding-top: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  border-top: 1px solid var(--ark-color-border);
}
[data-component-article-calculator-block] .ark-results-header {
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-calculator-block] .ark-results-header h3 {
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-article-calculator-block] .ark-results-meta {
  margin: 0;
}
[data-component-article-calculator-block] .ark-scorecards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
@media (max-width: 500px) {
  [data-component-article-calculator-block] .ark-scorecards {
    grid-template-columns: 1fr;
  }
}
[data-component-article-calculator-block] .ark-scorecard {
  background: var(--ark-color-bg-primary);
  border-radius: var(--ark-radius-lg);
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  border: 1px solid var(--ark-color-border);
  border-top-width: 3px;
}
[data-component-article-calculator-block] .ark-scorecard--fuel {
  border-top-color: #0f6e56;
}
[data-component-article-calculator-block] .ark-scorecard--fuel .ark-scorecard-icon {
  background: rgba(15, 110, 86, 0.08);
  color: #0f6e56;
}
[data-component-article-calculator-block] .ark-scorecard--co2 {
  border-top-color: #185fa5;
}
[data-component-article-calculator-block] .ark-scorecard--co2 .ark-scorecard-icon {
  background: rgba(24, 95, 165, 0.08);
  color: #185fa5;
}
[data-component-article-calculator-block] .ark-scorecard--money {
  border-top-color: #ba7517;
}
[data-component-article-calculator-block] .ark-scorecard--money .ark-scorecard-icon {
  background: rgba(186, 117, 23, 0.08);
  color: #ba7517;
}
[data-component-article-calculator-block] .ark-scorecard-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  margin-bottom: 10px;
}
[data-component-article-calculator-block] .ark-scorecard-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ark-icon-size);
  height: var(--ark-icon-size);
  flex-shrink: 0;
  border-radius: var(--ark-radius-md);
}
[data-component-article-calculator-block] .ark-scorecard-label {
  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;
}
[data-component-article-calculator-block] .ark-scorecard-label.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-scorecard-label {
  color: var(--ark-color-text-secondary);
}
[data-component-article-calculator-block] .ark-scorecard-value {
  line-height: 1.2;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
[data-component-article-calculator-block] .ark-refine {
  background: rgba(255, 93, 0, 0.08);
  border-radius: var(--ark-radius-lg);
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  border: 1.5px solid rgba(255, 93, 0, 0.45);
}
[data-component-article-calculator-block] .is-dark-mode .ark-refine {
  background: rgba(255, 93, 0, 0.12);
}
[data-component-article-calculator-block] .ark-refine-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  margin-bottom: 4px;
}
[data-component-article-calculator-block] .ark-refine-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ark-icon-size);
  height: var(--ark-icon-size);
  flex-shrink: 0;
  border-radius: var(--ark-radius-md);
  background: rgba(255, 93, 0, 0.12);
  color: var(--ark-color-warning);
}
[data-component-article-calculator-block] .ark-refine-title {
  margin: 0;
  color: var(--ark-color-warning);
}
[data-component-article-calculator-block] .ark-refine-desc {
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  padding-left: calc(var(--ark-icon-size) + clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px));
  color: var(--ark-color-text-secondary);
}
[data-component-article-calculator-block] .ark-refine-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-article-calculator-block] .ark-refine-field {
  flex: 1 1 180px;
  background: var(--ark-color-bg-primary);
  border-radius: var(--ark-radius-md);
  padding: 14px 16px;
  border: 1px solid rgba(255, 93, 0, 0.35);
}
[data-component-article-calculator-block] .ark-refine-label {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-article-calculator-block] .ark-refine-label.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-refine-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: var(--ark-color-warning);
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
[data-component-article-calculator-block] .ark-refine-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 4px;
}
[data-component-article-calculator-block] .ark-refine-input {
  width: 100%;
  border: none;
  background: transparent;
  line-height: 1.2;
  font-size: clamp(1.625rem, calc(1.625rem + (1vw - 3.75px) * 0.9389671362), 2.25rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--ark-color-text-primary);
  padding: 0;
  outline: none;
}
[data-component-article-calculator-block] .ark-refine-unit {
  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;
}
[data-component-article-calculator-block] .ark-refine-unit.bold {
  font-weight: 700;
}
[data-component-article-calculator-block] .ark-refine-unit {
  color: var(--ark-color-text-tertiary);
  flex-shrink: 0;
}
[data-component-article-calculator-block] .ark-chart-box {
  background: var(--ark-color-bg-primary);
  border-radius: var(--ark-radius-lg);
  border: 1px solid var(--ark-color-border);
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 16px 12px;
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-article-calculator-block] .ark-chart-title {
  margin-bottom: 4px;
}
[data-component-article-calculator-block] .ark-chart-desc {
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  color: var(--ark-color-text-secondary);
}
[data-component-article-calculator-block] .ark-chart-container {
  height: 280px;
}
[data-component-article-calculator-block] .ark-disclaimer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 16px;
  background: var(--ark-color-bg-secondary);
  border-radius: var(--ark-radius-md);
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-calculator-block] .ark-disclaimer svg {
  flex-shrink: 0;
  margin-top: 2px;
  width: clamp(20px, calc(20px + (1vw - 3.75px) * 0.9389671362), 30px);
  height: clamp(20px, calc(20px + (1vw - 3.75px) * 0.9389671362), 30px);
  color: var(--ark-color-text-tertiary);
}
[data-component-article-calculator-block] .ark-disclaimer p {
  margin: 0;
}
[data-component-article-calculator-block] .hidden {
  display: none !important;
}

[data-component-article-cards-block] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-cards-block] .content {
  grid-column: 1/-1;
}
[data-component-article-cards-block].is-dark-mode {
  background-color: #001727;
}
[data-component-article-cards-block] .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
}
@media (min-width: 768px) {
  [data-component-article-cards-block] .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-component-article-cards-block] .card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  background-color: #F9F9DA;
}
[data-component-article-cards-block] .card .title {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  color: #001727;
}
[data-component-article-cards-block] .card .line {
  width: 200px;
  height: 14px;
  margin: 0 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  background-color: #40C0E7;
}
[data-component-article-cards-block] .card .body {
  flex: 1;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-cards-block] .card .body p, [data-component-article-cards-block] .card .body h2, [data-component-article-cards-block] .card .body h3, [data-component-article-cards-block] .card .body h4, [data-component-article-cards-block] .card .body h5, [data-component-article-cards-block] .card .body h6 {
  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-article-cards-block] .card .body p.bold, [data-component-article-cards-block] .card .body h2.bold, [data-component-article-cards-block] .card .body h3.bold, [data-component-article-cards-block] .card .body h4.bold, [data-component-article-cards-block] .card .body h5.bold, [data-component-article-cards-block] .card .body h6.bold {
  font-weight: 700;
}
[data-component-article-cards-block] .card .body p, [data-component-article-cards-block] .card .body h2, [data-component-article-cards-block] .card .body h3, [data-component-article-cards-block] .card .body h4, [data-component-article-cards-block] .card .body h5, [data-component-article-cards-block] .card .body h6 {
  color: #001727;
}
[data-component-article-cards-block].is-dark-mode .card {
  background-color: #ffffff;
}

[data-component-article-savings-block] {
  padding: calc(clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) * 2) 0;
  background-color: #001727;
}
[data-component-article-savings-block] .content {
  grid-column: 1/-1;
}
[data-component-article-savings-block] .savings-title {
  margin: 0 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  color: #F9F9DA;
}
[data-component-article-savings-block] .savings-table {
  border-top: 2px dashed #40C0E7;
}
[data-component-article-savings-block] .row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 50%;
  border-bottom: 2px dashed #40C0E7;
}
[data-component-article-savings-block] .row .body {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-article-savings-block] .row .label {
  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-article-savings-block] .row .label.bold {
  font-weight: 700;
}
[data-component-article-savings-block] .row .label {
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 3.75px) * 0.9389671362), 1.875rem);
  color: #FF5D00;
  font-weight: 700;
}
[data-component-article-savings-block] .row .value-wrap {
  display: flex;
  align-items: baseline;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-article-savings-block] .row .value {
  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-article-savings-block] .row .value.bold {
  font-weight: 700;
}
[data-component-article-savings-block] .row .value {
  font-size: clamp(3.75rem, calc(3.75rem + (1vw - 3.75px) * 0.9389671362), 4.375rem);
  font-weight: 700;
  color: #F9F9DA;
  line-height: 1;
}
[data-component-article-savings-block] .row .unit {
  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-article-savings-block] .row .unit.bold {
  font-weight: 700;
}
[data-component-article-savings-block] .row .unit {
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 3.75px) * 1.5023474178), 2.25rem);
  font-weight: 700;
  color: #F9F9DA;
}
[data-component-article-savings-block] .row .explainer {
  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-article-savings-block] .row .explainer.bold {
  font-weight: 700;
}
[data-component-article-savings-block] .row .explainer {
  margin: 0;
  color: #F9F9DA;
  opacity: 0.9;
}
[data-component-article-savings-block] .row .icon {
  color: #FF5D00;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-component-article-savings-block] .row .icon svg {
  width: clamp(3.75rem, calc(3.75rem + (1vw - 3.75px) * 1.8779342723), 5rem);
}

[data-component-article-faq-block] {
  position: relative;
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[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: 1/-1;
  }
}
[data-component-article-faq-block] .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E7EEF7;
}
[data-component-article-faq-block] .header {
  color: #001727;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-article-faq-block] .content-inner {
  position: relative;
}
[data-component-article-faq-block] .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-component-article-faq-block] .item {
  margin: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
}
[data-component-article-faq-block] .item:last-child {
  border-bottom: 0;
}
[data-component-article-faq-block] .question {
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #001727;
}
[data-component-article-faq-block] .question:focus {
  outline: 0;
}
[data-component-article-faq-block] .question:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
[data-component-article-faq-block] .question-heading {
  margin: 0;
  flex: 1;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: clamp(1rem, calc(1rem + (1vw - 3.75px) * 0.9389671362), 1.625rem);
  font-weight: 700;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-style: normal;
  color: inherit;
}
[data-component-article-faq-block] .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  aspect-ratio: 1;
  min-width: clamp(3.75rem, calc(3.75rem + (1vw - 3.75px) * 1.8779342723), 5rem);
  width: auto;
  background-color: #00908A;
  color: #ffffff;
}
[data-component-article-faq-block] .icon svg {
  width: clamp(1.875rem, calc(1.875rem + (1vw - 3.75px) * 0.9389671362), 2.5rem);
  height: clamp(1.875rem, calc(1.875rem + (1vw - 3.75px) * 0.9389671362), 2.5rem);
  transition: transform 0.3s ease-out;
}
[data-component-article-faq-block] .item.is-active .icon svg {
  transform: rotate(45deg);
}
[data-component-article-faq-block] .answer {
  height: 0;
  overflow: hidden;
}
[data-component-article-faq-block] .answer-content {
  padding: 0 clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  max-width: 900px;
}
[data-component-article-faq-block] .answer-content a {
  color: #40C0E7;
}
.is-desktop [data-component-article-faq-block] .answer-content a:hover {
  text-decoration: none;
}

[data-component-article-gallery-block]:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
}
[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 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  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, 23, 39, 0.5), rgba(0, 23, 39, 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 #40C0E7;
  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: #40C0E7 !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 #40C0E7;
  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) * 3.7558685446), 80px);
}
[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] {
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-article-title-block] .content {
  grid-column: 1/-1;
}
[data-component-article-title-block] .title {
  margin-bottom: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-article-title-block] .intro-text {
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  font-size: clamp(1.125rem, calc(1.125rem + (1vw - 3.75px) * 0.3755868545), 1.375rem);
  font-weight: 400;
  color: #001727;
}
[data-component-article-title-block].is-dark-mode {
  background-color: #001727;
}
[data-component-article-title-block].is-dark-mode .title {
  color: #ffffff;
}
[data-component-article-title-block].is-dark-mode .accent-line {
  background-color: #FF5D00;
}
[data-component-article-title-block].is-dark-mode .intro-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  [data-component-article-title-block] .content {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-article-title-block].align-left .content {
    grid-column: 1/7;
  }
  [data-component-article-title-block].align-right .content {
    grid-column: 6/-1;
  }
}

[data-component-team] {
  padding-bottom: clamp(150px, calc(150px + (1vw - 3.75px) * 14.0845070423), 300px);
  background: linear-gradient(to bottom, #001727 0%, #001727 70%, #00908A 100%);
}
[data-component-team] .content {
  grid-column: 1/-1;
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
  row-gap: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
}
[data-component-team] .member {
  grid-column: 1/-1;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-component-team] .member {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  [data-component-team] .member {
    grid-column: span 4;
  }
}
[data-component-team] .photo {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
}
[data-component-team] .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
[data-component-team] .meta {
  min-width: 0;
  max-width: 100%;
}
[data-component-team] .name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  margin-bottom: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
  min-width: 0;
}
[data-component-team] .name {
  margin: 0;
  color: #ffffff;
  min-width: 0;
  overflow-wrap: break-word;
}
[data-component-team] .role {
  margin: 0;
  color: #40C0E7;
  overflow-wrap: break-word;
}
[data-component-team] .linkedin {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, calc(36px + (1vw - 3.75px) * 0.7511737089), 44px);
  height: clamp(36px, calc(36px + (1vw - 3.75px) * 0.7511737089), 44px);
  background-color: #FF5D00;
  color: #ffffff;
  text-decoration: none;
}
[data-component-team] .linkedin:focus {
  outline: 0;
}
[data-component-team] .linkedin:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
.is-desktop [data-component-team] .linkedin:hover {
  opacity: 0.9;
}
[data-component-team] .linkedin-icon {
  display: block;
}

[data-component-news] {
  padding-bottom: clamp(150px, calc(150px + (1vw - 3.75px) * 14.0845070423), 300px);
  background: linear-gradient(to bottom, #001727 0%, #001727 70%, #00908A 100%);
}
[data-component-news] .news-header {
  grid-column: 1/-1;
}
[data-component-news] .news-header .title {
  margin: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
  color: #ffffff;
}
[data-component-news] .news-header .accent-line {
  background-color: #FFF719;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-news] .news-inner {
  grid-column: 1/-1;
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
  row-gap: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
}
[data-component-news] .news-item {
  grid-column: 1/-1;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-component-news] .news-item {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  [data-component-news] .news-item {
    grid-column: span 4;
  }
}

[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: #40C0E7;
}
[data-component-explainer] .heading.sub {
  font-weight: 400;
  font-size: 1.8rem;
  font-style: italic;
}
[data-component-explainer] .custom-icon {
  color: #001727;
  position: relative;
  top: -0.15em;
  margin-left: 0.25em;
  width: 20px;
  display: inline-block;
}
[data-component-explainer].block {
  background-color: #001727;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
}
[data-component-explainer].block .heading {
  font-weight: bold;
  color: #40C0E7;
}
[data-component-explainer].default .heading {
  color: #40C0E7;
}

[data-component-hero] {
  margin-top: -150px;
  padding-top: 250px;
}
@media (min-width: 768px) {
  [data-component-hero] {
    padding-bottom: 0;
  }
}
[data-component-hero] {
  background: linear-gradient(to right, #0a3a4d, #001727);
}
[data-component-hero].hero--no-image {
  background: #001727;
}
[data-component-hero].hero--no-image .title {
  color: #ffffff;
}
[data-component-hero].hero--no-image .back {
  color: #ffffff;
}
[data-component-hero] .grid-container {
  row-gap: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
}
@media (min-width: 768px) {
  [data-component-hero] .grid-container {
    row-gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
    align-items: end;
    min-height: clamp(320px, calc(320px + (1vw - 3.75px) * 18.779342723), 520px);
  }
}
@media (min-width: 768px) {
  [data-component-hero].hero--no-image .grid-container {
    min-height: clamp(160px, calc(160px + (1vw - 3.75px) * 3.7558685446), 200px);
  }
}
[data-component-hero] .text {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
  color: #ffffff;
}
@media (min-width: 768px) {
  [data-component-hero] .text {
    grid-column: 1/6;
    align-self: end;
  }
}
@media (min-width: 768px) {
  [data-component-hero].hero--no-image .text {
    grid-column: 1/-4;
  }
}
[data-component-hero] .post-type {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-hero] .title {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-hero] .accent-line {
  background-color: #FF5D00;
}
[data-component-hero] .back {
  margin-top: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4px, calc(4px + (1vw - 3.75px) * 0.1877934272), 6px);
  text-decoration: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-hero] .back.bold {
  font-weight: 700;
}
[data-component-hero] .back {
  text-transform: lowercase;
}
[data-component-hero] .back:focus {
  outline: 0;
}
[data-component-hero] .back:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
.is-desktop [data-component-hero] .back:hover {
  opacity: 0.85;
}
[data-component-hero] .back-arrow {
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 3.75px) * 0.7511737089), 1.75rem);
  line-height: 1;
}
[data-component-hero] .back-label {
  line-height: 1;
}
[data-component-hero] .image {
  grid-column: 1/-1;
  min-height: 0;
  width: 100%;
  aspect-ratio: 690/450;
  overflow: hidden;
}
@media (min-width: 768px) {
  [data-component-hero] .image {
    grid-column: 6/-1;
  }
}
[data-component-hero] .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

[data-component-hero-page] {
  margin-top: -150px;
  padding-top: 250px;
  background: #001727;
}
[data-component-hero-page] .top {
  background: linear-gradient(to bottom, #001727, #0a3a4d);
  padding-bottom: clamp(60px, calc(60px + (1vw - 3.75px) * 5.6338028169), 120px);
}
[data-component-hero-page].hero-page--no-image .top {
  background: #001727;
  padding-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
}
[data-component-hero-page] .text {
  color: #ffffff;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  [data-component-hero-page] .text {
    grid-column: 2/-2;
  }
}
@media (min-width: 1024px) {
  [data-component-hero-page] .text {
    grid-column: 1/8;
  }
}
[data-component-hero-page] .title {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-hero-page] .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1450/570;
}

[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: #001727;
  color: #ffffff;
  line-height: 1.5;
  padding: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px) 0;
}
[data-component-site-footer] .footer-section--nav {
  border-top: 2px dashed #ffffff;
  padding: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px) 0;
  border-bottom: none;
}
[data-component-site-footer] .footer-section--nav .hide-in-footer {
  display: none;
}
[data-component-site-footer] .footer-section--logo {
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
  border-bottom: 2px dashed #ffffff;
}
[data-component-site-footer] .footer-section--bar {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  align-items: start;
}
@media (min-width: 1024px) {
  [data-component-site-footer] .footer-section--nav .footer-nav-grid {
    grid-template-columns: repeat(var(--footer-cols, 4), minmax(0, 1fr));
    column-gap: clamp(12px, calc(12px + (1vw - 3.75px) * 4.5070422535), 60px);
    row-gap: clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  }
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column {
  min-width: 0;
}
[data-component-site-footer] .footer-column-title {
  margin: 0 0 clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  color: #40C0E7;
}
[data-component-site-footer] .footer-column-title a {
  color: inherit;
  text-decoration: none;
}
[data-component-site-footer] .footer-column-title a:hover {
  text-decoration: underline;
}
[data-component-site-footer] .footer-column-title a:focus-visible:focus {
  outline: 0;
}
[data-component-site-footer] .footer-column-title a:focus-visible:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
[data-component-site-footer] .footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-component-site-footer] .footer-link-list li {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-site-footer] .footer-link-list a {
  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;
}
[data-component-site-footer] .footer-link-list a.bold {
  font-weight: 700;
}
[data-component-site-footer] .footer-link-list a {
  color: #ffffff;
  text-decoration: none;
}
[data-component-site-footer] .footer-link-list a:hover {
  text-decoration: underline;
  color: #40C0E7;
}
@media (min-width: 1024px) {
  [data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact {
    grid-column: -2/-1;
  }
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact .footer-contact-line,
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact .footer-address {
  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;
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact .footer-contact-line.bold,
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact .footer-address.bold {
  font-weight: 700;
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact .footer-contact-line,
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact .footer-address {
  margin: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px) 0;
  font-style: normal;
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact a {
  color: #ffffff;
  text-decoration: none;
}
[data-component-site-footer] .footer-section--nav .footer-nav-grid .footer-column--contact a:hover {
  text-decoration: underline;
  color: #40C0E7;
}
[data-component-site-footer] .footer-logo {
  grid-column: 1/-1;
  display: block;
  max-width: clamp(200px, calc(200px + (1vw - 3.75px) * 14.0845070423), 350px);
}
[data-component-site-footer] .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
[data-component-site-footer] .footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-site-footer] .footer-bar__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
[data-component-site-footer] .footer-bar__left > * + *::before {
  content: "·";
  margin-right: 0.5em;
  color: #ffffff;
  font-weight: 700;
}
[data-component-site-footer] .footer-copyright {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-site-footer] .footer-copyright.bold {
  font-weight: 700;
}
[data-component-site-footer] .footer-copyright {
  margin: 0;
  color: #ffffff;
}
[data-component-site-footer] .footer-secondary-nav {
  display: flex;
  align-items: center;
}
[data-component-site-footer] .footer-secondary-nav .footer-secondary-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-component-site-footer] .footer-secondary-nav .footer-secondary-list li {
  display: flex;
  align-items: center;
}
[data-component-site-footer] .footer-secondary-nav .footer-secondary-list li + li::before {
  content: "·";
  margin: 0 0.5em;
  color: #ffffff;
  font-weight: 700;
}
[data-component-site-footer] .footer-secondary-nav a {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-site-footer] .footer-secondary-nav a.bold {
  font-weight: 700;
}
[data-component-site-footer] .footer-secondary-nav a {
  color: #ffffff;
  text-decoration: none;
}
[data-component-site-footer] .footer-secondary-nav a:hover {
  text-decoration: underline;
  color: #40C0E7;
}
[data-component-site-footer] .footer-cookie-link {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 3.75px) * 0.1877934272), 0.875rem);
  font-weight: 400;
}
[data-component-site-footer] .footer-cookie-link.bold {
  font-weight: 700;
}
[data-component-site-footer] .footer-cookie-link {
  color: #ffffff;
  text-decoration: none;
}
[data-component-site-footer] .footer-cookie-link:hover {
  text-decoration: underline;
  color: #40C0E7;
}
[data-component-site-footer] .footer-bar__social {
  flex-shrink: 0;
}
[data-component-site-footer] .footer-linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FF5D00;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2px;
}
[data-component-site-footer] .footer-linkedin .icon {
  font-size: 22px;
}
[data-component-site-footer] .footer-linkedin:hover {
  filter: brightness(1.1);
}
[data-component-site-footer] .footer-linkedin:focus-visible:focus {
  outline: 0;
}
[data-component-site-footer] .footer-linkedin:focus-visible:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}

[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: #40C0E7;
}
[data-component-language-switcher] .toggle.is-active .custom-icon path {
  fill: #40C0E7;
}
[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: #40C0E7;
}
[data-component-language-switcher] .list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #001727;
  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 #001727;
  border-left: 1px solid #001727;
}
[data-component-language-switcher] .list a {
  color: #40C0E7;
  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: #40C0E7;
}

[data-component-search-form] .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  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(30px, calc(30px + (1vw - 3.75px) * 5.6338028169), 90px);
}
[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, 23, 39, 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: #001727;
  background: transparent;
  border: 0;
  cursor: pointer;
}
[data-component-search-form] .submit:hover {
  color: #40C0E7;
}

[data-component-search-result] {
  margin-bottom: clamp(40px, calc(40px + (1vw - 3.75px) * 3.7558685446), 80px);
}
[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) * 3.7558685446), 80px);
}
[data-component-search-result] .item {
  margin: 0;
}
[data-component-search-result] .post {
  border-bottom: 1px solid #d7d7d7;
}
[data-component-search-result] .post:last-child {
  border-bottom: 0;
}
[data-component-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] .link {
    grid-template-columns: 200px 1fr;
  }
}
.is-desktop [data-component-search-result] .link:hover .title {
  text-decoration: underline;
}
[data-component-search-result] .image {
  aspect-ratio: 16/9;
  background-color: #f5f5f5;
  overflow: hidden;
}
[data-component-search-result] .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-component-search-result] .body {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px);
}
[data-component-search-result] .type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #40C0E7;
  font-weight: 700;
}
[data-component-search-result] .title {
  margin: 0;
  color: #001727;
}
[data-component-search-result] .excerpt {
  margin: 0;
  font-size: 0.9em;
  color: #001727;
  opacity: 0.9;
}
[data-component-search-result] .excerpt p {
  margin: 0;
}
[data-component-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] .no-results.bold {
  font-weight: 700;
}
[data-component-search-result] .no-results {
  color: #001727;
}

[data-component-page-excerpt] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
}
[data-component-page-excerpt] .link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
[data-component-page-excerpt] .link:focus {
  outline: 0;
}
[data-component-page-excerpt] .link:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
.is-desktop [data-component-page-excerpt] .link:hover .cta-arrow {
  transform: translateX(10px);
}
[data-component-page-excerpt] .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  flex-shrink: 0;
}
[data-component-page-excerpt] .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
[data-component-page-excerpt] .content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  min-height: 0;
}
[data-component-page-excerpt] .category {
  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-page-excerpt] .category.bold {
  font-weight: 700;
}
[data-component-page-excerpt] .category {
  color: #001727;
  margin-bottom: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px);
}
[data-component-page-excerpt] .title {
  flex: 1;
  margin: 0 0 clamp(30px, calc(30px + (1vw - 3.75px) * 2.8169014085), 60px);
  color: #001727;
}
[data-component-page-excerpt] .button-01.cta {
  background-color: #FF5D00;
  color: #ffffff;
}

[data-component-post-excerpt] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
}
[data-component-post-excerpt] .link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
[data-component-post-excerpt] .link:focus {
  outline: 0;
}
[data-component-post-excerpt] .link:focus-visible {
  outline: 2px solid #40C0E7;
  outline-offset: 2px;
}
[data-component-post-excerpt] .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  flex-shrink: 0;
}
[data-component-post-excerpt] .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
[data-component-post-excerpt] .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  min-height: 0;
  text-decoration: none;
}
[data-component-post-excerpt] .title {
  margin: clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px) 0 clamp(12px, calc(12px + (1vw - 3.75px) * 0.7511737089), 20px);
  color: #001727;
}
[data-component-post-excerpt] .text {
  color: #001727;
  margin: 0;
}
.is-dark-mode [data-component-post-excerpt] {
  background-color: transparent;
}
.is-dark-mode [data-component-post-excerpt] .title {
  color: #40C0E7;
}
.is-dark-mode [data-component-post-excerpt] .text {
  color: #ffffff;
}

[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) * 3.7558685446), 80px);
}
[data-component-archive-loop] .item {
  margin: 0;
}
[data-component-archive-loop] .post {
  border-bottom: 1px solid #d7d7d7;
}
[data-component-archive-loop] .post:last-child {
  border-bottom: 0;
}
[data-component-archive-loop] .link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: clamp(20px, calc(20px + (1vw - 3.75px) * 1.8779342723), 40px) 0;
}
.is-desktop [data-component-archive-loop] .link:hover .title {
  text-decoration: underline;
}
[data-component-archive-loop] .title {
  margin: 0 0 clamp(8px, calc(8px + (1vw - 3.75px) * 0.1877934272), 10px) 0;
  color: #001727;
}
[data-component-archive-loop] .excerpt {
  margin: 0;
  font-size: 0.9em;
  color: #001727;
  opacity: 0.9;
}
[data-component-archive-loop] .excerpt p {
  margin: 0;
}
[data-component-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] .no-posts.bold {
  font-weight: 700;
}
[data-component-archive-loop] .no-posts {
  color: #001727;
}

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