h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5, .view-page.layout-about .l-about-page .c-section-title__text, .view-page.layout-about .l-about-page .l-about-intro__name,
h6, .h6, .view-page.layout-about .l-about-page .l-about-intro__title-text {
  font-family: "Hanken Grotesk", "Noto Sans TC", -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

h1, .h1 {
  line-height: 72px;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 54px;
  }
}

h2, .h2 {
  line-height: 60px;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 48px;
  }
}

h3, .h3 {
  line-height: 48px;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1px;
  }
}

h4, .h4 {
  line-height: 40px;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}

h5, .h5, .view-page.layout-about .l-about-page .c-section-title__text, .view-page.layout-about .l-about-page .l-about-intro__name {
  line-height: 32px;
}
@media (max-width: 991.98px) {
  h5, .h5, .view-page.layout-about .l-about-page .c-section-title__text, .view-page.layout-about .l-about-page .l-about-intro__name {
    font-size: 18px;
    line-height: 32px;
  }
}

h6, .h6, .view-page.layout-about .l-about-page .l-about-intro__title-text {
  line-height: 32px;
}
@media (max-width: 991.98px) {
  h6, .h6, .view-page.layout-about .l-about-page .l-about-intro__title-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.h1-en, .view-page.layout-about .l-about-page .l-about-hero__title {
  font-family: "Hanken Grotesk", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 86px;
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .h1-en, .view-page.layout-about .l-about-page .l-about-hero__title {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}

.h2-en {
  font-family: "Hanken Grotesk", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .h2-en {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}

.h5-en {
  font-family: "Hanken Grotesk", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
}

.display-1,
.display-2 {
  font-family: "Hanken Grotesk", "Noto Sans TC", -apple-system, "Segoe UI", Roboto, sans-serif;
}

.body-1, .text-body-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #292929;
}

.body-2, .text-body-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #292929;
}

.body-3, .text-body-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #292929;
}

.rotate-180 {
  transform: rotate(180deg);
}

.breadcrumb {
  --bs-breadcrumb-item-padding-x: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb {
    --bs-breadcrumb-item-padding-x: 8px;
  }
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:not([href]) {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-color: #41A9A5;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: #EBEBEB;
  --bs-pagination-hover-color: #41A9A5;
  --bs-pagination-hover-bg: #EAF8F7;
  --bs-pagination-hover-border-color: #41A9A5;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #41A9A5;
  --bs-pagination-active-border-color: #41A9A5;
  --bs-pagination-disabled-color: #41A9A5;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #EBEBEB;
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-border-radius: 50%;
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination .page-link.disabled {
  opacity: 0.5;
}

.btn {
  transition: 0.3s ease-out;
}

.btn-solid {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #41A9A5;
  --bs-btn-bg: #41A9A5;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #41A9A5;
  --bs-btn-disabled-opacity: 0.4;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #41A9A5;
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  min-width: 160px;
  box-shadow: 0 8px 36px 0 rgba(150, 207, 207, 0.7);
}
.btn-solid:hover {
  box-shadow: none;
}

.btn-solid-arrow svg {
  transition: transform 0.3s ease-out;
}
.btn-solid-arrow svg path {
  fill: #fff;
}
.btn-solid-arrow:hover svg {
  transform: translateX(4px);
}
.btn-solid-arrow:hover svg path {
  fill: #41A9A5;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-arrow {
  --bs-btn-color: #41A9A5;
  --bs-btn-hover-color: #41A9A5;
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #EAF8F7;
  --bs-btn-border-radius: 999px;
  --bs-btn-border-color: #EBEBEB;
  --bs-btn-hover-border-color: #41A9A5;
  --bs-btn-disabled-opacity: 0.4;
  --bs-btn-disabled-border-color: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #EBEBEB;
}

.c-article-card {
  display: block;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #EBEBEB;
  overflow: hidden;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.c-article-card:hover {
  box-shadow: 0 8px 36px 0 rgba(150, 207, 207, 0.3);
}
.c-article-card:hover .c-article-card__image {
  transform: scale(1.02);
}
.c-article-card:hover .c-article-card__title {
  color: #41A9A5;
}
.c-article-card:hover .c-article-card__icon {
  transform: translateX(4px);
}
.c-article-card picture {
  display: block;
}
.c-article-card__image-wrapper {
  aspect-ratio: 233/131;
}
.c-article-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.c-article-card__content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.c-article-card__category {
  background-color: #EAF8F7;
  color: #41A9A5;
  align-self: start;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .c-article-card__category {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-article-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
.c-article-card__title {
  color: #292929;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  transition: 0.3s ease-out;
}
.c-article-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-article-card__date {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .c-article-card__date {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-article-card__icon {
  transition: 0.3s ease-out;
}

.c-contact {
  position: relative;
  background: linear-gradient(275deg, #3490d1 0%, #5ba9d9 100%);
  border-radius: 24px;
  padding: 40px 60px;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.c-contact:hover {
  box-shadow: 0 8px 36px 0 rgba(150, 207, 207, 0.3);
}
@media (max-width: 991.98px) {
  .c-contact {
    padding: 16px 20px;
    border-radius: 12px;
  }
}
.c-contact__bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/front/icon/contact-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.c-contact .container {
  --bs-gutter-x: 0;
}
.c-contact__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .c-contact__container {
    gap: 16px;
  }
}
.c-contact__content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .c-contact__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.c-contact__title-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .c-contact__title-wrapper {
    gap: 12px;
  }
}
.c-contact__dot {
  width: 10px;
  height: 10px;
  background-color: white;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .c-contact__dot {
    width: 8px;
    height: 8px;
  }
}
.c-contact__title {
  margin: 0;
  color: white;
}
.c-contact__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-contact__email {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: opacity 0.3s ease;
}
@media (max-width: 991.98px) {
  .c-contact__email {
    font-size: 16px;
  }
}
.c-contact__description {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .c-contact__description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .c-contact__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .c-contact__description {
    font-size: 12px;
    line-height: 20px;
  }
}
.c-contact__button-wrapper {
  flex-shrink: 0;
}
.c-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 999px;
  transition: 0.3s ease-out;
  text-decoration: none;
  cursor: pointer;
}
.c-contact__button:hover {
  background-color: transparent;
  border: 1px solid white;
}
.c-contact__button:hover .c-contact__icon {
  background-image: url(../../images/front/icon/contact-white.svg);
}
@media (max-width: 991.98px) {
  .c-contact__button {
    width: 44px;
    height: 44px;
  }
}
.c-contact__icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../images/front/icon/contact-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .c-contact__icon {
    width: 20px;
    height: 20px;
  }
}

body {
  padding-top: 69px;
}
@media (min-width: 992px) {
  body {
    padding-top: 85px;
  }
}

[uni-cloak] * {
  pointer-events: none;
}

.navbar-brand img {
  height: 35px;
  margin-top: -8px;
}

.header {
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 991.98px) {
  .header:has(.navbar-collapse.show, .collapsing) {
    border-bottom: 0;
  }
  .header:has(.navbar-collapse.show, .collapsing) .navbar-toggler {
    background-image: url(../../images/front/icon/close.svg);
  }
}
.header .container {
  --bs-gutter-x: 40px;
}
.header .navbar {
  --bs-navbar-padding-y: 16px;
  --bs-navbar-brand-padding-y: 8px;
  --bs-navbar-padding-x: 24px;
}
@media (max-width: 991.98px) {
  .header .navbar {
    --bs-navbar-brand-padding-y: 0;
    --bs-navbar-padding-x: 0;
  }
}
.header .navbar-toggler {
  --bs-border-width: 0;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-padding-x: 8px;
  --bs-navbar-toggler-padding-y: 7px;
  background-image: url(../../images/front/icon/menu.svg);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.header .navbar-brand {
  text-decoration: none;
}
.header .navbar-brand .brand-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 4px;
}
@media (max-width: 991.98px) {
  .header .navbar-brand .brand-text {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.header .navbar-brand .brand-text__title {
  color: #41A9A5;
}
.header .navbar-brand .brand-text__name {
  color: #292929;
}
.header .navbar-nav {
  --bs-nav-link-padding-y: 8px;
}
.header .nav-link {
  --bs-navbar-nav-link-padding-x: 24px;
  color: #292929;
  transition: color 0.3s ease;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .header .nav-link {
    font-size: 16px;
    line-height: 28px;
  }
}
.header .nav-link:hover {
  color: #41A9A5;
}
@media (max-width: 991.98px) {
  .header .nav-link {
    --bs-nav-link-padding-y: 12px;
  }
}
.header .navbar-collapse {
  position: relative;
  transition: 0.3s ease-out;
}
@media (max-width: 991.98px) {
  .header .navbar-collapse {
    margin-top: 16px;
    padding-top: 8px;
  }
  .header .navbar-collapse::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 1px;
    background-color: #EBEBEB;
    margin: 0 -20px;
  }
}

.navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  pointer-events: none;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .navbar-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1000;
  }
}

.footer {
  background-color: white;
  padding: 16px 0;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 991.98px) {
  .footer {
    padding: 16px 20px 24px;
  }
}
.footer .container {
  --bs-gutter-x: 40px;
}
@media (max-width: 991.98px) {
  .footer .container {
    --bs-gutter-x: 0px;
  }
}
.footer__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .footer__container {
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer .nav {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
.footer .nav__item:not(:first-child) {
  border-left: 1px solid #EBEBEB;
  padding-left: 32px;
  margin-left: 32px;
}
@media (max-width: 991.98px) {
  .footer .nav__item:not(:first-child) {
    padding-left: 28px;
    margin-left: 28px;
  }
}
.footer .nav__item .nav__link {
  color: #575757;
  text-decoration: none;
  transition: 0.3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .footer .nav__item .nav__link {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer .nav__item .nav__link:hover {
  color: #41A9A5;
}
.footer .social {
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .social__link {
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.3s ease-out;
}
.footer .social__link:hover {
  background-color: transparent;
  color: #41A9A5;
  border-color: #41A9A5;
}
.footer__bottom {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.footer__bottom-copyright {
  color: #575757;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .footer__bottom-copyright {
    font-size: 12px;
    line-height: 20px;
  }
}

.view-page.layout-about {
  overflow-x: hidden;
}
.view-page.layout-about .l-about-page .l-about-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-bg {
    top: 68px;
  }
}
.view-page.layout-about .l-about-page .l-about-bg__static {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 688px;
  background-image: url(../../images/front/news/bg-static.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .view-page.layout-about .l-about-page .l-about-bg__static {
    background-image: url(../../images/front/news/bg-static-mobile.svg);
    background-size: contain;
    min-height: 289px;
  }
}
.view-page.layout-about .l-about-page .l-about-bg__animated {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 688px;
  background-image: url(../../images/front/news/bg-animated-lines.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: news-lines-slide-in 1.5s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .view-page.layout-about .l-about-page .l-about-bg__animated {
    background-image: url(../../images/front/news/bg-animated-lines-mobile.svg);
    background-size: contain;
    min-height: 289px;
  }
}
.view-page.layout-about .l-about-page .l-about-hero {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-hero {
    padding: 84px 0 0;
  }
}
.view-page.layout-about .l-about-page .l-about-hero .container {
  --bs-gutter-x: 88px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-hero .container {
    --bs-gutter-x: 40px;
  }
}
.view-page.layout-about .l-about-page .l-about-hero__title-wrapper {
  padding: 41px 0 97px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-hero__title-wrapper {
    padding: 8px 0 0;
  }
}
.view-page.layout-about .l-about-page .l-about-hero__title {
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 16px;
}
.view-page.layout-about .l-about-page .l-about-intro {
  padding: 60px 0 80px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro {
    padding: 48px 0 72px;
  }
}
.view-page.layout-about .l-about-page .l-about-intro .container {
  --bs-gutter-x: 88px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro .container {
    --bs-gutter-x: 40px;
  }
}
.view-page.layout-about .l-about-page .l-about-intro__container {
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro__container {
    flex-direction: column;
    gap: 40px;
  }
}
.view-page.layout-about .l-about-page .l-about-intro__image-wrapper {
  max-width: 420px;
  width: 100%;
  height: 486px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro__image-wrapper {
    height: auto;
  }
}
.view-page.layout-about .l-about-page .l-about-intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro__image {
    aspect-ratio: 353/408;
  }
}
.view-page.layout-about .l-about-page .l-about-intro__title-group {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro__title-group {
    margin-bottom: 16px;
  }
}
.view-page.layout-about .l-about-page .l-about-intro__name-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.view-page.layout-about .l-about-page .l-about-intro__name {
  color: #292929;
  margin: 0;
}
.view-page.layout-about .l-about-page .l-about-intro__title-text {
  color: #292929;
  margin: 0;
}
.view-page.layout-about .l-about-page .l-about-intro__slogan {
  color: #41A9A5;
  margin: 0;
}
.view-page.layout-about .l-about-page .l-about-intro__description {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro__description {
    padding-right: 0;
  }
}
.view-page.layout-about .l-about-page .l-about-intro__description p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-about-intro__description p {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-page.layout-about .l-about-page .l-resume {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume {
    padding: 0;
  }
}
.view-page.layout-about .l-about-page .l-resume .container {
  --bs-gutter-x: 88px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume .container {
    --bs-gutter-x: 40px;
  }
}
.view-page.layout-about .l-about-page .l-resume__content {
  max-width: 1076px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.view-page.layout-about .l-about-page .l-resume__title-wrapper {
  margin-bottom: 24px;
}
.view-page.layout-about .l-about-page .l-resume__intro {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__intro {
    margin-bottom: 24px;
  }
}
.view-page.layout-about .l-about-page .l-resume__intro img,
.view-page.layout-about .l-about-page .l-resume__intro iframe {
  max-width: 100%;
  height: auto;
}
.view-page.layout-about .l-about-page .l-resume__intro p:has(iframe),
.view-page.layout-about .l-about-page .l-resume__intro .txt:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.view-page.layout-about .l-about-page .l-resume__intro p:has(iframe) iframe, .view-page.layout-about .l-about-page .l-resume__intro p:has(iframe) object, .view-page.layout-about .l-about-page .l-resume__intro p:has(iframe) embed,
.view-page.layout-about .l-about-page .l-resume__intro .txt:has(iframe) iframe,
.view-page.layout-about .l-about-page .l-resume__intro .txt:has(iframe) object,
.view-page.layout-about .l-about-page .l-resume__intro .txt:has(iframe) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.view-page.layout-about .l-about-page .l-resume__intro-text {
  margin-bottom: 20px;
}
.view-page.layout-about .l-about-page .l-resume__intro-text--regular {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__intro-text--regular {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-page.layout-about .l-about-page .l-resume__intro-text--highlight {
  color: #41A9A5;
}
.view-page.layout-about .l-about-page .l-resume__description {
  color: #292929;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__description {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-page.layout-about .l-about-page .l-resume__two-columns {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__two-columns {
    padding: 24px 0;
  }
}
.view-page.layout-about .l-about-page .l-resume__two-columns:before {
  content: "";
  position: absolute;
  right: -17%;
  top: 190px;
  width: 120px;
  height: 120px;
  background-image: url(../../images/front/about/resume-right-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__two-columns:before {
    top: 267px;
    width: 105px;
    height: 105px;
  }
}
.view-page.layout-about .l-about-page .l-resume__subsection .c-section-title {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__subsection .c-section-title {
    margin-bottom: 24px;
  }
}
.view-page.layout-about .l-about-page .l-resume__subsection--career {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__subsection--career {
    padding: 24px 0;
  }
}
.view-page.layout-about .l-about-page .l-resume__subsection--practice {
  position: relative;
  padding: 40px 0 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__subsection--practice {
    padding: 24px 0 0;
  }
}
.view-page.layout-about .l-about-page .l-resume__subsection--practice:before {
  display: none;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__subsection--practice:before {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 202px;
    width: 129px;
    height: 170px;
    background-image: url(../../images/front/about/practice-right-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.view-page.layout-about .l-about-page .l-resume__divider {
  width: 12px;
  height: 2px;
  background-color: #41A9A5;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__divider {
    margin-bottom: 24px;
  }
}
.view-page.layout-about .l-about-page .l-resume__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
}
.view-page.layout-about .l-about-page .l-resume__list li {
  color: #292929;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-resume__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-page.layout-about .l-about-page .l-contact {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .view-page.layout-about .l-about-page .l-contact {
    padding: 80px 20px 100px;
  }
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-contact {
    padding: 40px 20px;
  }
}
.view-page.layout-about .l-about-page .l-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 125px;
  background-image: url(../../images/front/about/contact-left-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 113px;
  height: 207px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-contact:before {
    display: none;
  }
}
.view-page.layout-about .l-about-page .l-contact:after {
  content: "";
  position: absolute;
  right: 0;
  top: -140px;
  background-image: url(../../images/front/about/contact-right-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 229px;
  height: 560px;
}
@media (max-width: 991.98px) {
  .view-page.layout-about .l-about-page .l-contact:after {
    display: none;
  }
}
.view-page.layout-about .l-about-page .l-contact__wrapper {
  position: relative;
  max-width: 1076px;
  margin: 0 auto;
}
.view-page.layout-about .l-about-page .l-contact__decoration {
  position: absolute;
  border-radius: 999px;
}
.view-page.layout-about .l-about-page .l-contact__decoration--left {
  left: -90px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #3490d1 -5%, rgba(52, 144, 209, 0.4) 111.14%);
  animation: float-vertical 8s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
  .view-page.layout-about .l-about-page .l-contact__decoration--left {
    left: -29px;
    bottom: -35px;
  }
}
.view-page.layout-about .l-about-page .l-contact__decoration--right {
  right: -110px;
  top: -20px;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .view-page.layout-about .l-about-page .l-contact__decoration--right {
    right: -13px;
    top: -12px;
  }
}
.view-page.layout-about .l-about-page .l-contact__decoration--right::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -29px;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  border-radius: 999px;
  animation: float-vertical-down 10s ease-in-out infinite;
}
@keyframes news-lines-slide-in {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.view-page.layout-about .l-about-page .c-dots {
  display: flex;
  gap: 16px;
  align-items: center;
}
.view-page.layout-about .l-about-page .c-dots__item {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: block;
}
.view-page.layout-about .l-about-page .c-dots__item--yellow {
  background-color: #FEC800;
  opacity: 0.6;
}
.view-page.layout-about .l-about-page .c-dots__item--blue {
  background-color: #B8E8FC;
}
.view-page.layout-about .l-about-page .c-dots__item--green {
  background-color: #5DB9B6;
}
.view-page.layout-about .l-about-page .c-section-title {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.view-page.layout-about .l-about-page .c-section-title__text {
  color: #292929;
  margin: 0;
}

.view-error .error-item {
  height: calc(100vh - 186px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .view-error .error-item {
    height: calc(100vh - 204px);
  }
}
.view-error .error-item h1 {
  line-height: 1;
}

.view-article-item {
  overflow-x: hidden;
}
.view-article-item .l-article-item .l-news-content-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-bg {
    top: 68px;
  }
}
.view-article-item .l-article-item .l-news-content-bg__static {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 688px;
  background-image: url(../../images/front/news/bg-static.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .view-article-item .l-article-item .l-news-content-bg__static {
    background-image: url(../../images/front/news/bg-static-mobile.svg);
    background-size: contain;
    min-height: 289px;
  }
}
.view-article-item .l-article-item .l-news-content-bg__animated {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 688px;
  background-image: url(../../images/front/news/bg-animated-lines.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: news-lines-slide-in 1.5s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .view-article-item .l-article-item .l-news-content-bg__animated {
    background-image: url(../../images/front/news/bg-animated-lines-mobile.svg);
    background-size: contain;
    min-height: 289px;
  }
}
.view-article-item .l-article-item .l-news-content-hero {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-hero {
    padding: 84px 0 0;
  }
}
.view-article-item .l-article-item .l-news-content-hero .container {
  --bs-gutter-x: 88px;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-hero .container {
    --bs-gutter-x: 40px;
  }
}
.view-article-item .l-article-item .l-news-content-hero__breadcrumb .breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
}
.view-article-item .l-article-item .l-news-content-hero__title-wrapper {
  padding: 58px 0 98px;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-hero__title-wrapper {
    display: none;
  }
}
.view-article-item .l-article-item .l-news-content-hero__title {
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 16px;
}
.view-article-item .l-article-item .l-news-content-section {
  padding: 60px 0 80px;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-section {
    padding: 32px 0 24px;
  }
}
.view-article-item .l-article-item .l-news-content-section .container {
  --bs-gutter-x: 88px;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-section .container {
    --bs-gutter-x: 40px;
  }
}
.view-article-item .l-article-item .l-news-content-section__content {
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-section__content {
    flex-direction: column;
    gap: 24px;
  }
}
.view-article-item .l-article-item .l-news-content-section__article-wrapper {
  width: 100%;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-news-content-section .c-news-category {
    display: none;
  }
}
.view-article-item .l-article-item .l-contact {
  padding: 80px 0 100px;
}
@media (max-width: 1199.98px) {
  .view-article-item .l-article-item .l-contact {
    padding: 80px 20px 100px;
  }
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .l-contact {
    padding: 40px 20px;
  }
}
.view-article-item .l-article-item .l-contact__wrapper {
  position: relative;
  max-width: 1076px;
  margin: 0 auto;
}
.view-article-item .l-article-item .l-contact__decoration {
  position: absolute;
  border-radius: 999px;
}
.view-article-item .l-article-item .l-contact__decoration--left {
  left: -90px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #3490d1 -5%, rgba(52, 144, 209, 0.4) 111.14%);
  animation: float-vertical 8s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
  .view-article-item .l-article-item .l-contact__decoration--left {
    left: -29px;
    bottom: -35px;
  }
}
.view-article-item .l-article-item .l-contact__decoration--right {
  right: -110px;
  top: -20px;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .view-article-item .l-article-item .l-contact__decoration--right {
    right: -13px;
    top: -12px;
  }
}
.view-article-item .l-article-item .l-contact__decoration--right::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -29px;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  border-radius: 999px;
  animation: float-vertical-down 10s ease-in-out infinite;
}
@keyframes news-lines-slide-in {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.view-article-item .l-article-item .c-news-category {
  width: 100%;
  max-width: 220px;
}
.view-article-item .l-article-item .c-news-category__label {
  display: none;
  color: #A6A6A6;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-news-category__label {
    font-size: 12px;
    line-height: 20px;
  }
}
.view-article-item .l-article-item .c-news-category__card {
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
  overflow: hidden;
}
.view-article-item .l-article-item .c-news-category__header {
  padding: 24px 20px;
  border-bottom: 1px dashed #EBEBEB;
}
.view-article-item .l-article-item .c-news-category__title {
  color: #292929;
  margin: 0;
}
.view-article-item .l-article-item .c-news-category__tabs {
  display: flex;
  flex-direction: column;
  padding: 8px 20px;
}
.view-article-item .l-article-item .c-news-category__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #292929;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-news-category__item {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-article-item .l-article-item .c-news-category__item:hover {
  color: #41A9A5;
}
.view-article-item .l-article-item .c-news-category__item:hover .c-news-category__dot {
  background-color: #41A9A5;
}
.view-article-item .l-article-item .c-news-category__item.is-active {
  color: #41A9A5;
}
.view-article-item .l-article-item .c-news-category__dot {
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #292929;
  margin-top: 12px;
  flex-shrink: 0;
}
.view-article-item .l-article-item .c-news-category__item.is-active .view-article-item .l-article-item .c-news-category__dot {
  background-color: #41A9A5;
}
.view-article-item .l-article-item .c-news-category__text {
  display: block;
  max-width: 158px;
}
.view-article-item .l-article-item .c-news-category__divider {
  display: none;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-news-category {
    max-width: none;
  }
  .view-article-item .l-article-item .c-news-category__label {
    display: inline-block;
  }
  .view-article-item .l-article-item .c-news-category__card {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .view-article-item .l-article-item .c-news-category__header {
    display: none;
  }
  .view-article-item .l-article-item .c-news-category__tabs {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .view-article-item .l-article-item .c-news-category__tabs::-webkit-scrollbar {
    display: none;
  }
  .view-article-item .l-article-item .c-news-category__item {
    width: auto;
    padding: 4px 12px;
    background: transparent;
    border-radius: 999px;
    color: #292929;
    gap: 0;
    scroll-snap-align: start;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .view-article-item .l-article-item .c-news-category__item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-news-category__item.is-active {
    background-color: #EAF8F7;
    color: #41A9A5;
  }
  .view-article-item .l-article-item .c-news-category__item.is-active:hover {
    color: #41A9A5;
  }
  .view-article-item .l-article-item .c-news-category__dot {
    display: none;
  }
  .view-article-item .l-article-item .c-news-category__text {
    max-width: none;
  }
  .view-article-item .l-article-item .c-news-category__divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #EBEBEB;
    border-radius: 999px;
    flex-shrink: 0;
  }
}
.view-article-item .l-article-item .c-article {
  border: 1px solid #EBEBEB;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article {
    border-radius: 16px;
    gap: 24px;
    padding: 0;
    border: 0;
  }
}
.view-article-item .l-article-item .c-article__header {
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 clamp(20px, 5vw, 40px) 12px;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__header {
    padding: 0;
    border-bottom: 0;
    gap: 16px;
  }
}
.view-article-item .l-article-item .c-article__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 3vw, 20px);
}
.view-article-item .l-article-item .c-article__tag {
  align-items: center;
  background-color: #EAF8F7;
  border-radius: 999px;
  color: #41A9A5;
  display: inline-flex;
  gap: 10px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__tag {
    font-size: 14px;
    line-height: 24px;
  }
}
.view-article-item .l-article-item .c-article__date {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__date {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__date {
    display: none;
  }
}
.view-article-item .l-article-item .c-article__date--mobile {
  color: #A6A6A6;
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__date--mobile {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__date--mobile {
    display: block;
  }
}
.view-article-item .l-article-item .c-article__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.view-article-item .l-article-item .c-article__title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.view-article-item .l-article-item .c-article__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: block;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__dot {
    display: none;
  }
}
.view-article-item .l-article-item .c-article__dot--green {
  background-color: #5DB9B6;
}
.view-article-item .l-article-item .c-article__heading {
  color: #41A9A5;
  margin: 0;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__heading {
    color: #292929;
  }
}
.view-article-item .l-article-item .c-article__figure {
  margin: 0;
  padding: 0 clamp(20px, 5vw, 40px);
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__figure {
    padding: 0;
  }
}
.view-article-item .l-article-item .c-article__image {
  border-radius: 24px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__image {
    border-radius: 12px;
  }
}
.view-article-item .l-article-item .c-article__content {
  padding: 0 clamp(20px, 5vw, 40px);
}
@media (max-width: 991.98px) {
  .view-article-item .l-article-item .c-article__content {
    padding: 0;
  }
}
.view-article-item .l-article-item .c-article__content img,
.view-article-item .l-article-item .c-article__content iframe {
  max-width: 100%;
  height: auto;
}
.view-article-item .l-article-item .c-article__content p:has(iframe),
.view-article-item .l-article-item .c-article__content .txt:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.view-article-item .l-article-item .c-article__content p:has(iframe) iframe, .view-article-item .l-article-item .c-article__content p:has(iframe) object, .view-article-item .l-article-item .c-article__content p:has(iframe) embed,
.view-article-item .l-article-item .c-article__content .txt:has(iframe) iframe,
.view-article-item .l-article-item .c-article__content .txt:has(iframe) object,
.view-article-item .l-article-item .c-article__content .txt:has(iframe) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.view-article-list {
  overflow-x: hidden;
}
.view-article-list .l-article-list .l-news-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-bg {
    top: 68px;
  }
}
.view-article-list .l-article-list .l-news-bg__static {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 688px;
  background-image: url(../../images/front/news/bg-static.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .view-article-list .l-article-list .l-news-bg__static {
    background-image: url(../../images/front/news/bg-static-mobile.svg);
    background-size: contain;
    min-height: 289px;
  }
}
.view-article-list .l-article-list .l-news-bg__animated {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 688px;
  background-image: url(../../images/front/news/bg-animated-lines.svg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: news-lines-slide-in 1.5s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .view-article-list .l-article-list .l-news-bg__animated {
    background-image: url(../../images/front/news/bg-animated-lines-mobile.svg);
    background-size: contain;
    min-height: 289px;
  }
}
.view-article-list .l-article-list .l-news-hero {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-hero {
    padding: 84px 0 0;
  }
}
.view-article-list .l-article-list .l-news-hero .container {
  --bs-gutter-x: 88px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-hero .container {
    --bs-gutter-x: 40px;
  }
}
.view-article-list .l-article-list .l-news-hero__breadcrumb .breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
}
.view-article-list .l-article-list .l-news-hero__title-wrapper {
  padding: 58px 0 98px;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-hero__title-wrapper {
    padding: 8px 0 0;
  }
}
.view-article-list .l-article-list .l-news-hero__title {
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 16px;
}
.view-article-list .l-article-list .l-news-section {
  padding: 60px 0 80px;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-section {
    padding: 48px 0 24px;
  }
}
.view-article-list .l-article-list .l-news-section .container {
  --bs-gutter-x: 88px;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-section .container {
    --bs-gutter-x: 40px;
  }
}
.view-article-list .l-article-list .l-news-section__content {
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-section__content {
    flex-direction: column;
    gap: 24px;
  }
}
.view-article-list .l-article-list .l-news-section__list-wrapper {
  width: 100%;
}
.view-article-list .l-article-list .l-news-section__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-news-section__list {
    gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.view-article-list .l-article-list .l-contact {
  padding: 80px 0 100px;
}
@media (max-width: 1199.98px) {
  .view-article-list .l-article-list .l-contact {
    padding: 80px 20px 100px;
  }
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .l-contact {
    padding: 40px 20px;
  }
}
.view-article-list .l-article-list .l-contact__wrapper {
  position: relative;
  max-width: 1076px;
  margin: 0 auto;
}
.view-article-list .l-article-list .l-contact__decoration {
  position: absolute;
  border-radius: 999px;
}
.view-article-list .l-article-list .l-contact__decoration--left {
  left: -90px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #3490d1 -5%, rgba(52, 144, 209, 0.4) 111.14%);
  animation: float-vertical 8s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
  .view-article-list .l-article-list .l-contact__decoration--left {
    left: -29px;
    bottom: -35px;
  }
}
.view-article-list .l-article-list .l-contact__decoration--right {
  right: -110px;
  top: -20px;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .view-article-list .l-article-list .l-contact__decoration--right {
    right: -13px;
    top: -12px;
  }
}
.view-article-list .l-article-list .l-contact__decoration--right::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -29px;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  border-radius: 999px;
  animation: float-vertical-down 10s ease-in-out infinite;
}
@keyframes news-lines-slide-in {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes float-vertical {
  0% {
    transform: translateY(0);
  }
  37.5% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-60px);
  }
  87.5% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-vertical-down {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(60px);
  }
  50% {
    transform: translateY(60px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.view-article-list .l-article-list .c-news-category {
  width: 100%;
  max-width: 220px;
}
.view-article-list .l-article-list .c-news-category__label {
  display: none;
  color: #A6A6A6;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .c-news-category__label {
    font-size: 12px;
    line-height: 20px;
  }
}
.view-article-list .l-article-list .c-news-category__card {
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
  overflow: hidden;
}
.view-article-list .l-article-list .c-news-category__header {
  padding: 24px 20px;
  border-bottom: 1px dashed #EBEBEB;
}
.view-article-list .l-article-list .c-news-category__title {
  color: #292929;
  margin: 0;
}
.view-article-list .l-article-list .c-news-category__tabs {
  display: flex;
  flex-direction: column;
  padding: 8px 20px;
}
.view-article-list .l-article-list .c-news-category__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #292929;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .c-news-category__item {
    font-size: 16px;
    line-height: 28px;
  }
}
.view-article-list .l-article-list .c-news-category__item:hover {
  color: #41A9A5;
}
.view-article-list .l-article-list .c-news-category__item:hover .c-news-category__dot {
  background-color: #41A9A5;
}
.view-article-list .l-article-list .c-news-category__item.is-active {
  color: #41A9A5;
}
.view-article-list .l-article-list .c-news-category__dot {
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #292929;
  margin-top: 12px;
  flex-shrink: 0;
}
.view-article-list .l-article-list .c-news-category__item.is-active .view-article-list .l-article-list .c-news-category__dot {
  background-color: #41A9A5;
}
.view-article-list .l-article-list .c-news-category__text {
  display: block;
  max-width: 158px;
}
.view-article-list .l-article-list .c-news-category__divider {
  display: none;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .c-news-category {
    max-width: none;
  }
  .view-article-list .l-article-list .c-news-category__label {
    display: inline-block;
  }
  .view-article-list .l-article-list .c-news-category__card {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .view-article-list .l-article-list .c-news-category__header {
    display: none;
  }
  .view-article-list .l-article-list .c-news-category__tabs {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .view-article-list .l-article-list .c-news-category__tabs::-webkit-scrollbar {
    display: none;
  }
  .view-article-list .l-article-list .c-news-category__item {
    width: auto;
    padding: 4px 12px;
    background: transparent;
    border-radius: 999px;
    color: #292929;
    gap: 0;
    scroll-snap-align: start;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .view-article-list .l-article-list .c-news-category__item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .c-news-category__item.is-active {
    background-color: #EAF8F7;
    color: #41A9A5;
  }
  .view-article-list .l-article-list .c-news-category__item.is-active:hover {
    color: #41A9A5;
  }
  .view-article-list .l-article-list .c-news-category__dot {
    display: none;
  }
  .view-article-list .l-article-list .c-news-category__text {
    max-width: none;
  }
  .view-article-list .l-article-list .c-news-category__divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #EBEBEB;
    border-radius: 999px;
    flex-shrink: 0;
  }
}
.view-article-list .l-article-list .pagination.c-pagination {
  display: flex;
  justify-content: center;
  column-gap: 12px;
  margin-top: 60px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .view-article-list .l-article-list .pagination.c-pagination {
    margin-top: 24px;
  }
}
.view-article-list .l-article-list .pagination.c-pagination .page-item:first-child {
  margin-right: clamp(0px, 3vw, 28px);
}
.view-article-list .l-article-list .pagination.c-pagination .page-item:last-child {
  margin-left: clamp(0px, 3vw, 28px);
}

.view-home {
  overflow-x: hidden;
}
.view-home .l-home-page .l-hero {
  position: relative;
  padding: 130px 0 174px;
  background: linear-gradient(to bottom, rgba(234, 248, 247, 0.3) 40%, #fff 100%);
  overflow: visible;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero {
    padding: 150px 0 104px;
  }
}
.view-home .l-home-page .l-hero__bg-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.view-home .l-home-page .l-hero__gradient {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
.view-home .l-home-page .l-hero__gradient--top-right {
  right: 0;
  bottom: 0;
  width: 1122px;
  height: 1000px;
  background-image: url(../../images/front/home/gradient-1.svg);
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__gradient--top-right {
    width: 232px;
    height: 232px;
    bottom: auto;
    top: -40px;
    right: -32px;
  }
}
.view-home .l-home-page .l-hero__gradient--top-left {
  top: 0;
  left: 0;
  width: 355px;
  height: 445px;
  background-image: url(../../images/front/home/gradient-2.svg);
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__gradient--top-left {
    width: 195px;
    height: 195px;
    left: -70px;
    top: 95px;
  }
}
.view-home .l-home-page .l-hero__circle {
  position: absolute;
  pointer-events: none;
}
.view-home .l-home-page .l-hero__circle--static-blue {
  left: -61px;
  top: 38px;
  width: 12px;
  height: 12px;
  background-image: url(../../images/front/home/circle-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__circle--static-blue {
    right: 0px;
    left: auto;
    top: 230%;
    transform: scale(0.6);
    opacity: 0;
  }
}
.view-home .l-home-page .l-hero__circle--static-yellow {
  top: -34px;
  left: -30px;
  width: 12px;
  height: 12px;
  background-image: url(../../images/front/home/circle-yellow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__circle--static-yellow {
    display: none;
  }
}
.view-home .l-home-page .l-hero__circle--text-bottom {
  bottom: -35%;
  left: 31%;
  width: 16px;
  height: 16px;
  background-color: #41A9A5;
  border-radius: 999px;
  border: 0px solid #41A9A5;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards, dynamic-circle-1-animation 9s ease-in-out 4.2s infinite;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__circle--text-bottom {
    display: none;
  }
}
.view-home .l-home-page .l-hero__circle--image-top-right {
  right: 39px;
  top: -74px;
  width: 14px;
  height: 14px;
  background-color: #B8E8FC;
  border-radius: 999px;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards, dynamic-circle-2-animation 6.5s ease-in-out 4.2s infinite;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__circle--image-top-right {
    display: none;
  }
}
.view-home .l-home-page .l-hero__circle--image-top-left {
  top: -3%;
  left: -3%;
  width: 10px;
  height: 10px;
  background-color: #41A9A5;
  border-radius: 999px;
  border: 0px solid #41A9A5;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards, dynamic-circle-3-animation 9s ease-in-out 4.2s infinite;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__circle--image-top-left {
    top: -19%;
    left: 33%;
    width: 6px;
    height: 6px;
  }
}
.view-home .l-home-page .l-hero__circle--right-bottom {
  right: 108%;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: #41A9A5;
  border-radius: 999px;
  border: 0px solid #41A9A5;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards, dynamic-circle-3-animation 9s ease-in-out 4.2s infinite;
}
.view-home .l-home-page .l-hero__circle--text-top {
  top: -32%;
  left: 11%;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 6px solid #41A9A5;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards, dynamic-circle-5-animation 7.5s ease-in-out 4.2s infinite;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__circle--text-top {
    top: -170%;
    left: -18%;
  }
}
.view-home .l-home-page .l-hero__line {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
.view-home .l-home-page .l-hero__line--top {
  left: 26%;
  top: 9%;
  width: 811px;
  height: 137px;
  background-image: url(../../images/front/home/line-1.svg);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__line--top {
    left: -41%;
    top: 10%;
    transform: scale(0.7);
  }
}
.view-home .l-home-page .l-hero__line--right {
  width: 142px;
  height: 479px;
  background-image: url(../../images/front/home/line-2.svg);
}
.view-home .l-home-page .l-hero__line--bottom-left {
  width: 176px;
  height: 428px;
  background-image: url(../../images/front/home/line-3.svg);
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__line--bottom-left {
    right: -176px;
    top: 67px;
  }
}
.view-home .l-home-page .l-hero__decoration-wrapper {
  position: absolute;
}
.view-home .l-home-page .l-hero__decoration-wrapper--right {
  right: -6%;
  top: 8%;
  width: 142px;
  height: 500px;
  transform: scale(0.7);
}
.view-home .l-home-page .l-hero__line-wrapper {
  position: absolute;
  left: -34px;
  top: 80%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.view-home .l-home-page .l-hero__dynamic-line {
  position: absolute;
  top: -135px;
  clip-path: inset(0 100% 0 0);
  animation: slide-in-right 1.5s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__dynamic-line {
    display: none;
  }
}
.view-home .l-home-page .l-hero__dynamic-line--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__dynamic-line--mobile {
    display: block;
    top: 60px;
    left: 26px;
  }
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero .container {
    --bs-gutter-x: 58px;
  }
}
.view-home .l-home-page .l-hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__wrapper {
    flex-direction: column-reverse;
    gap: 70px;
  }
}
.view-home .l-home-page .l-hero__content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  position: relative;
}
.view-home .l-home-page .l-hero__title {
  position: relative;
  font-family: "Hanken Grotesk", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 86px;
  letter-spacing: 3px;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__title {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.view-home .l-home-page .l-hero__subtitle {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #41A9A5;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.36px;
  }
}
.view-home .l-home-page .l-hero__subtitle p {
  margin-bottom: 0;
}
.view-home .l-home-page .l-hero__image-wrapper {
  position: relative;
  transform: translateY(68px);
  z-index: 1;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__image-wrapper {
    transform: translateY(0);
  }
}
.view-home .l-home-page .l-hero__image-bg {
  position: absolute;
  top: -97px;
  left: -61px;
  width: 571px;
  height: 686px;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__image-bg {
    top: -62px;
    left: -37px;
    width: 354px;
    height: 425px;
  }
}
.view-home .l-home-page .l-hero__image-bg-path--1 {
  opacity: 0;
  transform: translate(-100%, 100%);
  animation: slide-in-diagonal-1 0.7s cubic-bezier(0.83, 0, 0.52, 0.96) 1.5s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--2 {
  opacity: 0;
  transform: translate(-100%, 100%);
  animation: slide-in-diagonal-1 0.7s cubic-bezier(0.83, 0, 0.52, 0.96) 1.5s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--3 {
  opacity: 0;
  transform: translate(-100%, 100%);
  animation: slide-in-diagonal 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--4 {
  opacity: 0;
  animation: fade-in 0.4s cubic-bezier(0.83, 0, 0.52, 0.96) 1.8s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--5 {
  opacity: 0;
  transform: translate(-75px, 75px);
  animation: slide-in-diagonal-bottom-left-75px 0.4s cubic-bezier(0.83, 0, 0.52, 0.96) 1.8s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--6 {
  opacity: 0;
  transform: translate(50px, 50px);
  animation: slide-in-diagonal-bottom-right-50px 0.7s cubic-bezier(0.83, 0, 0.52, 0.96) 1.5s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--7 {
  opacity: 0;
  transform: translateY(100%);
  animation: slide-in-up 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--8 {
  opacity: 0;
  transform: translateY(100px);
  animation: slide-in-up-100px 0.7s cubic-bezier(0.83, 0, 0.52, 0.96) 1.5s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--9 {
  opacity: 0;
  transform: translate(100%, 100%);
  animation: slide-in-diagonal-bottom-right 1s cubic-bezier(0.83, 0, 0.52, 0.96) 1.2s forwards;
}
.view-home .l-home-page .l-hero__image-bg-path--12 {
  opacity: 0;
  transform: translate(-50px, 50px);
  animation: slide-in-diagonal-top-right-50px 0.4s cubic-bezier(0.83, 0, 0.52, 0.96) 1.8s forwards;
}
.view-home .l-home-page .l-hero__image {
  position: relative;
  width: 509px;
  height: 510px;
  object-fit: cover;
  opacity: 0;
  animation: fade-in 0.5s cubic-bezier(0.83, 0, 0.52, 0.96) 2.2s forwards;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__image {
    width: 316px;
    height: 316px;
  }
}
.view-home .l-home-page .l-hero__image .mask {
  mask: url(../../images/front/home/main-1x.png) no-repeat center center;
  -webkit-mask: url(../../images/front/home/main-1x.png) no-repeat center center;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-hero__image .mask {
    mask: url(../../images/front/home/main-mobile.png) no-repeat center center;
    -webkit-mask: url(../../images/front/home/main-mobile.png) no-repeat center center;
  }
}
.view-home .l-home-page .c-section-header {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.view-home .l-home-page .c-section-header__title {
  position: relative;
  margin-bottom: 8px;
}
.view-home .l-home-page .c-section-header__dots {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.view-home .l-home-page .c-section-header__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.view-home .l-home-page .c-section-header__dot--yellow {
  background-color: #FEC800;
  opacity: 0.6;
}
.view-home .l-home-page .c-section-header__dot--blue {
  background-color: #B8E8FC;
}
.view-home .l-home-page .c-section-header__dot--green {
  background-color: #5DB9B6;
}
.view-home .l-home-page .c-section-header--with-icon-bottom-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 15px;
  height: 15px;
  background-color: #FEC800;
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .c-section-header--with-icon-bottom-right::after {
    display: none;
  }
}
.view-home .l-home-page .c-section-header--with-icon-top-left::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 32px;
  width: 16px;
  height: 16px;
  background-color: #41A9A5;
  border-radius: 999px;
  border: 0px solid #41A9A5;
  opacity: 0;
  animation: circle-morph 7s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .c-section-header--with-icon-top-left::after {
    top: -18px;
    left: 12px;
  }
}
.view-home .l-home-page .c-section-header--horizontal {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.view-home .l-home-page .c-section-header--horizontal .c-section-header__title {
  margin-bottom: 0;
}
@keyframes dynamic-circle-1-animation {
  0% {
    opacity: 0;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  11.11% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  22.22% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  55.56% {
    opacity: 1;
    background-color: transparent;
    border-width: 3px;
    transform: scale(1.75);
  }
  66.67% {
    opacity: 1;
    background-color: transparent;
    border-width: 3px;
    transform: scale(1.75);
  }
  100% {
    opacity: 0;
    background-color: transparent;
    border-width: 3px;
    transform: scale(1.75);
  }
}
@keyframes dynamic-circle-2-animation {
  0% {
    opacity: 0;
  }
  46.15% {
    opacity: 1;
  }
  53.85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dynamic-circle-3-animation {
  0% {
    opacity: 0;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  11.11% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  22.22% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  55.56% {
    opacity: 1;
    background-color: transparent;
    border-width: 2px;
    transform: scale(2);
  }
  66.67% {
    opacity: 1;
    background-color: transparent;
    border-width: 2px;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    background-color: transparent;
    border-width: 2px;
    transform: scale(2);
  }
}
@keyframes dynamic-circle-4-animation {
  0% {
    opacity: 0;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  11.11% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  22.22% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  55.56% {
    opacity: 1;
    background-color: transparent;
    border-width: 2px;
    transform: scale(2.25);
  }
  66.67% {
    opacity: 1;
    background-color: transparent;
    border-width: 2px;
    transform: scale(2.25);
  }
  100% {
    opacity: 0;
    background-color: transparent;
    border-width: 2px;
    transform: scale(2.25);
  }
}
@keyframes dynamic-circle-5-animation {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }
  53.33% {
    opacity: 1;
    transform: translate(20px, -20px) scale(1);
  }
  60% {
    opacity: 1;
    transform: translate(20px, -20px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(20px, -20px) scale(1);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slide-in-diagonal-1 {
  0% {
    opacity: 0;
    transform: translate(-100%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-in-diagonal {
  0% {
    opacity: 0;
    transform: translate(-200%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-in-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in-up-100px {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in-diagonal-bottom-right {
  0% {
    opacity: 0;
    transform: translate(100%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-in-diagonal-bottom-right-50px {
  0% {
    opacity: 0;
    transform: translate(50px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-in-diagonal-bottom-left-75px {
  0% {
    opacity: 0;
    transform: translate(-75px, 75px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-in-diagonal-top-right-50px {
  0% {
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  100% {
    opacity: 0.4;
    transform: translate(0, 0);
  }
}
@keyframes circle-morph {
  0% {
    opacity: 0;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  28.57% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  35.71% {
    opacity: 1;
    background-color: #41A9A5;
    border-width: 0px;
    transform: scale(1);
  }
  64.29% {
    opacity: 1;
    background-color: transparent;
    border-width: 4px;
    transform: scale(2.25);
  }
  71.43% {
    opacity: 1;
    background-color: transparent;
    border-width: 4px;
    transform: scale(2.25);
  }
  100% {
    opacity: 0;
    background-color: transparent;
    border-width: 4px;
    transform: scale(2.25);
  }
}
.view-home .l-home-page .l-about {
  background-color: #fff;
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .view-home .l-home-page .l-about {
    padding: 40px 0;
  }
}
.view-home .l-home-page .l-about:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  background-image: url(../../images/front/home/about-circle.svg);
  background-size: auto;
  background-repeat: no-repeat;
  width: 206px;
  height: 206px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-about:before {
    background-image: url(../../images/front/home/about-circle-m.svg);
    width: 96px;
    height: 96px;
    top: 16px;
    right: -20px;
    left: auto;
  }
}
.view-home .l-home-page .l-about:after {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  background-image: url(../../images/front/home/about-line.svg);
  background-size: 267px 1022px;
  background-repeat: no-repeat;
  width: 267px;
  height: 1022px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-about:after {
    background-image: url(../../images/front/home/about-line.svg);
    background-size: 280px 336px;
    width: 280px;
    height: 336px;
    right: -98px;
    left: auto;
    top: auto;
    bottom: -70px;
  }
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-about .container {
    --bs-gutter-x: 40px;
  }
}
.view-home .l-home-page .l-about__description {
  color: #292929;
  margin: 6px auto 0;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-about__description {
    margin: 8px auto 0;
  }
}
.view-home .l-home-page .l-about__cta {
  margin: 60px auto 0;
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-about__cta {
    max-width: 180px;
  }
}
.view-home .l-home-page .c-lawyer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.view-home .l-home-page .c-lawyer-info__name {
  color: #41A9A5;
  margin-bottom: 0;
}
.view-home .l-home-page .c-lawyer-info__divider {
  width: 1px;
  height: 20px;
  background-color: #41A9A5;
  display: inline-block;
  margin: 0 12px;
}
.view-home .l-home-page .c-lawyer-info__title {
  color: #41A9A5;
  margin-bottom: 0;
}
.view-home .l-home-page .l-practice {
  position: relative;
  height: 200vh;
  background: linear-gradient(to bottom, #eaf8f7 0%, rgba(234, 248, 247, 0.2) 60%, #fff 100%);
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-practice {
    height: 100%;
  }
}
.view-home .l-home-page .l-practice__background {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.view-home .l-home-page .l-practice__sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-practice__sticky-container {
    height: auto;
    padding: 40px 0 60px;
  }
}
.view-home .l-home-page .l-practice__slider-wrapper {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-practice__slider-wrapper {
    margin-top: 20px;
  }
}
.view-home .l-home-page .l-practice__slider {
  display: flex;
  column-gap: 60px;
  padding: 20px 20px 0 100px;
  width: max-content;
  position: relative;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-practice__slider {
    padding: 20px 0 0 32px;
    column-gap: 24px;
  }
}
.view-home .l-home-page .c-practice-item {
  text-align: center;
  flex: 0 0 auto;
  width: 200px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .c-practice-item {
    width: 180px;
  }
}
.view-home .l-home-page .c-practice-item__icon {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 36px 0 rgba(150, 207, 207, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .c-practice-item__icon {
    width: 160px;
    height: 160px;
  }
}
.view-home .l-home-page .c-practice-item__image {
  width: 128px;
  height: 128px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .c-practice-item__image {
    width: 102px;
    height: 102px;
  }
}
.view-home .l-home-page .c-practice-item__text {
  color: #292929;
  margin: 0;
  padding: 0 24px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .c-practice-item__text {
    padding: 0;
  }
}
.view-home .l-home-page .l-articles {
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .view-home .l-home-page .l-articles {
    padding: 80px 20px;
  }
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-articles {
    padding: 40px 20px;
  }
}
.view-home .l-home-page .l-articles__wrapper {
  max-width: 1076px;
  margin: 0 auto;
}
.view-home .l-home-page .l-articles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-articles__header {
    justify-content: center;
  }
}
.view-home .l-home-page .l-articles__header .c-section-header {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-articles__header .c-section-header {
    flex-direction: column;
    row-gap: 8px;
  }
}
.view-home .l-home-page .l-articles__list {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-articles__list {
    gap: 16px;
    margin-top: 32px;
  }
  .view-home .l-home-page .l-articles__list .c-article-card:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .view-home .l-home-page .l-articles__list {
    flex-direction: column;
  }
}
.view-home .l-home-page .l-articles__cta {
  max-width: 240px;
  width: 100%;
}
.view-home .l-home-page .l-articles__cta--desktop {
  display: block;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-articles__cta--desktop {
    display: none;
  }
}
.view-home .l-home-page .l-articles__cta--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-articles__cta--mobile {
    display: block;
    margin: 32px auto 0;
    max-width: 180px;
  }
}
@keyframes float-vertical {
  0% {
    transform: translateY(0);
  }
  37.5% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-60px);
  }
  87.5% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-vertical-down {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(60px);
  }
  50% {
    transform: translateY(60px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.view-home .l-home-page .l-contact {
  padding: 80px 0 100px;
}
@media (max-width: 1199.98px) {
  .view-home .l-home-page .l-contact {
    padding: 80px 20px 100px;
  }
}
@media (max-width: 991.98px) {
  .view-home .l-home-page .l-contact {
    padding: 40px 20px;
  }
}
.view-home .l-home-page .l-contact__wrapper {
  position: relative;
  max-width: 1076px;
  margin: 0 auto;
}
.view-home .l-home-page .l-contact__decoration {
  position: absolute;
  border-radius: 999px;
}
.view-home .l-home-page .l-contact__decoration--left {
  left: -90px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #3490d1 -5%, rgba(52, 144, 209, 0.4) 111.14%);
  animation: float-vertical 8s ease-in-out infinite;
}
@media (max-width: 1199.98px) {
  .view-home .l-home-page .l-contact__decoration--left {
    left: -29px;
    bottom: -35px;
  }
}
.view-home .l-home-page .l-contact__decoration--right {
  right: -110px;
  top: -20px;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .view-home .l-home-page .l-contact__decoration--right {
    right: -13px;
    top: -12px;
  }
}
.view-home .l-home-page .l-contact__decoration--right::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -29px;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, #5db9b6 -13.33%, rgba(93, 185, 182, 0.6) 100%);
  border-radius: 999px;
  animation: float-vertical-down 10s ease-in-out infinite;
}