@charset "UTF-8";
/* =============================================================== */
/* Typography TW 繁體字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/* =============================================================== */
/* Typography EN 英文字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* =============================================================== */
/* Typography Number 數字,英文 字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/* =============================================================== */
/* Spacing Scale（間距尺度系統）
/* =============================================================== */
/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
/***************************************************************************/
/*                              Color Style                                */
/***************************************************************************/
.success {
  color: #198754;
}

.danger {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

.info {
  color: #0dcaf0;
}

.bg--success {
  background-color: #198754;
}

.bg--danger {
  background-color: #dc3545;
}

.bg--warning {
  background-color: #ffc107;
}

.bg--info {
  background-color: #0dcaf0;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #6c757d;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #495057;
  margin-top: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1.8125rem;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.8125rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.3125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 2.25rem;
  }
  h2, .h2 {
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    margin-bottom: 1.875rem;
  }
  h4, .h4 {
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    margin-bottom: 1.125rem;
  }
  h6, .h6 {
    margin-bottom: 0rem;
  }
}
p, li, th, td {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

th, td {
  line-height: 1.25rem;
  margin-bottom: 0;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

dl, ol, ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

.content {
  margin: 0 auto;
}

.v5-page {
  font-family: "Inter", sans-serif;
  color: #475569;
  background-color: #fff;
}

.v5-btn-primary {
  background-color: #1D4ED8;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.v5-btn-primary:hover {
  background-color: #1E40AF;
  color: #fff;
}

.v5-btn-primary-lg {
  background-color: #1D4ED8;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.v5-btn-primary-lg:hover {
  background-color: #1E40AF;
  color: #fff;
}

.v5-btn-outline {
  background-color: #fff;
  color: #334155;
  border: 0.09375rem solid #CBD5E1;
  border-radius: 0.375rem;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.v5-btn-login {
  background-color: #F8FAFC;
  color: #475569;
  border: none;
  border-radius: 0.375rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.v5-nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0.0625rem solid #E2E8F0;
}

nav.v5-nav .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  nav.v5-nav .wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 576px) {
  nav.v5-nav .wrap {
    padding: 0 1.5rem;
  }
}

.v5-nav__inner {
  padding: 1rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-nav__inner {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-nav__inner {
    padding: 0.75rem 0;
  }
}

.v5-nav__logo {
  width: 28px;
  height: 28px;
  border-radius: 0.375rem;
  background-color: #1D4ED8;
  flex-shrink: 0;
}

.v5-nav__name {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
}

.v5-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v5-nav__links li {
  margin-bottom: 0;
}

.v5-nav__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
}
.v5-nav__link:hover {
  color: #1D4ED8;
}

.v5-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F5FF), to(#fff));
  background: linear-gradient(180deg, #F0F5FF 0%, #fff 100%);
  padding: 3.75rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-hero {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-hero {
    padding: 3rem 0;
  }
}

.v5-hero .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-hero .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-hero .wrap {
    padding: 0 1.25rem;
  }
}

.v5-hero__inner {
  gap: 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-hero__inner {
    gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .v5-hero__inner {
    gap: 2rem;
    flex-direction: column;
  }
}

.v5-hero__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.v5-hero__badge {
  display: inline-flex;
  align-items: center;
  background-color: #DBEAFE;
  border: 0.0625rem solid #BFDBFE;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
}
.v5-hero__badge span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1D4ED8;
}

.v5-hero h2 {
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
  line-height: 1.25;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-hero h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-hero h2 {
    font-size: 1.75rem;
  }
}

.v5-hero__left > p {
  font-size: 1rem;
  color: #475569;
  line-height: 2;
  margin-bottom: 0;
}

.v5-hero__btns {
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

.v5-hero__hint {
  font-size: 0.75rem;
  color: #94A3B8;
}

.v5-hero__right {
  flex: 0 0 460px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-hero__right {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .v5-hero__right {
    flex: none;
    width: 100%;
  }
}

.v5-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
  border: 0.0625rem solid #BFDBFE;
}

.v5-stats {
  background-color: #1D4ED8;
  padding: 2.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-stats {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-stats {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-stats .wrap {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-stats .wrap {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
}

.v5-stats__item {
  flex-direction: column;
  text-align: center;
}

.v5-stats__num {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
}

.v5-stats__label {
  font-size: 0.875rem;
  color: #BFDBFE;
  font-weight: normal;
}

.v5-vp {
  background-color: #F8FAFC;
  padding: 3.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-vp {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-vp {
    padding: 2.5rem 0;
  }
}

.v5-vp .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-vp .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-vp .wrap {
    padding: 0 1.25rem;
  }
}

.v5-vp__header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.v5-vp__header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
  letter-spacing: -0.03125rem;
}
.v5-vp__header p {
  font-size: 1rem;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 640px;
}

.v5-vp__badge {
  display: inline-block;
  background-color: #DBEAFE;
  color: #1D4ED8;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-vp .grid--cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v5-vp .grid--cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v5-vp__card {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.0625rem solid #E2E8F0;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.04);
          box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.04);
}

.v5-vp__card-img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.v5-vp__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v5-vp__card-icon i {
  font-size: 1.25rem;
}

.v5-vp__card-icon--blue {
  background-color: #EFF6FF;
}
.v5-vp__card-icon--blue i {
  color: #1D4ED8;
}

.v5-vp__card-icon--green {
  background-color: #F0FDF4;
}
.v5-vp__card-icon--green i {
  color: #16A34A;
}

.v5-vp__card-icon--orange {
  background-color: #FFF7ED;
}
.v5-vp__card-icon--orange i {
  color: #EA580C;
}

.v5-vp__card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
}

.v5-vp__card p {
  font-size: 0.8125rem;
  color: #64748B;
  line-height: 2;
  margin-bottom: 0;
}

.v5-feat {
  background-color: #fff;
  padding: 3.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-feat {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-feat {
    padding: 2.5rem 0;
  }
}

.v5-feat .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-feat .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-feat .wrap {
    padding: 0 1.25rem;
  }
}

.v5-feat__header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.v5-feat__header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
  letter-spacing: -0.03125rem;
}
.v5-feat__header p {
  font-size: 1rem;
  color: #64748B;
  margin-bottom: 0;
}

.v5-feat__badge {
  display: inline-block;
  background-color: #DBEAFE;
  color: #1D4ED8;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-feat .grid--cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v5-feat .grid--cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v5-feat__card {
  background-color: #0B1E3D;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.v5-feat__icon {
  font-size: 1.75rem;
}

.v5-feat__icon--blue {
  color: #60A5FA;
}

.v5-feat__icon--green {
  color: #34D399;
}

.v5-feat__icon--pink {
  color: #F472B6;
}

.v5-feat__card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.v5-feat__card p {
  font-size: 0.8125rem;
  color: #94A3B8;
  line-height: 2;
  margin-bottom: 0;
}

.v5-feat__mockup {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  display: block;
  margin-top: 1.5rem;
  border: 0.0625rem solid #E2E8F0;
}

.v5-experience {
  background-color: #F8FAFC;
  padding: 3.75rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-experience {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-experience {
    padding: 2.5rem 0;
  }
}

.v5-experience .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-experience .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-experience .wrap {
    padding: 0 1.25rem;
  }
}

.v5-experience__inner {
  gap: 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-experience__inner {
    gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .v5-experience__inner {
    gap: 2rem;
    flex-direction: column;
  }
}

.v5-experience__img {
  width: 480px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-experience__img {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 576px) {
  .v5-experience__img {
    width: 100%;
    height: 200px;
  }
}

.v5-experience__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.v5-experience__badge {
  display: inline-block;
  background-color: #DBEAFE;
  color: #1D4ED8;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
}

.v5-experience__text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
  line-height: 1.25;
  letter-spacing: -0.03125rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-experience__text h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-experience__text h2 {
    font-size: 1.5rem;
  }
}

.v5-experience__text p {
  font-size: 1rem;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 0;
}

.v5-process {
  background-color: #F8FAFC;
  padding: 3.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-process {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-process {
    padding: 2.5rem 0;
  }
}

.v5-process .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-process .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-process .wrap {
    padding: 0 1.25rem;
  }
}

.v5-process__header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.v5-process__header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
  letter-spacing: -0.03125rem;
}
.v5-process__header p {
  font-size: 0.875rem;
  color: #64748B;
  margin-bottom: 0;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-process .grid--cols-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .v5-process .grid--cols-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v5-process__step {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.0625rem solid #E2E8F0;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.v5-process__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1D4ED8;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.v5-process__step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
}

.v5-process__step p {
  font-size: 0.8125rem;
  color: #64748B;
  line-height: 1.5;
  margin-bottom: 0;
}

.v5-testimonials {
  background-color: #F0F5FF;
  padding: 4.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-testimonials {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-testimonials {
    padding: 3rem 0;
  }
}

.v5-testimonials .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-testimonials .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-testimonials .wrap {
    padding: 0 1.25rem;
  }
}

.v5-testimonials__header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 2.75rem;
}
.v5-testimonials__header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0;
}

.v5-testimonials__badge {
  display: inline-block;
  background-color: #DBEAFE;
  color: #1D4ED8;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-testimonials .grid--cols-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v5-testimonials .grid--cols-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v5-testimonials__card {
  background-color: #fff;
  border-radius: 0.75rem;
  border: 0.0625rem solid #E2E8F0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}

.v5-testimonials__quote {
  font-size: 1rem;
  font-style: italic;
  color: #1E293B;
  line-height: 1.8;
  margin-bottom: 0;
  flex: 1;
}

.v5-testimonials__author {
  gap: 0.75rem;
}

.v5-testimonials__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.v5-testimonials__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.v5-testimonials__info strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0F172A;
}
.v5-testimonials__info span {
  font-size: 0.75rem;
  color: #64748B;
}

.v5-cta {
  background-color: #0B1420;
  padding: 3.5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-cta {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v5-cta {
    padding: 2.5rem 0;
  }
}

.v5-cta .wrap {
  padding: 0 3.75rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-cta .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-cta .wrap {
    padding: 0 1.25rem;
  }
}

.v5-cta__inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.v5-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -0.03125rem;
}
@media screen and (max-width: 576px) {
  .v5-cta h2 {
    font-size: 1.75rem;
  }
}

.v5-cta p {
  font-size: 1rem;
  color: #94A3B8;
  margin-bottom: 0;
}

.v5-cta__note {
  font-size: 0.875rem;
  color: #475569;
}

.v5-footer {
  background-color: #040A14;
  padding: 2.5rem 0;
}

.v5-footer .wrap {
  padding: 0 5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v5-footer .wrap {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v5-footer .wrap {
    padding: 0 1.25rem;
  }
}

.v5-footer__top {
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .v5-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.v5-footer__brand {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.v5-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v5-footer__links a {
  font-size: 0.875rem;
  color: #64748B;
  text-decoration: none;
}
.v5-footer__links a:hover {
  color: #fff;
}

.v5-footer__divider {
  height: 1px;
  background-color: #1E293B;
  margin-bottom: 1rem;
}

.v5-footer__bottom {
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (max-width: 576px) {
  .v5-footer__bottom {
    flex-direction: column;
  }
}
.v5-footer__bottom p {
  font-size: 0.75rem;
  color: #334155;
  margin-bottom: 0;
}