@font-face {
	font-family: 'CoreSansC';
	src: url(img/coresansc-35light.ttf) format('truetype'),
		url(img/coresansc-35light.woff) format('woff'),
		url(img/coresansc-35light.svg) format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'CoreSansC';
	src: url(img/coresansc-45regular.ttf) format('truetype'),
		url(img/coresansc-45regular.woff) format('woff'),
		url(img/coresansc-45regular.svg) format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CoreSansC';
	src: url(img/coresansc-65bold.ttf) format('truetype'),
		url(img/coresansc-65bold.woff) format('woff'),
		url(img/coresansc-65bold.svg) format('svg');
	font-weight: 600;
	font-style: normal;
}

.esm-content{
    display:block;
    max-width:1150px;
    font-family:'CoreSansC', 'Arial', sans-serif;
    margin:0 auto;
    padding:0;
    border:0;
    color:black
}

.esm-content *{
    box-sizing:border-box;
    line-height:1.5
}

.esm-content a,.esm-content div,.esm-content h1,.esm-content h2,.esm-content h3,.esm-content h4,.esm-content h5,.esm-content h6,.esm-content img,.esm-content li,.esm-content ol,.esm-content p,.esm-content span,.esm-content strong,.esm-content table,.esm-content tbody,.esm-content td,.esm-content th,.esm-content thead,.esm-content tr,.esm-content ul{
    margin:0;
    padding:0;
    border:0;
    display:block;
    font-family:'CoreSansC', 'Arial', sans-serif;
}

.esm-content .esm-row{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0px;
    justify-content: center;
    width: 100%;
}

.esm-content [class*="esm-col-"]{
    width:100%;
    padding:0px
}

.esm-content .esm-col-1{
    width:8.3333%
}

.esm-content .esm-col-2{
    width:16.6666%
}

.esm-content .esm-col-3{
    width:25%
}

.esm-content .esm-col-4{
    width:33.3333%
}

.esm-content .esm-col-5{
    width:41.6666%
}

.esm-content .esm-col-6{
    width:50%
}

.esm-content .esm-col-7{
    width:58.3333%
}

.esm-content .esm-col-8{
    width:66.6666%
}

.esm-content .esm-col-9{
    width:75%
}

.esm-content .esm-col-10{
    width:83.3333%
}

.esm-content .esm-col-11{
    width:91.6666%
}

.esm-content .esm-col-12{
    width:100%
}

@media only screen and (min-width: 0px){
     .esm-content .esm-col-s-1{
        width:8.3333%
    }

    .esm-content .esm-col-s-2{
        width:16.6666%
    }

    .esm-content .esm-col-s-3{
        width:25%
    }

    .esm-content .esm-col-s-4{
        width:33.3333%
    }

    .esm-content .esm-col-s-5{
        width:41.6666%
    }

    .esm-content .esm-col-s-6{
        width:50%
    }

    .esm-content .esm-col-s-7{
        width:58.3333%
    }

    .esm-content .esm-col-s-8{
        width:66.6666%
    }

    .esm-content .esm-col-s-9{
        width:75%
    }

    .esm-content .esm-col-s-10{
        width:83.3333%
    }

    .esm-content .esm-col-s-11{
        width:91.6666%
    }

    .esm-content .esm-col-s-12{
        width:100%
    }
}

@media only screen and (min-width: 600px){
     .esm-content .esm-col-m-1{
        width:8.3333%
    }

    .esm-content .esm-col-m-2{
        width:16.6666%
    }

    .esm-content .esm-col-m-3{
        width:25%
    }

    .esm-content .esm-col-m-4{
        width:33.3333%
    }

    .esm-content .esm-col-m-5{
        width:41.6666%
    }

    .esm-content .esm-col-m-6{
        width:50%
    }

    .esm-content .esm-col-m-7{
        width:58.3333%
    }

    .esm-content .esm-col-m-8{
        width:66.6666%
    }

    .esm-content .esm-col-m-9{
        width:75%
    }

    .esm-content .esm-col-m-10{
        width:83.3333%
    }

    .esm-content .esm-col-m-11{
        width:91.6666%
    }

    .esm-content .esm-col-m-12 {
		width: 100%
	}
}
@media only screen and (min-width: 920px){
     .esm-content .esm-col-1{
        width:8.3333%
    }

    .esm-content .esm-col-2{
        width:16.6666%
    }

    .esm-content .esm-col-3{
        width:25%
    }

    .esm-content .esm-col-4{
        width:33.3333%
    }

    .esm-content .esm-col-5{
        width:41.6666%
    }

    .esm-content .esm-col-6{
        width:50%
    }

    .esm-content .esm-col-7{
        width:58.3333%
    }

    .esm-content .esm-col-8{
        width:66.6666%
    }

    .esm-content .esm-col-9{
        width:75%
    }

    .esm-content .esm-col-10{
        width:83.3333%
    }

    .esm-content .esm-col-11{
        width:91.6666%
    }

    .esm-content .esm-col-12{
        width:100%
    }
}

.esm-content p,
.esm-content span,
.esm-content h3,
.esm-content h4,
.esm-content h5,
.esm-content h6{
    display:block;
    font-size:16px;
    font-weight:normal;
    color:black
}

.esm-content img{
    display:block;
    max-width:100%;
    width:unset;
    border:0;
    margin:0 auto
}

.esm-content .esm-row-reverse{
    flex-direction:row-reverse
}

.esm-content .esm-vertical-align{
    align-items:center
}

.esm-content .esm-banner-section .esm-image{
    max-width:1150px
}

.esm-content .white-text {
    color: white;
}

.esm-content .esm-section-header-text{
    font-weight: bold;
    font-size: 35px;
    padding-top: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 20px 25px;;
}

.esm-content .esm-packshot-container {
    position: relative;
}

.esm-content .esm-packshot-container .esm-packshot {
    position: absolute;
    bottom: 2%;
    left: 13%;
    right: 57%;
}

.esm-content .esm-packshot-container .esm-packshot .esm-packshot-title {
    color: white;
    font-size: 24px;
    padding-top: 10px;
}

.esm-content .shape{
    display:inline-block;
    width:88px;
    height:12px;
    background:#007fc8;
    transform:skew(0deg, -6deg);
    margin-bottom:25px
}

.esm-content .esm-icons-box{
    padding:25px 0;
    justify-content:center
}

.esm-content .esm-icons-box .esm-icon-box{
    width:95px;
    padding:0 10px
}

.esm-content .esm-icons-box .esm-icon-box .esm-image{
    max-width:60px;
    margin:10px auto
}

.esm-content .esm-icons-box .esm-icon-box .esm-name{
    font-size:13px;
    text-align:center
}

.esm-content .esm-model-section{
    justify-content:center;
    text-align:center
}

.esm-content .esm-model-section .esm-model-packshot{
    margin:0 auto;
    padding:25px;
    justify-content:center
}

.esm-content .esm-model-section .esm-model-packshot .esm-image{
    max-width:300px;
    max-height:400px;
    margin:0 auto
}

.esm-content .esm-model-section .esm-model-info{
    padding:50px 25px;
    background-color:#737373;
    align-items:center
}

.esm-content .esm-model-section .esm-model-info .shape{
    background:#007fc8
}

.esm-content .esm-model-section .esm-model-info .esm-model-type{
    font-size:20px;
    text-transform:uppercase;
    color: white;
}

.esm-content .esm-model-section .esm-model-info .esm-model-name{
    font-size:30px;
    text-transform:uppercase;
    color: white;
}

.esm-content .esm-model-section .esm-model-info .esm-icons-box .esm-name{
    color: white;
}

.esm-content .esm-videos-section{
    justify-content:center;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    padding:25px;
}

.esm-content .black-background {
    background-color: black;
}

.esm-content .dark-background {
    background-color: #00001a;
}

.esm-content .light-background {
    background-color: #e3e3e3;
}

.esm-content .dark-blue-background {
    background-color: #002746;
}

.esm-content .card-light-background {
    background-color: #ddedec;
}

.esm-content .card-dark-background {
    background-color: #d0eaf1;
}

.esm-content .esm-videos-section .esm-video-box{
    padding-top:25px
}

.esm-content .esm-videos-section .esm-video-box .esm-video{
    position:relative;
    display:block;
    height:0;
    padding:0;
    padding-bottom:45%;
    overflow:hidden;
    margin:2.9% 10%
}

.esm-content .esm-videos-section .esm-video-box .esm-video iframe{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    border:0;
    overflow:hidden;
    border:2px solid white
}

.esm-content .esm-icons-section{
    padding:50px;
    text-align:center
}
.esm-content .esm-icons-section .shape{
    background:#9c9c9c
}

.esm-content .esm-icons-section .esm-model-name{
    text-transform:uppercase
}

.esm-content .esm-icons-section .esm-section-title{
    font-size:28px
}

.esm-content .esm-icons-section .esm-title{
    padding-top:25px;
    text-align:center
}

.esm-content .esm-icons-section .esm-icons-box{
    padding-top:25px
}

.esm-content .esm-benfits-section{
    background-color:white;
}

.esm-content .esm-benfits-section .esm-benefit-box .esm-benefit-description{
    height:auto;
    padding:50px;
    margin-bottom:5px;
}

.esm-content .esm-benfits-section .esm-benefit-box .esm-benefit-description .esm-benefit-name{
    font-size:35px;
    font-weight: bold;
    line-height:1.2;
    text-transform: uppercase;
     color:#002746;
}

.esm-content .esm-benfits-section .esm-benefit-box .esm-benefit-description .esm-benefit-text{
    padding-top:15px;
    text-align: justify;
    font-size:15px;
     color:#002746;
}

.esm-content .esm-benfits-section .esm-benefit-box .esm-image{
    max-width:800px;
    margin:0 auto;
    padding: 75px;
}

.esm-content .esm-faq-section{
    background-color:#5f5f5f;
    text-align:center;
    padding:50px
}

.esm-content .esm-faq-section .esm-faq-title{
    color:white;
    font-size:30px;
    padding-bottom:25px
}

.esm-content .esm-faq-section .esm-faq-item{
    padding:10px 0
}

.esm-content .esm-faq-section .esm-faq-item .esm-faq-question{
    font-weight:bold;
    color:white;
    font-size:14px
}

.esm-content .esm-faq-section .esm-faq-item .esm-faq-answer{
    color:white;
    font-size:14px
}

.esm-content .esm-faq-section .esm-faq-logo{
    margin:0 auto;
    padding-top:50px
}

.esm-content div {
    text-align: center;
}

.esm-content .esm-star {
	text-align: left;
}

.esm-content .esm-star span {
	color: white !important;
	font-size: 14px !important;
}

.esm-content .esm-benefit-description {
	text-align: left;
}

.esm-content h3 {
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 20px 25px;
}

.esm-content .esm-model-section {
	font-size: 34px;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 20px 25px;
	text-align: middle
}

.esm-content .esm-programess-description {

color: white !important;
font-size: 17px !important


        }

.esm-content .esm-line {
    border: 1px solid black;
    width: 105px;
    margin-top: 15px;
    display: block;
}

.esm-content .esm-video-section .esm-video{
    position:relative;
    height:398px;
    width:708px;
    display:inline-block;
    margin:0 auto;
    margin-bottom:20px
}

.esm-content .esm-video-section .esm-video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important
}

.esm-content .esm-image{
    margin: 0 auto;
}

.esm-content .esm-technologies-sections {
    padding: 25px 0;
}

.esm-content .esm-technologies-sections .esm-technologies-box {
    padding: 35px 0;
}

.esm-content .esm-technologies-sections .esm-technologies-box:nth-child(4n+2),.esm-content .esm-technologies-sections .esm-technologies-box:nth-child(4n+3),.esm-content .esm-technologies-sections .esm-technologies-box:nth-child(4n+4) {
    border-left: 2px solid #DADADA;
}

.esm-content .esm-technologies-sections .esm-technologies-box-no-border  {
    padding: 35px;
    border-left: unset;
}

.esm-content .esm-technologies-sections .esm-technologies-box-no-border p {
    font-size: 12px;
    padding: 20px;
}

.esm-content .esm-custom-section {
    margin: 30px 0;
}

.esm-content .esm-custom-section .esm-custom-section-image-container {
    height: 100%;
    display: flex;
}

.esm-content .esm-custom-section .esm-custom-section-header {
    font-size:35px;
    line-height:1.2;
    text-transform: uppercase;
    color:#002746;
    text-align: left;
}

.esm-content .esm-custom-section .esm-custom-section-header .esm-big {
    font-size: 42px;
    line-height: 1.2;
    text-transform: uppercase;
    color:#002746;
    text-align: left;
}

.esm-content .esm-custom-section .esm-custom-section-desc {
    color:#002746;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
    padding: 0 25px 0 0;
}

.esm-content .esm-custom-section .esm-custom-section-bullets-container {
    justify-content: space-evenly;
}

.esm-content .esm-custom-section .esm-custom-section-bullets-container .esm-custom-section-bullet-container {
    max-width: 230px;
    margin: 30px 0;
}

.esm-content .esm-main-technologies-separated-title-container {
    display: flex;
    background: #002A49;
    padding: 40px 0;
}

.esm-content .esm-main-technologies-separated-title-container .esm-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    background: #002A49;
    color: white;
    padding: 0 20px;
}

.esm-content .esm-main-technologies-separated-title-container .esm-title-background {
    display: flex;
    width: 10%;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.esm-content .esm-main-technologies-separated-title-container .esm-title-background .esm-title-bar {
    height: 4px;
    width: 100%;
    display: flex;
    background: white;
}

.esm-content .esm-main-technologies-separated-container {
    background-color: #002A49;
    color: white;
    border-bottom: 4px white solid;
}

.esm-content .esm-main-technologies-separated-container .esm-technology-label {
    font-size: 48px;
}

.esm-content .esm-main-technologies-separated-container .esm-technology-image {
    margin: 40px 20px;
}

.esm-content .esm-main-technologies-separated-container .esm-technology-title {
    font-size: 23px;
    padding: 0 30px;
}

.esm-content .esm-main-technologies-separated-container .esm-technology-desc {
    padding: 10px 30px 40px 30px;
    font-size: 16px;
    height: 100%;
}

.esm-content .esm-technology-container:nth-child(1) .esm-technology-desc {
    border-right: 2px white solid;
}

.esm-content .esm-technology-container:nth-child(2) .esm-technology-desc {
    border-left: 2px white solid;
}

.esm-content .esm-technology-container:nth-child(1) .esm-technology-title {
    border-right: 2px white solid;
}

.esm-content .esm-technology-container:nth-child(2) .esm-technology-title {
    border-left: 2px white solid;
}

@media only screen and (max-width: 600px){
    .esm-content .esm-technology-container:nth-child(1) .esm-technology-desc {
        border-right: none;
    }

    .esm-content .esm-technology-container:nth-child(2) .esm-technology-desc {
        border-left: none;
    }

    .esm-content .esm-technology-container:nth-child(1) .esm-technology-title {
        border-right: none;
    }

    .esm-content .esm-technology-container:nth-child(2) .esm-technology-title {
        border-left: none;
    }
}



.esm-content .esm-section-with-background {
    position: relative;
}

.esm-content .esm-section-with-background > .esm-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.esm-content .esm-section-with-background > .esm-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.esm-content .esm-section-with-background > div:nth-last-child(1) {
    position: relative;
    z-index: 1;
}

.esm-content .esm-technology-main {
    margin: 60px 0 0 0;
}

.esm-content .esm-technology-header {
    margin: 0 0 30px 0;
}

.esm-content .esm-main-technology-title {
    color: white;
    width: 80%;
    font-size: 28px;
    text-align: center;
    margin: 12px auto 24px auto;
    font-weight: bold;
}

.esm-content .esm-main-technology-desc {
    color: white;
    width: 80%;
    font-size: 16px;
    text-align: center;
    margin: 12px auto 24px auto;
    line-height: 32px;
}

.esm-content .esm-main-technology-movie {
    margin: 0 20px 20px 20px;
}

.esm-content .esm-main-technology-video {
    display: flex;
    justify-content: center;
    padding-top: 56.25%;
    position: relative;
}

.esm-content .esm-main-technology-video > iframe,
.esm-content .esm-main-technology-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esm-content .esm-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.esm-content .esm-main-technology-disclaimer {
    color: white;
    font-size: 13px;
    margin: 0 20px 27px 20px;
}