.faq-page .faq-module-1 {
  padding-top: calc(134px + 3.625rem);
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 {
    padding-top: calc(100px + 2.5rem);
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 {
    padding-top: calc(100px + 2rem);
  }
}
.faq-page .faq-module-1 .breadcrumbs {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 .breadcrumbs {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}
.faq-page .faq-module-1 .breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .breadcrumbs ul {
    gap: 0.75rem;
  }
}
.faq-page .faq-module-1 .breadcrumbs ul li {
  list-style: none;
}
.faq-page .faq-module-1 .breadcrumbs ul li a,
.faq-page .faq-module-1 .breadcrumbs ul li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .breadcrumbs ul li a,
  .faq-page .faq-module-1 .breadcrumbs ul li span {
    font-size: 1rem;
  }
}
.faq-page .faq-module-1 .breadcrumbs ul li.current span {
  color: #000;
}
.faq-page .faq-module-1 h2 {
  margin-bottom: 2.25rem;
  font-size: 5rem;
  line-height: 1.125;
  color: #143c7d;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .faq-page .faq-module-1 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 h2 {
    margin-bottom: 1.5rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-module-1 h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 h2 {
    font-size: 2.5rem;
  }
}
.faq-page .faq-module-1 .tabs-list {
  margin-bottom: 4.25rem;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 .tabs-list {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .tabs-list {
    margin-bottom: 2rem;
  }
}
.faq-page .faq-module-1 .tabs-list ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .tabs-list ul {
    gap: 0.625rem;
  }
}
.faq-page .faq-module-1 .tabs-list ul li {
  list-style: none;
}
.faq-page .faq-module-1 .tabs-list ul li a {
  border-radius: 36px;
  border: 1px solid #b7b5b3;
  padding: 1rem 1.5rem;
  display: block;
  text-decoration: none;
  color: #143c7d;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .tabs-list ul li a {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
.faq-page .faq-module-1 .tabs-list ul li a:hover {
  border-color: #143c7d;
  color: #fff;
  background-color: #143c7d;
}
.faq-page .faq-module-1 .tabs-list ul li.active a {
  border-color: #143c7d;
  color: #fff;
  background-color: #143c7d;
}
.faq-page .faq-module-1 .faq-list .faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  padding: 2rem 0 2.375rem;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 .faq-list .faq-item {
    padding: 1.5rem 0 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .faq-list .faq-item {
    padding: 1.25rem 0 1.5rem;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-title {
    align-items: flex-start;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title h3 {
  color: #143c7d;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-title h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-title h3 {
    font-size: 1.125rem;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon::after,
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #143c7d;
  transition: all 0.3s ease-in-out;
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon::after {
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon::after {
    height: 2px;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon::before {
  width: 3px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-title .switch-icon::before {
    width: 2px;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-content .inner-con {
  padding-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-content .inner-con {
    padding-top: 1rem;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item .faq-item-content .inner-con p {
  font-size: 1.125rem;
  color: #414444;
  line-height: 1.66;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-1 .faq-list .faq-item .faq-item-content .inner-con p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.faq-page .faq-module-1 .faq-list .faq-item.open .faq-item-title .switch-icon {
  transform: rotate(90deg);
}
.faq-page .faq-module-1 .faq-list .faq-item.open .faq-item-title .switch-icon::after {
  width: 0;
}
.faq-page .faq-module-2 {
  background-color: #f8f6f4;
  background-image: url(../../img/faq/module-2-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.faq-page .faq-module-2 .con {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  padding: 0 1rem;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-2 .con .module-tit .desc-btn p {
    font-size: 1rem;
  }
}
.faq-page .faq-module-2 .con .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-2 .con .social-list {
    gap: 1rem;
  }
}
.faq-page .faq-module-2 .con .social-list .social-item {
  border-radius: 50%;
  border: 1px solid #143C7D;
  background-color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  text-decoration: none;
  color: #143C7D;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .faq-page .faq-module-2 .con .social-list .social-item {
    width: 3rem;
    height: 3rem;
    font-size: 1.375rem;
  }
}
.faq-page .faq-module-2 .con .social-list .social-item:hover {
  background-color: #143C7D;
  color: #fff;
}
