* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-out 0s;
}

body {
    font-family: 'GloberLight';
    font-size: 21px;
    color: #303335;
	overflow-x: hidden;
}

img {
    display: block;
    border: none;
}

.container-landing {
    max-width: 1366px;
    margin: 0 auto;
}

@font-face {
    font-family: 'GloberBook';
    src: url('../fonts/glober_book-webfont.eot');
    src: url('../fonts/glober_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glober_book-webfont.woff') format('woff'),
         url('../fonts/glober_book-webfont.ttf') format('truetype'),
         url('../fonts/glober_book-webfont.svg#GloberBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GloberRegular';
    src: url('../fonts/glober_regular-webfont.eot');
    src: url('../fonts/glober_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glober_regular-webfont.woff') format('woff'),
         url('../fonts/glober_regular-webfont.ttf') format('truetype'),
         url('../fonts/glober_regular-webfont.svg#GloberRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GloberBold';
    src: url('../fonts/glober_bold-webfont.eot');
    src: url('../fonts/glober_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glober_bold-webfont.woff') format('woff'),
         url('../fonts/glober_bold-webfont.ttf') format('truetype'),
         url('../fonts/glober_bold-webfont.svg#GloberBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'GloberLight';
    src: url('../fonts/glober_light-webfont.eot');
    src: url('../fonts/glober_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glober_light-webfont.woff') format('woff'),
         url('../fonts/glober_light-webfont.ttf') format('truetype'),
         url('../fonts/glober_light-webfont.svg#GloberLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.section {
    width: 100%;
    position: relative;
    background: #fff;
	margin-bottom: 1%;
}

.swan-head-info {
    width: 100%;
    position: relative;
    background: #f3f3f3;
    display: flex;
    align-items: center;
}

.swan-head-img {
    width: 50%;
    position: relative;
}

.swan-head-img img {
    width: 100%;
}

.swan-head-text {
    width: 50%;
    position: relative;
    padding-left: 3%;
    padding-right: 10%;
}

.swan-head-text h1, .prod-sub-title h2 {
    color: #1d9d99;
    font-family: 'GloberBold';
    font-size: 40px;
    padding-bottom: 5%;
}

.swan-head-text p {
    line-height: 30px;
}

.swan-communique {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    /* background: #f3f3f3; */
    margin: 1% auto;
}

.communique-pdf {
    width: 50%;
    position: relative;
    background: #264e96;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.inner-communique-pdf {
    width: 100%;
    position: relative;
    padding: 5%;
}

.inner-communique-pdf h2 {
    font-family: 'GloberBold';
    font-size: 40px;
    color: #fff;
}

.communique-pdf-list {
    width: 100%;
    position: relative;
    display: flex;
	flex-wrap: wrap;
    padding-top: 5%;
}

.pdf-list-cnt {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10%;
	cursor: pointer;
}

.pdf-list-cnt img {
    width: 20% !important;
}

.pdf-list-cnt-text {
    padding: 0 15px;
    width: 100%;
}

.pdf-list-cnt-text p {
    color: #fff;
    font-size: 14px;
}

.pdf-list-cnt-text h3 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
}

.full-list {
    width: 100%;
    text-align: right;
}

.full-list a {
    color: #fff;
    font-family: 'GloberBold';
    text-decoration: none;
}

.communique-white {
    width: 2%;
    height: 100%;
    min-height: 500px;
    position: relative;
    background: #fff;
}

.communique-slider {
    width: 50%;
    position: relative;
    background: #f2f3f4;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.slider-communique .swiper-pagination {
    bottom: 5%;
}

.slider-communique .swiper-pagination-bullet-active {
    background: #264e96;
}

.slider-communique .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.communique-slider-desc {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10% 5%;
    
}

.communique-slider-desc img {
    width: 35% !important;
    display: inline-block;
}

.communique-slider-desc p {
    font-family: 'GloberRegular';
    line-height: 30px;
    padding-top: 5%;
}

.swan-download-app {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
}

.download-app-text {
    width: 100%;
    position: relative;
    padding: 0 5%;
}

.download-app-text p {
	font-size: 24px;
}

.download-btn {
    display: flex;
    align-items: center;
    padding-top: 3%;
}

.download-btn a {
    width: 18%;
    min-height: 38px;
}

.download-btn img {
    width: 100%;
    
}

.download-app-img {
    width: 60%;
    position: relative;
}

.spacer {
    width: 10px;
}

.download-app-img img {
    width: 100%;
}

.swan-faq {
    width: 100%;
    position: relative;
    display: flex;
    margin: 3% auto;
}

.faq-cnt {
    width: 49%;
    position: relative;
}

.inner-faq-cnt {
    width: 100%;
    position: relative;
    padding: 5%;
}

.inner-faq-cnt h3 {
    font-family: 'GloberBold';
    font-size: 40px;
    color: #254e96;
    line-height: 50px;
}

.faq-desc {
    width: 100%;
    position: relative;
    padding-top: 5%;
}

.faq-desc-repeat {
    width: 100%;
    position: relative;
}

.repeat-shown {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3%;
    border-bottom: 1px solid #303335;
    cursor: pointer;
}

.repeat-shown p {
    font-family: 'GloberBold';
}

.repeat-shown img {
	width: auto !important;
    transition: 0.5s ease-in-out all;
}

.repeat-shown img.rotate{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.repeat-hide {
    width: 100%;
    position: relative;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.repeat-hide p {
	padding-bottom: 5%;
	display: none;
}

.repeat-hide ul {
	display: none;
}

.repeat-hide a {
	color: #264e96;
	font-size: 16px;
	text-decoration: underline;
	display: none;
}

.repeat-hide.open p, .repeat-hide.open a {
	display: block;
}
		
.repeat-hide.open ul {
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
}
		
.repeat-hide.open li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 7px;
	list-style: none;
}
		
.repeat-hide.open li:before { content: ''; background: #254e96; width: 8px; height: 8px; position: absolute; top: 10px; left: 0; border-radius: 50%; }

.repeat-hide.open {
    padding: 5% 3%;
	opacity: 1;
	visibility: visible;
	max-height: 100%;
}

.faq-source {
    width: 100%;
    position: relative;
    padding-top: 5%;
}

.faq-source p {
    font-family: 'GloberBold';
    font-size: 18px;
}

.faq-source a {
    font-family: 'GloberBold';
    font-size: 14px;
    text-decoration: none;
    color: #303335;
}

.faq-white {
    width: 2%;
    height: 100%;
    position: relative;
    background: #fff;
}

.faq-video {
    width: 49%;
    position: relative;
	padding-top: 3%;
}

.assurance-clicks {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	padding: 3% 0;
}

.assurance-clicks-text {
	width: 50%;
	position: relative;
}

.assurance-clicks-text h3 {
	font-family: 'GloberBook';
    font-size: 40px;
    color: #254e96;
}
	
.assurance-clicks-text p {
	padding: 2% 0 5%;
}

.clicks-cta {
	width: 100%;
	position: relative;
	display: flex;
}

.clicks-cta a {
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
}

.clicks-cta a.home {
	background: #ec3e77;
	border: 1px solid #ec3e77;
}

.clicks-cta a.car {
	background: #b5223c;
	border: 1px solid #b5223c;
	margin-left: 15px;
}

.clicks-cta a.home:hover {
	background: #fff;
	color: #ec3e77;
}

.clicks-cta a.car:hover {
	background: #fff;
	color: #b5223c;
}

.assurance-clicks-img {
	width: 50%;
	position: relative;
}

.swiper-container.slider-clicks {
	padding-bottom: 5%;
}
		
.slider-clicks .swiper-pagination-bullet {
	width: 10px;
    height: 10px;
}

.swiper-clicks .swiper-pagination-bullet-active {
	background: #264e96;
}


@media screen and (max-width: 1440px) {
    .container-landing {
        max-width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .swan-communique {
        flex-direction: column;
    }
	
	.container-landing {
        max-width: 95%;
    }
					
	.section {
		margin-bottom: 5%;
	}	
				
	.swan-communique {
		margin: 5% auto;
	}			

    .communique-pdf {
        width: 100%;
        min-height: unset;
    }

    .communique-pdf-list {
        grid-template-columns: auto;
    }

    .pdf-list-cnt {
        padding-bottom: 5%;
    }

	.pdf-list-cnt img {
    	width: 15% !important;
	}

    .communique-white {
        display: none;
    }

    .communique-slider {
        width: 100%;
        min-height: unset;
    }

    .communique-slider-desc {
        padding: 10% 5%;
    }

    .communique-slider-desc img {
        width: 25% !important;
    }

    .swan-download-app {
        flex-direction: column;
    }

    .download-app-text {
        width: 100%;
        order: 2;
        padding: 7% 5%;
    }

    .download-app-img {
        width: 100%;
        order: 1;
    }

    .download-btn a {
        width: 20% !important;
    }

    .swan-faq {
        flex-direction: column;
		margin: 7% auto;
    }

    .faq-cnt {
        width: 100%;
    }

    .faq-white {
        display: none;
    }

    .faq-video {
        width: 100%;
        padding-top: 5%;
    }

	.assurance-clicks {
		flex-direction: column;
	}
	
	.assurance-clicks-text {
		width: 100%;
	}

	.assurance-clicks-img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }
	
	.container-landing {
        max-width: unset;
    }

	.swan-head-text h1, .prod-sub-title h2 {
		color: #df3926;
		font-family: 'GloberBold';
		font-size: 28px;
		padding-bottom: 5%;
	}
	
    .swan-communique {
        margin: 5% auto;
    }

    .inner-communique-pdf h2 {
        font-size: 28px;
    }

    .communique-pdf-list {
        padding-top: 10%;
    }

    .pdf-list-cnt img {
        width: 15% !important;
    }

    .pdf-list-cnt-text p {
        font-size: 12px;
    }

    .pdf-list-cnt-text h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .full-list {
        padding-top: 5%;
    }

	.inner-faq-cnt {
		padding: 10% 5%;
	}

    .inner-faq-cnt h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .repeat-shown {
        padding: 7% 3%;
    }

	.assurance-clicks-text h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.assurance-clicks-img {
		padding: 10% 0 5%;
	}

	.clicks-cta {
		flex-direction: column;
	}

	.clicks-cta a.car {
		margin-left: 0;
		margin-top: 15px;
	}

	.assurance-clicks-text p {
		padding: 7% 0 10%;
	}

	.pdf-list-cnt {
		width: 100%;
	}

	.download-btn a {
		width: 40% !important;
	}

	.swiper-container.slider-clicks {
		padding-bottom: 10%;
	}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
