@charset "utf-8";

.l-section {
	padding: 30px 0;
}

#section01 > .l-grid {
	margin-top: 32px;
	align-items: center;
}

#section01 .c-headingLv2:last-of-type:not(:first-of-type)::after {
	all: unset;
}

.wrapper-bg, .wrapper-bg--middle {
	position: relative;
	overflow: hidden;
}

.heading-title {
	color: red;
}

.wrapper-bg .bg-network {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

.wrapper-bg .bg-solid {
	-webkit-mask-image: none;
	mask-image: none;
	height: 100%;
}

.wrapper-bg--middle .bg-network {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.wrapper-bg--middle section {
	position: relative;
	z-index: 2;
}

.wrapper-bg--bottom .bg-network {
	top: unset;
	bottom: 0;
	object-position: bottom;
	-webkit-mask-image: linear-gradient(to top, black 30%, transparent 100%);
	mask-image: linear-gradient(to top, black 30%, transparent 100%);
}

.wrapper-bg-second, .wrapper-bg--solid {
	position: relative;
	overflow: hidden;
}

.wrapper-bg-second .bg-network {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 1;
	opacity: 0.4;
	-webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

.wrapper-bg-second div {
	position: relative;
	z-index: 10;
}

.wrapper-bg section {
	position: relative;
	z-index: 10;
}

.c-mainVisual__main {
    align-items: center;
}

.c-mainVisual__main > .c-mainVisual__title {
	color: #fff;
	margin-left: 50px;
}

.c-mainVisual__fa > img {
	display: block;
	width: 200px;
	height: auto
}

.c-localNav {
	background-color: #000;
	box-shadow: none;
	border-top: none;
}
.c-localNav a, .c-localNav a:visited {
    color: #fff;
}
.c-list--float .c-list__item::after {
	content: '/';
	color: #fff;
	padding-left: 1em;
}
.c-list--float .c-list__item:last-child::after {
  content: none;
}
/* ===== u-icons--arrowRight button ===== */
.c-btn.u-icons--arrowRight {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #000;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 5px 16px;
	text-decoration: none;
	min-width: 180px;
}

.c-btn.u-icons--arrowRight::after {
	content: '→';
	font-size: 20px;
	flex-shrink: 0;
}

.c-btn.u-icons--arrowRight:hover {
	background-color: #f5f5f5;
	color: #000;
}

.c-speclist {
	display: flex;
	justify-content: space-between;
}

.c-speclist__inner {
	width: 47.8%;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.c-speclist__inner-head {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.c-speclist__inner-list {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.c-speclist__inner-list-item {
	padding: 3px 6px 2px;
	font-size: 28px;
	text-align: center;
}

.c-speclist__inner-list-item--black {
	background-color: #000;
	color: #FFF;
}

.c-boldletter {
	margin: 8px 0 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-linkWithImage__image {
	aspect-ratio: auto;
}

.c-mainVisual--categoryTop .c-mainVisual__title::before {
	all: unset;
}

.c-mainVisual--categoryTop .c-mainVisual__title {
    width: inherit;
    margin-top: 0;
}

.text-center {
	text-align: center!important;
}

.text-red {
	color: red!important;
}

.text-black {
	color: #000!important;
}

.c-model-title {
	background-color: red;
	color: #fff;
    padding: 10px 20px;
	font-weight: bold;
}

.c-model-title-gray {
	background-color: #666666;
	color: #fff;
    padding: 10px 20px;
	font-weight: 500;
}

.c-headingLv3::after {
	all: unset
}

.c-mainVisual__category {
    font-size: 21px;
    font-weight: inherit;
    line-height: 1.5;
    margin-top: 0;
    margin-left: 0;
    color: #fff;
}

.c-btn--red {
	font-size: 14px;
	border-radius: 30px;
	border-color: red;
	background-color: #FFF;
	text-align: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding: 3px 1em;
	position: relative;
}

.c-btn--no-shadow {
	box-shadow: none;
}

.c-btn--red:hover {
	background-color: red;
	color: #fff;
}

.c-btn--gray {
	border-radius: 10px;
	background-color: #666;
	color: #fff!important;
	text-align: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding: 3px 1em;
	position: relative;
}

.c-btn--gray:hover {
	color: #000!important;
}

.u-icons.u-icons--bulletRight::before {
    color: rgb(55, 55, 170);
}

/* ===== c-contact-form ===== */
.c-contact-form {
	max-width: 580px;
	margin: 32px auto 0;
}

.c-contact-form__row {
	margin-bottom: 20px;
}

.c-contact-form__label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
}

.c-contact-form__required {
	color: #e60012;
}

.c-contact-form__input,
.c-contact-form__select,
.c-contact-form__textarea {
	display: block;
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #b8b8b8;
	font-size: 14px;
	font-family: inherit;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0;
}

.c-contact-form__input:focus,
.c-contact-form__select:focus,
.c-contact-form__textarea:focus {
	outline: none;
	border-color: #555;
}

.c-contact-form__input--error {
	border-color: #e60012;
}

.c-contact-form__textarea {
	height: 120px;
	resize: vertical;
}

.c-contact-form__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.c-contact-form__footer {
	text-align: center;
	margin-top: 24px;
}

.c-contact-form__submit {
	display: inline-block;
	padding: 10px 44px;
	background-color: #e60012;
	color: #fff;
	font-size: 15px;
	font-family: inherit;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.c-contact-form__submit:hover {
	background-color: #fff;
	border: 1px solid #c5000f;
	color: #c5000f;
}

.c-contact-form__submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

/* ===== c-download-item ===== */

.c-download-item {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	max-width: 860px;
	margin: 0 auto;
}

.c-download-item__img {
	width: 55%;
	flex-shrink: 0;
}

.c-download-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ===== c-download-card ===== */
.c-download-card {
	background-color: #f5f5f5;
	flex: 1;
	box-sizing: border-box;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-download-card__title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 28px;
	color: #333;
}

.c-download-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.c-download-card__link:hover {
	color: #e60012;
}

/* ===== section03 feature items ===== */
#section03 .l-grid {
	align-items: stretch;
}

#section03 .l-grid__item {
	display: flex;
	flex-direction: column;
}

.mx-features .l-grid__item {
	margin-bottom: 20px;
}

.mx-features .l-grid {
    justify-content: center;
}

.mx-features-3-custom .l-grid {
    justify-content: flex-start;
}

#section03 .c-btn__wrapper .c-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-feature-img-wrap {
	position: relative;
	margin: 0 auto;
}	

.c-feature-img-wrap .c-linkWithImage {
	position: relative;
	z-index: 1;
	display: block;
}

.heading-problem {
	margin-top: 9px !important;
	padding-bottom: 30px;
}

/* ===== section03 + section04 shared background ===== */
.c-bg-network {
	position: relative;
	margin-top: 40px;
	padding: 40px 0;
}

.c-bg-network::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/fa/vn_vi/topics/2026/mxc/assets/img/network-background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.12;
	z-index: 0;
}

.c-bg-network > * {
	position: relative;
	z-index: 1;
}

/* ===== c-challenge-item ===== */
.c-challenge-heading {
	width: 40%;
}

.c-challenge-item {
	align-items: center;
	gap: 16px;
	background-color: red;
	border-radius: 15px;
	padding: 5px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.c-challenge-item__icon {
	width: 40px;
	height: auto;
	flex-shrink: 0;
}

.c-challenge-item__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

.c-challenge-item.c-challenge-custom {
	display: flex;
	padding: 15px 30px;
}

.c-challenge-item.c-challenge-3-custom {
	background-color: #fff;
	color: #000;
	border: 1px solid red;
	display: flex;
	padding: 10px;
	justify-content: center;
	text-align: left;
}

.c-challenge.three-items .c-challenge-3-custom {
	width: 80%;
	justify-content: left;
}

.c-challenge.three-items .c-challenge-3-custom .c-challenge-item__icon {
	width: 50px;
}

.c-challenge-item.c-challenge-4-custom {
	background-color: transparent;
	color: #000;
	display: grid;
	justify-items: center;
}

.c-challenge-item.c-challenge-4-custom .icon {
	border: 1px solid red;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.c-challenge-item.c-challenge-4-custom .c-challenge-item__icon {
	width: 100px;
	height: 100px;
}

.c-challenge-item.c-challenge-5-custom {
	background-color: #fff;
	color: #000;
	display: grid;
	justify-items: center;
	border: 1px dashed red;
	padding: 10px;
	border-radius: 10px;
}

.c-challenge-item.c-challenge-5-custom .c-challenge-item__icon {
	max-width: 300px;
	min-width: 200px;
}

#section03 .c-challenge-item, .bg-gray-text-black {
	background-color: #B2B2B2!important;
	color: #000!important;
}

.support-section {
	justify-content: center;
}

.c-benifit {
	align-items: stretch;
}

.c-benifit .l-grid__item {
	display: flex;
	flex-direction: column;
}

.c-benifit-item {
	flex: 1;
	border: 1px solid red;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 10px;
	font-size: 16px;
}

.c-benifit-item::before {
	content: '';
	background: url(../img/down_arrow.png) no-repeat;
	background-size: contain;
	left: 0;
	top: calc(50% - 2px);
    width: 8px;
    height: 5px;
}

/* ===== c-highlight-box ===== */
.c-highlight-box {
	background-color: red;
	color: #fff;
	border-radius: 6px;
	padding: 16px 20px;
	margin-top: 16px;
}

.c-highlight-box__title {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #e60012;
	color: #fff;
	padding: 0px 14px 0px 10px;
	border-radius: 6px;
}

.c-highlight-box__icon {
	flex-shrink: 0;
}

.c-highlight-box__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-highlight-box__list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
}

.c-highlight-box__list li::before {
	content: '';
	background: url(../img/down_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
    width: 8px;
    height: 5px;
}

.c-img-radius {
	border-radius: 10px;
}

.c-img-border-red {
	border: 1.5px solid red;
}

/* ===== c-program layout ===== */
.c-program {
	align-items: stretch;
}

.c-program .l-grid__item:has(img) {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-program .l-grid__item:has(img) .c-solution-img {
	height: auto;
	max-height: 650px;
	object-fit: contain;
}

.c-program .l-grid__item:has(.c-program-item) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.c-program .l-grid__item:has(.c-program-config) {
	display: flex;
	flex-direction: column;
}

.c-program-config {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.c-program-item__heading {
	font-size: 16px;
	font-weight: bold;
	margin: 0 40px 15px 15px;
	padding: 6px 36px 6px 15px;
	align-items: center;
	text-align: left;
	background-color: red;
	color: #fff;
	clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
}

.c-monitor .c-program-item__heading {
	margin: 0;
	padding: 15px;
	font-weight: 500;
	clip-path: none;
}

.c-program-config__heading {
	padding: 15px 15px 60px;
	text-align: left;
	background-color: red;
	color: #fff;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	margin-left: -20px;
	margin-right: -20px;
}

.c-program-item__body {
	background-color: #DDDDDD;
	border-radius: 5px;
	padding: 20px;
}

.c-monitor .c-program-item__body {
	background-color: transparent;
	border-radius: 0;
	padding: 15px;
}

.c-program-config__body {
	background-color: #fff;
	border: 1px dashed red;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	z-index: 2;
	margin-top: -50px;
	flex: 1;
}

.c-support-item {
	border: 1px dashed red;
	padding: 20px 30px;
	position: relative;
	background-color: #fff;
	margin-bottom: 12px;
	margin-left: 12px;
}

.c-support-item::before {
	background-color: #DDDDDD;
	content: '';
	position: absolute;
	left: -20px;
	bottom: -40px;
	width: 100%;
	height: 80%;
	background-image: url('/fa/vn_vi/topics/2026/mxc/details/assets/img/network-background.png');
	background-size: 300%;
	background-position: 0% 10%;
	z-index: -1;
}

.c-program-item__content, .c-support-item__content, .c-program-config__content {
	flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    font-size: 16px;
}

.c-program-item__content, .c-program-config__content {
	line-height: 2;
}

.c-support-item__body {
	display: grid;
    gap: 10px;
}

.c-support-item__content {
    gap: 20px;
	padding: 5px 20px;
}

.c-program-item__content::before, .c-support-item__content::before, .c-program-config__content::before {
    content: '';
    background: url(../img/down_arrow.png) no-repeat;
    background-size: contain;
    left: 0;
    top: calc(50% - 2px);
    width: 8px;
    height: 5px;
}

.c-support-item__content span {
	border: 1px solid red;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
	width: 100%;
}

.c-solution-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#section02 .l-grid__item:has(.c-solution-img) {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 0;
}

#section02 .l-grid__item:has(.c-solution-img) .c-solution-img {
	height: auto;
}

#section02 .l-grid__item:has(.c-highlight-box) {
	padding-bottom: 0;
}

#section02 .l-grid__item > *:last-child {
	margin-bottom: 0;
}

#section02 .l-grid__item:has(.c-feature-box) {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* ===== c-spec-table ===== */
.c-spec-table {
	display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 16px;
	row-gap: 8px;
}

.c-spec-table__col {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: 1 / 4;
}

.c-spec-table__col:last-child {
}

.c-spec-table__head {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 8px;
	margin: 0;
	border-bottom: 1px solid #000;
}

.c-spec-table__item {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 8px;
	text-align: left;
}

.c-spec-table__item--black {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding-top: 3px;
}

.space-square {
	display: inline;
	font-size: 2em;
	line-height: 1;
	vertical-align: sub;
}

/* ===== c-subhead ===== */
.c-subhead {
	display: inline-block;
	margin: 0;
	background-color: #7c7b7b;
	width: 50%;
	padding: 10px 14px;
	font-size: 16px;
	color: #fff;
	margin-top: 16px;
}

/* ===== c-config-item ===== */
.c-config-item {
	border: 1.5px solid red;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	align-content: center;
	font-size: 16px;
	color: #333;
	background-color: #F5F5F5;
	height: 100%;
	box-sizing: border-box;
}

.c-config-item-1 {
	border-radius: 10px;
	padding: 5px 16px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	background-color: #B2B2B2;
	height: 100%;
	box-sizing: border-box;
}

.mx-features-custom .c-config-item {
	border: none;
	color: #fff;
	background-color: #666666;
	padding: 20px;
	align-items: center;
	display: grid;
}

.mx-features-1-custom .l-grid {
	align-items: stretch;
}

.mx-features-1-custom .l-grid__item {
	display: flex;
	flex-direction: column;
}

.mx-features-1-custom .c-config-item {
	border: none;
	color: #fff;
	background-color: red;
	padding: 10px;
	border-radius: 20px;
	align-items: center;
	display: grid;
	flex: 1;
}

.mx-features-2-custom .c-config-item {
	border: 1px dashed red;
	padding: 10px;
	align-items: center;
	display: grid;
}

.mx-features-3-custom .l-grid {
	align-items: stretch;
}

.mx-features-3-custom .l-grid__item {
	display: flex;
	flex-direction: column;
}

.mx-features-3-custom .c-config-item {
	border: 1px solid red;
	padding: 16px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: red;
	border-radius: 20px;
	flex: 1;
	min-height: calc(2lh + 32px);
}

.mx-features-4-custom .c-config-item {
	border: none;
	background-color: #666666;
	padding: 16px;
	font-size: 21px;
	align-items: center;
	display: grid;
	color: #fff;
}

.mx-features-5-custom .c-config-item {
	text-align: left;
	display: flex;
	gap: 10px;
	border-radius: 20px;
	padding: 5px 10px;
	width: 80%;
}

.mx-features-5-custom .c-config-item::before {
	content: url(../img/down_arrow.png);
    background: no-repeat;
    background-size: contain;
    width: 8px;
    height: 5px;
	flex-shrink: 0;
}

#section03 .l-grid__item:has(.c-config-item) {
	display: flex;
	flex-direction: column;
}

/* ===== c-feature-pill-list ===== */
.c-feature-pill-list {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.c-feature-pill-list li {
	border: 1.5px solid #e60012;
	border-radius: 24px;
	padding: 9px 18px;
	font-size: 14px;
	color: #333;
}

/* ===== c-feature-box ===== */
.c-feature-box {
	position: relative;
	border: 2px dashed #e60012;
	border-radius: 8px;
	padding: 20px 24px;
	padding-top: 36px;
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-sizing: border-box;
}

.c-feature-box__header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	background-color: #666;
	padding: 10px 14px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	max-width: calc(100% - 32px);
}

.c-feature-box__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-feature-box__list li {
	border: 1px dashed #e60012;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.c-feature-box.c-feature-custom {
	border: 1px dashed #e60012;
	border-radius: 0;
}

.c-feature-box.c-feature-custom .c-feature-box__list {
	gap: 30px;
}

.c-feature-box.c-feature-custom .c-feature-box__header {
	background-color: #fff;
	color: #000;
}

.c-feature-box.c-feature-custom .c-feature-box__list li {
	border: none;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	background-color: #666666;
}

.c-feature-box.c-feature-1-custom {
	border: 1px solid red;
	border-radius: 10px;
}

.c-feature-box.c-feature-1-custom .c-feature-box__header {
	background-color: #fff;
	color: #000;
	border: 1px dashed red;
	font-size: 20px;
}

.c-feature-box.c-feature-1-custom .c-config-item {
	border: none;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #666666;
}

/* ===== c-adaptive-box ===== */
.c-adaptive-box {
	position: relative;
	border: 1px dashed #e60012;
	padding: 20px 24px;
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-sizing: border-box;
}

.c-adaptive-box__header {
	border: 1px dashed #e60012;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 30%;
	margin: auto;
}

.c-adaptive-box__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.c-adaptive-box__list li {
	flex: 1;
	background-color: #9f9f9f;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#section02 .l-grid__item:has(.c-highlight-box) {
	display: flex;
	flex-direction: column;
}

#section02 .l-grid__item:has(.c-highlight-box) .c-highlight-box {
	margin-top: auto;
}

/* ===== c-feature3col ===== */
.c-feature3col {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 20px;
	row-gap: 12px;
	margin: 32px 0;
}

/* display:contents makes children direct grid items */
.c-feature3col__item {
	display: contents;
}

/* Images → row 1 */
.c-feature3col__item:nth-of-type(1) .c-feature3col__item-img { grid-column: 1; grid-row: 1; }
.c-feature3col__item:nth-of-type(2) .c-feature3col__item-img { grid-column: 3; grid-row: 1; }
.c-feature3col__item:nth-of-type(3) .c-feature3col__item-img { grid-column: 5; grid-row: 1; }

/* Plus → row 1, centered */
.c-feature3col__plus:nth-of-type(1) { grid-column: 2; grid-row: 1; }
.c-feature3col__plus:nth-of-type(2) { grid-column: 4; grid-row: 1; }

/* Text labels → row 2 */
.c-feature3col__item:nth-of-type(1) > .c-text { grid-column: 1; grid-row: 2; text-align: center; margin: 0; }
.c-feature3col__item:nth-of-type(2) > .c-text { grid-column: 3; grid-row: 2; text-align: center; margin: 0; }
.c-feature3col__item:nth-of-type(3) > .c-text { grid-column: 5; grid-row: 2; text-align: center; margin: 0; }

.c-feature3col__item-img {
	display: block;
	width: 40%;
	justify-self: center;
}

.c-feature3col__plus {
	width: 15px;
	height: auto;
	justify-self: center;
}

.c-challenge-title:before {
    content: "";
    left: 1px;
    top: calc(50% - 5px);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent red;
}

@media screen and (min-width: 1024px) {
	.padding-side-100 {
		padding: 0px 100px;
	}
	.mx-desc {
		margin-top: 32px;
		align-items: stretch;
		padding: 0px 20px;
	}
	.mx-desc .l-grid__item:last-child {
		padding-left: 40px;
		padding-right: 40px;
	}

	.padding-side-150 {
		padding: 0px 150px;
	}

	.wrapper-bg-second .bg-network {
		top: -12%;
	}
}

.padding-side-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.padding-side-25 {
	padding: 0px 25px;
}

.padding-side-30 {
	padding: 0px 30px;
}

.padding-side-50 {
	padding: 0px 50px;
}

.padding-side-100 {
	padding: 0px 100px;
}

.padding-side-150 {
	padding: 0px 150px;
}

.padding-side-200 {
	padding: 0px 200px;
}

.padding-side-300 {
	padding: 0px 300px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-bot-20 {
	padding-bottom: 20px;
}

.padding-bot-41 {
	padding-bottom: 41px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-20 {
	padding: 20px;
}

.padding-10 {
	padding: 10px;
}

.padding-15-50 {
	padding: 15px 50px;
}

.padding-15-150 {
	padding: 15px 150px;
}

.padding-20-50 {
	padding: 20px 50px;
}

.padding-left-30 {
	padding-left: 30px;
}

.no-padding {
	padding: 0;
}

/* ===== c-video-modal ===== */
.c-video-modal-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.c-video-modal-overlay[hidden] {
	display: none;
}

.c-video-modal {
	position: relative;
	width: 90%;
	max-width: 900px;
}

.c-video-modal__close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	padding: 4px 8px;
	cursor: pointer;
}

.c-video-modal__close:hover {
	color: #ccc;
}

.c-video-modal__iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background-color: #000;
}

.c-video-modal__iframe-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/* ===== c-contact-modal ===== */
.c-contact-modal-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.c-contact-modal-overlay[hidden] {
	display: none;
}

.c-contact-modal {
	background: #fff;
	padding: 48px 40px 40px;
	text-align: center;
	max-width: 500px;
	width: 90%;
}

.c-contact-modal__icon {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #4caf50;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.c-contact-modal__title {
	font-size: 22px;
	font-weight: bold;
	color: #4caf50;
	margin: 0 0 16px;
}

.c-contact-modal__body {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin: 0 0 32px;
}

.c-contact-modal__close {
	display: inline-block;
	padding: 10px 44px;
	background-color: #e60012;
	color: #fff;
	font-size: 15px;
	font-family: inherit;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.c-contact-modal__close:hover {
	background-color: #c5000f;
}

/* ===== c-future-badge ===== */
.c-future-badge {
	display: inline-block;
	background-color: #7d396b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 10px;
	vertical-align: middle;
	margin-left: 8px;
}

/* ===== c-nav-btn ===== */
.c-nav-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border: 1.5px solid #e60012;
	border-radius: 10px;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 14px;
	text-decoration: none;
	height: 100%;
	box-sizing: border-box;
}

.c-nav-btn::after {
	content: '›';
	color: #e60012;
	font-size: 20px;
	flex-shrink: 0;
}

.c-nav-btn:hover {
	background-color: #fff5f5;
}

#section03 .l-grid__item:has(.c-nav-btn) {
	display: flex;
	flex-direction: column;
}


.c-btn--red:hover::after {
    filter: invert(1);
}

.c-btn--red::after {
    content: '';
    position: absolute;
    right: 1em;
	font-size: 14px;
    width: 7px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/arrow-right.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    flex-shrink: 0;
}

.spec-note {
	display: block;
}

.spec-note > sup {
	font-size: 14px;
}

/* ===== c-keytable ===== */
.c-keytable {
	display: flex;
	margin: 24px 0;
}

.c-keytable__cell {
	flex: 1;
	border: 1px solid red;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
}

.c-keytable__cell + .c-keytable__cell {
	border-left: none;
}

.c-keytable__icon {
	width: 14px;
	height: auto;
	flex-shrink: 0;
}

.c-keytable__cell::before {
	content: '';
	background: url(../img/down_arrow.png) no-repeat;
	background-size: contain;
	left: 0;
	top: calc(50% - 2px);
    width: 8px;
    height: 5px;
}

.items-center {
	align-items: center;
}

.c-subtitle {
	font-size: 20px;
}

.c-title {
	font-size: 21px;
	font-weight: 500;
}

.c-heading {
	font-size: 24px;
}

@media screen and (max-width: 600px) {
	.c-keytable {
		flex-direction: column;
	}

	.c-keytable__cell + .c-keytable__cell {
		border-left: 1px solid red;
		border-top: none;
	}

	.c-feature3col {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.c-feature3col__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 200px;
		width: 100%;
	}
	
	.c-feature-box__header {
		font-size: 12px;
	}

	.c-adaptive-box__header {
		width: 100%;
	}

	.c-adaptive-box__list {
		gap: 10px;
	}

	.padding-side-30, .padding-side-100, .padding-side-150, .padding-side-200, .padding-side-300 {
		padding: 0;
	}

	.c-download-item {
		flex-direction: column;
	}

	.c-download-item__img {
		width: 100%;
		min-height: 200px;
	}

	.c-contact-form {
		padding: 0 8px;
	}

	.c-boldletter br {
		display: none;
	}

	.c-challenge-heading {
		width: 100%;
	}

	.mx-features-5-custom .c-config-item {
		width: 100%;
	}
}

/* ===== c-feature-2 ===== */
.c-feature-2 {
	align-items: stretch;
}

.c-feature-2 .l-grid__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

@media screen and (min-width: 601px) {
	.c-feature-2 {
		column-gap: 75px;
	}
	.c-feature-2 .l-grid__item {
		flex: 1 1 0;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	/* .c-challenge .l-grid__item:nth-child(1) { padding-right: 100px; }
	.c-challenge .l-grid__item:nth-child(2) { padding-left: 50px; padding-right: 75px; }
	.c-challenge .l-grid__item:nth-child(3) { padding-left: 75px; padding-right: 50px; }
	.c-challenge .l-grid__item:last-child { padding-left: 100px; } */

	/* .mx-features-1-custom .l-grid__item:nth-child(1) { padding-right: 100px; }
	.mx-features-1-custom .l-grid__item:nth-child(2) { padding-left: 50px; padding-right: 75px; }
	.mx-features-1-custom .l-grid__item:nth-child(3) { padding-left: 75px; padding-right: 50px; }
	.mx-features-1-custom .l-grid__item:last-child { padding-left: 100px; } */

	/* .mx-features-2-custom .l-grid__item:nth-child(1) { padding-right: 100px; }
	.mx-features-2-custom .l-grid__item:nth-child(2) { padding-left: 50px; padding-right: 75px; }
	.mx-features-2-custom .l-grid__item:nth-child(3) { padding-left: 75px; padding-right: 50px; }
	.mx-features-2-custom .l-grid__item:last-child { padding-left: 100px; } */

	/* .mx-features-5-custom .l-grid__item:nth-child(1) { padding-right: 100px; }
	.mx-features-5-custom .l-grid__item:nth-child(2) { padding-left: 50px; padding-right: 75px; }
	.mx-features-5-custom .l-grid__item:nth-child(3) { padding-left: 75px; padding-right: 50px; }
	.mx-features-5-custom .l-grid__item:nth-child(4) { padding-left: 75px; padding-right: 50px; }
	.mx-features-5-custom .l-grid__item:last-child { padding-left: 100px; } */
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.mx-features-5-custom .c-config-item {
		width: 85%;
	}
}

@media screen and (min-width: 1400px) {
	.mx-features-5-custom .c-config-item {
		width: 70%;
	}
}

@media screen and (min-width: 601px) and (max-width: 1199px) {
	.c-challenge .l-grid__item:nth-child(1) { padding-right: 40px; }
	.c-challenge .l-grid__item:nth-child(2) { padding-left: 20px; padding-right: 30px; }
	.c-challenge .l-grid__item:nth-child(3) { padding-left: 30px; padding-right: 20px; }
	.c-challenge .l-grid__item:last-child { padding-left: 40px; }

	.mx-features-1-custom .l-grid__item:nth-child(1) { padding-right: 40px; }
	.mx-features-1-custom .l-grid__item:nth-child(2) { padding-left: 20px; padding-right: 30px; }
	.mx-features-1-custom .l-grid__item:nth-child(3) { padding-left: 30px; padding-right: 20px; }
	.mx-features-1-custom .l-grid__item:last-child { padding-left: 40px; }

	.mx-features-2-custom .l-grid__item:nth-child(1) { padding-right: 40px; }
	.mx-features-2-custom .l-grid__item:nth-child(2) { padding-left: 20px; padding-right: 30px; }
	.mx-features-2-custom .l-grid__item:nth-child(3) { padding-left: 30px; padding-right: 20px; }
	.mx-features-2-custom .l-grid__item:last-child { padding-left: 40px; }

	.mx-features-5-custom .l-grid__item:nth-child(1) { padding-right: 40px; }
	.mx-features-5-custom .l-grid__item:nth-child(2) { padding-left: 20px; padding-right: 30px; }
	.mx-features-5-custom .l-grid__item:nth-child(3) { padding-left: 30px; padding-right: 20px; }
	.mx-features-5-custom .l-grid__item:nth-child(4) { padding-left: 30px; padding-right: 20px; }
	.mx-features-5-custom .l-grid__item:last-child { padding-left: 40px; }
}

.c-feature-2-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 30px 16px 10px;
	text-align: center;
}

.c-feature-2-item__icon {
	width: 90px;
	height: 90px;
	object-fit: contain;
	flex-shrink: 0;
}

.c-feature-2-item__text {
	margin-top: 0;
}

.c-feature-2 .l-grid__item:nth-child(odd) .c-feature-2-item {
	background-color: red;
	color: #fff;
}

.c-feature-2 .l-grid__item:nth-child(even) .c-feature-2-item {
	background-color: #fff;
	color: #000;
	border: 1px solid red;
}

.c-border-dashed {
	border: 1px dashed red!important;
	background-color: transparent!important;
}

.bg-white {
	background-color: #fff!important;
}

.bg-grey {
	background-color: #D5D5D5;
}