@charset "UTF-8";
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat Local";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Montserrat Italic"), url("./fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Montserrat Local", Arial, sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body ol,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body ol,
  body li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body ol,
  body li {
    font-size: 1.2rem;
  }
}
body p {
  line-height: 1.8 !important;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #003399;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
body ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #003399 !important;
}

.text-secondary {
  color: #66cccc !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0 25px;
  line-height: 1.2;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
  color: #003399;
}
.block-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0.2em;
  background-image: url("../images/bg-block-title1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: -1;
}
.block-title.sm {
  font-size: 1.6em;
}
.block-title.sm:before {
  width: 28px;
  height: 28px;
  top: 0.1em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title.sm:before {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
  .block-title:before {
    width: 40px;
    height: 40px;
  }
  .block-title.sm {
    font-size: 2.1em;
  }
  .block-title.sm:before {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
  .block-title:before {
    width: 50px;
    height: 50px;
  }
  .block-title.sm {
    font-size: 2.2em;
  }
  .block-title.sm:before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 2.4em;
  }
  .block-title.sm:before {
    width: 40px;
    height: 40px;
  }
}

.block-title2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #66cccc;
  font-style: italic;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.75em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.4em;
  }
}

.block-title3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.85em;
  line-height: 1.4;
  color: #333;
  position: relative;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
}
.block-title3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.65em;
    text-align: center;
  }
  .block-title3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.85em;
  line-height: 1.5;
  color: #66cccc;
  position: relative;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  font-size: 1.4em;
  font-weight: 700;
  color: #003399;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2.4em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 0.85em 1.5em;
  font-size: 0.8em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 5px !important;
  text-transform: inherit !important;
  z-index: 99;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn i {
  transform: scaleX(-1);
}
.btn i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.65em 1.6em;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.75em 1.8em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  text-transform: inherit !important;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
html[dir=rtl] .btn-sm i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.15em 1em !important;
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.15em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .btn-play {
    border-radius: 12px;
  }
}
.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 38px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 40px;
  content: "";
  background-color: #66cccc;
  color: white;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #003399 !important;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1.1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-primary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-primary i {
    font-size: 1.3em;
  }
}

.btn-secondary {
  border: 0 !important;
  color: white !important;
  background-color: #66cccc !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary i {
  font-size: 1em;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-secondary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-secondary i {
    font-size: 1.3em;
  }
}

.btn-light {
  border: 0 !important;
  color: #003399 !important;
  background-color: white !important;
  border: 1px solid #f6f6f6 !important;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #003399;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #999 !important;
  border: 1px solid #f6f6f6 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #66cccc !important;
  border: 0 !important;
}

.btn-link {
  border-top: 1px solid #cccccc !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  justify-content: center;
  color: #666 !important;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 992px) {
  .btn-link:hover {
    border-top: 1px solid #003399 !important;
    background-color: #003399 !important;
    color: white !important;
  }
}

.btn-send {
  background-color: #003399;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #66cccc;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.e-list {
  display: flex;
  color: #333;
}
.e-list .e-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #333;
  line-height: 1.3 !important;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.e-list .intro-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .e-list .e-title {
    font-size: 1.7em;
  }
  .e-list:hover .img-wrap img {
    transform: scale(1.1);
  }
  .e-list:hover .e-title {
    color: #003399;
  }
  .e-list:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .e-list .e-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .e-list .e-title {
    font-size: 2.4em;
  }
}

.b-cta {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .b-cta {
    border-radius: 20px;
  }
}
@media (min-width: 1680px) {
  .b-cta {
    border-radius: 25px;
  }
}
.b-cta {
  padding: 3em 25% 3em 3em !important;
  background-image: url("../images/bg-cta.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 4.5em;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.b-cta .title {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #003399;
}
.b-cta p {
  font-weight: 500;
  font-size: 0.88em;
}
@media (min-width: 992px) {
  .b-cta {
    background-size: 100% auto;
  }
  .b-cta .title {
    font-size: 1.85em;
  }
  .b-cta:hover {
    background-size: 115% auto;
  }
}
@media (min-width: 1200px) {
  .b-cta {
    padding: 3.5em 38% 3.5em 3.5em !important;
  }
  .b-cta .title {
    font-size: 2.1em;
  }
  .b-cta p {
    font-size: 1em;
  }
}
@media (min-width: 1680px) {
  .b-cta {
    padding: 4.5em 38% 4.5em 4.5em !important;
  }
  .b-cta .title {
    font-size: 3em;
  }
}

/* --- Expertise page additions (appended) --- */
aside {
  z-index: 999;
}
@media (min-width: 992px) {
  aside {
    position: static;
    top: auto;
  }
}
@media (min-width: 992px) {
  aside .categories-card {
    position: sticky;
    top: 30px;
  }
}

.categories-card {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .categories-card {
    border-radius: 12px;
  }
}
.categories-card {
  background: #f6f6f6;
  border-bottom: 5px solid #003399;
  padding: 35px;
}
.categories-card .card-title {
  font-weight: 700;
  color: #666;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 1.5em;
  border-bottom: 1px solid #cccccc;
}
.categories-card .card-body {
  padding: 0 !important;
}
.categories-card .card-body .accordion-item {
  border: 0;
  background-color: transparent;
  font-size: 1em !important;
  margin-bottom: 0;
}
.categories-card .card-body .accordion-item .accordion-header {
  font-size: 1em !important;
  padding: 0.5em 0;
  font-weight: 700;
  color: #333;
}
.categories-card .card-body .accordion-item .accordion-header .accordion-button {
  font-size: 1em !important;
  background: transparent;
  color: #333;
  font-weight: 700;
  box-shadow: none;
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  justify-content: space-between;
}
.categories-card .card-body .accordion-item .accordion-header .accordion-button:after {
  color: #003399;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  margin: 0 0 0 0.5em;
}
.categories-card .card-body .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #003399;
}
.categories-card .card-body .accordion-item .accordion-body {
  padding: 0 !important;
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}
.categories-card .card-body .accordion-item .accordion-body ul li {
  padding: 0.5em 0;
  margin-bottom: 0;
}
.categories-card .card-body .accordion-item .accordion-body ul li:before {
  display: none;
}
.categories-card .card-body .accordion-item .accordion-body ul li a {
  color: #666;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .categories-card .card-body .accordion-item .accordion-body ul li a:hover {
    color: #333;
  }
}
.categories-card .card-body .accordion-item .accordion-body ul li .sub-toggle {
  color: #333;
  background: transparent;
  border: 0;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
}
.categories-card .card-body .accordion-item .accordion-body ul li .sub-toggle i {
  font-size: 0.9em;
}
.categories-card .card-body .accordion-item .accordion-body ul li .sub-toggle.collapsed {
  color: #666;
}
.categories-card .card-body .accordion-item .accordion-body ul li ul {
  border-left: 1px solid rgba(204, 204, 204, 0.5);
  margin: 0.5em 0 0.5em 1em;
}
.categories-card .card-body .accordion-item .accordion-body ul li ul li {
  padding-left: 1em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .categories-card .card-body .accordion-item .accordion-body ul li ul li:hover {
    color: #66cccc;
  }
}
.categories-card .card-body .accordion-item:first-child {
  margin-bottom: 1em;
}

.product-grid .prod-card {
  background: transparent;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .product-grid .prod-card {
    border-radius: 12px;
  }
}
.product-grid .prod-card {
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s;
}
.product-grid .prod-card .prod-title {
  font-size: 1.1em;
  color: #333;
  margin: 0.5rem 0 0;
  font-weight: 600;
  text-align: center;
}
.product-grid .prod-card .img-wrap {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .product-grid .prod-card .img-wrap {
    border-radius: 12px;
  }
}
.product-grid .prod-card .img-wrap {
  overflow: hidden;
}
.product-grid .prod-card .p-basic {
  font-size: 0.9em;
  color: #666;
  font-weight: 500;
}
.product-grid .prod-card .p-basic .item-title {
  color: #333;
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-grid .prod-card .prod-title {
    font-size: 1em;
  }
  .product-grid .prod-card:hover .prod-title {
    color: #003399;
  }
}
@media (min-width: 1200px) {
  .product-grid .prod-card .prod-title {
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .product-grid .prod-card .prod-title {
    font-size: 1.15em;
  }
}
.product-grid .prod-card2 {
  display: block;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .product-grid .prod-card2 {
    border-radius: 12px;
  }
}
.product-grid .prod-card2 {
  border: 1px solid #cccccc;
  overflow: hidden;
  height: 100%;
}
.product-grid .prod-card2 .prod-title {
  font-size: 1.4em;
  color: #003399;
  margin: 0 0 0.5em 0;
  font-weight: 700;
}
.product-grid .prod-card2 .prod-title mark {
  color: #66cccc !important;
  margin: 0 !important;
}
.product-grid .prod-card2 .img-wrap {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .product-grid .prod-card2 .img-wrap {
    border-radius: 12px;
  }
}
.product-grid .prod-card2 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  background-color: black;
  aspect-ratio: 1/1;
}
.product-grid .prod-card2 .img-wrap:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f64d";
  font-family: "Bootstrap-icons";
  font-size: 1.5em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #003399;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-grid .prod-card2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-grid .prod-card2 .p-basic {
  padding: 20px;
  color: #666;
  font-size: 0.85em;
  font-weight: 500;
  background: white;
  white-space: normal;
  height: 100%;
}
.product-grid .prod-card2 .p-basic .item-title {
  color: #333;
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-grid .prod-card2 .prod-title {
    font-size: 1.3em;
  }
  .product-grid .prod-card2 .p-basic {
    font-size: 0.8em;
  }
  .product-grid .prod-card2:hover .prod-title {
    color: #003399;
  }
  .product-grid .prod-card2:hover .img-wrap img {
    opacity: 0.5;
    transform: scale(1.1);
  }
  .product-grid .prod-card2:hover .img-wrap:after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .product-grid .prod-card2 .prod-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .product-grid .prod-card2 .prod-title {
    font-size: 1.15em;
  }
}

.e-start {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .e-start {
    border-radius: 20px;
  }
}
@media (min-width: 1680px) {
  .e-start {
    border-radius: 25px;
  }
}
.e-start {
  background-color: white;
  padding: 20px;
  flex-direction: column-reverse;
  display: flex;
}
.e-start .prod-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #66cccc;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
.e-start .prod-title span {
  font-size: 0.375em;
  display: block;
  color: #333;
  font-weight: 600;
}
.e-start .info {
  border-top: 3px solid #003399;
}
.e-start .info dl {
  font-size: 1.2em;
  line-height: 1.3;
}
.e-start .info dl dt {
  padding: 0.6em 0.6em 0 0.6em;
  margin: 0;
  color: #003399;
  font-weight: 600;
}
.e-start .info dl dd {
  border-bottom: 1px solid #cccccc;
  padding: 0.6em;
  margin: 0;
  color: #666;
}
@media (min-width: 768px) {
  .e-start {
    flex-direction: row;
  }
  .e-start .info dl {
    font-size: 1em;
  }
  .e-start .info dl dt {
    border-bottom: 1px solid #cccccc;
    padding: 0.6em;
  }
}
@media (min-width: 991px) {
  .e-start {
    padding: 25px;
  }
  .e-start .prod-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .e-start {
    padding: 30px;
  }
  .e-start .prod-title {
    font-size: 3em;
  }
  .e-start .info dl {
    font-size: 1em;
  }
}
@media (min-width: 1680px) {
  .e-start {
    padding: 50px;
  }
  .e-start .prod-title {
    font-size: 4em;
  }
  .e-start .info dl {
    font-size: 1.2em;
  }
}

.related {
  position: relative;
  padding: 3em 0;
}
@media (min-width: 992px) {
  .related {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .related {
    padding: 4em 0;
  }
}
.related {
  margin-top: 4.5em;
  background-color: White;
}
.related:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(102, 204, 204, 0.05);
  z-index: 0;
}
.related .title {
  font-size: 2.4em;
  font-weight: 700;
  color: #66cccc;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.related .related-slider {
  position: relative;
  z-index: 1;
}
.related .related-slider .slick-list {
  margin: 0 -15px;
}
.related .related-slider .slider-wrap {
  margin: 0 15px;
}
.related .related-slider .slider-wrap .prod-card {
  display: block;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .related .related-slider .slider-wrap .prod-card {
    border-radius: 12px;
  }
}
.related .related-slider .slider-wrap .prod-card {
  border: 1px solid #cccccc;
  overflow: hidden;
}
.related .related-slider .slider-wrap .prod-card .prod-title {
  font-size: 1.1em;
  color: #003399;
  margin: 0 0 0.5em 0;
  font-weight: 700;
}
.related .related-slider .slider-wrap .prod-card .img-wrap {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .related .related-slider .slider-wrap .prod-card .img-wrap {
    border-radius: 12px;
  }
}
.related .related-slider .slider-wrap .prod-card .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  background-color: black;
}
.related .related-slider .slider-wrap .prod-card .img-wrap:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f64d";
  font-family: "Bootstrap-icons";
  font-size: 1.5em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #003399;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.related .related-slider .slider-wrap .prod-card .p-basic {
  padding: 30px 20px 20px 20px;
  color: #666;
  font-size: 1em;
  font-weight: 500;
  background: white;
}
.related .related-slider .slider-wrap .prod-card .p-basic .item-title {
  color: #333;
  font-weight: 700;
}
@media (min-width: 992px) {
  .related .related-slider .slider-wrap .prod-card .prod-title {
    font-size: 1em;
  }
  .related .related-slider .slider-wrap .prod-card:hover .prod-title {
    color: #003399;
  }
  .related .related-slider .slider-wrap .prod-card:hover .img-wrap img {
    opacity: 0.5;
    transform: scale(1.1);
  }
  .related .related-slider .slider-wrap .prod-card:hover .img-wrap:after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .related .related-slider .slider-wrap .prod-card .prod-title {
    font-size: 1.2em;
  }
  .related .related-slider .slider-wrap .prod-card .p-basic {
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .related .related-slider .slider-wrap .prod-card .prod-title {
    font-size: 1.15em;
  }
  .related .related-slider .slider-wrap .prod-card .p-basic {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .related .related-slider .slick-list {
    margin: 0 -25px;
  }
  .related .related-slider .slider-wrap {
    margin: 0 25px;
  }
}

.trademark {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .trademark {
    border-radius: 12px;
  }
}
.trademark {
  background-color: #f6f6f6;
  padding: 30px;
}
.trademark h4 {
  font-size: 1em;
}
.trademark p {
  font-size: 0.8em;
}

.slogan {
  position: relative;
  font-size: 1.3em;
  font-weight: 500;
  font-style: italic;
  color: white;
  text-align: center;
  margin: 2.5em 0;
  padding: 0.5em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .slogan {
    font-size: 1.45em;
  }
}
@media (min-width: 1200px) {
  .slogan {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .slogan {
    font-size: 2em;
  }
}
.slogan:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 160%;
  height: 100%;
  background: linear-gradient(to Right, rgba(0, 51, 153, 0) 10%, #003399 20%, #003399 80%, rgba(0, 51, 153, 0) 90%);
  padding: 1.5em 1em;
  z-index: -1;
}

.service-list .item-box {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .service-list .item-box {
    border-radius: 12px;
  }
}
.service-list .item-box {
  background: #003399;
  overflow: hidden;
  color: White;
  height: 100%;
}
.service-list .item-box img {
  width: 100%;
  height: auto;
}
.service-list .item-box .item-title {
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  font-size: 1.4em;
  padding: 30px 30px 15px 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .service-list .item-box .item-title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .service-list .item-box .item-title {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .service-list .item-box .item-title {
    font-size: 2em;
  }
}
.service-list .item-box p {
  font-size: 0.9em;
  padding: 0 30px 30px 30px;
  line-height: 1.6 !important;
}
@media (min-width: 1400px) {
  .service-list .item-box p {
    font-size: 1em;
  }
}

.inds-list .item-box img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .inds-list .item-box img {
    border-radius: 12px;
  }
}
.inds-list .item-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inds-list .item-box .item-title {
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  font-size: 1.4em;
  padding: 10px 0 10px 0;
  line-height: 1.3;
  color: #003399;
}
@media (min-width: 992px) {
  .inds-list .item-box .item-title {
    font-size: 1.3em;
    padding: 30px 30px 15px 30px;
  }
}
@media (min-width: 1200px) {
  .inds-list .item-box .item-title {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .inds-list .item-box .item-title {
    font-size: 2em;
  }
}
.inds-list .item-box p {
  font-size: 0.9em;
  padding: 0;
  line-height: 1.6 !important;
}
@media (min-width: 992px) {
  .inds-list .item-box p {
    padding: 0 30px 30px 30px;
  }
}
@media (min-width: 1400px) {
  .inds-list .item-box p {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .inds-list .item-box:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
}

.title-lg {
  font-size: 1.6em;
  font-weight: 700;
  color: #66cccc;
  line-height: 1.3;
}

.title-md {
  font-size: 1.1em;
  font-weight: 600;
  color: #003399;
}

@media (min-width: 992px) {
  .title-lg {
    font-size: 1.8em;
  }
  .title-md {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .title-lg {
    font-size: 2.1em;
  }
  .title-md {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .title-lg {
    font-size: 2.3em;
  }
  .title-md {
    font-size: 1.5em;
  }
}
.prods-support {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .prods-support {
    border-radius: 20px;
  }
}
@media (min-width: 1680px) {
  .prods-support {
    border-radius: 25px;
  }
}
.prods-support {
  background-color: #f6f6f6;
  padding: 25px;
}
.prods-support .item-box {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .prods-support .item-box {
    border-radius: 12px;
  }
}
.prods-support .item-box {
  overflow: hidden;
  background-color: white;
  height: 100%;
}
.prods-support .item-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prods-support .item-box .txt {
  padding: 20px 25px;
}
.prods-support .item-box .txt .title {
  font-size: 1.35em;
  font-weight: 700;
  color: #003399;
}
@media (min-width: 992px) {
  .prods-support .item-box .txt {
    padding: 30px 40px;
  }
  .prods-support .item-box .txt .title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .prods-support .item-box .txt .title {
    font-size: 1.5em;
  }
}
@media (min-width: 1680px) {
  .prods-support .item-box .txt .title {
    font-size: 1.8em;
  }
}
.prods-support .row > *:nth-child(even) .item-box {
  background-color: #003399 !important;
  color: white;
}
.prods-support .row > *:nth-child(even) .item-box .title {
  color: white;
}
@media (min-width: 992px) {
  .prods-support {
    padding: 3em;
  }
}
@media (min-width: 1680px) {
  .prods-support {
    padding: 4em;
  }
}
.prods-support {
  /* timeline / arrow indicator between the two feature cards (design-accurate) */
}
.prods-support .timeline-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1.5em 0 0.5em;
}
.prods-support .timeline-wrap .timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1rem;
  width: 100%;
}
.prods-support .timeline-wrap .timeline .line {
  flex: 1 1 auto;
  height: 3px;
  border-radius: 6px;
  background: linear-gradient(to Right, rgba(0, 51, 153, 0) 10%, #003399 45%);
  position: relative;
}
.prods-support .timeline-wrap .timeline .line .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #66cccc;
  border: 2px solid white;
}
.prods-support .timeline-wrap .timeline .line:last-child {
  background: linear-gradient(to Right, #003399 55%, rgba(0, 51, 153, 0) 90%);
}
.prods-support .timeline-wrap .timeline .arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.prods-support .timeline-wrap .timeline .arrow:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 3px solid #003399;
  border-bottom: 3px solid #003399;
  transform: rotate(-45deg);
}

/* Three circles diagram */
.circle-diagram {
  padding: 3.5em 0;
}
.circle-diagram .circle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25em;
  flex-wrap: nowrap;
}
.circle-diagram .circle-wrap .circle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  --circle-size: min(325px, 100%);
  width: var(--circle-size);
  height: var(--circle-size);
  flex: 0 0 var(--circle-size);
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 1.5em;
  transform: none;
}
.circle-diagram .circle-wrap .circle:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 65px);
  height: calc(100% + 65px);
  border-radius: 50%;
  z-index: -1;
  border: 15px solid white;
}
.circle-diagram .circle-wrap .circle:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 75px);
  height: calc(100% + 75px);
  border-radius: 50%;
  z-index: -2;
}
.circle-diagram .circle-wrap .circle h4 {
  max-width: 85%;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .circle-diagram .circle-wrap .circle h4 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .circle-diagram .circle-wrap .circle h4 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .circle-diagram .circle-wrap .circle h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .circle-diagram .circle-wrap .circle h4 {
    font-size: 1.7em;
  }
}
.circle-diagram .circle-wrap .circle p {
  max-width: 85%;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .circle-diagram .circle-wrap .circle p {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .circle-diagram .circle-wrap .circle p {
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .circle-diagram .circle-wrap .circle p {
    font-size: 1em;
  }
}
.circle-diagram .circle-wrap .circle:nth-child(1) {
  z-index: 1;
}
.circle-diagram .circle-wrap .circle:nth-child(1):before {
  background-color: #42b4f5;
}
.circle-diagram .circle-wrap .circle:nth-child(1):after {
  background: linear-gradient(to right, #42b4f5 10%, rgba(66, 180, 245, 0) 80%);
}
.circle-diagram .circle-wrap .circle:nth-child(2) {
  z-index: 2;
  transform: none;
}
.circle-diagram .circle-wrap .circle:nth-child(2):before {
  background-color: #003399;
}
.circle-diagram .circle-wrap .circle:nth-child(2):after {
  background: linear-gradient(to right, #003399 10%, rgba(0, 51, 153, 0) 80%);
}
.circle-diagram .circle-wrap .circle:nth-child(3) {
  z-index: 1;
}
.circle-diagram .circle-wrap .circle:nth-child(3):before {
  background-color: #66cccc;
}
.circle-diagram .circle-wrap .circle:nth-child(3):after {
  background: linear-gradient(to right, #66cccc 10%, rgba(102, 204, 204, 0) 80%);
}
@media (min-width: 769px) {
  .circle-diagram .circle-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .circle-diagram .circle-wrap .circle {
    --circle-size: min(450px, calc((100% - 1.25em) / 2));
  }
}
@media (min-width: 992px) {
  .circle-diagram {
    padding: 4.5em 0;
    margin-top: 3em;
  }
  .circle-diagram .circle-wrap {
    gap: 2em;
    align-items: center;
  }
  .circle-diagram .circle-wrap .circle {
    --circle-size: clamp(420px, 35%, 500px);
  }
}
@media (min-width: 1200px) {
  .circle-diagram .circle-wrap {
    flex-wrap: nowrap;
  }
  .circle-diagram .circle-wrap .circle {
    --circle-size: clamp(350px, 35%, 450px);
  }
  .circle-diagram .circle-wrap .circle:nth-child(2) {
    transform: translateY(-20%) !important;
  }
}
@media (min-width: 1680px) {
  .circle-diagram {
    margin-top: 5em;
  }
  .circle-diagram .circle-wrap {
    gap: 1em;
  }
  .circle-diagram .circle-wrap .circle {
    --circle-size: clamp(500px, 30%, 550px);
  }
  .circle-diagram .circle-wrap .circle:before {
    width: calc(100% + 75px);
    height: calc(100% + 75px);
  }
  .circle-diagram .circle-wrap .circle:after {
    width: calc(100% + 85px);
    height: calc(100% + 85px);
  }
  .circle-diagram .circle-wrap .circle:nth-child(2) {
    transform: translateY(-20%) !important;
  }
}
