/*--------------- Buttons --------------- */
.btn--full {
	background-color: #226ce0;
	color: #fff;
	text-transform: capitalize !important;
}

.btn--solid {
	color: #226ce0;
	padding: 7px 28px;
	border: 1px solid #226ce0;
	min-width: 227px;
}

.btn--full:hover {
	color: #fff;
}

.btn--solid:hover {
	color: #226ce0;
}

.btn-transparent {
	font-family: "Lexend Deca", Roboto, sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	font-size: 0.9375rem;
	line-height: 1;
	margin: 0;
	padding: 0.375rem 0.75rem;
	text-align: center;
	text-decoration: none;
	color: #226CE0;
	border: 1px solid #226CE0;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

.btn-transparent:hover {
	color: #fff;
	background-color: #226CE0;
	text-decoration: none;
}

/*--------------- Image text --------------- */
.page-template-page-inshi .image-text {
	padding: 0 0 104px;
}

.image-text__wrapper>.image-text__block-cta {
	margin: 48px auto 0;
}

/*--------------- Metrics --------------- */
.metrics {
	padding: 0 0 104px;
}

.metrics__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.card-metrics {
	min-width: 255px;
	flex: 1 0 0;
	border: 1px solid #214ce9;
	padding: 20px;
}

.card-metrics__icon-wrapper:not(:last-child) {
	max-width: 40px;
	margin-bottom: 16px;
}

.card-metrics h3,
.card-metrics h4 {
	color: #214ce9;
}

.card-metrics h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.card-metrics h3:not(:last-child) {
	margin-bottom: 2px;
}

.card-metrics h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}

.card-metrics h4:not(:last-child) {
	margin-bottom: 8px;
}

.card-metrics__text-wrapper {
	font-size: 15px;
	line-height: 18px;
}

.card-metrics__text-wrapper p {
	margin: 0;
}

.card-metrics__text-wrapper p+p {
	margin-top: 12px;
}

/*--------------- How it works --------------- */
.how-it-works {
	text-align: center;
	padding: 0 0 80px;
}

.how-it-works__content {
	width: 100%;
	max-width: 825px;
	margin: 0 auto 44px;
}

.how-it-works__content h2 {
	font-size: 30px;
	line-height: 1.25;
}

.how-it-works__content h2:not(:last-child) {
	margin-bottom: 13px;
}

.how-it-works__text-wrapper:not(:last-child) {
	margin-bottom: 35px;
}

.how-it-works__image-wrapper {
	text-align: center;
}

.how-it-works .btn:not(:last-child) {
	margin-bottom: 25px;
}

.how-it-works__text-wrapper p:last-child {
	margin: 0;
}

.how-it-works__image-mobile {
	display: none;
}

/*--------------- Blue list --------------- */
.page-template-page-inshi .mod.container#content ul.blue-list {
	max-width: 300px;
	width: 100%;
}

.page-template-page-inshi .mod.container#content ul.blue-list li {
	position: relative;
	padding: 0 0 9px 28px;
	margin: 0;
}

.page-template-page-inshi .mod.container#content ul.blue-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #016fe7;
	border-radius: 50%;
	background-image: url("../images/check.svg");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

.page-template-page-inshi .mod .orange-accent-headline {
	position: relative;
	padding-left: 14px;
}

.page-template-page-inshi .mod .orange-accent-headline strong {
	margin: 0 !important;
}

.page-template-page-inshi .mod .orange-accent-headline:before {
	position: absolute;
	margin: 0;
}

.sm-heading {
	margin-top: 28px;
}

/*--------------- Info box --------------- */
.info-box {
	padding: 0 0 104px;
}

.info-box__content {
	display: grid;
	grid-template-columns: minmax(auto, 430px) minmax(auto, 530px);
	/* grid-template-areas:
		"title video"
		"text video"
		"list video"
		"button video"; */
	grid-template-areas:
		"video title"
		"video text"
		"video list"
		"video button";
	align-items: center;
	column-gap: 140px;
}

.info-box h2 {
	font-size: 30px;
	line-height: 1.25;
	grid-area: title;
}

.info-box h2:not(:last-child) {
	margin-bottom: 13px;
}

.info-box__text-wrapper {
	grid-area: text;
}

.info-box__text-wrapper p:last-child {
	margin: 0;
}

.info-box__text-wrapper:not(:last-child) {
	margin-bottom: 13px;
}

.info-box__list {
	list-style-type: none;
	padding: 0;
}

.info-box__list {
	grid-area: list;
}

.info-box__list:not(:last-child) {
	margin-bottom: 35px;
}

.info-box__list li {
	position: relative;
	padding-left: 33px;
}

.info-box__list li svg {
	position: absolute;
	top: 8px;
	left: 0;
}

.info-box__content .btn {
	grid-area: button;
}

.info-box__video {
	grid-area: video;
	text-align: center;
}

.info-box__video strong {
	font-size: 16px;
}

.info-box__video iframe {
	width: 100%;
}

.info-box__video iframe:not(:last-child) {
	margin-bottom: 16px;
}

.col-lg-custom {
	padding-bottom: 104px;
}

/*--------------- Hero --------------- */
.hero {
	position: relative;
	padding: 154px 0 40px;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* object-position: bottom right;
	opacity: 0.2; */
}

.hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 825px;
	margin: 0 auto;
}

.hero__content h1 {
	color: #222;
	font-size: 56px;
}

.hero__content h1:not(:last-child) {
	margin-bottom: 19px;
}

.hero__text-wrapper:not(:last-child) {
	margin-bottom: 44px;
}

.hero__button-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
}

.hero__text-wrapper p {
	margin: 0;
}

.hero__text-wrapper p+p {
	margin-top: 16px;
}

.hero-video {
	position: relative;
	z-index: 2;
}

.hero-video__title {
	font-size: 40px;
	color: #222222;
	margin-bottom: 19px;
}

.hero-video__embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.hero-video__embed iframe,
.hero-video__embed object,
.hero-video__embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:991.98px) {
	.hero-video {
		padding-top: 60px;
	}

	.hero-video__title {
		line-height: 44px;
	}

	.hero-video .row {
		row-gap: 40px;
	}
}

@media (min-width: 992px) {
	.hero-video .row {
		align-items: center;
	}

	.hero-video__title {
		line-height: 48px;
	}
}

/* hero END */

/*--------------- Comparison chart --------------- */
.comparison-chart {
	width: 100%;
	padding: 0 0 104px;
}

.comparison-chart__text-box {
	text-align: center;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.comparison-chart__text-box:not(:last-child) {
	margin-bottom: 60px;
}

.comparison-chart__text-box h2 {
	margin: 0;
}

.comparison-chart__text-box p {
	margin: 0;
}

.comparison-chart__text-box p+p {
	margin-top: 12px;
}

.comparison-chart-table__heading {
	display: flex;
	align-items: end;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.comparison-chart-table__heading.active>div:nth-child(2) {
	background-color: #007aff;
	padding-bottom: 32px;
}

.comparison-chart-table__heading.active>div:nth-child(2) h3 {
	font-size: 28px;
	color: #ffffff;
}

.comparison-chart-table__heading>div {
	flex: 1 0 0;
	min-width: 220px;
}

.comparison-chart__title {
	text-align: center;
	padding: 12px 10px;
}

.comparison-chart__title h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	margin: 0;
}

.comparison-chart-table__row {
	display: flex;
}

.comparison-chart-table__row:nth-child(even) {
	background-color: #ededed33;
}

.comparison-chart-table__row>div {
	flex: 1 0 0;
	min-width: 220px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.comparison-chart-table__row>div.criteria-text {
	justify-content: flex-start;
}

.criteria-text h4 {
	font-size: 15px;
	line-height: 1.4;
	color: #000000;
	margin: 0;
}

.trustgrid-rating img,
.sdwan-rating img,
.vpn-rating img {
	height: 20px;
	width: 20px;
	min-width: 20px;
	object-fit: contain;
}

.trustgrid-rating,
.sdwan-rating,
.vpn-rating {
	font-weight: 600;
}

.trustgrid-rating.active {
	background-color: #007aff;
	color: rgba(255, 255, 255, 1);
}

.comparison-chart-table__content {
	border: 1px solid rgba(215, 215, 215, 1);
}

.comparison-chart-table__row:first-child .trustgrid-rating.active {
	border-top: 1px solid #006ee6;
	margin-top: -1px;
}

.comparison-chart-table__row:nth-child(even) .trustgrid-rating.active {
	background-color: #0070eb;
}

.comparison-chart-table__row:last-child .trustgrid-rating.active {
	position: relative;
	border-bottom: 1px solid #006ee6;
	margin-bottom: -1px;
}

.comparison-chart-table__row:last-child .trustgrid-rating.active:before {
	content: "";
	position: absolute;
	bottom: -65px;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #007aff;
	z-index: -1;
}

/*--------------- Banking Integration --------------- */
.banking-integration {
	position: relative;
}

.banking-integration>div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banking-integration__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 540px;
	padding: 178px 0 205px;
	margin: 0 auto;
}

.banking-integration__content h2 {
	font-size: 32px;
	line-height: 1.25;
}

.banking-integration__content h2:not(:last-child) {
	margin: 0 0 12px;
}

.banking-integration__content h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

.banking-integration__content h3:not(:last-child) {
	margin: 0 0 8px;
}

.banking-integration__text-box:not(:last-child) {
	margin-bottom: 40px;
}

.banking-integration__text-wrapper {
	font-size: 16px;
}

.banking-integration__text-wrapper p {
	margin: 0;
}

.banking-integration__text-wrapper p+p {
	margin-top: 12px;
}

.banking-integration__content .btn {
	align-self: center;
	padding: 8px 16px;
}

.banking-integration__item {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(33, 76, 233, 1);
	color: rgba(140, 165, 205, 1);
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	width: fit-content;
	padding: 20px;
}

.banking-integration__item-1 {
	top: 101px;
	left: calc(50% - 592px);
}

.banking-integration__item-1::before {
	content: "";
	position: absolute;
	bottom: -216px;
	left: 50%;
	display: block;
	width: 210px;
	height: 216px;
	border-left: 1px solid rgba(33, 76, 233, 1);
	border-bottom: 1px solid rgba(33, 76, 233, 1);
}

.banking-integration__item-2 {
	top: 72px;
	left: calc(50% - 104px);
}

.banking-integration__item-2::before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	display: block;
	width: 1px;
	height: 30px;
	background-color: rgba(33, 76, 233, 1);
}

.banking-integration__item-3 {
	top: 54px;
	right: calc(50% - 514px);
}

.banking-integration__item-3::before {
	content: "";
	position: absolute;
	bottom: -212px;
	right: 50%;
	display: block;
	width: 98px;
	height: 212px;
	border-right: 1px solid rgba(33, 76, 233, 1);
	border-bottom: 1px solid rgba(33, 76, 233, 1);
}

.banking-integration__item-4 {
	bottom: 82px;
	left: calc(50% - 575px);
}

.banking-integration__item-4::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: -242px;
	display: block;
	width: 242px;
	height: 101px;
	border-right: 1px solid rgba(33, 76, 233, 1);
	border-bottom: 1px solid rgba(33, 76, 233, 1);
}

.banking-integration__item-5 {
	bottom: 56px;
	left: calc(50% - 78px);
}

.banking-integration__item-5::before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	display: block;
	width: 1px;
	height: 60px;
	background-color: rgba(33, 76, 233, 1);
}

.banking-integration__item-6 {
	bottom: 136px;
	right: calc(50% - 570px);
}

.banking-integration__item-6::before {
	content: "";
	position: absolute;
	bottom: 50%;
	left: -185px;
	display: block;
	width: 185px;
	height: 133px;
	border-left: 1px solid rgba(33, 76, 233, 1);
	border-bottom: 1px solid rgba(33, 76, 233, 1);
}

/* Trustgrid Hero */
.trustgrid__hero {
	background-color: #e7eff6;
}

.trustgrid__hero .hero__content h1 {
	color: #226CE0;
}

@media (max-width: 991.98px) {
	.trustgrid__hero {
		padding: 140px 0 80px;
		min-height: 600px;
	}

	.trustgrid__hero .hero__bg img {
		object-position: bottom right;
	}

	.trustgrid__hero .hero__content {
		text-align: center;
	}

	.trustgrid__hero .hero__bg img.hero__bg-mob {
		max-width: 300px;
		object-fit: contain;
	}
}

@media (min-width: 992px) {
	.trustgrid__hero {
		padding: 180px 0 150px;
		min-height: 480px;
	}

	.trustgrid__hero .hero__bg img {
		object-position: bottom center;
	}
}

/* Block Full Width Cta */
.block-full-width-cta__wrap.left {
	margin: 0 auto 0 0;
}

.block-full-width-cta__wrap.center {
	margin: 0 auto;
}

.block-full-width-cta__wrap.right {
	margin: 0 0 0 auto;
}

.block-full-width-cta__text p span,
.block-full-width-cta__text p strong {
	font-family: "Lexend Deca", Roboto, sans-serif;
	font-weight: 400;
}


.block-full-width-cta__text ul li {
	position: relative;
}

.block-full-width-cta__text_one ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	max-width: 621px;
	padding: 0;
	margin: 48px auto;
	row-gap: 32px;
}

.block-full-width-cta__text_two ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 48px 0;
	row-gap: 32px;
}

.block-full-width-cta__text_two ul li {
	padding: 0 56px;
}

.block-full-width-cta__text_one ul li {
	padding-left: 56px;
}

.block-full-width-cta__text ul li::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	left: 0;
	border-radius: 50%;
	background-color: #226BDF;
	z-index: -2;
}

.block-full-width-cta__text ul li::after {
	position: absolute;
	content: '';
	width: 14px;
	height: 8px;
	left: 13px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	z-index: -1;
}

.block-full-width-cta__video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 40px 0;
}

.block-full-width-cta__video iframe,
.block-full-width-cta__video object,
.block-full-width-cta__video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-fifty-fifty__buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
	margin-top: 40px;
}

.block-full-width-cta__wrap.center .block-fifty-fifty__buttons {
	justify-content: center;
}

.block-full-width-cta__wrap.right .block-fifty-fifty__buttons {
	justify-content: flex-end;
}

.block-full-width-cta__custom .block-fifty-fifty__buttons a {
	color: #fff;
}

.block-full-width-cta__custom .block-fifty-fifty__buttons a:nth-child(1) {
	background-color: rgba(2, 179, 138, 1.0);
	border: 1px solid #4FB08D;
}

.block-full-width-cta__custom .block-fifty-fifty__buttons a:nth-child(1):hover {
	background-color: rgba(0, 99, 58, 1.0);
}

.block-full-width-cta__custom .block-fifty-fifty__buttons a:nth-child(2) {
	background-color: rgba(204, 2, 1, 1.0);
	border: 1px solid #E64643;
}

.block-full-width-cta__custom .block-fifty-fifty__buttons a:nth-child(2):hover {
	background-color: rgba(124, 0, 0, 1.0);
}

@media (max-width: 991.98px) {
	.block-full-width-cta {
		padding: 36px 0;
	}

	.block-full-width-cta__text ul li::before {
		top: -9px;
	}

	.block-full-width-cta__text ul li::after {
		top: 6px;
	}

	.block-full-width-cta__text_two ul {
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.block-fifty-fifty__border .block-fifty-fifty__wrap.left {
		position: relative;
	}

	.block-fifty-fifty__border .block-fifty-fifty__wrap.left::after {
		position: absolute;
		content: '';
		width: 114px;
		height: 282px;
		border-top: 1px solid #99BAF0;
		border-left: 1px solid #99BAF0;
		bottom: 93%;
		left: 50%;
		transform: translateX(-50%);
		pointer-events: none;
		z-index: -1;
	}

	.block-full-width-cta {
		padding: 72px 0;
	}

	.block-full-width-cta__text h2 {
		font-size: 32px;
	}

	.block-full-width-cta__text p {
		font-size: 18px;
		line-height: 26px;
	}

	.block-full-width-cta__text ul li {
		font-size: 24px;
		line-height: 32px;
	}

	.block-full-width-cta__text ul li::before {
		top: -3px;
	}

	.block-full-width-cta__text ul li::after {
		top: 10px;
	}

	.block-full-width-cta__text_two ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Fifty Fifty Block */
.block-fifty-fifty__text-divider {
	display: inline-block;
	width: 64px;
	height: 5px;
	background-color: #FF764F;
	margin-bottom: 10px;
}

.block-fifty-fifty__wrap {
	position: relative;
}

.block-fifty-fifty__bg {
	position: absolute;
	z-index: -1;
	max-width: 238px;
	bottom: -39px;
	right: -92px;
	margin: 0;
}

.block-fifty-fifty .row.reverse .block-fifty-fifty__bg {
	right: auto;
	left: -92px;
}

.block-fifty-fifty__video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.block-fifty-fifty__video iframe,
.block-fifty-fifty__video object,
.block-fifty-fifty__video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 991.98px) {
	.block-fifty-fifty {
		padding: 36px 0;
	}
}

@media (min-width: 992px) {
	.block-fifty-fifty {
		padding: 72px 0;
	}

	.block-fifty-fifty .row.reverse {
		flex-direction: row-reverse;
	}

	.block-fifty-fifty .row.top {
		align-items: flex-start;
	}

	.block-fifty-fifty .row.center {
		align-items: center;
	}

	.block-fifty-fifty .row.bottom {
		align-items: flex-end;
	}

	.block-fifty-fifty__wrap.left {
		margin-right: auto;
	}

	.block-fifty-fifty__wrap.center {
		margin: 0 auto;
	}

	.block-fifty-fifty__wrap.right {
		margin-left: auto;
	}
}

/* Block Capabilities */
.block-capabilities__title {
	text-align: center;
	margin-bottom: 40px;
}

.block-capabilities__list {
	margin: 0 auto;
}

.block-capabilities__list-img {
	max-width: 50px;
	margin-bottom: 28px;
}

.block-capabilities__list-title {
	display: block;
	font-family: "Lexend Deca", Roboto, sans-serif;
	margin-bottom: 32px;
}

.block-capabilities__list-text {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.block-capabilities__list-text p,
.block-capabilities__list-text ul,
.block-capabilities__list-text ol {
	margin: 0;
}

.block-capabilities__list-text ul {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	list-style-type: none;
	padding: 0;
}

.block-capabilities__list-text ul li {
	position: relative;
	padding-left: 16px;
}

.block-capabilities__list-text ul li::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 0;
	top: 9px;
	background-color: #226BDF;
}

@media (max-width: 991.98px) {
	.block-capabilities {
		padding: 36px 0;
	}

	.block-capabilities__list {
		padding: 24px;
	}

	.block-capabilities__list .row {
		row-gap: 24px;
	}
}

@media (max-width: 767.98px) {
	.block-capabilities__list .row {
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.block-capabilities {
		padding: 72px 0;
	}

	.block-capabilities__list {
		padding: 60px;
	}

	.block-capabilities__list .row {
		margin: 0 -16px;
	}

	.block-capabilities__list .row>div {
		padding: 0 16px;
	}
}

/* Block Card List */
.block-card-list {
	position: relative;
	overflow: hidden;
}

.block-card-list__bg {
	position: absolute;
	z-index: -1;
	top: 80px;
	left: 0;
}

.block-card-list__title {
	text-align: center;
	margin-bottom: 40px;
}

.block-card-list__card {
	margin-left: auto;
	background-color: #00b38a;
	transition: border-color .3s, box-shadow .8s;
	position: relative;
}

.block-card-list__card::before {
	background-color: #ededed;
	content: '';
	height: 100%;
	left: -22px;
	position: absolute;
	top: -16px;
	transition: top .3s, left .3s;
	width: calc(100% - 71px);
	z-index: -1;
}

.block-card-list__card:hover {
	box-shadow: 22px 15px 0 5px #ededed;
}

.block-card-list__card:hover:before {
	left: 0;
	top: 0;
}

.block-card-list__card-title {
	margin-bottom: 10px;
	color: #fff;
}

.block-card-list__card-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 11px 16px 0;
	border-bottom: 1px solid #EDEDED;
	color: #fff;
}

@media (max-width: 991.98px) {
	.block-card-list {
		padding: 36px 0;
	}

	.block-card-list__card {
		padding: 50px 24px 36px;
	}
}

@media (min-width: 992px) {
	.block-card-list {
		padding: 72px 0;
	}

	.block-card-list__card {
		padding: 66px 64px 48px;
	}
}

/* Block Cards Icon */
.block-cards-icon__title {
	text-align: center;
	margin-bottom: 40px;
}

.block-cards-icon .row {
	justify-content: center;
	row-gap: 24px;
	margin: 0 -12px;
}

.block-cards-icon .row>div {
	padding: 0 12px;
}

.block-cards-icon__card {
	height: 100%;
}

.block-cards-icon__card-figure {
	max-width: 40px;
}

.block-cards-icon__card-text {
	color: #226bdf;
	font-weight: 500;
	line-height: 1.6;
}

@media (max-width: 991.98px) {
	.block-cards-icon {
		padding: 36px 0;
	}

	.block-cards-icon__card {
		padding: 24px;
	}

	.block-cards-icon__card-figure {
		margin-bottom: 24px;
	}

	.block-cards-icon__card-text {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.block-cards-icon {
		padding: 72px 0;
	}

	.block-cards-icon__card {
		padding: 32px;
	}

	.block-cards-icon__card-figure {
		margin-bottom: 44px;
	}

	.block-cards-icon__card-text {
		font-size: 20px;
	}
}

/* Block Quote2 */
.block-quote2__title {
	position: relative;
}

.block-quote2__title::before {
	position: absolute;
	content: '';
	width: 65px;
	height: 5px;
	background-color: #FF764F;
	top: 22px;
	left: -89px;
}

.block-quote2__card {
	margin-left: auto;
	background-color: #222;
	padding: 28px 24px 32px;
	position: relative;
}

.block-quote2__card::before {
	content: '';
	position: absolute;
	right: 100%;
	top: -36px;
	width: 142px;
	height: 112px;
	border-bottom: 2px solid #99baf0;
	border-left: 2px solid #99baf0;
	pointer-events: none;
	z-index: -1;
}

.block-quote2__card svg {
	margin-bottom: 20px;
}

.block-quote2__card-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
}

.block-quote2__card-name {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	color: #fff;
	margin-top: 42px;
}

@media (max-width: 991.98px) {
	.block-quote2 {
		padding: 36px 0;
	}

	.block-quote2__card {
		margin-top: 24px;
	}

	.block-quote2__card::before {
		display: none;
	}
}

@media (min-width: 992px) {
	.block-quote2 {
		padding: 72px 0;
	}

	.block-quote2__card {
		margin-top: 35px;
	}
}

/* Hero */
.page-id-5104 .page-header {
	min-height: 464px;
}

.page-id-5104 .page-header img {
	min-height: 464px;
	object-fit: cover;
}

.hero__video iframe {
	width: 100%;
}

.hero__video figure {
	margin-top: -430px;
}

@media (min-width: 992px) {
	.desctop__reverse .row {
		flex-direction: row-reverse;
	}
}

/* Hero END */

/*--------------- Media --------------- */
@media (max-width: 1279px) {
	.banking-integration__item-1 {
		left: calc(50% - 470px);
		padding: 10px;
	}

	.banking-integration__item-1::before {
		width: 100px;
	}

	.banking-integration__item-2 {
		padding: 10px;
	}

	.banking-integration__item-3 {
		padding: 10px;
		right: calc(50% - 460px);
	}

	.banking-integration__item-3::before {
		width: 85px;
	}

	.banking-integration__item-4 {
		padding: 10px;
		left: calc(50% - 470px);
	}

	.banking-integration__item-4::before {
		right: -135px;
		width: 135px;
	}

	.banking-integration__item-5 {
		padding: 10px;
	}

	.banking-integration__item-6 {
		padding: 10px;
		right: calc(50% - 460px);
	}

	.banking-integration__item-6::before {
		left: -75px;
		width: 75px;
		height: 100px;
	}

	.banking-integration__item-7 {
		padding: 10px;
	}
}

@media (max-width: 992px) {
	.image-text__wrapper>.image-text__block-cta {
		margin: 0 auto;
	}

	.info-box__content {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"video"
			"text"
			"list"
			"button";
	}

	.info-box__video:not(:last-child) {
		text-align: left;
	}

	.info-box__video:not(:last-child) {
		margin-bottom: 40px;
	}

	.info-box__video iframe:not(:last-child) {
		margin-bottom: 8px;
	}

	.col-lg-custom {
		padding-bottom: 50px;
	}

	.col-lg-custom .orange-accent-headline+p {
		padding-left: 14px;
	}

	.hero {
		padding: 56px 0 50px;
	}

	.hero__button-wrapper {
		flex-direction: column;
		row-gap: 20px;
	}

	.hero__text-wrapper:not(:last-child) {
		margin-bottom: 40px;
	}

	.hero__content {
		padding: 92px 50px 38px;
		max-width: 750px;
		text-align: left;
	}

	.hero__content h1 {
		font-size: 40px;
	}

	.hero__button-wrapper {
		width: 100%;
	}

	.hero__bg {
		text-align: center;
	}

	.hero__bg img {
		object-position: 26% 50%;
	}

	.hero__bg-desctop {
		display: none;
	}

	.comparison-chart {
		padding: 0 0 50px;
	}

	.comparison-chart__title:first-child {
		display: none;
	}

	.comparison-chart__title:nth-child(2) {
		order: 2;
	}

	.comparison-chart__title:nth-child(3) {
		order: 1;
	}

	.comparison-chart__title:nth-child(4) {
		order: 3;
	}

	.comparison-chart-table__row {
		display: grid;
		grid-template-areas:
			"criteria-text criteria-text criteria-text"
			"sdwan-rating trustgrid-rating vpn-rating";
		padding: 0 20px;
		grid-template-columns: repeat(3, 1fr);
	}

	.comparison-chart-table__row:not(:last-child) {
		margin-bottom: 20px;
	}

	.comparison-chart-table__row>div.criteria-text {
		justify-content: center;
	}

	.criteria-text {
		grid-area: criteria-text;
	}

	.trustgrid-rating {
		grid-area: trustgrid-rating;
	}

	.sdwan-rating {
		grid-area: sdwan-rating;
	}

	.vpn-rating {
		grid-area: vpn-rating;
	}

	.trustgrid-rating.active,
	.sdwan-rating.active,
	.vpn-rating.active {
		background-color: transparent;
	}

	.trustgrid-rating.active img,
	.sdwan-rating.active img,
	.vpn-rating.active img {
		filter: invert(33%) sepia(67%) saturate(3979%) hue-rotate(200deg) brightness(101%) contrast(104%);
	}

	.comparison-chart-table__row:first-child .trustgrid-rating.active {
		margin-top: 0;
		border-top: 0;
	}

	.criteria-text {
		padding: 0 12px 20px 12px;
	}

	.comparison-chart-table__row>div {
		position: relative;
		flex: unset;
		padding: 0 3px 0px 3px;
		min-width: unset;
		text-align: center;
		gap: 3px;
		margin-bottom: 20px;
	}

	.comparison-chart-table__content {
		border: 0;
	}

	.comparison-chart-table__heading:not(:last-child) {
		margin-bottom: 44px;
	}

	.trustgrid-rating p,
	.sdwan-rating p,
	.vpn-rating p {
		margin: 0;
	}

	.trustgrid-rating img,
	.sdwan-rating img,
	.vpn-rating img {
		width: 16px;
		height: 16px;
	}

	.trustgrid-rating.active {
		border-left: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
	}

	.trustgrid-rating::after,
	.sdwan-rating::after,
	.vpn-rating::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 0;
		background-color: rgba(215, 215, 215, 1);
		height: 1px;
		width: 100%;
	}

	.comparison-chart-table__row:nth-child(even) {
		background-color: transparent;
	}

	.comparison-chart-table__row:nth-child(even) .trustgrid-rating.active {
		background-color: transparent;
	}

	.trustgrid-rating.active {
		color: rgba(0, 122, 255, 1);
	}

	.comparison-chart-table__heading>div {
		min-width: unset;
	}

	.comparison-chart-table__row:last-child .trustgrid-rating.active:before {
		display: none;
	}

	.comparison-chart-table__row:last-child .trustgrid-rating.active {
		border-bottom: 0;
		margin-bottom: 20px;
	}

	.comparison-chart-table__heading.active>div:nth-child(2) {
		padding-bottom: 12px;
	}

	.comparison-chart-table__heading.active>div:nth-child(2) h3 {
		font-size: 16px;
		line-height: 1.3;
	}

	.banking-integration {
		padding: 50px 0;
	}

	.banking-integration__content {
		padding: 0;
	}

	.banking-integration__item {
		position: static;
		padding: 20px;
		width: 100%;
	}

	.banking-integration__item::before {
		display: none;
	}

	.banking-integration__content h3:not(:last-child) {
		margin-bottom: 12px;
	}

	.banking-integration__text-box:not(:last-child) {
		margin-bottom: 30px;
	}

	.banking-integration__list {
		display: flex;
		flex-direction: column;
		row-gap: 12px;
	}

	.banking-integration__list:not(:last-child) {
		margin-bottom: 30px;
	}

	.banking-integration__content .btn {
		width: 100%;
	}
}

@media (max-width: 767px) {

	/*--------------- Buttons --------------- */
	.btn {
		width: 100%;
	}

	.page-template-page-inshi .image-text {
		padding: 0 0 50px;
	}

	.image-text__block:nth-child(6) {
		order: 6;
	}

	.image-text__block-cta {
		order: 7;
	}

	.metrics {
		padding: 0 0 50px;
	}

	.how-it-works {
		text-align: left;
		padding: 0 0 50px;
	}

	.card-metrics h3,
	.card-metrics h4 {
		display: inline-block;
		font-size: 28px;
		line-height: 1.1;
	}

	.card-metrics__text-wrapper {
		font-size: 16px;
	}

	.how-it-works__image-mobile {
		display: inline-block;
	}

	.how-it-works__image-desktop {
		display: none;
	}

	.page-template-page-inshi .mod.container#content ul.blue-list {
		max-width: 100%;
	}

	.info-box {
		padding: 0 0 50px;
	}

	.info-box__list:not(:last-child) {
		margin-bottom: 40px;
	}

	.page-template-page-inshi .mod .orange-accent-headline {
		padding-left: 0;
	}

	.col-lg-custom .orange-accent-headline+p {
		padding-left: 0;
	}
}

@media(min-width:992px) {
	.hero__bg-mob {
		display: none;
	}

	.banking-integration.banking-integration__custom .banking-integration__item-2 {
		left: 50%;
		transform: translateX(-50%);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-5 {
		bottom: 55px;
		left: calc(50% - 370px);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-5::before {
		content: "";
		position: absolute;
		top: -105px;
		left: 100%;
		display: block;
		width: 163px;
		height: 126px;
		border-right: 1px solid rgba(33, 76, 233, 1);
		border-bottom: 1px solid rgba(33, 76, 233, 1);
		background-color: transparent;
	}

	.banking-integration.banking-integration__custom .banking-integration__item-4 {
		bottom: 140px;
		left: calc(50% - 470px);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-4::before {
		height: 35px;
	}

	.banking-integration.banking-integration__custom .banking-integration__item-6 {
		bottom: 140px;
		right: calc(50% - 460px);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-6::before {
		height: 54px;
	}

	.banking-integration.banking-integration__custom .banking-integration__item-7 {
		bottom: 55px;
		right: calc(50% - 280px);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-7::before {
		content: "";
		position: absolute;
		top: -120px;
		right: 100%;
		width: 73px;
		height: 140px;
		border-left: 1px solid rgba(33, 76, 233, 1);
		border-bottom: 1px solid rgba(33, 76, 233, 1);
	}
}

@media(min-width:1280px) {

	.banking-integration.banking-integration__custom .banking-integration__item-5::before {
		top: -94px;
	}

	.banking-integration.banking-integration__custom .banking-integration__item-4 {
		left: calc(50% - 592px);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-6 {
		right: calc(50% - 514px);
	}

	.banking-integration.banking-integration__custom .banking-integration__item-7::before {
		top: -110px;
	}
}