@font-face {
    font-family: "Poppins Regular";
    src: url(../fonts/Poppins-Regular.woff2) format("woff2"),
    url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: "Poppins SemiBold";
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"),
    url(../fonts/Poppins-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: "Poppins Light";
    src: url(../fonts/Poppins-Light.woff2) format("woff2"),
    url(../fonts/Poppins-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

html, body{
    width: 100%;
    overflow-x: hidden;
}
.ti-widget.ti-goog{
    text-align: end !important;
}

* {
    font-family: "Poppins Regular";
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    vertical-align: baseline;
    outline: none;
}
body {
    position: relative;
    color: #000;
}
strong {
    font-family: "Poppins SemiBold";
    font-weight: 700;
}
h1 {
    color: #15385b;
    font-size: calc(4vw / 2 + 4vh / 2);
    line-height: calc(5vw / 2 + 5vh / 2);
    margin: 0 0 10px 0;
    font-family: "Poppins SemiBold";
    padding: 0 0 20px 0;
}
h1 span {
	color: #479EAC;
}
h2, h3 {
    font-family: 'Poppins SemiBold';
    font-size: calc(4vw/2 + 4vh/2);
    line-height: calc(6vw/2 + 6vh/2);
    color: #15385B;
    padding: 0 0 40px 0;
}
p {
    font-size: 18px;
    line-height: 28px;
	color: #15385B;
    padding: 0 0 25px 0;
}
.inner-form {
	padding: 60px;
}
.text-center {
	text-align: center;	
}
.with-bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.white-bg-opacity_50 {
	background: rgba(255, 255, 255, 0.5);
}
.white-text {
	color: #fff;
}
body main .padding-left-right-large {
    padding-right: 120px;
    padding-left: 120px;
}
body main .padding-left-right-small {
    padding-right: 60px;
    padding-left: 60px;
}
body .text-color_479EAC {
	color: #479EAC;
}
body .padding-left-right_0 {
    padding-left: 0;
    padding-right: 0;
}
body .padding-left_60 {
    padding-left: 60px;
}
body .padding-right_60 {
    padding-right: 60px;
}
body .padding-top-bottom_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
body .padding-top-bottom_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
body .padding-top-padding_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
body .padding_15 {
    padding: 15px;
}
body .padding_bottom_20 {
    padding-bottom: 20px;
}
body .margin-bottom_30 {
    margin-bottom: 30px;
}
body .margin-bottom_60 {
    margin-bottom: 60px;
}
body .margin-top_60 {
    margin-top: 60px;
}
body .padding-bottom_30 {
    padding-bottom: 30px;
}
body .padding-bottom_0 {
    padding-bottom: 0;
}
body .padding-bottom_60 {
    padding-bottom: 60px;
}
body .padding-top_60 {
    padding-top: 60px;
}
body .height-fit-content {
    height: fit-content;
}
body .float-right{
	float:right;
}
body .half-width{
	width:50%;
}
.full-img {
	width: 100%;
	height: auto;
	vertical-align: top;	
}
.line-separator {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 7% 0 10% 0;
}
.bg_22362B {
    background-color: #22362b;
}
.bg_e7f2f4 {
    background-color: #e7f2f4;
}
.bg_F7F7F7 {
    background-color: #f7f7f7;
}
.bg_000000 {
    background-color: #000;
}
.bg_1E2025 {
    background-color: #1e2025;
}
.bg_F9F8F6 {
    background-color: #F9F8F6;
}
.bg_FFFFFF {
    background-color: #fff;
}
.bg_EDEDED {
    background-color: #ededed;
}
.bg_F8F8F8 {
    background-color: #f8f8f8;
}
.bg_F8F7F2 {
    background-color: #F8F7F2;
}
.bg_EDB95F{
    background-color: #EDB95F;
}
.bg_F9F9F9 {
    background: #F9F9F9;
}
.bg_479EAC {
	background: #479EAC;	
}
.full-width {
    width: 100%;
    overflow: hidden;
}
#header-desktop {
	width: 100%;
    top: 0;
    left: 0;
    background-color: #D7EEF3;
    position: fixed;
    z-index: 15;
    padding: 15px 0;
}
.logo {
    display: block;
    vertical-align: top;
		position: relative !important;
    top: 0!important;
    left: 0!important;
}
.section {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.top-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top-banner .box-txt {
    background: #fff;
    padding-right: 60px;
    padding-left: 60px;
}
.btn,
.box_single_nav a {
	background: #edb95f;
	padding: 10px 25px;
	border-radius: 5px;
	font-family: "Poppins SemiBold";
	font-size: 18px;
	line-height: 32px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #edb95f;
	transition: all 0.5s;
	text-transform: uppercase;
	min-width: 200px;
	display: inline-block;
	text-decoration: none;
}
.btn:hover,
.box_single_nav a:hover {
	background: #fff;
	color: #edb95f;
}
body .btn_blue {
	background: #fff;
    color: #479EAC;
    border: 2px solid #479EAC;
	margin-top: 25px;
}
body .btn_blue:hover {
	background: #479EAC;
    color: #fff;
}
.text-right {
	text-align: right;	
}
.soc_head {
    display: none;
	position: absolute;
	right: 25px;
	top: 25px;	
}
.soc_head a {
	display: inline-table;
	margin: 0 5px;
}
.soc_head svg {
	fill:#fff;
	width: 20px;
	height: 20px;
}
.soc_head path {
	fill:#fff;
}
.soc_head .insta svg {
	width: 23px;
	height: 23px;
}
.top-banner .box-txt .btn {
    margin-top: 25px;
}
.top-banner .box-txt .margin-top_15 {
    margin-top: 8px;
}
.page-id-7001 .banner-info p{
	line-height: 28px;
    padding: 0 0 15px 0;
}
.awards {
    padding: 40px 0;
}
.awards .col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.awards img {
    width: auto;
	height: auto;
    margin: auto;
    display: block;
}
.sec_ba .container-fluid {
	max-width: 1600px;	
}
.sec_ba img {
    width: 100%;
	height: auto;
}
.sec_ba .box_img {
	padding: 0 40px;
}
.sec_ba .sub_title {
	padding-bottom: 40px;
}
.sec_ba .btn_blue {
    margin-top: 45px;
}
.sec_treng h3 {
	font-weight: 400;
    font-size: 32px;
    position: relative;
    margin-bottom: 25px;
    color: #15385B;
    padding-left: 50px;
	font-family: "Poppins Light";
	padding-bottom: 0;
}
.sec_treng h3::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #15385B;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
}
.sec_featured .sub_title,
.sec_featured h3,
body .sub_title {
	font-weight: 300;
    font-size: 32px;
	line-height: 52px;
    color: #15385B;
    font-family: "Poppins Light";
}
.sec_featured .sub_title {
    max-width: 1200px;
    margin: 0 auto 40px;	
}
.sec_featured .col-6 {
	text-align: center;	
}
.sec_featured .col-6 .box,
.midea_page .box {
	box-shadow: 0px 16px 23px #f3f3f3;
    padding: 25px;
	height: 100%;
	transition: all 0.5s;
}
.sec_featured .col-6 .box a {
	display: block;
	text-decoration: none;
}
.sec_featured .svg_sm .box svg {
	width: 180px;
}
.sec_featured .svg_sm2 .box svg {
	width: 138px;
}
.reviews-section .reviews-service {
	font-family: "Poppins SemiBold";
	font-size: 28px;
	color: #15385B;
}
.reviews-section .reviews-service a{
	text-decoration:none;
	color:#15385B;
}
.reviews-section .rate-points {
	font-size: 28px;
	color: #6688a0;
}
.reviews-section .stars-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.reviews-section .stars-box img {
	display: block;
	width: 40px;
}
.wt-form {
    display: block;
}
.wt-form .d-flex {
	flex-wrap: wrap;	
}
.wt-form input,
.wt-form select,
.wt-form textarea {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    margin: 0 0 2% 0;
    font-family: "Poppins Light";
    -webkit-appearance: none;
    font-size: 18px;
    line-height: 28px;
    color: #15385B;
}
.wt-form textarea {
	min-height: 8em;
}
.wt-form input[type="text"]::placeholder,
.wt-form input[type="email"]::placeholder,
.wt-form input[type="tel"]::placeholder,
.wt-form select::placeholder,
.wt-form textarea::placeholder {
    font-family: "Poppins Light";
    font-size: 18px;
    line-height: 28px;
    color: #15385B;
}
.wt-form .d-flex .lbox {
	width: 49%;
    margin-right: 1%;	
}
.wt-form .d-flex .rbox {
	width: 49%;
    margin-left: 1%;	
}
.wt-form .btn {
	cursor: pointer;
	float: right;	
}
.swiper-button-next, 
.swiper-button-prev {
    color: #EDB95F !important;
}
.swiper-pagination-bullet-active {
    background: #EDB95F !important;
}
.home-patient .home_patients {
    width: 90%;
    margin: 0 auto;
    max-width: 1520px;
}
.home-patient .home_patients svg {
    margin-bottom: 40px;
}
.autor {
    font-family: 'Poppins SemiBold';
	color: #15385B;
}
.home-patient .home_patients h2 {
    margin-bottom: 40px;
}
.home-patient .home_patients .box {
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 16px 23px #f3f3f3;
    padding: 20px;
    margin-bottom: 35px;
    cursor: pointer;
}
.home-patient .home_patients .box p a{
	text-decoration:none;
	color: #15385B;
}
.home-patient .home_patients  .swiper-pagination {
    bottom: 0;
}
.home-patient .home_patients .swiper-button-prev {
    left: 0px;
}
.home-patient .home_patients .swiper-button-next {
    right: 0;
}
footer .social-box a {
	display: inline-table;
	margin: 0 5px;
}
footer .social-box svg {
	fill:#15385B;
	width: 20px;
	height: 20px;
}
footer .social-box path {
	fill:#15385B;
}
footer .social-box .insta svg {
	width: 23px;
	height: 23px;
}
.ti-widget.ti-goog .ti-header strong.first,
.mobilenavbar{
	display: none !important;
}
.ti-widget.ti-goog .ti-header .ti-stars .ti-star{
	width: 26px !important;
	height: 20px !important;
}

.ti-widget.ti-goog .ti-header span, .ti-widget.ti-goog .ti-header strong{
	font-size: 16px !important;
}
.ti-widget.ti-goog .ti-widget-container {
    margin: auto;
    display: block  !important;
}
/*footer*/
footer .footer-logo {
	padding-bottom: 40px;
    margin-bottom: 65px;
    border-bottom: 1px solid #cdcbcb;	
}
footer .box_copyr p {
	font-size: 16px;
	background: #EFEFEF;
    padding: 10px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.box_address span.str {
	font-family: 'Poppins SemiBold';
    color: #15385B;
    width: 130px;
    display: inline-block;
    text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
.box_address span.daypd {
	width: 200px;
    display: inline-block;
}
.box_address .hours p {
	padding: 0;
	padding-left: 130px;
}
.box_address p a,
.box_address p {
	color: #15385B;
	text-decoration: none;	
	text-transform: uppercase;
}
.box_address p {
	position: relative;
	padding-left: 130px;
}
footer .box_nav ul {
    display: flex;
	list-style: none;
    justify-content: space-between;
}
footer .box_nav ul li a,
footer .box_nav ul li {
	color: #15385B;
    text-decoration: none;
}
footer .box_policy {
	margin-bottom: 25px;	
}
footer .box_policy p {
	font-size: 16px;
    line-height: 26px;
	color: #15385B;
}
footer .box_policy p a {
	color: #15385B;
	text-decoration: none;
}
footer .box_policy .text-right p {
	text-align: right;
}
footer .box_policy .text-right p a {
	margin-left: 20px;
}
.sec_big .row {
    padding-bottom: 35px;
}
.contact-page .box_address span.str {
    width: auto;
    display: block;
    position: relative;
	font-size: 22px;
}
.contact-page .box_address p,
.contact-page .box_address .hours p {
    padding-left: 0;
    font-size: 20px;
}
.contact-page .container-fluid {
	max-width: 1600px;	
}
.contact-page .box_contact {
	background: #E7F2F4;
    padding: 45px;
    overflow: hidden;	
}
.contact-page .box_contact .wt-form input, 
.contact-page .box_contact .wt-form textarea {
    width: 100%;
    margin: 0 0 25px 0;
}
.contact-page .box_contact .wt-form textarea {
    height: 170px;
}
.contact-page .box_contact .wt-form .btn {
	float: none;
    margin: 10px auto 0;
    display: block;
    letter-spacing: 1px;
    font-size: 20px;
}
.contact-page .box_contact p {
	font-size: 26px;
    margin: auto;
    display: block;
    max-width: 500px;
    text-align: center;
}
.contact-page .box_map {
	margin-top: 60px;
}
.contact-page .box_map iframe {
	width: 100%;
	border: none;
}
/*gallary page*/
.splide__slide img {
    vertical-align: bottom;
	width: 50%;
	padding: 3px;
}
.splide__slider,
.splide, .splide__slide {
    position: relative;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}
.splide__track {
    position: relative;
    z-index: 0;
    padding: 0;
    overflow: hidden;
}
#ba-photos .splide__track {
	box-shadow: -194px 384px 172px rgba(0, 0, 0, 0.01), -109px 216px 145px rgba(31, 56, 85, 0.05), -48px 96px 108px rgba(31, 56, 85, 0.09), -12px 24px 59px rgba(31, 56, 85, 0.1), 0px 0px 0px rgba(31, 56, 85, 0.1);
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list {
    display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
	display: flex;
    flex-wrap: wrap;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: none;
}
.splide__arrow svg {
    width: 30px;
    height: 35px;
    fill: #479EAC;
}
#patients-slider {
    padding: 0 80px;
    max-width: 1200px;
    margin: 120px auto 0;
}
#patients-slider .splide__arrow {
    background: none;
    width: 40px;
    height: 40px;
	top: 35%;
}
#patients-slider .splide__arrow svg {
    width: 40px;
    height: 40px;
}
#patients-slider .splide__slide p {
    padding: 20px 0 0 0;
}
#patients-slider .splide__slide {
    opacity: 0.5;
}
#patients-slider .splide__slide a[href^="#"] {
    cursor: default;
}
#patients-slider .splide__slide:hover {
    opacity: 1;
}
#patients-slider .active-patient.splide__slide {
    opacity: 1;
}
#patients-slider .splide__slide span {
	display: block;
	padding: 20px 0 0 0;
	font-size: 18px;
    line-height: 28px;
    color: #1F3855;
}
.gallery-patient-link a {
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px #1F3855 solid;
	height: 100%;
	text-decoration: none;
	color: #1F3855;
}
.gallery-patient-link a:hover {
	background: #1F3855;
	color: #fff;
}
.gallery-patient-link a span {
    text-align: center;
    padding: 8px 20px;
    font-size: 20px;
}
.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__arrow:focus {
    outline: none;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}

.gallery-col .splide__arrow--prev {
    left: -65px;
}
.gallery-col .splide__arrow--next {
    right: -65px;
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus {
    outline: none;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform;
}
.splide.is-active .splide__list {
    display: flex;
}
#gallery-slider .splide__slide > img {
	display: block;
    width: 50%;
    height: 100%;
}
.gallery-patient .thumbnail {
	margin: 0 0 5% 0;
	border: 3px #fff solid;
	cursor: pointer;
}
.gallery-patient .thumbnail img {
	width: 100%;
	vertical-align: top;
}

.gallery-patient .thumbnail.is-active {
	border: 3px #479eac solid;
}
.gallery-patient a {
	text-decoration: none;
}
.gallery-parent-links a {
    color: #15385B;
    font-size: 22px;
    margin: 0 10px;
	text-decoration: none;
}
.gallery-patient a:hover {
	text-decoration: underline;
}
.prev-next-patient {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 20px 0 40px 40px;
}
.prev-next-patient a {
	text-align: center;
    padding: 8px 20px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    width: 40%;
    max-width: 245px;
    border-radius: 5px;
    background: #479EAC;
    color: #fff;
    border: 1px #479EAC solid;
}
.prev-next-patient a:hover {
	text-decoration: none;
    background: #fff;
    color: #479EAC;
}
.prev-next-patient a.prev-patient {
    float: left;
}
.prev-next-patient a.next-patient {
	float: right;
    background: none;
    color: #479EAC;
}
.prev-next-patient a.next-patient:hover {
    background: #479EAC;
    color: #fff;
}
.before-after-labels {
	padding: 10px 0 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.before-after-labels span {
    color: #1F3855;
    font-size: 20px;
    display: block;
    box-sizing: border-box;
    width: 50%;
}
.before-after-labels span:last-child {
    padding-left: 15px;
}
.gallery-category-row {
	padding-bottom: 30px;
}
.gallery-category-row img {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#gallery-slider .splide__pagination {
	display: none;
}
.gallery-category-row .img_l,
#gallery-slider .img_l {
	padding-right: 15px;
}
.gallery-category-row .img_r,
#gallery-slider .img_r {
	padding-left: 15px;
}
.gallery-category-row .gallery-patient-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #479EAC solid;
	height: 100%;
	text-decoration: none;
	color: #479EAC;
	border-radius: 5px;
	transition: all 0.5s;
}
.gallery-patient-link a span {
	text-align: center;
	padding: 8px 20px;
	font-size: 20px;
}
.gallery-patient-link a:hover {
	background: #479EAC;
	color: #fff;
}
.max-width-1600 {
	max-width: 1600px;	
}
.gallery-col {
	padding: 0 60px;	
}
.gallery-col .patient-info {
    padding: 60px 0 0 0;
}
.gallery-col .patient-info h2 {
	font-size: 28px;
    line-height: 42px;
    padding-bottom: 20px;
}
#patients-slider .splide__arrow--next svg {
	fill: #edb95f;
}
.gallery-category-row .gallery-patient-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #479EAC solid;
	height: 100%;
	text-decoration: none;
	color: #479EAC;
	border-radius: 5px;
	transition: all 0.5s;
}
.gallery-patient-link a span {
	text-align: center;
	padding: 8px 20px;
	font-size: 20px;
}
.gallery-patient-link a:hover {
	background: #479EAC;
	color: #fff;
}
.max-width-1600 {
	max-width: 1600px;	
}
.margin-auto {
	margin: auto;
}
/*blog*/
.blog_sec_cat ul {
	list-style: none;
    display: inline;	
}
.blog_sec_cat ul li {
	position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #3E3D42;
    padding: 0;
    display: inline-block;
    margin: 5px 8px;
}
.blog_sec_cat ul li a {
    color: #15385B;
    text-decoration: none;
}
.blog_sec_cat ul li a:hover {
    text-decoration: underline;
}
.blogmain .postboximg {
    width: 95%;
}
.blogmain .postboximg img {
    width: 100%;
	height: auto;
}
.blogmain .postboxcontent {
    position: absolute;
    width: 80%;
    background: #F9F9F9;
    padding: 30px;
    box-sizing: border-box;
    right: 0;
    bottom: -25px;
    border: 25px #fff solid;
}
.blogmain .postboxcontent a {
    text-decoration: none;
}
.blogmain .postboxcontent h2 {
	font-size: 28px;
    line-height: 38px;
    color: #15385B;
    padding-bottom: 20px;
}
.blogmain .postboxcontent h2 a {
	color: #15385B;
}
.blogmain .postboxcontent p.time {
    padding-bottom: 10px;
	font-size: 16px;
}
.blogmain .postboxcontent .rm_box {
	text-align: right
}
.blogmain .postboxcontent .rm_box a {
	margin-top: 0;
}
.blogmain .blog_post-mainpage {
	padding-bottom: 150px;
    margin-bottom: 40px;
}
.blog_navsection {
    margin: auto;
}
.blog_navsection .alignleft.blog_nav-link {
    float: left;
}
.blog_navsection .alignright.blog_nav-link {
    float: right;
}
main .section ul, main .section olб
.top-banner ul {
    font-family: 'Poppins Regular';
    font-size: 18px;
    line-height: 33px;
    color: #15385B;
    list-style: none;
    margin-bottom: 40px;
}
main .section ul li, main .section ol li,
.top-banner ul li{
	position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}
.top-banner ul li{
	color: #15385B;
}
main .section ol{
	margin-left:14px;
}
main .section ol li {
	list-style-type:decimal;
	padding-left: 12px;
}
main .section ul li:before,
.top-banner ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #15385B;
    position: absolute;
    display: block;
    top: 13px;
    left: 0;
    border-radius: 100%;
}
.top-banner ul li:before {
    top: 8px;
}
.single_related .blogmain .postboxcontent h2 {
    font-size: 20px;
    line-height: 28px;
	padding: 0;
}
.blog_sec_cat .archive-list .categories {
	padding-left: 0;
    margin-bottom: 0;
}
.blog_sec_cat .archive-list .categories:before {
    content: normal;
	width: 1px;
    height: 1px;
    background: none;
}
.blog_sec_cat .archive-list .categories li {
   margin-bottom: 0px;
}
.box_ba_img .box {
	position: relative;	
}
.box_ba_img .box_l::before {
	content: 'Before';
}
.box_ba_img .box_r::before {
	content: 'After';
}
.box_ba_img .box::before {
	font-size: 24px;
    display: block;
    font-family: 'Poppins Regular';
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 5px;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    min-width: 110px;
    text-align: center;
}
.box_ba_img .box_l {
	margin-bottom: 15px;
}
.box_ba_img .box_r {
	margin-top: 15px;
}
.sec_candidate .full-img {
	margin-bottom: 15px;
}
.faq_title {
	padding: 40px 0 60px;	
}
.faq_title h2 {
	text-transform: uppercase;
    padding: 0;	
}
#filter-form,
.faq_searc {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
    max-width: 1300px;
}
#filter-form input {
    width: 100%;
    background: #F1F4F8;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    display: block;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: 'Poppins Regular';
    line-height: 40px;
    font-size: 18px;
    color: #000;
}
.submit-search {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 1;
}
.searchable .panel {
	padding: 60px 0;
    border-top: 1px #ababab solid;
}
.searchable .panel:first-child {
    border-top: none;
}
.faq_searc h3 {
	font-size: 26px;
    line-height: 38px;
}
@keyframes arrow-up-flying {
	0% {
		padding: 11px 0 5px;
	}
	50% {
		padding: 5px 0 11px;
	}
	100% {
		padding: 11px 0 5px;
	}
}

.arrow-up {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 160px;
    right: 21px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 9999;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
}
.arrow-up svg {
	display: inline-block;
	animation-name: arrow-down-flying;
	animation-duration: .8s;
	animation-iteration-count: infinite;
	width: 16px;
	margin-top: 7px;
}

ul.quickcont li .visually-show {
	display: none;	
	margin-top: 25px;
}
.visually-hidden {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden;
}
.sec_jamp .nav_anchor,
.sec_nav_category .collsingleapsible {
	display: block;
    border-bottom: 1px solid #9d9d9d;
    position: relative;
    padding-right: 60px;
    padding-bottom: 10px;
    cursor: pointer;
	font-style: italic;
}
.nav_anchor_svg {
	background: #F8F8F8;
    padding: 5px 5px 0;
    display: inline-block;
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;	
}
.nav_anchor_svg svg{
	width: 20px;
    height: 20px;
    fill: #15385B;
}
.sec_jamp .trigger {
	padding-left: 0;
    margin-bottom: 0;
}
main .sec_jamp ul {
    margin-bottom: 0;
}
.sec_jamp .trigger::before {
	content: normal;
    width: 1px;
    height: 1px;
    background: none;
}
.sec_jamp ul.quickcont li .ul_2col a {
	color: #15385B;
    text-decoration: none;
}
.sec_jamp ul.quickcont li .ul_2col a:hover {
    text-decoration: underline;
}
.sec_jamp .sub_title {
    padding: 0;
}
footer .dmca-badge {
	position: relative;
    top: 7px;
    margin-left: 10px;
}
.iframe-video{
	display:block;
	width:100%;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.midea_page .img_box {
	height: 75px;
}
.midea_page .col-md-6 {
	margin-bottom: 60px;
	padding-right: 15px;
    padding-left: 15px;	
}
.midea_page .col-md-6 .box {
	position: relative;
	padding-bottom: 60px;	
}
.midea_page .col-md-6 .box p {
	font-size: 16px;
    line-height: 28px;
}
.midea_page .col-md-6 .box a {
	position: absolute;
    bottom: 30px;
    font-size: 18px;
    color: #479EAC;
    text-decoration: none;
}
.midea_page .col-md-6 .box a::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='8' viewBox='0 0 22 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.936 4.35356C21.1312 4.15829 21.1312 3.84171 20.936 3.64645L17.754 0.464468C17.5587 0.269205 17.2421 0.269205 17.0469 0.464468C16.8516 0.65973 16.8516 0.976312 17.0469 1.17157L19.8753 4L17.0469 6.82843C16.8516 7.02369 16.8516 7.34027 17.0469 7.53554C17.2421 7.7308 17.5587 7.7308 17.754 7.53554L20.936 4.35356ZM0.582397 4.5L20.5824 4.5L20.5824 3.5L0.582398 3.5L0.582397 4.5Z' fill='%23479EAC'/%3E%3C/svg%3E");
	display: inline-block;
    width: 41px;
    height: 14px;
    background-size: cover;
    margin-left: 10px;
    transition: all 0.5s;	
}
.midea_page .col-md-6 .box a:hover::after {
	margin-left: 15px;
}

.btn_more {
	background: none;
    border: none;
    width: 100%;
    max-width: 400px;
    border-top: 1px solid #14365D;
    font-family: "Poppins Light";
    font-size: 24px;
    display: block;
    margin: auto;
    text-transform: uppercase;
    color: #14365D;
    cursor: pointer;
    padding: 10px;
    transition: all 0.5s;	
}
.btn_more:hover {
	background: #14365D;
    border: 1px solid #14365D;
    color: #fff;
}
.myboxvideo .media_television .btn_block,
.myboxpdf .media_articles .btn_block {
	display: none;	
}
.myboxvideo .media_television .btn_block2,
.myboxpdf .media_articles .btn_block2 {
	display: block;	
}
.video_mp4 {
	width: 100%;
	height: auto;	
}
.written-by{
	color:#15385B;
	padding-bottom:20px;
	display:block;
}
.written-by a{
	color:#15385B;
}

.post_mainbox ul li::before{
	content: '';
	width: 7px;
	height: 7px;
	background: #15385B;
	position: absolute;
	display: block;
	top: 13px;
	left: 0;
	border-radius: 100%;
}

.post_mainbox ul li, .post_mainbox ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.post_mainbox ol li{
	list-style-type:decimal;
	padding-left:12px;
}
.post_mainbox ul {
  font-family: 'Poppins Regular';
  font-size: 18px;
  line-height: 33px;
  color: #15385B;
  list-style: none;
  margin-bottom: 40px;
}

.post_mainbox ol {
  font-family: 'Poppins Regular';
  font-size: 18px;
  line-height: 33px;
  color: #15385B;
  list-style: decimal;
  margin-bottom: 40px;
}
.sec_nav_category .collsingleapsible {
	width: 100%;
    text-align: left;
    font-size: 20px;
    background: none;
}
.sec_nav_category .archive-list {
	display: none;
	margin: 40px 0 0;
    text-align: center;
    border: 1px solid #9d9d9d;
    padding: 20px;
}
.sec_nav_category .archive-list li {
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #3E3D42;
    padding: 0;
    display: inline-block;
    margin: 5px 8px;	
}
.sec_nav_category .archive-list li a {
	color: #3E3D42;
    text-decoration: none;
}
.sec_nav_category .archive-list li a:hover {
    text-decoration: underline;
}
.pb-0 {
	padding-bottom: 0 !important;	
}
.single_pages .container-fluid h2{
	font-size: 36px;
}
.single_pages .container-fluid h3{
	font-size: 32px;
}
.single_pages .container-fluid h2,
.single_pages .container-fluid h3 {
    line-height: 42px;
    padding: 20px 0;
}

/*ordered list*/
.ordered-list{
margin:0 0 25px 25px;
}
.ordered-list li{
list-style-type:numeric;
padding-top:15px;
}
/*ordered list*/

/*Header buttons group*/

.header_buttons_group{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}

.header_buttons_group .btn{
font-size:15px;
padding:10px 0;
width:49%;
}

/*Header buttons group*/
.wrbysec .max-width-1400 {
	max-width: 1540px;
}
.wrbysec .wrbysecimrow {
	display: flex;
    flex-wrap: wrap;
    border: 1px solid #B8A2A2;
    padding: 30px 80px;
    margin-bottom: 60px;
}
.wrbysec .wrbysecim {
    width: 226px;
}
.wrbysec .wrbyseccontent {
	width: calc(100% - 230px);
    padding-left: 40px;
}
.wrbysec .wrbyseccontent p {
	font-size: 16px;
    line-height: 22px;
    color: #5B5858;	
}
.wrbysec .wrbyseccontent .h3_p {
	color: #646464;
    font-family: "Poppins SemiBold";
    font-weight: 700;
	padding: 0;
}
/*rew*/
	.ti-widget.ti-goog .ti-header {
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f4f4;
    border-style: solid;
    border-color: #f4f4f4;
    border-radius: 4px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000000;
    -ms-flex-pack: center !important;
    justify-content: center !important;
		text-decoration: none;
}
.ti-widget.ti-goog .ti-mob-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.4em;
}

.ti-widget.ti-goog .ti-header .ti-stars {
    margin: 1px 3px 0px 3px;
    display: inline-block;
    height: 20px;
}
.ti-widget .source-Google .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/f.svg) !important;
}
.ti-widget.ti-goog .ti-header .ti-stars .ti-star {
    display: inline-block;
    margin: 0 !important;
    margin-right: 1px !important;
    background-repeat: no-repeat;
    width: 26px !important;
    height: 20px !important;
}
.ti-widget .source-Google .ti-star.h {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/h.svg) !important;
}
.ti-widget.ti-goog .ti-header .nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 3px;
    color: #000000;
}
.ti-widget.ti-goog .ti-small-logo {
    vertical-align: middle;
    display: inline;
    line-height: 1em;
}
.ti-widget.ti-goog .ti-small-logo img {
    display: inline;
    width: auto;
    position: relative;
    margin-left: 3px;
}
.ti-widget .source-Google .ti-small-logo img {
    width: 62px !important;
    height: 20px !important;
    top: 1px;
}
.ti-widget.ti-goog>.ti-widget-container>.ti-header, .ti-widget.ti-goog>.ti-widget-container>.ti-footer {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: rgba(244, 244, 244, 0) !important;
    backdrop-filter: blur(0px);
}
@media screen and (max-width: 1200px) {
	.wrbysec .wrbysecimrow {
		padding: 30px;
	}
}

@media screen and (min-width: 1500px) {
	.midea_page .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.midea_page .box_none_1500 {
		display: none;	
	}
	.myboxvideo .media_television .box_none_1500, 
	.myboxpdf .media_articles .box_none_1500 {
		display: block;
	}
}
@media screen and (min-width: 600px) {
	.midea_page .box_none {
		display: none;	
	}
	.myboxvideo .media_television .box_none,
	.myboxpdf .media_articles .box_none {
		display: block;	
	}
}
@media screen and (max-width: 1280px) {
	.blogmain .postboxcontent h2 {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 15px;
	}	
	.blogmain .postboxcontent p {
		font-size: 16px;
		line-height: 24px;
		color: #15385B;
		padding: 0 0 20px 0;
	}
	.blogmain .postboxcontent .rm_box a {
		text-decoration: none;
		font-size: 18px;
		padding: 5px;
	}
	.blogmain .postboxcontent {
		padding: 20px;
		border: 15px #fff solid;
	}
}
@media screen and (max-width: 1024px) {
body .float-right{
	float:none;
}
body .half-width{
	width:100%;
}
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background: none;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height: 3em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width: 3em;z-index:1}.splide__arrow svg{fill: #fff;height: 2.2em;width: 2.2em;}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left: 0;}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right: 0;}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position: relative;right:0;z-index:1}.splide__pagination__page{background: none;background: #E2E2E2;border-radius:50%;display:inline-block;height: 12px;margin: 5px;opacity: 1;padding:0;position:relative;transition:transform .2s linear;width: 12px;}.splide__pagination__page.is-active{background: #CBDAFC;/* transform:scale(1.4); */z-index:1;}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}


/* Bootstrap Grid v4.0.0 */
@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}