/* *** CSS RESET *** */

@font-face {
	font-family: 'ElectroluxSans_1_Thin';
	src: url('../fonts/ElectroluxSans_1_Thin.eot');
	src: url('../fonts/ElectroluxSans_1_Thin.woff') format('woff'),
    url('../fonts/ElectroluxSans_1_Thin.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_1_Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ElectroluxSans_4_Semibold';
	src: url('../fonts/ElectroluxSans_4_Semibold.eot');
	src: url('../fonts/ElectroluxSans_4_Semibold.woff') format('woff'),
    url('../fonts/ElectroluxSans_4_Semibold.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_4_Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'ElectroluxSans_2_Light';
    src: url('../fonts/ElectroluxSans_2_Light.eot');
    src: url('../fonts/ElectroluxSans_2_Light.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_2_Light.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_2_Light.woff') format('woff'),
         url('../fonts/ElectroluxSans_2_Light.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_2_Light.svg#ElectroluxSans_2_Light') format('svg');
}

.xx-box-8 .xx-number {
	font-family: 'ElectroluxSans_1_Thin';
}

@font-face {
    font-family: 'ElectroluxSans_5_Bold';
    src: url('../fonts/ElectroluxSans_5_Bold.eot');
    src: url('../fonts/ElectroluxSans_5_Bold.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_5_Bold.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_5_Bold.woff') format('woff'),
         url('../fonts/ElectroluxSans_5_Bold.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_5_Bold.svg#ElectroluxSans_5_Bold') format('svg');
}

@font-face {
    font-family: 'ElectroluxSans_3_Regular';
    src: url('../fonts/ElectroluxSans_3_Regular.eot');
    src: url('../fonts/ElectroluxSans_3_Regular.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_3_Regular.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_3_Regular.woff') format('woff'),
         url('../fonts/ElectroluxSans_3_Regular.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_3_Regular.svg#ElectroluxSans_3_Regular') format('svg');
}

.ss-body :focus {outline: 0}
.ss-body a {outline: none; text-decoration: none;}
.ss-body a, .ss-body img {border: 0;}
.ss-body button {cursor: pointer;}

.ss-body h1, .ss-body h2, .ss-body h3, .ss-body h4, .ss-body h5, .ss-body h6, .ss-body .h1, .ss-body .h2, .ss-body .h3, .ss-body .h4, .ss-body .h5, .ss-body .h6 {
    margin: 0;
    margin-top: 0;
}

.ss-body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

.ss-body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

.ss-body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body figure {
    margin: 0;
}

.ss-body {
    margin: 0;
    padding: 0;

}

.ss-body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-body *:before, .ss-body *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-body .ss-container {
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
}

body.ss-body .ss-container {
	width: 100%;
	max-width: 1360px;
}

/* *** GLOBAL *** */

.ss-body .bx-wrapper {
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.ss-body iframe {
    border: none;
}

.ss-body input, .ss-body textarea, .ss-body button {
    font-family: arial;
}

.ss-body figure {
    margin: 0;
}

.ss-body strong {
    font-family: 'ElectroluxSans_5_Bold';
    font-weight: normal;
}

body.ss-body {
    font-family: 'ElectroluxSans_3_Regular' !important;
    font-size: 16px !important;
    color: #000 !important;

    line-height: 1.4 !important;
    min-width: 302px;
}

.ss-body img {
    max-width: 100%;
    max-height: 100%;
}

.ss-body a, .ss-body a:hover, .ss-body a:focus, .ss-body a:active {
    outline: none !important;
    text-decoration: none;
}

.ss-body .bx-wrapper .bx-controls-auto, .ss-body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.ss-body .clearer {
    clear: both;
    height: 0;
}

.ss-body .ss-logo, .ss-body img, .ss-body a, .ss-body button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.ss-body .bx-caption {
    display: none;
}

.ss-body .bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.ss-body .ss-content-box {
    float: left;
    width: 100%;
}

.ss-table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

/* *** HEADER *** */

.ss-header  {
    text-align: center;
    padding: 15px 0 15px 0;
	background: #041e50;
}

.ss-header .ss-container img {

	display: inline-block;
	vertical-align: middle;
}


/* *** HOME *** */

.ss-content-box-1 {
	background: #041e50;
	padding-bottom: 25px;
}

.ss-content-box-1-1 {
    text-align: center;
    padding: 25px 15px 20px 15px;
    color: #000;
}

.ss-content-box-1-1 .ss-txt {
    font-size: 18px;    
    line-height: 1.2;
	color: #041e50;
}

.ss-content-box-1-1 p:last-child {
    margin-bottom: 0;
}

.ss-content-box-1 figure img {
    display: block;
	margin: 0 auto;
}

.ss-content-box-1-1 .ss-txt {
    margin-top: 22px;
    float: left;
    width: 100%;
}

body figure {
    margin: 0;
}

.ss-content-box-1-2 {
    background: #021643;
    text-align: center;
    padding: 55px 15px 15px 15px;
    line-height: 1.2;
    color: #fff;
    font-size: 40px;
}

.ss-content-box-1-2 small {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.ss-content-box-1-2 span {
    display: block;
    font-size: 15.91px;
    padding: 22px 0 27px 0;
}


.ss-body a:hover {
    text-decoration: none;
}

.ss-btn-1 {
    position: relative;
    height: 45px;
	background: #041e50;
    border: 2px solid #041e50 !important;
    border-radius: 30px;
    display: inline-block;
    width: 242px;
    color: #fff;
	max-width: 100%;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';    
    line-height: 43px;
    padding: 0 20px 0 20px;
}

.ss-btn-1:hover {
    opacity: 0.9;
    color: #fff;
}

.ss-body .ss-btn-2 {
    position: relative;
    height: 45px;
    border-radius: 30px;
    display: inline-block;
    width: 312px;
	max-width: 100%;
    color: #041e50;
    border: 2px solid #041e50;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';    
    line-height: 43px;
    padding: 0 20px 0 20px;
}

.ss-btn-2:hover {
    opacity: 0.9;
    color: #041e50;
}

.ss-btn-2-1 {
	background: #041e50;
	color: #fff !important;
}

.ss-body {
    overflow-x: hidden;
}


.dd-content-box-1-1 {
    background: #fff;
    color: #041e50;
    font-size: 16px;
}

.dd-content-box-1-1 .dd-boxes-1 {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.dd-content-box-3-1 {
    background: #041e50;
}

.dd-content-box-3-1 a {
    color: #fff;
}

.dd-content-box-3-1 a:hover {
    color: #fff;
    opacity: 0.9;
}

/* *** RWD *** */

@media only screen and (max-width: 1220px) {
    .ss-content-box-1-2 {
        font-size: 35px;
    }
    .ss-title h2 {
        font-size: 30px;
    }
    .ss-content-box-1-2 small {
        padding-top: 30px;
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .ss-content-box-1-2 {
        font-size: 25px;
    }
    .ss-content-box-1-2 {
        padding-top: 40px;
    }
    .ss-width-3 .zz-content-box-1 .txt-1 strong, .zz-content-box-1 .txt-1 strong {
        font-size: 25px !important;
    }
  
}

@media only screen and (max-width: 767px) {
    .ss-content-box-1-2, .ss-title h2 {
        font-size: 22px;
    }
    .ss-row > div {
        width: 100%;
    }
    .ss-buttons a {
        margin: 5px 3px;
    }
    .ss-buttons {
        padding: 35px 0 45px 0;
    }   
    .ss-buttons a {
        margin: 5px 0 !important;
    }
}

.ss-footer {
    float: left;
    width: 100%;
    background: #041e50;
    padding: 30px 0 21px 0;
    text-align: center;
}

.ss-width-1 .ss-container {
    max-width: 1230px !important;
}

.ss-width-2 .ss-container {
    max-width: 1030px !important;
}

.ss-width-3 .ss-container {
    max-width: 1010px !important;
}

.ss-buttons {
    text-align: center;
    padding: 40px 0;
}

.ss-buttons a {
    margin: 0 20px;
	min-width: 270px;
}

.xx-content-box-5 {
    padding: 20px 0;
    background: #041e50;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.a-content-box-1 {
	color: #fff;
	background: #041e50;
}

.a-content-box-2 {
	padding: 40px 0;
}

.a-content-box-1 h2 {
	text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
	font-size: 28px;
	margin-bottom: 35px;
}

.a-boxes-1 .row-box {
	display: flex;
	margin: 0 -20px;
}

.a-boxes-1 .row-box > div {
	padding: 0 20px;
	width: 50%;
}

.a-boxes-1 .number {
	width: 56px;
	height: 56px;
	background: #fff;
    font-family: 'ElectroluxSans_5_Bold';	
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 27px;
	color: #041e50;
	font-size: 26px;
}

.a-box-1 {
	display: flex;
	margin-bottom: 30px;
}

.a-box-1 .txt {
	font-size: 18px;
	padding-top: 10px;
}

.a-boxes-2 {
	display: flex;
	justify-content: center;
	margin-bottom: -30px;
	text-align: center;
}

.a-boxes-1 {
	padding-bottom: 10px;
}

.a-boxes-2 {
	padding-bottom: 10px;
}

.a-box-2 {
	margin: 0 30px;
	margin-bottom: 30px;
	font-size: 15px;
}

.a-box-2 .txt {
	padding-top: 10px;
}

.a-content-box-2-1 {
	border: 1px solid #687896;
	padding: 25px;	
}

.a-content-box-2a .image {
	margin-bottom: -100px;
	text-align: center;
}

.a-content-box-2a {
	margin-bottom: 40px;
}

.a-content-box-3 {
	text-align: center;
	margin-bottom: 30px;
}

.a-content-box-3 .txt-1 {
	font-size: 18px;
}

.a-video {
	margin: 30px 0 0 0;
}

.a-content-box-4 {
	font-size: 16px;
	padding: 30px 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.ss-content-box-1-1 .ss-txt {
		font-size: 16px;
	}
	.a-boxes-1 .row-box {
		display: block;
		margin: 0 -15px;
	}
	.a-boxes-1 .row-box > div {
		width: 100%;
		padding: 0 15px;
	}
	.a-boxes-1 .number {
		margin-right: 15px;
	}
	.a-boxes-2 {
		display: block;
	}
	.a-box-2 {
		margin-left: 0;
		margin-right: 0;
	}
	.a-content-box-2a .image {
		margin-bottom: -20px;
	}
	.a-content-box-1 h2 {
		font-size: 24px;
	}
	.a-content-box-4 {
		padding-top: 0;
	}
}


.cx-content-box-1 {
    background: #041e50;
    padding: 40px 0 0 0;
    color: #fff;
}

.cx-title {
    font-family: 'ElectroluxSans_5_Bold';
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
}

.cx-boxes-1 {
    padding-left: 80px;
}

.cx-box-1 {
    display: flex;
}

.cx-box-1 .cx-number {
    width: 59px;
    height: 59px;
    font-family: 'ElectroluxSans_5_Bold';    
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    margin-right: 25px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.cx-box-1 {
    margin-bottom: 40px;
}

.cx-box-1 .txt {
    padding-top: 11px;
    font-size: 30px;
    line-height: normal;
}

.cx-box-1 .txt a {
    color: #fff;
}

.cx-box-1 .txt a:hover {
    color: #fff;
    opacity: 0.85;
}

.cx-content-box-1 .txt-1 {
    text-align: center;
    font-size: 27px;
    padding: 40px 0 80px 0;
}

.cx-content-box-1 .txt-1 a {
    color: #fff;
}

.cx-content-box-1 .txt-1 a:hover {
    color: #fff;
    opacity: 0.85;
}

.cx-content-box-1 .txt-2 {
    font-size: 37px;
    text-align: center;
    background: #041e50;
    line-height: 44px;
    position: relative;
    z-index: 1;
    padding: 0 20px 20px 20px;
    margin-bottom: -60px;
}

.cx-content-box-2 {
    padding: 110px 0 50px 0;
}

.cx-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 0;
}

.cx-table table td, .cx-table table th {
    border: 1px solid #041e50;
    border-top: none;
    font-size: 20px;
    padding: 10px 16px 8px 16px;
    color: #041e50;
}

.cx-table table tr td:last-child {
    text-align: center;
    width: 460px;
}

.cx-table table th {
    background: #041e50;
    text-align: center;
    color: #fff;
    font-family: 'ElectroluxSans_5_Bold';  
}

.cx-content-box-2 {
    color: #041e50;
}

.cx-content-box-2 .txt-1 {
    color: #041e50;
    font-size: 14px;
    padding: 20px 0 80px 0;
}

.cx-boxes-2 .row-box {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.cx-boxes-2 .col-box {
    padding: 0 3px;
    margin-top: 6px;
    width: 20%;
}

.cx-box-2 {
    color: #041e50;
    border: 1px solid #041e50 !important;
    text-align: center;
    justify-content: center;
    line-height: 1.2;
    padding: 7px 10px 5px 10px;
    border-radius: 5px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.cx-box-2:hover {
    background: #041e50;
    color: #fff;
}

.cx-content-box-3 {
    padding-top: 0;
}

.cx-content-box-3 .txt-3 {
    font-size: 28px;
    margin-bottom: 45px;
    font-family: 'ElectroluxSans_5_Bold';
    background: #cd071e;
    text-align: center;
    padding: 3px 15px 0 15px;
    color: #fff;
}

.cx-content-box-3 .image-1 {
    text-align: center;
    margin-bottom: 55px;
}

.cx-boxes-1-1 {
    padding-top: 0;
}

.cx-content-box-3 .txt-4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 45px 0;
}

.cx-content-box-3 .txt-4 a {
    color: #fff;
    text-decoration: underline;
}

.cx-content-box-3 .txt-4 a:hover {
    color: #fff;
    opacity: 0.85;
    text-decoration: underline;
}

.cx-content-box-1-cx .txt-1 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 100px;
}

.cx-content-box-3-cx .txt-4 {
    padding: 30px 0;
    line-height: 1.6;
}

.cx-content-box-2-1-cx {
    text-align: center;
    font-size: 37px;
    line-height: 44px;
    background: #041e50;
    padding: 30px;
    color: #fff;
    margin: -190px 0 40px 0;
}

@media only screen and (max-width: 1199px) {
.cx-content-box-2-1-cx {
    font-size: 24px;
    line-height: 1.2;
}
}

@media only screen and (max-width: 767px) {
.cx-content-box-2-1-cx {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px;
}
.cx-content-box-1-cx .txt-1 {
    padding-top: 0;
}
}

@media only screen and (max-width: 1199px) {
    .cx-box-1 .txt {
        font-size: 20px;
    }
    .cx-boxes-1 {
        padding-left: 0;
    }
    .cx-box-1 .txt {
        padding-top: 18px;
    }
    .cx-content-box-1 .txt-1 {
        font-size: 20px;
    }
    .cx-content-box-1 .txt-2 {
        font-size: 24px;
        line-height: normal;
    }
    .cx-table table td, .cx-table table th {
        font-size: 16px;
    }
    .cx-table table td, .cx-table table th {
        padding-top: 11px;
    }
}

@media only screen and (max-width: 992px) {
    .cx-table table tr td:last-child {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .cx-box-1 .cx-number {
        margin-right: 15px;
    }
    .cx-box-1 .txt {
        font-size: 16px;
        padding-top: 0;
    }
    .cx-box-1 {
        align-items: center;
    }
    .cx-content-box-1 .txt-1 {
        font-size: 16px;
        padding: 0px 0 40px 0;
    }
    .cx-content-box-1 .txt-2 {
        font-size: 20px;
    }
    .cx-boxes-2 .col-box {
        width: 50%;
    }
	.cx-content-box-2 .txt-1 {
		padding-bottom: 42px;
	}

}


.cx-content-box-1-cx .txt-1-3 {
    font-size: 27px;
    padding-top: 40px;
    padding-bottom: 70px;
    margin-bottom: -10px;
}

.cx-content-box-2-1-cx-1-2 {
    margin-top: -110px;
    font-size: 37px;
    padding: 20px 30px;
}


.cx-content-box-2-1-cx-1-2 {
    margin-bottom: 0;
}

.cx-table {
    margin-left: -3px;
    margin-right: -3px;
}

@media only screen and (max-width: 767px) {
    .cx-content-box-2-1-cx-1-2 {
        margin-bottom: 15px;
    }
    .cx-content-box-1-cx .txt-1-3, .cx-content-box-2-1-cx-1-2 {
        font-size: 20px;
    }
}.ss-footer {
    float: left;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 30px 0px 21px;
}

.cx-content-box-3-cx {
    background: #adbac2;
}

.cx-content-box-3-cx .txt-4 {
    text-align: left;
    padding-left: 165px;
    background: url(../img/02.png) left center no-repeat;
}

@media only screen and (max-width: 767px) {
    .cx-content-box-3-cx .txt-4 {
        padding-left: 0;
        background-image: none;
    }
}