﻿body {
	color: #404545;
	line-height: 1.2;
}

.lh-1_2 {
	line-height: 1.2;
}

.content-inner-md {
	max-width: 1214px;
	margin: 0 auto;
}

.content-inner-sm {
	max-width: 780px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #293876;
}

.header-1 {
	font-size: 42px;
}

.header-2 {
	font-size: 31px;
}

.header-3 {
	font-size: 26px;
}

.header-4 {
	font-size: 23px;
}

.header-5 {
	font-size: 21px;
}

.header-6 {
	font-size: 18px;
}

.header-7 {
	font-size: 16px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-80 {
	margin-bottom: 40px;
}

.bg-colour-1 {
	background-color: var(--lightred2);
	color: white;
}

.bg-colour-2 {
	background-color: #FEF8FA;
}

.btn-1 {
	font-weight: bold;
	border-radius: 16px;
	padding: 10px 24px;
	font-size: 20px;
	border: 2px solid transparent;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.btn-2 {
	font-weight: bold;
	border-radius: 16px;
	padding: 10px 24px;
	font-size: 20px;
	min-width: 330px;
	border: 1px solid transparent;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.btn .fa-arrow-down-to-bracket {
	font-size: 30px;
}

.btn-bg-colour-1 {
	background-color: var(--lightred2);
	color: white;
}

	.btn-bg-colour-1:hover {
		border-color: var(--lightred2);
		color: var(--lightred2);
	}

.btn-border-white {
	border-color: white;
	color: white;
}

.btn-border-lightred {
	border-color: var(--lightred2);
	color: var(--lightred2);
}

	.btn-border-lightred:hover {
		background-color: var(--lightred2);
		color: white;
	}

#qaModal .modal-header .btn-close {
	background-color: var(--lightred2);
}

#qaModal .modal-content {
	border-color: var(--lightred2);
}

	#qaModal .modal-content .modal-body .btns > div {
		padding-bottom: 24px;
	}

	#qaModal .modal-content .modal-body .btn {
		font-size: 20px;
		background-color: var(--darkblue);
		color: white;
		border-color: transparent;
		border-radius: 16px;
		padding: 10px 24px;
		line-height: 1.2;
	}

		#qaModal .modal-content .modal-body .btn:hover {
			background-color: transparent;
			color: var(--darkblue);
			border-color: var(--darkblue);
		}

		#qaModal .modal-content .modal-body .btn span {
			max-width: 128px;
			display: block;
			margin: 0 auto;
		}

#header .header-top .tel span,
#header .header-top .tel a {
	font-size: 18px;
	color: var(--darkblue);
}

#header {
	background-color: white;
	position: relative;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.10);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.10);
}

	#header.isFixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1020;
		border: none;
	}

	#header .header-top .tel span {
		color: var(--lightred2);
		font-weight: bold;
		padding-right: 5px;
	}

	#header .header-top .tel a i {
		font-size: 13px;
	}

#theme, .section, #footer {
	max-width: 1920px;
	margin: 0 auto;
}

#theme {
	background-color: var(--darkblue);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

	#theme:after {
		background-image: url('/images/theme-wave-transparent-2.png');
		padding: 5.05% 0 0 0;
	}

	#theme:not(.theme-inner) .content {
		display: none;
	}

	#theme .title {
		color: var(--lightred2);
	}

	#theme .introduction {
		color: white;
		font-size: 18px;
		line-height: 1.2;
		font-weight: bold;
		max-width: 400px;
	}

.section-introduction a {
	text-decoration: underline;
	color: white;
}

.scroll-down-3 {
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-box-shadow: 12px 0 39px rgba(0,0,0,.16);
	box-shadow: 12px 0 39px rgba(0,0,0,.16);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	cursor: pointer;
	z-index: 1;
	background-image: url('/images/arrow-down-5.png');
	background-position: center;
}

.section:not(#theme) .scroll-down-3 {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.section-wave-top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(/images/wave-section.png);
	padding: 4.84% 0 0 0;
}

.section-wave-top-lightred:before {
	background-image: url(/images/wave-section-top-lightred.png);
}

.section-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(/images/wave-section-bottom.png);
	padding: 4.84% 0 0 0;
}

.section-wave-bottom-grey:after {
	background-image: url(/images/wave-section-bottom-grey.png);
}

.section .content {
	line-height: 1.4;
}

.box-list {
	margin: 0 -21px -36px -21px;
}

	.box-list .item {
		padding: 0 21px 36px 21px;
	}

		.box-list .item .box {
			padding: 48px;
			border-radius: 24px;
			-webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,.10);
			box-shadow: 0 15px 20px 0 rgba(0,0,0,.10);
		}

			.box-list .item .box .flex-row {
				margin: 0 -12px;
			}

				.box-list .item .box .flex-row .column {
					padding: 0 12px;
				}

			.box-list .item .box .image img {
				min-width: 90px;
			}

			.box-list .item .box p:last-of-type {
				margin: 0;
			}

.item-list {
	max-width: 1200px;
	margin: 0 auto;
}

	.item-list li {
		background-color: white;
		border-radius: 20px;
		padding: 25px;
		-webkit-box-shadow: 0px 15px 30px 0px #0000001A;
		box-shadow: 0px 15px 30px 0px #0000001A;
		margin-bottom: 36px;
		position: relative;
		min-height: 92px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.item-list li > span {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

	.item-list.item-list-two li {
		padding-left: 150px;
		min-height: 169px;
		padding-top: 25px;
	}

/*.item-list li img {
		position: absolute;
		left: 25px;
		width: 40px;
	}*/

.item-list-two li img {
	width: 100px;
}

.item-list li span span {
	padding-top: 6px;
	display: block;
	/*max-width: 945px;*/
	padding-left: 20px;
}

	.item-list li span span strong {
		color: var(--lightred2);
	}

.item-list li span p:last-of-type {
	margin: 0;
}

.block-list {
	margin: -10px;
}

	.block-list .item {
		padding: 10px;
	}

		.block-list .item .box {
			font-weight: bold;
			-webkit-box-shadow: 0px 15px 30px 0px #0000001A;
			box-shadow: 0px 15px 30px 0px #0000001A;
			background-color: white;
			border-radius: 20px;
			padding: 25px;
			height: 100%;
		}

			.block-list .item .box img {
				margin-bottom: 17px;
				width: 40px;
				display: none;
			}

			.block-list .item .box p:last-of-type {
				margin: 0;
			}

.check-list li {
	padding-left: 72px;
	background-image: url('/images/ul-li-bg-circle-check-lightred-bg.png');
	background-size: 48px 48px;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom: 36px;
	min-height: 40px;
}

	.check-list li:before {
		display: none;
	}

	.check-list li p {
		margin-bottom: 32px;
	}

		.check-list li p:last-of-type {
			margin: 0;
		}

.health-table tr td {
	padding: 14px;
	vertical-align: middle;
}

.health-table table {
	width: 100%;
	table-layout: fixed;
}

.health-table tr:nth-child(odd) td {
	background-color: #F4F5F8;
}

.health-table tr:first-of-type td {
	font-size: 21px;
	background-color: #293876;
	color: white;
	font-weight: bold;
}

	.health-table tr:first-of-type td:not(:last-of-type) {
		border-right: 1px solid white;
	}

.health-table tr td:first-of-type {
	font-weight: bold;
	background-color: #293876;
	color: white;
	border-bottom: 1px solid white !important;
}

.health-table tr:not(:last-of-type) td:first-of-type {
	border-bottom: 1px solid white !important;
}

.health-table tr td p {
	word-break: break-word;
}

	.health-table tr td p:last-of-type {
		margin-bottom: 0;
	}

.content.header-5 a {
	color: var(--lightred2);
}

#downloads .scroll-down-3 {
	-webkit-transform: translate(0, 100%) !important;
	-ms-transform: translate(0, 100%) !important;
	transform: translate(0, 100%) !important;
}

.b-list {
	margin: 0 -20px;
}

	.b-list .item {
		padding: 0 20px;
	}

		.b-list .item .box {
			border-radius: 24px;
			padding: 48px;
			border-bottom: 48px solid #FEF8FA;
			-webkit-box-shadow: 0px 15px 30px 0px #00000026;
			box-shadow: 0px 15px 30px 0px #00000026;
			background-color: white;
			height: 100%;
		}

			.b-list .item .box p a {
				font-size: 20px;
				color: var(--lightred2);
				font-weight: bold;
			}

			.b-list .item .box ul {
				list-style: none;
				margin: 50px 0;
				padding: 0;
			}

				.b-list .item .box ul li {
					font-size: 20px;
					margin-bottom: 32px;
					background-image: url('/images/uli-li-arrow-right-lightred-bg.png');
					background-size: 48px;
					background-repeat: no-repeat;
					background-position: top left;
					min-height: 48px;
					padding-top: 6px;
					padding-left: 63px;
					font-weight: normal;
					color: var(--lightred2);
				}

					.b-list .item .box ul li p:last-child {
						margin: 0;
					}

.icons {
	margin-bottom: -40px;
}

	.icons .item {
		padding-bottom: 40px;
	}

		.icons .item img {
			margin-bottom: 30px;
			width: 96px;
		}

		.icons .item .introduction {
			font-weight: bold;
		}

#footer {
	background-color: var(--darkblue);
}

@media(max-width: 575px) {
	.block-list .item .box {
		text-align: center;
	}
}

@media(min-width: 576px) {

	#header .header-top .tel span,
	#header .header-top .tel a {
		font-size: 26px;
	}

		#header .header-top .tel a i {
			font-size: 21px;
		}

	.block-list .item .box {
		font-size: 18px;
	}

		.block-list .item .box img {
			display: block;
		}

	.section-wave-top .container-fluid, .section-wave-top .container {
		padding-top: 80px;
	}

	.box-list .item .box .text{
		padding-left:24px;
	}
}

@media(max-width: 767px) {
	.header-top-right .tel {
		margin-right: 15px !important;
	}

	#theme .container-fluid {
		padding-bottom: 80px;
	}

	#theme .content {
		background-color: rgba(41, 55, 119, .6);
		padding: 15px;
		border-radius: 24px;
	}

	#theme .introduction {
		font-size: 24px;
	}

	.item-list.item-list-two li {
		padding-left: 125px;
		min-height: 130px;
	}

		.item-list.item-list-two li img {
			width: 80px;
			padding-top: 0;
		}
}

@media(min-width: 768px) {
	.header-1 {
		font-size: 49px;
	}

	.header-2 {
		font-size: 36px;
	}

	.header-3 {
		font-size: 30px;
	}

	.header-4 {
		font-size: 27px;
	}

	.header-5 {
		font-size: 24px;
	}

	.header-6 {
		font-size: 21px;
	}

	.header-7 {
		font-size: 18px;
	}

	#qaModal {
		max-width: 300px
	}

	#header .header-top .tel span,
	#header .header-top .tel a {
		font-size: 28px;
	}

		#header .header-top .tel a i {
			font-size: 23px;
		}

	#theme {
		padding: 51.2% 0 0 0;
	}

		#theme .container-fluid {
			position: absolute;
			top: 44.95%;
			left: 0;
			right: 0;
			-webkit-transform: translate(0, -44.95%);
			-ms-transform: translate(0, -44.95%);
			transform: translate(0, -44.95%);
		}

		#theme .introduction {
			font-size: 24px;
		}

	.health-table tr td {
		padding: 24px;
	}

	.health-table tr:first-of-type td {
		font-size: 24px;
	}

	.section-wave-bottom .container-fluid {
		padding-bottom: 80px;
	}
}

@media(max-width: 991px) {
	.cap-image {
		max-height: 100px;
		width: auto;
	}

	.cap-image-height {
		max-height: 300px;
	}

	.scroll-down-3 {
		height: 50px;
		width: 50px;
		background-size: 10px auto;
		-webkit-transform: translate(0,15%);
		-ms-transform: translate(0,15%);
		transform: translate(0,15%);
	}

	.icons .item img {
		max-width: 80px;
	}
}

@media(min-width: 992px) {
	.header-1 {
		font-size: 56px;
	}

	.header-2 {
		font-size: 42px;
	}

	.header-3 {
		font-size: 35px;
	}

	.header-4 {
		font-size: 31px;
	}

	.header-5 {
		font-size: 28px;
	}

	.header-6 {
		font-size: 21px;
		color: #293876;
	}

	.columns-lg {
		margin-left: -40px;
		margin-right: -40px;
	}

		.columns-lg .column {
			padding-left: 40px;
			padding-right: 40px;
		}

	#header .header-top .tel span,
	#header .header-top .tel a {
		font-size: 32px;
	}

		#header .header-top .tel a i {
			font-size: 27px;
		}

	#theme .introduction {
		font-size: 28px;
	}

	.section-introduction {
		font-size: 21px;
	}

	.item-list li span,
	.b-list .item .box, .icons .item .introduction {
		font-size: 21px;
	}

		.b-list .item .box p a {
			font-size: 30px
		}

	.health-table tr:first-of-type td {
		font-size: 28px;
	}

	#next {
		background: -o-linear-gradient(top, white 0%, white 50%, var(--lightred2) 50%, var(--lightred2) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, var(--lightred2)), to(var(--lightred2)));
		background: linear-gradient(180deg, white 0%, white 50%, var(--lightred2) 50%, var(--lightred2) 100%);
	}
}

@media(min-width: 1200px) {
	body {
		font-size: 20px;
		line-height: 1.6;
	}

	.mb-80 {
		margin-bottom: 80px;
	}


	.header-1 {
		font-size: 64px;
	}

	.header-2 {
		font-size: 48px;
	}

	.header-3 {
		font-size: 40px;
	}

	.header-4 {
		font-size: 36px;
	}

	.header-5 {
		font-size: 32px;
	}

	.header-6 {
		font-size: 24px;
	}

	.header-7 {
		font-size: 20px;
	}

	.section-introduction {
		font-size: 24px;
	}

	#theme.theme-inner {
		background-image: url('/images/aura-theme-bg.png');
		background-position: right top;
		background-size: contain;
	}

	#theme .introduction {
		font-size: 34px;
	}

	.item-list li {
		padding: 48px;
	}

		.item-list li span,
		.b-list .item .box, .icons .item .introduction {
			font-size: 24px;
		}

	.health-table tr:first-of-type td {
		font-size: 32px;
	}
}

@media(min-width: 1400px) {
	#header .header-top {
		padding: 30px 0;
	}

	#theme .introduction {
		font-size: 40px;
	}

	.item-list li {
		min-height: 160px;
	}

		.item-list li img {
			width: 64px;
		}
}

@media(min-width: 1600px) {
	/*#theme{
		height: 764px;
	}*/

	.columns-xl {
		margin-left: -100px;
		margin-right: -100px;
	}

		.columns-xl .column {
			padding-left: 100px;
			padding-right: 100px;
		}

	#theme .introduction {
		font-size: 40px;
	}
}

@media(min-width: 1800px) {
	#theme {
		height: 850px;
		padding: 0;
	}
}

/*@media(min-width: 1920px){
	#theme{
		height:1080px;
	}
}*/