<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.faq{
	overflow: hidden;
}

section.faq .head .left,
section.faq .head .right{
	height: 350px;
	position: relative;
}

section.faq .head .left{
	background-color: #1694f7;
}

section.faq .head .right{
	background-color: #f7f7f7;
}

section.faq .head .left:before,
section.faq .head .right:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
}

section.faq .head .left:before{
	right: 100%;
	background-color: #1694f7;
}

section.faq .head .right:before{
	left: 100%;
	background-color: #f7f7f7;
}

section.faq .head .left h2{
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	position: absolute;
	bottom: 138px;
	padding-left: 50px;
	padding-right: 30px;
	line-height: 52px;
}

section.faq .head .right h2{
  font-family: Lato-Black;
  font-size: 250px;
  margin: 0;
  position: absolute;
  padding-left: 50px;
  color: #eff0f0;
}

section.faq .content {
	background-color: #fff;
	top: -100px;
	position: relative;
	z-index: 2;
}

section.faq .content .companies .box,
section.faq .content .users .box{
	height: 205px;
	position: relative;
	z-index: 2;
}

section.faq .content .companies .box{
	background-color: #fbc112;
}

section.faq .content .users{
	background-color: #fff;
}

section.faq .content .companies .box .icon,
section.faq .content .users .box .icon{
	width: 103px;
	margin-left: 52px;
}

section.faq .content .companies .box h2,
section.faq .content .users .box h2{
	display: inline-block;
	font-size: 28px;
	margin: 0;
	margin-left: 24px;
	font-weight: bold;
	letter-spacing: 1.2px;
}

section.faq .content .companies .box h2{
	color: #fff;
}

section.faq .content .users .box h2{
	color: #242f3f;
}

section.faq .content .items{
	margin-top: -1px;
}

section.faq .content .companies .items{
	margin-right: 20px;
}

section.faq .content .users .items{
	margin-left: 20px;
}

section.faq .content .items .item{
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}

section.faq .content .items .item:first-child{
	border-top: 1px solid #f7f7f7;
}

section.faq .content .items .item .icon{
	width: 32px;
	height: 32px;
	border: 1px solid #d1eafd;
	border-radius: 50%;
	position: absolute;
	right: 23px;
	top: 23px;
}

section.faq .content .items .item .icon:before,
section.faq .content .items .item .icon:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #1694f7;

	-webkit-transition: transform .5s;
		 -moz-transition: transform .5s;
			-ms-transition: transform .5s;
					transition: transform .5s;
}

section.faq .content .items .item .icon:before{
	width: 12px;
	height: 2px;
}

section.faq .content .items .item .icon:after{
	height: 12px;
	width: 2px;
}

section.faq .content .items .item.visible .icon:after{
	-webkit-transform: rotate(90deg);
		 -moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg);
}

section.faq .content .items .item h3{
	margin: 0;
	font-size: 18px;
	color: #1694f7;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 27px;
	padding-right: 80px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

section.faq .content .items .item.visible h3{
	font-weight: bold;
}

section.faq .content .items .item .text{
	font-size: 15px;
	color: #616161;
	padding-bottom: 28px;
	display: none;
}

@media (max-width: 1199px) {
	section.faq .head .left,
	section.faq .head .right{
		height: 300px;
		position: relative;
	}

	section.faq .head .left h2 {
    font-size: 38px;
    bottom: 125px;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 44px;
	}

	section.faq .head .right h2 {
    font-size: 200px;
    padding-left: 30px;
	}

	section.faq .content .companies .box, 
	section.faq .content .users .box {
    height: 180px;
	}

	section.faq .content .companies .box .icon, 
	section.faq .content .users .box .icon {
    width: 90px;
    margin-left: 32px;
	}

	section.faq .content .companies .box h2, 
	section.faq .content .users .box h2 {
    font-size: 24px;
    margin-left: 20px;
    letter-spacing: 1px;
	}
}

@media (max-width: 991px) {
	section.faq .content {
    top: -75px;
	}

	section.faq .head .left, 
	section.faq .head .right {
    height: 250px;
	}

	section.faq .head .left h2 {
    font-size: 30px;
    bottom: 96px;
    padding-left: 20px;
    padding-right: 15px;
    line-height: 36px;
	}

	section.faq .head .right h2 {
    font-size: 150px;
    padding-left: 20px;
	}

	section.faq .head .right h2 {
    bottom: 62px;
	}

	section.faq .content .companies .box, 
	section.faq .content .users .box {
    height: 150px;
	}

	section.faq .content .companies .box .icon, 
	section.faq .content .users .box .icon {
    width: 60px;
    margin-left: 20px;
	}

	section.faq .content .companies .box h2, 
	section.faq .content .users .box h2 {
    font-size: 20px;
    margin-left: 15px;
	}

	section.faq .content .companies .items {
    margin-right: 10px;
	}

	section.faq .content .users .items {
    margin-left: 10px;
	}

	section.faq .content .items .item .icon {
    right: 10px;
    top: 17px;
	}

	section.faq .content .items .item h3 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 28px;
    padding-bottom: 22px;
    padding-right: 70px;
	}
}

@media (max-width: 767px) {
	section.faq .content {
    top: 0;
	}

	section.faq .head .left, 
	section.faq .head .right {
    height: 120px;
	}

	section.faq .head .left h2 {
    font-size: 15px;
    bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
	}

	section.faq .head .right h2 {
    font-size: 66px;
    padding-left: 15px;
    bottom: 20px;
	}

	section.faq .content .companies .box .icon, 
	section.faq .content .users .box .icon {
    width: 56px;
    margin-left: 0px;
	}

	section.faq .content .companies .box h2, 
	section.faq .content .users .box h2 {
    font-size: 18px;
    margin-left: 10px;
    font-weight: normal;
	}

	section.faq .content .companies .box, 
	section.faq .content .users .box {
    height: 100px;
	}

	section.faq .content .users .items,
	section.faq .content .companies .items {
    margin: 0;
		margin-bottom: 50px;
	}

	section.faq .content .users .box{
		background-color: #fbc112;
	}

	section.faq .content .items .item .text {
    padding-left: 15px;
    padding-right: 15px;
	}
}</pre></body></html>