.typing-cursor {
	display: inline-block;
	animation: blinkCursor 0.7s steps(1) infinite;
}

@keyframes blinkCursor {

	0%,
    100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

#autoTypeHeader,
  #autoTypeBody {
	font-family: 'Segoe Print', sans-serif !important;
	animation: blinkCursor 0.7s steps(44) infinite normal;
}

@keyframes blinkCursor {

	0%,
    100% {
		border-color: transparent;
	}

	50% {
		border-color: black;
	}
}

#autoTypeBody a:hover {
	color: #d63384;
	text-decoration: underline;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
	.visual-box-1 {
		width: 565px;
	}
}

/* animation-plane CSS */

.animation-plane {position: absolute;max-width: 60px;height: auto;width: 100%;opacity: 0;z-index: 11;pointer-events: none;}@media screen and (max-width: 1279px) {.banner-plain--desktop, svg.autoplay-line--desktop, svg.travel-line--desktop {display: none !important;}.animation-plane {max-width: 60px;}}@media screen and (min-width: 1280px) {svg.autoplay-line--desktop {position: absolute;top: 65px;left: 285.5px;transform: rotate(5.5deg);z-index: 0;}svg.travel-line--desktop {position: absolute;top: 209px;left: 18px;z-index: 1;}body.firefox-browser svg.autoplay-line--desktop {top: 64px;left: 287px;}body.firefox-browser svg.travel-line--desktop {top: 209px;left: 20.5px;}body.safari-browser svg.autoplay-line--desktop {top: 63px;left: 291px;}body.safari-browser svg.travel-line--desktop {top: 208px;left: 24px;}body.ios-device svg.autoplay-line--desktop {top: 63px;left: 305px;}body.ios-device svg.travel-line--desktop {top: 208px;left: 38px;}}@media screen and (min-width: 768px) and (max-width: 991px) {.autoplay-line--md, .travel-line--md, .banner-plain--md {opacity: 0 !important;visibility: hidden !important;}}@media screen and (min-width: 1280px) {.autoplay-line--sm, .travel-line--sm, .banner-plain--sm, .autoplay-line--md, .travel-line--md, .banner-plain--md {opacity: 0 !important;visibility: hidden !important;}}@media screen and (min-width: 992px) {.autoplay-line--sm, .travel-line--sm, .banner-plain--sm {opacity: 0 !important;visibility: hidden !important;}}@media screen and (min-width: 992px) and (max-width: 1279px) {svg.autoplay-line--md {position: absolute;top: 10px;left: 223px;transform: rotate(5.5deg);z-index: 0;}svg.travel-line--md {position: absolute;top: 190px;left: 110px;z-index: 1;}body.firefox-browser svg.autoplay-line--md {left: 230px;}body.firefox-browser svg.travel-line--md {left: 117px;}body.safari-browser svg.autoplay-line--md {left: 233px;}body.safari-browser svg.travel-line--md {left: 120px;}body.ios-device svg.autoplay-line--md {left: 248px;}body.ios-device svg.travel-line--md {left: 135px;}}@media screen and (min-width: 768px) and (max-width: 991px) {.autoplay-line--sm {position: absolute;top: -45px;left: 230px;transform: rotate(5.5deg);z-index: 0;}.travel-line--sm {position: absolute;top: 80px;left: 21px;z-index: 1;}body.firefox-browser svg.autoplay-line--sm {left: 238px;}body.firefox-browser svg.travel-line--sm {left: 29px;}body.safari-browser svg.autoplay-line--sm {left: 240px;}body.safari-browser svg.travel-line--sm {left: 31px;}body.ios-device svg.autoplay-line--sm {left: 239px;}body.ios-device svg.travel-line--sm {left: 30px;}}@media screen and (min-width: 768px) and (max-width: 800px) {body.ios-device .banner-section .banner-content-right, body.safari-browser .banner-section .banner-content-right {width: 75% !important;}body.ios-device .banner-section .banner-content-left, body.safari-browser .banner-section .banner-content-left {width: 25% !important;}}@media screen and (max-width: 767px) {.embed-animation.w-embed {display: none !important;}.banner-section h1 span.title-space {width: 10px !important;}}