/*rgba(64, 194, 213, 1)*/
/*rgba(54, 77, 201, 1)*/
/*rgba(90, 94, 106, 1)*/
/*rgba(239, 241, 244, 1)*/
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Bold.woff2") format("woff2");
}
.container {
  width: 100%;
  margin: 0;
  padding: 0 16px;
  --bs-gutter-x: 1.5rem;
}
.container .row {
  --bs-gutter-x: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 712px;
    margin: 0 auto;
    padding: 0;
  }
  .container .row {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .container .row {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1324px;
    padding: 0 16px;
  }
  .container .row {
    --bs-gutter-x: 1.25rem;
  }
  .container .row.custom-65 {
    margin: 0 -65px;
  }
  .container .row.custom-65 > * {
    padding: 0 65px;
  }
}
@media (min-width: 1617px) {
  .container {
    max-width: 1632px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .container .row {
    --bs-gutter-x: 1.25rem;
  }
  .container .row.custom-80 {
    margin: 0 -40px;
  }
  .container .row.custom-80 > * {
    padding: 0 40px;
  }
}

img {
  max-width: 100%;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 150%;
  touch-action: pan-x pan-y;
  color: #3B3F4A;
  overflow-x: hidden;
}
body.show {
  overflow: hidden;
}
body.show header {
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 140%;
  }
}

main.main-content > div:not(.section-features) {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
  line-height: 150%;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 140%;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.text-primary-1 {
  color: #40C2D5;
}

.text-primary-2 {
  color: #364DC9;
}

.view-more {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 6px;
  height: 40px;
  background: #364DC9;
  color: #fff;
  min-width: 100px;
}
.view-more:hover {
  color: #fff;
  background: #40C2D5;
}
@media (min-width: 768px) {
  .view-more {
    font-size: 18px;
    height: 50px;
    min-width: 150px;
  }
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

.gr-heading {
  text-align: center;
}
.gr-heading h2 {
  font-size: 20px;
}
.gr-heading .medium-text {
  color: #5A5E6A;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
.gr-heading .small-text {
  color: #364DC9;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.gr-heading .medium-text {
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 768px) {
  .gr-heading h2 {
    font-size: 40px;
  }
  .gr-heading p {
    font-size: 24px;
    font-weight: 500;
    color: #5A5E6A;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .gr-heading .small-text {
    font-size: 14px;
  }
  .gr-heading .medium-text {
    font-size: 14px;
  }
}

.preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loading-effect-2 {
  width: 100px;
  height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #364DC9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.loading-effect-2 > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Fade Up */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* Fade Down */
.fade-down {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.6s ease-out;
}

.fade-down.show {
  opacity: 1;
  transform: translateY(0);
}

/* Fade In Left */
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s ease-out;
}

.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* Fade In Right */
.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s ease-out;
}

.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

.col-5th {
  flex: 0 0 auto;
  width: 20%;
}

@media (min-width: 768px) {
  .col-md-5th {
    flex: 0 0 auto;
    width: 20%;
  }
}
body.show {
  position: relative;
}
body.show::before {
  content: "";
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

header {
  height: 68px;
  padding: 21px 0;
  margin-bottom: -68px;
  position: relative;
  z-index: 99;
}
header .logo img {
  width: 80px;
  height: 26px;
}
header .navbar-toggler {
  border: none;
  line-height: 0;
}
header .navbar-toggler:focus {
  background-color: transparent;
  box-shadow: none;
}
header .navbar-toggler[aria-expanded=true] svg.icon-hamb-menu {
  display: none;
}
header .navbar-toggler[aria-expanded=true] svg.close-icon {
  display: block !important;
}
header #mainNavbar {
  position: fixed;
  top: 68px;
  background-color: #EFF1F4;
  left: 0;
  right: 0;
  padding: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}
header #mainNavbar.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header #mainNavbar ul.navbar-nav li a {
  color: #000000;
  font-size: 16px;
}
header #mainNavbar ul.navbar-nav li a:focus, header #mainNavbar ul.navbar-nav li a:hover {
  background-color: transparent;
  color: #364DC9;
}
header #mainNavbar ul.navbar-nav li a::after {
  display: none;
}
header #mainNavbar ul.navbar-nav li .sub-menu {
  margin: 0;
  border: none;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}
header #mainNavbar ul.navbar-nav li .sub-menu a {
  padding: 8px 16px;
}
header #mainNavbar ul.navbar-nav li .sub-menu .sub-sub-menu {
  border: none;
  background-color: transparent;
  padding: 8px 16px;
}
@media (min-width: 1200px) {
  header {
    height: 92px;
    padding: 27px 0;
    margin-bottom: -92px;
  }
  header .logo img {
    width: 99px;
    height: 32px;
  }
  header #mainNavbar {
    position: unset;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    transform: unset;
    transition: all 0.3s ease;
  }
  header #mainNavbar.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  header .navbar-nav {
    gap: 35px;
  }
  header .navbar-nav .nav-item a {
    font-size: 18px !important;
    font-weight: 500;
    color: #fff !important;
  }
  header .navbar-nav .nav-item a.nav-link {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  }
  header .navbar-nav .nav-item ul.dropdown-menu {
    border-radius: 16px;
  }
  header .navbar-nav .nav-item ul.dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  header .navbar-nav .nav-item ul.dropdown-menu li.dropdown-submenu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
  }
  header .navbar-nav .nav-item ul.dropdown-menu a {
    text-align: center;
    padding: 10px 16px !important;
    color: #3B3F4A !important;
  }
  header .navbar-nav .nav-item ul.dropdown-menu a:hover {
    color: #364DC9 !important;
  }
  header .navbar-nav .dropdown:hover > ul.dropdown-menu {
    display: block !important;
  }
  header .navbar-nav .dropdown:hover > ul.dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    top: 50%;
    left: 100%;
    transform: translate(10px, -50%);
  }
  header .navbar-nav ul.dropdown-menu {
    padding: 0;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff !important;
  }
  header .navbar-nav ul.dropdown-menu.sub-sub-menu {
    padding: 0 !important;
  }
  header .navbar-nav ul.dropdown-menu.sub-sub-menu:has(> .nav-item:first-child:last-child) .nav-item {
    border-radius: 16px;
  }
  header .navbar-nav ul.dropdown-menu li:first-child {
    border-radius: 16px 16px 0 0;
  }
  header .navbar-nav ul.dropdown-menu li:last-child {
    border-radius: 0 0 16px 16px;
  }
  header .navbar-nav ul.dropdown-menu li:hover {
    background-color: #EDF0FF !important;
  }
  header .login {
    text-align: right;
  }
  header .login button {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    border-radius: 99px;
    border: 1px solid #FFFFFF;
  }
  header ul.dropdown-menu.show {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    min-width: 180px;
    margin-top: 3px !important;
  }
  header ul.dropdown-menu.show.sub-menu {
    padding: 0;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff !important;
  }
  header ul.dropdown-menu.show.sub-menu a {
    padding: 10px 16px !important;
    color: #3B3F4A !important;
  }
  header ul.dropdown-menu.show.sub-sub-menu {
    padding: 0 !important;
    background-color: #fff !important;
  }
  header ul.dropdown-menu.show.sub-sub-menu:has(> .nav-item:first-child:last-child) .nav-item {
    border-radius: 16px !important;
  }
  header ul.dropdown-menu.show li.dropdown-submenu {
    position: relative;
  }
  header ul.dropdown-menu.show li.dropdown-submenu > .dropdown-menu {
    top: 50%;
    left: 100%;
    margin-left: 10px;
    transform: translateY(-50%);
  }
  header ul.dropdown-menu.show li:first-child {
    border-radius: 16px 16px 0 0;
  }
  header ul.dropdown-menu.show li:last-child {
    border-radius: 0 0 16px 16px;
  }
  header ul.dropdown-menu.show li:hover {
    background-color: #EDF0FF;
  }
  header ul.dropdown-menu.show li a {
    font-size: 18px;
    color: #3B3F4A;
    padding: 12px 10px;
    text-align: center;
  }
  header ul.dropdown-menu.show li a:hover, header ul.dropdown-menu.show li a:focus {
    background-color: transparent;
    color: #364DC9 !important;
  }
  header ul.dropdown-menu.show li a::after {
    display: none;
  }
}
header.white-header {
  margin-bottom: 0 !important;
}
header.white-header #mainNavbar ul.navbar-nav li a {
  color: #000 !important;
  text-shadow: none;
}

footer {
  background-color: #273061;
  padding: 60px 0;
}
footer .row > div:not(:last-child) {
  margin-bottom: 28px;
}
footer img.logo {
  max-width: 80px;
}
footer .heading {
  font-size: 14px;
  color: #40C2D5;
  margin-bottom: 8px;
}
footer ul.list-unstyled li:not(:last-child) {
  margin-bottom: 4px;
}
footer ul.list-unstyled li strong {
  padding-right: 3px;
}
footer .larger {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}
footer .small a {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}
@media (min-width: 768px) {
  footer {
    padding: 70px 0 89px;
  }
  footer .row > div {
    margin-bottom: 0 !important;
  }
  footer img.logo {
    max-width: 140px;
  }
  footer .heading {
    margin-bottom: 16px;
  }
  footer ul.list-unstyled li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .larger {
    font-size: 36px;
  }
  footer .small a {
    font-size: 18px;
  }
}

.section-form {
  background: #EFF1F4;
  padding: 50px 0 30px;
}
.section-form h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 28px;
}
.section-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #3B3F4A;
  width: 100%;
}
.section-form label .required {
  color: red;
}
.section-form label span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 4px;
}
.section-form label span.wpcf7-form-control-wrap[data-name=your-accept] {
  margin-top: 0;
}
.section-form input:not([type=submit]),
.section-form textarea,
.section-form select {
  border: 1px solid #E4E6EA;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 13px 16px;
  width: 100%;
}
.section-form input:not([type=submit])::placeholder,
.section-form textarea::placeholder {
  color: #BEC1C7;
}
.section-form input:not([type=submit]) {
  height: 48px;
}
.section-form textarea {
  height: 100px;
}
.section-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/ic-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px 22px;
  background-color: #fff;
}
.section-form select option {
  color: inherit;
  font-weight: inherit;
}
.section-form span.wpcf7-list-item {
  margin: 0 0 28px;
}
.section-form span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.section-form span.wpcf7-list-item label::before {
  content: "";
  border: 1px solid #D5D8DC;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  cursor: pointer;
}
.section-form span.wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.section-form span.wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  margin: 0;
}
.section-form span.wpcf7-list-item label:has(input[type=checkbox]:checked)::before {
  background-color: #364DC9;
  border-color: #364DC9;
}
.section-form span.wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.section-form span.wpcf7-list-item label span {
  width: calc(100% - 28px);
  color: #3B3F4A;
  font-size: 12px;
  line-height: 150%;
  padding-left: 8px;
}
.section-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  padding: 14px;
  font-weight: 700;
  font-size: 14px;
  background: #364DC9;
  border: none;
  border-radius: 10px;
  color: #fff;
  line-height: 150%;
}
.section-form span.wpcf7-not-valid-tip {
  margin-bottom: 12px;
}
.section-form .wpcf7-response-output {
  margin: 0 auto !important;
}
.section-form .popup-success {
  max-width: 360px;
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99;
  display: none;
}
.section-form .popup-success .d-flex {
  gap: 12px;
}
.section-form .popup-success h3 {
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
}
.section-form .popup-success p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #5A5E6A;
}
.section-form .popup-success button {
  padding: 13px;
  border-radius: 10px;
  width: calc(50% - 6px);
  border: none;
}
.section-form .popup-success button.close {
  background-color: #E4E6EA;
  color: #7F828C;
}
.section-form .popup-success button.success {
  background-color: #364DC9;
  color: #fff;
}
@media (min-width: 768px) {
  .section-form h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-form h3 {
    font-size: 36px;
  }
  .section-form label {
    font-size: 18px;
    line-height: 150%;
  }
  .section-form input:not([type=submit]),
  .section-form textarea {
    padding: 17px;
  }
  .section-form input:not([type=submit]) {
    height: 60px;
  }
  .section-form textarea {
    height: 120px;
  }
  .section-form span.wpcf7-list-item {
    margin: 0 0 34px;
  }
  .section-form span.wpcf7-list-item label::before {
    width: 24px;
    height: 24px;
  }
  .section-form span.wpcf7-list-item label::after {
    top: 19px;
    left: 8px;
  }
  .section-form span.wpcf7-list-item label input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
  .section-form span.wpcf7-list-item label span {
    width: calc(100% - 24px);
    font-size: 18px;
  }
  .section-form input.wpcf7-form-control.wpcf7-submit {
    padding: 15px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-form .row.custom-65 {
    margin: 0;
  }
  .section-form span.wpcf7-list-item label::after {
    top: 20px;
    left: 9px;
  }
}
@media (min-width: 1617px) {
  .section-form span.wpcf7-list-item label::after {
    top: 6px;
    left: 9px;
  }
}

.section-banner .home-banner-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 434px;
}
.section-banner .home-banner-item .banner-heading {
  padding-top: 128px;
  font-size: 28px;
  color: #fff;
}
.section-banner .swiper-button-next,
.section-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3411764706);
  color: #ffffff;
}
.section-banner .swiper-button-next svg,
.section-banner .swiper-button-prev svg {
  width: 15px;
  height: 20px;
}
.section-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-banner .home-banner-item {
    height: 530px;
  }
}
@media (min-width: 992px) {
  .section-banner .home-banner-item {
    height: 930px;
  }
  .section-banner .home-banner-item .banner-heading {
    padding-top: 310px;
    font-size: 64px;
  }
  .section-banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .section-banner .swiper-button-next,
  .section-banner .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  .section-banner .swiper-button-next svg,
  .section-banner .swiper-button-prev svg {
    width: 15px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .section-banner .swiper-button-prev {
    left: 20px;
  }
  .section-banner .swiper-button-next {
    right: 20px;
  }
}

.section-problem {
  padding: 60px 0;
}
.section-problem .gr-heading {
  margin-bottom: 24px;
}
.section-problem .gr-heading h2 {
  color: #364DC9;
}
.section-problem .problem-box {
  padding: 16px 20px;
  border-radius: 23px;
  box-shadow: 0px 3px 32px 7px rgba(79, 100, 211, 0.1490196078);
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.section-problem .problem-box::after {
  content: "";
  background: linear-gradient(49.45deg, #E8ECFF 18.64%, rgba(237, 239, 250, 0) 82.16%);
  width: 185px;
  height: 185px;
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  right: -20px;
  bottom: -57px;
  z-index: -1;
}
.section-problem .problem-box .content {
  width: calc(100% - 160px);
  margin-right: 10px;
  word-break: keep-all;
  white-space: normal;
}
.section-problem .problem-box .content .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.section-problem .problem-box .content .desc {
  font-size: 12px;
  color: #3B3F4A;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.section-problem .problem-box .image {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.section-problem .problem-box .image img {
  width: 100%;
  height: 100%;
}
.section-problem .row > *:not(:last-child) .problem-box {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-problem {
    padding: 60px 0 160px;
  }
  .section-problem .row {
    margin: 0 -13px;
  }
  .section-problem .row > * {
    padding: 0 13px;
  }
  .section-problem .gr-heading {
    margin-bottom: 64px;
  }
  .section-problem .problem-box {
    padding: 42px 40px 42px 32px;
    min-height: 300px;
  }
  .section-problem .problem-box::after {
    width: 320px;
    height: 316px;
    right: -60px;
    bottom: -160px;
  }
  .section-problem .problem-box .content {
    width: calc(100% - 260px);
    margin-right: 23px;
  }
  .section-problem .problem-box .content .title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 8px;
  }
  .section-problem .problem-box .content .desc {
    font-size: 16px;
    color: #3B3F4A;
  }
  .section-problem .problem-box .image {
    width: 168px;
    height: 168px;
    bottom: 42px;
    right: 40px;
  }
  .section-problem .row > *:not(:last-child) .problem-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-problem .problem-box {
    margin-bottom: 0 !important;
    padding: 30px;
  }
  .section-problem .problem-box::after {
    right: -110px;
    bottom: -190px;
  }
  .section-problem .problem-box .content {
    width: calc(100% - 150px);
  }
  .section-problem .problem-box .image {
    width: 130px;
    height: 130px;
    bottom: 40px;
    right: 30px;
  }
}
@media (min-width: 1617px) {
  .section-problem .gr-heading {
    margin-bottom: 64px;
  }
  .section-problem .problem-box {
    padding: 42px 40px 42px 32px;
    min-height: 300px;
  }
  .section-problem .problem-box .content {
    width: calc(100% - 191px);
  }
  .section-problem .problem-box .image {
    width: 168px;
    height: 168px;
  }
}

.section-interview {
  padding: 60px 0;
  background: linear-gradient(114.95deg, #0B0B0B 37.53%, #35418B 92.3%);
}
.section-interview .gr-heading {
  text-align: left;
  margin-bottom: 20px;
}
.section-interview .gr-heading h2 {
  color: #fff;
}
.section-interview .interview-data {
  gap: 50px;
}
.section-interview .interview-data .box-tex .heading {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 150%;
}
.section-interview .interview-data .box-tex .desc {
  font-size: 16px;
  font-weight: 600;
  color: #9BF2FF;
  line-height: 140%;
}
.section-interview .interview-list {
  padding-left: 23px;
  margin-top: 60px;
}
.section-interview .interview-list .owl-stage-outer {
  padding-top: 20px;
}
.section-interview .interview-list .owl-stage-outer .owl-stage {
  display: flex;
}
.section-interview .interview-list .item {
  box-shadow: 0px 3px 32px 7px rgba(79, 100, 211, 0.1490196078);
  border-radius: 23px;
  padding: 20px 16px 16px;
  background-color: #fff;
  position: relative;
}
.section-interview .interview-list .item.opacity-active {
  opacity: 0.5;
}
.section-interview .interview-list .item .tag {
  font-size: 14px;
  height: 28px;
  width: 68px;
  padding: 8px 15px;
  padding: 4px 10px;
  text-align: center;
  border-radius: 99px;
  color: #fff;
  background-color: #40C2D5;
  position: absolute;
  right: 8px;
  top: -19px;
}
.section-interview .interview-list .item .tag.rating {
  background-color: #364DC9;
}
.section-interview .interview-list .item .tag::before {
  content: "";
  background-image: url(../images/ic-left-btn-1.svg);
  width: 16px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -7px;
  left: 0px;
}
.section-interview .interview-list .item .tag.rating::before {
  background-image: url(../images/ic-left-btn-2.svg);
}
.section-interview .interview-list .item .left img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}
.section-interview .interview-list .item .right {
  margin-left: 12px;
  width: calc(100% - 12px);
}
.section-interview .interview-list .item .right h3.name {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 140%;
}
.section-interview .interview-list .item .right h4.company {
  font-size: 14px;
  color: #364DC9;
  margin: 0;
}
.section-interview .interview-list .item .star {
  margin: 16px 0 8px;
  height: 22px;
  gap: 2px;
}
.section-interview .interview-list .item .star svg {
  width: 18px;
  height: 18px;
}
.section-interview .interview-list .item .star span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 6px;
}
.section-interview .interview-list .item .content {
  font-size: 14px;
  color: #5A5E6A;
}
.section-interview .interview-list .item .content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-interview {
    padding: 140px 0 130px;
  }
  .section-interview .interview-list {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .section-interview .interview-list .owl-item .item {
    width: 18vw;
  }
  .section-interview .interview-list .owl-item:nth-child(4n) .item {
    opacity: 0.5;
  }
}
@media (min-width: 1617px) {
  .section-interview .wrapper {
    padding-left: 160px;
  }
  .section-interview .gr-heading {
    margin-bottom: 60px;
  }
  .section-interview .interview-data {
    gap: 53px;
  }
  .section-interview .interview-data .box-tex .heading {
    font-size: 58px;
    margin-bottom: 10px;
    line-height: 140%;
  }
  .section-interview .interview-data .box-tex .desc {
    font-size: 21px;
    line-height: 140%;
  }
  .section-interview .interview-list {
    padding-left: 23px;
  }
  .section-interview .interview-list .owl-stage-outer {
    padding-top: 20px;
  }
  .section-interview .interview-list .item {
    padding: 30px 24px 37px;
  }
  .section-interview .interview-list .item .tag {
    font-size: 16px;
    height: 38px;
    width: 89px;
    padding: 8px 15px;
    right: 8px;
    top: -19px;
  }
  .section-interview .interview-list .item .tag::before {
    content: "";
    width: 24px;
    height: 33px;
    bottom: -12px;
  }
  .section-interview .interview-list .item .right {
    margin-left: 16px;
    width: calc(100% - 16px);
  }
  .section-interview .interview-list .item .right h3.name {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .section-interview .interview-list .item .right h4.company {
    font-size: 15px;
  }
  .section-interview .interview-list .item .star {
    margin: 20px 0 13px;
    height: 22px;
    gap: 2px;
  }
  .section-interview .interview-list .item .star svg {
    width: 22px;
    height: 22px;
  }
  .section-interview .interview-list .item .star span {
    font-size: 16px;
  }
  .section-interview .interview-list .item .content {
    font-size: 18px;
    line-height: 160%;
  }
}

.section-price {
  padding: 60px 0 80px;
}
.section-price .gr-heading {
  text-align: left;
  margin-bottom: 40px;
}
.section-price .gr-heading h2 {
  margin-bottom: 6px;
}
.section-price .tab-price-nav {
  gap: 10px;
  margin-bottom: 24px;
}
.section-price .tab-price-nav .tab-item {
  cursor: pointer;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 16px;
  color: #7F828C;
  background-color: #EFF1F4;
  border-radius: 99px;
  height: 40px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  display: inline-block;
}
.section-price .tab-price-nav .tab-item:hover, .section-price .tab-price-nav .tab-item.active {
  background-color: #364DC9;
  color: #fff;
}
.section-price .tab-price-content {
  font-size: 12px;
  font-weight: 500;
}
.section-price .tab-price-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-price .tab-price-content li {
  position: relative;
  padding-left: 26px;
}
.section-price .tab-price-content li::before {
  content: "";
  background-image: url(../images/ic-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section-price .tab-price-content li:not(:last-child) {
  margin-bottom: 10px;
}
.section-price .box-item {
  display: flex;
  margin-top: 30px;
  gap: 10px;
}
.section-price .box-item .item {
  border: 2px solid #E4E6EA;
  padding: 12px 17px;
  border-radius: 23px;
  text-align: center;
}
.section-price .box-item .item:not(:nth-last-child(-n+2)) {
  width: calc(33.3333333333% - 7px);
}
.section-price .box-item .item:nth-last-child(-n+2) {
  width: calc(50% - 7px);
}
.section-price .box-item .item img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.section-price .box-item .item .text {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-price {
    padding: 180px 0 160px;
  }
  .section-price .gr-heading {
    margin-bottom: 0;
  }
  .section-price .gr-heading h2 {
    margin-bottom: 24px;
  }
  .section-price .tab-price-nav {
    gap: 10px;
    margin-bottom: 40px;
  }
  .section-price .tab-price-nav .tab-item {
    padding: 14px 24px;
    font-size: 24px;
    height: 64px;
    max-width: 190px;
    line-height: 1.5;
  }
  .section-price .tab-price-content {
    font-size: 18px;
  }
  .section-price .tab-price-content li {
    position: relative;
    padding-left: 32px;
    line-height: 150%;
  }
  .section-price .tab-price-content li::before {
    content: "";
    width: 24px;
    height: 24px;
  }
  .section-price .tab-price-content li:not(:last-child) {
    margin-bottom: 22px;
  }
  .section-price .box-item {
    margin-top: 60px;
    gap: 25px;
  }
  .section-price .box-item .item:not(:nth-last-child(-n+2)) {
    width: calc(33.3333333333% - 17.5px);
  }
  .section-price .box-item .item:nth-last-child(-n+2) {
    width: calc(50% - 17.5px);
  }
  .section-price .box-item .item {
    width: calc(20% - 12.5px);
    padding: 24px;
  }
  .section-price .box-item .item img {
    margin-bottom: 14px;
  }
  .section-price .box-item .item .text {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  .section-price .box-item .item {
    width: calc(20% - 20px) !important;
    min-height: 184px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.section-benefit .banner {
  text-align: center;
  background: #061340;
  padding: 50px 0 34px;
  background-image: url(../images/mask-group-benefit-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  min-height: 630px;
}
.section-benefit .banner .heading {
  font-size: 20px;
  margin-bottom: 60px;
}
.section-benefit .banner .icon-box-wrapper {
  margin: 0 auto;
}
.section-benefit .banner .icon-box-wrapper > div {
  padding: 0 33px;
  margin-bottom: 50px;
}
.section-benefit .banner .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-benefit .banner .icon-box .icon {
  width: 92px;
  height: 92px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  padding: 22px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1098039216);
}
.section-benefit .banner .icon-box .icon svg {
  width: 48px;
  height: 48px;
}
.section-benefit .banner .icon-box .content {
  color: #fff;
}
.section-benefit .banner .icon-box .content .title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
.section-benefit .banner .icon-box .content .desc {
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-benefit .banner {
    padding: 60px 0 72px;
    min-height: 442px;
    background-image: url(../images/mask-group-benefit.svg);
  }
  .section-benefit .banner .heading {
    font-size: 36px;
    margin-bottom: 52px;
  }
  .section-benefit .banner .icon-box-wrapper {
    max-width: 100%;
  }
  .section-benefit .banner .icon-box-wrapper > div {
    margin: 0;
  }
  .section-benefit .banner .icon-box .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-benefit .banner .icon-box .content .desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-benefit .banner .icon-box-wrapper {
    max-width: 77%;
  }
  .section-benefit .banner .icon-box .icon {
    width: 124px;
    height: 124px;
    padding: 32px;
    margin-bottom: 24px;
  }
  .section-benefit .banner .icon-box .icon svg {
    width: 60px;
    height: 60px;
  }
}

.section-contact {
  padding: 80px 0 120px;
}
.section-contact .heading-line {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 3px solid #000000;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.section-contact .heading-line.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-contact .heading-line.contact .time {
  color: #7F828C;
  font-size: 14px;
  font-weight: 400;
}
.section-contact .faq {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
.section-contact .faq .faq-item {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-contact .faq .faq-item:first-child {
  border-bottom: 1px solid #E4E6EA;
}
.section-contact .faq .faq-item:last-child {
  margin-bottom: 0;
}
.section-contact .faq .faq-item .icon {
  display: none;
  margin-right: 8px;
}
.section-contact .faq .faq-item .icon svg {
  width: 24px;
  height: 24px;
}
.section-contact .faq .faq-item .content .question {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 11px;
  line-height: 140%;
}
.section-contact .faq .faq-item .content .answer {
  font-size: 14px;
  font-weight: 500;
  color: #5A5E6A;
}
.section-contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
.section-contact .contact-info .item {
  display: flex;
  margin-bottom: 28px;
}
.section-contact .contact-info .item:last-child {
  margin-bottom: 20px;
}
.section-contact .contact-info .item .icon {
  background: rgba(64, 194, 213, 0.2);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.section-contact .contact-info .item .icon img {
  width: 28px;
  height: 28px;
}
.section-contact .contact-info .item .info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #5A5E6A;
  margin-bottom: 12px;
  line-height: 140%;
}
.section-contact .contact-info .item .info p {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 140%;
  margin-bottom: 0;
}
.section-contact .contact-info .item .info p a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .section-contact .contact-info .item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-contact {
    padding: 140px 0;
  }
  .section-contact .heading-line {
    font-size: 40px;
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
  .section-contact .heading-line.contact .time {
    font-size: 20px;
    line-height: 140%;
  }
  .section-contact .faq {
    margin-bottom: 0;
  }
  .section-contact .faq .faq-item {
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .section-contact .faq .faq-item:last-child {
    padding-bottom: 38px;
  }
  .section-contact .faq .faq-item .icon {
    margin-right: 10px;
  }
  .section-contact .faq .faq-item .icon svg {
    width: 32px;
    height: 32px;
  }
  .section-contact .faq .faq-item .content .question {
    line-height: 150%;
    margin-bottom: 8px;
  }
  .section-contact .faq .faq-item .content .answer {
    line-height: 150%;
  }
  .section-contact .contact-info {
    gap: 0 5px;
  }
  .section-contact .contact-info .item {
    width: calc(50% - 5px);
    margin-bottom: 40px;
  }
  .section-contact .contact-info .item:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .section-contact .contact-info .item .icon {
    width: 56px;
    height: 56px;
  }
  .section-contact .contact-info .item .info {
    width: calc(100% - 98px);
  }
  .section-contact .contact-info .item .info h4 {
    margin-bottom: 8px;
    line-height: 150%;
  }
  .section-contact .contact-info .item .info p {
    line-height: 150%;
  }
}
@media (min-width: 1617px) {
  .section-contact .heading-line {
    font-size: 40px;
    padding-bottom: 32px;
    margin-bottom: 44px;
  }
  .section-contact .faq {
    margin-bottom: 0;
  }
  .section-contact .faq .faq-item {
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .section-contact .faq .faq-item:first-child {
    border-bottom: 1px solid #E4E6EA;
  }
  .section-contact .faq .faq-item:last-child {
    padding-bottom: 38px;
    margin-bottom: 0;
  }
  .section-contact .faq .faq-item .content .question {
    font-size: 20px;
  }
  .section-contact .faq .faq-item .content .answer {
    font-size: 18px;
  }
  .section-contact .contact-info .item .icon {
    width: 82px;
    height: 82px;
  }
  .section-contact .contact-info .item .icon img {
    width: 40px;
    height: 40px;
  }
  .section-contact .contact-info .item .info h4 {
    font-size: 24px;
  }
  .section-contact .contact-info .item .info p {
    font-size: 24px;
  }
}

.section-report {
  padding: 0 0 60px;
}
.section-report .gr-heading {
  margin-bottom: 120px;
}
.section-report .gr-heading h2 {
  margin-bottom: 8px;
}
.section-report .gr-heading p {
  color: #5A5E6A;
}
.section-report .report-image {
  margin-bottom: 28px;
}
.section-report .report-image > div:first-child {
  margin-bottom: 28px;
}
.section-report .report-image .progress-bar-wrapper {
  position: absolute;
  top: -80px;
}
.section-report .report-image .progress-bar-wrapper h3.title {
  font-size: 14px;
  margin-bottom: 12px;
  color: #5A5E6A;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item {
  color: #3B3F4A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item:not(:last-child) {
  margin-bottom: 13px;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item span {
  font-size: 14px;
  font-weight: 500;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item span.strong {
  font-weight: 700;
  padding-right: 3px;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar {
  width: 96px;
  height: 10px;
  display: inline-block;
  background: #EFF1F4;
  border-radius: 200px;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar .progress-fill {
  border-radius: 200px;
  height: 100%;
  width: 0;
  animation: grow 1s forwards;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar .progress-fill.pink {
  background: #FF5F5C;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar .progress-fill.yellow {
  background: #ffcf3e;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar .progress-fill.green {
  background: #32eabf;
}
.section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar .progress-fill.purple {
  background: #ae44f1;
}
@keyframes grow {
  from {
    width: 0;
  }
  to {
    width: var(--target-width);
  }
}
.section-report .report-image img {
  width: 100%;
}
.section-report .register-service-banner > div {
  padding: 24px;
  min-height: 190px;
  background-image: url(../images/register-service-mask-mobile.png);
  background-color: #061340;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.section-report .register-service-banner > div h3.title {
  color: #FFEB99;
  font-size: 18px;
}
.section-report .register-service-banner > div p.desc {
  color: #fff;
  margin-bottom: 20px;
}
.section-report .register-service-banner > div a.register {
  font-weight: 700;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 9.5px;
  gap: 4px;
  height: 40px;
}
.section-report .register-service-banner > div a.register svg {
  width: 16px;
  height: 16px;
}
.section-report .register-service-banner > div a.register:hover {
  background: #40C2D5;
  color: #fff;
}
.section-report .register-service-banner > div a.register:hover svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .section-report {
    padding: 0 0 140px;
  }
  .section-report .gr-heading h2 {
    margin-bottom: 20px;
  }
  .section-report .report-image {
    align-items: center;
    margin-bottom: 0;
  }
  .section-report .register-service-banner > div p.desc {
    margin-bottom: 0;
    line-height: 150%;
  }
  .section-report .register-service-banner > div a.register {
    max-width: 290px;
  }
}
@media (min-width: 992px) {
  .section-report .register-service-banner > div {
    padding: 50px 30px;
    min-height: 240px;
    background-image: url(../images/mask-group-report.svg);
  }
  .section-report .register-service-banner > div h3.title {
    font-size: 36px;
  }
  .section-report .register-service-banner > div p.desc {
    font-size: 24px;
  }
  .section-report .register-service-banner > div a.register {
    border-radius: 16px;
    font-size: 24px;
    padding: 17px 10px;
    height: 70px;
    max-width: 366px;
  }
  .section-report .register-service-banner > div a.register svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .section-report .report-image {
    align-items: start;
  }
  .section-report .report-image img {
    height: 684px;
    max-width: 760px;
  }
  .section-report .report-image .progress-bar-wrapper {
    top: -40px;
  }
  .section-report .report-image .progress-bar-wrapper h3.title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-report .report-image .progress-bar-wrapper .progress-bar-item {
    gap: 16px;
  }
  .section-report .report-image .progress-bar-wrapper .progress-bar-item:not(:last-child) {
    margin-bottom: 11px;
  }
  .section-report .report-image .progress-bar-wrapper .progress-bar-item span {
    font-size: 18px;
  }
  .section-report .report-image .progress-bar-wrapper .progress-bar-item span.strong {
    padding-right: 5px;
  }
  .section-report .report-image .progress-bar-wrapper .progress-bar-item .progress-bar {
    width: 200px;
    height: 14px;
  }
}
@media (min-width: 1617px) {
  .section-report .report-image {
    align-items: start;
  }
  .section-report .report-image img {
    height: 684px;
    max-width: 760px;
  }
  .section-report .register-service-banner > div {
    padding: 53px 60px;
    border-radius: 40px;
  }
  .section-report .register-service-banner > div a.register {
    padding: 17px 23px;
    width: auto !important;
    max-width: unset;
  }
}

.section-features {
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.section-features::before, .section-features::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.section-features::before {
  background-image: url(../images/ellipse-4-mobile.svg);
  background-position: top left;
  width: 544px;
  height: 713px;
  bottom: 60px;
  left: 0;
}
.section-features::after {
  background-image: url(../images/ellipse-3-mobile.svg);
  background-position: bottom -25px right;
  width: 809px;
  height: 532px;
  bottom: 60px;
  right: 0;
}
.section-features h3.title {
  font-size: 20px;
  margin-bottom: 0;
}
.section-features h3.title.special-line {
  margin-bottom: 5px;
  display: inline-block;
}
.section-features h3.title.special-line::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #40C2D5;
  border-radius: 11px;
  display: block;
  margin-top: -9px;
}
.section-features .icon-box-list {
  margin-top: 24px;
  position: relative;
  z-index: 22;
}
.section-features .icon-box-list > *:not(:last-child) {
  margin-bottom: 12px;
}
.section-features .icon-box {
  padding: 16px 24px;
  box-shadow: 0px 3px 32px 7px rgba(79, 100, 211, 0.1490196078);
  border-radius: 16px 40px 16px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 235px;
  justify-content: center;
}
.section-features .icon-box .icon {
  margin-bottom: 12px;
}
.section-features .icon-box .icon img {
  width: 30px;
  height: 23px;
  object-fit: cover;
}
.section-features .icon-box .content h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 140%;
}
.section-features .icon-box .content p {
  font-size: 14px;
  margin-bottom: 0;
}
.section-features .icon-box .content p:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .section-features {
    overflow: unset;
    padding: 200px 0 240px;
  }
  .section-features .icon-box-list {
    margin-top: 0;
  }
  .section-features .icon-box-list > *:last-child .icon-box {
    margin-top: 112px;
  }
}
@media (min-width: 1200px) {
  .section-features::before {
    background-image: url(../images/ellipse-4.svg);
    background-position: top left;
    width: 956px;
    height: 1251px;
    bottom: 60px;
    left: 0;
  }
  .section-features::after {
    background-image: url(../images/ellipse-3.svg);
    background-position: bottom -25px right;
    height: 856px;
    width: 1301px;
    bottom: 60px;
    right: 0;
  }
  .section-features h3.title {
    font-size: 36px;
  }
  .section-features h3.title.special-line {
    margin-bottom: 18px;
  }
  .section-features h3.title.special-line::after {
    content: "";
    width: 100%;
    height: 17px;
    margin-top: -18px;
  }
  .section-features .icon-box {
    padding: 30px 36px;
    border-radius: 23px 60px 23px 60px;
  }
  .section-features .icon-box .icon {
    margin-bottom: 36px;
  }
  .section-features .icon-box .icon img {
    width: 30px;
    height: 23px;
    object-fit: cover;
  }
  .section-features .icon-box .content h5 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .section-features .icon-box .content p {
    font-size: 20px;
  }
  .section-features .icon-box .content p:not(:last-child) {
    margin-bottom: 12px;
  }
}

.section-choose-plan {
  padding: 100px 0 100px;
}
.section-choose-plan .gr-heading {
  margin-bottom: 40px;
}
.section-choose-plan .gr-heading h2 {
  margin-bottom: 6px;
}
.section-choose-plan .gr-heading p {
  color: #5A5E6A;
}
.section-choose-plan .list-icon-box {
  margin-bottom: 28px;
}
.section-choose-plan .list-icon-box > div:not(:last-child) .icon-box {
  margin-bottom: 12px;
}
.section-choose-plan .list-icon-box > div:nth-child(2) .icon {
  background-color: #FFF8E3;
}
.section-choose-plan .list-icon-box > div:nth-child(3) .icon {
  background-color: #DEFBEC;
}
.section-choose-plan .list-icon-box > div:nth-child(4) .icon {
  background-color: #FFEBF7;
}
.section-choose-plan .row.custom-40 > div:not(:last-child) .plan-wrapper {
  margin-bottom: 12px;
}
.section-choose-plan .icon-box {
  display: flex;
  align-items: center;
  border: 1px solid #E4E6EA;
  padding: 12px 16px;
  border-radius: 16px;
}
.section-choose-plan .icon-box .icon {
  width: 52px;
  height: 52px;
  background-color: #DEEBFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-choose-plan .icon-box .icon svg {
  width: 32px;
  height: 32px;
}
.section-choose-plan .icon-box .icon-content {
  width: calc(100% - 64px);
  padding-left: 12px;
}
.section-choose-plan .icon-box .icon-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 140%;
}
.section-choose-plan .icon-box .icon-content p {
  font-size: 12px;
}
.section-choose-plan .plan-wrapper {
  box-shadow: 0px 3px 20px 7px rgba(79, 100, 211, 0.1019607843);
  padding: 8px 8px 14px;
  border-radius: 10px;
}
.section-choose-plan .plan-wrapper .plan {
  background: linear-gradient(180deg, #EFF2FF 0%, #FFFFFF 100%);
  padding: 0 12px;
  border-radius: 10px;
}
.section-choose-plan .plan-wrapper .plan.right {
  background: linear-gradient(180deg, #EAFCFF 0%, #FFFFFF 100%);
}
.section-choose-plan .plan-wrapper .plan .header {
  padding: 16px 0 18px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.section-choose-plan .plan-wrapper .plan .header .heading {
  font-size: 16px;
  margin-bottom: 6px;
}
.section-choose-plan .plan-wrapper .plan .header .time {
  font-size: 12px;
  color: #5A5E6A;
}
.section-choose-plan .plan-wrapper .plan .header .right {
  flex: 0 0 auto;
}
.section-choose-plan .plan-wrapper .plan .header .right .tag {
  padding: 6px 12px;
  height: 32px;
  border-radius: 99px;
  background-color: #364DC9;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.section-choose-plan .plan-wrapper .plan.right .tag {
  background-color: #40C2D5 !important;
}
.section-choose-plan .plan-wrapper .plan.right .list-unstyled li::before {
  background-image: url(../images/ic-check-green.svg) !important;
}
.section-choose-plan .plan-wrapper .plan .body {
  border-top: 1px solid #E4E6EA;
  padding: 20px 0;
}
.section-choose-plan .plan-wrapper .plan .body .list-unstyled li {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
}
.section-choose-plan .plan-wrapper .plan .body .list-unstyled li::before {
  content: "";
  background-image: url(../images/ic-check-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section-choose-plan .plan-wrapper .plan .body .list-unstyled li:not(:last-child) {
  margin-bottom: 12px;
}
.section-choose-plan .plan-wrapper .plan .body .list-unstyled li.special {
  color: #FF3838;
}
.section-choose-plan .plan-wrapper .plan .body .list-unstyled li.special::before {
  background-image: url(../images/ic-info.svg) !important;
}
.section-choose-plan .plan-wrapper .plan .footer a {
  background-color: #364DC9;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  height: 40px;
  gap: 4px;
}
.section-choose-plan .plan-wrapper .plan .footer a svg {
  width: 16px;
  height: 16px;
}
.section-choose-plan .plan-wrapper .plan.right .footer a {
  background-color: #40C2D5;
}
@media (min-width: 768px) {
  .section-choose-plan {
    padding: 100px 0 200px;
  }
  .section-choose-plan .plan-wrapper {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .section-choose-plan {
    padding: 220px 0 200px;
  }
  .section-choose-plan .row.custom-40 {
    margin: 0 -20px;
  }
  .section-choose-plan .row.custom-40 > div {
    padding: 0 20px;
  }
  .section-choose-plan .gr-heading {
    margin-bottom: 60px;
  }
  .section-choose-plan .gr-heading h2 {
    margin-bottom: 20px;
  }
  .section-choose-plan .list-icon-box {
    margin-bottom: 40px;
  }
  .section-choose-plan .icon-box {
    min-height: 100px;
    height: 100%;
    margin-bottom: 0 !important;
  }
  .section-choose-plan .icon-box .icon {
    width: 52px;
    height: 52px;
    background-color: #DEEBFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-choose-plan .icon-box .icon svg {
    width: 32px;
    height: 32px;
  }
  .section-choose-plan .icon-box .icon-content {
    width: calc(100% - 64px);
    padding-left: 12px;
  }
  .section-choose-plan .icon-box .icon-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 140%;
  }
  .section-choose-plan .icon-box .icon-content p {
    font-size: 12px;
  }
  .section-choose-plan .plan-wrapper {
    padding: 14px 12px 36px;
    border-radius: 40px;
  }
  .section-choose-plan .plan-wrapper .plan {
    padding: 0 36px;
    border-radius: 28px;
  }
  .section-choose-plan .plan-wrapper .plan .header {
    padding: 36px 0 28px;
    gap: 10px;
  }
  .section-choose-plan .plan-wrapper .plan .header .heading {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .section-choose-plan .plan-wrapper .plan .header .time {
    font-size: 18px;
  }
  .section-choose-plan .plan-wrapper .plan .header .right {
    flex: 0 0 auto;
  }
  .section-choose-plan .plan-wrapper .plan .header .right .tag {
    height: 38px;
  }
  .section-choose-plan .plan-wrapper .plan .body {
    padding: 28px 0 40px;
  }
  .section-choose-plan .plan-wrapper .plan .body .list-unstyled li {
    font-size: 24px;
    padding-left: 36px;
  }
  .section-choose-plan .plan-wrapper .plan .body .list-unstyled li::before {
    width: 24px;
    height: 24px;
  }
  .section-choose-plan .plan-wrapper .plan .body .list-unstyled li:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-choose-plan .plan-wrapper .plan .footer a {
    border-radius: 16px;
    padding: 21px;
    font-size: 24px;
    height: 78px;
  }
  .section-choose-plan .plan-wrapper .plan .footer a svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1617px) {
  .section-choose-plan .icon-box {
    min-height: 138px;
    padding: 28px 24px;
    border-radius: 23px;
  }
  .section-choose-plan .icon-box .icon {
    width: 77px;
    height: 77px;
  }
  .section-choose-plan .icon-box .icon svg {
    width: 40px;
    height: 40px;
  }
  .section-choose-plan .icon-box .icon-content {
    width: calc(100% - 77px);
    padding-left: 20px;
  }
  .section-choose-plan .icon-box .icon-content h4 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 14px;
  }
  .section-choose-plan .icon-box .icon-content p {
    font-size: 15px;
    line-height: 150%;
  }
  .section-choose-plan .plan-wrapper {
    padding: 14px 12px 36px;
    border-radius: 40px;
  }
  .section-choose-plan .plan-wrapper .plan {
    padding: 0 36px;
    border-radius: 28px;
  }
  .section-choose-plan .plan-wrapper .plan .header {
    padding: 36px 0 28px;
    gap: 10px;
  }
  .section-choose-plan .plan-wrapper .plan .header .heading {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .section-choose-plan .plan-wrapper .plan .header .time {
    font-size: 18px;
  }
  .section-choose-plan .plan-wrapper .plan .header .right {
    flex: 0 0 auto;
  }
  .section-choose-plan .plan-wrapper .plan .header .right .tag {
    height: 38px;
  }
  .section-choose-plan .plan-wrapper .plan .body {
    padding: 28px 0 40px;
  }
  .section-choose-plan .plan-wrapper .plan .body .list-unstyled li {
    font-size: 24px;
    padding-left: 36px;
  }
  .section-choose-plan .plan-wrapper .plan .body .list-unstyled li::before {
    width: 24px;
    height: 24px;
  }
  .section-choose-plan .plan-wrapper .plan .body .list-unstyled li:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-choose-plan .plan-wrapper .plan .footer a {
    border-radius: 16px;
    padding: 21px;
    font-size: 24px;
    height: 78px;
  }
  .section-choose-plan .plan-wrapper .plan .footer a svg {
    width: 28px;
    height: 28px;
  }
}

.section-statistics {
  padding-top: 67px;
}
.section-statistics .gr-heading {
  margin-bottom: 51px;
}
.section-statistics .gr-heading h2 {
  margin-bottom: 0;
}
.section-statistics .choose-by-ceo {
  margin-bottom: 22px;
}
.section-statistics .number-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-statistics .number-box h3.title {
  color: #3B3F4A;
  font-size: 14px;
  margin-bottom: 14px;
}
.section-statistics .number-box .number-text {
  font-size: 32px;
  font-weight: 700;
  color: #364DC9;
}
.section-statistics .number-box .number-text > span {
  display: inline-block;
}
.section-statistics .number-box .number-text .text {
  margin-left: -8px;
}
.section-statistics p.result-text {
  text-align: center;
  font-size: 12px;
  color: #7F828C;
}
.section-statistics .statistics-and-survey {
  margin-top: 84px;
}
.section-statistics .statistics-and-survey h3.chart-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}
.section-statistics .statistics-and-survey .chart-box {
  font-family: "Pretendard", sans-serif;
  box-shadow: 0px 2px 11px 0px rgba(64, 68, 82, 0.2784313725);
  padding: 5px 10px;
  border-radius: 13px;
  min-width: 170px;
  background-color: #fff;
  text-align: left;
}
.section-statistics .statistics-and-survey .chart-box h3.percent {
  font-size: 24px;
  color: #364DC9;
  margin-bottom: 4px;
  line-height: 150%;
}
.section-statistics .statistics-and-survey .chart-box .sub-title {
  font-weight: 700;
  font-size: 14px;
  color: #3B3F4A;
  margin-bottom: 4px;
  display: inline-block;
  line-height: 150%;
}
.section-statistics .statistics-and-survey .chart-box .desc {
  font-size: 12px;
  color: #5A5E6A;
  line-height: 150%;
  display: inline-block;
}
.section-statistics .statistics-and-survey div#chart-mobile img {
  width: 100%;
}
.section-statistics .statistics-and-survey .survey-list {
  margin-top: 24px;
  position: relative;
}
.section-statistics .statistics-and-survey .survey-list .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-statistics .statistics-and-survey .survey-list .owl-nav .owl-next {
  right: 0;
}
.section-statistics .statistics-and-survey .survey-list .owl-nav svg {
  width: 20px;
  height: 20px;
}
.section-statistics .statistics-and-survey .survey-item {
  text-align: center;
  background: linear-gradient(180deg, #F3F5FF 0%, #E2EAFF 100%);
  border: 1px solid #D7DDFF;
  border-radius: 16px;
  padding: 51px 0 28px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-statistics .statistics-and-survey .survey-item .header {
  margin-bottom: 58px;
  display: none;
  justify-content: center;
}
.section-statistics .statistics-and-survey .survey-item .header img {
  width: 82px;
  height: 82px;
}
.section-statistics .statistics-and-survey .survey-item .body {
  max-width: 280px;
  margin: 0 auto;
}
.section-statistics .statistics-and-survey .survey-item .body .review {
  margin-bottom: 32px;
  position: relative;
  line-height: 150%;
}
.section-statistics .statistics-and-survey .survey-item .body .review p:last-child {
  margin: 0;
}
.section-statistics .statistics-and-survey .survey-item .body .review::after, .section-statistics .statistics-and-survey .survey-item .body .review::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 19px;
  height: 16px;
  position: absolute;
}
.section-statistics .statistics-and-survey .survey-item .body .review::before {
  content: "";
  background-image: url(../images/ic-quote-right.svg);
  top: -18px;
}
.section-statistics .statistics-and-survey .survey-item .body .review::after {
  content: "";
  background-image: url(../images/ic-quote-left.svg);
  bottom: -16px;
  right: 0;
}
.section-statistics .statistics-and-survey .survey-item .body .shop-name {
  line-height: 150%;
  margin-bottom: 24px;
  color: #7F828C;
  font-size: 14px;
}
.section-statistics .statistics-and-survey .survey-item .footer {
  padding: 0 60px;
}
.section-statistics .statistics-and-survey .survey-item .footer .call-to-action {
  color: #fff;
  gap: 4px;
  border-radius: 10px;
  background-color: #364DC9;
  height: 44px;
  padding: 11.5px 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-statistics .statistics-and-survey .survey-item .footer .call-to-action svg {
  width: 20px;
  height: 20px;
}
.section-statistics .statistics-and-survey .survey-item .footer .call-to-action:hover {
  background: #40C2D5;
}
@media (min-width: 768px) {
  .section-statistics {
    padding-top: 133px;
  }
  .section-statistics .gr-heading {
    margin-bottom: 60px;
  }
  .section-statistics h3.chart-title {
    text-align: left !important;
    font-size: 32px !important;
  }
  .section-statistics .statistics-and-survey {
    margin-top: 175px;
  }
  .section-statistics .statistics-and-survey .chart-box {
    min-width: 250px;
  }
  .section-statistics .statistics-and-survey .chart-box h3.percent {
    font-size: 28px;
  }
  .section-statistics .statistics-and-survey .chart-box .sub-title {
    font-size: 18px;
  }
  .section-statistics .statistics-and-survey .chart-box .desc {
    font-size: 16px;
  }
  .section-statistics .statistics-and-survey .survey-list .owl-nav .owl-prev {
    left: 20px;
  }
  .section-statistics .statistics-and-survey .survey-list .owl-nav .owl-next {
    right: 20px;
  }
  .section-statistics .statistics-and-survey .survey-list .owl-nav svg {
    width: 36px;
    height: 36px;
  }
  .section-statistics .statistics-and-survey .survey-item {
    border-radius: 40px;
    padding: 76px 0 45px;
    min-height: 640px;
  }
  .section-statistics .statistics-and-survey .survey-item .header {
    margin-bottom: 30px;
  }
  .section-statistics .statistics-and-survey .survey-item .header img {
    width: 163px;
    height: 163px;
  }
  .section-statistics .statistics-and-survey .survey-item .body {
    max-width: 450px;
  }
  .section-statistics .statistics-and-survey .survey-item .body .review {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-statistics .statistics-and-survey .survey-item .body .review::after, .section-statistics .statistics-and-survey .survey-item .body .review::before {
    width: 31px;
    height: 26px;
  }
  .section-statistics .statistics-and-survey .survey-item .body .review::before {
    content: "";
    top: -26px;
  }
  .section-statistics .statistics-and-survey .survey-item .body .review::after {
    content: "";
    bottom: -26px;
  }
  .section-statistics .statistics-and-survey .survey-item .body .shop-name {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .section-statistics .statistics-and-survey .survey-item .footer {
    padding: 0;
    max-width: 354px;
    margin: 0 auto;
  }
  .section-statistics .statistics-and-survey .survey-item .footer .call-to-action {
    border-radius: 16px;
    height: 70px;
    padding: 11.5px 19px;
    font-size: 24px;
  }
  .section-statistics .statistics-and-survey .survey-item .footer .call-to-action svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .section-statistics .choose-by-ceo {
    margin-bottom: 12px;
  }
  .section-statistics .number-box h3.title {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 150%;
  }
  .section-statistics .number-box .number-text {
    font-size: 80px;
    line-height: 150%;
  }
  .section-statistics .number-box .number-text .text {
    margin-left: -20px;
  }
  .section-statistics p.result-text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-statistics .statistics-and-survey {
    margin-top: 175px;
  }
  .section-statistics .statistics-and-survey .chart-box {
    min-width: 240px;
  }
  .section-statistics .statistics-and-survey .chart-box h3.percent {
    font-size: 24px;
  }
  .section-statistics .statistics-and-survey .chart-box .sub-title {
    font-size: 18px;
  }
  .section-statistics .statistics-and-survey .chart-box .desc {
    font-size: 16px;
  }
  .section-statistics .statistics-and-survey .survey-list .survey-item .body {
    max-width: 400px;
  }
  .section-statistics .statistics-and-survey .survey-list .owl-nav .owl-prev {
    left: 10px;
  }
  .section-statistics .statistics-and-survey .survey-list .owl-nav .owl-next {
    right: 10px;
  }
}
@media (min-width: 1617px) {
  .section-statistics .statistics-and-survey.custom-50 {
    margin: 175px -50px 0;
  }
  .section-statistics .statistics-and-survey.custom-50 > * {
    padding: 0 50px;
  }
  .section-statistics .statistics-and-survey.custom-50 .survey-list {
    margin-top: 0;
  }
  .section-statistics .statistics-and-survey.custom-50 .survey-list .survey-item .body {
    max-width: 450px;
  }
  .section-statistics .statistics-and-survey.custom-50 .survey-list .owl-nav .owl-prev {
    left: 20px;
  }
  .section-statistics .statistics-and-survey.custom-50 .survey-list .owl-nav .owl-next {
    right: 20px;
  }
  .section-statistics .statistics-and-survey.custom-50 .chart-box {
    min-width: 300px;
  }
  .section-statistics .statistics-and-survey.custom-50 .chart-box h3.percent {
    font-size: 36px;
  }
  .section-statistics .statistics-and-survey.custom-50 .chart-box .sub-title {
    font-size: 20px;
  }
  .section-statistics .statistics-and-survey.custom-50 .chart-box .desc {
    font-size: 18px;
  }
}

.section-special-features {
  padding: 0 0 100px;
}
.section-special-features .gr-heading {
  margin-bottom: 40px;
}
.section-special-features .gr-heading h2 {
  margin-bottom: 6px;
}
.section-special-features .gr-heading p {
  line-height: 150%;
}
.section-special-features .featured-image-slide {
  position: relative;
}
.section-special-features .featured-image-slide .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.section-special-features .featured-image-slide .owl-nav button.owl-prev {
  left: 17px;
}
.section-special-features .featured-image-slide .owl-nav button.owl-next {
  right: 17px;
}
.section-special-features .featured-image-slide .owl-nav button svg {
  width: 9px;
  height: 16px;
}
.section-special-features .special-features-list {
  margin-top: 28px;
}
.section-special-features .special-features-list .item {
  display: flex;
  align-items: center;
}
.section-special-features .special-features-list .item:not(:last-child) {
  margin-bottom: 18px;
}
.section-special-features .special-features-list .item .icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #DEEBFF;
}
.section-special-features .special-features-list .item .icon img {
  width: 32px;
  height: 32px;
}
.section-special-features .special-features-list .item:nth-child(2) .icon {
  background-color: #FFF8E3;
}
.section-special-features .special-features-list .item:nth-child(3) .icon {
  background-color: #DEFBEC;
}
.section-special-features .special-features-list .item:last-child .icon {
  background-color: #FFEBF7;
}
.section-special-features .special-features-list .item .content {
  padding-left: 12px;
  width: calc(100% - 64px);
}
.section-special-features .special-features-list .item .content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 140%;
}
.section-special-features .special-features-list .item .content p {
  font-size: 12px;
  font-weight: 500;
  color: #5A5E6A;
}
.section-special-features a.learn-more {
  padding: 10px;
  margin-top: 28px;
  font-size: 16px;
  background: #40C2D5;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.section-special-features a.learn-more svg {
  width: 16px;
  height: 16px;
}
.section-special-features a.learn-more:hover {
  background: #364DC9;
}
.section-special-features a.learn-more:hover svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .section-special-features .gr-heading {
    margin-bottom: 80px;
  }
  .section-special-features .gr-heading h2 {
    margin-bottom: 20px;
  }
  .section-special-features .gr-heading p {
    line-height: 150%;
  }
  .section-special-features .featured-image-slide .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .section-special-features .featured-image-slide .owl-nav button.owl-prev {
    left: 20px;
  }
  .section-special-features .featured-image-slide .owl-nav button.owl-next {
    right: 20px;
  }
  .section-special-features .featured-image-slide .owl-nav button svg {
    width: 22.5px;
    height: 41.2px;
  }
  .section-special-features .special-features-list {
    margin-top: 58px;
  }
  .section-special-features .special-features-list .item:not(:last-child) {
    margin-bottom: 28px;
  }
  .section-special-features .special-features-list .item .icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #DEEBFF;
  }
  .section-special-features .special-features-list .item .icon img {
    width: 32px;
    height: 32px;
  }
  .section-special-features .special-features-list .item .content {
    padding-left: 20px;
    width: calc(100% - 72px);
  }
  .section-special-features .special-features-list .item .content h4 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 150%;
  }
  .section-special-features .special-features-list .item .content p {
    font-size: 18px;
    line-height: 150%;
  }
  .section-special-features a.learn-more {
    padding: 17px;
    margin-top: 58px;
    font-size: 24px;
    height: 70px;
    line-height: 35px;
  }
  .section-special-features a.learn-more svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .section-special-features .special-features-list {
    margin-top: 0;
  }
  .section-special-features .special-features-list .item:not(:last-child) {
    margin-bottom: 18px;
  }
  .section-special-features .special-features-list .item .icon {
    width: 52px;
    height: 52px;
  }
  .section-special-features .special-features-list .item .icon img {
    width: 32px;
    height: 32px;
  }
  .section-special-features .special-features-list .item .content {
    padding-left: 12px;
    width: calc(100% - 64px);
  }
  .section-special-features .special-features-list .item .content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section-special-features .special-features-list .item .content p {
    font-size: 12px;
  }
  .section-special-features a.learn-more {
    padding: 10px;
    margin-top: 28px;
    font-size: 16px;
    height: 42px;
    line-height: 21px;
  }
  .section-special-features a.learn-more svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .section-special-features .row.custom-80 .col-xl-6:first-child {
    width: 54%;
  }
  .section-special-features .row.custom-80 .col-xl-6:last-child {
    width: 46%;
  }
  .section-special-features .special-features-list {
    margin-top: 0;
  }
  .section-special-features .special-features-list .item:not(:last-child) {
    margin-bottom: 28px;
  }
  .section-special-features .special-features-list .item .icon {
    width: 82px;
    height: 82px;
  }
  .section-special-features .special-features-list .item .icon img {
    width: 40px;
    height: 40px;
  }
  .section-special-features .special-features-list .item .content {
    padding-left: 20px;
    width: calc(100% - 72px);
  }
  .section-special-features .special-features-list .item .content h4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .section-special-features .special-features-list .item .content p {
    font-size: 18px;
  }
  .section-special-features a.learn-more {
    max-width: 288px;
    padding: 17px;
    margin-top: 58px;
    font-size: 24px;
    height: 70px;
    line-height: 35px;
    border-radius: 16px;
  }
  .section-special-features a.learn-more svg {
    width: 28px;
    height: 28px;
  }
}

.section-product .row > div {
  padding: 0;
}
.section-product .featured-image-product {
  background-image: url(../images/left-image-product.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 360px;
}
.section-product .product-wrapper {
  padding: 40px 0 72px 16px;
  background-color: #121C30;
}
.section-product .product-info {
  margin-bottom: 40px;
}
.section-product .product-info .icon {
  margin-bottom: 20px;
  background-color: rgba(64, 194, 213, 0.3019607843);
  padding: 6px;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-product .product-info .icon .box {
  background-color: #40C2D5;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-product .product-info .icon img {
  width: 24px;
  height: 24px;
}
.section-product .product-info .title {
  color: #fff;
  font-size: 18px;
}
.section-product .product-info .title span {
  padding-right: 8px;
}
.section-product .product-info .title svg {
  width: 16px;
  height: 16px;
}
.section-product .product-info .desc {
  color: #fff;
  font-size: 14px;
}
.section-product .product-list {
  display: flex;
  padding-bottom: 30px;
}
.section-product .product-list .swiper-scrollbar {
  border-radius: 9px;
  height: 10px;
  bottom: 0px;
  top: unset;
  background: transparent;
}
.section-product .product-list .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #5A5E6A;
  min-width: 240px;
}
.section-product .product-list .product-item {
  background: #ddd;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 23px;
  overflow: hidden;
  min-height: 320px;
}
.section-product .product-list .product-item > * {
  width: 100%;
}
.section-product .product-list .product-item:last-child {
  margin-right: 16px;
}
.section-product .product-list .product-item .image {
  height: 239px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B4B5BB;
}
.section-product .product-list .product-item .image img {
  width: 60%;
  height: 84%;
  object-fit: contain;
}
.section-product .product-list .product-item .content {
  padding: 12px 12px 16px;
  background-color: #fff;
  backdrop-filter: blur(4px);
}
.section-product .product-list .product-item .content .header {
  margin-bottom: 6px;
  gap: 4px;
}
.section-product .product-list .product-item .content .header .product-name {
  font-size: 16px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.section-product .product-list .product-item .content .header .rating {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  gap: 5px;
}
.section-product .product-list .product-item .content .header .rating svg {
  width: 16px;
  height: 16px;
  margin-top: -1px;
}
.section-product .product-list .product-item .content .header .rating span {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #364DC9;
}
.section-product .product-list .product-item .content .header .tag {
  flex: 0 0 auto;
  background-color: #C4FFDC;
  color: #37B067;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 4px 10px;
  border-radius: 99px;
}
.section-product .product-list .product-item .content .desc {
  color: #7F828C;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .section-product .product-wrapper {
    padding: 70px 0 58px 79px;
  }
  .section-product .product-info {
    margin-bottom: 80px;
  }
  .section-product .product-info .icon {
    margin-bottom: 32px;
    padding: 8px;
    width: 72px;
    height: 72px;
  }
  .section-product .product-info .icon .box {
    width: 58px;
    height: 58px;
  }
  .section-product .product-info .icon img {
    width: 36px;
    height: 36px;
  }
  .section-product .product-info .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-product .product-info .title span {
    padding-right: 12px;
  }
  .section-product .product-info .title svg {
    width: 32px;
    height: 32px;
  }
  .section-product .product-info .desc {
    font-size: 24px;
  }
  .section-product .product-list .swiper-scrollbar .swiper-scrollbar-drag {
    min-width: 680px;
  }
  .section-product .product-list .product-item {
    min-height: 488px;
  }
  .section-product .product-list .product-item .image {
    height: 368px;
  }
  .section-product .product-list .product-item .content {
    min-height: 120px;
    padding: 20px 20px 28px;
  }
  .section-product .product-list .product-item .content .header {
    margin-bottom: 8px;
    gap: 12px;
  }
  .section-product .product-list .product-item .content .header .product-name {
    font-size: 24px;
    line-height: 150%;
  }
  .section-product .product-list .product-item .content .header .rating svg {
    width: 20px;
    height: 20px;
  }
  .section-product .product-list .product-item .content .header .rating span {
    font-size: 20px;
  }
  .section-product .product-list .product-item .content .header .tag {
    font-size: 18px;
    line-height: 150%;
    padding: 4px 13px;
    height: 35px;
  }
  .section-product .product-list .product-item .content .desc {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-product .product-wrapper {
    padding: 50px 0 72px 20px;
  }
  .section-product .product-info {
    margin-bottom: 40px;
  }
  .section-product .product-info .icon {
    margin-bottom: 20px;
    width: 52px;
    height: 52px;
  }
  .section-product .product-info .icon .box {
    width: 40px;
    height: 40px;
  }
  .section-product .product-info .icon img {
    width: 24px;
    height: 24px;
  }
  .section-product .product-info .title {
    font-size: 18px;
  }
  .section-product .product-info .title span {
    padding-right: 8px;
  }
  .section-product .product-info .title svg {
    width: 16px;
    height: 16px;
  }
  .section-product .product-info .desc {
    font-size: 14px;
  }
  .section-product .product-list .swiper-scrollbar .swiper-scrollbar-drag {
    min-width: 264px;
  }
  .section-product .product-list .product-item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B4B5BB;
  }
  .section-product .product-list .product-item .content {
    padding: 12px 12px 16px;
  }
  .section-product .product-list .product-item .content .header {
    margin-bottom: 6px;
    gap: 4px;
  }
  .section-product .product-list .product-item .content .header .product-name {
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .section-product .product-list .product-item .content .header .rating svg {
    width: 16px;
    height: 16px;
  }
  .section-product .product-list .product-item .content .header .rating span {
    font-size: 14px;
  }
  .section-product .product-list .product-item .content .header .tag {
    font-size: 14px;
    padding: 4px 10px;
    height: 29px;
  }
  .section-product .product-list .product-item .content .desc {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .section-product .product-wrapper {
    padding: 70px 0 50px 40px;
  }
  .section-product .product-info {
    margin-bottom: 80px;
  }
  .section-product .product-info .icon {
    margin-bottom: 32px;
    padding: 8px;
    width: 74px;
    height: 74px;
  }
  .section-product .product-info .icon .box {
    width: 58px;
    height: 58px;
  }
  .section-product .product-info .icon img {
    width: 36px;
    height: 36px;
  }
  .section-product .product-info .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-product .product-info .title span {
    padding-right: 12px;
  }
  .section-product .product-info .title svg {
    width: 32px;
    height: 32px;
  }
  .section-product .product-info .desc {
    font-size: 24px;
  }
  .section-product .product-list {
    padding-bottom: 30px;
  }
  .section-product .product-list .swiper-scrollbar .swiper-scrollbar-drag {
    min-width: 680px;
  }
  .section-product .product-list .product-item:last-child {
    margin-right: 28px;
  }
  .section-product .product-list .product-item .image {
    height: 368px;
  }
  .section-product .product-list .product-item .content {
    padding: 20px 20px 28px;
  }
  .section-product .product-list .product-item .content .header {
    margin-bottom: 8px;
    gap: 12px;
  }
  .section-product .product-list .product-item .content .header .product-name {
    font-size: 24px;
    line-height: 150%;
  }
  .section-product .product-list .product-item .content .header .rating svg {
    width: 20px;
    height: 20px;
  }
  .section-product .product-list .product-item .content .header .rating span {
    font-size: 20px;
  }
  .section-product .product-list .product-item .content .header .tag {
    font-size: 18px;
    line-height: 150%;
    padding: 4px 13px;
    height: 35px;
  }
  .section-product .product-list .product-item .content .desc {
    font-size: 18px;
  }
}
@media (min-width: 1617px) {
  .section-product .row > div:first-child {
    width: 49%;
  }
  .section-product .row > div:last-child {
    width: 51%;
  }
  .section-product .product-wrapper {
    padding: 69px 0 69px 79px;
  }
}

.section-compare-call-to-action {
  background-image: url(../images/compare-mask-group-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #364DC9;
  padding: 40px 0 25px;
  min-height: 240px;
}
.section-compare-call-to-action h3.title {
  color: #FFEB99;
  font-size: 24px;
}
.section-compare-call-to-action p.desc {
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
}
.section-compare-call-to-action .compare {
  background-color: #fff;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #364DC9;
  display: flex;
  align-items: center;
  gap: 3px;
  width: auto;
}
.section-compare-call-to-action .compare svg {
  width: 20px;
  height: 20px;
}
.section-compare-call-to-action .compare:hover {
  background-color: #40C2D5;
  color: #fff;
}
.section-compare-call-to-action .compare:hover svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .section-compare-call-to-action {
    background-image: url(../images/compare-mask-group.svg);
    padding: 53px 0;
    min-height: 240px;
  }
  .section-compare-call-to-action h3.title {
    font-size: 36px;
  }
  .section-compare-call-to-action p.desc {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 150%;
  }
  .section-compare-call-to-action .compare {
    padding: 17px 35px;
    height: 70px;
    font-size: 24px;
    width: auto;
    border-radius: 16px;
  }
  .section-compare-call-to-action .compare svg {
    width: 28px;
    height: 28px;
  }
}

.page-template-page-brand .section-banner .main-banner {
  height: 652px;
  background-image: url("/wp-content/themes/paykit/assets/images/brand/banner.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 92px;
  display: flex;
  align-items: center;
}
.page-template-page-brand .section-banner .main-banner .banner-heading {
  color: #fff;
  font-size: 36px;
  line-height: 150%;
  margin-bottom: 0;
}
.page-template-page-brand .section-banner .main-banner .banner-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 39px;
  line-height: 160%;
}
@media (max-width: 576px) {
  .page-template-page-brand .section-banner .main-banner {
    height: 434px;
    background-image: url("/wp-content/themes/paykit/assets/images/brand/banner-mobile.jpg");
    padding-top: 52px;
  }
  .page-template-page-brand .section-banner .main-banner .banner-heading {
    font-size: 28px;
  }
  .page-template-page-brand .section-banner .main-banner .banner-desc {
    font-size: 10px;
    font-weight: 400;
    margin-top: 66px;
  }
}
.page-template-page-brand .section-business-performance {
  background-color: #EDF0FF;
  padding-top: 90px;
  padding-bottom: 74px;
}
.page-template-page-brand .section-business-performance .gr-heading {
  margin-bottom: 40px;
}
.page-template-page-brand .section-business-performance .business-performance-ctn {
  gap: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-brand .section-business-performance .num-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  padding: 0 32px;
}
.page-template-page-brand .section-business-performance .num-box.affiliated-stores {
  width: 340px;
  height: 340px;
  border-radius: 100%;
  background-color: #364DC9;
  color: #fff;
  align-items: center;
  padding: 0;
}
.page-template-page-brand .section-business-performance .num-box.affiliated-stores .num {
  color: #fff;
}
.page-template-page-brand .section-business-performance .num-box .num {
  font-size: 57px;
  color: #364DC9;
}
.page-template-page-brand .section-business-performance .num-box .border-secondary {
  border-color: #BEC1C7 !important;
}
@media (max-width: 768px) {
  .page-template-page-brand .section-business-performance {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .page-template-page-brand .section-business-performance .gr-heading {
    margin-bottom: 34px;
  }
  .page-template-page-brand .section-business-performance .gr-heading h2 {
    margin-top: 29px;
  }
  .page-template-page-brand .section-business-performance .num-box {
    font-size: 16px;
    padding: 0 20px;
  }
  .page-template-page-brand .section-business-performance .num-box.affiliated-stores {
    width: 142px;
    height: 142px;
  }
  .page-template-page-brand .section-business-performance .num-box .num {
    font-size: 24px;
  }
}
.page-template-page-brand .section-vision {
  padding-top: 160px;
  padding-bottom: 140px;
}
.page-template-page-brand .section-vision .gr-heading {
  margin-bottom: 120px;
}
.page-template-page-brand .section-vision .gr-heading .medium-text {
  margin-top: 8px;
  margin-bottom: 16px;
}
.page-template-page-brand .section-vision .vision-box {
  text-align: center;
}
.page-template-page-brand .section-vision .vision-box .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 30px;
  line-height: 150%;
}
.page-template-page-brand .section-vision .vision-box .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-brand .section-vision {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-template-page-brand .section-vision .container .row {
    --bs-gutter-y: 42px;
  }
  .page-template-page-brand .section-vision .gr-heading {
    margin-bottom: 60px;
  }
  .page-template-page-brand .section-vision .gr-heading .medium-text {
    margin-top: 6px;
  }
  .page-template-page-brand .section-vision .vision-box {
    text-align: center;
  }
  .page-template-page-brand .section-vision .vision-box img {
    height: 60px;
  }
  .page-template-page-brand .section-vision .vision-box .title {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .page-template-page-brand .section-vision .vision-box .desc {
    font-size: 10px;
    font-weight: 400;
  }
}
.page-template-page-brand .section-value {
  padding-top: 110px;
  padding-bottom: 137px;
}
.page-template-page-brand .section-value .gr-heading {
  margin-bottom: 90px;
}
.page-template-page-brand .section-value .gr-heading .small-text {
  margin-bottom: 16px;
}
.page-template-page-brand .section-value .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9FAFC;
  border: 1px solid #EFF1F4;
  height: 320px;
  border-radius: 10px;
  margin-bottom: 80px;
}
.page-template-page-brand .section-value .border-left {
  border-left: 1px solid #D5D8DC;
}
.page-template-page-brand .section-value .value-box {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-template-page-brand .section-value .value-box .value-item {
  display: flex;
  gap: 7px;
  font-size: 20px;
  line-height: 150%;
  align-items: center;
}
.page-template-page-brand .section-value .value-box .value-item:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 6px solid #000;
}
.page-template-page-brand .section-value .value-box .value-item > div {
  display: flex;
  gap: 16px;
}
.page-template-page-brand .section-value .value-box .value-item .value-title {
  font-size: 24px;
  font-weight: bold;
}
.page-template-page-brand .section-value .color-box {
  display: flex;
  gap: 72px;
  margin-left: 80px;
  color: #7F828C;
}
.page-template-page-brand .section-value .color-box svg {
  margin-bottom: 11px;
}
.page-template-page-brand .section-value .color-box .color-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #3B3F4A;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .page-template-page-brand .section-value {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-template-page-brand .section-value .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-brand .section-value .gr-heading .small-text {
    margin-bottom: 6px;
  }
  .page-template-page-brand .section-value .border-left {
    border-left: none;
  }
  .page-template-page-brand .section-value .logo-box {
    height: 160px;
    margin-bottom: 20px;
  }
  .page-template-page-brand .section-value .logo-box img {
    height: 45px;
  }
  .page-template-page-brand .section-value .value-box {
    gap: 18px;
  }
  .page-template-page-brand .section-value .value-box .value-item {
    align-items: start;
    gap: 8px;
    font-size: 12px;
  }
  .page-template-page-brand .section-value .value-box .value-item:before {
    width: 18px;
    height: 18px;
  }
  .page-template-page-brand .section-value .value-box .value-item > div {
    flex-direction: column;
    gap: 2px;
  }
  .page-template-page-brand .section-value .value-box .value-item .value-title {
    font-size: 14px;
  }
  .page-template-page-brand .section-value .color-box {
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 28px;
  }
  .page-template-page-brand .section-value .color-box .color-item svg {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .page-template-page-brand .section-value .color-box .color-item .color-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.page-template-page-brand .section-footprint {
  padding-top: 80px;
  padding-bottom: 53px;
  background-image: url("/wp-content/themes/paykit/assets/images/brand/footprint.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-brand .section-footprint .gr-heading {
  margin-bottom: 110px;
}
.page-template-page-brand .section-footprint .gr-heading .small-text {
  margin-bottom: 16px;
}
.page-template-page-brand .section-footprint .footprint-box {
  display: flex;
  gap: 204px;
}
.page-template-page-brand .section-footprint .footprint-box .footprint-year {
  font-size: 86px;
  font-weight: 800;
  color: #364DC9;
  line-height: 140%;
}
.page-template-page-brand .section-footprint .footprint-box .timeline {
  position: relative;
  margin: 24px 0;
  margin-left: -8px;
}
.page-template-page-brand .section-footprint .footprint-box .timeline::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d9d9d9;
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-marker {
  width: 40px;
  min-width: 40px;
  position: relative;
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-marker .timeline-dot {
  display: inline-block;
  position: relative;
  left: calc(20px - 14px / 2);
  margin-top: 6px;
  width: 14px;
  height: 14px;
  background: #364DC9;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(52, 120, 246, 0.06);
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body {
  display: flex;
  gap: 16px;
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body .timeline-year {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body .timeline-content {
  font-size: 20px;
}
.page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body .timeline-content p {
  margin-bottom: 0;
  line-height: 150%;
}
.page-template-page-brand .section-footprint .footprint-box .timeline > .timeline-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-page-brand .section-footprint .footprint-box .timeline::before {
    left: 13.3px;
  }
  .page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item {
    gap: 0;
    margin-bottom: 27px;
  }
  .page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-marker {
    width: 28px;
    min-width: 28px;
  }
  .page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-marker .timeline-dot {
    left: calc(20px * 0.7 - 14px / 2);
    margin-top: 0;
  }
  .page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body {
    gap: 8px;
  }
  .page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body .timeline-year {
    font-size: 14px;
  }
  .page-template-page-brand .section-footprint .footprint-box .timeline .timeline-item .timeline-body .timeline-content {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .page-template-page-brand .section-footprint {
    padding-top: 60px;
    padding-bottom: 59px;
    background-image: url("/wp-content/themes/paykit/assets/images/brand/footprint-mobile.jpg");
    background-position: right;
  }
  .page-template-page-brand .section-footprint .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-brand .section-footprint .gr-heading .small-text {
    margin-bottom: 6px;
  }
  .page-template-page-brand .section-footprint .footprint-box {
    flex-direction: column;
    gap: 20px;
  }
  .page-template-page-brand .section-footprint .footprint-box .footprint-year {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }
}
.page-template-page-brand .section-stability {
  padding-top: 210px;
  padding-bottom: 230px;
  position: relative;
  z-index: 1;
}
.page-template-page-brand .section-stability::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/paykit/assets/images/brand/stability-bg-1.png");
  top: 50%;
  transform: translateY(-50%);
  width: 354px;
  height: 1251px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  left: 0;
}
.page-template-page-brand .section-stability::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/paykit/assets/images/brand/stability-bg-2.png");
  width: 681px;
  height: 856px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: 32%;
  right: 0;
}
.page-template-page-brand .section-stability .gr-heading {
  margin-bottom: 100px;
}
.page-template-page-brand .section-stability .gr-heading .medium-text {
  margin-top: 20px;
}
.page-template-page-brand .section-stability .custom-gap {
  --bs-gutter-x: 44px;
  --bs-gutter-y: 16px;
}
.page-template-page-brand .section-stability .key-element {
  text-align: center;
  box-shadow: 0 3px 32px 7px rgba(79, 100, 211, 0.15);
  background-color: white;
  border-radius: 16px;
  padding: 32px 10px 64px;
  height: 100%;
}
.page-template-page-brand .section-stability .key-element .key-element-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  color: black;
  margin-bottom: 12px;
}
.page-template-page-brand .section-stability .key-element .key-element-desc {
  font-weight: 500;
  margin-bottom: 44px;
  color: #5A5E6A;
}
.page-template-page-brand .section-stability .key-element .key-element-desc p {
  margin-bottom: 0;
  line-height: 140%;
}
.page-template-page-brand .section-stability .key-element .key-element-spec {
  display: flex;
  justify-content: center;
  gap: 44px;
}
.page-template-page-brand .section-stability .key-element .key-element-spec .spec-box svg {
  width: 40px;
  height: 40px;
}
.page-template-page-brand .section-stability .key-element .key-element-spec .spec-box .spec-title-icon {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 12px;
}
.page-template-page-brand .section-stability .key-element .key-element-spec .spec-box .spec-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-brand .section-stability .key-element .key-element-spec .spec-box .spec-desc {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-template-page-brand .section-stability {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .page-template-page-brand .section-stability::before {
    top: 10%;
    left: -40%;
  }
  .page-template-page-brand .section-stability::after {
    top: unset;
    bottom: -10%;
    right: unset;
    left: 0;
  }
  .page-template-page-brand .section-stability .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-brand .section-stability .gr-heading .medium-text {
    margin-bottom: 16px;
  }
  .page-template-page-brand .section-stability .key-element {
    padding: 24px 10px 31px;
  }
  .page-template-page-brand .section-stability .key-element .key-element-title {
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-brand .section-stability .key-element .key-element-desc {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .page-template-page-brand .section-stability .key-element .key-element-desc p {
    line-height: 150%;
  }
  .page-template-page-brand .section-stability .key-element .key-element-spec {
    gap: 34px;
  }
  .page-template-page-brand .section-stability .key-element .key-element-spec .spec-box svg {
    width: 28px;
    height: 28px;
  }
  .page-template-page-brand .section-stability .key-element .key-element-spec .spec-box .spec-title-icon {
    font-size: 14px;
    margin-top: 8px;
  }
  .page-template-page-brand .section-stability .key-element .key-element-spec .spec-box .spec-title {
    font-size: 18px;
  }
  .page-template-page-brand .section-stability .key-element .key-element-spec .spec-box .spec-desc {
    font-size: 14px;
  }
}
.page-template-page-brand .section-advantage .advantage-box {
  background-color: #121C30;
  padding: 90px 45px;
  color: white;
  height: 100%;
}
.page-template-page-brand .section-advantage .advantage-box.bg-primary-1 {
  background-color: #006D8F;
}
.page-template-page-brand .section-advantage .advantage-box.bg-primary-2 {
  background-color: #222878;
}
.page-template-page-brand .section-advantage .advantage-box .title {
  font-size: 52px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 20px;
}
.page-template-page-brand .section-advantage .advantage-box .sub-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 12px;
}
.page-template-page-brand .section-advantage .advantage-box .desc {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-template-page-brand .section-advantage .advantage-box .desc > div {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  gap: 8px;
}
.page-template-page-brand .section-advantage .advantage-box .desc > div:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("/wp-content/themes/paykit/assets/images/ic-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .page-template-page-brand .section-advantage .advantage-box {
    padding: 40px 16px;
  }
  .page-template-page-brand .section-advantage .advantage-box svg {
    width: 22.5px;
    height: 22.5px;
  }
  .page-template-page-brand .section-advantage .advantage-box .title {
    font-size: 28px;
    margin-top: 10px;
  }
  .page-template-page-brand .section-advantage .advantage-box .sub-title {
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
  }
  .page-template-page-brand .section-advantage .advantage-box .desc {
    margin-top: 32px;
    gap: 20px;
  }
  .page-template-page-brand .section-advantage .advantage-box .desc > div {
    font-size: 14px;
  }
  .page-template-page-brand .section-advantage .advantage-box .desc > div:before {
    width: 16px;
    height: 16px;
  }
}

.page-template-page-start-kit .section-banner .main-banner {
  height: 590px;
  background-image: url("/wp-content/themes/paykit/assets/images/start-kit/banner.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page-template-page-start-kit .section-banner .main-banner .banner-heading {
  color: #fff;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 0;
}
.page-template-page-start-kit .section-banner .main-banner .banner-desc {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .page-template-page-start-kit .section-banner .main-banner {
    height: 434px;
    background-image: url("/wp-content/themes/paykit/assets/images/start-kit/banner-mobile.jpg");
  }
  .page-template-page-start-kit .section-banner .main-banner .banner-heading {
    font-size: 28px;
    line-height: 150%;
  }
  .page-template-page-start-kit .section-banner .main-banner .banner-desc {
    margin-top: 28px;
    font-size: 14px;
  }
}
.page-template-page-start-kit .section-recommend {
  padding-top: 120px;
  padding-bottom: 113px;
}
.page-template-page-start-kit .section-recommend .gr-heading {
  margin-bottom: 80px;
}
.page-template-page-start-kit .section-recommend .custom-gap {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.page-template-page-start-kit .section-recommend .recommend-box {
  background-color: #F9FAFC;
  padding: 46px;
  border-radius: 16px;
  text-align: center;
}
.page-template-page-start-kit .section-recommend .recommend-box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: black;
  margin-top: 24px;
}
.page-template-page-start-kit .section-recommend .recommend-box .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #5A5E6A;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-recommend {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-template-page-start-kit .section-recommend .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-start-kit .section-recommend .custom-gap {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }
  .page-template-page-start-kit .section-recommend .recommend-box {
    padding: 16px 2px;
    border-radius: 12px;
  }
  .page-template-page-start-kit .section-recommend .recommend-box img {
    width: 28px;
  }
  .page-template-page-start-kit .section-recommend .recommend-box .title {
    font-size: 14px;
    margin-top: 16px;
  }
  .page-template-page-start-kit .section-recommend .recommend-box .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
  }
}
.page-template-page-start-kit .section-core-service {
  padding-top: 120px;
  padding-bottom: 200px;
  background-color: #EFF1F4;
}
.page-template-page-start-kit .section-core-service .gr-heading {
  margin-bottom: 136px;
}
.page-template-page-start-kit .section-core-service .gr-heading .medium-text {
  margin-top: 20px;
}
.page-template-page-start-kit .section-core-service .custom-gap {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}
.page-template-page-start-kit .section-core-service .service-box {
  padding: 44px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  background-position: center;
  height: 615px;
}
.page-template-page-start-kit .section-core-service .service-box.vertical {
  padding-top: 60px;
  height: 370px;
}
.page-template-page-start-kit .section-core-service .service-box .heading {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.page-template-page-start-kit .section-core-service .service-box .heading .title {
  font-size: 36px;
  line-height: 150%;
}
.page-template-page-start-kit .section-core-service .service-box .heading .tag {
  color: #FFF3AC;
  font-size: 24px;
  line-height: 150%;
}
.page-template-page-start-kit .section-core-service .service-box .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.page-template-page-start-kit .section-core-service .service-box > .tag {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  color: #40C2D5;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-core-service {
    padding-top: 80px;
    padding-bottom: 76px;
  }
  .page-template-page-start-kit .section-core-service .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-start-kit .section-core-service .gr-heading .medium-text {
    margin-top: 16px;
  }
  .page-template-page-start-kit .section-core-service .service-box {
    padding: 20px;
    height: 410px;
    border-radius: 12px;
  }
  .page-template-page-start-kit .section-core-service .service-box .heading {
    gap: 6px;
    flex-direction: column;
    align-items: start;
  }
  .page-template-page-start-kit .section-core-service .service-box .heading .title {
    font-size: 24px;
  }
  .page-template-page-start-kit .section-core-service .service-box .heading .tag {
    font-size: 14px;
  }
  .page-template-page-start-kit .section-core-service .service-box .desc {
    font-size: 14px;
  }
  .page-template-page-start-kit .section-core-service .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: unset;
  }
  .page-template-page-start-kit .section-core-service .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 5px;
    background-color: #D5D8DC;
    opacity: 1;
    margin: 0 2px;
  }
  .page-template-page-start-kit .section-core-service .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 54px;
    background-color: #5A5E6A;
  }
}
.page-template-page-start-kit .section-pos-feature {
  padding-top: 160px;
  padding-bottom: 200px;
}
.page-template-page-start-kit .section-pos-feature .gr-heading {
  margin-bottom: 60px;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .feature-tabs {
  background: #f2f4f7;
  border-radius: 999px;
  display: flex;
  white-space: normal;
  overflow-x: visible;
  flex-wrap: nowrap !important;
  width: auto;
  margin: 0 auto;
  padding: 12px;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .feature-tabs::-webkit-scrollbar {
  display: none;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .feature-tabs .nav-link {
  border-radius: 999px;
  padding: 16px 28px;
  color: #9DA0A8;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .feature-tabs .nav-link.active {
  background: #ffffff !important;
  color: #364DC9 !important;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .scroll-arrow {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #B6C2FF;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  color: #3b59ff;
  pointer-events: auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .scroll-arrow.left {
  left: 4px;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .scroll-arrow.right {
  right: 4px;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .feature-tabs {
    overflow-x: auto;
    white-space: nowrap;
    width: max-content;
    padding: 4px;
  }
  .page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .feature-tabs .nav-link {
    padding: 4px 12px;
    font-size: 14px;
  }
  .page-template-page-start-kit .section-pos-feature .feature-tabs-wrapper .scroll-arrow {
    display: flex;
    opacity: 1;
  }
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-content {
  text-align: center;
  margin-top: 60px;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-content .tab-heading .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #5A5E6A;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-content .tab-heading .tags {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 36px;
}
.page-template-page-start-kit .section-pos-feature .feature-tabs-content .tab-heading .tags .tag {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #40C2D5;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-pos-feature {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .page-template-page-start-kit .section-pos-feature .gr-heading {
    margin-bottom: 20px;
  }
  .page-template-page-start-kit .section-pos-feature .sub-heading {
    font-size: 14px;
    margin-top: 28px;
  }
  .page-template-page-start-kit .section-pos-feature .feature-tabs-content {
    margin-top: 28px;
  }
  .page-template-page-start-kit .section-pos-feature .feature-tabs-content .tab-heading .title {
    font-size: 14px;
    font-weight: 400;
  }
  .page-template-page-start-kit .section-pos-feature .feature-tabs-content .tab-heading .tags {
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .page-template-page-start-kit .section-pos-feature .feature-tabs-content .tab-heading .tags .tag {
    font-size: 12px;
    font-weight: 400;
  }
}
.page-template-page-start-kit .section-device {
  padding-top: 130px;
  padding-bottom: 105px;
  background-color: #EFF1F4;
}
.page-template-page-start-kit .section-device .device-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
.page-template-page-start-kit .section-device .device-heading .gr-heading .small-text {
  font-size: 24px;
}
.page-template-page-start-kit .section-device .device-heading .gr-heading h2 {
  margin-top: 20px;
}
.page-template-page-start-kit .section-device .device-heading .gr-heading .desc-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 32px;
  color: #7F828C;
}
.page-template-page-start-kit .section-device .custom-gap {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 16px;
}
.page-template-page-start-kit .section-device .device-box {
  padding: 36px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  background-position: center;
  height: 380px;
}
.page-template-page-start-kit .section-device .device-box .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-device {
    padding-top: 80px;
    padding-bottom: 76px;
  }
  .page-template-page-start-kit .section-device .device-heading {
    justify-content: center;
    margin-bottom: 60px;
  }
  .page-template-page-start-kit .section-device .device-heading .gr-heading .small-text {
    font-size: 14px;
  }
  .page-template-page-start-kit .section-device .device-heading .gr-heading h2 {
    margin-top: 6px;
  }
  .page-template-page-start-kit .section-device .device-heading .gr-heading .desc-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
  }
  .page-template-page-start-kit .section-device .device-box {
    padding: 20px;
    height: 240px;
  }
  .page-template-page-start-kit .section-device .device-box .title {
    font-size: 24px;
  }
}
.page-template-page-start-kit .section-add-on {
  padding-top: 88px;
  padding-bottom: 127px;
}
.page-template-page-start-kit .section-add-on .add-on-ctn {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.page-template-page-start-kit .section-add-on .add-on-ctn .gr-heading .medium-text {
  margin-top: 20px;
}
.page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 864px;
  max-width: 60%;
}
.page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item {
  display: flex;
  padding: 29px 40px;
  background-color: #EFF1F4;
  border-radius: 16px;
  gap: 36px;
}
.page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
.page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-add-on {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn {
    justify-content: center;
    flex-direction: column;
    gap: 60px;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn .gr-heading .medium-text {
    margin-top: 16px;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box {
    gap: 8px;
    max-width: 100%;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item {
    padding: 13px 12px;
    border-radius: 12px;
    gap: 14px;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item img {
    width: 40px;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item .title {
    font-size: 14px;
  }
  .page-template-page-start-kit .section-add-on .add-on-ctn .add-on-box .add-on-item .desc {
    font-size: 12px;
    margin-top: 8px;
  }
}
.page-template-page-start-kit .section-order {
  padding-top: 100px;
  padding-bottom: 100px;
  color: white !important;
  background-image: url("/wp-content/themes/paykit/assets/images/start-kit/order-bg.jpg");
  background-size: cover;
  background-position: center;
}
.page-template-page-start-kit .section-order .add-on-ctn {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.page-template-page-start-kit .section-order .add-on-ctn .gr-heading h2 {
  color: white;
}
.page-template-page-start-kit .section-order .add-on-ctn .gr-heading .desc-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
.page-template-page-start-kit .section-order .add-on-ctn .gr-heading .order-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 37px;
}
.page-template-page-start-kit .section-order .add-on-ctn .add-on-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 420px;
  max-width: 40%;
}
.page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item {
  display: flex;
  padding: 20px 24px 16px;
  background-color: #1A86F2;
  border-radius: 16px;
  gap: 16px;
}
.page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 8px;
}
.page-template-page-start-kit .section-order .add-on-ctn .add-on-box > .add-on-item:nth-child(2) {
  background-color: #2DBDF0;
}
.page-template-page-start-kit .section-order .add-on-ctn .add-on-box > .add-on-item:nth-child(3) {
  background-color: #F36181;
}
@media (max-width: 768px) {
  .page-template-page-start-kit .section-order {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url("/wp-content/themes/paykit/assets/images/start-kit/order-bg-mobile.jpg");
  }
  .page-template-page-start-kit .section-order .add-on-ctn {
    flex-direction: column;
    gap: 60px;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .gr-heading .desc-text {
    font-size: 12px;
    margin-top: 14px;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .gr-heading .order-btn {
    padding: 8px 16px;
    font-size: 14px;
    margin-top: 20px;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .add-on-box {
    gap: 8px;
    max-width: 100%;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item {
    padding: 13px 12px;
    border-radius: 12px;
    gap: 14px;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item img {
    width: 40px;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item .title {
    font-size: 14px;
  }
  .page-template-page-start-kit .section-order .add-on-ctn .add-on-box .add-on-item .desc {
    font-size: 12px;
    margin-top: 6px;
  }
}

.page-template-page-biz-kit .section-banner .main-banner {
  height: 552px;
  background-image: url("/wp-content/themes/paykit/assets/images/biz-kit/banner.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page-template-page-biz-kit .section-banner .main-banner .banner-heading {
  color: #fff;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 0;
}
.page-template-page-biz-kit .section-banner .main-banner .banner-desc {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .page-template-page-biz-kit .section-banner .main-banner {
    height: 434px;
    background-image: url("/wp-content/themes/paykit/assets/images/biz-kit/banner-mobile.jpg");
  }
  .page-template-page-biz-kit .section-banner .main-banner .banner-heading {
    font-size: 28px;
    line-height: 150%;
  }
  .page-template-page-biz-kit .section-banner .main-banner .banner-desc {
    margin-top: 28px;
    font-size: 14px;
  }
}
.page-template-page-biz-kit .section-integrated-service {
  padding-top: 34px;
  padding-bottom: 140px;
  background-color: #EFF1F4;
}
.page-template-page-biz-kit .section-integrated-service .gr-heading {
  margin-bottom: 100px;
}
.page-template-page-biz-kit .section-integrated-service .gr-heading img {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-integrated-service {
    padding-top: 36px;
    padding-bottom: 60px;
  }
  .page-template-page-biz-kit .section-integrated-service .gr-heading {
    margin-bottom: 48px;
  }
  .page-template-page-biz-kit .section-integrated-service .gr-heading img {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
}
.page-template-page-biz-kit .section-integrated-service .service-box {
  --bs-gutter-y: 68px;
}
.page-template-page-biz-kit .section-integrated-service .service-box .icon-box {
  text-align: center;
}
.page-template-page-biz-kit .section-integrated-service .service-box .icon-box .icon-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  color: black;
  margin-top: 19px;
}
.page-template-page-biz-kit .section-integrated-service .service-box .icon-box .icon-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #5A5E6A;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-integrated-service .service-box {
    --bs-gutter-y: 28px;
  }
  .page-template-page-biz-kit .section-integrated-service .service-box .icon-box img {
    width: 60px;
    height: 60px;
  }
  .page-template-page-biz-kit .section-integrated-service .service-box .icon-box .icon-title {
    font-size: 14px;
    margin-top: 20px;
  }
  .page-template-page-biz-kit .section-integrated-service .service-box .icon-box .icon-desc {
    font-size: 10px;
    font-weight: 400;
    margin-top: 10px;
  }
}
.page-template-page-biz-kit .section-biz-feature {
  padding-top: 120px;
  padding-bottom: 240px;
}
.page-template-page-biz-kit .section-biz-feature .select-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.page-template-page-biz-kit .section-biz-feature .select-wrapper .select-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 100%;
  line-height: 150%;
}
.page-template-page-biz-kit .section-biz-feature .select-wrapper .custom-select-mobile {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .feature-tabs {
  background: #f2f4f7;
  border-radius: 999px;
  display: flex;
  white-space: normal;
  overflow-x: visible;
  flex-wrap: nowrap !important;
  width: auto;
  margin: 0 auto;
  padding: 12px;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .feature-tabs::-webkit-scrollbar {
  display: none;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .feature-tabs .nav-link {
  border-radius: 999px;
  padding: 16px 28px;
  color: #9DA0A8;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .feature-tabs .nav-link.active {
  background: #ffffff !important;
  color: #364DC9 !important;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .scroll-arrow {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #B6C2FF;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  color: #3b59ff;
  pointer-events: auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .scroll-arrow.left {
  left: 4px;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .scroll-arrow.right {
  right: 4px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .feature-tabs {
    overflow-x: auto;
    white-space: nowrap;
    width: max-content;
    padding: 4px;
  }
  .page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .feature-tabs .nav-link {
    padding: 4px 12px;
    font-size: 14px;
  }
  .page-template-page-biz-kit .section-biz-feature .feature-tabs-wrapper .scroll-arrow {
    display: flex;
    opacity: 1;
  }
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-content {
  text-align: center;
  margin-top: 40px;
}
.page-template-page-biz-kit .section-biz-feature .feature-tabs-content .tab-heading .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  color: #5A5E6A;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-biz-feature {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .page-template-page-biz-kit .section-biz-feature .feature-tabs-content {
    margin-top: 28px;
  }
  .page-template-page-biz-kit .section-biz-feature .feature-tabs-content .tab-heading .title {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.page-template-page-biz-kit .section-exclusive-service {
  padding-top: 94px;
  padding-bottom: 86px;
  background-color: #061340;
}
.page-template-page-biz-kit .section-exclusive-service .gr-heading {
  margin-bottom: 118px;
}
.page-template-page-biz-kit .section-exclusive-service .gr-heading h2 {
  color: white;
}
.page-template-page-biz-kit .section-exclusive-service .gr-heading .text-desc {
  color: white;
  margin-top: 20px;
}
.page-template-page-biz-kit .section-exclusive-service .settlement-process {
  padding: 40px 13px 30px 13px;
  text-align: center;
  background-color: #F3F8FD;
  border: 1px solid #EFF1F4;
  border-radius: 23px;
}
.page-template-page-biz-kit .section-exclusive-service .settlement-process .process-title {
  color: #364DC9;
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 36px;
}
.page-template-page-biz-kit .section-exclusive-service .settlement-process img {
  max-width: 100%;
  width: 1127px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-exclusive-service .settlement-process {
    padding: 17px 13px 20px 13px;
  }
  .page-template-page-biz-kit .section-exclusive-service .settlement-process .process-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-exclusive-service {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .page-template-page-biz-kit .section-exclusive-service .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-biz-kit .section-exclusive-service .gr-heading .text-desc {
    margin-top: 16px;
  }
}
.page-template-page-biz-kit .section-ai-integrated {
  padding-top: 206px;
  padding-bottom: 87px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-ai-integrated {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.page-template-page-biz-kit .section-ai-integrated .quote-block {
  position: relative;
  margin-bottom: 66px;
}
.page-template-page-biz-kit .section-ai-integrated .quote-block .quote-icon {
  position: absolute;
  z-index: -1;
}
.page-template-page-biz-kit .section-ai-integrated .quote-block .quote-icon.start {
  top: -50px;
}
.page-template-page-biz-kit .section-ai-integrated .quote-block .quote-icon.end {
  right: 0;
  bottom: -50px;
}
.page-template-page-biz-kit .section-ai-integrated .quote-block .left-text {
  font-size: 48px;
  font-weight: bold;
  line-height: 150%;
  margin-right: 20px;
}
.page-template-page-biz-kit .section-ai-integrated .quote-block .right-text {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-biz-kit .section-ai-integrated .quote-block .line {
  height: 3px;
  background: #364DC9;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-ai-integrated .quote-block {
    margin-bottom: 60px;
  }
  .page-template-page-biz-kit .section-ai-integrated .quote-block .quote-icon {
    width: 28px;
    height: 23px;
  }
  .page-template-page-biz-kit .section-ai-integrated .quote-block .quote-icon.start {
    top: -10px;
    left: -3px;
  }
  .page-template-page-biz-kit .section-ai-integrated .quote-block .quote-icon.end {
    right: -3px;
    bottom: -11px;
  }
  .page-template-page-biz-kit .section-ai-integrated .quote-block .left-text {
    font-size: 18px;
    margin-right: 9px;
  }
  .page-template-page-biz-kit .section-ai-integrated .quote-block .right-text {
    font-size: 16px;
    line-height: 140%;
    margin-top: 16px;
  }
  .page-template-page-biz-kit .section-ai-integrated .quote-block .line {
    height: 2px;
    margin-bottom: 6px;
  }
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 126px;
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro .integrated-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 39px;
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro .integrated-feature .integrated-box {
  box-shadow: 0 3px 32px 7px rgba(79, 100, 211, 0.15);
  border-radius: 23px 60px;
  padding: 30px 36px;
  width: 420px;
  height: 480px;
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro .integrated-feature .integrated-box .box-title {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro .integrated-feature .integrated-box .box-content {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro .integrated-feature .integrated-box .box-content > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-template-page-biz-kit .section-ai-integrated .ai-intro .integrated-feature .integrated-box .box-content > div:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url("/wp-content/themes/paykit/assets/images/biz-kit/ic-list-disc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-biz-kit .section-ai-integrated .note {
  margin-top: 24px;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.page-template-page-biz-kit .section-contact-info {
  padding-bottom: 213px;
}
.page-template-page-biz-kit .section-contact-info .row {
  --bs-gutter-x: 56px;
  --bs-gutter-y: 24px;
}
.page-template-page-biz-kit .section-contact-info .row .col-md-6 > div {
  border-radius: 16px;
  padding: 20px 16px;
  height: 422px;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-contact-info .row .col-md-6 > div {
    border-radius: 12px;
    padding: 20px 16px;
    height: auto;
  }
}
.page-template-page-biz-kit .section-contact-info .contact-info-box {
  background-color: #EDF0FF;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .info-heading {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .info-heading .info-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  color: black;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .info-heading .info-open-time {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #5A5E6A;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item .icon {
  width: 82px;
  height: 82px;
  border: 1px solid #B6C2FF;
  border-radius: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item h4 {
  color: #5A5E6A;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8px;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item p {
  margin: 0;
  color: black;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}
.page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item p a {
  color: black;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-contact-info .contact-info-box .info-heading {
    margin-bottom: 32px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .info-heading .info-title {
    font-size: 18px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .info-heading .info-open-time {
    font-size: 12px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item .icon {
    width: 40px;
    height: 40px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item .icon img {
    width: 19.5px;
    height: 19.5px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-info-box .contact-info .item p {
    font-size: 14px;
  }
}
.page-template-page-biz-kit .section-contact-info .contact-qr-box {
  background-color: #687CE7;
}
.page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading {
  margin-bottom: 19px;
  color: white;
}
.page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading .info-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading .info-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 24px;
}
.page-template-page-biz-kit .section-contact-info .contact-qr-box .qr-box {
  text-align: right;
}
@media (max-width: 768px) {
  .page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading {
    margin-bottom: 19px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading .info-title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
  }
  .page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading .info-title .btn {
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    color: #687CE7;
  }
  .page-template-page-biz-kit .section-contact-info .contact-qr-box .info-heading .info-desc {
    font-size: 12px;
    margin-top: 14px;
  }
  .page-template-page-biz-kit .section-contact-info .contact-qr-box .qr-box {
    text-align: left;
  }
}

.page-template-page-price-kit .section-banner .main-banner {
  height: 810px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit/banner.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page-template-page-price-kit .section-banner .main-banner .banner-heading {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .page-template-page-price-kit .section-banner .main-banner {
    height: 434px;
    background-image: url("/wp-content/themes/paykit/assets/images/price-kit/banner-mobile.jpg");
  }
  .page-template-page-price-kit .section-banner .main-banner .banner-heading {
    font-size: 28px;
    line-height: 150%;
    font-weight: 700;
  }
}
.page-template-page-price-kit .section-customized-service {
  padding-top: 140px;
  padding-bottom: 142px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit/customized-service-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #EFF1F4;
}
.page-template-page-price-kit .section-customized-service .gr-heading {
  margin-bottom: 70px;
}
.page-template-page-price-kit .section-customized-service .gr-heading .medium-text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-customized-service {
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url("/wp-content/themes/paykit/assets/images/price-kit/customized-service-bg-mobile.png");
  }
  .page-template-page-price-kit .section-customized-service .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-price-kit .section-customized-service .gr-heading .medium-text {
    margin-top: 16px;
  }
}
.page-template-page-price-kit .section-customized-service .service-list {
  --bs-gutter-x: 41px;
  --bs-gutter-y: 32px;
  margin-bottom: 60px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .service-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .service-head .service-title {
  color: black;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .service-desc {
  color: #5A5E6A;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box {
  background-color: #F3F5FF;
  border: 1px solid #D7DDFF;
  border-radius: 16px;
  padding: 16px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-title {
  color: #3B3F4A;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 16px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-ctn .recommended-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: white;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #D7DDFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  height: 42px;
}
.page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-popular {
  color: #687CE7;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 9px;
}
.page-template-page-price-kit .section-customized-service .service-list > .col-md-4:last-child .recommended-popular {
  color: #3B3F4A;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-customized-service .service-list {
    --bs-gutter-y: 12px;
    margin-bottom: 32px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box {
    border-radius: 12px;
    padding: 16px 12px 12px 12px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .service-head {
    gap: 10px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .service-head img {
    width: 32px;
    height: 32px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .service-head .service-title {
    font-size: 20px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .service-desc {
    font-size: 14px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box {
    border-radius: 10px;
    padding: 10px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-title {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 18px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-ctn {
    gap: 4px 8px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-ctn .recommended-item {
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    height: 30px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-ctn .recommended-item img {
    width: 16px;
    height: 16px;
  }
  .page-template-page-price-kit .section-customized-service .service-list .service-box .recommended-box .recommended-popular {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
  }
}
.page-template-page-price-kit .section-customized-service .btn-quote {
  background-color: #364DC9;
  width: 500px;
  height: 60px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-customized-service .btn-quote {
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 140%;
  }
}
.page-template-page-price-kit .section-gear-selection {
  padding-top: 170px;
  padding-bottom: 180px;
}
.page-template-page-price-kit .section-gear-selection .gr-heading {
  margin-bottom: 119px;
}
.page-template-page-price-kit .section-gear-selection .gr-heading .medium-text {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-gear-selection {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .page-template-page-price-kit .section-gear-selection .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-price-kit .section-gear-selection .gr-heading .medium-text {
    margin-top: 16px;
  }
}
.page-template-page-price-kit .section-gear-selection .select-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.page-template-page-price-kit .section-gear-selection .select-wrapper .select-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 100%;
  line-height: 150%;
}
.page-template-page-price-kit .section-gear-selection .select-wrapper .custom-select-mobile {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
}
.page-template-page-price-kit .section-gear-selection .product-info {
  margin-top: 60px;
  display: flex;
  gap: 44px;
  align-items: end;
}
.page-template-page-price-kit .section-gear-selection .product-info .left {
  width: 886px;
  height: 589px;
  border: 2px solid #E4E6EA;
  border-radius: 16px;
  text-align: center;
  padding-top: 25px;
}
.page-template-page-price-kit .section-gear-selection .product-info .left .product-tabs {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 33px;
}
.page-template-page-price-kit .section-gear-selection .product-info .left .product-tabs .product-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: #BEC1C7;
}
.page-template-page-price-kit .section-gear-selection .product-info .left .product-tabs .product-name.active {
  color: #364DC9;
}
.page-template-page-price-kit .section-gear-selection .product-info .right {
  flex-grow: 1;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-heading {
  display: flex;
  gap: 17px;
  margin-bottom: 50px;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-heading .badge {
  color: #FFA100;
  background-color: #FFF5C6;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-heading .product-title {
  color: black;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 33px;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-head {
  padding: 11px 0 10px 20px;
  background-color: #EFF1F4;
  color: black;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-val {
  padding: 11px 0 0 20px;
  color: #5A5E6A;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-val.yes::before, .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-val.no::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-val.yes::before {
  background-image: url(../images/ic-check.svg);
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-val.no::before {
  background-image: url(../images/ic-cross.svg);
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row > .spec-item:first-child .spec-head {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row > .spec-item:last-child .spec-head {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-template-page-price-kit .section-gear-selection .product-info .right .btn-quote {
  background-color: #364DC9;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-gear-selection .product-info .right .btn-quote {
    width: 180px;
    height: 44px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-gear-selection .product-info {
    margin-top: 20px;
    flex-direction: column;
    gap: 44px;
    align-items: start;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .left {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    padding-top: unset;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .left img {
    max-height: 200px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .left .product-tabs {
    display: none;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .left .product-tabs .product-name {
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    color: #BEC1C7;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .left .product-tabs .product-name.active {
    color: #364DC9;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right {
    width: 100%;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-heading {
    gap: 8px;
    margin-bottom: 24px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-heading .badge {
    padding: 1px 7.5px;
    border-radius: 6px;
    font-size: 14px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-heading .product-title {
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec {
    gap: 24px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-head {
    padding: 9px 0 9px 15px;
    font-size: 14px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row .spec-item .spec-val {
    padding: 14px 0 0 15px;
    font-size: 14px;
    font-weight: 500;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row > .spec-item:first-child .spec-head {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .product-content .product-spec .spec-row > .spec-item:last-child .spec-head {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .page-template-page-price-kit .section-gear-selection .product-info .right .btn-quote {
    background-color: #364DC9;
    width: 300px;
    height: 60px;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .page-template-page-price-kit .section-gear-selection .product-info .right .btn-quote {
    width: 180px;
    height: 44px;
    font-size: 14px;
  }
}
.page-template-page-price-kit .section-addition-feature {
  padding-top: 104px;
  padding-bottom: 174px;
}
.page-template-page-price-kit .section-addition-feature .gr-heading {
  margin-bottom: 202px;
}
.page-template-page-price-kit .section-addition-feature .gr-heading .medium-text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-addition-feature {
    padding-top: 120px;
    padding-bottom: 98px;
  }
  .page-template-page-price-kit .section-addition-feature .gr-heading {
    margin-bottom: 98px;
  }
  .page-template-page-price-kit .section-addition-feature .gr-heading .medium-text {
    margin-top: 16px;
  }
}
.page-template-page-price-kit .section-addition-feature .service-list {
  --bs-gutter-x: 41px;
  --bs-gutter-y: 24px;
  margin-bottom: 40px;
}
.page-template-page-price-kit .section-addition-feature .service-list .service-box {
  border: 2px solid #E4E6EA;
  border-radius: 16px;
  padding: 20px;
  height: 340px;
}
.page-template-page-price-kit .section-addition-feature .service-list .service-box.active {
  border-color: #364DC9;
  box-shadow: 0 2px 14px 0 rgba(152, 168, 255, 0.5);
}
.page-template-page-price-kit .section-addition-feature .service-list .service-box .service-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.page-template-page-price-kit .section-addition-feature .service-list .service-box .service-head .service-title {
  color: black;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-price-kit .section-addition-feature .service-list .service-box .service-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.page-template-page-price-kit .section-addition-feature .service-list .service-box .service-content {
  background-color: #EFF1F4;
  border-radius: 12px;
  padding: 16px 12px;
  height: 76px;
  color: #5A5E6A;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}
.page-template-page-price-kit .section-addition-feature .service-list .select-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.page-template-page-price-kit .section-addition-feature .service-list .select-wrapper .select-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  width: 100%;
  line-height: 150%;
}
.page-template-page-price-kit .section-addition-feature .service-list .select-wrapper .custom-select-mobile {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-addition-feature .service-list {
    --bs-gutter-y: 24px;
    margin-bottom: 24px;
  }
  .page-template-page-price-kit .section-addition-feature .service-list .service-box {
    border-radius: 12px;
    padding: 16px;
    height: 240px;
  }
  .page-template-page-price-kit .section-addition-feature .service-list .service-box .service-head > img {
    width: 32px;
    height: 32px;
  }
  .page-template-page-price-kit .section-addition-feature .service-list .service-box .service-head .service-title {
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-price-kit .section-addition-feature .service-list .service-box .service-desc {
    font-size: 12px;
  }
  .page-template-page-price-kit .section-addition-feature .service-list .service-box .service-content {
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    height: auto;
  }
}
.page-template-page-price-kit .section-addition-feature .recommended-package {
  background-color: #EFF1F4;
  border-radius: 16px;
  padding: 40px 32px 37px 32px;
  margin-bottom: 40px;
}
.page-template-page-price-kit .section-addition-feature .recommended-package .recommended-package-title {
  color: black;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list {
  --bs-gutter-x: 33px;
  --bs-gutter-y: 10px;
}
.page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box {
  background-color: white;
  padding: 28px 24px;
  border-radius: 16px;
}
.page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .recommended-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px;
}
.page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .check-tags {
  gap: 14px;
  flex-direction: column;
}
.page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .check-tags .tag {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-addition-feature .recommended-package {
    border-radius: 12px;
    padding: 20px 16px 16px 16px;
    margin-bottom: 20px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package .recommended-package-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box {
    padding: 16px;
    border-radius: 12px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .recommended-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 27px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .check-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 26px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .check-tags .tag {
    font-size: 14px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package .recommended-list .recommended-box .check-tags > .tag:last-child {
    grid-column: span 2;
  }
}
.page-template-page-price-kit .section-addition-feature .recommended-package-note {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 23px;
  word-break: keep-all;
  line-break: strict;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-addition-feature .recommended-package-note {
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .page-template-page-price-kit .section-addition-feature .recommended-package-note img {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-price-kit .section-addition-feature .btn-quote {
  background-color: #364DC9;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-addition-feature .btn-quote {
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 140%;
  }
}
.page-template-page-price-kit .section-customized-consultation {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #EFF1F4;
}
.page-template-page-price-kit .section-customized-consultation .container > .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 20px;
}
.page-template-page-price-kit .section-customized-consultation .container > .row .col-md-6 > div {
  background-color: white;
  border-radius: 23px;
  padding: 40px 48px;
  height: 100%;
}
.page-template-page-price-kit .section-customized-consultation .container > .row .col-md-6 > div h3 {
  color: black;
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-customized-consultation {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .page-template-page-price-kit .section-customized-consultation .container > .row .col-md-6 > div {
    border-radius: 12px;
    padding: 16px;
    height: auto;
  }
  .page-template-page-price-kit .section-customized-consultation .container > .row .col-md-6 > div h3 {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
  }
}
.page-template-page-price-kit .section-customized-consultation .consultation-form {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 16px;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form label {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form label .required {
  color: red;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form label span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 4px;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form label span.wpcf7-form-control-wrap[data-name=your-accept] {
  margin-top: 0;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form input:not([type=submit]),
.page-template-page-price-kit .section-customized-consultation .consultation-form textarea,
.page-template-page-price-kit .section-customized-consultation .consultation-form select {
  border: 1px solid #E4E6EA;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 17px;
  width: 100%;
  background-color: #F9FAFC !important;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form input:not([type=submit])::placeholder,
.page-template-page-price-kit .section-customized-consultation .consultation-form textarea::placeholder {
  color: #BEC1C7;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form input:not([type=submit]) {
  height: 60px;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form textarea {
  height: 120px;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/ic-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  background-color: #fff;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item {
  margin: 0 0 41px;
  width: 100%;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label::before {
  content: "";
  border: 1px solid #D5D8DC;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  cursor: pointer;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: absolute;
  opacity: 0;
  margin: 0;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label:has(input[type=checkbox]:checked)::before {
  background-color: #364DC9;
  border-color: #364DC9;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label span {
  width: calc(100% - 36px);
  font-size: 18px;
  line-height: 150%;
  padding-left: 8px;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  background: #364DC9;
  border: none;
  border-radius: 10px;
  color: #fff;
  line-height: 150%;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-not-valid-tip {
  margin-bottom: 12px;
}
.page-template-page-price-kit .section-customized-consultation .consultation-form .wpcf7-response-output {
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-customized-consultation .consultation-form label {
    font-size: 16px;
    line-height: 160%;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form input:not([type=submit]),
  .page-template-page-price-kit .section-customized-consultation .consultation-form textarea,
  .page-template-page-price-kit .section-customized-consultation .consultation-form select {
    margin-bottom: 12px;
    padding: 13px 16px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form input:not([type=submit]) {
    height: 48px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form textarea {
    height: 100px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form select {
    background-position: right 14px center;
    background-size: 13.5px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item {
    margin: 0 0 8px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label::before {
    width: 20px;
    height: 20px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label::after {
    top: 10px;
    left: 6px;
    width: 6px;
    height: 11px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form span.wpcf7-list-item label span {
    width: calc(100% - 28px);
    font-size: 12px;
  }
  .page-template-page-price-kit .section-customized-consultation .consultation-form input.wpcf7-form-control.wpcf7-submit {
    padding: 14px;
    font-size: 14px;
  }
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item {
  border: none;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  padding: 28px 20px;
  background: #fff;
  border-radius: 23px;
  border: none;
  box-shadow: none;
  color: #3B3F4A;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button span {
  color: #364DC9;
  margin-right: 10px;
  font-size: 24px;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(-180deg);
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: #fff;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  transform: rotate(0deg);
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #f3f7ff;
  border-radius: 23px 23px 0 0;
  padding-bottom: 16px;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  background: #f3f7ff;
  padding: 0 20px 28px;
  border-radius: 0 0 23px 23px;
  font-size: 18px;
  color: #5A5E6A;
  display: flex;
  gap: 10px;
}
.page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-collapse .accordion-body:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit/ic-accordion-show.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 12px;
    padding: 16px 10px;
    border-radius: 12px;
  }
  .page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 20px;
    margin-right: 6px;
  }
  .page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-radius: 12px 12px 0 0;
    padding-bottom: 12px;
  }
  .page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    background: #f3f7ff;
    padding: 0 10px 16px;
    border-radius: 0 0 12px 12px;
    font-size: 12px;
    gap: 10px;
  }
  .page-template-page-price-kit .section-customized-consultation .faq-accordion .accordion-item .accordion-collapse .accordion-body:before {
    width: 20px;
    height: 20px;
  }
}

.page-template-page-price-kit-service-selection .section-selection {
  padding-top: 60px;
  padding-bottom: 74px;
}
.page-template-page-price-kit-service-selection .section-selection .gr-heading {
  margin-bottom: 48px;
}
.page-template-page-price-kit-service-selection .section-selection .gr-heading .medium-text {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-template-page-price-kit-service-selection .section-selection .gr-heading {
    margin-bottom: 30px;
  }
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 930px;
  margin-bottom: 60px;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 68px;
  right: 68px;
  height: 1px;
  background: #E9E9E9;
  z-index: 1;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box .progress-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border-radius: 50%;
  background: #E4E6EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box .step-title {
  margin-top: 16px;
  font-size: 18px;
  color: #9DA0A8;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box.active .progress-icon {
  background: #D7DBF4;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box.active .step-title {
  color: #3B3F4A;
  font-weight: 700;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress > .progress-box:nth-child(2).active .progress-icon {
  background: #B9C1EC;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress > .progress-box:nth-child(3).active .progress-icon {
  background: #9AA6E4;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress > .progress-box:nth-child(4).active .progress-icon {
  background: #7282D9;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress > .progress-box:nth-child(5).active .progress-icon {
  background: #5468D1;
}
.page-template-page-price-kit-service-selection .section-selection .selection-progress > .progress-box:nth-child(6).active .progress-icon {
  background: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection .selection-progress {
    margin-bottom: 30px;
  }
  .page-template-page-price-kit-service-selection .section-selection .selection-progress::before {
    top: 20px;
    left: 40px;
    right: 40px;
  }
  .page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box .progress-icon {
    width: 40px;
    height: 40px;
  }
  .page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box .progress-icon img {
    width: 16px;
    height: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection .selection-progress .progress-box .step-title {
    margin-top: 10px;
    font-size: 9px;
    font-weight: bold;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service {
  --bs-gutter-x: 19px;
  --bs-gutter-y: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box {
  box-shadow: 0 2px 10px 0 rgba(161, 168, 207, 0.32);
  border: 1px solid #EFF1F4;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  height: 100%;
  position: relative;
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box .service-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: black;
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box .service-desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5A5E6A;
  word-break: keep-all;
  line-break: strict;
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box.selected {
  border: 2px solid #364DC9;
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box.selected:before {
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check-active.svg");
}
.page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box.selected .service-title {
  color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box {
    border-radius: 12px;
    padding: 16px 5px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box:before {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box .service-icon img {
    width: 40px;
    height: 40px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box .service-title {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-1 .selection-service .selection-service-box .service-desc {
    margin-top: 10px;
    font-size: 12px;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service {
  --bs-gutter-x: 19px;
  --bs-gutter-y: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box {
  box-shadow: 0 2px 10px 0 rgba(161, 168, 207, 0.32);
  border: 1px solid #EFF1F4;
  border-radius: 16px;
  padding: 28px 0 34px 0;
  text-align: center;
  height: 100%;
  position: relative;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .service-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: black;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .service-desc {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #5A5E6A;
  word-break: keep-all;
  line-break: strict;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .check-tags {
  flex-direction: column;
  gap: 18px;
  padding-left: 90px;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .check-tags .tag {
  font-size: 18px;
  line-height: 150%;
  gap: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .check-tags .tag:before {
  width: 24px;
  height: 24px;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box.selected {
  border: 2px solid #364DC9;
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box.selected:before {
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check-active.svg");
}
.page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box.selected .service-title {
  color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box {
    border-radius: 12px;
    padding: 16px 5px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box:before {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .service-icon img {
    width: 60px;
    height: 60px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .service-title {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .service-desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .check-tags {
    gap: 18px;
    padding-left: 60px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .check-tags .tag {
    font-size: 12px;
    gap: 8px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-2 .selection-service .selection-service-box .check-tags .tag:before {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-ctn {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-tabs {
  border-bottom: 1px solid #EFF1F4;
  display: flex;
  margin-bottom: 36px;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-tabs .nav-link {
  width: 100%;
  border: none !important;
  background: transparent !important;
  border-bottom: 0 !important;
  position: relative;
  color: #9DA0A8;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 0;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #364DC9;
  transition: width 0.25s ease;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-tabs .nav-link.active {
  color: #364DC9;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .device-tabs .nav-link.active::after {
  width: 100%;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .select-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .select-wrapper .select-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 100%;
  line-height: 150%;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .select-wrapper .custom-select-mobile {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service {
  --bs-gutter-x: 19px;
  --bs-gutter-y: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box {
  box-shadow: 0 2px 10px 0 rgba(161, 168, 207, 0.32);
  border: 1px solid #EFF1F4;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  height: 100%;
  position: relative;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .service-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: black;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .service-desc {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #5A5E6A;
  word-break: keep-all;
  line-break: strict;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .check-tags {
  flex-direction: column;
  gap: 18px;
  padding-left: 90px;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .check-tags .tag {
  font-size: 18px;
  line-height: 150%;
  gap: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .check-tags .tag:before {
  width: 24px;
  height: 24px;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box.selected {
  border: 2px solid #364DC9;
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box.selected:before {
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check-active.svg");
}
.page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box.selected .service-title {
  color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box {
    border-radius: 12px;
    padding: 16px 5px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box:before {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .service-icon img {
    width: 60px;
    height: 60px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .service-title {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .service-desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .check-tags {
    gap: 18px;
    padding-left: 60px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .check-tags .tag {
    font-size: 12px;
    gap: 8px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-3 .selection-service .selection-service-box .check-tags .tag:before {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service {
  --bs-gutter-x: 19px;
  --bs-gutter-y: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box {
  box-shadow: 0 2px 10px 0 rgba(161, 168, 207, 0.32);
  border: 1px solid #EFF1F4;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  position: relative;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head {
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head .service-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head .service-info .service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: black;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head .service-info .service-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #5A5E6A;
  word-break: keep-all;
  line-break: strict;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .check-tags {
  flex-direction: column;
  gap: 8px;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .check-tags .tag {
  font-size: 18px;
  line-height: 150%;
  gap: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .check-tags .tag:before {
  width: 24px;
  height: 24px;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box.selected {
  border: 2px solid #364DC9;
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box.selected:before {
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check-active.svg");
}
.page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box.selected .service-head .service-info .service-title {
  color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box {
    border-radius: 12px;
    padding: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box:before {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head .service-icon img {
    width: 45px;
    height: 45px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head .service-info .service-title {
    font-size: 14px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .service-head .service-info .service-desc {
    font-size: 12px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .check-tags .tag {
    font-size: 12px;
    gap: 8px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-4 .selection-service .selection-service-box .check-tags .tag:before {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service {
  --bs-gutter-x: 19px;
  --bs-gutter-y: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box {
  box-shadow: 0 2px 10px 0 rgba(161, 168, 207, 0.32);
  border: 1px solid #EFF1F4;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  position: relative;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head {
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head .service-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head .service-info .service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: black;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head .service-info .service-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #5A5E6A;
  word-break: keep-all;
  line-break: strict;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .check-tags {
  flex-direction: column;
  gap: 8px;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .check-tags .tag {
  font-size: 18px;
  line-height: 150%;
  gap: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .check-tags .tag:before {
  width: 24px;
  height: 24px;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box.selected {
  border: 2px solid #364DC9;
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box.selected:before {
  background-image: url("/wp-content/themes/paykit/assets/images/price-kit-service-selection/ic-check-active.svg");
}
.page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box.selected .service-head .service-info .service-title {
  color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box {
    border-radius: 12px;
    padding: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box:before {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head .service-icon img {
    width: 45px;
    height: 45px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head .service-info .service-title {
    font-size: 14px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .service-head .service-info .service-desc {
    font-size: 12px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .check-tags .tag {
    font-size: 12px;
    gap: 8px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-5 .selection-service .selection-service-box .check-tags .tag:before {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box {
  box-shadow: 0 2px 10px 0 rgba(161, 168, 207, 0.32);
  border: 1px solid #EFF1F4;
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 32px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-step .complete-step-title {
  display: flex;
  gap: 12px;
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-step .complete-step-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-des {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 32px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .divider {
  border-bottom: 1px solid #E4E6EA;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .divider.large {
  margin-bottom: 44px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .divider {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .divider.large {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .check-tags {
  flex-direction: column;
  gap: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .action-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .action-box .action-btn {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .action-box .action-btn.primary {
  background-color: #364DC9;
  color: white;
}
.page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .action-box .action-btn.white {
  border: 1px solid #364DC9;
  color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .action-box .action-btn {
    padding: 12px;
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .action-box .action-btn img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box {
    padding: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-des {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-step .complete-step-title {
    gap: 8px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-step .complete-step-title img {
    width: 20px;
    height: 20px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .selection-complete-box .complete-step .complete-step-value {
    font-size: 16px;
  }
  .page-template-page-price-kit-service-selection .section-selection.step-6 .selection-complete .check-tags .tag {
    font-size: 16px;
  }
}
.page-template-page-price-kit-service-selection .section-selection .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 20px;
}
.page-template-page-price-kit-service-selection .section-selection .btn-box .btn-prev {
  background-color: #EFF1F4;
  color: #5A5E6A;
}
.page-template-page-price-kit-service-selection .section-selection .btn-box .btn-next {
  background-color: #364DC9;
  color: white;
}
.page-template-page-price-kit-service-selection .section-selection .btn-box .btn-next, .page-template-page-price-kit-service-selection .section-selection .btn-box .btn-prev {
  width: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding: 15px;
  border: none;
}
.page-template-page-price-kit-service-selection .section-selection .btn-box .btn-next:disabled, .page-template-page-price-kit-service-selection .section-selection .btn-box .btn-prev:disabled {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .page-template-page-price-kit-service-selection .section-selection .btn-box {
    margin-top: 30px;
  }
  .page-template-page-price-kit-service-selection .section-selection .btn-box .btn-next, .page-template-page-price-kit-service-selection .section-selection .btn-box .btn-prev {
    font-size: 16px;
    line-height: 140%;
    padding: 12px;
  }
}

.service-tab-ctn .nav-tabs {
  border: none;
}
.service-tab-ctn .nav-tabs .nav-link {
  border: none;
  color: #BEC1C7;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  padding: 0 20px;
}
.service-tab-ctn .nav-tabs .nav-link.active {
  color: #364DC9;
}
@media (max-width: 768px) {
  .service-tab-ctn .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 140%;
    padding: 0 10px;
  }
}
.service-tab-ctn .tab-content .tab-pane .tab-content-ctn {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .service-tab-ctn .tab-content .tab-pane .tab-content-ctn {
    margin-top: 40px;
  }
}

.check-tags {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.check-tags .tag {
  color: #3B3F4A;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.check-tags .tag:before {
  content: "";
  background-image: url(../images/ic-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
.check-tags .tag.yellow:before {
  background-image: url(../images/ic-check-yellow.svg);
}
.check-tags .tag.delete-x:before {
  background-image: url(../images/ic-letter-x.svg);
}
.check-tags .tag.delete:before {
  background-image: url(../images/ic-delete.svg);
}
@media (max-width: 768px) {
  .check-tags {
    gap: 16px;
    margin-top: 14px;
    justify-content: center;
  }
  .check-tags .tag {
    font-size: 14px;
    gap: 4px;
  }
  .check-tags .tag:before {
    width: 16px;
    height: 16px;
  }
}

.service-feature-box {
  margin-top: 72px;
  --bs-gutter-x: 28px;
}
.service-feature-box .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 44px;
  background-color: #1E268E;
  border-radius: 20px;
  color: white;
  height: 448px;
  position: relative;
}
.service-feature-box .feature-item .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
.service-feature-box .feature-item .check-tags {
  margin-top: 40px;
}
.service-feature-box .feature-item .check-tags .tag {
  color: white;
}
.service-feature-box .feature-item > img {
  width: 312px;
  margin-top: 40px;
  position: absolute;
  bottom: -1px;
}
.service-feature-box .feature-item .list-box {
  display: flex;
  gap: 60px;
  text-align: center;
  margin-top: 80px;
}
.service-feature-box .feature-item .list-box .icon-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 20px;
}
.service-feature-box > div:nth-child(2) .feature-item {
  background-color: #161A4F;
}
@media (max-width: 768px) {
  .service-feature-box {
    margin-top: 40px;
    --bs-gutter-y: 10px;
  }
  .service-feature-box .feature-item {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;
    height: 273px;
  }
  .service-feature-box .feature-item .title {
    font-size: 18px;
  }
  .service-feature-box .feature-item .check-tags {
    margin-top: 16px;
    gap: 8px;
  }
  .service-feature-box .feature-item > img {
    width: 192px;
    margin-top: 24px;
  }
  .service-feature-box .feature-item .list-box {
    gap: 40px;
    margin-top: 50px;
  }
  .service-feature-box .feature-item .list-box img {
    width: 60px;
  }
  .service-feature-box .feature-item .list-box .icon-title {
    font-size: 14px;
    margin-top: 12px;
  }
}

.service-compare-box {
  display: flex;
  gap: 22px;
  margin-top: 67px;
}
.service-compare-box .compare-item {
  background-color: rgba(255, 255, 255, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 16px;
  text-align: center;
  padding-bottom: 16px;
  width: 262px;
}
.service-compare-box .compare-item .compare-label {
  margin-top: -15px;
  margin-bottom: 16px;
}
.service-compare-box .compare-item .compare-label span {
  background-color: #9DA0A8;
  color: white;
  padding: 4px 12px;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  height: 30px;
  display: inline-block;
}
.service-compare-box .compare-item .compare-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8px;
}
.service-compare-box .compare-item .compare-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 16px;
}
.service-compare-box > .compare-item:nth-child(2) .compare-label span {
  background-color: #49CCDF;
}
@media (max-width: 768px) {
  .service-compare-box {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 34px;
  }
  .service-compare-box .compare-item {
    padding: 14px 20px;
    width: 100%;
    display: flex;
    gap: 20px;
    text-align: left;
  }
  .service-compare-box .compare-item img {
    width: 40px;
    height: 40px;
  }
  .service-compare-box .compare-item .compare-label {
    margin: 0;
  }
  .service-compare-box .compare-item .compare-label span {
    font-size: 12px;
    padding: 2px 8px;
    height: 21px;
  }
  .service-compare-box .compare-item .compare-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
  }
  .service-compare-box .compare-item .compare-desc {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  body[class*=page-template-page-service-] .gr-heading h2 {
    font-size: 18px;
  }
}

.page-template-page-service-contactless-payment .section-contactless-payment {
  padding-top: 100px;
  padding-bottom: 200px;
}
.page-template-page-service-contactless-payment .section-contactless-payment .gr-heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service-contactless-payment .section-contactless-payment {
    padding-top: 60px;
    padding-bottom: 79px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .gr-heading {
    margin-bottom: 24px;
  }
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn {
  display: flex;
  justify-content: space-between;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .heading .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: black;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .heading .desc {
  color: #5A5E6A;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 40px;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .heading .note {
  color: #5A5E6A;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 10px;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .demo {
  display: flex;
  justify-content: center;
  gap: 80px;
  background-color: #EDF0FF;
  border-radius: 20px;
  text-align: center;
  width: 770px;
  max-width: 100%;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .demo .demo-item {
  padding-top: 39px;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .demo .demo-item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #5A5E6A;
}
.page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .demo .demo-item img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn {
    text-align: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .heading .title {
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .heading .desc {
    font-size: 14px;
    margin-top: 14px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .heading .note {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 6px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .demo {
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .intro-ctn .demo .demo-item {
    padding-top: 22px;
    background-color: #EDF0FF;
    border-radius: 12px;
  }
}
.page-template-page-service-contactless-payment .section-contactless-payment .setup-process {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
.page-template-page-service-contactless-payment .section-contactless-payment .setup-process .heading .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: black;
}
.page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box {
  width: 800px;
  background-color: #F3F5FF;
  border: 1px solid #98A8FF;
  border-radius: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding-top: 26px;
  padding-bottom: 24px;
}
.page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box .icon-box {
  text-align: center;
}
.page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box .icon-box .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page-template-page-service-contactless-payment .section-contactless-payment .setup-process {
    gap: 28px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .setup-process .heading .title {
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box {
    width: 100%;
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box img {
    width: 16px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box .icon-box img {
    width: 44px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment .setup-process .process-box .icon-box .title {
    font-size: 12px;
    margin-top: 8px;
  }
}
.page-template-page-service-contactless-payment .section-contactless-payment #automatic-payment .service-feature-box .feature-item {
  height: 370px;
}
.page-template-page-service-contactless-payment .section-contactless-payment #automatic-payment .service-feature-box .feature-item > img {
  width: 254px;
  bottom: -12px;
}
@media (max-width: 768px) {
  .page-template-page-service-contactless-payment .section-contactless-payment #automatic-payment .service-feature-box .feature-item {
    height: 273px;
  }
  .page-template-page-service-contactless-payment .section-contactless-payment #automatic-payment .service-feature-box .feature-item > img {
    width: 193px;
    bottom: -8px;
  }
}

.page-template-page-service-mobile-ordering .section-mobile-ordering {
  padding-top: 100px;
  padding-bottom: 200px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .gr-heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service-mobile-ordering .section-mobile-ordering {
    padding-top: 60px;
    padding-bottom: 79px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .gr-heading {
    margin-bottom: 24px;
  }
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn {
  display: flex;
  justify-content: space-between;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .heading .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: black;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .heading .note {
  color: #5A5E6A;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 28px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo {
  display: flex;
  justify-content: center;
  gap: 61px;
  background-color: #EDF0FF;
  border-radius: 20px;
  text-align: center;
  width: 770px;
  max-width: 100%;
  align-items: center;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item {
  height: 320px;
  padding-top: 39px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #5A5E6A;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item img {
  margin: 0 auto;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.qr img {
  margin-top: 65px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.separate {
  padding-top: 0;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.separate img {
  margin-top: 180px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.ordering {
  margin-left: -9px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn {
    text-align: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .heading .title {
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .heading .desc {
    font-size: 14px;
    margin-top: 14px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .heading .note {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 6px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo {
    gap: 25px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item {
    padding-top: 22px;
    height: 199px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.qr img {
    width: 85px;
    margin-top: 38px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.separate img {
    width: 24px;
    margin-top: 112px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.ordering {
    margin-left: -15px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .intro-ctn .demo .demo-item.ordering img {
    margin-top: 5px;
  }
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box {
  margin-top: 60px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box .feature-item {
  height: 529px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box .feature-item .check-tags {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box .feature-item {
    height: 273px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box .feature-item .check-tags {
    margin-top: 16px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box .feature-item > img {
    width: 156px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering .service-feature-box > div:nth-child(2) .feature-item {
    height: 297px;
  }
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #EDF0FF;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
  padding-top: 24px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .heading .note {
  margin-top: 19px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .heading .check-tags {
  margin-top: 19px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .demo {
  width: unset;
  gap: 40px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .demo .demo-item {
  height: unset;
  margin-bottom: -12px;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn {
    padding-top: 20px;
    gap: 15px;
    border-radius: 12px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .heading .check-tags {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 11px;
    row-gap: 4px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .demo {
    gap: 0;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .intro-ctn .demo .demo-item {
    padding-top: 0;
    margin-bottom: -13px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box {
  margin-top: 51px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item {
  padding-top: 32px;
  height: 274px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .compare-title {
  margin-bottom: 40px;
  font-size: 18px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .compare-desc {
  margin-top: 25px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 74px;
  margin-right: 74px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area .icon-box {
  display: flex;
  gap: 12px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area .icon-box img {
  width: 20px;
  height: 20px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area .icon-box .icon-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 768px) {
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box {
    margin-top: 16px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item {
    height: auto;
    padding: 14px 12px;
    gap: 16px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item img {
    width: 44px;
    height: 44px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .compare-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .compare-desc {
    margin-top: 4px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area {
    margin: 0;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area .icon-box {
    gap: 8px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-compare-box .compare-item .list-box-area .icon-box img {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item {
  height: 426px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item .list-box {
  margin-top: 51px;
  gap: 50px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item .check-tags.flex-column {
  margin-top: 28px;
  background-color: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.5);
  gap: 14px;
  padding: 16px 98px;
  width: 100%;
  border-radius: 12px;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item .check-tags.flex-column .tag {
  font-size: 18px;
  line-height: 150%;
}
.page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box > div:nth-child(2) .feature-item {
  padding-left: 27px;
  padding-right: 27px;
}
@media (max-width: 768px) {
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item {
    height: auto;
    padding: 24px 16px 16px 16px !important;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item .list-box {
    margin-top: 19px;
    gap: 40px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item .check-tags.flex-column {
    margin-top: 20px;
    gap: 12px;
    padding: 12px;
  }
  .page-template-page-service-mobile-ordering .section-mobile-ordering #mobile-app .service-feature-box .feature-item .check-tags.flex-column .tag {
    font-size: 14px;
  }
}

.page-template-page-service-professional-consulting .section-professional-consulting {
  padding-top: 100px;
  padding-bottom: 200px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .gr-heading {
  margin-bottom: 60px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .gr-heading .medium-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 20px;
  color: #7F828C;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list {
  max-width: 1200px;
  margin: 0 auto;
  --bs-gutter-x: 30px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box {
  background-color: #EFF1F4;
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header img {
  width: 100px;
  height: 100px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header .service-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  color: black;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header .service-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #7F828C;
  margin-top: 8px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .list-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .list-box .item {
  background-color: white;
  border-radius: 16px;
  text-align: left;
  padding: 16px 20px;
}
.page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .list-box .item > span:first-child {
  color: #364DC9;
  margin-right: 21px;
}
@media (max-width: 768px) {
  .page-template-page-service-professional-consulting .section-professional-consulting {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .gr-heading {
    margin-bottom: 40px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .gr-heading .medium-text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list {
    max-width: 1200px;
    margin: 0 auto;
    --bs-gutter-x: 0;
    --bs-gutter-y: 16px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list > div:first-child {
    margin-top: 0;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box {
    border-radius: 12px;
    padding: 20px 16px;
    text-align: left;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header {
    flex-direction: row;
    gap: 18px;
    margin-bottom: 24px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header img {
    width: 44px;
    height: 44px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header .service-title {
    font-size: 20px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .service-header .service-desc {
    font-size: 14px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .list-box {
    gap: 8px;
    font-size: 16px;
    line-height: 140%;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .list-box .item {
    border-radius: 12px;
    padding: 16px 12px;
  }
  .page-template-page-service-professional-consulting .section-professional-consulting .service-list .service-box .list-box .item > span:first-child {
    margin-right: 10px;
  }
}

.page-template-page-service-business-financial .section-business-financial {
  padding-top: 100px;
  padding-bottom: 182px;
}
.page-template-page-service-business-financial .section-business-financial .gr-heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}
.page-template-page-service-business-financial .section-business-financial .card-sales {
  background-color: #F9FAFC;
  border-radius: 169px;
  border: 1px solid #EFF1F4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 20px;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-title {
  color: #3B3F4A;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo {
  display: flex;
  gap: 24px;
  align-items: center;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-money {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(64, 194, 213, 0.1);
  border: 1px solid #40C2D5;
  color: #40C2D5;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  gap: 2px;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-money .num {
  font-size: 66px;
  font-weight: 600;
  line-height: 150%;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-money .unit {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-desc {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  color: #5A5E6A;
  text-align: center;
  margin-top: 20px;
}
.page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box.separate .icon-money {
  width: auto;
  background-color: unset;
  border: none;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial .card-sales {
    padding-top: 16px;
    gap: 16px;
    border-radius: 107.5px;
  }
  .page-template-page-service-business-financial .section-business-financial .card-sales .sale-title {
    font-size: 14px;
  }
  .page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo {
    gap: 20px;
  }
  .page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-money {
    width: 84px;
    height: 83px;
  }
  .page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-money .num {
    font-size: 28px;
    font-weight: 700;
  }
  .page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-money .unit {
    font-size: 14px;
  }
  .page-template-page-service-business-financial .section-business-financial .card-sales .sale-demo .icon-box .icon-desc {
    font-size: 14px;
    margin-top: 8px;
  }
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box {
  margin-top: 43px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item {
  height: 510px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box .icon-desc {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box .icon-img-ctn {
  height: 94px;
  display: flex;
  align-items: center;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box .icon-img-ctn img {
  width: 37px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box {
    gap: 11px;
    margin-top: 15px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box > img {
    width: 60px;
    height: 60px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box .icon-desc {
    font-size: 14px;
    margin-top: 12px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box .icon-img-ctn {
    height: 60px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .process-box .icon-box .icon-img-ctn img {
    width: 18px;
  }
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .list-2-col-box {
  display: flex;
  background-color: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 42px;
  padding: 43px 84px 42px 96px;
  border-radius: 12px;
  text-align: left;
  width: 526px;
  max-width: 100%;
  gap: 76px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .list-2-col-box .item {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .list-2-col-box .item span:first-child {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .list-2-col-box {
    padding: 10px 15px;
    gap: 45px;
    width: 100%;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .list-2-col-box .item {
    font-size: 14px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .list-2-col-box .item span:first-child {
    margin-right: 3px;
  }
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 14px 40px;
  gap: 32px;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box .icon-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box .icon-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box {
    gap: 8px;
    margin-top: 10px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box {
    padding: 14px 13px;
    gap: 10px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box img {
    width: 27px;
    height: 27px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box .icon-title {
    font-size: 14px;
  }
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item .support-box .icon-box .icon-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
  }
}
.page-template-page-service-business-financial .section-business-financial .service-feature-box > div:nth-child(1) .feature-item {
  background-color: #006D8F;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial .service-feature-box .feature-item {
    height: auto;
    padding-bottom: 16px;
  }
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card {
  margin-bottom: -75px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial #exclusive-card {
    margin-bottom: -41px;
  }
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-ctn {
  text-align: center;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-ctn .heading .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-ctn .heading .title {
    font-size: 14px;
  }
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box {
  display: flex;
  gap: 28px;
  justify-content: center;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item {
  width: 352px;
  height: 301px;
  background-image: url("../images/service/business-financial/exclusive-card-intro-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .intro-label {
  margin-top: -10px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .intro-label span {
  background-color: #FF6F6F;
  padding: 6px 18px;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: white;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item img {
  margin-top: 32px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .intro-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 32px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .check-tags {
  margin-top: 20px;
  justify-content: center;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .check-tags .tag {
  line-height: 140%;
  gap: 6px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .check-tags .tag:before {
  width: 24px;
  height: 24px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box > .intro-item:nth-child(2) .intro-label span {
  background-color: #364DC9;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item {
    width: 154px;
    height: 198px;
    background-image: url("../images/service/business-financial/exclusive-card-intro-bg-mobile.png");
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .intro-label {
    margin-top: -10px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .intro-label span {
    padding: 2px 14px;
    font-size: 14px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item img {
    margin-top: 24px;
    width: 44px;
    height: 44px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .intro-title {
    font-size: 14px;
    margin-top: 20px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .check-tags {
    margin-top: 10px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .check-tags .tag {
    line-height: 150%;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .intro-card-box .intro-item .check-tags .tag:before {
    width: 16px;
    height: 16px;
  }
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box {
  margin-top: 60px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item {
  height: 510px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .list-box {
  margin-top: 70px;
  gap: 50px;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .check-tags.flex-column {
  margin-top: 45px;
  background-color: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.5);
  gap: 11px;
  padding: 24px;
  width: 100%;
  border-radius: 12px;
  text-align: center;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .check-tags.flex-column .tag {
  font-size: 18px;
  line-height: 150%;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .check-tags.flex-column .tag:before {
  display: none;
}
.page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box > div:nth-child(2) .feature-item {
  padding-left: 27px;
  padding-right: 27px;
}
@media (max-width: 768px) {
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box {
    margin-top: 40px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item {
    height: auto;
    padding: 24px 16px 16px 16px !important;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .list-box {
    margin-top: 19px;
    gap: 40px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .check-tags.flex-column {
    margin-top: 18px;
    gap: 4px;
    padding: 12px 0;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box .feature-item .check-tags.flex-column .tag {
    font-size: 14px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box > div:nth-child(1) .feature-item {
    height: 273px;
  }
  .page-template-page-service-business-financial .section-business-financial #exclusive-card .service-feature-box > div:nth-child(1) .feature-item img {
    width: 179px;
    bottom: 0;
  }
}

/*# sourceMappingURL=global.css.map */
