.micros-breadcrumb {
	background-color: #f7f7f7;
	padding: 45px 0 35px;
}
.micros-breadcrumb .breadcrumbs {
	display: flex;
    text-align: center;
	position: relative;
	z-index: 1;
}
.micros-breadcrumb .breadcrumbs:before {
	position: absolute;
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 2px dashed #aaa;
	bottom: 6px;
    z-index: -1;
}
.micros-breadcrumb .step-title {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px;
}
.micros-breadcrumb .step-title a:hover {
	color: #1db0c0;
}
.atmail-microsite-page .br-item span.title {
	font-size: 15px;
}
.atmail-microsite-page .br-item .bullet {
	width: 16px;
    height: 16px;
    background-color: #1db0c0;
    display: flex;
    margin: auto;
    border-radius: 100%;

}
.atmail-microsite-page .br-item.prev .bullet,
.atmail-microsite-page .br-item.active .bullet {
	width: 16px;
    height: 16px;
    background-color: #ffffff;
    display: block;
    margin: auto;
    border-radius: 100%;
	position: relative;
}
.atmail-microsite-page .br-item.prev .bullet:before,
.atmail-microsite-page .br-item.active .bullet:before {
	width: 28px;
    height: 28px;
    background-color: #1db0c0;
    content: '';
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.micros-breadcrumb .br-item {
	position: relative;
	width: 16.66%;
}
.micros-breadcrumb .br-item.prev:before,
.micros-breadcrumb .br-item.active:before {
	position: absolute;
	width: 50%;
	height: 7px;
	border-radius: 2.5px;
	background-color: #1db0c0;
	content: '';
	bottom: 3px;
    left: 0;
}
.micros-breadcrumb .br-item.prev:before {
	width: 125%;
}

.atmail-microsite-page .banner-inner {
	min-height: 500px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.atmail-microsite-page .banner-opacity {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: -1;
}
.atmail-microsite-page .banner-content-wrapper {
	border-bottom: 10px solid #e05666;
	margin-bottom: 255px;
	min-height: 500px;
	position: relative;
}
.atmail-microsite-page .banner-title {
	padding-top: 120px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 70px;
}
.atmail-microsite-page .video-wrapper {
	position: relative;
}
.atmail-microsite-page .video-wrapper .inner-video-wrap {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.atmail-microsite-page .video-wrapper iframe {
	width: 755px;
	height: 415px;
	border: 5px solid #ffffff;
	border-radius: 10px;
}

.atmail-microsite-page .content-pushed {
	max-width: 1170px;
	margin: auto;
}
.microsite-content-area h1 {
	font-size: 42px;
}
.microsite-content-area h2 {
	font-size: 38px;
}
.microsite-content-area h3 {
	font-size: 35px;
}
.microsite-content-area h4 {
	font-size: 30px;
}
.microsite-content-area h5 {
	font-size: 21px;
}
.microsite-content-area h6 {
	font-size: 14px;
}
.microsite-content-area p {
	font-size: 18px;
}
.microsite-content-area a {
	color: #0084d4;
	font-weight: 500;
}

.microsite-linked {
	background-color: #2a4152;
	padding: 60px 0;
	margin-top: 80px;
}
.atmail-microsite-page .linked-inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.atmail-microsite-page .linked-link a {
	padding: 25px 30px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	border-radius: 5px;
}
.atmail-microsite-page .linked-link a:hover {
	background-color: transparent;
	color: #ffffff;
}

.microsite-pagination {
	padding: 50px 0;
}
.atmail-microsite-page .pagination-wrapper {
	display: flex;
	align-items: center;
}
.atmail-microsite-page .pag-item {
	width: 50%;
	position: relative;
}
.atmail-microsite-page .prev-video {
	position: absolute;
    width: 80px;
    line-height: 1.1;
    font-weight: 500;
    display: flex;
}
.atmail-microsite-page .prev-video a {
	color: #999;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
.atmail-microsite-page .prev-video a:before {
	left: 0;
	position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    background-color: #f8b82b;
}
.atmail-microsite-page .bubble-text {
	margin-left: 100px;
	margin-right: 100px;
}
.atmail-microsite-page .bubble-text {
	font-family: 'Architects Daughter';
	position: relative;
	font-size: 20px;
	line-height: 1.3;
}
.atmail-microsite-page .bubble-text img {
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.atmail-microsite-page .inner-text-bubble {
	width: 72%;
    margin: auto;
    padding: 60px 0;
}
.atmail-microsite-page .arrow-aws {
	position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -70%);
    z-index: 2;
}
.atmail-microsite-page .next-post {
	background-color: #f2f2f2;
	display: flex;
	padding: 25px 30px;
	border-radius: 10px;
	gap: 20px;
	align-items: center;
	position: relative;
	margin-left: 20px;
}
.atmail-microsite-page .next-post span.next-video {
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}
.atmail-microsite-page .next-post .post-title {
	font-size: 24px;
	margin-bottom: 0;
}
.atmail-microsite-page .next-post .post-thumb img {
	width: 95px;
	height: 95px;
	object-fit: cover;
	border-radius: 10px;
}
.atmail-microsite-page .next-post .arrow {
	position: absolute;
	background: #1db0c0;
	border-radius: 100%;
	display: flex;
	width: 55px;
	height: 55px;
	align-items: center;
    justify-content: center;
	right: 30px;
}
.atmail-microsite-page a.floating-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
    transform: translate(-50%);
}

.atmail-microsite-page .breadcrumbs a.floating-link {
	width: 16px;
	height: 16px;
}

.atmail-microsite-page .content-pushed.has-uni-ol ol {
	padding-left: 115px;
	margin-top: 30px;
}
.atmail-microsite-page .content-pushed.has-uni-ol li {
	position: relative;
	margin-bottom: 30px;
}
.atmail-microsite-page .content-pushed.has-uni-ol li::marker {
	font-size: 21px;
	font-weight: bold;
}
.atmail-microsite-page .content-pushed.has-uni-ol li h5 {
	margin-left: 5px;
	margin-bottom: 10px;
}
.atmail-microsite-page .content-pushed.has-uni-ol li h5 img {
	position: absolute;
    left: -80px;
    top: 10px;
}
.atmail-microsite-page .content-pushed.has-uni-ol li p {
	margin-left: -20px;
}

/* last page */
.atmail-microsite-page.last-page .micros-breadcrumb .br-item.active:before {
	width: 100%;
}

.atmail-microsite-page.last-page .content-pushed.has-uni-ol ol {
    padding-left: 215px;
    margin-top: 30px;
}
.atmail-microsite-page.last-page .content-pushed.has-uni-ol li h5 img {
    position: absolute;
    left: -150px;
    top: 10px;
}

.atmail-microsite-page.last-page .arrow-aws {
    left: 13%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}
.atmail-microsite-page.last-page .bubble-text {
    margin-left: 200px;
    margin-right: 50px;
}
.atmail-microsite-page.last-page .inner-text-bubble {
    width: 80%;
    padding: 60px 0;
}

.atmail-microsite-page.last-page .prev-video {
    margin-top: 30px;
}