@import url(web_fonts/fonts.css);

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html, body {
    width: 100%;
    height: 100%;

    min-height: 692px;
    min-width: 960px;


    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: hel45, sans-serif;
}

body *{
    position: relative;
    color: #36424a;
}

a{
    color: inherit;
    text-decoration: none
}

img{
    vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6{
    font-family: hel75, sans-serif;
    font-weight:100;
}

p{
    font-family: hel45, sans-serif;
    font-weight:100;
}


/* ---------------------------- */
/* Intro Wrapper start */
.intro-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center
}

.intro-wrapper h2, .intro-wrapper img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
}

.intro-wrapper h2 img{
    position: relative;
    vertical-align: top;
    left:auto;
    right: auto;
    top: auto;

    opacity: 1;
}

.intro-wrapper h2 {
    top: 40%;
    font-size: 6vw;
    font-family: hel45, sans-serif;
    line-height:normal;
    color:#e30613;
}

.intro-wrapper h2 span{
    display: block;
    font-size: 4vw;
    color: #70706e;
}

.intro-wrapper img {
    width: 40%;
    height: auto;
    top: 0;
    bottom: 0;
}

/* Intro Wrapper end */
/* ---------------------------- */

/* ---------------------------- */
/* Skip Intro button end */

.skipIntro {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-family: hel75, sans-serif;
    font-size: 12px;
    padding: 10px 15px 7px;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    transition: all .3s ease-out;
    z-index: 9990;
    text-transform: uppercase;
}

.skipIntro:hover, .btn.enter:hover {
    background-color: #d52b1e;
    color: #ffffff;
}

.btn.enter{
    position: relative;
    display: none;
    font-family: hel75, sans-serif;
    font-size: 12px;
    font-size: 1vw;
    padding: 10px 15px 7px;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    transition: all .3s ease-out;
    text-transform: uppercase;
    top: 63%;
    width: fit-content;
    margin: auto;
}

.intro-video{
    cursor: pointer;
    /*display: inline-block;
    position: absolute;
    left: 10px;
    top: 52px;*/
    /*font-family: hel75, sans-serif;
    font-size: 12px;
    padding: 10px 15px 7px;
    color: #fff;
    background-color: #1b1b1b;
    transition: all .3s ease-out;
    text-transform: uppercase;*/
}

/*.intro-video:hover {
background-color: #d52b1e;
color: #ffffff;
}*/

/* Skip Intro button end */
/* ---------------------------- */

/* ---------------------------- */
/* header screen start */

#header-main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 960px;
    background-color: #1d2735;
    height: 52px;
    z-index: 9
}

#header-main > h2, #header-main .back {
    display: inline-block;
    line-height: 52px;
}

#header-main > h2 {
    position: absolute;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    height: 52px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    /*margin-left: 312px;
    margin-right: 60px;*/
}

#header-main h2:first-letter{
    text-transform: uppercase;
}

#header-main .back {
    display: none;
    position: absolute;
    right: 72px;
    top: 0;
    cursor: pointer
}

#header-main .back img {
    /*vertical-align: middle;*/
    vertical-align: -6px;
    width: 24px
}

.logo.header {
    position: relative;
    left: 8px;
    display: inline-block;
    top: 11px;
    cursor: pointer
}
.logo.header a{
    display: inline-block;
    vertical-align: text-top;
}

.logo.header a h2{
    font-family: hel75, sans-serif;
    font-size: 32px;
    color: #e30613;
    margin-left: 15px;
}

.logo.header img {
    height: 30px
}

/* ------------------ */
/* Burger Icon Start */

#menu-toggle {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 42px;
    right: 10px;
    text-align: center;
    top: -2px;
    cursor: pointer
}

#menu-toggle span {
    display: block;
    background: rgba(255, 255, 255, .7);
    border-radius: 2px;
    transition: all .25s cubic-bezier(.44, .1, .41, .94)
}

#menu-toggle #hamburger {
    position: absolute;
    height: 36px;
    width: 36px
}

#menu-toggle #hamburger span {
    width: 100%;
    height: 3px;
    position: relative;
    top: 30%;
    left: 0;
    margin: 6px auto
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .125s
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .25s
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .375s
}

#menu-toggle.open #hamburger span {
    width: 0
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s
}

#menu-toggle #cross {
    position: absolute;
    height: 42px;
    width: 42px;
    transform: rotate(45deg);
    top: 10px;

}

#menu-toggle #cross span:nth-child(1) {
    height: 0;
    width: 4px;
    position: absolute;
    top: calc(20% - 0px);
    left: calc(50% - 2px);
    transition-delay: 0s
}

#menu-toggle #cross span:nth-child(2) {
    width: 0;
    height: 4px;
    position: absolute;
    left: calc(20% - 0px);
    top: calc(50% - 2px);
    transition-delay: .15s
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 60%;
    transition-delay: .525s
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 60%;
    transition-delay: .375s
}

/* Burger Icon End */
/* ---------------- */

.navigation-category {
    display: table;
    position: fixed;
    background-color: #fff;
    text-align: center;
    top: 52px;
    right: -100%;
    z-index: 2999;
    transition: right .6s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.link-wrapper ul {
    display: inline-block;
    padding: 15px 30px 10px;
    text-align: left;
}

.link-wrapper ul li {
    display: table;
    margin: 10px 0;
    text-align: left;
    list-style: none;
    color: #6d6e71;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-family: hel75, sans-serif;
    font-size: 18px;
}

.link-wrapper ul li.sect_wrapper{
    white-space: nowrap;

}

.link-wrapper ul li.sect_wrapper a{
    display: inline-block;
    vertical-align: middle;
}

.link-wrapper ul li.sect_wrapper a.active_section{
    opacity: 0.5;
    pointer-events: none;
}

.link-wrapper ul li.sect_wrapper a img{
    vertical-align: middle;
}

.link-wrapper ul li.downloadBrochure:last-child {
    font-size: 12px;
    margin-top: 25px;
    color: #6d6e71;
}

.link-wrapper ul li:hover {
    border-bottom: 1px solid
}

.link-wrapper ul li.sect_wrapper:hover {
    border-bottom: 1px solid transparent;
}

/* header screen start */
/* ---------------------------- */

/* ---------------------------- */
/* Home screen start */

.homescreen{
    display: none;
    position: relative;
    /*width: 100%;
    min-height: 540px;
    height: calc(100% - 152px);*/
    width: 1157px;
    height: 651px;

    margin-top: 52px;
    margin-right: auto;
    margin-left: auto;


}

.hs_bg{

    position: absolute;
    left: auto;
    right: auto;
    /*max-width: 1280px;
    max-height: 720px;
    width: 100%;
    height: 100%;*/

    width: 1157px;
    height: 651px;

    background: url(../images/vid-placeholder.jpg) no-repeat center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.homescreen .hs_introline{
    font-size: 2.5em;
    color: #e30613;
    top: 40%;
    left: 40px;
}

.homescreen .hs_content {
    display: none;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
}

.homescreen .hs_content h1{
    position: relative;
    font-size: 3.2vw;
    color: #e30613;
    margin-bottom: 20px;
}

.homescreen .hs_content h4{
    position: relative;
    margin-bottom: 10px;
    color: #e40b13;
    font-family: hel75, sans-serif;
    /*font-size: 2.3vw;*/
    font-size: 32px;
    text-align: left;
}
.homescreen .hs_content p{
    margin-bottom: 10px;
}


.intro-video{
    margin-top: 20px;
}

.homescreen .hotspot{
    position: absolute;
    bottom: 5%;
    right: 2vw;
    width: 65%;
    height: 80%;
}

.homescreen .hotspot ul{
    width: 100%;
    height: 100%;
    list-style-type: none;
}

.homescreen .hotspot ul li.hide{
    opacity: 0;
    pointer-events: none;
}

.homescreen .hotspot ul li{

    display: block;
    position: absolute;
    width: 120px;
    width: auto;
    height: auto;
    color: #e30613;
    font-size: 16px ;
    text-align: center;
    cursor: pointer;
    transition: color 0.5s ease-out,  background-color 0.5s ease-out, opacity 0.5s ease-out;
}

.homescreen .hotspot ul li:before{
    content: "";
    position: absolute;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    border-right: 2px solid #e30613;
}

.homescreen .hotspot ul li:after{
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;

    background-image: url(../images/icon-target.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /*background-color: transparent;
    border: 5px solid #d93431;
    border-radius: 50%;*/
    box-sizing: border-box;
}

.hs_note{
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}


.section-callout-container{
    position: absolute;
    /*width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 720px;*/

    width: 1157px;
    height: 651px;

    left: 0;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    margin: auto;

}

.section-callout-container .sect-callout-wrapper{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}



.section-callout-container .sect-callout-wrapper .sect-callout{

    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #e30613;
    color: #fff;
    border-radius: 50%;
    border: 1px solid;
    border-color: #e30613;
    font-size: 11px;
    font-family: hel75, sans-serif;
    text-align: center;
    padding: 14px 2px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.section-callout-container .sect-callout-wrapper .sect-callout > *{
    pointer-events: none;
}

.section-callout-container .sect-callout-wrapper .sect-callout:hover{
    color: #e30613;
    background-color: #fff;
}

.section-callout-container .sect-callout-wrapper .sect-callout.active{
    background-color: #282e38;
    border: 1px solid #282e38;
    color: #fff;
    pointer-events: none;
}
.section-callout-container .sect-callout-wrapper .sect-callout .sc-round{
    color: inherit;
}

.section-callout-container .sect-callout-wrapper .sect-callout:hover:after{

}
.section-callout-container .sect-callout-wrapper .sect-callout:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 95px;
    top: 100%;
    border-left: 1px solid #e30613;
}

.section-callout-container .sect-callout-wrapper .sect-callout,
.section-callout-container .sect-callout-wrapper .sect-callout:after,
.section-callout-container .sect-callout-wrapper .sect-callout > *, .section-callout-container .sect-callout-wrapper .sect-callout > *:after{
    transition: all 0.3s ease-out;
    transform-origin: center top;
}

.section-callout-container .sect-callout-wrapper .sect-callout.active:after{
    border-color:  #282e38;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(1){
    left: 21.5%;
    top: 17%;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(1):after{
    height: 105px;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(2){
    left: 19.4%;
    bottom: 30%;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(2):after{
    height: 85px;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(3){
    left: 50%;
    top: 32.5%;
}
.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(3):after{
    height: 55px;   
}

.section-callout-container .sect-callout-wrapper.v1 .sect-callout:nth-of-type(3) .sc-ele-1{
    position: absolute;
    width: 150px;
    height: 130px;
    top: 50%;
    border: 1px solid;
    border-color: inherit;
    border-bottom: 0px;
    border-left: 0;
    left: 100%;
}

.section-callout-container .sect-callout-wrapper.v1 .sect-callout:nth-of-type(3) .sc-ele-1:after{
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    top: 100%;
    border-top: 1px solid;
    border-color: inherit;
    left: 100%;
}

.section-callout-container .sect-callout-wrapper.v1 .sect-callout.anim-out:nth-of-type(3) .sc-ele-1:after{
    width: 0%;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4){
    left: 40%;
    top: 26%;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4):after{
    height: 174px
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-1{
    position: absolute;
    top: 432%;
    width: 80px;
    border: 1px solid;
    border-color: inherit;
    transform: rotate(21deg) translateX(-11px) skewX(-29deg);
    height: 15px;
    border-bottom: 0px;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-2{
    position: absolute;
    top: 406%;
    font-size: 8px;
    color: #e40b13;
    width: 26px;
    height: 71px;
    transform: rotate(-70deg);
    left: -26px;

}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-2 span{
    position: absolute;
    font-size: 8px;
    color: #e40b13;
    left: 5px;
    top: 16px;
    transform: rotate(70deg);
    transition: all 0.25s ease-out;
    opacity: 0;
    transition-delay: 0.3s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-2 span:nth-child(2){
    left: 9px;
    top: 32px;
    transition-delay: 0s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-2 span:nth-child(3){
    left: 1px;
    top: 41px;
    transition-delay: 0.2s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-2 span:nth-child(4){
    left: 9px;
    top: 52px;
    transition-delay: 0.4s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-2 span:nth-child(5){
    left: 2px;
    top: 65px;
    transition-delay: 0.1s;
}


.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-3{
    position: absolute;
    top: 150%;
    width: 20px;
    border: 1px solid;
    border-color: inherit;
    transform: rotate(21deg) translateX(-11px) skewX(-29deg);
    height: 50px;
    border-right: 0px;
    left: 740%; 
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-4{
    position: absolute;
    top: 196%;
    font-size: 8px;
    color: #e40b13;
    width: 26px;
    height: 71px;
    transform: rotate(-119deg);
    left: 343px;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-4 span{
    position: absolute;
    font-size: 8px;
    color: #e40b13;
    left: 0px;
    top: 24px;
    transform: rotate(120deg);
    opacity: 0;
    transition-delay: 0.3s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-4 span:nth-child(2){
    left: 3px;
    top: 42px;
    transition-delay: 00s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-4 span:nth-child(3){
    left: -21px;
    top: 41px;
    transition-delay: 0.2s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-4 span:nth-child(4){
    left: -20px;
    top: 53px;
    transition-delay: 0.5s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-4 span:nth-child(5){
    left: -22px;
    top: 65px;
    transition-delay: 0.1s;
}


.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4) .sc-ele-5 {
    position: absolute;
    width: 315px;
    height: 63px;
    top: 50%;
    border: 1px solid;
    border-color: inherit;
    border-bottom: 0px;
    border-left: 0;
    left: 100%;
}



.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(5){
    right: 48%;
    top: 68%;
}
.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(5):after{
    height: 35px;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(6){
    left: 54%;
    bottom: 29.8%;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(6):after{
    height: 42px;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(6) .sc-ele-1{
    position: absolute;
    top: 162%;
    left: -151%;
    width: 238px;
    height: 18px;
    border: 1px solid;
    border-color: inherit;
    transform: rotate(-39deg) translateX(-0px) skewX(-37deg);
    border-bottom: 0px;
    transition-delay: 0.25s;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(6).anim-out .sc-ele-1{
    width: 0px;
    height: 0px;
    top: calc(100% + 42px);
    left: 50%;
    border: 0px solid;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(7){
    left: 50%;
    top: 2%;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(7):after{
    height: 40px;
}


.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1){
    left: auto;
    top: 29%;
    right: 29%;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1):after{
    height: 42px;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(2){
    right: 34%;
    top: 9%;
    left: auto;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1) .sc-ele-1{
    position: absolute;
    top: 286%;
    width: 190px;
    border: 1px solid #e40b13;
    height: 95px;
    border-bottom: 0px;
    border-left: 0px;
    top: 175%;
    left: -100%;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1).active .sc-ele-1, 
.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1).active .sc-ele-1:after{
    border-color: #36424a;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1) .sc-ele-1:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30%;
    border-right: 1px solid #e40b13;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(2):after{
    height: 210px;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3){
    left: 22.1%;
    top: 3%;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3):after{
    height: 00px;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3) .sc-round{
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #e30613;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #e30613;
    font-size: 10px;
    font-family: hel75, sans-serif;
    text-align: center;
    padding: 14px 2px 0;
    box-sizing: border-box;
    pointer-events: all;
    cursor: pointer;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3).active .sc-round{
    background-color: #282e38;
    border: 1px solid #282e38;
    color: #fff;
    pointer-events: none;

}



.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3) .sc-ele-1{
    position: absolute;
    top: 0px;
    left: 0;
    transform: translate(-24%, -21%);
    width: 740%;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3) .sc-ele-1 img{
    width: 100%;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(3) .sc-ele-1 img:nth-child(2){
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.section-callout-container .sect-callout-wrapper.v2 .line-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;

    pointer-events: none;
}

.section-callout-container .sect-callout-wrapper.v2 .line-wrapper .line{
    /*border: 2px dashed #808284;*/
    display: none;
    border: 2px dashed #808284;
    width: 50%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;

}
.section-callout-container .sect-callout-wrapper.v2 .line-wrapper .line:nth-child(1){
    border-top: 0;
    border-left: 0;
    right: 18.9%;
    top: 9%;
    left: auto;
    width: 10%;
    height: 24%;   
}

.section-callout-container .sect-callout-wrapper.v2 .line-wrapper .line:nth-child(2){
    border-top: 0;
    border-left: 0;
    right: 23.6%;
    top: 8.1%;
    left: auto;
    width: 10%;
    height: 5%;

}
.section-callout-container .sect-callout-wrapper.v2 .line-wrapper .line:nth-child(3){
    border-bottom: 0;
    border-left: 0;
    left: 34.5%;
    top: 2%;
    /* left: auto; */
    width: 44%;
    height: 1%;
}

.section-callout-container .sect-callout-wrapper.v1 .sect-callout:nth-of-type(3).anim-out .sc-ele-1{
    opacity: 0;
    width: 0;
    height: 0;
}

.section-callout-container .sect-callout-wrapper.v1 .sect-callout:nth-of-type(3) .sc-ele-1{
    /*width: 0px ; height: 0px ;*/
}



.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1){
    left: 35%;
    top: 39.5%;
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1):after{
    height: 130px;
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1) .sc-ele-1{
    width: 100%;
    top: 43px;
    z-index: 2;
    display: none;
}

.section-callout-container .sect-callout-wrapper.v1 .sect-callout:nth-of-type(3) .sc-ele-1{}
/*.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1) .sc-ele-1:after{
content: '';
position: absolute;
width: 1px;
height: 45px;
top: 97%;
border-left: 1px solid #e30613;
left: 50%;
}*/

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1) .sc-ele-1 img{
    width: 100%;
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(2){
    left: 56%;
    top: 28%;
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(2):after{
    height: 120px;
}
.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(3){
    left: 43%;
    top: 32%;
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(3):after{
    height: 195px;

}


.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(4){
    left: 62.3%;
    top: 2%;
    font-size: 8px;
    padding-top: 17px;
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(4):after{
    width: 200%;
    height: 1px;
    top: 50%;
    border-top: 1px solid #e30613;
    left: 100%;
}
.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(4).active:after{
    border-color:#282e38;
}



.section-callout-container .sect-callout-wrapper .sect-callout.anim-out:after{
    height: 0px !important;
    width: 0px !important;
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4){
    transition-delay: 0.25s;
}
.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4).anim-out .sc-ele-1{
    /*height: 0px !important;
    width: 0px !important;*/

    opacity: 0
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4).anim-out .sc-ele-2{
    opacity: 0
}

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4).anim-out .sc-ele-3{
    opacity: 0
}
/*.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4).anim-out .sc-ele-4{
opacity: 0
}*/

.section-callout-container .sect-callout-wrapper .sect-callout:nth-of-type(4).anim-out .sc-ele-5{
    /*opacity: 0*/
    height: 0; width: 0;
}

.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1) .sc-ele-1{
    transition-delay: 0.25s;
}
.section-callout-container .sect-callout-wrapper.v2 .sect-callout:nth-of-type(1).anim-out .sc-ele-1{
    transform: scale(0);
}

.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1) .sc-ele-1{
    transition-delay: 0.2s;
}
.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1).anim-out .sc-ele-1{
    opacity: 0;
}
.section-callout-container .sect-callout-wrapper.v3 .sect-callout:nth-of-type(1).anim-out .sc-ele-1:after{
    height: 0;
}




/* Home screen end */
/* ---------------------------- */

/* ---------------------------- */
/* feature wrapper start */

#feature-sec-wrapper {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    /*height: calc(100% - 42px);
    width: 100%;*/
    height: auto;
    width: auto;
    background-color: transparent;
    /*pointer-events: none;*/
}

#feature-sec-wrapper .feat-sect{
    top: 250px;
    display: none;
    position: absolute;
    background-color: #fff;
    display: block;
    width: auto;
    border: 2px solid rgba(89, 91, 93, 0.6);
    padding: 8px;
    box-sizing: border-box;
    width: 300px;
    right: 10px;
}

#feature-sec-wrapper .feat-sect .title{
    background-color: #1d2735;
    font-size: 24px;
    font-family: hel75, sans-serif;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#feature-sec-wrapper .feat-sect p{
    font-size: 14px;
    padding: 2px;
    box-sizing: border-box;
    color: #1d2735;
}

#feature-sec-wrapper .feat-sect p.extended-sect-link{
    color: #e30613;
    cursor: pointer;
    font-family: hel75, sans-serif;
    margin-top: 10px;
}

.popup-content-wrapper{
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    top: 12vh;
}
.popup-content-wrapper .content span{
    position: absolute;
    /*top: 20px;
    left: 20px;*/
    text-align: left;
}

.popup-content-wrapper .content img{
    height: 74vh;
}

/* ---------------------------- */
/* Extended Screen */

#feature-sec-extended-wrapper{
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    height: auto;
    width: auto;
    background-color: #0000;
    z-index: 999;
}

#feature-sec-extended-wrapper .feat-sect-extended{
    display: none;
    position: absolute;
    background-color: #fff;
    display: block;
    width: auto;
    border: 2px solid #e30613;
    padding: 8px;
    box-sizing: border-box;
    width: 70vw;
    right: 10px;
    height: calc(100vh - 72px);
    overflow: scroll;
}

#feature-sec-extended-wrapper .feat-sect-extended .title{
    background-color: #1d2735;
    font-size: 24px;
    font-family: hel75, sans-serif;
    color: #fff;
    padding: 5px;
    padding: 10px 6px 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#feature-sec-extended-wrapper .feat-sect-extended .sect-row:last-child{
    margin-bottom: 0px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p{
    margin-bottom: 10px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p.highlight{
    color: #e30613;
    font-family: hel75, sans-serif;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col p:last-child{
    margin-bottom: 0px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col ul {
    margin: 10px 0 15px;
}

#feature-sec-extended-wrapper .feat-sect-extended .sect-col ul li{
    margin: 7px 0 0px 17px;
}

#feature-sec-extended-wrapper .feat-sect-extended  img.ext-vid-img{
    position: relative;
    width: 100%;
    border: 1px solid rgba(50,50,50,0.3);

}

#feature-sec-extended-wrapper .feat-sect-extended  img.ext-vid-img[data-visual-type="video"]{
    cursor: pointer;
}

#feature-sec-extended-wrapper .feat-sect-extended   img.vid-play-img{
    position: absolute;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    pointer-events: none;
}


#feature-sec-extended-wrapper .feat-ext-close{
    position: absolute;
    right: 24px;
    top: 16px;
    cursor: pointer;
}

/* ---------------------------- */


footer {
    display: none;
    position: fixed;
    min-width: 960px;
    width: 100%;
    height: 100px;    

    left: 0;
    bottom: 0;

    background-color: #e0e1e2;
    z-index: 998;
}

footer .foo-wrapper{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

footer div.sect-link ul li{
    display: inline-block;
    background-color: #595b5d;
    color: #fff;
    line-height: normal;
    padding: 12px 40px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.4s ease-out;
}

footer div.sect-link ul li:hover{
    background-color: #333;

}
footer div.sect-link ul li.active{
    background-color: #e30613;;
    pointer-events: none;
}

footer .sect-link ul li span{
    /*display: block;*/
    text-transform: uppercase;
    font-family: hel75, sans-serif;
    color: #fff;
    line-height: 0px;

}


footer div.foo-link {
    position: absolute;
    right: 10px;
    bottom: 10px;

}
footer div.foo-link ul li {
    display: inline-block;
    list-style: none;
    color: #37424a;
    font-size: 12px;
    margin: 5px 10px 10px;
    cursor: pointer;
}


.full-spec-btn{
    display: inline-block;
    background-color: #36424a;
    font-family: hel75,sans-serif;
    font-size: 14px;
    padding: 10px 12px 6px;
    margin: 20px 50px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.4s ease-out;
}

.full-spec-btn:hover {
    background-color: #d52b1e;
    color: #ffffff;
}



.pop-window{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px;
    box-sizing: border-box;
    z-index: 9999;
    overflow: hidden;
}

.pop-content-wrapper{
    position: relative;
    position: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
}

.pop-content {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}

.pop-content.video{

}


.pop-content-wrapper .pop-close {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #D4D6D8;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9;
    right: 0px;
    top: 0px;
    cursor: pointer;

}

.pop-content-wrapper .pop-close img {
    width: 28px;
    cursor: pointer;
    vertical-align: bottom
}



/* --------------------------------- */
/* Terms & condition template start */

.tc-tempt {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 70px 20px 120px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: scroll
}

.tc-tempt h3 {
    font-size: 24px
}

.tc-tempt h4 {
    font-size: 18px
}

.tc-tempt h3, .tc-tempt h4 {
    color: #d52b1e;
    margin-top: 30px
}

.tc-tempt h3:nth-of-type(1){
    margin-top: 0px;
} 

.tc-tempt p {
    padding: 0;
    font-size: 14px;
    color: #37424a
}

/* Terms & condition template end */
/* --------------------------------- */

.pos-abs-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

img.full-width {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.bold {
    font-family: hel75!important
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}



@media all and (max-width:1155px) {
    footer .foo-wrapper{
        justify-content:flex-start;
        padding: 15px;
        box-sizing: border-box;
    }
}