@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Foundation
   Index
   ========================================================================== */
/* ==========================================================================
   Foundation
   Variables
   ========================================================================== */
/* ==========================================================================
   Foundation
   Settings
   ========================================================================== */
/* ==========================================================================
   Foundation
   Index
   ========================================================================== */
/* ==========================================================================
   Foundation
   Functions
   ========================================================================== */
/* ==========================================================================
   Foundation
   Mixins
   ========================================================================== */
/* ==========================================================================
   Foundation
   Reset
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

img,
picture,
svg,
canvas {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* ==========================================================================
   Foundation
   Index
   ========================================================================== */
/* ==========================================================================
   Foundation
   Base
   ========================================================================== */
html {
  font-size: 100%;
  scroll-behavior: auto;
}

body {
  min-width: 20rem;
  background-color: #ffffff;
  color: #101b33;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

button {
  padding: 0;
  background: none;
  border: 0;
}

:focus-visible {
  outline: 0.1875rem solid #1557a6;
  outline-offset: 0.1875rem;
}

::-moz-selection {
  background-color: #1557a6;
  color: #ffffff;
}

::selection {
  background-color: #1557a6;
  color: #ffffff;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
   Layout
   Index
   ========================================================================== */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Header
   ========================================================================== */
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #d9dee8;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-scrolled {
  -webkit-box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 90rem;
  min-height: 4.5rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  .l-header__inner {
    min-height: 5.5rem;
  }
}

.l-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
}

.l-header__logo-name {
  color: #0b2145;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.l-header__logo-tagline {
  color: #667085;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.l-header__nav {
  display: none;
}
@media (min-width: 48em) {
  .l-header__nav {
    display: block;
    margin-left: auto;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .l-header__list {
    gap: 2rem;
  }
}

.l-header__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-block: 0.5rem;
  color: #0b2145;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.l-header__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: #1557a6;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover {
    color: #1557a6;
  }
  .l-header__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.l-header__link[aria-current=page]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__toggle {
  display: grid;
  place-content: center;
  width: 2.75rem;
  height: 2.75rem;
  gap: 0.3125rem;
  color: #0b2145;
}
@media (min-width: 48em) {
  .l-header__toggle {
    display: none;
  }
}

.l-header__toggle-line {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: currentcolor;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__toggle[aria-expanded=true] .l-header__toggle-line:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}
.l-header__toggle[aria-expanded=true] .l-header__toggle-line:nth-child(2) {
  opacity: 0;
}
.l-header__toggle[aria-expanded=true] .l-header__toggle-line:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Footer
   ========================================================================== */
.l-footer {
  position: relative;
  padding-block: 3.5rem 2rem;
  background-color: #0b2145;
  color: #ffffff;
}

.l-footer__inner {
  display: grid;
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
  gap: 3rem;
}
@media (min-width: 64em) {
  .l-footer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.l-footer__brand {
  display: grid;
  gap: 1.5rem;
}

.l-footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: start;
  line-height: 1.4;
}

.l-footer__logo-name {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.l-footer__logo-tagline {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
}

.l-footer__description {
  color: #ffffff;
  font-size: 0.875rem;
}

.l-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-footer__social-link {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.0625rem solid #a8b1c1;
  border-radius: 9999px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__social-link:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .l-footer__social-link:hover .l-footer__social-icon-image {
    -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(38%) saturate(2231%) hue-rotate(186deg) brightness(83%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(11%) sepia(38%) saturate(2231%) hue-rotate(186deg) brightness(83%) contrast(101%);
  }
}

.l-footer__social-icon {
  display: grid;
  place-items: center;
  width: 1.125rem;
  height: 1.125rem;
}

.l-footer__social-icon-image {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 1.5rem;
}
@media (min-width: 48em) {
  .l-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 64em) {
  .l-footer__nav {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.l-footer__group {
  min-width: 0;
}

.l-footer__heading {
  margin-bottom: 1rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-footer__list {
  display: grid;
  gap: 0.5rem;
}

.l-footer__link,
.l-footer__legal-link {
  color: #ffffff;
  font-size: 0.75rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:hover,
  .l-footer__legal-link:hover {
    opacity: 0.7;
  }
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid #a8b1c1;
}
@media (min-width: 48em) {
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .l-footer__bottom {
    grid-column: 1/-1;
  }
}

.l-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.l-footer__copyright {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
}

.l-footer__page-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9dee8;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
  color: #0b2145;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  visibility: hidden;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.l-footer__page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
@media (min-width: 48em) {
  .l-footer__page-top {
    right: 2rem;
    bottom: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__page-top:hover {
    background-color: #1557a6;
    color: #ffffff;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Main
   ========================================================================== */
.l-main {
  position: relative;
  min-height: calc(100svh - 4.5rem);
  overflow: clip;
}
@media (min-width: 48em) {
  .l-main {
    min-height: calc(100svh - 5.5rem);
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Container
   ========================================================================== */
.l-container {
  width: 100%;
  max-width: 75rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.l-container--wide {
  max-width: 90rem;
}

.l-container--narrow {
  max-width: 60rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Section
   ========================================================================== */
.l-section {
  padding-block: 5rem;
}
@media (min-width: 48em) {
  .l-section {
    padding-block: 7.5rem;
  }
}

.l-section--compact {
  padding-block: 3.5rem;
}

.l-section--light {
  background-color: #f5f7fa;
}

.l-section--primary {
  background-color: #0b2145;
  color: #ffffff;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Page-Header
   ========================================================================== */
.l-page-header {
  display: grid;
  place-items: center;
  min-height: 13.75rem;
  padding-block: 3.5rem;
  background-color: #f5f7fa;
  text-align: center;
}
@media (min-width: 48em) {
  .l-page-header {
    min-height: 20rem;
  }
}

.l-page-header__inner {
  width: 100%;
  max-width: 75rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.l-page-header__label {
  margin-bottom: 0.5rem;
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-page-header__title {
  color: #0b2145;
  font-size: clamp(2rem, 5vw, 3rem);
}

/* ==========================================================================
Object
========================================================================== */
/* ==========================================================================
   Object
   Component
   Index
   ========================================================================== */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Button
   ========================================================================== */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 11.25rem;
  min-height: 3.25rem;
  padding: 1rem 2rem;
  gap: 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.c-button:disabled, .c-button[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    -webkit-box-shadow: 0 0.75rem 2rem rgba(11, 33, 69, 0.12);
            box-shadow: 0 0.75rem 2rem rgba(11, 33, 69, 0.12);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .c-button:hover .c-button__arrow {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.c-button--primary {
  background-color: #0b2145;
  border-color: #0b2145;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary:hover {
    background-color: #ffffff;
    color: #0b2145;
  }
}

.c-button--outline {
  background-color: transparent;
  border-color: #0b2145;
  color: #0b2145;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--outline:hover {
    background-color: #0b2145;
    color: #ffffff;
  }
}

.c-button--header {
  min-width: 6.25rem;
  min-height: 3rem;
  padding-inline: 1.5rem;
  background-color: #0b2145;
  border-color: #0b2145;
  color: #ffffff;
  display: none;
}
@media (min-width: 36em) {
  .c-button--header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button--header:hover {
    background-color: #ffffff;
    color: #0b2145;
  }
}

.c-button__text {
  white-space: nowrap;
}

.c-button__icon {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

.c-button__icon--mail {
  height: 0.8125rem;
  border: 0.0625rem solid currentcolor;
  border-radius: 0.25rem;
}
.c-button__icon--mail::before {
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  content: "";
  border-right: 0.0625rem solid currentcolor;
  border-bottom: 0.0625rem solid currentcolor;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-button__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Section-title
   ========================================================================== */
.c-section-title {
  display: grid;
  gap: 0.5rem;
}

.c-section-title__label {
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.c-section-title__heading {
  color: #0b2145;
  font-size: clamp(1.25rem, 4vw, 2rem);
}

.c-section-title--center {
  justify-items: center;
  text-align: center;
}

.c-section-title--light .c-section-title__label,
.c-section-title--light .c-section-title__heading {
  color: #ffffff;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Form
   ========================================================================== */
.c-form {
  display: grid;
  gap: 2rem;
}

.c-form__field {
  display: grid;
  gap: 0.5rem;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #101b33;
  font-size: 0.875rem;
  font-weight: 700;
}

.c-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.375rem;
  padding-inline: 0.5rem;
  background-color: #c23b3b;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
}

.c-form__control {
  width: 100%;
  min-height: 3.25rem;
  padding: 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9dee8;
  border-radius: 0.5rem;
  color: #101b33;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.c-form__control::-webkit-input-placeholder {
  color: #667085;
  opacity: 1;
}
.c-form__control::-moz-placeholder {
  color: #667085;
  opacity: 1;
}
.c-form__control:-ms-input-placeholder {
  color: #667085;
  opacity: 1;
}
.c-form__control::-ms-input-placeholder {
  color: #667085;
  opacity: 1;
}
.c-form__control::placeholder {
  color: #667085;
  opacity: 1;
}
.c-form__control:focus {
  border-color: #1557a6;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
}
.c-form__control[aria-invalid=true], .c-form__control.is-error {
  border-color: #c23b3b;
}

textarea.c-form__control {
  min-height: 11.25rem;
}

.c-form__choice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.c-form__choice-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
  accent-color: #0b2145;
}

.c-form__note {
  color: #667085;
  font-size: 0.75rem;
}

.c-form__error,
.c-form .wpcf7-not-valid-tip {
  color: #c23b3b;
  font-size: 0.75rem;
  font-weight: 700;
}

.c-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

.c-form .wpcf7-response-output {
  padding: 1rem 1.5rem;
  margin: 1.5rem 0 0;
  border: 0.0625rem solid #d9dee8;
  border-radius: 0.5rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Pagination
   ========================================================================== */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.c-pagination__link,
.c-pagination__current,
.c-pagination__dots {
  display: grid;
  place-items: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding-inline: 0.5rem;
  border: 0.0625rem solid #d9dee8;
  border-radius: 0.25rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.c-pagination__link {
  background-color: #ffffff;
  color: #0b2145;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link:hover {
    background-color: #0b2145;
    border-color: #0b2145;
    color: #ffffff;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}

.c-pagination__current {
  background-color: #0b2145;
  border-color: #0b2145;
  color: #ffffff;
}

.c-pagination__dots {
  border-color: transparent;
  color: #667085;
}

.c-pagination__link.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Breadcrumb
   ========================================================================== */
.c-breadcrumb {
  width: 100%;
  max-width: 75rem;
  padding: 1rem clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #667085;
  font-size: 0.75rem;
}
.c-breadcrumb__item:not(:last-child)::after {
  margin-left: 0.5rem;
  content: "/";
  color: #a8b1c1;
}

.c-breadcrumb__link {
  color: #0b2145;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.1875rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__link:hover {
    color: #1557a6;
    text-decoration-color: currentcolor;
  }
}

.c-breadcrumb__item [aria-current=page] {
  color: #667085;
}

/* ==========================================================================
   Object
   Project
   Index
   ========================================================================== */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Hero
   ========================================================================== */
.p-hero {
  position: relative;
  width: 100%;
  padding-block: 3.5rem;
}
.p-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: url("../images/front-page/hero/hero-bg3.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 48em) {
  .p-hero {
    padding-block: 5rem 1.5rem;
  }
}

.p-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-hero__main {
  display: grid;
  gap: 3rem;
}
@media (min-width: 48em) {
  .p-hero__main {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-hero__content {
  display: grid;
  gap: 1.5rem;
}

.p-hero__title {
  color: #0b2145;
  font-size: clamp(2rem, 5vw, 2.625rem);
  line-height: 1.4;
}

.p-hero__text {
  color: #667085;
  font-size: 0.875rem;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.5;
}
@media (min-width: 48em) {
  .p-hero__text {
    font-size: 1rem;
  }
}

.p-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}

.p-hero__visual {
  position: relative;
  min-height: 18.75rem;
}
@media (min-width: 48em) {
  .p-hero__visual {
    min-height: 26.875rem;
  }
}

.p-hero__device {
  position: absolute;
  -webkit-filter: drop-shadow(0 1rem 1.125rem rgba(11, 33, 69, 0.18));
          filter: drop-shadow(0 1rem 1.125rem rgba(11, 33, 69, 0.18));
}

.p-hero__device--desktop {
  top: 0;
  left: 0;
  width: 86%;
}

.p-hero__device--tablet {
  right: 7%;
  bottom: 0;
  width: 38%;
}

.p-hero__device--mobile {
  right: 0;
  bottom: 0;
  width: 20%;
}

.p-hero__device-image {
  width: 100%;
}

.p-hero__features {
  display: grid;
  margin-top: 3.5rem;
  border-top: 0.0625rem solid #d9dee8;
}
@media (min-width: 48em) {
  .p-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-hero__feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1.5rem;
  gap: 1.5rem;
  border-bottom: 0.1875rem solid #a8b1c1;
  background-color: rgba(245, 247, 250, 0.8);
}
@media (min-width: 48em) {
  .p-hero__feature {
    border-bottom: 0;
  }
  .p-hero__feature:not(:first-child) {
    border-left: 0.1875rem solid #a8b1c1;
  }
}

.p-hero__feature-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-hero__feature-icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-hero__feature-icon--support .p-hero__feature-icon-image {
  width: 2.25rem;
  height: 2.25rem;
}

.p-hero__feature-content {
  display: grid;
  gap: 0.5rem;
}

.p-hero__feature-title {
  color: #0b2145;
  font-size: 1rem;
}

.p-hero__feature-text {
  color: #667085;
  font-size: 1rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Services
   ========================================================================== */
.p-services {
  padding-block: 5rem;
  background-color: #f5f7fa;
}
@media (min-width: 48em) {
  .p-services {
    padding-block: 7.5rem;
  }
}

.p-services__inner {
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-services__header {
  margin-bottom: 2rem;
}

.p-services__label {
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-services__heading {
  color: #0b2145;
  font-size: 2rem;
}

.p-services__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 36em) {
  .p-services__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64em) {
  .p-services__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}

@media (min-width: 64em) {
  .p-services__item {
    padding-inline: 2rem;
  }
  .p-services__item:first-child {
    padding-left: 0;
  }
  .p-services__item:last-child {
    padding-right: 0;
  }
  .p-services__item:not(:first-child) {
    border-left: 0.0625rem solid #d9dee8;
  }
}

.p-services__article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;
  gap: 1rem;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.p-services__icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-services__icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-services__title {
  color: #0b2145;
  font-size: 1rem;
}

.p-services__text {
  color: #667085;
  font-size: 0.875rem;
}

.p-services__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: start;
  gap: 0.5rem;
  padding-top: 0.5rem;
  color: #0b2145;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .p-services__link:hover {
    color: #1557a6;
  }
  .p-services__link:hover .p-services__arrow {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.p-services__arrow {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Works
   ========================================================================== */
.p-works {
  padding-block: 5rem;
  background-color: #ffffff;
}
@media (min-width: 48em) {
  .p-works {
    padding-block: 7.5rem;
  }
}

.p-works__inner {
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-works__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.5rem;
}

.p-works__label {
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-works__heading {
  color: #0b2145;
  font-size: 2rem;
}

.p-works__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #0b2145;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .p-works__more:hover {
    color: #1557a6;
  }
  .p-works__more:hover .p-works__more-arrow {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.p-works__more-arrow {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.p-works__list {
  display: grid;
  gap: 1rem;
}
@media (min-width: 36em) {
  .p-works__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 48em) {
  .p-works__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-works-card,
.p-works-card__link {
  position: relative;
  display: block;
  height: 100%;
}

.p-works-card {
  overflow: hidden;
  background-color: #0b2145;
  border-radius: 0.25rem;
}

.p-works-card__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-works-card__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 33, 69, 0.82)), color-stop(70%, transparent));
  background: linear-gradient(to top, rgba(11, 33, 69, 0.82), transparent 70%);
}

.p-works-card__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-works-card__number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
}

.p-works-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1.5rem;
  color: #ffffff;
}

.p-works-card__category {
  font-size: 0.75rem;
}

.p-works-card__title {
  font-size: 0.875rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-works-card__link:hover .p-works-card__thumbnail {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Problem
   ========================================================================== */
.p-problem {
  padding-block: 3.5rem;
  background-color: #f5f7fa;
}

.p-problem__inner {
  display: grid;
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
  gap: 2rem;
}
@media (min-width: 48em) {
  .p-problem__inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-problem__content {
  display: grid;
  gap: 1rem;
  place-items: center;
}

.p-problem__title {
  color: #0b2145;
  font-size: 0.875rem;
}

.p-problem__list {
  display: grid;
  gap: 0.5rem;
}

.p-problem__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.p-problem__check {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background-color: #0b2145;
  border-radius: 9999px;
}
.p-problem__check::after {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 0.375rem;
  height: 0.1875rem;
  content: "";
  border-bottom: 0.0625rem solid #ffffff;
  border-left: 0.0625rem solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-problem__arrow {
  display: none;
}
@media (min-width: 48em) {
  .p-problem__arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.625rem solid #a8b1c1;
  }
}

.p-problem__message {
  color: #0b2145;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}

.p-problem__emphasis {
  color: #1557a6;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Flow
   ========================================================================== */
.p-flow {
  padding-block: 5rem;
  background-color: #ffffff;
}

.p-flow__inner {
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-flow__header {
  margin-bottom: 2rem;
}

.p-flow__label {
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-flow__heading {
  color: #0b2145;
  font-size: 2rem;
}

.p-flow__list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  .p-flow__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }
}

.p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  gap: 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9dee8;
  border-radius: 0.25rem;
}
@media (min-width: 48em) {
  .p-flow__item {
    grid-template-columns: auto 1fr;
  }
}

.p-flow__number {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #0b2145;
  border-radius: 0.25rem;
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-flow__icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
}

.p-flow__icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-flow__title,
.p-flow__text {
  grid-column: 1/-1;
}

.p-flow__title {
  color: #0b2145;
  font-size: 0.875rem;
}

.p-flow__text {
  color: #667085;
  font-size: 0.75rem;
}

.p-flow__arrow {
  display: none;
}
@media (min-width: 48em) {
  .p-flow__arrow {
    position: absolute;
    top: 50%;
    right: -0.875rem;
    z-index: 1;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #0b2145;
    border-right: 0.125rem solid #0b2145;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Skills
   ========================================================================== */
.p-skills {
  padding-block: 3.5rem;
  background-color: #f5f7fa;
  color: #101b33;
}

.p-skills__inner {
  display: grid;
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
  gap: 2rem;
}
@media (min-width: 48em) {
  .p-skills__inner {
    grid-template-columns: auto minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-skills__label {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-skills__heading {
  font-size: 2rem;
}

.p-skills__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1rem;
}
@media (min-width: 48em) {
  .p-skills__list {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.p-skills__item {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
}

.p-skills__icon {
  width: 2.75rem;
  height: 2.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-skills__name {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   About
   ========================================================================== */
.p-about-company {
  padding-block: 5rem;
  background-color: #ffffff;
}

.p-about-company__inner {
  display: grid;
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
  gap: 3.5rem;
}
@media (min-width: 64em) {
  .p-about-company__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-about-company__profile {
  display: grid;
  gap: 2rem;
}

.p-about-company__label {
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-about-company__heading {
  color: #0b2145;
  font-size: 2rem;
}

.p-about-company__profile-body {
  display: grid;
  gap: 2rem;
}
@media (min-width: 36em) {
  .p-about-company__profile-body {
    grid-template-columns: minmax(0, 13.75rem) minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-about-company__image {
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #f5f7fa;
}

.p-about-company__portrait {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-company__content {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: start;
  gap: 1.5rem;
}

.p-about-company__text {
  color: #667085;
  font-size: 0.875rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Company
   ========================================================================== */
.p-about-company__company {
  display: grid;
  gap: 1.5rem;
}

.p-about-company__company-title {
  color: #0b2145;
  font-size: 1.25rem;
}

.p-company-table {
  border-top: 0.0625rem solid #d9dee8;
}

.p-company-table__row {
  display: grid;
  grid-template-columns: minmax(6rem, 30%) minmax(0, 1fr);
  padding-block: 1rem;
  gap: 1rem;
  border-bottom: 0.0625rem solid #d9dee8;
}

.p-company-table__heading,
.p-company-table__data {
  font-size: 0.875rem;
}

.p-company-table__heading {
  color: #0b2145;
  font-weight: 700;
}

.p-company-table__data {
  min-width: 0;
  color: #667085;
}

.p-company-table__data a {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-company-table__data a:hover {
    color: #1557a6;
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Blog
   ========================================================================== */
.p-blog {
  padding-block: 5rem;
  background-color: #ffffff;
}

.p-blog__inner {
  width: 100%;
  max-width: 90rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.5rem;
}

.p-blog__label {
  color: #1557a6;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-blog__heading {
  color: #0b2145;
  font-size: 2rem;
}

.p-blog__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #0b2145;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog__more:hover {
    color: #1557a6;
  }
  .p-blog__more:hover .p-blog__more-arrow {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.p-blog__more-arrow {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.p-blog__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 48em) {
  .p-blog__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-blog-card__link {
  display: grid;
  height: 100%;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog-card__link:hover .p-blog-card__thumbnail {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-blog-card__link:hover .p-blog-card__title {
    color: #1557a6;
  }
}

.p-blog-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f5f7fa;
  border-radius: 0.25rem;
}

.p-blog-card__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-blog-card__body {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
}

.p-blog-card__date,
.p-blog-card__category {
  color: #667085;
  font-size: 0.75rem;
}

.p-blog-card__title {
  grid-column: 1/-1;
  color: #0b2145;
  font-size: 1rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   CTA
   ========================================================================== */
.p-contact-cta {
  padding-block: 2rem;
  background-color: #ffffff;
}

.p-contact-cta__inner {
  display: grid;
  justify-items: center;
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  padding: 2rem;
  margin-inline: auto;
  gap: 1.5rem;
  background-color: #f5f7fa;
  border-radius: 1.25rem;
  text-align: center;
}
@media (min-width: 48em) {
  .p-contact-cta__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: start;
    padding-inline: 3.5rem;
    border-radius: 9999px;
    text-align: left;
  }
}

.p-contact-cta__icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.0625rem solid #0b2145;
  border-radius: 9999px;
}

.p-cta__icon-image {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contact-cta__content {
  display: grid;
  gap: 0.5rem;
}

.p-contact-cta__title {
  color: #0b2145;
  font-size: 1.25rem;
}

.p-contact-cta__text {
  color: #667085;
  font-size: 0.875rem;
}

@media (min-width: 48em) {
  .p-contact-cta__button {
    justify-self: end;
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Drawer
   ========================================================================== */
.p-drawer {
  position: fixed;
  top: 4.5rem;
  right: 0;
  z-index: 200;
  width: min(100%, 26.25rem);
  height: calc(100svh - 4.5rem);
  padding: 2rem clamp(1.25rem, 4vw, 2.5rem);
  background-color: #ffffff;
  -webkit-box-shadow: 0 1.25rem 3rem rgba(11, 33, 69, 0.16);
          box-shadow: 0 1.25rem 3rem rgba(11, 33, 69, 0.16);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.p-drawer[aria-hidden=false], .p-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 48em) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__list {
  display: grid;
}

.p-drawer__item {
  border-bottom: 0.0625rem solid #d9dee8;
}

.p-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 1.5rem;
  color: #0b2145;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.p-drawer__link::after {
  content: "→";
}

.p-drawer__item--contact {
  padding-top: 2rem;
  border-bottom: 0;
}

.p-drawer__link--contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0b2145;
  border-radius: 0.25rem;
  color: #ffffff;
}

body.is-drawer-open {
  overflow: hidden;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Works-Archive
   ========================================================================== */
.p-works-archive {
  padding-block: 5rem;
}

.p-works-archive__inner {
  width: 100%;
  max-width: 75rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-works-archive__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  gap: 0.5rem;
}

.p-works-archive__filter {
  padding: 0.5rem 1.5rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9dee8;
  border-radius: 9999px;
  color: #0b2145;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-works-archive__filter.is-active {
  background-color: #0b2145;
  border-color: #0b2145;
  color: #ffffff;
}

.p-works-archive__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 36em) {
  .p-works-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64em) {
  .p-works-archive__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-works-archive__pagination {
  margin-top: 3.5rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Works-Single
   ========================================================================== */
.p-works-single {
  padding-bottom: 7.5rem;
}

.p-works-single__inner {
  width: 100%;
  max-width: 75rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-works-single__hero {
  margin-bottom: 3.5rem;
}

.p-works-single__main-image {
  width: 100%;
  background-color: #f5f7fa;
  border-radius: 0.5rem;
}

.p-works-single__summary {
  display: grid;
  margin-bottom: 3.5rem;
  gap: 2rem;
}
@media (min-width: 48em) {
  .p-works-single__summary {
    grid-template-columns: minmax(0, 2fr) minmax(16.25rem, 1fr);
  }
}

.p-works-single__content {
  display: grid;
  gap: 1.5rem;
}

.p-works-single__heading {
  color: #0b2145;
  font-size: 1.25rem;
}

.p-works-single__text {
  color: #667085;
}

.p-works-single__meta {
  padding: 1.5rem;
  background-color: #f5f7fa;
  border-radius: 0.5rem;
}

.p-works-single__gallery {
  display: grid;
  margin-top: 3.5rem;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  .p-works-single__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-works-single__gallery-image {
  width: 100%;
  background-color: #f5f7fa;
  border-radius: 0.25rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Service-Page
   ========================================================================== */
.p-service-page {
  padding-block: 5rem 7.5rem;
}

.p-service-page__inner {
  width: 100%;
  max-width: 75rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-service-page__intro {
  max-width: 50rem;
  margin: 0 auto 3.5rem;
  color: #667085;
  text-align: center;
}

.p-service-page__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 48em) {
  .p-service-page__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-service-page__item {
  padding: 2rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9dee8;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
}

.p-service-page__title {
  margin-bottom: 1rem;
  color: #0b2145;
  font-size: 1.25rem;
}

.p-service-page__text {
  color: #667085;
}

.p-service-page__section {
  margin-top: 5rem;
}

.p-service-page__section-title {
  margin-bottom: 2rem;
  color: #0b2145;
  font-size: 2rem;
  text-align: center;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   About-Page
   ========================================================================== */
.p-about-page {
  padding-block: 5rem 7.5rem;
}

.p-about-page__inner {
  width: 100%;
  max-width: 75rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-about-page__profile {
  display: grid;
  gap: 2rem;
}
@media (min-width: 48em) {
  .p-about-page__profile {
    grid-template-columns: minmax(15rem, 1fr) minmax(0, 2fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-about-page__image {
  width: 100%;
  background-color: #f5f7fa;
  border-radius: 0.5rem;
}

.p-about-page__content {
  display: grid;
  gap: 1.5rem;
}

.p-about-page__heading {
  color: #0b2145;
  font-size: 2rem;
}

.p-about-page__text {
  color: #667085;
}

.p-about-page__section {
  margin-top: 5rem;
  padding-top: 3.5rem;
  border-top: 0.0625rem solid #d9dee8;
}

.p-about-page__section-title {
  margin-bottom: 2rem;
  color: #0b2145;
  font-size: 1.25rem;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Contact-Page
   ========================================================================== */
.p-contact-page {
  padding-block: 5rem 7.5rem;
}

.p-contact-page__inner {
  width: 100%;
  max-width: 50rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  margin-inline: auto;
}

.p-contact-page__intro {
  margin-bottom: 3.5rem;
  color: #667085;
  text-align: center;
}

.p-contact-page__form {
  padding: 2rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d9dee8;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(11, 33, 69, 0.08);
}
@media (min-width: 48em) {
  .p-contact-page__form {
    padding: 3.5rem;
  }
}

.p-contact-page__notes {
  display: grid;
  margin-top: 2rem;
  gap: 0.5rem;
  color: #667085;
  font-size: 0.75rem;
}

.p-contact-page__privacy {
  margin-top: 1.5rem;
  text-align: center;
}

.p-contact-page__privacy a {
  color: #1557a6;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

/* ==========================================================================
   Object
   Utility
   Index
   ========================================================================== */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Display
   ========================================================================== */
.u-display-none {
  display: none !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-display-grid {
  display: grid !important;
}

.u-sp-only {
  display: block !important;
}
@media (min-width: 48em) {
  .u-sp-only {
    display: none !important;
  }
}

.u-tab-up {
  display: none !important;
}
@media (min-width: 48em) {
  .u-tab-up {
    display: block !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media (min-width: 64em) {
  .u-pc-only {
    display: block !important;
  }
}

@media (min-width: 48em) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Text
   ========================================================================== */
.u-text-left {
  text-align: left !important;
}

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

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

.u-text-primary {
  color: #0b2145 !important;
}

.u-text-secondary {
  color: #1557a6 !important;
}

.u-text-muted {
  color: #667085 !important;
}

.u-text-light {
  color: #ffffff !important;
}

.u-text-xs {
  font-size: 0.75rem !important;
}

.u-text-sm {
  font-size: 0.875rem !important;
}

.u-text-md {
  font-size: 1rem !important;
}

.u-text-lg {
  font-size: 1.25rem !important;
}

.u-text-xl {
  font-size: 2rem !important;
}

.u-font-regular {
  font-weight: 400 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-break {
  overflow-wrap: anywhere !important;
}

/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Animations
   ========================================================================== */
@-webkit-keyframes u-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes u-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes u-slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes u-slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.u-fade-in {
  -webkit-animation: u-fade-in 0.6s ease both;
          animation: u-fade-in 0.6s ease both;
}

.u-slide-up {
  -webkit-animation: u-slide-up 0.6s ease both;
          animation: u-slide-up 0.6s ease both;
}

.js-scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-scroll-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-hover-lift {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-lift:hover {
    -webkit-box-shadow: 0 0.75rem 2rem rgba(11, 33, 69, 0.12);
            box-shadow: 0 0.75rem 2rem rgba(11, 33, 69, 0.12);
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .u-fade-in,
  .u-slide-up,
  .js-scroll-animation {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Visually-Hidden
   ========================================================================== */
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-visually-hidden-focusable:not(:focus, :focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-visually-hidden-focusable:focus,
.u-visually-hidden-focusable:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 1rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}