/* May 2019 | Developed by Artenergy.com */

/*
Brand Colors:
[1] Primary Blue:#004f9b;	rgb(0,79,155);
[2] 2nd Blue-Dark:#003366;	rgb(0,51,102);
[3] Grey:#989898;			rgb(152,152,152);
[4] Blue-Light:#0b629e;		rgb(0,34,88);
[5] Orange:#f26722;			rgb(242,103,34);
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

/*	============================================================
	General
	============================================================	*/
html, body {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #004f9b;
    color: #fff;
    font-family: Lato, sans-serif;
}

hr {
    border-color: #ddd;
    border-style: dotted;
}

a, a:active, a:focus {
    color: #f26722;
    outline: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

p {
    color: #fff;
    font-size: 18px;
}

/*	============================================================
	H Tags
	============================================================	*/
h1, .h1, h2.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #fff;
    font-weight: 700;
}

h1, .h1 {
    font-size: 60px;
    font-weight: 900;
}

h2, .h2 {
    font-size: 52px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 300;
}

h6, .h6 {
    font-size: 14px;
}

/* Queries */
@media (max-width: 992px) {
    h1, .h1 {
        font-size: 48px !important;
    }

    h2, .h2 {
        font-size: 46px !important;
    }

    h3, .h3 {
        font-size: 26px !important;
    }

    h4, .h4 {
        font-size: 22px;
    }

    .secfilingtable {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 40px !important;
    }

    h2, .h2 {
        font-size: 40px !important;
    }

    h3, .h3, .section-description {
        font-size: 26px !important;
    }

    h4, .h4 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    h1, .h1 {
        font-size: 30px;
    }

    h1, .h1 {
        font-size: 40px !important;
    }

    h2, .h2 {
        font-size: 30px !important;
    }

    h3, .h3 {
        font-size: 18px !important;
    }

    h4, .h4 {
        font-size: 18px;
    }
}

@media (min-width: 577px) and (max-width: 577px) {
    .section-description {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {
    .lead {
        font-size: 18px !important;
    }
}

/*	============================================================
	Margin
	============================================================	*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mt200 {
    margin-top: 200px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-80 {
    margin-top: -80px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb-20 {
    margin-bottom: -20px;
}

.mb-40 {
    margin-bottom: -40px;
}

/*	============================================================
	Logo
	============================================================	*/
.logo {
    top: 60px;
    left: 60px;
    z-index: 8;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo-symbol {
    width: 60px;
    height: 60px;
    -webkit-animation: fadeIn, slideInDown;
    animation: fadeIn, slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.logo-symbol .fill-white {
    fill: #fff;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo-wordmark {
    width: 200px;
    height: 29px;
    margin-bottom: -15px;
    background-color: #fff;
    mask: url(../img/quanergy-wordmark.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/quanergy-wordmark.svg) no-repeat 0 0/100% 100%;
    -webkit-animation: fadeIn, slideInDown;
    animation: fadeIn, slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo:hover .logo-wordmark {
    background-color: #f26722;
}

.logo:hover .logo-symbol .fill-white.alt {
    fill: #f26722;
}

.logo:hover .logo-symbol .fill-grey {
    fill: #f26722;
}

.logo-top {
    top: 15px;
    left: 60px;
    z-index: 8;
    position: fixed;
    display: inline-block !important;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.logo-top.logo-symbol {
    width: 50px;
    height: 50px;
}

/* Queries */
@media (max-width: 1200px) {
    .logo {
        top: 20px;
    }
}

@media (max-width: 576px) {
    .logo {
        top: 20px;
        left: 20px;
    }

    .logo-top {
        top: 15px;
        left: 15px;
    }
}

@media (max-width: 320px) {
    .logo-wordmark {
        display: none;
    }
}

/*	============================================================
	Menu
	============================================================	*/
nav#menu {
    top: 0;
    right: 45px;
    z-index: 5 !important;
    width: auto;
    overflow: hidden;
    padding-top: 75px;
    position: absolute;
}

nav#menu span {
    width: auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation: fadeIn, slideInDown;
    animation: fadeIn, slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

nav#menu .nav-link {
    color: #f26722;
    font-size: 18px;
    font-weight: 700;
}

nav#menu.nav-top {
    right: 0;
    min-width: 797px;
    height: 78px;
    position: fixed;
    padding: 15px 45px 10px 0;
    display: block;
}

nav#menu.nav-top.dark {
    background: rgba(0, 79, 155, .8);
}

nav#menu.nav-top span {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

nav#menu .nav-link.on,
nav#menu .nav-link.active,
nav#menu .nav-link:hover,
nav#menu .nav-link.active:active,
nav#menu .nav-link.active:focus {
    color: #fff;
}

/* Queries */
@media (max-width: 1200px) {
    nav#menu {
        display: none;
    }

    nav#menu.nav-top {
        top: 0;
        left: 0;
        z-index: 2;
        min-width: 100vw;
        width: 100vw;
        height: 100vh;
        padding: 0;
        display: block;
    }

    nav#menu span {
        z-index: 2;
        position: relative;
        display: block;
        padding: 100px 0 0 30px;
    }

    nav#menu .nav-link {
        width: 200px;
        color: #f26722;
        margin: 0 auto;
        font-size: 24px;
    }

    nav#menu.nav-top.dark {
        background: rgba(0, 51, 102, .95);
    }

    #header .h-dropdown {
        display: none;
    }
}

@media (max-width: 576px) {
}

/*	============================================================
	Dropdown Menu
	============================================================	*/
#header .h-dropdown {
    right: 0;
    top: 0;
    width: auto;
    min-width: 946px;
    height: 265px; /* 360px */
    z-index: 2;
    position: fixed;
    padding: 100px 0 15px 0;
    background-color: rgba(0, 79, 155, .9);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#header .h-dropdown.h-d-minify {
    top: -60px;
}

#header .h-dropdown .list-inline-item {
    position: relative;
}

#header .h-dropdown .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 2px 0 2px 0;
    margin-top: -7px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

#header .h-dropdown .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

#header .h-dropdown .nav-link {
    color: #f26722;
    font-size: 16px;
    padding: 2px 0 0 0;
    line-height: 1.6;
    font-weight: 700;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#header .h-dropdown .nav-link:hover {
    color: #fff;
}

#header .h-dropdown .nav-link.active,
#header .h-dropdown .nav-link.active:active,
#header .h-dropdown .nav-link.active:focus {
    color: #fff;
}

#applications-header.h-dropdown div nav:nth-child(1) {
    padding-left: 10px;
}

/*	============================================================
	Dropdown Menu Products
	============================================================	*/
#header .h-dropdown.h-products .list-inline-item {
    width: 18%;
    padding: 28px 0 0 0;
    Xborder: 1px solid black;
}

#header .h-dropdown.h-products .list-inline-item .nav-link span {
    display: block;
    margin-top: -10px;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(1) {
    width: 13%;
    margin-left: 20px;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(1) .nav {
    margin-left: 15px;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(2),
#header .h-dropdown.h-products .list-inline-item:nth-child(3),
#header .h-dropdown.h-products .list-inline-item:nth-child(4) {
    width: 13%;
    margin-left: 0;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(3) .nav {
    margin-right: 0;
}

#header .h-dropdown.h-products .list-inline-item .nav-link {
    text-align: center;
    margin: 0 auto;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(5) .nav-link,
#header .h-dropdown.h-products .list-inline-item:nth-child(6) .nav-link {
    top: -10px !important;
    position: relative;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(1) nav .nav-link.disabled {
    margin-left: 0;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(1) nav:before,
#header .h-dropdown.h-products .list-inline-item:nth-child(5) nav:before {
    left: 0;
    height: 25px;
    font-size: 11px;
    font-weight: 400;
    Xword-spacing: 5px;
    letter-spacing: 1px;
    position: absolute;
    color: rgba(255, 255, 255, .7);
}

#header .h-dropdown.h-products .list-inline-item:nth-child(5) img,
#header .h-dropdown.h-products .list-inline-item:nth-child(6) img {
    margin-top: 1px;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(1) nav:before {
    left: 30px;
    top: 4px;
    content: 'SENSORS';
}

#header .h-dropdown.h-products .list-inline-item:nth-child(5) nav:before {
    left: 33px;
    top: 4px;
    white-space: nowrap;
    content: 'FLOW MANAGEMENT PLATFORM';
}

#header .h-dropdown.h-products .list-inline-item:nth-child(5) {
    Xwidth: 23%;
    padding-left: 10px;
    margin-left: 10px;
}

#header .h-dropdown.h-products .list-inline-item:nth-child(5):before {
    top: 25px;
    left: -10px;
    content: '';
    width: 1px;
    height: 140px;
    z-index: 2;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, .3);
}

#header .h-dropdown.h-products .list-inline-item img {
    opacity: .6;
    width: 90px;
    height: auto;
    display: block;
    margin: 10px auto 5px;
}

#header .h-dropdown.h-products .list-inline-item:hover img,
#header .h-dropdown.h-products .list-inline-item .active img {
    opacity: 1;
}

/*	============================================================
	Dropdown Menu Iconed
	============================================================	*/
#header .h-dropdown.h-icons .nav-link {
    padding: 28px 0 30px 0;
}

#header .h-dropdown.h-icons .nav {
    position: relative;
}

#header .h-dropdown.h-icons.h-icons-apps .nav:first-child {
    margin-left: 10px;
}

#header .h-dropdown.h-icons .nav:before {
    top: 35px;
    left: 0;
    content: '';
    width: 1px;
    height: 103px;
    z-index: 2;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, .3);
}

#header .h-dropdown.h-icons .imgless .nav-link {
    padding: 30px 0 20px 0;
}

#header .h-dropdown.h-icons .imgless .nav:before {
    height: 22px;
}

#header .h-dropdown.h-icons .nav:first-child:before {
    display: none;
}

#header .h-dropdown.h-icons .d-flex .flex-fill .nav-link {
    text-align: center;
    margin: 0 auto;
}

#header .h-dropdown.h-icons img {
    opacity: .6;
    width: 80px;
    height: auto;
    display: block;
    margin: 10px auto 5px;
}

#header .h-dropdown.h-icons .nav-item:hover img {
    opacity: 1;
}

/*	============================================================
	Display
	============================================================	*/
.display {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.display.alt {
    height: 300px;
}

/* Video */
.display video {
    left: 0;
    top: 0;
    z-index: 0;
    width: auto;
    height: auto;
    display: block;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.display:before {
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 51, 204, .3);
}

.products-3-display.row,
.products-4-display.row,
.products-5-display.row,
.product-display .row {
    z-index: 1;
    height: 100vh;
    position: relative;
}

.products-3-display.row div,
.products-3-display.row div,
.products-4-display.row div:first-child,
.products-4-display.row div:last-child,
.product-display .row div:first-child,
.product-display .row div:last-child {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.products-4-display.row .row {
    padding: 0 40px 0 0;
}

.products-3-display a:hover,
.products-4-display a:hover,
.products-5-display a:hover,
.product-display a:hover img {
    opacity: .8;
}

.product-display img.img-fluid.max-w350 {
    max-width: 350px;
}

.product-display img.img-fluid.max-w450 {
    max-width: 450px;
    margin-left: -60px;
}

.product-display.alt .row div:first-child {
    text-align: center;
}

.product-display.alt .fa-exclamation-triangle {
    font-size: 200px;
}

.icons-five {
    height: 450px;
}

.icons-five img {
    height: 165px;
}

.icons-five a:nth-child(1) {
    top: 20px;
    left: 33px;
    position: absolute;
}

.icons-five a:nth-child(2) {
    top: 5px;
    left: 213px;
    position: absolute;
}

.icons-five a:nth-child(3) {
    top: 198px;
    left: 3px;
    position: absolute;
}

.icons-five a:nth-child(4) {
    top: 282px;
    left: 160px;
    position: absolute;
}

.icons-five a:nth-child(5) {
    top: 150px;
    left: 305px;
    position: absolute;
}

@media (min-width: 992px) {
    .display {
        min-height: 600px;
    }

    .display.alt {
        min-height: 300px;
    }
}

@media (max-width: 1200px) {
    .product-display img.img-fluid.max-w450 {
        max-width: 400px;
        margin-left: -10px;
    }

    .icons-five {
        height: 350px;
    }

    .icons-five img {
        height: 130px;
    }

    .icons-five a:nth-child(1) {
        top: 16px;
        left: 38px;
    }

    .icons-five a:nth-child(2) {
        top: 4px;
        left: 179px;
    }

    .icons-five a:nth-child(3) {
        top: 152px;
        left: 16px;
    }

    .icons-five a:nth-child(4) {
        top: 217px;
        left: 140px;
    }

    .icons-five a:nth-child(5) {
        top: 116px;
        left: 251px;
    }
}

@media (max-width: 992px) {
    .product-display img.img-fluid.max-w450 {
        max-width: 340px;
        margin-left: -60px;
    }

    .product-display img.img-fluid.max-w350 {
        max-width: 280px;
        height: auto;
    }

    .icons-five {
        height: 290px;
    }

    .icons-five img {
        height: 105px;
    }

    .icons-five a:nth-child(1) {
        top: 14px;
        left: 18px;
    }

    .icons-five a:nth-child(2) {
        top: 4px;
        left: 135px;
    }

    .icons-five a:nth-child(3) {
        top: 127px;
        left: 0px;
    }

    .icons-five a:nth-child(4) {
        top: 182px;
        left: 100px;
    }

    .icons-five a:nth-child(5) {
        top: 96px;
        left: 191px;
    }
}

@media (max-width: 768px) {
    .product-display img.img-fluid.max-w350 {
        max-width: 250px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .products-3-display.row div:first-child,
    .products-4-display.row div:first-child,
    .product-display .row div:first-child {
        -ms-flex-item-align: flex-end !important;
        align-self: flex-end !important;
    }

    .products-3-display.row div:last-child,
    .products-4-display.row div:last-child,
    .product-display .row div:last-child {
        -ms-flex-item-align: flex-start !important;
        align-self: flex-start !important;
    }

    .product-display img.img-fluid {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        display: block;
        margin: -40px auto 40px;
    }

    .products-4-display img.img-fluid {
        display: block;
        margin: 0 auto;
        margin: -35px auto 20px;
    }

    .products-4-display.row .row div:nth-child(1) img.img-fluid,
    .products-4-display.row .row div:nth-child(2) img.img-fluid {
        margin: -55px auto 40px;
    }

    .products-4-display.row .row {
        padding: 0 25px 0 15px;
    }

    .product-display img.img-fluid.max-w450 {
        width: 340px;
        height: auto;
        margin: -20px auto 10px;
    }

    .product-display img.img-fluid.max-w350 {
        height: auto;
    }

    .products-3-display.row .flex-column {
        padding: 0 20px 20px;
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .product-display.alt .row div:last-child {
        text-align: center;
        margin-top: 30px
    }

    .product-display.alt .fa-exclamation-triangle {
        font-size: 120px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .product-display img.img-fluid.max-w450 {
        width: 280px;
        height: auto;
        margin: -40px auto 40px;
    }

    .icons-five {
        height: 250px;
        max-width: 250px;
        margin: 0 auto;
        position: relative;
    }

    .icons-five img {
        height: 93px;
    }

    .icons-five a:nth-child(1) {
        top: 10px;
        left: 10px;
    }

    .icons-five a:nth-child(2) {
        top: 2px;
        left: 110px;
    }

    .icons-five a:nth-child(3) {
        top: 109px;
        left: -5px;
    }

    .icons-five a:nth-child(4) {
        top: 155px;
        left: 80px;
    }

    .icons-five a:nth-child(5) {
        top: 83px;
        left: 160px;
    }
}

@media only screen
and (min-device-width: 360px)
and (max-device-width: 840px)
and (orientation: landscape) {
    .icons-five {
        height: 250px;
        max-width: 250px;
    }

    .icons-five {
        margin-bottom: -40px;
    }
}

@media (max-width: 320px) {
    .products-4-display .col-12 .row {
        display: none;
    }

    .product-display .row h3 {
        display: none;
    }
}

/* Intro */
.display .intro {
    z-index: 1;
    height: 100vh;
    position: relative;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.display .container-fluid {
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 1600px;
    position: absolute;
}

.display h1 {
    color: #fff;
    margin: 0 0 30px 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.display h1.mr-negative {
    margin-right: -100px;
}

.display h1 small {
    display: block;
    margin: 0;
    font-size: 40px;
}

.display h1 span {
    font-size: 40px;
    font-weight: 300;
    vertical-align: top;
}

.display h3 strong {
    font-weight: 900;
}

.display h3 {
    font-weight: 400;
    max-width: 800px;
    margin: 0 0 10px 0;
    text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

/* Queries */
@media (max-width: 1300px) {
    .display h1.mr-negative {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .display h1 {
        margin: 0 0 20px 0;
    }

    .display h1 {
        padding-left: 12px !important;
    }

    .display h3 {
        padding-left: 14px !important;
    }
}

/*	============================================================
	Intro Button
	============================================================	*/
.display .intro-button a {
    min-width: 100%;
    height: 100px;
    background-color: #f26722;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 -15px;
    text-align: left;
    position: relative;
    padding: 40px 20px 0 25px;
}

.display .intro-button a:hover {
    color: #fff;
    background-color: #004f9b;
}

.display .intro-button:before {
    right: 35px;
    bottom: 35px;
    width: 30px;
    height: 21.55px;
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    background-color: #fff;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 1px solid white;
}

.display .intro-button:hover:before {
    right: 25px;
}

/*	============================================================
	Content
	============================================================	*/
.content {
    width: 100%;
    overflow: hidden;
}

.container-fluid {
    overflow: hidden;
    max-width: 1600px;
}

.content h2,
.content h3 {
    font-weight: 700;
    text-shadow: 0 -1px rgba(0, 0, 0, .3);
}

.plate-padding {
    padding: 40px 0 40px 0;
}

.plate-padding-top {
    padding-top: 40px;
}

.text-padding {
    padding-left: 40px;
}

.text-padding.alt {
    padding-left: 40px;
    padding-right: 40px;
}

/* 100% Background */
.fill {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center -15px;
    background-size: auto 280px;
}

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

.software-solutions .plate-padding {
    padding: 100px 55px 120px;
}

.opening-block h2 span,
.software-solutions h2 span,
.servers-list h2 span {
    font-weight: 300;
}

.opening-block .border {
    border: 2px solid #fff !important;
}

.servers-list p {
    margin-right: 60px;
}

.pic-border {
    border-left: 10px solid #f26722 !important;
}

.servers-list .server {
    height: 500px;
    margin: 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.thumb-map div {
    width: 140px;
    height: 100px;
    margin: 10px 30px 10px 0;
    float: left;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-left: 10px solid #f26722 !important;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.thumb-map p {
    padding-top: 10px;
    color: #f26722;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.thumb-map:hover p {
    color: #fff;
}

.thumb-map:hover div {
    border-left: 10px solid #fff !important;
}

.case-study-images-holder {
    margin: 60px 0;
}

.case-study-image {
    height: 400px;
    margin: 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-left: 15px solid #f26722 !important;
}

.servers-list .server-info {
    padding: 0 20px 0 60px;
}

.servers-list .row:nth-child(3) .server {
    height: 550px;
    background-size: 50%;
}

/* Queries */
@media (max-width: 768px) {
    .software-solutions .order-first {
        height: 400px;
    }

    .software-solutions .plate-padding {
        padding-left: 15px;
    }

    .servers-list .server-info {
        padding: 60px 20px 60px 20px;
    }

    .servers-list .server {
        height: 300px;
        background-size: 70%;
    }

    .servers-list .row:nth-child(3) .server {
        height: 300px;
        background-size: 40%;
    }

    .bg-img {
        width: 100%;
        height: 100%;
        Xborder: 1px solid white;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto auto;
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .servers-list .server {
        height: 300px;
    }

    .servers-list .row:nth-child(1) .server {
        height: 300px;
        background-size: 90%;
    }

    .servers-list .row:nth-child(3) .server {
        height: 300px;
        background-size: 50%;
    }

    .text-padding {
        padding-left: 30px;
    }

    .text-padding-left {
        padding-left: 30px;
    }

    .text-padding.alt {
        padding-left: 0;
        padding-right: 40px;
    }

    .text-right.text-padding {
        padding-left: 15px;
        padding-right: 30px;
    }
}

/*	============================================================
	Applications
	============================================================	*/
.intro.icons-links img {
    width: 150px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.intro.icons-links a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.intro.icons-links .apps-icons-row {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.intro.icons-links .apps-icons-row a {
    padding-right: 15px;
}

.lidar-applications p {
    margin-right: 60px;
}

.lidar-applications .lidar-info {
    padding: 120px 20px 0 60px;
}

.lidar-applications .col-12.photo {
    height: 500px;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lidar-applications .col-12.icon-01:before,
.lidar-applications .col-12.icon-02:before,
.lidar-applications .col-12.icon-03:before,
.lidar-applications .col-12.icon-04:before,
.lidar-applications .col-12.icon-18:before,
.lidar-applications .col-12.icon-19:before,
.lidar-applications .col-12.icon-27:before,
.lidar-applications .col-12.icon-32:before,
.lidar-applications .col-12.icon-53:before {
    top: 20px;
    left: 55px;
    width: 80px;
    height: 80px;
    content: '';
    display: block;
    position: absolute;
}

/* Queries */
@media (max-width: 992px) {
    .lidar-applications p {
        margin-right: 0px;
        line-height: 1.3;
    }

    .lidar-applications .lidar-info {
        padding: 120px 20px 40px 60px;
    }
}

@media (max-width: 768px) {
    .lidar-applications p {
        margin-right: 0px;
        line-height: 1.3;
    }

    .lidar-applications .lidar-info {
        padding: 120px 20px 40px 30px;
    }

    .lidar-applications .col-12.photo {
        height: 340px;
    }
}

@media (max-width: 576px) {
    .lidar-applications .col-12.photo {
        height: 300px;
    }

    .intro.icons-links img {
        width: 100px;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .intro.icons-links .apps-icons-row {
        display: inline-block !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .lidar-applications .col-12.photo {
        height: 300px;
    }

    .lidar-applications .col-12.icon-01:before,
    .lidar-applications .col-12.icon-02:before,
    .lidar-applications .col-12.icon-03:before,
    .lidar-applications .col-12.icon-04:before,
    .lidar-applications .col-12.icon-18:before,
    .lidar-applications .col-12.icon-19:before,
    .lidar-applications .col-12.icon-27:before,
    .lidar-applications .col-12.icon-32:before,
    .lidar-applications .col-12.icon-53:before {
        left: 25px;
    }
}

@media (max-width: 360px) {
    .intro.icons-links .apps-icons-row {
        display: none !important;
    }
}

/*	============================================================
	About us & Four Products
	============================================================	*/
.about-us .col-12,
.four-products .col-12 {
    min-height: 300px;
}

.about-us .btn,
.four-products .btn {
    left: 0;
    bottom: 0;
    position: absolute;
}

.about-us .col-12 h3,
.four-products .col-12 h3 {
    margin: 120px 0 0 15px;
}

.about-us .col-12 p,
.four-products .col-12 p {
    margin: 50px 0 0 15px;
}

/*	============================================================
	Apps Promo
	============================================================	*/
.apps-boot .col-12 .card {
    margin: 10px -10px 0 -10px !important;
}

/*	============================================================
	Apps Promo
	============================================================	*/
.apps-promo {
    background: #989898;
}

.apps-promo a {
    color: #f26722;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.apps-promo h4 {
    font-weight: 700;
}

.apps-promo .col-12 {
    padding-top: 20px;
    padding-left: 30px;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box {
    position: relative;
    padding: 120px 30px 40px 30px;
    margin-right: -15px;
}

.box.alt {
    padding: 40px 30px;
}

.box h3 {
    margin-bottom: 20px;
}

.card-body .lead {
    line-height: 1.2;
}

.card-body h4 a {
    color: #fff;
    display: block;
    padding-top: 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.card-body h4 a:hover {
    color: #f26722;
}

.share-aside {
    margin: 40px 0 0;
}

.share-aside a {
    color: #f26722;
    padding: 5px 10px 5px 5px;
    font-size: 30px;
}

.share-aside a:hover {
    color: rgba(255, 255, 255, 1);
}

.apps-promo .col:hover a {
    color: #fff;
}

.col-12.icon-01:before,
.col-12.icon-02:before,
.col-12.icon-03:before,
.col-12.icon-04:before,
.col-12.icon-05:before,
.box.icon-05:before,
.col-12.icon-07:before,
.col-12.icon-09:before,
.col-12.icon-10:before,
.col-12.icon-11:before,
.col-12.icon-13:before,
.col-12.icon-14:before,
.col-12.icon-15:before,
.col-12.icon-16:before,
.box.icon-17:before,
.col-12.icon-18:before,
.col-12.icon-19:before,
.col-12.icon-20:before,
.col-12.icon-22:before,
.col-12.icon-23:before,
.col-12.icon-24:before,
.col-12.icon-27:before,
.col-12.icon-28:before,
.col-12.icon-32:before,
.col-12.icon-33:before,
.col-12.icon-34:before,
.col-12.icon-53:before {
    top: 20px;
    left: 25px;
    width: 80px;
    height: 80px;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.card-body.icon-01:before,
.card-body.icon-02:before,
.card-body.icon-03:before,
.card-body.icon-04:before,
.card-body.icon-18:before,
.card-body.icon-19:before,
.card-body.icon-20:before,
.card-body.icon-21:before,
.card-body.icon-23:before,
.card-body.icon-24:before,
.card-body.icon-27:before,
.card-body.icon-28:before,
.card-body.icon-29:before,
.card-body.icon-30:before,
.card-body.icon-31:before,
.card-body.icon-32:before,
.card-body.icon-33:before,
.card-body.icon-53:before,
.card-body.icon-34:before {
    bottom: 10px;
    width: 180px;
    height: 180px;
    content: '';
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.col-12.icon-01:hover:before,
.card:hover .icon-01:before,
.col-12.icon-02:hover:before,
.card:hover .icon-02:before,
.col-12.icon-03:hover:before,
.card:hover .icon-03:before,
.col-12.icon-04:hover:before,
.card:hover .icon-04:before,
.col-12.icon-05:hover:before,
.col-12.icon-07:hover:before,
.col-12.icon-09:hover:before,
.col-12.icon-10:hover:before,
.col-12.icon-11:hover:before,
.card-body.icon-18:hover:before,
.card-body.icon-19:hover:before,
.card-body.icon-20:hover:before,
.card-body.icon-21:hover:before,
.card-body.icon-23:hover:before,
.card-body.icon-24:hover:before,
.card-body.icon-27:hover:before,
.card-body.icon-28:hover:before,
.card-body.icon-29:hover:before,
.card-body.icon-30:hover:before,
.card-body.icon-31:hover:before,
.card-body.icon-32:hover:before,
.card-body.icon-33:hover:before,
.card-body.icon-34:hover:before,
.card-body.icon-53:hover:before {
    background-color: rgba(255, 255, 255, 1);
}

.icon-01:before,
.card-body.icon-01:before {
    mask: url(../img/icon-01.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-01.png) no-repeat 0 0/100% 100%;
}

.icon-02:before,
.card-body.icon-02:before {
    mask: url(../img/icon-02.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-02.png) no-repeat 0 0/100% 100%;
}

.icon-03:before,
.card-body.icon-03:before {
    mask: url(../img/icon-03.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-03.png) no-repeat 0 0/100% 100%;
}

.icon-04:before,
.card-body.icon-04:before {
    mask: url(../img/icon-04.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-04.png) no-repeat 0 0/100% 100%;
}

.box.icon-05:before,
.icon-05:before {
    mask: url(../img/icon-05.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-05.png) no-repeat 0 0/100% 100%;
}

.icon-07:before {
    mask: url(../img/icon-07.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-07.png) no-repeat 0 0/100% 100%;
}

.icon-09:before {
    mask: url(../img/icon-09.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-09.png) no-repeat 0 0/100% 100%;
}

.icon-10:before {
    mask: url(../img/icon-10.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-10.png) no-repeat 0 0/100% 100%;
}

.icon-11:before {
    mask: url(../img/icon-11.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-11.png) no-repeat 0 0/100% 100%;
}

.icon-13:before {
    mask: url(../img/icon-13.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-13.png) no-repeat 0 0/100% 100%;
}

.icon-14:before {
    mask: url(../img/icon-14.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-14.png) no-repeat 0 0/100% 100%;
}

.icon-15:before {
    mask: url(../img/icon-15.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-15.png) no-repeat 0 0/100% 100%;
}

.icon-16:before {
    mask: url(../img/icon-16.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-16.png) no-repeat 0 0/100% 100%;
}

.icon-17:before {
    mask: url(../img/icon-17.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-17.png) no-repeat 0 0/100% 100%;
}

.icon-18:before,
.card-body.icon-18:before {
    mask: url(../img/icon-18.png) no-repeat 0 0/93% 93%;
    -webkit-mask: url(../img/icon-18.png) no-repeat 0 0/93% 93%;
}

.icon-19:before,
.card-body.icon-19:before {
    mask: url(../img/icon-19.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-19.png) no-repeat 0 0/100% 100%;
}

.icon-20:before,
.card-body.icon-20:before {
    mask: url(../img/icon-20.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-20.png) no-repeat 0 0/100% 100%;
}

.icon-21:before,
.card-body.icon-21:before {
    mask: url(../img/icon-21.png) no-repeat 0 0/102% 102%;
    -webkit-mask: url(../img/icon-21.png) no-repeat 0 0/102% 102%;
}

.icon-22:before {
    mask: url(../img/icon-products-14.png) no-repeat 0 0/102% 102%;
    -webkit-mask: url(../img/icon-products-14.png) no-repeat 0 0/102% 102%;
}

.icon-23:before,
.card-body.icon-23:before {
    mask: url(../img/icon-23.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-23.png) no-repeat 0 0/100% 100%;
}

.icon-24:before,
.card-body.icon-24:before {
    mask: url(../img/icon-24.png) no-repeat 0 0/102% 102%;
    -webkit-mask: url(../img/icon-24.png) no-repeat 0 0/102% 102%;
}

.icon-27:before,
.card-body.icon-27:before {
    mask: url(../img/icon-27.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-27.png) no-repeat 0 0/100% 100%;
}

.icon-28:before,
.card-body.icon-28:before {
    mask: url(../img/icon-28.png) no-repeat 0 0/102% 102%;
    -webkit-mask: url(../img/icon-28.png) no-repeat 0 0/102% 102%;
}

.icon-29:before,
.card-body.icon-29:before {
    mask: url(../img/icon-29.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-29.png) no-repeat 0 0/100% 100%;
}

.icon-30:before,
.card-body.icon-30:before {
    mask: url(../img/icon-30.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-30.png) no-repeat 0 0/100% 100%;
}

.icon-31:before,
.card-body.icon-31:before {
    mask: url(../img/icon-31.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-31.png) no-repeat 0 0/100% 100%;
}

.icon-32:before,
.card-body.icon-32:before {
    mask: url(../img/icon-32.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-32.png) no-repeat 0 0/100% 100%;
}

.icon-33:before,
.card-body.icon-33:before {
    mask: url(../img/icon-53.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-53.png) no-repeat 0 0/100% 100%;
}

.icon-34:before,
.card-body.icon-34:before {
    mask: url(../img/icon-products-17.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-products-17.png) no-repeat 0 0/100% 100%;
}

.icon-53:before,
.card-body.icon-53:before {
    mask: url(../img/icon-53.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/icon-53.png) no-repeat 0 0/100% 100%;
}

@media (max-width: 768px) {
    .card-body.icon-01:before,
    .card-body.icon-02:before,
    .card-body.icon-03:before,
    .card-body.icon-04:before,
    .card-body.icon-18:before,
    .card-body.icon-19:before,
    .card-body.icon-20:before,
    .card-body.icon-21:before,
    .card-body.icon-24:before,
    .card-body.icon-23:before,
    .card-body.icon-27:before,
    .card-body.icon-28:before,
    .card-body.icon-29:before,
    .card-body.icon-30:before,
    .card-body.icon-31:before,
    .card-body.icon-32:before,
    .card-body.icon-33:before,
    .card-body.icon-53:before,
    .card-body.icon-34:before {
        bottom: 50px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    .box {
        margin-right: 0;
    }
}

.apps-promo .col-12.arrow:after {
    right: 35px;
    bottom: 35px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.apps-promo .col-12:hover.arrow:after {
    right: 25px;
    background-color: #fff;
}

.apps-promo .col-12.arrow {
    cursor: pointer;
}

.apps-promo .col-12.arrow a {
    left: 30px;
    bottom: 26px;
    width: auto;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.apps-promo .the-button {
    z-index: 4;
    right: 0;
    bottom: -15px;
    width: 100%;
    color: #fff;
    position: absolute;
}

/* Queries */
@media (max-width: 768px) {
    .apps-promo p.lead {
        margin-top: -30px;
    }
}

/*	============================================================
	Products Apps Icons
	============================================================	*/
.apps-icons .nav-link {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.apps-icons .nav-link img {
    opacity: .7;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.apps-icons .nav-link:hover img {
    opacity: 1;
}

.apps-icons img {
    width: 180px;
}

.apps-icons .nav:first-child img,
.apps-icons .nav:last-child img {
    width: 175px;
}

.apps-icons .nav:nth-child(2) img {
    width: 183px;
}

.apps-icons .col-12:nth-child(2) img {
    width: 233px;
}

.img-sm-divider {
    height: 300px;
}

.apps-icons .plate-padding {
    padding: 120px 30px;
}

.apps-icons .nav-link span {
    white-space: nowrap;
}

.apps-icons .product-link {
    font-size: 30px;
    font-weight: 900;
    display: block;
    white-space: nowrap;
    padding-top: 10px;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
}

.img-pro {
    display: block;
    height: 300px;
    width: 180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.img-pro.alt {
    width: 260px;
}

.img-pro:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.img-pro.img-m8:before {
    top: 30px;
    left: 0;
    content: '';
    opacity: 1;
    z-index: 3;
    height: 100px;
    width: 100px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/product-lidar-m8-without-base.png');
}

.img-pro.img-s3-2:before {
    top: 30px;
    left: 0;
    content: '';
    opacity: 1;
    z-index: 3;
    height: 120px;
    width: 120px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/product-lidar-S3-1.png');
}

.apps-icons .product-link span {
    font-weight: 300;
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
}

.apps-icons .product-link span + span {
    display: block;
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
}

.apps-icons .justify-content-around a img {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.apps-icons .justify-content-around a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* Queries */
@media (max-width: 992px) {
    .img-pro.alt {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .apps-icons img {
        display: block;
        margin: 0 auto;
    }

    .apps-icons .plate-padding {
        padding: 80px 30px;
    }

    .apps-icons .product-link {
        padding-bottom: 40px;
    }
}

.icons-seven img {
    margin: 0 auto;
}

/*	============================================================
	Carousel
	============================================================	*/
.apps-promo .col-12.carousel {
    padding: 0;
    overflow: hidden;
    background: #111;
}

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

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    height: 300px;
    margin-right: -100%;
    background-size: cover;
    position: relative;
}

#carousel-2 .carousel-item {
    min-height: 500px;
    border-left: 15px solid #f26722;
}

.carousel-indicators .active {
    background-color: #f26722;
}

.carousel-indicators {
    z-index: 2;
}

/* Queries */
@media (max-width: 1200px) {
    .display .carousel-indicators {
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .display .carousel-indicators {
        visibility: visible;
        margin-bottom: 120px;
    }
}

@media (max-width: 480px) {
    .display .carousel-indicators {
        display: none;
    }
}

/*	============================================================
	How it Works
	============================================================	*/
.how-it-works .container-fluid {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1600px;
    padding: 80px 0 80px 30px;
}

.how-it-works .fill {
    border-left: 15px solid #f26722;
}

.how-it-works .frame {
    margin-left: -15px;
}

.how-it-works .carousel-button-2.btn-lg.arrow:before {
    left: 35px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.how-it-works .carousel-button.btn-lg.arrow:hover:before {
    right: 25px;
}

.how-it-works .carousel-button-2.btn-lg.arrow:hover:before {
    left: 25px;
}

@media (max-width: 1200px) {
    .how-it-works .container-fluid {
        margin: 0 auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .how-it-works .container-fluid {
        margin: 0 auto;
        padding: 120px 5px 120px 15px;
    }

    .how-it-works #carousel-2 .carousel-item {
        min-height: 350px;
        margin: 0 30px 60px -10px;
        border-left: 15px solid #f26722;
    }

    .how-it-works .text-padding {
        padding-right: 40px;
    }
}

@media (max-width: 576px) {
    .how-it-works .container-fluid {
        margin: 0 auto;
        overflow: hidden;
        max-width: 1600px;
        padding: 120px 5px 120px 15px;
    }

    .how-it-works #carousel-2 .carousel-item {
        min-height: 250px;
        margin: 0 30px 40px -10px;
        border-left: 15px solid #f26722;
    }

    .how-it-works .text-padding {
        padding-right: 20px;
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

/*	============================================================
	Cards
	============================================================	*/
.card {
    background-color: #004f9b;
    border: 0;
    border-radius: 0;
    margin-bottom: 40px;
}

.card-img {
    height: 200px;
    border: 0;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-img:hover {
    opacity: 0.9;
}

.card-body {
    height: 300px;
}

.card-body.alt {
    height: 240px;
}

.card-icon .card-body {
    height: 200px;
}

/* Queries */
@media (min-width: 1200px) {
    X.card-icon.cards-five .col-12:nth-child(3) .btn-lg.arrow:before {
        display: none;
    }
}

@media (max-width: 1500px) {
    X.card-icon.cards-five .col-12:nth-child(4) .btn-lg.arrow:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .card-icon .card {
        margin-bottom: 30px;
    }

    .card-icon .card-img {
        height: 200px;
    }

    X.card-icon.cards-five .col-12:nth-child(4) .btn-lg.arrow:before {
        display: block;
    }
}

@media (max-width: 992px) {
    .card-body {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .card-body {
        height: 300px;
    }

    .card-icon .card-body {
        height: 120px;
    }
}

/*	============================================================
	Gif Video
	============================================================	*/
.gif-videos .col-12 div {
    height: 285px;
    border-left: 15px solid #004f9b;
}

/* Queries */
@media (min-width: 1500px) {
    .gif-videos .col-12:nth-child(2) div {
        background-size: 120%;
    }
}

@media (max-width: 1200px) {
    .gif-videos .col-12 div {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .gif-videos .col-12 div {
        height: 320px;
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .gif-videos .col-12 div {
        height: 210px;
        margin: 0 -15px 60px;
    }

    .gif-videos .col-12:nth-child(2) div {
        background-size: 120%;
    }
}

/*	============================================================
	YouTube Video
	============================================================	*/
.frame,
.frame-sm {
    overflow: hidden;
    position: relative;
}

.frame .cover,
.frame-sm .cover-sm {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.frame .cover:before {
    content: '';
    z-index: 3;
    width: 250px;
    height: 250px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/video-play.png');
}

.frame-sm .cover-sm:before {
    content: '';
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/video-play-cover.png');
}

.frame-sm .cover-sm.fadeMeOut:before,
.frame .cover.fadeMeOut:before {
    opacity: 0.2;
}

.qortex-videos p {
    padding: 10px 20px 15px;
    min-height: 100px;
}

.qortex-symbol:after {
    left: 0;
    opacity: .5;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    position: absolute;
    background-color: #fff;
    mask: url(../img/quanergy-single.png) no-repeat center center/50% auto;
    -webkit-mask: url(../img/quanergy-single.png) no-repeat center center/50% auto;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

@media (max-width: 576px) {
    .frame .cover:before {
        width: 180px;
        height: 180px;
    }
}

/*	============================================================
	Parallax
	============================================================	*/
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.parallax-mobile {
    background-position: center center; /* Can't have fixed */
}

/*	============================================================
	Aside
	============================================================	*/
.content.aside {
    padding: 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content aside.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content aside h4 {
    font-weight: 300;
}

.content.aside aside {
    width: 45%;
    z-index: 3;
    height: 400px;
    margin: 0 15px;
    text-align: left;
    position: relative;
    padding: 0 30px 20px 60px;
    background-color: rgba(0, 79, 155, 1);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.qortex-downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 500px;
    text-align: left;
    padding: 0 30px 0 60px;
    background-color: rgba(0, 79, 155, 1);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.link-bottom {
    left: 0;
    bottom: 26px;
    width: 100%;
    color: #f26722;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.link-bottom.alt {
    width: 100%;
    color: #f26722;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0 15px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.link-bottom:hover {
    color: #fff;
}

.link-bottom:after {
    right: 60px;
    bottom: 31px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.link-bottom:hover:after {
    right: 50px;
    cursor: pointer;
    background-color: #fff;
}

.content.aside aside.arrow:hover {
    background-color: rgba(0, 79, 155, .95);
}

.content.aside aside.arrow .link-bottom {
    left: 60px;
}

.content.aside aside.arrow .link-bottom:after {
    right: 100px;
}

.content.aside aside.arrow .link-bottom:hover:after {
    right: 90px;
}

.qortex-dtc-schema {
    height: 700px;
    display: block;
    margin: 0 auto;
}

/* Queries */
@media (max-width: 1600px) {
    .qortex-dtc-schema {
        height: 640px;
        margin-left: -140px;
    }
}

@media (max-width: 1400px) {
    .qortex-dtc-schema {
        height: 600px;
        margin-left: -160px;
    }
}

@media (max-width: 1200px) {
    .qortex-dtc-schema {
        height: 540px;
        margin-left: -180px;
    }
}

@media (max-width: 992px) {
    .content.aside aside {
        width: 60%;
    }

    .qortex-dtc-schema {
        height: 480px;
        margin-left: -200px;
    }
}

@media (max-width: 768px) {
    .content.aside aside {
        width: 70%;
        margin: 0;
        padding: 0 15px 20px 40px;
    }

    .qortex-downloads {
        height: 400px;
        padding: 0 15px 0 40px;
    }

    .content.aside aside.arrow .link-bottom {
        left: 40px;
    }

    .qortex-dtc-schema {
        height: 400px;
        margin-left: -220px;
        margin-right: -50px;
    }
}

@media (max-width: 576px) {
    .content.aside aside {
        width: 100%;
        margin: 0;
        padding: 0 15px 20px 30px;
    }

    .qortex-downloads {
        height: 400px;
        padding: 0 15px 0 15px;
    }

    .content.aside aside.arrow .link-bottom {
        left: 30px;
    }

    .qortex-dtc-schema {
        height: 275px;
    }
}

/*	============================================================
	Aside Ab
	============================================================	*/
.content.asider aside.col {
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
}

.box a,
address,
.aside-story {
    font-size: 20px;
}

.box i {
    font-size: 22px;
}

.box a,
address a,
.aside-story {
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box a:hover,
address a:hover {
    color: #f26722;
}

.box i,
address i,
.aside-story i {
    color: #999;
    margin: 0 10px 0 0;
}

/*	============================================================
	Product
	============================================================	*/
.products-links {
    margin-bottom: 50px;
}

.products-links a {
    color: #f26722;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 1px solid rgba(0, 51, 102, .7);
}

.products-links.alt a:after {
    display: none;
}

.products-links.alt a {
    padding: 0;
}

.products-links a:after {
    right: 35px;
    bottom: 15px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*	============================================================
	Product Families arrows
	============================================================	*/
.product-families a.h4 {
    display: block;
}

.product-families a:hover.h4 {
    color: #f26722;
}

.product-families a.arrow:after {
    Xright: 50px;
    Xbottom: 10px;
    width: 30px;
    height: 21.55px;
    content: '';
    margin: 0 0 -3px 15px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product-families a:hover.arrow:after {
    margin-left: 25px;
    background-color: #f26722;
}

.product-families img {
    width: 220px;
    height: 220px;
    margin-bottom: 30px;
}

/*.product-families-icon {
	width:220px;
	height:220px;
	content:'';
	display:block;
	position:relative;
	background-color:#f26722;
	mask:url(../img/icon-13.png) no-repeat 0 0/100% 100%;
	-webkit-mask:url(../img/icon-13.png) no-repeat 0 0/100% 100%;
}*/
/*	============================================================
	Products Duo - S3
	============================================================	*/
.products-duo img {
    max-height: 300px;
    width: auto;
}

@media (max-width: 768px) {
    .products-duo .col-12:nth-child(2) {
        margin-top: 80px;
    }
}

/*	============================================================
	Downloads
	============================================================	*/
.products-links.alt a label {
    width: 100%;
    margin: 0;
    line-height: 1.2;
    padding-right: 35px;
}

.products-links.alt a label i {
    min-height: 40px;
    display: block;
    float: left;
    margin-bottom: -15px;
}

.products-links.alt input[type="checkbox"] + label:before {
    top: 0;
    z-index: 1;
    left: 95%;
    content: '';
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #000;
    position: absolute;
    margin: 20px 0 0 0;
    border: 2px solid #888;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.products-links.alt input[type="checkbox"]:checked + label:after {
    top: 18px;
    left: 95%;
    float: left;
    z-index: 2;
    color: #f26722;
    font-size: 20px;
    font-weight: 300;
    content: '\f00c';
    position: absolute;
    line-height: 14px !important;
    font-family: FontAwesome;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.products-links.alt label {
    color: #f26722;
    margin: 0;
    padding: 15px 0;
    font-weight: 700;
}

.products-links.alt label:hover {
    color: #fff;
}

.products-links a:hover {
    color: #fff;
}

.products-links a:hover:after {
    right: 25px;
    background-color: #fff;
}

.products-links a:hover i {
    opacity: 1;
}

.iso-certified {
    margin: 100px 0 15px 0;
    /* margin:100px 0 15px -25px;*/
}

.product-range {
    right: 60px;
    bottom: 5px;
    width: 150px;
    height: 150px;
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, .3);
    mask: url(../img/q-white.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/q-white.png) no-repeat 0 0/100% 100%;
}

.product-range-text {
    right: 108px;
    bottom: 52px;
    color: #fff;
    z-index: 2;
    content: '';
    line-height: 1.2;
    font-size: 32px;
    font-weight: 900;
    display: block;
    text-align: center;
    position: absolute;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.product-range-text span {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

.product-range-text span:last-child {
    font-weight: 400;
    font-size: 12px;
}

.product-triangle:before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    color: #fff;
    z-index: 3;
    content: '100 m';
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #555;
}

.check-list {
    margin-top: 20px;
    padding: 40px 25px;
}

.features-title {
    z-index: 2;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.features-rows i,
.features-list i {
    opacity: 1;
    height: 180px;
    width: 140px;
    font-size: 90px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.features-list p {
    width: 65%;
    min-width: 280px;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
    Xborder: 1px solid black;
}

.features-rows p {
    width: 80%;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
}

.btn-icons p {
    padding-top: 10px;
    color: rgba(255, 255, 255, .8);
}

.btn-icons .btn.btn-primary.btn-lg.btn-block.btn-icn {
    padding-left: 55px !important;
}

.btn-icons .btn-lg.btn.btn-icn:after {
    left: 20px;
    top: 0;
    font-size: 26px;
    content: '\f1c1';
    font-family: FontAwesome;
    color: rgba(255, 255, 255, .9);
    position: absolute;
}

.btn-icons .img-fluid {
    width: 200px;
    margin-top: -20px;
}

/* Queries */
@media (max-width: 1560px) {
    .btn-icons .btn-lg.arrow:before {
        display: none;
    }
}

/* Queries */
@media (max-width: 1200px) {
    .features-list p {
        width: auto;
        max-width: 250px;
        padding-left: 15px;
        vertical-align: middle;
        display: inline-block;
    }

    .hidden-lg {
        display: none;
    }
}

@media (max-width: 992px) {
    .features-rows i,
    .features-list i {
        display: block;
        margin: 0 auto;
    }

    .features-list p {
        margin: 0 auto;
        text-align: center;
        max-width: 250px;
        padding: 0;
        display: block;
    }

    .features-rows p {
        width: auto;
        margin: 0 auto;
        padding-left: 20px;
        display: block;
    }

    .hidden-lg {
        display: inline-block;
    }

    .products-links.alt input[type="checkbox"] + label {
        font-size: 18px;
        line-height: 26px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .btn-icons .img-fluid.m8 {
        min-width: 120px;
        margin-top: -20px;
    }

    .btn-icons .img-fluid.m8poe {
        max-width: 160px;
        margin: -20px 0 0 -10px;
    }

    .iso-certified {
        /* margin:0 0 20px -25px;*/
        margin: 0 0 20px 0;
    }
}

@media (max-width: 576px) {
    .features-title {
        margin-bottom: 40px;
        text-align: center;
    }

    .features-dtc .features-list:first-child {
        margin-top: -40px;
    }

    .features-list p {
        min-height: 50px;
        margin: -20px auto 40px;
        line-height: 1.2;
    }

    .features-rows p.lead {
        text-align: center;
    }

    .btn-icons .img-fluid {
        width: auto;
        margin: -20px 0 0 -10px;
    }

    .btn-icons .img-fluid.m8poe {
        max-width: auto;
        margin: -20px -30px 0 -30px;
    }

    .iso-certified {
        /*margin:0 0 0 -25px;*/
        margin: 0;
    }
}

/*	============================================================
	About
	============================================================	*/
.mark-lg {
    right: 190px;
    bottom: -130px;
    width: 250px;
    height: 250px;
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    mask: url(../img/q-white.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/q-white.png) no-repeat 0 0/100% 100%;
}

/*	============================================================
	Leadership
	============================================================	*/
.bios .lead {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.bios .row {
    margin-bottom: 200px;
}

.bios img {
    padding-top: 15px;
    margin-bottom: 160px;
}

/*	============================================================
	Team Members
	============================================================	*/
.team .member {
    display: block;
    padding: 30px 0 30px 0;
}

.team .member-social {
    left: 24%;
    top: 50%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1;
    position: absolute;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.team .member-social:before {
    z-index: 1;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    opacity: .9;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/q-white-blue.png');
}

.team .member-social:after {
    left: 15px;
    top: 5px;
    content: '\f0e1';
    z-index: 2;
    display: block;
    position: relative;
    font-size: 24px;
    font-family: FontAwesome;
    color: rgba(238, 238, 238, 1);
}

.team .member-social:hover:before {
    opacity: 1;
}

.team .member-social:hover:after {
    color: rgba(242, 103, 34, .9);
}

.team .member:hover div {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team .member div {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border: 5px solid #eee;
    border-radius: 50%;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.team .member h4 {
    z-index: 0;
    width: 100%;
    color: #fff;
    height: 130px;
    padding: 25px 25px 0;
    text-align: left;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    /*background-color:#004f9b;*/
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
}

.team .member h4:before {
    right: 47%;
    bottom: 0;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team .member:hover h4:before {
    right: 40%;
    background-color: #fff;
}

.team .member:active h4,
.team .member:focus h4,
.team .member:hover,
.team .member h4:active,
.team .member h4:focus,
.team .member:hover {
    text-decoration: none;
}

.team .member h4 small {
    color: #eaeaea;
    display: block;
    font-weight: 300;
    margin-top: 5px;
    text-shadow: none;
}

.team .member:hover h4,
.team .member:hover h4 small {
    color: #004f9b;
    text-shadow: none;
}

/* Queries */
@media (max-width: 922px) {
    .team .member div {
        height: 210px;
        width: 210px;
    }

    .team .member-social {
        left: 12%;
        top: 45%;
    }
}

@media (max-width: 767px) {
    .team .member div {
        height: 250px;
        width: 250px;
    }

    .team .member-social {
        left: 33%;
        top: 50%;
    }
}

@media (max-width: 576px) {
    .team .member-social {
        left: 26%;
        top: 50%;
    }
}

/*	============================================================
	Bio layer
	============================================================	*/
.member-bio {
    top: 0;
    bottom: 30px;
    left: 15px;
    opacity: 0;
    width: 190%;
    z-index: 5;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    -webkit-transition: visibility 0.2s ease-out, opacity 0.4s ease-out;
    -o-transition: visibility 0.2s ease-out, opacity 0.4s ease-out;
    transition: visibility 0.2s ease-out, opacity 0.4s ease-out;
}

.member-bio.active {
    opacity: 1;
    visibility: visible;
}

.member-bio:before {
    left: 0;
    bottom: 0;
    right: 15px;
    z-index: 1;
    content: '';
    height: 120px;
    background: #fff;
    position: absolute;
    background: -o-linear-gradient(bottom, #ffffff 40%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffffff), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, .3) 100%);
}

.team-member-bio {
    height: 100%;
    overflow-y: auto;
    text-align: left;
    background: #fff none repeat scroll 0 0;
}

/* Bio close */
.member-bio .bio-close:before {
    z-index: 5;
    top: 5px;
    right: 19px;
    font-size: 20px;
    content: '\f067';
    position: absolute;
    font-family: FontAwesome;
    color: rgba(0, 0, 0, .3);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.member-bio .bio-close:hover:before {
    color: #f26722;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bio-header {
    font-weight: 300;
    margin: 0 25px 15px 25px;
    padding-bottom: 12px;
    padding-top: 15px;
}

.bio-header div {
    width: 120px;
    height: 120px;
    float: left;
    border: 2px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 25px 0 0;
    padding-bottom: 12px;
}

.bio-content {
    font-weight: 300;
    padding: 0 25px 25px 25px;
}

/*
.bio-content p.lead {
	color:#333;
}
*/

.bio-content, .bio-content p {
    color: #333;
}


.bio-content p:last-child {
    margin-bottom: 120px;
}

.team-member-bio .bio-name {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

.team-member-bio .bio-position {
    display: block;
    color: #888;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Last shift */
.team:nth-of-type(3) .member-bio,
.team:nth-of-type(6) .member-bio,
.team:nth-of-type(9) .member-bio,
.team:nth-of-type(12) .member-bio {
    left: -95%;
}

/* Query */
@media (max-width: 767px) {
    .member-bio {
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .member-bio:before {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .team:nth-of-type(3) .member-bio,
    .team:nth-of-type(6) .member-bio,
    .team:nth-of-type(9) .member-bio,
    .team:nth-of-type(12) .member-bio {
        left: 0;
    }
}

/*	============================================================
	Investors
	============================================================	*/
.investor-logo {
    width: 90%;
    max-width: 350px;
    min-height: 150px;
    margin: 50px 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.investors h4 {
    color: #f26722;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 0 2px;
}

.investors .arrow:after {
    right: 50px;
    bottom: 10px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.investors .arrow:hover .investor-logo {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.investors .arrow:hover h4 {
    color: #eee;
}

.investors .arrow:hover:after {
    right: 40px;
    background-color: #fff;
}

/* Query */
@media (max-width: 992px) {
    .investors .arrow:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .investors .arrow:after {
        display: block;
    }
}

/*	============================================================
	Press
	============================================================	*/
.press-short {
    margin-bottom: 50px;
}

/* updated on Mar 10 SM */
.press-short a.h4:after,
.press-short a.h5:after {
    width: 30px;
    height: 21.55px;
    content: '';
    display: inline-block;
    margin: 0 0 -5px 15px;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* added on Mar 10 SM */
.card-body h5 a {
    color: #fff;
    display: block;
    padding-top: 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.card-body .h5 {
    font-weight: 700;
}

.card-body h5 a:hover {
    color: #f26722;
}

.press-short h5 {
    margin-top: 30px;
}

/* End Mar 10 */
.press-short a.h4:hover {
    color: #f26722;
}

.press-short a.h4:hover:after {
    margin-left: 25px;
    background-color: #fff;
}

.press .pic,
.press-short .pic {
    float: left;
    width: 350px;
    height: 200px;
    display: inline-block;
    margin-right: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.press .pic {
    width: 350px;
    height: 200px;
    margin-bottom: 30px;
}

.btn-media {
    min-width: 350px;
}

.year-filter {
    margin-bottom: 40px;
    font-size: 20px;
}

.year-filter {
    color: #999;
}

.year-filter a.active {
    color: #fff;
    cursor: default;
}

@media (max-width: 1200px) {
    .press .pic,
    .press-short .pic {
        margin-bottom: 30px;
    }

    .press .text-padding {
        padding-bottom: 60px;
    }

    .share-aside {
        display: none;
    }
}

/*	============================================================
	Events Cards
	============================================================	*/
.events-cards {
    padding: 40px 0 40px 0;
}

.events {
    width: 100%;
    max-width: 100%;
    margin-left: 15px;
    position: relative;
}

.page-template-events .events {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.page-template-events .events-cards .card {
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .page-template-events .events-cards .card {
        width: calc(50% - 20px);
    }
}


@media (min-width: 1025px) {
    .page-template-events .events-cards .card {
        width: calc(33.33% - 20px);
    }
}

.events-cards .card {
    cursor: default;
    position: absolute;
}

.events-cards .card-body {
    width: 100%;
    height: auto;
    min-height: 250px;
    position: relative;
    padding: 30px 25px 80px 23px;
}

.enent-logo {
    width: 300px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

/* Queries */
@media (max-width: 600px) {
    .events {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*	============================================================
	Locations Plate
	============================================================	*/
.locations span {
    font-weight: 700;
    display: block;
}

.locations span.dott {
    border: 0;
    margin: 0 auto 20px 0;
}

.locations span.dott:before {
    display: block;
    color: #888;
    font-weight: 300;
    content: '\00b7\00b7\00b7';
}

.locations .card section {
    margin-bottom: 60px;
}

.locations .card section .flag {
    height: 40px;
    width: 40px;
    float: left;
    display: block;
    margin: -9px 12px 0 -4px;
    border-radius: 50%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.locations .card section h5 span {
    display: block;
    font-weight: 500;
    margin: 4px 0 0 0;
}

.locations .card section h5 b {
    color: inherit;
    margin-top: 40px;
    text-transform: uppercase;
}

/* Queries */
@media (max-width: 576px) {
    .locations.plate-padding {
        padding: 120px 0 0 0;
    }
}

/*	============================================================
	Filtered Plate
	============================================================	*/
.filtered-plate {
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.filtered-plate:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 79, 155, .7);
}

/*	============================================================
	Blockquote
	============================================================	*/
.quote {
    z-index: 1;
    position: relative;
}

.content blockquote {
    border: 0;
    padding: 0;
    margin: 0 5%;
}

.content blockquote h2 {
    color: #fff;
    line-height: 1.4;
    text-transform: none;
}

.content blockquote h2:before,
.content blockquote h2:after {
    color: #f26722;
    font-size: 24px;
    margin: 0 8px;
    font-family: FontAwesome;
}

.content blockquote h2:before {
    content: '\f10d';
}

.content blockquote h2:after {
    content: '\f10e';
    margin: 0 8px;
}

.content .author {
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 15px 0 0;
    font-style: italic;
}

.content .author:before {
    content: '\2014';
    margin-right: 5px;
}

/*	============================================================
	Footer
	============================================================	*/
#footer {
    overflow: hidden;
    padding: 80px 20px 40px 45px;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    background: #004f9b;
}

#footer .row {
    margin-right: 0;
}

#footer .logo {
    top: 0;
    left: 0;
    z-index: 4;
    position: relative;
    margin-bottom: 140px;
}

#footer .logo-symbol {
    width: 50px;
    height: 50px;
    -webkit-animation: fadeIn, slideInDown;
    animation: fadeIn, slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#footer .share-footer {
    margin: 10px 0 0;
}

#footer .share-footer a {
    color: #f26722;
    padding: 5px;
    font-size: 24px;
}

#footer .share-footer a:hover {
    color: rgba(255, 255, 255, 1);
}

#footer .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#footer .title:hover:before {
    right: 25px;
}

#footer a.title:hover {
    color: #f26722;
}

#footer hr {
    border: 1px solid #333;
    margin: 80px 15px 50px 15px;
}

#footer .copyright {
    color: #ccc;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .2px;
}

#footer .copyright:before {
    content: 'Copyright \00a9';
    padding-right: 5px
}

#footer .footer-link {
    width: 205px;
    margin: 10px 0 20px;
}

#footer .footer-link .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

#footer .footer-link a {
    color: #eee;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding: 2px 7px 0 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer .footer-link a:hover {
    color: #f26722;
}

#footer .footer-link a:last-child {
    padding-right: 0;
}

#footer .footer-nav {
    max-width: 1600px;
    padding: 20px 20px 40px 0;
    margin-bottom: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-nav .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

#footer .nav-link {
    color: #eee;
    font-size: 16px;
    padding: 2px 0 0 0;
    line-height: 19px;
    font-weight: 300;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer .nav-link:hover {
    color: #f26722;
}

#footer .nav-link.active,
#footer .nav-link.active:hover,
#footer .nav-link.active:focus {
    color: #f26722;
    font-weight: 900;
}

#footer .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 2px 0 2px 0;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase !important;
}

@media (max-width: 1200px) {
    #footer .logo-wordmark {
        display: none;
    }

    #footer .footer-nav .nav {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #footer .footer-nav {
        display: none;
    }

    #footer {
        padding: 80px 20px 40px 15px;
    }

    #footer .logo {
        display: none;
    }

    #footer .footer-link {
        margin: 10px 0 60px;
    }

    #footer .copyright:before {
        content: '\00a9';
    }

    #footer .copyright {
        font-size: 12px;
    }
}

/*	============================================================
	Nav Hamburger
	============================================================	*/
header.hamburger {
    top: 20px;
    right: 35px;
    z-index: 8;
    position: fixed;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hamburger a {
    width: 35px;
    height: 29px;
    display: block;
    position: relative;
    margin: 2px auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger a span {
    left: 0;
    opacity: 7;
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger a:hover span {
    background: #f26722;
}

.hamburger a span:nth-child(1),
.hamburger a span:nth-child(2),
.hamburger a span:nth-child(3) {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger a span:nth-child(2) {
    top: 11px;
}

.hamburger a span:nth-child(3) {
    top: 22px;
}

.hamburger.open a span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px;
}

.hamburger.open a span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.open a span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 5px;
}

.hamburger.open a:hover span:nth-child(1) {
    width: 0%;
    opacity: 0;
}

.hamburger.open a:hover span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 13px;
    left: 0px;
}

@media (max-width: 1200px) {
    header.hamburger.d-none {
        display: block !important;
    }

    header.hamburger {
        top: 38px;
    }

    header.hamburger.h-top {
        top: 15px;
    }
}

@media (max-width: 576px) {
    header.hamburger {
        top: 38px;
        right: 15px;
    }
}

/*	============================================================
	Back to Top
	============================================================	*/
.back-to-top {
    opacity: 0;
    color: #fff;
    height: 60px;
    width: 60px;
    left: 20px; /* right position */
    bottom: -50px;
    z-index: 2;
    position: fixed;
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.back-to-top:hover {
    background-color: #f26722;
}

.back-to-top:before {
    top: 20px;
    left: 15px;
    opacity: .5;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
}

.back-to-top:hover:before {
    opacity: 0.8;
}

.show-to-top {
    opacity: 1;
    bottom: 23px; /* bottom position */
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

/*	============================================================
	Button
	============================================================	*/
.btn-lg {
    height: 70px;
    text-align: left;
    padding: 0 20px 0 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
    border-radius: 0;
    position: relative;
}

.btn-lg.arrow:before {
    right: 35px;
    bottom: 20px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.btn-lg.arrow:hover:before {
    right: 25px;
}

.btn-lg.btn-default {
    width: 300px;
}

.btn-center .btn-lg {
    padding: 0 10px 0 10px;
    text-align: center;
}

.btn-center .btn-lg.arrow:before {
    display: none;
}

/* Queries */
@media (max-width: 922px) {
    /* cancel arrow */
    .btn-lg.arrow.alt:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .btn-lg.arrow.alt:before {
        display: block;
    }

    .btn-center .btn-lg.arrow:before {
        display: block;
    }

    .btn-center .btn-lg {
        padding: 0 20px 0 25px;
        text-align: left;
    }
}

.links-product {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

/*	============================================================
	Primary Button
	============================================================	*/
.btn-primary {
    color: #fff;
    font-weight: 700;
    border-radius: 1px;
    background-color: #f26722;
    border-color: #f26722;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #003366;
    background-color: #003366;
}

.btn-primary.btn-nohover:hover {
    color: #fff;
    background-color: #f26722;
    border-color: #f26722;
}

/*	============================================================
	Secondary Button
	============================================================	*/
.btn-secondary {
    color: #fff;
    font-weight: 700;
    border-radius: 1px;
    /*0,51,102*/
    background-color: #004f9b;
    border-color: #004f9b;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #004f9b;
    border-color: #004f9b;
}

.btn-card.btn-secondary {
    white-space: normal;
    min-height: 90px;
    height: auto;
    line-height: 26px;
    padding: 25px !important;
}

.btn-card.btn-secondary span {
    color: #f26722;
    font-weight: 900;
}

/*	============================================================
	Contact Form
	============================================================	*/
.content.contact .input-group .input-group-addon .fa {
    color: #f26722;
    font-size: 20px;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.content.contact .input-group-addon {
    width: 40px;
    padding: 4px 5px;
    line-height: 1.4;
    text-align: center;
    text-shadow: none;
    cursor: default;
    border: 0;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 0;
}

.content.contact .input-group-addon:hover .fa {
    padding-right: 5px;
}

form .e-code {
    color: #bbb;
    text-align: left;
    margin-left: -20px;
}

form .e-code #spantag {
    color: #f26722;
    font-size: 24px;
    margin-top: -5px;
    font-weight: 900;
}

.content.contact .list-inline {
    font-size: 16px;
    font-weight: 300;
    margin-left: 1px;
}

.form-checkboxes .form-group {
    margin-bottom: 0; /* Keep! */
}

.modal-dialog .alert,
.content.contact .alert {
    display: block;
}

.modal-dialog .alert:before,
.content.contact .alert:before {
    float: left;
    font-size: 32px;
    margin: -12px 18px 0 0;
    font-family: FontAwesome;
    content: '\f071';
}

.modal-dialog .alert:after,
.content.contact .alert:after {
    float: right;
    font-size: 18px;
    margin: -2px -6px 0 0;
    font-family: FontAwesome;
    content: '\f00d';
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.modal-dialog .alert:hover:after,
.content.contact .alert:hover:after {
    color: #fff;
    margin: -2px -7px 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-dialog .alert-warning,
.content.contact .alert-warning {
    color: #000 !important;
    background-color: #f26722;
    border-color: #f26722;
}

.modal-dialog form p {
    color: #ccc;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.1;
}

.modal-dialog form hr {
    border-color: #ccc;
    border-style: solid;
}

/* Queries */
@media (max-width: 576px) {
    form .e-code {
        margin-left: 5px;
    }
}

/*	============================================================
	Contact Us Aside Map
	============================================================	*/
.world-map-aside {
    width: 100%;
    min-height: 185px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.world-map {
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: 100% 30px;
}

.re-recaptcha {
    display: block;
    z-index: -2;
    margin: -100px 0 0 20px;
    position: absolute;
}

/*	============================================================
	Careers
	============================================================	*/
.careers-position {
    color: #fff;
    display: block;
    font-size: 18px;
    min-height: 150px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.careers-position:before {
    right: 20px;
    bottom: 50px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.careers-position:hover:before {
    right: 10px;
    background-color: #fff;
}

.careers-position h3 {
    color: #f26722;
}

.careers-position:hover h3 {
    color: #fff;
}

.careers-position i {
    color: #999;
    padding-right: 7px;
}

.careers-position:hover i {
    color: #f26722;
}

.link-arrow {
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
}

.link-arrow:after {
    right: 35px;
    bottom: 30px;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.link-arrow:hover:after {
    background-color: #fff;
    right: 15px;
}

.position .text-padding h4 {
    margin-top: 40px;
    text-transform: uppercase;
}

.position .aside-box {
    margin: 50px -15px 50px 0;
    padding: 15px;
}

.position .aside-box img {
    float: left;
    margin: 0 25px 5px 0;
}

.position .aside-box p {
    padding: 15px 15px 0 15px;
}

.career-icons .icons-five {
    position: relative;
    margin-top: 100px;
}

@media (max-width: 576px) {
    .career-icons .icons-five {
        margin: 30px auto 0;
    }
}

/*	============================================================
	Legal
	============================================================	*/
.privacy-highlight {
    padding: 25px 60px 20px 60px;
    margin: 30px -30px 30px -60px;
    background: #555;
}

.privacy h3 {
    margin: 40px 0 30px 0;
}

.content.privacy .list-inline .icon-envelope:before {
    color: #bbb;
    font-size: 16px;
    margin-right: 8px;
    content: '\f0e0';
    font-family: FontAwesome;
}

/* Queries */
@media (max-width: 992px) {
    .privacy .privacy-highlight {
        padding: 25px 20px 20px 20px;
        margin: 30px -20px;
    }
}

/*	============================================================
	Map
	============================================================	*/
.map {
    width: 100%;
    height: 100%;
    position: relative;
}

.map img {
    width: 100%;
    height: auto;
}

.map-pins .point {
    color: #f26722;
    position: absolute;
    line-height: 1;
    font-size: 18px;
    z-index: 2;
    font-weight: 900;
    padding-left: 30px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.map-pins .point:hover {
    color: #fff;
}

.map-pins .point:before {
    left: 0;
    width: 23px;
    height: 23px;
    content: '';
    z-index: 1;
    position: absolute;
    background-color: #fff;
    mask: url(../img/quanergy-single.png) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/quanergy-single.png) no-repeat 0 0/100% 100%;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.map-pins .point:hover:before {
    background-color: #f26722;
}

.map-pins .point.point-off {
    z-index: 0;
    cursor: default;
}

.map-pins .point-off.point:before {
    background-color: #999;
    z-index: 0;
}

.map-pins .point-off span {
    display: none;
}

@media (max-width: 576px) {
    .map-pins .point,
    .map-pins .point-1,
    .map-pins .point-2,
    .map-pins .point-3,
    .map-pins .point-4,
    .map-pins .point-5,
    .map-pins .point-6,
    .map-pins .point-7,
    .map-pins .point-8 {
        position: static;
        display: block;
        line-height: 1.4;
        padding-bottom: 15px;
    }

    .map-pins .point-off {
        display: none;
    }

    .map img {
        margin-bottom: -120px;
    }

    #map-careers .form-group {
        margin-top: 60px;
    }
}

.map-pins .point-1 {
    left: 13.5%;
    top: 26.5%;
}

.map-pins .point-2 {
    left: 27%;
    top: 21%;
}

.map-pins .point-3 {
    left: 61%;
    top: 36%;
}

.map-pins .point-4 {
    left: 43%;
    top: 9%;
}

.map-pins .point-5 {
    left: 79%;
    top: 34%;
}

.map-pins .point-6 {
    left: 48.5%;
    top: 22.8%;
}

.map-pins .point-7 {
    left: 83%;
    top: 28.8%;
}

.map-pins .point-8 {
    left: 23.5%;
    top: 23%;
}

/*	============================================================
	Form
	============================================================	*/
form textarea.form-control {
    color: #eee;
    font-size: 24px;
    font-weight: 300;
    background: inherit;
    border: 0;
    border-radius: 0;
    padding-left: 4px;
}

form label {
    width: 100%;
    font-weight: normal;
}

/* Query */
@media (max-width: 768px) {
    form .input-lg,
    form textarea.form-control {
        font-size: 16px;
    }
}

form .input-lg,
form label.select:before {
    height: 50px; /* Height for Input & Select */
}

/* Delete Icon */
form a.delete:before {
    color: #f26722;
    font-size: 26px;
    content: '\f057';
    font-family: FontAwesome;
    text-decoration: none;
}

form a.delete:hover:before {
    color: #fff;
}

/* Hide Input */
form .no-input {
    border: 0;
    padding: 0;
    float: right;
    text-align: left;
    max-width: 46px;
    font-weight: 400;
    margin: 0 -10px 0 4px;
    background: transparent;
}

/* Remove Active Border */
.form-control,
.form-control:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

form .input-lg,
form label.select:before {
    border: 0;
    border-radius: 0;
    font-size: 24px;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

/* Select/Label Hack */
form select {
    outline: none;
    cursor: pointer;
}

form select.form-control:focus::-ms-value {
    color: #495057;
    background-color: transparent;
}

form .form-control:focus {
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #686868;
    border-color: #f26722;
}

form select.input-lg {
    color: #ccc;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 72px 0 0 !important;
    /* Keep to control iOS select appearance! */
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

form select.input-lg.select-lg {
    color: #eee;
    font-size: 24px;
    padding-top: 0 !important;
}

form label.select {
    margin: 0;
    position: relative;
}

form label.select:before {
    top: -5px;
    right: 0;
    border: 0;
    z-index: 3;
    width: 62px;
    color: #f26722;
    display: block;
    background: transparent;
    font-size: 40px;
    line-height: 50px;
    content: '\f107';
    position: absolute !important;
    text-align: center;
    pointer-events: none;
    font-family: FontAwesome;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

form label.select:before {
    border: 0;
}

form label.select:hover:before {
    color: #fff;
    background: transparent;
}

form label.select:after {
    top: 3px;
    right: 65px;
    border: 0;
    width: 1px;
    background: #888;
    display: block;
    height: 35px;
    content: '';
    position: absolute;
}

/* End:Select-Label Hack */

form .input-code {
    display: block;
    position: relative;
}

form .input-code:before {
    top: 15px;
    right: 12px;
    border: 0;
    z-index: 3;
    width: 30px;
    height: 21.55px;
    content: '';
    display: block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*	===================================================================
	Only inputs
	===================================================================	*/
.alt.form-group {
    position: relative;
}

.alt.form-group input {
    border: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 3px;
    font-size: 24px;
    font-weight: 300;
    outline: none;
    background: none;
    position: relative;
}

.alt.form-group textarea {
    position: relative;
}

.alt.form-group input:focus ~ label,
.alt.form-group input:not(:placeholder-shown) ~ label,
.alt.form-group textarea:focus ~ label,
.alt.form-group textarea:not(:placeholder-shown) ~ label {
    opacity: 0.5;
    -webkit-transform: translate(-12.4%, -50%) scale(0.75);
    -ms-transform: translate(-12.4%, -50%) scale(0.75);
    transform: translate(-12.4%, -50%) scale(0.75);
}

.alt.form-group label,
.alt.form-group textarea ~ label {
    position: absolute;
    top: 0;
    left: 3px;
    color: #ccc;
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.alt.form-group footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
}

.alt.form-group footer:before,
.alt.form-group footer:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #f26722;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.alt.form-group footer:before {
    left: 50%;
}

.alt.form-group footer:after {
    right: 50%;
}

.alt.form-group input:focus ~ footer:before,
.alt.form-group input:focus ~ footer:after,
.alt.form-group textarea:focus ~ footer:before,
.alt.form-group textarea:focus ~ footer:after {
    width: 50%;
}

/* Upload File */
input[type="file"] {
    display: none;
}

.btn-file {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-file:hover {
    color: #f26722;
}

.btn-file:hover .fa-rotate-45 {
    color: #fff;
}

.fa-rotate-45 {
    font-size: 40px;
    color: #f26722;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.form-group.work {
    padding: 1px 0 0 3px;
    border-bottom: 1px solid #ccc;
}

.form-group.work p {
    color: #ccc;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.1;
}

.gov-form {
    font-weight: 300;
    line-height: 1.2;
    margin-top: 40px;
}

.gov-form p,
.gov-form strong,
.gov-form ul li {
    color: #ddd;
    font-size: 20px;
}

/*	============================================================
	Radio and Checkboxes
	============================================================	*/
input[type="radio"] + label,
input[type="checkbox"] + label {
    color: #ccc;
    position: relative;
    margin: 0 1px 0 20px;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label,
.list-inline input[type="radio"] + label,
.list-inline input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 20px;
    line-height: 16px;
    font-weight: 300;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
    top: 0;
    z-index: 1;
    left: -38px;
    border: 0;
    content: '';
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #000;
    position: absolute;
    margin: 0 15px 0 15px;
    border: 2px solid #888;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

input[type="radio"] + label:before {
    border-radius: 50% /* keep 50% as unique */;
}

input[type="checkbox"] + label:before {
    border-radius: 3px /* keep 3px as unique */;
    margin-top: -1px;
}

input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
    color: #f26722;
}

input[type="radio"]:checked + label:after {
    top: 4px;
    left: -19px;
    width: 8px;
    height: 8px;
    content: '';
    z-index: 2;
    display: block;
    background: #f26722;
    position: absolute;
    border-radius: 50%;
}

input[type="radio"]:checked + label:before {
    border: 2px solid #f26722;
}

input[type="checkbox"]:checked + label:after {
    top: -2px;
    left: -22px;
    float: left;
    z-index: 2;
    color: #f26722;
    font-size: 20px;
    font-weight: 300;
    content: '\f00c';
    position: absolute;
    line-height: 14px !important;
    font-family: FontAwesome;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

input[type="radio"] + label:hover:after {
    background: #004f9b;
}

input[type="checkbox"] + label:hover:after {
    color: #004f9b;
}

input[type="radio"] + label:hover:before,
input[type="checkbox"] + label:hover:before {
    background: #f26722;
    border-color: #f26722;
}

/*	============================================================
	Bullets
	============================================================	*/
.list-group.bullets a:before,
.list-group.bullets li:before,
.list-group.bullets-a-style li:before,
.list-group.bullets-b-style li:before,
.list-group.bullets-c-style li:before {
    color: #eee;
    margin: 0 12px 0 0;
    font-family: 'FontAwesome';
}

.list-group .list-group-item {
    font-weight: 300;
    font-size: 20px;
}

/* List A */
.list-group.bullets-a-style li:before {
    left: 0;
    top: 10px;
    display: block;
    content: '';
    position: absolute;
}

.list-group.bullets-a-style .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    padding: 10px 0 10px 1px;
}

/* List C */
.list-group.bullets-c-style li:before {
    left: 0;
    top: 10px;
    color: #f26722;
    display: block;
    font-size: 18px;
    content: '\f0c8';
    position: absolute;
}

.list-group.bullets-c-style .list-group-item {
    border: 0;
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 8px;
    background: transparent;
    padding: 3px 0 0 40px;
}

.list-group.bullets-c-style .list-group-item span {
    display: block;
    line-height: 1.1;
    font-size: 30px;
    margin-bottom: 0;
}

/* Queries */
@media (max-width: 768px) {
    .list-group.bullets-c-style .list-group-item {
        font-size: 16px;
    }

    .list-group.bullets-c-style .list-group-item span {
        line-height: 1;
        font-size: 24px;
    }
}

/*	==========================================================================
	Table
	==========================================================================	*/
.table > thead > tr > th > a {
    color: #777;
}

.table-bordered thead tr th {
    border-top: 0;
}

.table > tbody > tr:hover {
    background-color: #909aaa;
}

.table-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border-right: 1px solid #888;
}

.table-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered {
    border-bottom: 0;
    border-top: 0;
}

.table-bordered > tbody > tr > td {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid #777;
}

.table-bordered > tfoot > tr > td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child,
.table-bordered {
    border-left: 0;
    padding-left: 1px;
}

.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child,
.table-bordered {
    border-right: 0;
}

.table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.table-bordered > tfoot > tr:first-child > td {
    border-top: 4px solid #ddd;
}

/* colored icons */
.comparison .fa-check {
    color: #66ff00;
}

.comparison .fa-check.alt {
    color: #ccc;
}

.comparison .fa-times {
    color: #cc0000;
}

.comparison .fa-minus {
    color: #888;
}

.comparison .fa-1 {
    color: #66ff00;
}

.comparison .fa-2 {
    color: #ccc;
}

.comparison .fa-3 {
    color: #777;
}

.comparison p {
    font-weight: 300;
}

.comparison p span:nth-child(1),
.comparison p span:nth-child(2),
.comparison p span:nth-child(3),
.comparison p span:nth-child(4) {
    padding: 0 0 0 15px;
}

@media (max-width: 576px) {
    .comparison p span {
        display: block;
    }

    .table-bordered > tbody > tr > td {
        font-size: 18px;
    }
}

/*	============================================================
	Modal
	============================================================	*/
.modal-content {
    border-radius: 1px;
}

.modal-title {
    color: #333;
}

.modal-body p {
    color: #222;
}

.modal-body p a:hover {
    color: #004f9b;
}

.modal-sm .modal-body a {
    color: #f26722;
    outline: none;
    font-size: 20px;
    font-weight: 400;
}

.modal-sm .modal-body a:hover {
    color: #004f9b;
}

/*	===================================================================
	Log in
	===================================================================	*/
.partners-access {
    padding: 7px 0 0 30px;
    position: relative;
}

.partners-signup {
    padding: 27px 0 0 30px;
    position: relative;
}

.partners-access .form-group {
    text-align: left;
    position: relative;
    margin: 0 31px 10px;
}

.partners-access .form-group input {
    border: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    color: #eee;
    font-size: 22px;
    outline: none;
    background: none;
    position: relative;
}

.partners-access a.passwd {
    display: block;
    color: #999;
    margin-top: -50px
}

.partners-access a.passwd:hover {
    color: #0099ff;
}

.partners-access .form-group a {
    color: #fff;
}

.partners-access .text-right {
    font-size: 13px;
    padding: 0 30px 6px 0;
}

.partners-access .form-group input:focus ~ label,
.partners-access .form-group input:valid ~ label {
    color: #bbb;
    opacity: 0.8;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    -ms-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.partners-access .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    font-size: 18px;
    font-weight: 300;
    line-height: 70px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.partners-access .form-group .btn-block {
    margin: 58px 0 18px 0;
}

.partners-access .form-group footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
}

.partners-access .form-group p {
    color: #eee;
    font-size: 16px;
    margin-bottom: 60px;
}

.partners-access .form-group footer:before, .form-group footer:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #f26722;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.partners-access .form-group footer:before {
    left: 50%;
}

.partners-access .form-group footer:after {
    right: 50%;
}

.partners-access .form-group input:focus ~ footer:before, .form-group input:focus ~ footer:after {
    width: 50%;
}

/*	============================================================
	Partners Subscribe
	============================================================	*/
.subscribe {
    width: 100%;
    max-width: 360px;
    padding: 15px 0;
}

.subscribe .form-group {
    text-align: left;
    position: relative;
    margin: 0 0 10px 0;
}

.subscribe .form-group input {
    border: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    color: #eee;
    font-size: 24px;
    padding-right: 80px;
    outline: none;
    background: none;
    position: relative;
}

@media (max-width: 768px) {
    .subscribe {
        padding: 15px 0;
        margin: 30px auto 0 auto;
    }

    .subscribe .form-group {
        margin: 0 15px 10px 15px;
    }
}

@media (max-width: 480px) {
    .subscribe .form-group {
        margin: 0 0 10px 0;
    }
}

.subscribe .form-group input:focus ~ label,
.subscribe .form-group input:valid ~ label {
    color: #fff;
    opacity: 0.6;
    top: -10px;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    -ms-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.subscribe .form-group label {
    position: absolute;
    top: -10px;
    left: 0;
    color: #ccc;
    font-size: 20px;
    font-weight: 300;
    line-height: 70px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.subscribe .form-group .line {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #888;
    position: absolute;
}

.subscribe .form-group .line:before,
.subscribe .form-group .line:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #f26722;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.subscribe .form-group .line:before {
    left: 50%;
}

.subscribe .form-group .line:after {
    right: 50%;
}

.subscribe .form-group input:focus ~ .line:before,
.subscribe .form-group input:focus ~ .line:after {
    width: 50%;
}

/* button */
.subscribe .input-group-addon {
    border: 0;
    top: 10px;
    right: 0;
    color: #fff;
    width: 70px;
    z-index: 2;
    text-align: center;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    border-left: 1px solid #686868;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.subscribe .input-group-addon.fa,
.subscribe .input-group-addon:focus.fa {
    color: #f26722;
    font-size: 32px;
    text-decoration: none;
}

.subscribe .input-group-addon:hover {
    color: #ffce02;
    background-color: transparent;
}

/*	============================================================
	Qortex dtc Animated Schema
	============================================================	*/
.Comp_0 {
    stroke-dasharray: 6035 6037;
    stroke-dashoffset: 6036;
    -webkit-animation: Comp_draw 2000ms linear 0ms forwards;
    animation: Comp_draw 2000ms linear 0ms forwards;
}

.Comp_1 {
    stroke-dasharray: 3989 3991;
    stroke-dashoffset: 3990;
    -webkit-animation: Comp_draw 2000ms linear 71ms forwards;
    animation: Comp_draw 2000ms linear 71ms forwards;
}

.Comp_2 {
    stroke-dasharray: 1 3;
    stroke-dashoffset: 2;
    -webkit-animation: Comp_draw 2000ms linear 142ms forwards;
    animation: Comp_draw 2000ms linear 142ms forwards;
}

.Comp_3 {
    stroke-dasharray: 147 149;
    stroke-dashoffset: 148;
    -webkit-animation: Comp_draw 2000ms linear 214ms forwards;
    animation: Comp_draw 2000ms linear 214ms forwards;
}

.Comp_4 {
    stroke-dasharray: 84 86;
    stroke-dashoffset: 85;
    -webkit-animation: Comp_draw 2000ms linear 285ms forwards;
    animation: Comp_draw 2000ms linear 285ms forwards;
}

.Comp_5 {
    stroke-dasharray: 272 274;
    stroke-dashoffset: 273;
    -webkit-animation: Comp_draw 2000ms linear 357ms forwards;
    animation: Comp_draw 2000ms linear 357ms forwards;
}

.Comp_6 {
    stroke-dasharray: 151 153;
    stroke-dashoffset: 152;
    -webkit-animation: Comp_draw 2000ms linear 428ms forwards;
    animation: Comp_draw 2000ms linear 428ms forwards;
}

.Comp_7 {
    stroke-dasharray: 92 94;
    stroke-dashoffset: 93;
    -webkit-animation: Comp_draw 2000ms linear 500ms forwards;
    animation: Comp_draw 2000ms linear 500ms forwards;
}

.Comp_8 {
    stroke-dasharray: 241 243;
    stroke-dashoffset: 242;
    -webkit-animation: Comp_draw 2000ms linear 571ms forwards;
    animation: Comp_draw 2000ms linear 571ms forwards;
}

.Comp_9 {
    stroke-dasharray: 174 176;
    stroke-dashoffset: 175;
    -webkit-animation: Comp_draw 2000ms linear 642ms forwards;
    animation: Comp_draw 2000ms linear 642ms forwards;
}

.Comp_10 {
    stroke-dasharray: 336 338;
    stroke-dashoffset: 337;
    -webkit-animation: Comp_draw 2000ms linear 714ms forwards;
    animation: Comp_draw 2000ms linear 714ms forwards;
}

.Comp_11 {
    stroke-dasharray: 1359 1361;
    stroke-dashoffset: 1360;
    -webkit-animation: Comp_draw 2000ms linear 785ms forwards;
    animation: Comp_draw 2000ms linear 785ms forwards;
}

.Comp_12 {
    stroke-dasharray: 110 112;
    stroke-dashoffset: 111;
    -webkit-animation: Comp_draw 2000ms linear 857ms forwards;
    animation: Comp_draw 2000ms linear 857ms forwards;
}

.Comp_13 {
    stroke-dasharray: 129 131;
    stroke-dashoffset: 130;
    -webkit-animation: Comp_draw 2000ms linear 928ms forwards;
    animation: Comp_draw 2000ms linear 928ms forwards;
}

.Comp_14 {
    stroke-dasharray: 74 76;
    stroke-dashoffset: 75;
    -webkit-animation: Comp_draw 2000ms linear 1000ms forwards;
    animation: Comp_draw 2000ms linear 1000ms forwards;
}

@-webkit-keyframes Comp_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes Comp_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes Comp_fade {
    0% {
        stroke-opacity: 1;
    }
    94.44444444444444% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@keyframes Comp_fade {
    0% {
        stroke-opacity: 1;
    }
    94.44444444444444% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

#lines path {
    stroke-dashoffset: -99;
    opacity: 0;
    -webkit-animation: TmmXEFDa_draw 4000ms linear 3000ms infinite forwards,
    quertex_fadeIn 2200ms linear 3000ms forwards;
    animation: TmmXEFDa_draw 4000ms linear 3000ms infinite forwards,
    quertex_fadeIn 2200ms linear 3000ms forwards;
}

#XRings ellipse {
    stroke-dasharray: 6035 6037;
    stroke-dashoffset: 6036;
    -webkit-animation: TmmXEFDa_draw 2000ms linear 0ms forwards;
    animation: TmmXEFDa_draw 2000ms linear 0ms forwards;
}

#Brain {
    -webkit-animation: quertex_brain 1000ms 0ms infinite forwards, quertex_fadeIn 1000ms 3000ms forwards,
    quertex_fadeIn 2200ms linear 3000ms forwards;
    animation: quertex_brain 1000ms 0ms infinite forwards, quertex_fadeIn 1000ms 3000ms forwards,
    quertex_fadeIn 2200ms linear 3000ms forwards;
    opacity: 0;
}

@-webkit-keyframes quertex_brain {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    20% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes quertex_brain {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    20% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.Rings ellipse {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-opacity: 0.2;
    -webkit-animation: TmmXEFDa_pulse 2200ms linear 3000ms infinite forwards;
    animation: TmmXEFDa_pulse 2200ms linear 3000ms infinite forwards;
    stroke-width: 1;
}

#Rings1 ellipse:nth-child(1) {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#Rings1 ellipse:nth-child(2) {
    -webkit-animation-delay: 3300ms;
    animation-delay: 3300ms;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#Rings1 ellipse:nth-child(3) {
    -webkit-animation-delay: 3600ms;
    animation-delay: 3600ms;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#Rings1 ellipse:nth-child(4) {
    -webkit-animation-delay: 3900ms;
    animation-delay: 3900ms;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#Rings1 ellipse:nth-child(5) {
    -webkit-animation-delay: 4200ms;
    animation-delay: 4200ms;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#Rings1 ellipse:nth-child(6) {
    -webkit-animation-delay: 4500ms;
    animation-delay: 4500ms;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#Rings2 ellipse:nth-child(1) {
    -webkit-animation-delay: 3200ms;
    animation-delay: 3200ms;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

#Rings2 ellipse:nth-child(2) {
    -webkit-animation-delay: 3500ms;
    animation-delay: 3500ms;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

#Rings2 ellipse:nth-child(3) {
    -webkit-animation-delay: 3800ms;
    animation-delay: 3800ms;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

#Rings2 ellipse:nth-child(4) {
    -webkit-animation-delay: 4100ms;
    animation-delay: 4100ms;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

#Rings2 ellipse:nth-child(5) {
    -webkit-animation-delay: 4400ms;
    animation-delay: 4400ms;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

#Rings2 ellipse:nth-child(6) {
    -webkit-animation-delay: 4700ms;
    animation-delay: 4700ms;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

#Rings3 ellipse:nth-child(1) {
    -webkit-animation-delay: 3400ms;
    animation-delay: 3400ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

#Rings3 ellipse:nth-child(2) {
    -webkit-animation-delay: 3700ms;
    animation-delay: 3700ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

#Rings3 ellipse:nth-child(3) {
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

#Rings3 ellipse:nth-child(4) {
    -webkit-animation-delay: 4300ms;
    animation-delay: 4300ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

#Rings3 ellipse:nth-child(5) {
    -webkit-animation-delay: 4600ms;
    animation-delay: 4600ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

#Rings3 ellipse:nth-child(6) {
    -webkit-animation-delay: 4900ms;
    animation-delay: 4900ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

#Rings3 ellipse:nth-child(7) {
    -webkit-animation-delay: 5200ms;
    animation-delay: 5200ms;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

@-webkit-keyframes TmmXEFDa_pulse {
    0% {
        stroke-opacity: 0.2;
        stroke-width: 1;
    }
    10% {
        stroke-opacity: 1;
        stroke-width: 2;
    }
    30% {
        stroke-opacity: 0.2;
        stroke-width: 1;
    }
    100% {
        stroke-opacity: 0.2;
        stroke-width: 1;
    }
}

@keyframes TmmXEFDa_pulse {
    0% {
        stroke-opacity: 0.2;
        stroke-width: 1;
    }
    10% {
        stroke-opacity: 1;
        stroke-width: 2;
    }
    30% {
        stroke-opacity: 0.2;
        stroke-width: 1;
    }
    100% {
        stroke-opacity: 0.2;
        stroke-width: 1;
    }
}

.Sensor {
    opacity: 0;
    -webkit-animation: quertex_zoomIn ease 1000ms forwards;
    animation: quertex_zoomIn ease 1000ms forwards;
}

.Sensor path,
.Sensor ellipse,
.Sensor g polyline {
    fill: none;
    stroke: #fff;
}

#Sensor1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#Sensor2 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

#Sensor3 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.Man {
    opacity: 0
}

#Man1 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move1 24s ease 3000ms infinite forwards,
    quertex_fadeIn 1000ms linear 2200ms forwards;
    animation: quertex_move1 24s ease 3000ms infinite forwards,
    quertex_fadeIn 1000ms linear 2200ms forwards;
}

@-webkit-keyframes quertex_move1 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    80% {
        -webkit-transform: translate(50px, 20px);
        transform: translate(50px, 20px);
    }
}

@keyframes quertex_move1 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    80% {
        -webkit-transform: translate(50px, 20px);
        transform: translate(50px, 20px);
    }
}

#Man2 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move2 26s ease 3500ms infinite forwards,
    quertex_fadeIn 1000ms linear 2400ms forwards;
    animation: quertex_move2 26s ease 3500ms infinite forwards,
    quertex_fadeIn 1000ms linear 2400ms forwards;
}

@-webkit-keyframes quertex_move2 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(-40px, 50px);
        transform: translate(-40px, 50px);
    }
    40%, 45% {
        -webkit-transform: translate(70px, -30px);
        transform: translate(70px, -30px);
    }
    60%, 65 {
        -webkit-transform: translate(40px, 20px);
        transform: translate(40px, 20px);
    }
    80% {
        -webkit-transform: translate(50px, 10px);
        transform: translate(50px, 10px);
    }
}

@keyframes quertex_move2 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(-40px, 50px);
        transform: translate(-40px, 50px);
    }
    40%, 45% {
        -webkit-transform: translate(70px, -30px);
        transform: translate(70px, -30px);
    }
    60%, 65 {
        -webkit-transform: translate(40px, 20px);
        transform: translate(40px, 20px);
    }
    80% {
        -webkit-transform: translate(50px, 10px);
        transform: translate(50px, 10px);
    }
}

#Man3 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move3 28s ease 4000ms infinite forwards,
    quertex_fadeIn 1000ms linear 2600ms forwards;
    animation: quertex_move3 28s ease 4000ms infinite forwards,
    quertex_fadeIn 1000ms linear 2600ms forwards;
}

@-webkit-keyframes quertex_move3 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(70px, 0px);
        transform: translate(70px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }
    60%, 65 {
        -webkit-transform: translate(-40px, -40px);
        transform: translate(-40px, -40px);
    }
    80% {
        -webkit-transform: translate(-50px, 20px);
        transform: translate(-50px, 20px);
    }
}

@keyframes quertex_move3 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(70px, 0px);
        transform: translate(70px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }
    60%, 65 {
        -webkit-transform: translate(-40px, -40px);
        transform: translate(-40px, -40px);
    }
    80% {
        -webkit-transform: translate(-50px, 20px);
        transform: translate(-50px, 20px);
    }
}

#Man4 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move4 20s ease 4500ms infinite forwards,
    quertex_fadeIn 1000ms linear 2800ms forwards;
    animation: quertex_move4 20s ease 4500ms infinite forwards,
    quertex_fadeIn 1000ms linear 2800ms forwards;
}

@-webkit-keyframes quertex_move4 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, 70px);
        transform: translate(20px, 70px);
    }
    80% {
        -webkit-transform: translate(50px, -80px);
        transform: translate(50px, -80px);
    }
}

@keyframes quertex_move4 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, 70px);
        transform: translate(20px, 70px);
    }
    80% {
        -webkit-transform: translate(50px, -80px);
        transform: translate(50px, -80px);
    }
}

#Man5 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move5 22s ease 5000ms infinite forwards,
    quertex_fadeIn 1000ms linear 3000ms forwards;
    animation: quertex_move5 22s ease 5000ms infinite forwards,
    quertex_fadeIn 1000ms linear 3000ms forwards;
}

@-webkit-keyframes quertex_move5 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(10px, 90px);
        transform: translate(10px, 90px);
    }
    40%, 45% {
        -webkit-transform: translate(-20px, 60px);
        transform: translate(-20px, 60px);
    }
    60%, 65 {
        -webkit-transform: translate(-20px, -40px);
        transform: translate(-20px, -40px);
    }
    80% {
        -webkit-transform: translate(90px, 0px);
        transform: translate(90px, 0px);
    }
}

@keyframes quertex_move5 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(10px, 90px);
        transform: translate(10px, 90px);
    }
    40%, 45% {
        -webkit-transform: translate(-20px, 60px);
        transform: translate(-20px, 60px);
    }
    60%, 65 {
        -webkit-transform: translate(-20px, -40px);
        transform: translate(-20px, -40px);
    }
    80% {
        -webkit-transform: translate(90px, 0px);
        transform: translate(90px, 0px);
    }
}

#Man6 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move6 36s ease 5500ms infinite forwards,
    quertex_fadeIn 1000ms linear 3200ms forwards;
    animation: quertex_move6 36s ease 5500ms infinite forwards,
    quertex_fadeIn 1000ms linear 3200ms forwards;
}

@-webkit-keyframes quertex_move6 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    80% {
        -webkit-transform: translate(50px, 20px);
        transform: translate(50px, 20px);
    }
}

@keyframes quertex_move6 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    80% {
        -webkit-transform: translate(50px, 20px);
        transform: translate(50px, 20px);
    }
}

#Man7 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-animation: quertex_move7 31s ease 6000ms infinite forwards,
    quertex_fadeIn 1000ms linear 3400ms forwards;
    animation: quertex_move7 31s ease 6000ms infinite forwards,
    quertex_fadeIn 1000ms linear 3400ms forwards;
}

@-webkit-keyframes quertex_move7 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    80% {
        -webkit-transform: translate(50px, 20px);
        transform: translate(50px, 20px);
    }
}

@keyframes quertex_move7 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10%, 15% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    40%, 45% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    60%, 65 {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
    80% {
        -webkit-transform: translate(50px, 20px);
        transform: translate(50px, 20px);
    }
}

@-webkit-keyframes quertex_blink {
    0% {
        opacity: 1.0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 1.0;
    }
    60% {
        opacity: 0.4;
    }
}

@keyframes quertex_blink {
    0% {
        opacity: 1.0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 1.0;
    }
    60% {
        opacity: 0.4;
    }
}

@-webkit-keyframes quertex_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes quertex_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes quertex_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3, .3);
        transform: scale(.3, .3);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes quertex_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3, .3);
        transform: scale(.3, .3);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.TmmXEFDa_0 {
    stroke-dasharray: 6035 6037;
    stroke-dashoffset: 6036;
    -webkit-animation: TmmXEFDa_draw 2000ms linear 0ms forwards;
    animation: TmmXEFDa_draw 2000ms linear 0ms forwards;
}

.TmmXEFDa_165 {
    stroke-dasharray: 304 306;
    stroke-dashoffset: 305;
    -webkit-animation: TmmXEFDa_draw 2000ms linear 1000ms forwards;
    animation: TmmXEFDa_draw 2000ms linear 1000ms forwards;
}

@-webkit-keyframes TmmXEFDa_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes TmmXEFDa_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes TmmXEFDa_fade {
    0% {
        stroke-opacity: 1;
    }
    94.44444444444444% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@keyframes TmmXEFDa_fade {
    0% {
        stroke-opacity: 1;
    }
    94.44444444444444% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

/*	============================================================
	Extra
	============================================================	*/
.lead {
    font-size: 18px;
    font-weight: 300;
}

/* Query */
@media (max-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

.pointer {
    cursor: pointer;
}

.bg-01 {
    background-color: #989898;
}

.bg-02 {
    background-color: #686868;
}

.bg-03 {
    background-color: #004f9b;
}

.bg-04 {
    background-color: #003366;
}

.bg-05 {
    background-color: #fff;
}

.btn-block {
    white-space: nowrap;
}

.currency:before {
    color: #ccc;
    content: '\f155';
    margin: 0 5px 0 0;
    font-family: 'FontAwesome';
}

.text-light {
    color: #ccc !important;
}

.text-bright {
    color: #f26722 !important;
}

.text-300 {
    font-weight: 300 !important;
}

.text-400 {
    font-weight: 400 !important;
}

.text-700 {
    font-weight: 700 !important;
}

.fa-spacer {
    margin: 30px 0 20px 4px;
}

.min100 {
    min-height: 100px;
}

.modal-content.dark {
    background-color: #686868;
}

.modal-content.dark .list-inline-item {
    padding-right: 10px;
}

/*	============================================================
	Loading Spin
	============================================================	*/
#loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.spin {
    left: 50%;
    top: 50%;
    width: 82px;
    height: 82px;
    z-index: 9999;
    color: #f26722;
    cursor: default;
    position: fixed;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: -70px 0 0 -45px;
    background: rgba(0, 51, 102, 0.5);
}

.spin:before {
    font-size: 60px;
    content: '\f021';
    line-height: 82px;
    font-family: FontAwesome;
}

/*	===================================================================
	Media Queries
	Min - greater or equal. Order - low to hi.
	Max - less or equal. Order - hi to low.
	===================================================================	*/
/*	============================================================
	Partners
	============================================================	*/
.partner-logo {
    width: 90%;
    max-width: 350px;
    min-height: 150px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    Xborder: 1px solid black;
}

.partner-logo:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

/* Queries */
@media (max-width: 576px) {
    .partner-logo {
        min-height: 100px;
    }
}

/*	============================================================
	Img Zoom
	============================================================	*/
#img-zoom, #img-zoom2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-zoom {
    width: 85%;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.img-zoom .qortex-dtc-schema {
    height: auto;
    display: block;
    margin: 0 auto;
    border: 20px solid #989898;
    border-left: none;
    border-right: none;
}

.img-zoom h5,
.pop-img h5, .pop-img2 h5 {
    font-weight: 700;
}

/* Queries */
@media (max-width: 1200px) {
    .img-zoom {
        width: 95%;
    }
}

/* Downloads Opener */
.products-links a i {
    color: #fff;
    opacity: .8;
    font-size: 24px;
    padding-right: 15px;
}

.products-links p {
    color: #f26722;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
}

.products-links p:hover {
    color: #fff;
}

.products-links a p {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
    cursor: default;
}

/*	============================================================
	Testimonials
	============================================================	*/
.testimonial-logo {
    width: 300px;
    height: 120px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    Xborder: 1px solid red;
}

/*	===================================================================
	Blog
	===================================================================	*/
.content.blog {
    padding: 100px 0 80px 0;
}

.content.blog h2,
.content.blog h3,
.content.blog h4,
.content.blog h5 {
    color: #fff;
}

.content.blog .nav-pills {
    margin: 0 0 20px 0;
}

.content.blog .nav-pills > li.active > a, .content.blog .nav-pills > li.active > a:hover, .content.blog .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: transparent;
    Xtext-transform: uppercase;
}

.content.blog .nav-pills > li > a {
    color: #fff;
    font-size: 18px;
    border-radius: 0px;
    Xtext-transform: uppercase;
    padding: 0 0 5px 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.content.blog .nav > li > a:hover,
.content.blog .nav > li > a:focus {
    color: #f26722;
    text-decoration: none;
    background: none;
}

.content.blog .nav-pills > li.active a {
    color: #f26722;
}

.content.blog .nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
    border: 0;
}

.content.blog .nav-pills > li {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 5px 0 15px 0;
    border-bottom: 1px dotted #999;
}

.content.blog .nav-pills.alt > li {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #999;
}

.content.blog .nav-pills > li span {
    color: #999;
    padding-left: 10px;
}

/* Image */
.content.blog .blog-image {
    display: block;
    overflow: hidden;
    background: #002258;
    margin: 45px 0 25px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
}

.content.blog .blog-image:first-child {
    margin: 0 0 25px 0;
}

.content.blog .blog-image:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

/* Queries */
@media (min-width: 1201px) {
    .content.blog .blog-image {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .content.blog .blog-image {
        height: 460px;
    }
}

@media (max-width: 992px) {
    .content.blog .blog-image {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .content.blog .blog-image {
        height: 300px;
    }
}

/* Blog */
.content.blog blockquote {
    border-left: 4px solid #f26722;
    padding: 0 60px 0 25px;
    margin: 34px 0 41px 0;
}

.content.blog blockquote h3 {
    margin: 0;
    font-style: italic;
    text-align: left;
}

/* Side */
.content.blog .close {
    color: #fff;
    opacity: 1;
    margin-top: 8px;
    cursor: pointer;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    text-shadow: none;
}

.content.blog .close:before {
    content: '\f00d';
    font-family: FontAwesome;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.content.blog .close:hover:before {
    color: #f26722;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.content.blog .contact-name.nav-pills > li > a {
    text-transform: capitalize;
}

/*	============================================================
	Blog Search
	============================================================	*/
.blog-search {
    width: 100%;
    max-width: 360px;
    padding: 0 0 40px 0;
    Xborder: 1px solid red;
}

.blog-search .form-group {
    text-align: left;
    position: relative;
    margin: 0 0 10px 0;
}

.blog-search .form-group input {
    border: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    color: #eee;
    font-size: 24px;
    padding-right: 80px;
    outline: none;
    background: none;
    position: relative;
}

@media (max-width: 768px) {
    .blog-search {
        padding: 15px 0;
        margin: 30px auto 0 auto;
    }

    .blog-search .form-group {
        margin: 0 15px 10px 15px;
    }
}

@media (max-width: 576px) {
    .blog-search .form-group {
        margin: 0 0 10px 0;
    }
}

.blog-search .form-group input:focus ~ label,
.blog-search .form-group input:valid ~ label {
    color: #fff;
    opacity: 0.6;
    top: -10px;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    -ms-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.blog-search .form-group label {
    position: absolute;
    top: -10px;
    left: 0;
    color: #ccc;
    font-size: 20px;
    font-weight: 300;
    line-height: 70px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.blog-search .form-group .line {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
}

.blog-search .form-group .line:before,
.blog-search .form-group .line:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #f26722;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.blog-search .form-group .line:before {
    left: 50%;
}

.blog-search .form-group .line:after {
    right: 50%;
}

.blog-search .form-group input:focus ~ .line:before,
.blog-search .form-group input:focus ~ .line:after {
    width: 50%;
}

/* addon-button */
.blog-search .input-group-addon {
    border: 0;
    top: 10px;
    right: 0;
    color: #fff;
    width: 50px;
    z-index: 2;
    text-align: center;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    Xborder: 1px solid #686868;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.blog-search .input-group-addon.fa,
.blog-search .input-group-addon:focus.fa {
    color: #999;
    font-size: 32px;
    text-decoration: none;
}

.blog-search .input-group-addon:hover.fa {
    color: #f26722;
    background-color: transparent;
}

/* ==========================================================================
   Blog posts
   ========================================================================== */
.blog-post {
    padding-bottom: 120px;
}

.blog-post p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-post ol {
    font-size: 24px;
    font-weight: 300;
}

.blog-post ul {
    font-size: 24px;
    font-weight: 300;
}

.blog-post p:first-of-type {
    Xfont-size: 18px;
}

.blog-post h3 {
    margin: 0 0 15px 0;
    text-transform: none;
    text-align: left;
}

.blog-post h3 a {
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.blog-post h3 a:hover {
    color: #f26722;
}

.blog-post h5 {
    color: #ccc;
    font-size: 16px;
    text-align: left;
    margin: 0 0 25px 0;
}

.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-post .embed-responsive {
    max-width: 100%;
    height: auto;
}

.blog-post .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.blog-post .blog-tags {
    color: #ccc;
    text-align: right;
    margin-top: -31px;
}

.blog-post .blog-post-tags {
    color: #ccc;
    text-align: right;
    margin-top: 40px;
}

.blog-post button {
    margin: 20px 0 15px 0;
}

.blog-post ol,
.blog-post ul {
    color: #fff;
    margin-left: 22px;
}

/* Query */
@media (max-width: 768px) {
    .blog-post p {
        font-size: 18px;
    }
}

/*	===================================================================
	Pager
	===================================================================	*/
.pager {
    padding: 0;
}

.pager li {
    list-style: none;
    display: inline-block;
}

.pager li:nth-child(2) {
    padding: 0 15px;
    color: #888;
}

.pager li > a {
    color: #f26722;
    font-size: 18px;
    display: inline-block;
    padding: 17px 0 0 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pager li.previous > a:before,
.pager li.next > a:after {
    color: #f26722;
    font-size: 18px;
    font-family: FontAwesome;
}

.pager li.previous > a:before {
    content: '\f053';
    margin-right: 6px;
}

.pager li.next > a:after {
    content: '\f054';
    margin-left: 6px;
}

.pager li > a:hover,
.pager li > a:hover:before,
.pager li > a:hover:after,
.pager li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager li.previous.disabled > a:before {
    opacity: .6;
    color: #999;
    cursor: default;
    background-color: transparent;
}

/*	===================================================================
	Pagination
	===================================================================	*/
.pagination {
    float: left;
    margin: 0;
}

@media (max-width: 400px) {
    .pagination {
        margin: 0 0 80px;
    }
}

.pagination > li {
    position: relative;
}

.pagination > li > a {
    border: 0;
    margin: 0;
    color: #f26722;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background: transparent;
    text-decoration: none;
    padding: 6px 15px 7px 15px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*	.pagination > li:first-child > a {
	padding-left:0;
	padding-right:14px;
	font-weight:normal;
}
.pagination > li:last-child > a {
	padding-right:0;
	padding-left:14px;
	font-weight:normal;
}*/
.pagination > li > a.prev {
    padding-left: 0;
    padding-right: 14px;
    font-weight: normal;
}

.pagination > li > a.next {
    padding-right: 0;
    padding-left: 14px;
    font-weight: normal;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    color: #fff;
    background: transparent;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    color: #fff;
    margin: 4px;
    opacity: .7;
    cursor: default;
    padding: 2px 11px 3px 11px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #ccc;
    margin-left: 1px;
    padding: 5px 0 0;
    cursor: default;
    background: transparent;
}

.pagination > .disabled a:before {
    content: '...';
}

.pagination > li > a.prev {
    margin-left: -14px;
}

/* Icons left-right */
.pagination > li > a.prev:before,
.pagination > li > a.next:after {
    color: #f26722;
    font-size: 18px;
    font-family: FontAwesome;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.pagination > li > a.prev:before {
    content: '\f053';
    padding: 0 7px 0 12px;
}

.pagination > li > a.next:after {
    content: '\f054';
    padding: 0 12px 0 7px;
}

.pagination > li > a.next:hover:after {
    color: #fff;
    padding: 0 12px 0 13px;
}

.pagination > li > a.prev:hover:before {
    color: #fff;
    padding: 0 13px 0 6px;
}

/*	============================================================
	Announcement
	============================================================	*/
.announcement {
    z-index: 9999;
    display: block;
    position: fixed;
    padding: 5px 40px 0 40px;
    background: rgba(0, 79, 155, 0.95);
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-left: 10px solid #f26722;
    right: 0;
    top: 0;
    width: 100%;
    Xmax-width: 946px;
    Xmin-height: 120px; /* 290px */

}

.announcement .fa {
    color: #f26722;
    float: right;
    font-size: 1.5rem;
    margin: 0 -20px 0 0;
}

.announcement .fa:hover {
    color: #fff;
}

/*	============================================================
	Call to Action
	============================================================	*/
.call-action {
    bottom: 0;
    right: 0;
    width: 340px;
    min-height: 536px;
    z-index: 5;
    display: block;
    position: fixed;
    padding: 30px 15px 30px;
    background: rgba(0, 79, 155, 0.95);
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-left: 10px solid #f26722;
}

.call-action .fa {
    color: #f26722;
    float: right;
    font-size: 1.5rem;
    margin-top: 5px;
}

.call-action .fa:hover {
    color: #fff;
}

.call-action textarea.form-control {
    background: transparent;
}

/*	============================================================
	Call Button
	============================================================	*/
.call-button {
    bottom: 0;
    right: 0;
    width: 250px;
    Xmin-height: 536px;
    z-index: 5;
    display: block;
    position: fixed;
    padding: 0;
    Xbackground: rgba(0, 79, 155, 0.95);
    -webkit-animation: slideInUp;
    animation: slideInUp;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    Xborder: 1px solid #f26722;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.call-button .fa {
    color: #fff;
    float: right;
    font-size: 1.5rem;
    padding: 0 5px 5px 0;
}

.call-button .fa:hover {
    color: #f26722;
}

/*	============================================================
	Events Notice
	============================================================	*/
.events-notice {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: block;
    position: fixed;
    padding: 20px;
    text-aling: center;
    background: rgba(0, 79, 155, 0.95);
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-left: 10px solid #f26722;
}

.events-notice .self-center {
    margin-top: 30vh;
}

/*	============================================================
	Cookie Policy
	============================================================	*/
.cookie-policy {
    bottom: 0;
    left: 0;
    width: 100%;
    Xmin-height: 100px;
    z-index: 9999;
    display: block;
    position: fixed;
    padding: 40px 40px 30px;
    background: rgba(0, 79, 155, 0.95);
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-left: 10px solid #f26722;
}

/*	===================================================================
	Media Queries
	Min - greater or equal. Order - low to hi.
	Max - less or equal. Order - hi to low.
	===================================================================	*/
/* Style B */
.nav-tabs.tabs-style-b {
    border: 0;
    background: #004f9b;
}

.nav-tabs.tabs-style-b > li {
    cursor: pointer;
    border-left: 1px solid #aaa;
}

.nav-tabs.tabs-style-b > li > a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.2em;
    border-radius: 0;
    Xtext-transform: uppercase;
    border: 1px solid transparent;
    display: block;
    padding-top: 35px;
}

.nav-tabs.tabs-style-b > li:hover {
    color: #f26722;
    border-bottom: 0;
    background: #f26722;
    Xborder-color: #000 #000 #ddd;
}

.nav-tabs.tabs-style-b > li > a.active,
.nav-tabs.tabs-style-b > li > a.active:hover,
.nav-tabs.tabs-style-b > li > a.active:focus {
    color: #fff;
    cursor: default;
    background-color: #686868;
}

.nav-tabs.tabs-style-b > li.active {
    color: #000;
    cursor: default;
}

.nav-item img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tab-content .container-fluid {
    Xborder-left: 1px solid #fff;
}

form.partners-list select.input-lg {
    color: #eee;
    font-size: 24px;
    font-weight: 700;
    padding-top: 0 !important;
}

/*	============================================================
	Partners Tabs Logos
	============================================================	*/
.partners-logos .img-fluid {
    width: 60%;
    margin: 0 auto;
    display: block;
    Xmargin: 0 auto !important;
    Xborder: 1px solid red;
}

/* Query */
@media (max-width: 1200px) {
    .partners-logos .img-fluid {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .partners-logos .img-fluid {
        width: 50%;
    }
}

X.speakers {
}


.speakers li {
    display: block;
    position: relative;
    text-align: center;
    margin: 25px 25px 15px 0;
}

.speakers li img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.webinar .fa {
    color: rgba(255, 255, 255, 0.75);
}

.webinar .aside {
    z-index: 1;
    display: block;
    position: relative;
}

.dark-layer:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.web-tag {
    font-size: 12px;
    width: auto;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 2px 5px;
    background-color: #f26722;
}

.web-tag.alt {
    background-color: #33cc00;
}

.link-bottom.webi {
    width: 100%;
    color: #f26722;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 26px 0 15px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.webinar {
    position: relative;
    display: block;
    Xpadding: 15px 30px 0 30px;
}

.webinar-date {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 55px;
    z-index: 0;
    display: block;
    Xposition: absolute;
    padding: 15px 30px 0 30px;
    background-color: #f26722;
}

.webinar-date.alt {
    background-color: #33cc00;
}

.webinar-body {
    padding: 15px 20px 20px 20px;
}

.link-btm.webi {
    display: inlie-block;
}

.link-btm.webi:after {
    Xright: 10px;
    top: 3px;
    width: 30px;
    height: 21.55px;
    content: '';
    margin-left: 10px;
    display: inlie-block;
    position: absolute;
    background-color: #f26722;
    mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-mask: url(../img/arrow.svg) no-repeat 0 0/100% 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* Style A */
.nav-tabs.tabs-style-a {
    border: 0;
    padding-top: 30px;
    Xbackground: #004f9b;
}

.nav-tabs.tabs-style-a > li {
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.nav-tabs.tabs-style-a > li:first-child {
    border-left: 1px solid transparent;
}

.nav-tabs.tabs-style-a > li > a {
    color: #f26722;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    border-radius: 0;
    Xtext-transform: uppercase;
    border: 1px solid transparent;
    display: block;
    padding-top: 0;
}

.nav-tabs.tabs-style-a > li > a:hover {
    color: #fff;
    border-bottom: 0;
}

.nav-tabs.tabs-style-a > li > a.active,
.nav-tabs.tabs-style-a > li > a.active:hover,
.nav-tabs.tabs-style-a > li > a.active:focus {
    color: #fff;
    cursor: default;
    background-color: transparent;
}

.nav-tabs.tabs-style-a > li.active {
    color: #000;
    cursor: default;
}

.tabs-style-a .nav-item img {
    width: 50px !important;
    height: auto;
    display: inline-block !important;
    margin: 0 10px 0 0 !important;
    Xborder: 1px solid red;
}


.downloadsHsForm label {
    margin-bottom: 2px;
}

.downloadsHsForm label span {
    color: #CCCCCC;
    font-size: 20px;
}

.downloadsHsForm input.hs-input,
.downloadsHsForm textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid #CCCCCC 1px;
    color: #fff;
    font-size: 22px;
    width: 100% !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.downloadsHsForm select {
    background-color: transparent;
    border: none;
    border-bottom: solid #CCCCCC 1px;
    color: #CCC;
    font-size: 22px;
    width: 100% !important;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
}

/* SM jan 8 2021 */
.card-body.card-small.icon-01:before,
.card-body.card-small.icon-02:before,
.card-body.card-small.icon-03:before,
.card-body.card-small.icon-04:before,
.card-body.card-small.icon-18:before,
.card-body.card-small.icon-19:before,
.card-body.card-small.icon-20:before,
.card-body.card-small.icon-21:before,
.card-body.card-small.icon-23:before,
.card-body.card-small.icon-24:before,
.card-body.card-small.icon-27:before,
.card-body.card-small.icon-28:before,
.card-body.card-small.icon-29:before,
.card-body.card-small.icon-30:before,
.card-body.card-small.icon-31:before,
.card-body.card-small.icon-32:before,
.card-body.card-small.icon-33:before,
.card-body.card-small.icon-53:before,
.card-body.card-small.icon-34:before {
    bottom: 10px;
    width: 90px;
    height: 90px;
}

.card-icon .card-body.card-small {
    height: 110px;
}

/*.card-body {
	scale:.75;
	width:auto;
}
.card-body:before {
	width:auto;
	width:100px;
}*/
.c-small .card {
    Xmargin-bottom: 40px;
    Xscale: .75;
}

.c-small .card-img {
    height: 130px;
}

.c-small .card .btn-block {
    font-size: 14px;
    text-align: center;
}

.plate-padding-big-top {
    padding-top: 180px;
}

@media (max-width: 768px) {
    .card-icon .card-body.card-small {
        height: 140px;
    }

    .c-small .card .btn-block {
        font-size: 18px;
    }

    .card-body.card-small.icon-01:before,
    .card-body.card-small.icon-02:before,
    .card-body.card-small.icon-03:before,
    .card-body.card-small.icon-04:before,
    .card-body.card-small.icon-18:before,
    .card-body.card-small.icon-19:before,
    .card-body.card-small.icon-20:before,
    .card-body.card-small.icon-21:before,
    .card-body.card-small.icon-23:before,
    .card-body.card-small.icon-24:before,
    .card-body.card-small.icon-27:before,
    .card-body.card-small.icon-28:before,
    .card-body.card-small.icon-29:before,
    .card-body.card-small.icon-30:before,
    .card-body.card-small.icon-31:before,
    .card-body.card-small.icon-32:before,
    .card-body.card-small.icon-33:before,
    .card-body.card-small.icon-53:before,
    .card-body.card-small.icon-34:before {
        bottom: 30px;
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 576px) {
}


#hubspot-messages-iframe-container {
    z-index: 9998 !important;
}


/* Custom Css for Port & Terminal Page */
.image-video-cap {
    font-size: 15px;
    line-height: 22px;
    color: #BBBBBB;
    text-align: center;
    padding-top: 8px;
}

@media (min-width: 768px) {
    .image-video-cap {
        text-align: right;
    }
}

.bg-05 {
    background-color: #EFEFEF;
}

.bg-05 h2, .bg-05 strong {
    color: #333333;
}

.bg-05 .lead, .bg-05 * {
    color: #626262;
}

.bg-05 .image-video-cap {
    color: #9A9A9A;
}

.bg-06 {
    background-color: #000F3E;
}

.bg-06 .lead.lead-subtitle {
    color: #fff;
}

.bg-06 .lead {
    color: #9F9F9F;
}

.bg-06 .caption {
    color: #BBBBBB;
}

.bg-07 {
    background-color: #E0E0E0;
}

.bg-07 * {
    color: #333333;
}

.bg-08 {
    background-color: #414141;
}

.features-list-wrap-on {
    display: flex;
    margin-bottom: 30px;
}

.features-rows i, .features-list i {
    background-position: top center;
    flex: 0 0 65px;
}

@media (min-width: 768px) {
    .features-rows i, .features-list i {
        flex: 0 0 120px;
    }
}

.features-list-wrap-in {
    padding-left: 20px;
}

.features-list-wrap-in strong {
    display: block;
    clear: both;
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.features-list-wrap-in ul {
    padding: 0 0 0 20px;
}

.features-list-row-wrap-on {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    flex-flow: column;
}

@media (min-width: 768px) {
    .features-list-row-wrap-on {
        margin: 0 8.33%;
        flex-flow: row;
    }
}

.features-list-row-wrap-on > .img-sec {
    order: 1;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: center;
}

.features-list-row-wrap-on > .img-sec img {
    width: 100%;
}

@media (min-width: 768px) {
    .features-list-row-wrap-on > .img-sec img {
        width: inherit;
    }
}

.features-list-row-wrap-on > .con-sec {
    order: 2;
    padding-left: 0;
}

@media (min-width: 768px) {
    .features-list-row-wrap-on.odd-row > .img-sec {
        padding-left: 50px;
        order: 2;
        padding-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .features-list-row-wrap-on.odd-row > .con-sec {
        order: 1;
    }
}

@media (min-width: 768px) {
    .features-list-row-wrap-on.even-row > .img-sec {
        order: 1;
        padding-bottom: 0;
        text-align: left;
    }

    .features-list-row-wrap-on.even-row > .img-sec .image-video-cap {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .features-list-row-wrap-on.even-row > .con-sec {
        padding-left: 50px;
        order: 2;
    }
}

.solution-section h2 {
    color: #B8B8B8;
}

.key-benefits h2 {
    color: #F26722;
}

.sts-section .lead {
    color: #CCCCCC;
    padding-left: 0;
    width: auto;
}

.sts-section hr {
    border-color: #CCCCCC;
    border-style: solid;
}

.gantry-section hr {
    border-color: #333333;
    border-style: solid;
}

.security-section .img-right {
    text-align: right;
}

.solution-section .features-list i {
    margin: 0;
}

#hsForm_a0835e92-cdc9-4e02-ad19-ba19bf8aaae5 * {
    color: #fff;
}

#hsForm_a0835e92-cdc9-4e02-ad19-ba19bf8aaae5 input,
#hsForm_a0835e92-cdc9-4e02-ad19-ba19bf8aaae5 select {
    color: #000;
}


/*
 Data: 21 April for Contact form on Port & Terminal Automation
*/
.contactporttreminal .hs-button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}

.contactporttreminal .hs-button:hover, .contactporttreminal .hs-button:focus {
    background-color: #ff8f73;
    border-color: #ff8f73;
}

.contactporttreminal .hs-button:active {
    background-color: #e66e50;
    border-color: #e66e50;
}

.contactporttreminal label {
    font-size: 14px;
    width: 130px;
    text-align: right;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contactporttreminal .hs-video-form label {
    color: #fff !important;
}

.contactporttreminal .hs-video-form .hs-back-button {
    background-color: #fff;
    width: 20%;
    height: 38px;
    margin-right: 10px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.contactporttreminal .hs-video-form .hs-button {
    width: 70%;
}

.contactporttreminal .hs-video-form .hs-button span {
    font-size: 15px;
}

.contactporttreminal .hs-video-form .hs-richtext {
    color: #fff !important;
}

.contactporttreminal .hs-video-form .legal-consent-container {
    max-height: 180px !important;
    overflow-y: scroll !important;
}

.contactporttreminal .hs-video-form .legal-consent-container:after {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
}

.contactporttreminal .hs-video-form .legal-consent-wrapper {
    position: relative;
}

.contactporttreminal .hs-video-form .legal-consent-overlay {
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #292929 100%);
}

.contactporttreminal .hs-error-msgs label {
    color: #f2545b;
}

.contactporttreminal .hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.contactporttreminal .hs-input:not([type=file]) {
    background-color: #f5f8fa;
}

.contactporttreminal .hs-input[type=checkbox], .contactporttreminal .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

.contactporttreminal .hs-input[type=file] {
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none;
}

.contactporttreminal select.is-placeholder {
    color: #bfbfbf;
}

.contactporttreminal select.is-placeholder:focus {
    color: #33475b;
}

.contactporttreminal .hs-input:-moz-placeholder {
    color: #bfbfbf;
}

.contactporttreminal .hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.contactporttreminal .hs-input option:disabled {
    color: #bfbfbf;
}

.contactporttreminal .hs-input input, .contactporttreminal .hs-input textarea {
    transition: border 0.2s linear;
}

.contactporttreminal .hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
}

.contactporttreminal textarea.hs-input {
    height: auto;
}

.contactporttreminal select[multiple].hs-input {
    height: inherit;
}

.contactporttreminal input.hs-input.error, .contactporttreminal div.field.error input, .contactporttreminal div.field.error textarea, .contactporttreminal div.field.error .chzn-choices, .contactporttreminal textarea.hs-input.error, .contactporttreminal select.hs-input.error {
    border-color: #c87872;
}

.contactporttreminal input.hs-input.error:focus, .contactporttreminal div.field.error input:focus, .contactporttreminal div.field.error textarea:focus, .contactporttreminal div.field.error .chzn-choices:focus, .contactporttreminal textarea.hs-input.error:focus, .contactporttreminal select.hs-input.error:focus {
    border-color: #b9554d;
}

.contactporttreminal .actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
}

.contactporttreminal .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.contactporttreminal .inputs-list > li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

.contactporttreminal .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
}

.contactporttreminal .inputs-list:first-child {
    padding-top: 6px;
}

.contactporttreminal .inputs-list > li + li {
    padding-top: 2px;
}

.contactporttreminal ul.no-list {
    list-style: none;
}

.contactporttreminal .field {
    margin-bottom: 18px;
}

.contactporttreminal .hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contactporttreminal .hs-form-required {
    color: red;
}

.contactporttreminal .hs-richtext {
    margin-bottom: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #33475b;
}

.contactporttreminal .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%;
}

.contactporttreminal .email-correction, .contactporttreminal .email-validation {
    padding-top: 3px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contactporttreminal .email-correction a, .contactporttreminal .email-validation a {
    cursor: pointer;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
    .contactporttreminal .email-correction form .form-columns-2 .hs-form-field, .contactporttreminal .email-correction form .form-columns-3 .hs-form-field, .contactporttreminal .email-validation form .form-columns-2 .hs-form-field, .contactporttreminal .email-validation form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%;
    }

    .contactporttreminal .email-correction form .form-columns-2 .hs-form-field .hs-input, .contactporttreminal .email-correction form .form-columns-3 .hs-form-field .hs-input, .contactporttreminal .email-validation form .form-columns-2 .hs-form-field .hs-input, .contactporttreminal .email-validation form .form-columns-3 .hs-form-field .hs-input {
        width: 90%;
    }

    .contactporttreminal .email-correction form .form-columns-2 .hs-form-field input[type=checkbox], .contactporttreminal .email-correction form .form-columns-2 .hs-form-field input[type=radio], .contactporttreminal .email-correction form .form-columns-3 .hs-form-field input[type=checkbox], .contactporttreminal .email-correction form .form-columns-3 .hs-form-field input[type=radio], .contactporttreminal .email-validation form .form-columns-2 .hs-form-field input[type=checkbox], .contactporttreminal .email-validation form .form-columns-2 .hs-form-field input[type=radio], .contactporttreminal .email-validation form .form-columns-3 .hs-form-field input[type=checkbox], .contactporttreminal .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
        width: 24px;
    }
}

.contactporttreminal .hs-button, .contactporttreminal .hs-form-field input[type=text], .contactporttreminal .hs-form-field input[type=email], .contactporttreminal .hs-form-field input[type=phone], .contactporttreminal .hs-form-field input[type=number], .contactporttreminal .hs-form-field input[type=tel], .contactporttreminal .hs-form-field input[type=date], .contactporttreminal .hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contactporttreminal .hs-default-font-element, .contactporttreminal .hs-main-font-element {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contactporttreminal .hs-form-field input[type=text], .contactporttreminal .hs-form-field input[type=email], .contactporttreminal .hs-form-field input[type=phone], .contactporttreminal .hs-form-field input[type=number], .contactporttreminal .hs-form-field input[type=tel], .contactporttreminal .hs-form-field input[type=date], .contactporttreminal .hs-form-field textarea {
    border: 0;
    border-radius: 0;
    background: none;
    border-bottom: 2px solid #cad5e2;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096.hs-form {
    width: 100%;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-submit > .actions {
    text-align: left;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button, .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button:hover, .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button:hover:not(.inactive), .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button:focus, .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button:active, .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button:active:not(.inactive):not(.link) {
    background: #F26722;
    border-color: #F26722;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 legend.hs-field-desc {
    font-family: arial, helvetica, sans-serif;
    color: #e1e1e1;
    font-size: 11px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-form-field label {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-form-field label:not(.hs-error-msg) {
    color: #ffffff;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .legal-consent-container .hs-richtext, .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .legal-consent-container label {
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-main-font-element, .contactporttreminal .submitted-message.hs-main-font-element {
    font-family: arial, helvetica, sans-serif;
}

.contactporttreminal .fn-date-picker.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    *zoom: 1;
}

.contactporttreminal .fn-date-picker.pika-single.is-hidden {
    display: none;
}

.contactporttreminal .fn-date-picker.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.contactporttreminal .fn-date-picker.pika-single:after, .contactporttreminal .fn-date-picker.pika-single:before {
    content: " ";
    display: table;
}

.contactporttreminal .fn-date-picker.pika-single:after {
    clear: both;
}

.contactporttreminal .fn-date-picker .pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.contactporttreminal .fn-date-picker .pika-title {
    position: relative;
    text-align: center;
}

.contactporttreminal .fn-date-picker .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.contactporttreminal .fn-date-picker .pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
}

.contactporttreminal .fn-date-picker .pika-next, .contactporttreminal .fn-date-picker .pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0;
}

.contactporttreminal .fn-date-picker .pika-next:hover, .contactporttreminal .fn-date-picker .pika-prev:hover {
    opacity: 1;
}

.contactporttreminal .fn-date-picker .pika-next.is-disabled, .contactporttreminal .fn-date-picker .pika-prev.is-disabled {
    cursor: default;
    opacity: 0.2;
}

.contactporttreminal .fn-date-picker .is-rtl .pika-next, .contactporttreminal .fn-date-picker .pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
    *left: 0;
}

.contactporttreminal .fn-date-picker .is-rtl .pika-prev, .contactporttreminal .fn-date-picker .pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    *right: 0;
}

.contactporttreminal .fn-date-picker .pika-select {
    display: inline-block;
    *display: inline;
}

.contactporttreminal .fn-date-picker .pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.contactporttreminal .fn-date-picker .pika-table td, .contactporttreminal .fn-date-picker .pika-table th {
    width: 14.2857142857%;
    padding: 0;
}

.contactporttreminal .fn-date-picker .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

.contactporttreminal .fn-date-picker .pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.contactporttreminal .fn-date-picker .pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.contactporttreminal .fn-date-picker .pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.contactporttreminal .fn-date-picker .is-today .pika-button {
    color: #3af;
    font-weight: 700;
}

.contactporttreminal .fn-date-picker .is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.contactporttreminal .fn-date-picker .is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3;
}

.contactporttreminal .fn-date-picker .pika-week {
    font-size: 11px;
    color: #999;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list li {
    vertical-align: top;
    display: inline-block;
    word-wrap: break-word;
    padding-right: 16px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list li:after {
    clear: both;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list li input {
    float: left;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list.inline-list-2 li {
    width: 50%;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
    padding-right: 0;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list.inline-list-3 li {
    width: 33%;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
    width: 34%;
    padding-right: 0;
}

.contactporttreminal .hs-fieldtype-intl-phone.hs-input {
    padding: 0;
    background: none;
    border: none;
    height: auto;
}

.contactporttreminal .hs-fieldtype-intl-phone.hs-input:after {
    clear: both;
    content: " ";
    display: table;
}

.contactporttreminal .hs-fieldtype-intl-phone.hs-input .hs-input {
    margin-bottom: 0;
}

.contactporttreminal .hs-fieldtype-intl-phone.hs-input input {
    width: 68% !important;
    float: right;
}

.contactporttreminal .hs-fieldtype-intl-phone.hs-input select {
    float: left;
    width: 30% !important;
}

@media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px) {
    .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
        width: 68% !important;
    }

    .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > select.hs-input {
        width: 30% !important;
    }
}

.contactporttreminal .hs-input-range-container {
    width: 95%;
}

.contactporttreminal .hs-input-range-container div {
    display: inline-block;
    line-height: 50px;
}

.contactporttreminal .hs-input-range-container .hs-input-range {
    width: 90%;
    height: 40px;
}

.contactporttreminal .hs-input-range-container .hs-input-range > * {
    vertical-align: middle;
}

.contactporttreminal .hs-input-range-container .hs-input-range input {
    margin: 0 5px;
    width: 85%;
}

.contactporttreminal .hs-input-range-container .hs-input-range-value-container {
    width: 10%;
}

.contactporttreminal .hs-input-range-container .hs-input {
    width: 100% !important;
    margin-right: 1px;
    background-color: #fff;
    text-align: center;
}

.contactporttreminal .hs-input-range__slider {
    appearance: none;
    margin: 0;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}

.contactporttreminal .hs-input-range__slider:focus {
    outline: none;
}

.contactporttreminal .hs-input-range__slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, #0199ff, #0199ff) 100% 50%/100% 3px no-repeat transparent;
}

.contactporttreminal .hs-input-range__slider::-webkit-slider-thumb {
    position: relative;
    appearance: none;
    height: 13px;
    width: 13px;
    background: #0199ff;
    border-radius: 100%;
    border: 0;
    top: 50%;
    margin-top: -7.5px;
    box-shadow: 1px 0 0 -5px #cfcfcf, 2px 0 0 -5px #cfcfcf, 3px 0 0 -5px #cfcfcf, 4px 0 0 -5px #cfcfcf, 5px 0 0 -5px #cfcfcf, 6px 0 0 -5px #cfcfcf, 7px 0 0 -5px #cfcfcf, 8px 0 0 -5px #cfcfcf, 9px 0 0 -5px #cfcfcf, 10px 0 0 -5px #cfcfcf, 11px 0 0 -5px #cfcfcf, 12px 0 0 -5px #cfcfcf, 13px 0 0 -5px #cfcfcf, 14px 0 0 -5px #cfcfcf, 15px 0 0 -5px #cfcfcf, 16px 0 0 -5px #cfcfcf, 17px 0 0 -5px #cfcfcf, 18px 0 0 -5px #cfcfcf, 19px 0 0 -5px #cfcfcf, 20px 0 0 -5px #cfcfcf, 21px 0 0 -5px #cfcfcf, 22px 0 0 -5px #cfcfcf, 23px 0 0 -5px #cfcfcf, 24px 0 0 -5px #cfcfcf, 25px 0 0 -5px #cfcfcf, 26px 0 0 -5px #cfcfcf, 27px 0 0 -5px #cfcfcf, 28px 0 0 -5px #cfcfcf, 29px 0 0 -5px #cfcfcf, 30px 0 0 -5px #cfcfcf, 31px 0 0 -5px #cfcfcf, 32px 0 0 -5px #cfcfcf, 33px 0 0 -5px #cfcfcf, 34px 0 0 -5px #cfcfcf, 35px 0 0 -5px #cfcfcf, 36px 0 0 -5px #cfcfcf, 37px 0 0 -5px #cfcfcf, 38px 0 0 -5px #cfcfcf, 39px 0 0 -5px #cfcfcf, 40px 0 0 -5px #cfcfcf, 41px 0 0 -5px #cfcfcf, 42px 0 0 -5px #cfcfcf, 43px 0 0 -5px #cfcfcf, 44px 0 0 -5px #cfcfcf, 45px 0 0 -5px #cfcfcf, 46px 0 0 -5px #cfcfcf, 47px 0 0 -5px #cfcfcf, 48px 0 0 -5px #cfcfcf, 49px 0 0 -5px #cfcfcf, 50px 0 0 -5px #cfcfcf, 51px 0 0 -5px #cfcfcf, 52px 0 0 -5px #cfcfcf, 53px 0 0 -5px #cfcfcf, 54px 0 0 -5px #cfcfcf, 55px 0 0 -5px #cfcfcf, 56px 0 0 -5px #cfcfcf, 57px 0 0 -5px #cfcfcf, 58px 0 0 -5px #cfcfcf, 59px 0 0 -5px #cfcfcf, 60px 0 0 -5px #cfcfcf, 61px 0 0 -5px #cfcfcf, 62px 0 0 -5px #cfcfcf, 63px 0 0 -5px #cfcfcf, 64px 0 0 -5px #cfcfcf, 65px 0 0 -5px #cfcfcf, 66px 0 0 -5px #cfcfcf, 67px 0 0 -5px #cfcfcf, 68px 0 0 -5px #cfcfcf, 69px 0 0 -5px #cfcfcf, 70px 0 0 -5px #cfcfcf, 71px 0 0 -5px #cfcfcf, 72px 0 0 -5px #cfcfcf, 73px 0 0 -5px #cfcfcf, 74px 0 0 -5px #cfcfcf, 75px 0 0 -5px #cfcfcf, 76px 0 0 -5px #cfcfcf, 77px 0 0 -5px #cfcfcf, 78px 0 0 -5px #cfcfcf, 79px 0 0 -5px #cfcfcf, 80px 0 0 -5px #cfcfcf, 81px 0 0 -5px #cfcfcf, 82px 0 0 -5px #cfcfcf, 83px 0 0 -5px #cfcfcf, 84px 0 0 -5px #cfcfcf, 85px 0 0 -5px #cfcfcf, 86px 0 0 -5px #cfcfcf, 87px 0 0 -5px #cfcfcf, 88px 0 0 -5px #cfcfcf, 89px 0 0 -5px #cfcfcf, 90px 0 0 -5px #cfcfcf, 91px 0 0 -5px #cfcfcf, 92px 0 0 -5px #cfcfcf, 93px 0 0 -5px #cfcfcf, 94px 0 0 -5px #cfcfcf, 95px 0 0 -5px #cfcfcf, 96px 0 0 -5px #cfcfcf, 97px 0 0 -5px #cfcfcf, 98px 0 0 -5px #cfcfcf, 99px 0 0 -5px #cfcfcf, 100px 0 0 -5px #cfcfcf, 101px 0 0 -5px #cfcfcf, 102px 0 0 -5px #cfcfcf, 103px 0 0 -5px #cfcfcf, 104px 0 0 -5px #cfcfcf, 105px 0 0 -5px #cfcfcf, 106px 0 0 -5px #cfcfcf, 107px 0 0 -5px #cfcfcf, 108px 0 0 -5px #cfcfcf, 109px 0 0 -5px #cfcfcf, 110px 0 0 -5px #cfcfcf, 111px 0 0 -5px #cfcfcf, 112px 0 0 -5px #cfcfcf, 113px 0 0 -5px #cfcfcf, 114px 0 0 -5px #cfcfcf, 115px 0 0 -5px #cfcfcf, 116px 0 0 -5px #cfcfcf, 117px 0 0 -5px #cfcfcf, 118px 0 0 -5px #cfcfcf, 119px 0 0 -5px #cfcfcf, 120px 0 0 -5px #cfcfcf, 121px 0 0 -5px #cfcfcf, 122px 0 0 -5px #cfcfcf, 123px 0 0 -5px #cfcfcf, 124px 0 0 -5px #cfcfcf, 125px 0 0 -5px #cfcfcf, 126px 0 0 -5px #cfcfcf, 127px 0 0 -5px #cfcfcf, 128px 0 0 -5px #cfcfcf, 129px 0 0 -5px #cfcfcf, 130px 0 0 -5px #cfcfcf, 131px 0 0 -5px #cfcfcf, 132px 0 0 -5px #cfcfcf, 133px 0 0 -5px #cfcfcf, 134px 0 0 -5px #cfcfcf, 135px 0 0 -5px #cfcfcf, 136px 0 0 -5px #cfcfcf, 137px 0 0 -5px #cfcfcf, 138px 0 0 -5px #cfcfcf, 139px 0 0 -5px #cfcfcf, 140px 0 0 -5px #cfcfcf, 141px 0 0 -5px #cfcfcf, 142px 0 0 -5px #cfcfcf, 143px 0 0 -5px #cfcfcf, 144px 0 0 -5px #cfcfcf, 145px 0 0 -5px #cfcfcf, 146px 0 0 -5px #cfcfcf, 147px 0 0 -5px #cfcfcf, 148px 0 0 -5px #cfcfcf, 149px 0 0 -5px #cfcfcf, 150px 0 0 -5px #cfcfcf, 151px 0 0 -5px #cfcfcf, 152px 0 0 -5px #cfcfcf, 153px 0 0 -5px #cfcfcf, 154px 0 0 -5px #cfcfcf, 155px 0 0 -5px #cfcfcf, 156px 0 0 -5px #cfcfcf, 157px 0 0 -5px #cfcfcf, 158px 0 0 -5px #cfcfcf, 159px 0 0 -5px #cfcfcf, 160px 0 0 -5px #cfcfcf, 161px 0 0 -5px #cfcfcf, 162px 0 0 -5px #cfcfcf, 163px 0 0 -5px #cfcfcf, 164px 0 0 -5px #cfcfcf, 165px 0 0 -5px #cfcfcf, 166px 0 0 -5px #cfcfcf, 167px 0 0 -5px #cfcfcf, 168px 0 0 -5px #cfcfcf, 169px 0 0 -5px #cfcfcf, 170px 0 0 -5px #cfcfcf, 171px 0 0 -5px #cfcfcf, 172px 0 0 -5px #cfcfcf, 173px 0 0 -5px #cfcfcf, 174px 0 0 -5px #cfcfcf, 175px 0 0 -5px #cfcfcf, 176px 0 0 -5px #cfcfcf, 177px 0 0 -5px #cfcfcf, 178px 0 0 -5px #cfcfcf, 179px 0 0 -5px #cfcfcf, 180px 0 0 -5px #cfcfcf, 181px 0 0 -5px #cfcfcf, 182px 0 0 -5px #cfcfcf, 183px 0 0 -5px #cfcfcf, 184px 0 0 -5px #cfcfcf, 185px 0 0 -5px #cfcfcf, 186px 0 0 -5px #cfcfcf, 187px 0 0 -5px #cfcfcf, 188px 0 0 -5px #cfcfcf, 189px 0 0 -5px #cfcfcf, 190px 0 0 -5px #cfcfcf, 191px 0 0 -5px #cfcfcf, 192px 0 0 -5px #cfcfcf, 193px 0 0 -5px #cfcfcf, 194px 0 0 -5px #cfcfcf, 195px 0 0 -5px #cfcfcf, 196px 0 0 -5px #cfcfcf, 197px 0 0 -5px #cfcfcf, 198px 0 0 -5px #cfcfcf, 199px 0 0 -5px #cfcfcf, 200px 0 0 -5px #cfcfcf, 201px 0 0 -5px #cfcfcf, 202px 0 0 -5px #cfcfcf, 203px 0 0 -5px #cfcfcf, 204px 0 0 -5px #cfcfcf, 205px 0 0 -5px #cfcfcf, 206px 0 0 -5px #cfcfcf, 207px 0 0 -5px #cfcfcf, 208px 0 0 -5px #cfcfcf, 209px 0 0 -5px #cfcfcf, 210px 0 0 -5px #cfcfcf, 211px 0 0 -5px #cfcfcf, 212px 0 0 -5px #cfcfcf, 213px 0 0 -5px #cfcfcf, 214px 0 0 -5px #cfcfcf, 215px 0 0 -5px #cfcfcf, 216px 0 0 -5px #cfcfcf, 217px 0 0 -5px #cfcfcf, 218px 0 0 -5px #cfcfcf, 219px 0 0 -5px #cfcfcf, 220px 0 0 -5px #cfcfcf, 221px 0 0 -5px #cfcfcf, 222px 0 0 -5px #cfcfcf, 223px 0 0 -5px #cfcfcf, 224px 0 0 -5px #cfcfcf, 225px 0 0 -5px #cfcfcf, 226px 0 0 -5px #cfcfcf, 227px 0 0 -5px #cfcfcf, 228px 0 0 -5px #cfcfcf, 229px 0 0 -5px #cfcfcf, 230px 0 0 -5px #cfcfcf, 231px 0 0 -5px #cfcfcf, 232px 0 0 -5px #cfcfcf, 233px 0 0 -5px #cfcfcf, 234px 0 0 -5px #cfcfcf, 235px 0 0 -5px #cfcfcf, 236px 0 0 -5px #cfcfcf, 237px 0 0 -5px #cfcfcf, 238px 0 0 -5px #cfcfcf, 239px 0 0 -5px #cfcfcf, 240px 0 0 -5px #cfcfcf, 241px 0 0 -5px #cfcfcf, 242px 0 0 -5px #cfcfcf, 243px 0 0 -5px #cfcfcf, 244px 0 0 -5px #cfcfcf, 245px 0 0 -5px #cfcfcf, 246px 0 0 -5px #cfcfcf, 247px 0 0 -5px #cfcfcf, 248px 0 0 -5px #cfcfcf, 249px 0 0 -5px #cfcfcf, 250px 0 0 -5px #cfcfcf, 251px 0 0 -5px #cfcfcf, 252px 0 0 -5px #cfcfcf, 253px 0 0 -5px #cfcfcf, 254px 0 0 -5px #cfcfcf, 255px 0 0 -5px #cfcfcf, 256px 0 0 -5px #cfcfcf, 257px 0 0 -5px #cfcfcf, 258px 0 0 -5px #cfcfcf, 259px 0 0 -5px #cfcfcf, 260px 0 0 -5px #cfcfcf, 261px 0 0 -5px #cfcfcf, 262px 0 0 -5px #cfcfcf, 263px 0 0 -5px #cfcfcf, 264px 0 0 -5px #cfcfcf, 265px 0 0 -5px #cfcfcf, 266px 0 0 -5px #cfcfcf, 267px 0 0 -5px #cfcfcf, 268px 0 0 -5px #cfcfcf, 269px 0 0 -5px #cfcfcf, 270px 0 0 -5px #cfcfcf, 271px 0 0 -5px #cfcfcf, 272px 0 0 -5px #cfcfcf, 273px 0 0 -5px #cfcfcf, 274px 0 0 -5px #cfcfcf, 275px 0 0 -5px #cfcfcf, 276px 0 0 -5px #cfcfcf, 277px 0 0 -5px #cfcfcf, 278px 0 0 -5px #cfcfcf, 279px 0 0 -5px #cfcfcf, 280px 0 0 -5px #cfcfcf, 281px 0 0 -5px #cfcfcf, 282px 0 0 -5px #cfcfcf, 283px 0 0 -5px #cfcfcf, 284px 0 0 -5px #cfcfcf, 285px 0 0 -5px #cfcfcf, 286px 0 0 -5px #cfcfcf, 287px 0 0 -5px #cfcfcf, 288px 0 0 -5px #cfcfcf, 289px 0 0 -5px #cfcfcf, 290px 0 0 -5px #cfcfcf, 291px 0 0 -5px #cfcfcf, 292px 0 0 -5px #cfcfcf, 293px 0 0 -5px #cfcfcf, 294px 0 0 -5px #cfcfcf, 295px 0 0 -5px #cfcfcf, 296px 0 0 -5px #cfcfcf, 297px 0 0 -5px #cfcfcf, 298px 0 0 -5px #cfcfcf, 299px 0 0 -5px #cfcfcf, 300px 0 0 -5px #cfcfcf, 301px 0 0 -5px #cfcfcf, 302px 0 0 -5px #cfcfcf, 303px 0 0 -5px #cfcfcf, 304px 0 0 -5px #cfcfcf, 305px 0 0 -5px #cfcfcf, 306px 0 0 -5px #cfcfcf, 307px 0 0 -5px #cfcfcf, 308px 0 0 -5px #cfcfcf, 309px 0 0 -5px #cfcfcf, 310px 0 0 -5px #cfcfcf, 311px 0 0 -5px #cfcfcf, 312px 0 0 -5px #cfcfcf, 313px 0 0 -5px #cfcfcf, 314px 0 0 -5px #cfcfcf, 315px 0 0 -5px #cfcfcf, 316px 0 0 -5px #cfcfcf, 317px 0 0 -5px #cfcfcf, 318px 0 0 -5px #cfcfcf, 319px 0 0 -5px #cfcfcf, 320px 0 0 -5px #cfcfcf, 321px 0 0 -5px #cfcfcf, 322px 0 0 -5px #cfcfcf, 323px 0 0 -5px #cfcfcf, 324px 0 0 -5px #cfcfcf, 325px 0 0 -5px #cfcfcf, 326px 0 0 -5px #cfcfcf, 327px 0 0 -5px #cfcfcf, 328px 0 0 -5px #cfcfcf, 329px 0 0 -5px #cfcfcf, 330px 0 0 -5px #cfcfcf, 331px 0 0 -5px #cfcfcf, 332px 0 0 -5px #cfcfcf, 333px 0 0 -5px #cfcfcf, 334px 0 0 -5px #cfcfcf, 335px 0 0 -5px #cfcfcf, 336px 0 0 -5px #cfcfcf, 337px 0 0 -5px #cfcfcf, 338px 0 0 -5px #cfcfcf, 339px 0 0 -5px #cfcfcf, 340px 0 0 -5px #cfcfcf, 341px 0 0 -5px #cfcfcf, 342px 0 0 -5px #cfcfcf, 343px 0 0 -5px #cfcfcf, 344px 0 0 -5px #cfcfcf, 345px 0 0 -5px #cfcfcf, 346px 0 0 -5px #cfcfcf, 347px 0 0 -5px #cfcfcf, 348px 0 0 -5px #cfcfcf, 349px 0 0 -5px #cfcfcf, 350px 0 0 -5px #cfcfcf, 351px 0 0 -5px #cfcfcf, 352px 0 0 -5px #cfcfcf, 353px 0 0 -5px #cfcfcf, 354px 0 0 -5px #cfcfcf, 355px 0 0 -5px #cfcfcf, 356px 0 0 -5px #cfcfcf, 357px 0 0 -5px #cfcfcf, 358px 0 0 -5px #cfcfcf, 359px 0 0 -5px #cfcfcf, 360px 0 0 -5px #cfcfcf, 361px 0 0 -5px #cfcfcf, 362px 0 0 -5px #cfcfcf, 363px 0 0 -5px #cfcfcf, 364px 0 0 -5px #cfcfcf, 365px 0 0 -5px #cfcfcf, 366px 0 0 -5px #cfcfcf, 367px 0 0 -5px #cfcfcf, 368px 0 0 -5px #cfcfcf, 369px 0 0 -5px #cfcfcf, 370px 0 0 -5px #cfcfcf, 371px 0 0 -5px #cfcfcf, 372px 0 0 -5px #cfcfcf, 373px 0 0 -5px #cfcfcf, 374px 0 0 -5px #cfcfcf, 375px 0 0 -5px #cfcfcf, 376px 0 0 -5px #cfcfcf, 377px 0 0 -5px #cfcfcf, 378px 0 0 -5px #cfcfcf, 379px 0 0 -5px #cfcfcf, 380px 0 0 -5px #cfcfcf, 381px 0 0 -5px #cfcfcf, 382px 0 0 -5px #cfcfcf, 383px 0 0 -5px #cfcfcf, 384px 0 0 -5px #cfcfcf, 385px 0 0 -5px #cfcfcf, 386px 0 0 -5px #cfcfcf, 387px 0 0 -5px #cfcfcf, 388px 0 0 -5px #cfcfcf, 389px 0 0 -5px #cfcfcf, 390px 0 0 -5px #cfcfcf, 391px 0 0 -5px #cfcfcf, 392px 0 0 -5px #cfcfcf, 393px 0 0 -5px #cfcfcf, 394px 0 0 -5px #cfcfcf, 395px 0 0 -5px #cfcfcf, 396px 0 0 -5px #cfcfcf, 397px 0 0 -5px #cfcfcf, 398px 0 0 -5px #cfcfcf, 399px 0 0 -5px #cfcfcf, 400px 0 0 -5px #cfcfcf, 401px 0 0 -5px #cfcfcf, 402px 0 0 -5px #cfcfcf, 403px 0 0 -5px #cfcfcf, 404px 0 0 -5px #cfcfcf, 405px 0 0 -5px #cfcfcf, 406px 0 0 -5px #cfcfcf, 407px 0 0 -5px #cfcfcf, 408px 0 0 -5px #cfcfcf, 409px 0 0 -5px #cfcfcf, 410px 0 0 -5px #cfcfcf, 411px 0 0 -5px #cfcfcf, 412px 0 0 -5px #cfcfcf, 413px 0 0 -5px #cfcfcf, 414px 0 0 -5px #cfcfcf, 415px 0 0 -5px #cfcfcf, 416px 0 0 -5px #cfcfcf, 417px 0 0 -5px #cfcfcf, 418px 0 0 -5px #cfcfcf, 419px 0 0 -5px #cfcfcf, 420px 0 0 -5px #cfcfcf, 421px 0 0 -5px #cfcfcf, 422px 0 0 -5px #cfcfcf, 423px 0 0 -5px #cfcfcf, 424px 0 0 -5px #cfcfcf, 425px 0 0 -5px #cfcfcf, 426px 0 0 -5px #cfcfcf, 427px 0 0 -5px #cfcfcf, 428px 0 0 -5px #cfcfcf, 429px 0 0 -5px #cfcfcf, 430px 0 0 -5px #cfcfcf, 431px 0 0 -5px #cfcfcf, 432px 0 0 -5px #cfcfcf, 433px 0 0 -5px #cfcfcf, 434px 0 0 -5px #cfcfcf, 435px 0 0 -5px #cfcfcf, 436px 0 0 -5px #cfcfcf, 437px 0 0 -5px #cfcfcf, 438px 0 0 -5px #cfcfcf, 439px 0 0 -5px #cfcfcf, 440px 0 0 -5px #cfcfcf, 441px 0 0 -5px #cfcfcf, 442px 0 0 -5px #cfcfcf, 443px 0 0 -5px #cfcfcf, 444px 0 0 -5px #cfcfcf, 445px 0 0 -5px #cfcfcf, 446px 0 0 -5px #cfcfcf, 447px 0 0 -5px #cfcfcf, 448px 0 0 -5px #cfcfcf, 449px 0 0 -5px #cfcfcf, 450px 0 0 -5px #cfcfcf, 451px 0 0 -5px #cfcfcf, 452px 0 0 -5px #cfcfcf, 453px 0 0 -5px #cfcfcf, 454px 0 0 -5px #cfcfcf, 455px 0 0 -5px #cfcfcf, 456px 0 0 -5px #cfcfcf, 457px 0 0 -5px #cfcfcf, 458px 0 0 -5px #cfcfcf, 459px 0 0 -5px #cfcfcf, 460px 0 0 -5px #cfcfcf, 461px 0 0 -5px #cfcfcf, 462px 0 0 -5px #cfcfcf, 463px 0 0 -5px #cfcfcf, 464px 0 0 -5px #cfcfcf, 465px 0 0 -5px #cfcfcf, 466px 0 0 -5px #cfcfcf, 467px 0 0 -5px #cfcfcf, 468px 0 0 -5px #cfcfcf, 469px 0 0 -5px #cfcfcf, 470px 0 0 -5px #cfcfcf, 471px 0 0 -5px #cfcfcf, 472px 0 0 -5px #cfcfcf, 473px 0 0 -5px #cfcfcf, 474px 0 0 -5px #cfcfcf, 475px 0 0 -5px #cfcfcf, 476px 0 0 -5px #cfcfcf, 477px 0 0 -5px #cfcfcf, 478px 0 0 -5px #cfcfcf, 479px 0 0 -5px #cfcfcf, 480px 0 0 -5px #cfcfcf, 481px 0 0 -5px #cfcfcf, 482px 0 0 -5px #cfcfcf, 483px 0 0 -5px #cfcfcf, 484px 0 0 -5px #cfcfcf, 485px 0 0 -5px #cfcfcf, 486px 0 0 -5px #cfcfcf, 487px 0 0 -5px #cfcfcf, 488px 0 0 -5px #cfcfcf, 489px 0 0 -5px #cfcfcf, 490px 0 0 -5px #cfcfcf, 491px 0 0 -5px #cfcfcf, 492px 0 0 -5px #cfcfcf, 493px 0 0 -5px #cfcfcf, 494px 0 0 -5px #cfcfcf, 495px 0 0 -5px #cfcfcf, 496px 0 0 -5px #cfcfcf, 497px 0 0 -5px #cfcfcf, 498px 0 0 -5px #cfcfcf, 499px 0 0 -5px #cfcfcf, 500px 0 0 -5px #cfcfcf, 501px 0 0 -5px #cfcfcf, 502px 0 0 -5px #cfcfcf, 503px 0 0 -5px #cfcfcf, 504px 0 0 -5px #cfcfcf, 505px 0 0 -5px #cfcfcf, 506px 0 0 -5px #cfcfcf, 507px 0 0 -5px #cfcfcf, 508px 0 0 -5px #cfcfcf, 509px 0 0 -5px #cfcfcf, 510px 0 0 -5px #cfcfcf, 511px 0 0 -5px #cfcfcf, 512px 0 0 -5px #cfcfcf, 513px 0 0 -5px #cfcfcf, 514px 0 0 -5px #cfcfcf, 515px 0 0 -5px #cfcfcf, 516px 0 0 -5px #cfcfcf, 517px 0 0 -5px #cfcfcf, 518px 0 0 -5px #cfcfcf, 519px 0 0 -5px #cfcfcf, 520px 0 0 -5px #cfcfcf, 521px 0 0 -5px #cfcfcf, 522px 0 0 -5px #cfcfcf, 523px 0 0 -5px #cfcfcf, 524px 0 0 -5px #cfcfcf, 525px 0 0 -5px #cfcfcf, 526px 0 0 -5px #cfcfcf, 527px 0 0 -5px #cfcfcf, 528px 0 0 -5px #cfcfcf, 529px 0 0 -5px #cfcfcf, 530px 0 0 -5px #cfcfcf, 531px 0 0 -5px #cfcfcf, 532px 0 0 -5px #cfcfcf, 533px 0 0 -5px #cfcfcf, 534px 0 0 -5px #cfcfcf, 535px 0 0 -5px #cfcfcf, 536px 0 0 -5px #cfcfcf, 537px 0 0 -5px #cfcfcf, 538px 0 0 -5px #cfcfcf, 539px 0 0 -5px #cfcfcf, 540px 0 0 -5px #cfcfcf, 541px 0 0 -5px #cfcfcf, 542px 0 0 -5px #cfcfcf, 543px 0 0 -5px #cfcfcf, 544px 0 0 -5px #cfcfcf, 545px 0 0 -5px #cfcfcf, 546px 0 0 -5px #cfcfcf, 547px 0 0 -5px #cfcfcf, 548px 0 0 -5px #cfcfcf, 549px 0 0 -5px #cfcfcf, 550px 0 0 -5px #cfcfcf, 551px 0 0 -5px #cfcfcf, 552px 0 0 -5px #cfcfcf, 553px 0 0 -5px #cfcfcf, 554px 0 0 -5px #cfcfcf, 555px 0 0 -5px #cfcfcf, 556px 0 0 -5px #cfcfcf, 557px 0 0 -5px #cfcfcf, 558px 0 0 -5px #cfcfcf, 559px 0 0 -5px #cfcfcf, 560px 0 0 -5px #cfcfcf, 561px 0 0 -5px #cfcfcf, 562px 0 0 -5px #cfcfcf, 563px 0 0 -5px #cfcfcf, 564px 0 0 -5px #cfcfcf, 565px 0 0 -5px #cfcfcf, 566px 0 0 -5px #cfcfcf, 567px 0 0 -5px #cfcfcf, 568px 0 0 -5px #cfcfcf, 569px 0 0 -5px #cfcfcf, 570px 0 0 -5px #cfcfcf, 571px 0 0 -5px #cfcfcf, 572px 0 0 -5px #cfcfcf, 573px 0 0 -5px #cfcfcf, 574px 0 0 -5px #cfcfcf, 575px 0 0 -5px #cfcfcf, 576px 0 0 -5px #cfcfcf, 577px 0 0 -5px #cfcfcf, 578px 0 0 -5px #cfcfcf, 579px 0 0 -5px #cfcfcf, 580px 0 0 -5px #cfcfcf, 581px 0 0 -5px #cfcfcf, 582px 0 0 -5px #cfcfcf, 583px 0 0 -5px #cfcfcf, 584px 0 0 -5px #cfcfcf, 585px 0 0 -5px #cfcfcf, 586px 0 0 -5px #cfcfcf, 587px 0 0 -5px #cfcfcf, 588px 0 0 -5px #cfcfcf, 589px 0 0 -5px #cfcfcf, 590px 0 0 -5px #cfcfcf, 591px 0 0 -5px #cfcfcf, 592px 0 0 -5px #cfcfcf, 593px 0 0 -5px #cfcfcf, 594px 0 0 -5px #cfcfcf, 595px 0 0 -5px #cfcfcf, 596px 0 0 -5px #cfcfcf, 597px 0 0 -5px #cfcfcf, 598px 0 0 -5px #cfcfcf, 599px 0 0 -5px #cfcfcf, 600px 0 0 -5px #cfcfcf, 601px 0 0 -5px #cfcfcf, 602px 0 0 -5px #cfcfcf, 603px 0 0 -5px #cfcfcf, 604px 0 0 -5px #cfcfcf, 605px 0 0 -5px #cfcfcf, 606px 0 0 -5px #cfcfcf, 607px 0 0 -5px #cfcfcf, 608px 0 0 -5px #cfcfcf, 609px 0 0 -5px #cfcfcf, 610px 0 0 -5px #cfcfcf, 611px 0 0 -5px #cfcfcf, 612px 0 0 -5px #cfcfcf, 613px 0 0 -5px #cfcfcf, 614px 0 0 -5px #cfcfcf, 615px 0 0 -5px #cfcfcf, 616px 0 0 -5px #cfcfcf, 617px 0 0 -5px #cfcfcf, 618px 0 0 -5px #cfcfcf, 619px 0 0 -5px #cfcfcf, 620px 0 0 -5px #cfcfcf, 621px 0 0 -5px #cfcfcf, 622px 0 0 -5px #cfcfcf, 623px 0 0 -5px #cfcfcf, 624px 0 0 -5px #cfcfcf, 625px 0 0 -5px #cfcfcf, 626px 0 0 -5px #cfcfcf, 627px 0 0 -5px #cfcfcf, 628px 0 0 -5px #cfcfcf, 629px 0 0 -5px #cfcfcf, 630px 0 0 -5px #cfcfcf, 631px 0 0 -5px #cfcfcf, 632px 0 0 -5px #cfcfcf, 633px 0 0 -5px #cfcfcf, 634px 0 0 -5px #cfcfcf, 635px 0 0 -5px #cfcfcf, 636px 0 0 -5px #cfcfcf, 637px 0 0 -5px #cfcfcf, 638px 0 0 -5px #cfcfcf, 639px 0 0 -5px #cfcfcf, 640px 0 0 -5px #cfcfcf, 641px 0 0 -5px #cfcfcf, 642px 0 0 -5px #cfcfcf, 643px 0 0 -5px #cfcfcf, 644px 0 0 -5px #cfcfcf, 645px 0 0 -5px #cfcfcf, 646px 0 0 -5px #cfcfcf, 647px 0 0 -5px #cfcfcf, 648px 0 0 -5px #cfcfcf, 649px 0 0 -5px #cfcfcf, 650px 0 0 -5px #cfcfcf, 651px 0 0 -5px #cfcfcf, 652px 0 0 -5px #cfcfcf, 653px 0 0 -5px #cfcfcf, 654px 0 0 -5px #cfcfcf, 655px 0 0 -5px #cfcfcf, 656px 0 0 -5px #cfcfcf, 657px 0 0 -5px #cfcfcf, 658px 0 0 -5px #cfcfcf, 659px 0 0 -5px #cfcfcf, 660px 0 0 -5px #cfcfcf, 661px 0 0 -5px #cfcfcf, 662px 0 0 -5px #cfcfcf, 663px 0 0 -5px #cfcfcf, 664px 0 0 -5px #cfcfcf, 665px 0 0 -5px #cfcfcf, 666px 0 0 -5px #cfcfcf, 667px 0 0 -5px #cfcfcf, 668px 0 0 -5px #cfcfcf, 669px 0 0 -5px #cfcfcf, 670px 0 0 -5px #cfcfcf, 671px 0 0 -5px #cfcfcf, 672px 0 0 -5px #cfcfcf, 673px 0 0 -5px #cfcfcf, 674px 0 0 -5px #cfcfcf, 675px 0 0 -5px #cfcfcf, 676px 0 0 -5px #cfcfcf, 677px 0 0 -5px #cfcfcf, 678px 0 0 -5px #cfcfcf, 679px 0 0 -5px #cfcfcf, 680px 0 0 -5px #cfcfcf, 681px 0 0 -5px #cfcfcf, 682px 0 0 -5px #cfcfcf, 683px 0 0 -5px #cfcfcf, 684px 0 0 -5px #cfcfcf, 685px 0 0 -5px #cfcfcf, 686px 0 0 -5px #cfcfcf, 687px 0 0 -5px #cfcfcf, 688px 0 0 -5px #cfcfcf, 689px 0 0 -5px #cfcfcf, 690px 0 0 -5px #cfcfcf, 691px 0 0 -5px #cfcfcf, 692px 0 0 -5px #cfcfcf, 693px 0 0 -5px #cfcfcf, 694px 0 0 -5px #cfcfcf, 695px 0 0 -5px #cfcfcf, 696px 0 0 -5px #cfcfcf, 697px 0 0 -5px #cfcfcf, 698px 0 0 -5px #cfcfcf, 699px 0 0 -5px #cfcfcf, 700px 0 0 -5px #cfcfcf, 701px 0 0 -5px #cfcfcf, 702px 0 0 -5px #cfcfcf, 703px 0 0 -5px #cfcfcf, 704px 0 0 -5px #cfcfcf, 705px 0 0 -5px #cfcfcf, 706px 0 0 -5px #cfcfcf, 707px 0 0 -5px #cfcfcf, 708px 0 0 -5px #cfcfcf, 709px 0 0 -5px #cfcfcf, 710px 0 0 -5px #cfcfcf, 711px 0 0 -5px #cfcfcf, 712px 0 0 -5px #cfcfcf, 713px 0 0 -5px #cfcfcf, 714px 0 0 -5px #cfcfcf, 715px 0 0 -5px #cfcfcf, 716px 0 0 -5px #cfcfcf, 717px 0 0 -5px #cfcfcf, 718px 0 0 -5px #cfcfcf, 719px 0 0 -5px #cfcfcf, 720px 0 0 -5px #cfcfcf, 721px 0 0 -5px #cfcfcf, 722px 0 0 -5px #cfcfcf, 723px 0 0 -5px #cfcfcf, 724px 0 0 -5px #cfcfcf, 725px 0 0 -5px #cfcfcf, 726px 0 0 -5px #cfcfcf, 727px 0 0 -5px #cfcfcf, 728px 0 0 -5px #cfcfcf, 729px 0 0 -5px #cfcfcf, 730px 0 0 -5px #cfcfcf, 731px 0 0 -5px #cfcfcf, 732px 0 0 -5px #cfcfcf, 733px 0 0 -5px #cfcfcf, 734px 0 0 -5px #cfcfcf, 735px 0 0 -5px #cfcfcf, 736px 0 0 -5px #cfcfcf, 737px 0 0 -5px #cfcfcf, 738px 0 0 -5px #cfcfcf, 739px 0 0 -5px #cfcfcf, 740px 0 0 -5px #cfcfcf, 741px 0 0 -5px #cfcfcf, 742px 0 0 -5px #cfcfcf, 743px 0 0 -5px #cfcfcf, 744px 0 0 -5px #cfcfcf, 745px 0 0 -5px #cfcfcf, 746px 0 0 -5px #cfcfcf, 747px 0 0 -5px #cfcfcf, 748px 0 0 -5px #cfcfcf, 749px 0 0 -5px #cfcfcf, 750px 0 0 -5px #cfcfcf, 751px 0 0 -5px #cfcfcf, 752px 0 0 -5px #cfcfcf, 753px 0 0 -5px #cfcfcf, 754px 0 0 -5px #cfcfcf, 755px 0 0 -5px #cfcfcf, 756px 0 0 -5px #cfcfcf, 757px 0 0 -5px #cfcfcf, 758px 0 0 -5px #cfcfcf, 759px 0 0 -5px #cfcfcf, 760px 0 0 -5px #cfcfcf, 761px 0 0 -5px #cfcfcf, 762px 0 0 -5px #cfcfcf, 763px 0 0 -5px #cfcfcf, 764px 0 0 -5px #cfcfcf, 765px 0 0 -5px #cfcfcf, 766px 0 0 -5px #cfcfcf, 767px 0 0 -5px #cfcfcf, 768px 0 0 -5px #cfcfcf, 769px 0 0 -5px #cfcfcf, 770px 0 0 -5px #cfcfcf, 771px 0 0 -5px #cfcfcf, 772px 0 0 -5px #cfcfcf, 773px 0 0 -5px #cfcfcf, 774px 0 0 -5px #cfcfcf, 775px 0 0 -5px #cfcfcf, 776px 0 0 -5px #cfcfcf, 777px 0 0 -5px #cfcfcf, 778px 0 0 -5px #cfcfcf, 779px 0 0 -5px #cfcfcf, 780px 0 0 -5px #cfcfcf, 781px 0 0 -5px #cfcfcf, 782px 0 0 -5px #cfcfcf, 783px 0 0 -5px #cfcfcf, 784px 0 0 -5px #cfcfcf, 785px 0 0 -5px #cfcfcf, 786px 0 0 -5px #cfcfcf, 787px 0 0 -5px #cfcfcf, 788px 0 0 -5px #cfcfcf, 789px 0 0 -5px #cfcfcf, 790px 0 0 -5px #cfcfcf, 791px 0 0 -5px #cfcfcf, 792px 0 0 -5px #cfcfcf, 793px 0 0 -5px #cfcfcf, 794px 0 0 -5px #cfcfcf, 795px 0 0 -5px #cfcfcf, 796px 0 0 -5px #cfcfcf, 797px 0 0 -5px #cfcfcf, 798px 0 0 -5px #cfcfcf, 799px 0 0 -5px #cfcfcf, 800px 0 0 -5px #cfcfcf, 801px 0 0 -5px #cfcfcf, 802px 0 0 -5px #cfcfcf, 803px 0 0 -5px #cfcfcf, 804px 0 0 -5px #cfcfcf, 805px 0 0 -5px #cfcfcf, 806px 0 0 -5px #cfcfcf, 807px 0 0 -5px #cfcfcf, 808px 0 0 -5px #cfcfcf, 809px 0 0 -5px #cfcfcf, 810px 0 0 -5px #cfcfcf, 811px 0 0 -5px #cfcfcf, 812px 0 0 -5px #cfcfcf, 813px 0 0 -5px #cfcfcf, 814px 0 0 -5px #cfcfcf, 815px 0 0 -5px #cfcfcf, 816px 0 0 -5px #cfcfcf, 817px 0 0 -5px #cfcfcf, 818px 0 0 -5px #cfcfcf, 819px 0 0 -5px #cfcfcf, 820px 0 0 -5px #cfcfcf, 821px 0 0 -5px #cfcfcf, 822px 0 0 -5px #cfcfcf, 823px 0 0 -5px #cfcfcf, 824px 0 0 -5px #cfcfcf, 825px 0 0 -5px #cfcfcf, 826px 0 0 -5px #cfcfcf, 827px 0 0 -5px #cfcfcf, 828px 0 0 -5px #cfcfcf, 829px 0 0 -5px #cfcfcf, 830px 0 0 -5px #cfcfcf, 831px 0 0 -5px #cfcfcf, 832px 0 0 -5px #cfcfcf, 833px 0 0 -5px #cfcfcf, 834px 0 0 -5px #cfcfcf, 835px 0 0 -5px #cfcfcf, 836px 0 0 -5px #cfcfcf, 837px 0 0 -5px #cfcfcf, 838px 0 0 -5px #cfcfcf, 839px 0 0 -5px #cfcfcf, 840px 0 0 -5px #cfcfcf, 841px 0 0 -5px #cfcfcf, 842px 0 0 -5px #cfcfcf, 843px 0 0 -5px #cfcfcf, 844px 0 0 -5px #cfcfcf, 845px 0 0 -5px #cfcfcf, 846px 0 0 -5px #cfcfcf, 847px 0 0 -5px #cfcfcf, 848px 0 0 -5px #cfcfcf, 849px 0 0 -5px #cfcfcf, 850px 0 0 -5px #cfcfcf, 851px 0 0 -5px #cfcfcf, 852px 0 0 -5px #cfcfcf, 853px 0 0 -5px #cfcfcf, 854px 0 0 -5px #cfcfcf, 855px 0 0 -5px #cfcfcf, 856px 0 0 -5px #cfcfcf, 857px 0 0 -5px #cfcfcf, 858px 0 0 -5px #cfcfcf, 859px 0 0 -5px #cfcfcf, 860px 0 0 -5px #cfcfcf, 861px 0 0 -5px #cfcfcf, 862px 0 0 -5px #cfcfcf, 863px 0 0 -5px #cfcfcf, 864px 0 0 -5px #cfcfcf, 865px 0 0 -5px #cfcfcf, 866px 0 0 -5px #cfcfcf, 867px 0 0 -5px #cfcfcf, 868px 0 0 -5px #cfcfcf, 869px 0 0 -5px #cfcfcf, 870px 0 0 -5px #cfcfcf, 871px 0 0 -5px #cfcfcf, 872px 0 0 -5px #cfcfcf, 873px 0 0 -5px #cfcfcf, 874px 0 0 -5px #cfcfcf, 875px 0 0 -5px #cfcfcf, 876px 0 0 -5px #cfcfcf, 877px 0 0 -5px #cfcfcf, 878px 0 0 -5px #cfcfcf, 879px 0 0 -5px #cfcfcf, 880px 0 0 -5px #cfcfcf, 881px 0 0 -5px #cfcfcf, 882px 0 0 -5px #cfcfcf, 883px 0 0 -5px #cfcfcf, 884px 0 0 -5px #cfcfcf, 885px 0 0 -5px #cfcfcf, 886px 0 0 -5px #cfcfcf, 887px 0 0 -5px #cfcfcf, 888px 0 0 -5px #cfcfcf, 889px 0 0 -5px #cfcfcf, 890px 0 0 -5px #cfcfcf, 891px 0 0 -5px #cfcfcf, 892px 0 0 -5px #cfcfcf, 893px 0 0 -5px #cfcfcf, 894px 0 0 -5px #cfcfcf, 895px 0 0 -5px #cfcfcf, 896px 0 0 -5px #cfcfcf, 897px 0 0 -5px #cfcfcf, 898px 0 0 -5px #cfcfcf, 899px 0 0 -5px #cfcfcf, 900px 0 0 -5px #cfcfcf, 901px 0 0 -5px #cfcfcf, 902px 0 0 -5px #cfcfcf, 903px 0 0 -5px #cfcfcf, 904px 0 0 -5px #cfcfcf, 905px 0 0 -5px #cfcfcf, 906px 0 0 -5px #cfcfcf, 907px 0 0 -5px #cfcfcf, 908px 0 0 -5px #cfcfcf, 909px 0 0 -5px #cfcfcf, 910px 0 0 -5px #cfcfcf, 911px 0 0 -5px #cfcfcf, 912px 0 0 -5px #cfcfcf, 913px 0 0 -5px #cfcfcf, 914px 0 0 -5px #cfcfcf, 915px 0 0 -5px #cfcfcf, 916px 0 0 -5px #cfcfcf, 917px 0 0 -5px #cfcfcf, 918px 0 0 -5px #cfcfcf, 919px 0 0 -5px #cfcfcf, 920px 0 0 -5px #cfcfcf, 921px 0 0 -5px #cfcfcf, 922px 0 0 -5px #cfcfcf, 923px 0 0 -5px #cfcfcf, 924px 0 0 -5px #cfcfcf, 925px 0 0 -5px #cfcfcf, 926px 0 0 -5px #cfcfcf, 927px 0 0 -5px #cfcfcf, 928px 0 0 -5px #cfcfcf, 929px 0 0 -5px #cfcfcf, 930px 0 0 -5px #cfcfcf, 931px 0 0 -5px #cfcfcf, 932px 0 0 -5px #cfcfcf, 933px 0 0 -5px #cfcfcf, 934px 0 0 -5px #cfcfcf, 935px 0 0 -5px #cfcfcf, 936px 0 0 -5px #cfcfcf, 937px 0 0 -5px #cfcfcf, 938px 0 0 -5px #cfcfcf, 939px 0 0 -5px #cfcfcf, 940px 0 0 -5px #cfcfcf, 941px 0 0 -5px #cfcfcf, 942px 0 0 -5px #cfcfcf, 943px 0 0 -5px #cfcfcf, 944px 0 0 -5px #cfcfcf, 945px 0 0 -5px #cfcfcf, 946px 0 0 -5px #cfcfcf, 947px 0 0 -5px #cfcfcf, 948px 0 0 -5px #cfcfcf, 949px 0 0 -5px #cfcfcf, 950px 0 0 -5px #cfcfcf, 951px 0 0 -5px #cfcfcf, 952px 0 0 -5px #cfcfcf, 953px 0 0 -5px #cfcfcf, 954px 0 0 -5px #cfcfcf, 955px 0 0 -5px #cfcfcf, 956px 0 0 -5px #cfcfcf, 957px 0 0 -5px #cfcfcf, 958px 0 0 -5px #cfcfcf, 959px 0 0 -5px #cfcfcf, 960px 0 0 -5px #cfcfcf, 961px 0 0 -5px #cfcfcf, 962px 0 0 -5px #cfcfcf, 963px 0 0 -5px #cfcfcf, 964px 0 0 -5px #cfcfcf, 965px 0 0 -5px #cfcfcf, 966px 0 0 -5px #cfcfcf, 967px 0 0 -5px #cfcfcf, 968px 0 0 -5px #cfcfcf, 969px 0 0 -5px #cfcfcf, 970px 0 0 -5px #cfcfcf, 971px 0 0 -5px #cfcfcf, 972px 0 0 -5px #cfcfcf, 973px 0 0 -5px #cfcfcf, 974px 0 0 -5px #cfcfcf, 975px 0 0 -5px #cfcfcf, 976px 0 0 -5px #cfcfcf, 977px 0 0 -5px #cfcfcf, 978px 0 0 -5px #cfcfcf, 979px 0 0 -5px #cfcfcf, 980px 0 0 -5px #cfcfcf, 981px 0 0 -5px #cfcfcf, 982px 0 0 -5px #cfcfcf, 983px 0 0 -5px #cfcfcf, 984px 0 0 -5px #cfcfcf, 985px 0 0 -5px #cfcfcf, 986px 0 0 -5px #cfcfcf, 987px 0 0 -5px #cfcfcf, 988px 0 0 -5px #cfcfcf, 989px 0 0 -5px #cfcfcf, 990px 0 0 -5px #cfcfcf, 991px 0 0 -5px #cfcfcf, 992px 0 0 -5px #cfcfcf, 993px 0 0 -5px #cfcfcf, 994px 0 0 -5px #cfcfcf, 995px 0 0 -5px #cfcfcf, 996px 0 0 -5px #cfcfcf, 997px 0 0 -5px #cfcfcf, 998px 0 0 -5px #cfcfcf, 999px 0 0 -5px #cfcfcf, 1000px 0 0 -5px #cfcfcf;
    transition: background-color 0.15s;
}

.contactporttreminal .hs-input-range__slider::-moz-range-progress, .contactporttreminal .hs-input-range__slider::-moz-range-track {
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, #cfcfcf, #cfcfcf) 100% 50%/100% 3px no-repeat transparent;
}

.contactporttreminal .hs-input-range__slider::-moz-range-progress {
    background: linear-gradient(180deg, #0199ff, #0199ff) 100% 50%/100% 3px no-repeat transparent;
}

.contactporttreminal .hs-input-range__slider::-moz-range-thumb {
    appearance: none;
    margin: 0;
    height: 13px;
    width: 13px;
    background: #0199ff;
    border-radius: 100%;
    border: 0;
    transition: background-color 0.15s;
}

.contactporttreminal .hs-input-range__slider::-ms-track {
    width: 100%;
    height: 30px;
    border: 0;
    color: transparent;
    background: transparent;
}

.contactporttreminal .hs-input-range__slider::-ms-fill-lower {
    background: linear-gradient(180deg, #0199ff, #0199ff) 100% 50%/100% 3px no-repeat transparent;
}

.contactporttreminal .hs-input-range__slider::-ms-fill-upper {
    background: linear-gradient(180deg, #cfcfcf, #cfcfcf) 100% 50%/100% 3px no-repeat transparent;
}

.contactporttreminal .hs-input-range__slider::-ms-thumb {
    appearance: none;
    height: 13px;
    width: 13px;
    background: #0199ff;
    border-radius: 100%;
    border: 0;
    transition: background-color 0.15s;
    top: 0;
    margin: 0;
    box-shadow: none;
}

.contactporttreminal .hs-input-range__slider:focus::-webkit-slider-thumb, .contactporttreminal .hs-input-range__slider:hover::-webkit-slider-thumb {
    background-color: #55c2ff;
}

.contactporttreminal .hs-input-range__slider:focus::-moz-range-thumb, .contactporttreminal .hs-input-range__slider:hover::-moz-range-thumb {
    background-color: #55c2ff;
}

.contactporttreminal .hs-input-range__slider:focus::-ms-thumb, .contactporttreminal .hs-input-range__slider:hover::-ms-thumb {
    background-color: #55c2ff;
}

.contactporttreminal .hs-input-rating__container {
    width: 95%;
    margin-bottom: 30px;
    display: table;
    table-layout: fixed;
}

.contactporttreminal .hs-input-rating__container section {
    display: table-row;
}

.contactporttreminal .hs-input-rating__label {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contactporttreminal .hs-input-rating__label input, .contactporttreminal .hs-input-rating__label svg {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}

.contactporttreminal .hs-input-rating__label svg {
    position: absolute;
    width: 45px;
    height: 45px;
    fill: #fff;
    stroke: #ccc;
    transform: scale(0.6);
    transition: transform 0.2s ease-in-out;
}

.contactporttreminal .hs-input-rating__label path {
    transition: fill 0.2s ease-in-out, stroke 0.1s ease-in-out;
}

.contactporttreminal .hs-input-rating__is-star input {
    display: none;
}

.contactporttreminal .hs-input-rating__svg-is-selected {
    transform: scale(0.7);
}

.contactporttreminal .hs-input-rating__svg-is-selected path {
    fill: #f7e31b;
    stroke: #d7c508;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-button {
    white-space: pre-wrap;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-richtext {
    word-break: break-word;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096.submitted-message {
    overflow: auto;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-1 .hs-input {
    width: 95%;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-1 .input {
    margin-right: 8px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-1 input[type=checkbox], .contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-1 input[type=radio] {
    width: auto;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-2 .input {
    margin-right: 8px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 fieldset.form-columns-3 .input {
    margin-right: 8px;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 label.hs-hidden {
    visibility: hidden;
}

.contactporttreminal .hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096 .hs-field-desc {
    width: 100%;
}

.contactporttreminal .hs-custom-style .hs-input, .contactporttreminal .hs-custom-style fieldset {
    max-width: 100%;
}

.contactporttreminal .hs-custom-style > div.form-columns-3 .hs-form-field, .contactporttreminal .hs-custom-style fieldset.form-columns-3 .hs-form-field {
    width: 33.3%;
}

.contactporttreminal .hs-custom-style > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .contactporttreminal .hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

.contactporttreminal .hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .contactporttreminal .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}

.contactporttreminal .hs-custom-style .hs-dependent-field > div .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
    .contactporttreminal .hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]), .contactporttreminal .hs-custom-style fieldset {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-2 .hs-form-field, .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-3 .hs-form-field {
        float: none;
        width: 100%;
    }

    .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
        width: 95%;
    }

    .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=checkbox], .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=radio], .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=checkbox], .contactporttreminal form.hs-form-a0835e92-cdc9-4e02-ad19-ba19bf8aaae5_e2ec2190-590f-4965-ae98-df0ba62e0096:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=radio] {
        width: auto;
    }
}

.contactporttreminal .legal-consent-container .field.hs-form-field {
    margin-bottom: 8px;
}

.contactporttreminal .legal-consent-container .hs-field-desc.checkbox-desc {
    margin: -12px 0 0 21px;
}

.contactporttreminal .legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
}

.contactporttreminal .legal-consent-container .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 20px;
}

.contactporttreminal .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
}

.contactporttreminal .legal-consent-container .hs-error-msgs label {
    color: #f2545b;
}

.contactporttreminal .legal-consent-container ~ .hs_recaptcha {
    margin-top: 18px;
}

.contactporttreminal .cookie-reset-container {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}

.contactporttreminal #hs-outer-captcha-target, .contactporttreminal #hs-outer-captcha-target * {
    display: none;
    height: 0;
    width: 0;
}

.contactporttreminal .hubspot-link__container {
    font-size: 14px;
    padding-bottom: 40px;
    position: relative;
    color: #9fa0a2;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.contactporttreminal .hubspot-link-text {
    color: #00a4bd;
    font-weight: 400;
}

.contactporttreminal .hubspot-link__container.sproket {
    color: #9fa0a2;
}

.contactporttreminal .hubspot-link {
    color: #9fa0a2;
}

.contactporttreminal .hubspot-link, .contactporttreminal .hubspot-link:hover {
    text-decoration: none;
}

.contactporttreminal .hubspot-link:hover .hubspot-link-text {
    text-decoration: underline;
}

.contactporttreminal .hubspot-link__icon {
    margin-bottom: -1px;
    margin-right: 5px;
}

.contactporttreminal .hubspot-link__container.sproket .hubspot-link__icon {
    width: 30px;
    margin-right: 0;
    float: left;
    margin-top: -9px;
    margin-left: -5px;
}

.contactporttreminal input {
    color: #fff !important;
}

.contactporttreminal input[type='checkbox'] {
    opacity: 1;
    width: 20px !important;
    height: 20px !important;
}

.contactporttreminal input[type='checkbox'] + span {
    padding-left: 30px;
    line-height: 28px;
}

.contactporttreminal select, .contactporttreminal select option {
    color: black !important;
}

.contactporttreminal label.hs-error-msg {
    color: red !important;
}

.contactporttreminal .submitted-message {
    font-size: 30px;
}

.page-id-564747 .features-rows i, .page-id-564747 .features-list i {
    height: 120px;
}

.features-list-wrap-on {
    align-items: center;
}

/* Changes 22 june, slider.*/
.display.single-slide .align-right {
    text-align: right;
}

.display.single-slide .align-right img {
    width: 250px;
}

.ssi_links-block {
    list-style: none;
    padding: 0;
}

ul.ssi_links-block li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.display.single-slide .intro {
    padding: 0 5px;
}

@media only screen and (min-width: 581px) {
    .display.single-slide .intro {
        padding: 0 45px;
    }
}


@media only screen and (max-width: 992px) {
    .display.single-slide h3 {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .display.single-slide h1 {
        padding-left: 0;
    }
}

.display.single-slide h3 {
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: inherit;
}

.card.no-absolute {
    position: relative;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper-outer {
    margin: 0 auto;
}

.presentation-inner img {
    width: 100%;
    height: auto;
}

.presentation-events {
    margin-left: 0;
}

.presentation-events .card-body {
    background-color: #004f9b;
}

.presentation-events .card {
    background-color: transparent;
}

.section-title {
    font-size: 40px;
}

.section-description {
    font-size: 28px;
}

a.download-pdf {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

a.download-pdf:hover svg {

}

a.download-pdf span {
    padding-left: 10px;
    font-weight: 700;
}

a.download-pdf:hover span {
}


.page-id-115 #vedio-sec .section-description {
    font-size: 21px;
}


.page-id-115 .btn-lg.arrow:before {

    display: none;
}


@media (min-width: 768px) {


    .page-template-partnerdocportal section#partn {
        margin-top: 191px
    }

    .page-template-portal-version #partn {
        margin-top: 191px
    }

    .desc_why {
        width: 60%;

        margin: 0 auto;

        margin-bottom: 39px;
    }

    .icon_top {
        text-align: right;
    }

}

@media (max-width: 768px) {

    .page-template-partnerdocportal section#partn {
        margin-top: 112px
    }


    #instd .d-block.d-sm-none.mt30 {
        display: block !important;
    }


    .icon_top {
        text-align: center;
    }

    .page-template-portal-version #partn {
        margin-top: 112px
    }


    /*.page-template-portal-version .features-list strong {*/
    /*    margin-bottom: 28px;*/
    /*}*/

    /*.page-template-portal-version .features-list p {*/
    /*    text-align: left;*/
    /*}*/

}

.desc_why p {
    color: #676767;
    text-align: center;
}


/*.page-template-portal-version .features-list p {*/
/*    padding-left: 0;*/
/*}*/

/*.page-template-portal-version .features-list-wrap-in {*/
/*    padding-left: 0;*/
/*}*/

/*.page-template-portal-version .features-list-wrap-in p {*/
/*    color: #676767;*/
/*}*/

.white_txt p {
    color: #fff;
    font-size: 23px;
}

@media screen and (max-width: 800px) and (min-width: 578px) {
    #partn h2 {
        font-size: 31px !important;
        margin-top: 26px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 800px ) {
    #partn h2 {
        font-size: 31px !important;
    }

}

@media screen and (max-width: 767px) and (min-width: 578px ) {
    #instd hh3 {
        font-size: 20px !important;
    }

}

@media screen and (max-width: 768px) and (min-width: 578px) {
    #instd h2 {
        margin-top: 20px;
    }

}


/*@media screen and (max-width: 900px) and (min-width: 200px) {*/
/*    #why_p .features-list-wrap-on {*/

/*        display: block;*/
/*        text-align: center;*/

/*    }*/

/*    #why_p .features-list i {*/
/*        margin: 0 auto;*/
/*    }*/

/*}*/

/*@media screen and (max-width: 574px) {*/
/*    #why_p .features-list-wrap-in p {*/
/*        max-width: 80%;*/
/*    }*/
/*}*/


@media screen and (max-width: 900px) and (min-width: 768px ) {
    .opening_txt .open-l {
        padding-left: 71px;
    }

}


/*#why_p .features-list-wrap-on {*/

/*    align-items: start;*/
/*}*/

section#instd h3 {
    margin-bottom: 71px;
}

/*@media (max-width: 992px) {*/
/*    #why_p .features-list p {*/
/*        text-align: left;*/
/*    }*/
/*}*/

.parter-instd img {
    border: 1px solid #438DCE;
}

.page-template-portal-version .tab-pane .col-sm-12 .img-fluid {
    max-width: 233px;
    margin-left: 27px;
}

body.page-template-presentation div#events-list {
    margin-top: 177px;
}
body.page-template-presentation #events-archivelist .present_item {
    background-color: rgb(209, 209, 209);
    padding: 17px;
}
body.page-template-presentation .small_font{
    font-size:16px;
}
body.page-template-presentation div#events-list .small_font{
    color: #cccccc;
}
body.page-template-presentation #events-archivelist .present_item p {
    color: #000;
}
body.page-template-presentation #events-archivelist .present_item path {
    stroke: #000;
}

.presentation-inner-link a {
    font-size: 22px;
    padding-top: 20px;
    display: block;
    color: #fff;
}

.presentation-inner-link a:hover {
    text-decoration: underline;
}

/* Industrial page banner */

.banner_s {
    height: 90vh;
}

@media(min-width:768px){
    .cta_bt{
        width:350px;
    }
}
.floating_btn {
    position: absolute !important;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.blog_btn{
    visibility :visible !important;
}



/*Google Search*/
.slide-y-enter,
.slide-y-leave-to {
    transform: translateY(-100%);
}

.slide-x-enter,
.slide-x-leave-to {
    transform: translateX(-100%);
}

.slide-x-enter-active,
.slide-x-leave-active,
.slide-y-enter-active,
.slide-y-leave-active {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-property: transform;
}

body.stop-scrolling, body.stop-scrolling .inner-wrap {
    height: 100vh;
}

body #block-gseensearchcombo .gsc-above-wrapper-area {
    display: block !important;
}

.stop-scrolling .content-outer-wrapper {
    overflow: hidden;
    overflow-y: hidden;
    position: fixed;
    left: 0;
    right: 0;
}

.header-outer-wrapper-top {
    z-index: 90;
    position: relative;
}

#block-gseensearchcombo {
    position: fixed;
    right: 0;
    left: 0;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 1s;
    top: 0;
    z-index: 10000;
}

@media only screen and (min-width: 641px) {
    #block-gseensearchcombo {
        top: 0;
    }
}
@media only screen and (min-width: 769px) {
    #block-gseensearchcombo {
        top: 0;
    }
}
.header-shrinked + .header-outer-wrapper-top #block-gseensearchcombo {
    top: 60px;
}
body.user-logged-in .header-shrinked + .header-outer-wrapper-top #block-gseensearchcombo {
    top: 135px;
}
@media only screen and (min-width: 641px) {
    .header-shrinked + .header-outer-wrapper-top #block-gseensearchcombo {
        top: 65px;
    }
    body.user-logged-in .header-shrinked + .header-outer-wrapper-top #block-gseensearchcombo {
        top: 140px;
    }
}
#block-gseensearchcombo * {
    font-family: Lato, sans-serif;
}
#block-gseensearchcombo > div {
    background: #fff;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
}
#block-gseensearchcombo > div .field-items .field-item {
    max-width: 75rem;
    margin: 0 auto;
}
#block-gseensearchcombo form {
    max-width: 75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 15px 10px;
}
#block-gseensearchcombo form input {
    height: auto !important;
    outline: none !important;
    border: 1px solid #adadad !important;
    width: 90% !important;
    background: rgba(0, 0, 0, 0.02) !important;
    text-indent: 0 !important;
    padding: 10px !important;
}
#block-gseensearchcombo form * {
    border: 0;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
}
#block-gseensearchcombo .gsc-search-button.gsc-search-button-v2 {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}
#block-gseensearchcombo .gsc-search-button.gsc-search-button-v2 svg {
    width: 25px;
    height: 25px;
    fill: rgba(242, 103, 34, 0.8);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: fill;
    transition-property: fill;
}
#block-gseensearchcombo .gsc-search-button.gsc-search-button-v2:hover svg {
    fill: rgba(242, 103, 34);
}
#block-gseensearchcombo .gsst_a .gscb_a {
    line-height: 1;
    padding-right: 40px !important;
    display: inline-block;
    color: rgba(242, 103, 34, 0.5);
    font-weight: bold;
    font-size: 24px;
}
#block-gseensearchcombo .gsst_a .gscb_a:hover {
    color: rgba(242, 103, 34);
}
#block-gseensearchcombo .gsc-above-wrapper-area-container * {
    font-size: 16px;
}
#block-gseensearchcombo .gsc-control-wrapper-cse {
    box-sizing: border-box;
    width: calc(100% - 20px);
}
.height-full-vw #block-gseensearchcombo .gsc-control-wrapper-cse {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 10px 10px;
}
#block-gseensearchcombo .gsc-results-wrapper-visible {
    background: #fff;
    padding: 10px;
}
#block-gseensearchcombo .gsc-results-wrapper-visible .gs-result .gs-title * {
    color: #333 !important;
    font-size: 18px;
}
#block-gseensearchcombo .gsc-results-wrapper-visible .gs-webResult div.gs-visibleUrl-long {
    color: #888;
    direction: ltr;
    display: none;
}
#block-gseensearchcombo .gsc-results-wrapper-visible .gs-web-image-box {
    width: 110px;
    height: auto;
}
#block-gseensearchcombo .gsc-results-wrapper-visible .gs-web-image-box img.gs-image {
    max-width: 100px;
    max-height: initial;
}
#block-gseensearchcombo .gsc-control-cse {
    padding: 0;
    margin: 0;
    border: 0;
}

#block-gseensearchcombo .gsc-adBlock,
#block-gseensearchcombo .gcsc-more-maybe-branding-root {
    display: none;
}
.gssb_c .gssb_e * {
    color: #000;
}
.gssb_c {
    margin-top: 12px;
}