<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.INTEGRATIONS::before,
.INTEGRATIONS::after {
	content: "";
	display: block;
	overflow: hidden;
}

.INTEGRATIONS .head {
	display: block;
	width: 320px;
	height: 250px;
	margin: -20px auto 0;
	background: url('/wp-content/themes/wp-pairsoft/assets/images/itegrations-head.png') no-repeat center;
}

.INTEGRATIONS .container {
	position: relative;
	padding: 30px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 4px 3px 0 rgba(0,0,0,0.02), 0 15px 60px 0 rgba(0,0,0,0.07);
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.INTEGRATIONS .content {
	color: #101820;
	position: relative;
	padding: 0 0 0 60px;
}

.INTEGRATIONS .content  li {
	margin: 6px 0;
	line-height: 22px;
}

.INTEGRATIONS .content li:first-child {margin-top:0;}
.INTEGRATIONS .content li:last-child {margin-bottom:0;}
.INTEGRATIONS .content li::marker {color:#426c40;}

.INTEGRATIONS .content * {
	position: relative;
}

.INTEGRATIONS .content::before {
	content: "";
	display: block;
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: 30px;
	width: 100px;
	box-shadow: inset 2px 0 2px 0 rgba(0,0,0,0.02), inset 40px 0 40px 0 rgba(0,0,0,0.04);
}

.INTEGRATIONS .b-link::before {
	content: "";
	display: block;
	position: absolute;
	top: -999px;
	right: -999px;
	bottom: -999px;
	left: -999px;
}



/* carousel */

.INTEGRATIONS[data-style="carousel"] .container {
	margin: 0 auto;
	height: auto;
	padding: 20px;
	border-radius: 20px;
	overflow: visible;
	position: relative;
	max-width: 280px;
	box-shadow: none;
}

.INTEGRATIONS[data-style="carousel"] .head {display:none;}
.INTEGRATIONS[data-style="carousel"] .image {margin:0 auto; position:static; max-width:200px;}
.INTEGRATIONS[data-style="carousel"] .content {padding:0; text-align:center; position:static;}
.INTEGRATIONS[data-style="carousel"] .content * {position:static;}
.INTEGRATIONS[data-style="carousel"] .content::before {display:none;}
.INTEGRATIONS[data-style="carousel"] .b-link::before {top:0; right:0; bottom:0; left:0;}

@media screen and (max-width: 900px) {
	.INTEGRATIONS .head {display:none;}
	.INTEGRATIONS .container {padding:10px;}
	.INTEGRATIONS .content {padding:10px 0 10px 30px;}
	.INTEGRATIONS .content::before {left:10px;}
	.INTEGRATIONS .b-column[data-width="2/5"] {width:33.33%;}
	.INTEGRATIONS .b-column[data-width="3/5"] {width:66.66%;}
}



/* split */

.INTEGRATIONS[data-style="split"] &gt; h4 {
	text-align: center;
	margin-bottom: 40px;
}
</pre></body></html>