﻿html, body {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: transparent;
}

.title,
.item-title,
.one-visit-feature-title,
.included-title,
.service-title {
	margin: 0;
}

.main-container {
	width: 100%;
	padding: 0 5%;
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.pc_layout {
	display: none !important;
}

.mb_layout {
	display: block !important;
}

.non-select {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.flex-left {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-right {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

@media all and (min-width:992px) { 
		
	.main-container {
		padding: 0 30px;
	}

	.pc_layout {
		display: block !important;
	}
	
	.mb_layout {
		display: none !important;
	}
}

/*--------------------------------------------------*/
/* banner container									*/
/*--------------------------------------------------*/

.banner-container {
	width: 100%;
	padding: 73px 0px 157px 0px;
    position: relative;
    color: #FFFFFF;
    background: transparent no-repeat center center;
	background-size: cover;
	background-image: url(../../Images/industry-mov/banner-bg.jpg);
}

.banner-container .main-container {
	max-width: 1275px;
}

.banner-content {
	max-width: 600px;
}

.banner-label {
	font-size: 22px;
	line-height: 27px;
}

.banner-line {
	width: 48px;
	height: 6px;
	background-color: #81F6F9;
	margin: 22px 0;
}

.banner-container h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
}

.banner-desc {
	font-size: 16px;
	line-height: 28px;
	margin-top: 25px;
	max-width: 520px;
}

.banner-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 47px;
}

.banner-btn {
	display: block;
	text-align: center;
	padding: 13px 24px;
	min-width: 170px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.btn-talk-expert {
	background-color: #81F6F9;
	border-color: #81F6F9;
	color: #000000;
}

.btn-talk-expert:hover {
	background-color: #DBFEFF;
	border-color: #DBFEFF;
}

.btn-talk-expert:active {
	background-color: #00DDE3;
	border-color: #00DDE3;
}

.btn-place-order {
	background-color: transparent;
	border-color: #81F6F9;
	color: #81F6F9;
}

.btn-place-order:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.btn-place-order:active {
	background-color: rgba(255, 255, 255, 0.25);
}

@media all and (min-width:992px) {

	.banner-container {
		padding: 138px 0px 134px 0px;
	}

	.banner-content {
		max-width: 700px;
	}

	.banner-container h1 {
		font-size: 48px;
		line-height: 64px;
	}

	.banner-desc {
		margin-top: 30px;
	}

	.banner-btn-block {
		flex-direction: row;
		margin-top: 47px;
	}
}

/*--------------------------------------------------*/
/* streamline container								*/
/*--------------------------------------------------*/

.streamline-container {
	background-color: #00175f;
	padding: 60px 0 70px;
}

.streamline-container .main-container{
	max-width: 1332px;
}

.streamline-title {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 40px;
}

.streamline-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.streamline-card {
	background-color: #ffffff;
	border-radius: 13px;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.streamline-icon {
	width: 72px;
	height: 72px;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.streamline-card-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 12px;
}

.streamline-card-desc {
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	margin: 0;
}

@media all and (min-width:992px) {

	.streamline-container {
		padding: 100px 0 112px;
	}

	.streamline-title {
		font-size: 48px;
		margin-bottom: 38px;
	}

	.streamline-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.streamline-card {
		padding: 31px 40px;
	}

	.streamline-card-title {
		font-size: 26px;
		line-height: 34px;
	}

	.streamline-card-desc {
		font-size: 16px;
		line-height: 24px;
	}
}

/*--------------------------------------------------*/
/* tour section container                           */
/*--------------------------------------------------*/

.tour-section-container {
	background-color: #FFFFFF;
	padding: 50px 0 60px;
	text-align: center;
	color: #fff;
}

.tour-section-title {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 28px;
	opacity: 0;
	transform: translateY(24px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.tour-section-title.animate {
	opacity: 1;
	transform: translateY(0);
}

.tour-section-content {
	position: relative;
	padding-bottom: 500px;
	border-radius: 16px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(24px);
	-webkit-transition: opacity 0.6s ease 0.15s, -webkit-transform 0.6s ease 0.15s;
	transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;
}

.tour-section-content.animate {
	opacity: 1;
	transform: translateY(0);
}

.tour-section-content iframe,
.tour-section-content object,
.tour-section-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width:992px) {

	.tour-section-container {
		padding: 110px 0;
	}

	.tour-section-title {
		font-size: 48px;
		line-height: 62px;
		margin: 0 0 42px;
	}

	.tour-section-content {
		max-width: 1358px;
		max-height: 800px;
		padding-bottom: 56.25%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------*/
/* services container								*/
/*--------------------------------------------------*/

.services-container {
	background-color: #000F41;
	padding: 60px 0 80px;
}

.services-title {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 40px;
}

.services-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 1358px;
    margin: auto;
}

.service-card {
	background-color: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: auto;
}

.service-image {
	width: 100%;
	flex-shrink: 0;
	padding: 30px 20px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-image img {
	width: 100%;
	max-width: 600px;
	max-height: 372px;
	height: auto;
	object-fit: contain;
	display: block;
}

.service-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 530px;
	padding: 0 20px 30px 20px;
}

.service-card-title {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 20px;
}

.service-card-desc {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 0;
}

.service-subitem {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 34px;
}

.service-subitem-arrow {
	flex-shrink: 0;
	width: 20px;
	height: 21px;
	margin-top: clamp(2px, 0.56vw, 8px);
}

@media all and (min-width:992px) {

	.services-container {
		padding: 112px 0 110px;
	}

	.services-title {
		font-size: 48px;
		margin-bottom: 66px;
	}

	.service-card {
		flex-direction: row;
		max-width: 100%;
		margin: 0;
	}

	.service-image {
		width: 54%;
		padding: clamp(40px, 4.86vw, 70px);
		padding-right: clamp(28px, 3.47vw, 50px);
	}

	.service-image img {
		height: auto;
		max-width: clamp(300px, 41.67vw, 600px);
		max-height: clamp(186px, 25.83vw, 372px);
	}

	.service-content {
		width: 46%;
		padding: 35px clamp(28px, 3.47vw, 50px) ;
	}

	.service-card-title {
		font-size: clamp(22px, 1.94vw, 28px);
		line-height: clamp(30px, 2.64vw, 38px);
	}

	.service-card-desc {
		font-size: clamp(14px, 1.11vw, 16px);
		line-height: clamp(20px, 1.53vw, 22px);
	}
}

/*--------------------------------------------------*/
/* lending channels container						*/
/*--------------------------------------------------*/

.lending-channels-container {
	background-color: #00175f;
	background-image: url(../../Images/industry-mov/lending-channels-bg.png);
	background-size: cover;
	background-position: center;
	padding: 60px 0 70px;
}

.lending-channels-container .main-container {
	max-width: 1048px;
}

.lending-channels-title {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 40px;
}

.lending-channels-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 600px;
	margin: auto;
}

.lc-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 30px 26px 40px 26px;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.lc-card:nth-child(2) {
	transition-delay: 0.12s;
}

.lc-card.animate {
	opacity: 1;
	transform: translateY(0);
}

.lc-icon {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.lc-icon img {
	width: 70px;
	height: 70px;
	display: block;
}

.lc-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 42px;
	color: #202020;
	margin: 0 0 20px 0;
}

.lc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.lc-list li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	font-size: 16px;
	line-height: 22px;
	color: #202020;
}

.lc-list li::before {
	content: '';
	flex-shrink: 0;
	margin-top: 4px;
	width: 17px;
	height: 17px;
	background-image: url(../../Images/solution-pci/icon-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.lc-list-body {
	flex: 1;
}

.lc-list-title {
	font-size: 22px;
	font-weight: bold;
	color: #202020;
	margin: 0 0 6px;
}

.lc-list-desc {
	font-size: 16px;
	line-height: 22px;
	color: #202020;
	margin: 0;
}

@media all and (min-width: 992px) {

	.lending-channels-container {
		padding: clamp(66px, 7.78vw, 112px) 0 clamp(66px, 7.5vw, 108px) 0;
	}

	.lending-channels-title {
		font-size: 48px;
		margin-bottom: 50px;
	}

	.lending-channels-grid {
		flex-direction: row;
		gap: clamp(14px, 2.22vw, 32px);
		max-width: 100%;
	}

	.lc-card {
		flex: 1;
		padding: clamp(40px, 3.47vw, 50px) clamp(26px, 2.78vw, 40px) clamp(40px, 5.14vw, 74px);
	}

	.lc-icon img {
		width: clamp(60px, 5.83vw, 84px);
		height: clamp(60px, 5.83vw, 84px);
	}

	.lc-title {
		font-size: clamp(22px, 2.15vw, 31px);
		line-height: clamp(30px, 2.78vw, 40px);
		margin: 0 0 clamp(16px, 1.6vw, 23px) 0;
	}

	.lc-list {
		gap: clamp(16px, 1.81vw, 26px);
	}

	.lc-list li {
		font-size: clamp(13px, 1.11vw, 16px);
		line-height: clamp(20px, 1.74vw, 25px);
	}

	.lc-list-title {
		font-size: clamp(16px, 1.53vw, 22px);
	}

	.lc-list-desc {
		font-size: clamp(13px, 1.11vw, 16px);
		line-height: clamp(18px, 1.53vw, 22px);
	}
}

/*--------------------------------------------------*/
/* top-rated container								*/
/*--------------------------------------------------*/

.top-rated-container {
	background-color: #ffffff;
	padding-top: 60px;
}

.top-rated-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 40px;
}

/* stats bar */
.stats-bar {
	background-color: #000F41;
	padding: 36px 0;
}

.stats-grid {
	display: flex;
	flex-direction: column;
	gap: 28px;
	max-width: 300px;
	margin: auto;
}

.stat-item {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.stat-icon {
	width: 72px;
	height: 72px;
	flex-shrink: 0;
}

.stat-body {
	display: flex;
	flex-direction: column;
}

.stat-number {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	line-height: 52px;
	margin-bottom: 4px;
}

.stat-label {
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

/* network section */
.network-section {
	padding: 60px 0 52px;
}

.network-section .main-container {
	max-width: 1380px;
}

.network-row {
	display: flex;
	flex-direction: column;
	gap: 36px;
	max-width: 600px;
	margin: auto;
}

.network-map-wrap {
	width: 100%;
	overflow: hidden;
}

.network-map-img {
	width: 100%;
	height: auto;
	display: block;
}

.network-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.network-item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	opacity: 0;
	transform: translateY(16px);
	-webkit-transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.network-item:nth-child(2) { transition-delay: 0.1s; }
.network-item:nth-child(3) { transition-delay: 0.2s; }
.network-item:nth-child(4) { transition-delay: 0.3s; }

.network-item.animate {
	opacity: 1;
	transform: translateY(0);
}

.network-check-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 2px;
}

.network-list-body {
	flex: 1;
}

.network-list-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	margin: 0;
}

.network-list-desc {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-top: 4px;
}

@media all and (min-width: 992px) {

	.top-rated-container {
		padding-top: 100px;
	}

	.top-rated-title {
		font-size: 48px;
		margin-bottom: 50px;
	}

	.stats-bar {
		padding: clamp(36px, 3.47vw, 50px) 0;
	}

	.stats-grid {
		flex-direction: row;
		align-items: center;
		gap: 0;
		max-width: none;
	}

	.stat-item {
		flex: 1;
		justify-content: center;
		padding: 0 clamp(20px, 2.78vw, 40px);
	}



	.stat-number {
		font-size: clamp(32px, 3.33vw, 48px);
	}

	.stat-label {
		font-size: clamp(13px, 1.11vw, 16px);
	}

	.network-section {
		padding: 52px 0 105px 0;
	}

	.network-row {
		flex-direction: row;
		align-items: center;
		max-width: 100%;
		gap: clamp(40px, 4.17vw, 60px);
	}

	.network-map-wrap {
		flex: 1;
		max-width: 639px;
	}

	.network-list {
		flex: 1;
		max-width: 490px;
		gap: clamp(20px, 1.94vw, 28px);
	}

	.network-check-icon {
		width: clamp(16px, 1.53vw, 22px);
		height: clamp(16px, 1.53vw, 22px);
	}

	.network-list-title {
		font-size: clamp(16px, 1.53vw, 22px);
		line-height: clamp(20px, 1.81vw, 26px);
	}

	.network-list-desc {
		font-size: clamp(13px, 1.11vw, 16px);
		line-height: clamp(19px, 1.53vw, 22px);
	}
}

/*--------------------------------------------------*/
/* epds-container                                   */
/*--------------------------------------------------*/

.epds-container {
	background-color: #F8F9FA;
	padding: 66px 0 35px 0;
	overflow: hidden;
}

.epds-content {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: auto;
}

.epds-left {
	display: flex;
	flex-direction: column;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.epds-left.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.epds-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin: 0 0 20px 0;
}

.epds-desc {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin: 0 0 25px 0;
}

.epds-image-mobile {
	width: 100%;
	margin-bottom: 32px;
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
	transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.epds-image-mobile.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.epds-image-mobile img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: auto;
}

.epds-image-desktop {
	display: none;
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
	transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.epds-image-desktop.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.epds-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.epds-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 21px;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	background: #FFFFFF;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.epds-link:hover {
	background: #D4DFFF;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	color: #000000;
	text-decoration: none;
}

.epds-link:active {
	background: #8FA9F7;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.epds-link-text {
	flex: 1;
}

.epds-arrow {
	flex-shrink: 0;
	margin-left: 12px;
	display: flex;
	align-items: center;
}

.epds-arrow img {
	width: 15px;
	height: 15px;
	filter: brightness(0);
}

@media all and (min-width: 992px) {

	.epds-container {
		padding: 100px 0 50px 0;
	}

	.epds-content {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 8%;
		max-width: 100%;
	}

	.epds-left {
		flex: 1;
		max-width: 730px;
	}

	.epds-title {
		font-size: clamp(28px, 3.33vw, 48px);
		line-height: clamp(38px, 4.44vw, 64px);
		margin-bottom: 30px;
	}

	.epds-desc {
		margin-bottom: 50px;
	}

	.epds-image-mobile {
		display: none;
	}

	.epds-image-desktop {
		display: block;
		flex: 0 0 31%;
		align-self: center;
		position: sticky;
		top: 100px;
	}

	.epds-image-desktop img {
		display: block;
		width: 100%;
		height: auto;
	}

	.epds-grid {
		gap: clamp(10px, 0.83vw, 12px);
	}

	.epds-link {
		font-size: clamp(13px, 1.18vw, 17px);
		padding: 21px clamp(12px, 1.46vw, 21px);
	}
}

/*--------------------------------------------------*/
/* ncpi-container                                   */
/*--------------------------------------------------*/

.ncpi-container {
	background-color: #F8F9FA;
	padding: 35px 0 73px 0;
	overflow: hidden;
}

.ncpi-content {
	display: flex;
	flex-direction: column;
	gap: 36px;
	max-width: 600px;
	margin: auto;
}

.ncpi-image {
	display: none;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.ncpi-image.animate {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.ncpi-image-mobile {
	display: block;
	margin: 28px 0;
}

.ncpi-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.ncpi-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
	transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.ncpi-right.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.ncpi-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin: 0 0 17px 0;
}

.ncpi-desc {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin: 0 0 18px 0;
}

.ncpi-btn-block {
	display: inline-flex;
	flex-direction: column;
	gap: 16px;
	align-self: flex-start;
}

.ncpi-btn {
	display: block;
	text-align: center;
	padding: 13px 24px;
	min-width: 170px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 1px solid transparent;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.ncpi-container .btn-talk-expert {
	background-color: #000F41;
	border-color: #000F41;
	color: #FEFEFF;
}

.ncpi-container .btn-talk-expert:hover {
	background-color: #0B40D1;
	border-color: #0B40D1;
}

.ncpi-container .btn-talk-expert:active {
	background-color: #000E3A;
	border-color: #000E3A;
}

@media all and (min-width: 992px) {

	.ncpi-container {
		padding: 50px 0 110px 0;
	}

	.ncpi-content {
		flex-direction: row;
		align-items: center;
		gap: 10%;
		max-width: 100%;
	}

	.ncpi-image {
		display: block;
		flex: 0 0 44%;
	}

	.ncpi-image-mobile {
		display: none;
	}

	.ncpi-right {
		flex: 1;
		max-width: 526px;
	}

	.ncpi-title {
		font-size: clamp(28px, 2.64vw, 38px);
		line-height: clamp(38px, 3.47vw, 50px);
		margin: 0 0 13px 0;
	}

	.ncpi-desc {
		font-size: clamp(15px, 1.11vw, 16px);
		line-height: clamp(23px, 1.74vw, 25px);
		margin: 0 0 25px 0;
		max-width: 495px;
	}

	.ncpi-btn-block {
		flex-direction: row;
	}
}