@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap");


.content .inner .title {
        color: #0284c7;
        font-weight: 700;
        font-size: 60px;
        line-height: 75px;
        margin-bottom: 22px;
        font-family: 'Montserrat', sans-serif; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .slide .content .inner .title {
            font-size: 50px;
            line-height: 1.2; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slide .content .inner .title {
            font-size: 50px;
            line-height: 60px; } }
        @media only screen and (max-width: 767px) {
          .slide .content .inner .title {
            font-size: 50px;
            line-height: 60px; } }
        @media only screen and (max-width: 479px) {
          .slide .content .inner .title {
            font-size: 32px;
            line-height: 40px; } }


@media only screen and (min-width: 1170px) {
	.cd-intro {
		margin: 6em auto;
	}
}

.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.cd-headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.cd-headline {
		font-size: 26px;
	}
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
	color: #111111;  
	/*ff014f*/
	font-weight: 700;
}


.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-words-wrapper b {
	opacity: 0;
	transition: opacity 0.35s ease;
}

.cd-words-wrapper b.is-visible {
	opacity: 1;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

.cd-headline.clip span {
	display: inline-block;
	padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-50%);
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}