@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    border: 0px solid #ccc;
    text-decoration: none;
    list-style: none;
    color: #2f2f2f;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1rem;
    position: relative;
}

img {
    width: 100px;
}

h1 {
    font-size: 6rem;
    text-transform: uppercase;
}

h2 {
    font-size: 5rem;
    text-transform: uppercase;
}

h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: 'Audiowide', cursive;
    margin: 0 0 1rem 0;
    letter-spacing: 2px;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0 0 3rem 0;
}

h6 {
    font-size: 1.2rem;
    font-weight: 200;
}


.snip1502 *,
.snip1502 *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.snip1502 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 0.6em;
    -webkit-perspective: 50em;
    perspective: 50em;
}

.snip1502 a {
    backface-visibility: hidden;
    color: #ffffff;
    display: block;
    line-height: 2.2em;
    padding: 0rem 2rem;
    margin-top: 1rem;
    position: relative;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #A5ADBB;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.snip1502 a:after {
    background-color: #357FFD;
    color: transparent;
    content: attr(data-hover);
    top: 0%;
    line-height: 2.2em;
    padding: 0rem 2rem;
    position: absolute;
    right: 100%;
    width: 100%;
    -webkit-transform: translateX(0%) rotateY(-90deg);
    transform: translateX(0%) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.snip1502 li:hover a,
.snip1502 li.current a {
    -webkit-transform: translate(50%) rotateY(90deg);
    transform: translate(50%) rotateY(90deg);
    background-color: #fff;
    color: transparent;
}

.snip1502 li:hover a:after,
.snip1502 li.current a:after {
    background-color: #357FFD;
    color: #ffffff;
    cursor: pointer;
}


.bars {
    /*   background-color:pink; */
    position: absolute;
    width: 27px;
    height: 27px;
    top: 2rem;
    right: 20rem;
    cursor: pointer;
    z-index: 101;
    padding-top: 9px;
}

.bar {
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
}

.bars span::before,
.bars span::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 4px;
    position: absolute;
}

.bar::before {
    transform: translateY(-9px);
}

.bar::after {
    transform: translateY(9px);
}

.bars.active .bar {
    position: absolute;
    top: 2rem;
    right: -17rem;
    background-color: transparent;
}

.bars.active span::before {
    animation: top-bar 1s;
    animation-fill-mode: forwards;
}

.bars.active span::after {
    animation: bottom-bar 1s;
    animation-fill-mode: forwards;
}


/* 라이브러리 */
.img-box > img {
    width: 100%;
    display: block;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.cell {
    float: left;
    box-sizing: border-box;
}

.cell-right {
    float: right;
    box-sizing: border-box;
}

.cell > li {
    margin: 0 1rem;
}

.cell > li:before {
    content: "";
    width: 100%;
    border: 2px solid #fff;
    transition: 0.5s;
}

.cell > li:hover:before {
    border: 2px solid #357FFD;
    color: #357FFD;

}

.margin-0-auto {
    margin: 0 auto;
}

.block {
    display: block;
}

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

.text-align-center {
    text-align: center;
}

.line-height-0-ch-only {
    line-height: 0;
}

.line-height-0-ch-only > * {
    line-height: normal;
}

.relative {
    position: relative;
}

.absolute-left {
    position: absolute;
    left: 0;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.absolute-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

input,
button,
select,
fieldset {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
}

fieldset {
    padding: 0;
    margin: 0;
}

.blind,
legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 12px;
    clip: rect(1px, 1px, 1px, 1px);
}

button {
    cursor: pointer;
    padding: 0;
}

.font-poppins {
    font-family: 'Poppins';
}

/* 커스텀 */
html,
body {
    overflow-x: hidden;
}

/* 로딩 */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5000;
}

.loading > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}


.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

.not-scroll-top-0 {
    box-shadow: 12px 9px 17px #0000001c;
}

.header > .header-inner {
    position: relative;
}

/* 상단 헤더 로고 */
.header > .header-inner > .header-logo-con {
    max-width: 1685px;
    margin: 0 auto;
    font-size: 0;
}

.header > .header-inner > .header-logo-con > .header-logo {
    display: inline-block;
    padding: 18.5px 0;
    position: relative;
    z-index: 100;
    transition: all .5s;
}

.not-scroll-top-0 > .header-inner > .header-logo-con > .header-logo {
    padding: 8.5px 0;
}

/* 상단 로고 반응형 */
@media (max-width:1200px) {
    .header > .header-inner > .header-logo-con {
        width: 20%;
        padding-left: 15px;
    }

    .header > .header-inner > .header-logo-con > .header-logo {
        padding: 5px 0;
    }

    .header > .header-inner > .header-logo-con > .header-logo > .img-box {
        width: 60px;
        height: 46px;
        display: block;
    }

    .header > .header-inner > .header-logo-con > .header-logo > .img-box > img {
        padding-top: 9px;
    }
}

/* 상단 헤더 gnb 메뉴 */
.header > .header-inner > .header-gnb {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 0;
}

/* 1차 메뉴 */
.header > .header-inner > .header-gnb > ul {
    display: inline-block;
}

.header > .header-inner > .header-gnb > ul > li {
    position: relative;
}

.header > .header-inner > .header-gnb > ul > li > a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 83px;
    padding: 0 45px;
    position: relative;
    color: #2f2f2f;
    letter-spacing: -0.65px;
    transition: all .5s;
}

.not-scroll-top-0 > .header-inner > .header-gnb > ul > li > a {
    line-height: 63px;
}

/* 1차 메뉴 호버시 상단 선 */
.header > .header-inner > .header-gnb > ul > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #357FFD;
    transition: width .8s;
}

.header > .header-inner > .header-gnb > ul > li:hover > a::before {
    width: 100%;
}

/* 2차 메뉴 */
.header > .header-inner > .header-gnb > ul .gnb-2depth {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #357FFD;
}

/* 메뉴 호버시 2차 메뉴 보이게 */
.header > .header-inner > .header-gnb > ul > li:hover > .gnb-2depth {
    transition: height .8s;
}

.header > .header-inner > .header-gnb > ul > li:nth-child(1):hover > .gnb-2depth {
    height: 220px;
}

.header > .header-inner > .header-gnb > ul > li:nth-child(2):hover > .gnb-2depth,
.header > .header-inner > .header-gnb > ul > li:nth-child(4):hover > .gnb-2depth,
.header > .header-inner > .header-gnb > ul > li:nth-child(5):hover > .gnb-2depth {
    height: 112px;
}

.header > .header-inner > .header-gnb > ul > li:nth-child(3):hover > .gnb-2depth {
    height: 76px;
}

/* 2차 메뉴 상세 */
.header > .header-inner > .header-gnb > ul .gnb-2depth > ul {
    padding: 20px 0;
}

.header > .header-inner > .header-gnb > ul .gnb-2depth > ul > li {
    padding: 0 20px;
}

.header > .header-inner > .header-gnb > ul .gnb-2depth > ul > li > a {
    font-size: 15px;
    display: block;
    text-align: left;
    color: #b3d5ff;
    line-height: 36px;
    transition: padding .3s, color .3s;
    position: relative;
    white-space: nowrap;
}

.header > .header-inner > .header-gnb > ul .gnb-2depth > ul > li > a:hover {
    padding-left: 15px;
    color: #fff;
}

.header > .header-inner > .header-gnb > ul .gnb-2depth > ul > li > a::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 9px;
    height: 4px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s;
}

.header > .header-inner > .header-gnb > ul .gnb-2depth > ul > li > a:hover::before {
    opacity: 1;
}

/* gnb 메뉴 반응형 */
@media (max-width:1440px) {
    .header > .header-inner > .header-gnb > ul > li > a {
        font-size: 16px;
    }
}

@media (min-width:1221px) {
    .header > .header-inner > .m-gnb-btn {
        display: none;
    }

    .header > .header-inner > .m-menu-wrap {
        display: none;
    }
}

@media (max-width:1220px) {
    .not-scroll-top-0 {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    }

    .header > .header-inner > .header-gnb,
    .header > .header-inner > .header-util {
        display: none;
    }
}

/* 상단 헤더 유틸리티 */
.header > .header-inner > .header-util {
    width: 700px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 언어 변경 */
.header > .header-inner > .header-util > .util-language {
    padding-top: 26.5px;
    margin-right: 20px;
    transition: all .5s;
}

.not-scroll-top-0 > .header-inner > .header-util > .util-language {
    padding-top: 16.5px;
}

.header > .header-inner > .header-util > .util-language > li > a {
    font-weight: bold;
    color: #8E939C;
    line-height: 30px;
    padding: 0 5px;
}

.header > .header-inner > .header-util > .util-language > li.active > a {
    color: #2f2f2f;
}

/* 사이트 맵 버튼 */
.header > .header-inner > .header-util > .sitemap-btn {
    width: 32px;
    height: 32px;
    margin-top: 25.5px;
    margin-left: 7px;
    transition: all .5s;
}

.not-scroll-top-0 > .header-inner > .header-util > .sitemap-btn {
    margin-top: 15.5px;
}

.header > .header-inner > .header-util > .sitemap-btn > span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background-color: #333;
    margin: 4px auto;
}

/* 사이트 맵 팝업 */
.header > .header-inner > .header-util > .sitemap-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
}

.header > .header-inner > .header-util > .sitemap-wrap.active {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 100%;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .tt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-color: #357FFD;
    color: #fff;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .close-btn {
    position: absolute;
    top: 15px;
    right: 13px;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .close-btn > i {
    font-size: 30px;
    color: #fff;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .sitemap-nav {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .sitemap-nav > ul > li {
    width: 20%;
    text-align: center;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .sitemap-nav > ul > li > .st {
    font-size: 16px;
    font-weight: bold;
    color: #2f2f2f;
    margin: 0 2% 20px 2%;
    padding-bottom: 20px;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .sitemap-nav > ul ul > li > a {
    font-size: 13px;
    color: #666;
    display: block;
    padding: 10px 0;
    line-height: 1.2em;
}

.header > .header-inner > .header-util > .sitemap-wrap > .sitemap-popup > .sitemap-nav > ul ul > li > a:hover {
    color: #000;
    text-decoration: underline;
}

/* 서치 버튼 */
.header > .header-inner > .header-util > .search-btn {
    width: 83px;
    height: 80px;
    background-color: #357FFD;
    margin-left: 29px;
    position: relative;
    transition: all .5s;
}

.not-scroll-top-0 > .header-inner > .header-util > .search-btn {
    height: 52px;
}

.header > .header-inner > .header-util > .search-btn > i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.header > .header-inner > .header-util > .search-btn.active > i.xi-search {
    opacity: 0;
    visibility: hidden;
}

.header > .header-inner > .header-util > .search-btn > i.xi-close {
    opacity: 0;
    visibility: hidden;
}

.header > .header-inner > .header-util > .search-btn.active > i.xi-close {
    opacity: 1;
    visibility: visible;
}

/* 서치 폼 */
.header > .header-inner > .header-util > .search-inner {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.header > .header-inner > .header-util > .search-inner.active {
    visibility: visible;
    opacity: 1;
}

.header > .header-inner > .header-util > .search-inner .search-form-con {
    width: 600px;
    height: 83px;
    background-color: #357FFD;
}

.header > .header-inner > .header-util > .search-inner .search-form-con > input {
    width: calc(100% - 105px);
    height: 28px;
    color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    padding: 0 50px 9px 0;
    margin: 22px 20px 0 30px;
    text-indent: 5px;
}

.header > .header-inner > .header-util > .search-inner .search-form-con > input::placeholder,
.header > .header-inner > .header-util > .search-inner .search-form-con > .search-ico > i {
    color: rgba(255, 255, 255, .5);
}

.header > .header-inner > .header-util > .search-inner .search-form-con > .search-ico {
    position: absolute;
    top: 23px;
    right: 36px;
}

.header > .header-inner > .header-util > .search-inner .search-form-con > .search-ico > i {
    font-size: 24px;
}

/* 모바일 메뉴 버튼 */
.header > .header-inner > .m-gnb-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background-color: #357FFD;
    transition: all .5s;
    z-index: 200;
}

.header > .header-inner > .m-gnb-btn.active {
    background-color: transparent;
}

.header > .header-inner > .m-gnb-btn > span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    margin: 4px auto;
    transition: all .5s;
}

.header > .header-inner > .m-gnb-btn.active > span {
    background-color: #222;
}

.header > .header-inner > .m-gnb-btn.active > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.header > .header-inner > .m-gnb-btn.active > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.header > .header-inner > .m-gnb-btn.active > span:nth-child(2) {
    opacity: 0;
}

/* 모바일 메뉴 랩 */
.header > .header-inner > .m-menu-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 150;
    transition: right .5s;
}

.header > .header-inner > .m-menu-wrap.active {
    right: 0;
}

/* 모바일 메뉴 언어 */
.header > .header-inner > .m-menu-wrap > .m-language {
    margin: 12.5px 0 0 3.5%;
}

.header > .header-inner > .m-menu-wrap > .m-language > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 6px;
    line-height: 30px;
    color: #8E939C;
}

.header > .header-inner > .m-menu-wrap > .m-language > ul > li.active > a {
    color: #357FFD;
}

/* 모바일 메뉴 gnb */
.header > .header-inner > .m-menu-wrap > .m-gnb {
    margin-top: 56px;
    text-align: center;
}

.header > .header-inner > .m-menu-wrap > .m-gnb > ul > li > a {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px;
    display: block;
    line-height: 1;
}

.header > .header-inner > .m-menu-wrap > .m-gnb > ul > li.active > a {
    color: #357FFD;
}

.header > .header-inner > .m-menu-wrap > .m-gnb > ul ul {
    background-color: #fff;
    padding: 15px 0;
    display: none;
}

.header > .header-inner > .m-menu-wrap > .m-gnb > ul ul > li > a {
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    color: #8E939C;
}

/* 모바일 메뉴 검색창 */
.header > .header-inner > .m-menu-wrap > .m-search {
    text-align: center;
    margin-top: 30px;
}

.header > .header-inner > .m-menu-wrap > .m-search .m-search-form-con {
    position: relative;
}

.header > .header-inner > .m-menu-wrap > .m-search .m-search-form-con > input {
    background-color: #fff;
    padding: 0 40px 0 8px;
    width: 260px;
    height: 43px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 13px;
    color: #8E939C;
}

.header > .header-inner > .m-menu-wrap > .m-search .m-search-form-con > .search-ico {
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: 95px;
}

.header > .header-inner > .m-menu-wrap > .m-search .m-search-form-con > .search-ico > i {
    font-size: 24px;
}

.header img {
    width: 200px;
    margin-top: 0.5rem;
}

.header .row .cell img {
    width: 500px;
    height: 150px;
    margin-top: 0.5rem;
    margin-left: 3rem;
}


.not-scroll-top-0 > .header-inner > .header-gnb > ul .gnb-2depth {
    top: 3.2rem;
}


main {
    margin-top: 5rem;
    position: relative;
}

.visual {
    min-width: 1200px;
    height: 750px;
    margin: 5rem auto 0;
    position: absolute;
    top: 0;
    left: 0;
    position: relative;
}

.visual .slick-track {
    min-width: 1000px;
    height: 750px;
    margin: 0 auto;
}

/*.v-box {
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}*/

.slide01 {
    height: 800px;
    position: relative;
    background: url(https://www.genesis.com/content/dam/genesis-p2/kr/assets/main/genesis-kr-main-key-visual-genesis-x-01-desktop-2560x900-ko.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

}

.slide02 {
    height: 800px;
    position: relative;
    background: url(https://i.pinimg.com/originals/ba/c2/f2/bac2f2a38e10715861c339b075f1c9fc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

}

.slide03 {
    height: 800px;
    position: relative;
    background: url(https://cdn.yoauto.co.uk/assets/makerImages/Hyundai/Hyundai-Header.png) no-repeat;
    background-size: cover;
    background-position: center center;

}

.slide04 {
    height: 800px;
    position: relative;
    background: url(https://hips.hearstapps.com/autoweek/assets/39340-HyundaiVisionTConcept.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

}

.v-txt {
    position: absolute;
    top: 10rem;
    left: 22rem;
    transform: translateX(-100px);
    transition: opacity 0s 3s, transform 0s 3s;
}

.v-txt h2 {
    font-size: 10rem;
    color: #fff;
}

.slide01.slick-active .v-txt,
.slide02.slick-active .v-txt,
.slide03.slick-active .v-txt,
.slide04.slick-active .v-txt {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 2s, transform 2s;

}


.vv-txt {
    position: absolute;
    top: 19rem;
    left: 22rem;
    z-index: 1;
    transform: translateX(100px);
    transition: opacity 0s 3s, transform 0s 3s;

}

.vv-txt h3 {
    color: #A5ADBB;
}

.slide01.slick-active .vv-txt,
.slide02.slick-active .vv-txt,
.slide03.slick-active .vv-txt,
.slide04.slick-active .vv-txt {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 2s, transform 2s;

}

.visual .snip1476 {
    text-transform: uppercase;
    font-weight: 500;
    transform: translateZ(0);
}

.visual .snip1476 * {
    box-sizing: border-box;
}

.visual .snip1476 li {
    display: inline-block;
    list-style: outside none none;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.visual .snip1476 li:before,
.visual .snip1476 li:after {
    display: block;
}

.visual .snip1476 li:before {
    left: 0%;
}

.visual .snip1476 li:after {
    left: 50%;
}

.visual .snip1476 a {
    backface-visibility: hidden;
    color: #fff;
    display: block;
    padding: 1rem 2rem;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.visual .snip1476 a:hover {
    color: #ffffff;
}

.visual .snip1476 a:before {
    left: 25%;
}

.visual .snip1476 a:after {
    left: 75%;
}

.visual .snip1476 li:before,
.visual .snip1476 li:after,
.visual .snip1476 a:before,
.visual .snip1476 a:after {
    background-color: #357FFD;
    position: absolute;
    width: 26%;
    top: 50%;
    bottom: 50%;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.visual .snip1476 li:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.visual .snip1476 li:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.visual .snip1476 a:before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.visual .snip1476 a:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.visual .snip1476 li:hover:before,
.visual .snip1476 li.current:before,
.visual .snip1476 li:hover:after,
.visual .snip1476 li.current:after,
.visual .snip1476 li:hover a:before,
.visual .snip1476 li.current a:before,
.visual .snip1476 li:hover a:after,
.visual .snip1476 li.current a:after {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.visual .snip1476 li:hover:before,
.visual .snip1476 li.current:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.visual .snip1476 li:hover:after,
.visual .snip1476 li.current:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.visual .snip1476 li:hover a:before,
.visual .snip1476 li.current a:before {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.visual .snip1476 li:hover a:after,
.visual .snip1476 li.current a:after {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}


/*.bl-bg {
    width: 400px;
    height: 200px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(0, 44, 94, 0.9), #002c5e);
    position: absolute;
    top: 13rem;
    right: 10rem;
    transform: translateX(-100px);
    transition: all 0.8s;
}

.bl-wh {
    width: 400px;
    height: 200px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9), #ccc);
    position: absolute;
    top: 13rem;
    right: 5rem;
    transform: translateX(-100px);
    transition: all 0.8s;
}*/

#counter-stats {
    position: absolute;
    bottom: 5rem;
    right: 19rem;
}

.stats-01 {
    transform: translateY(160px);
    transition: all 1s;
}

.slide01.slick-active .stats-01,
.slide02.slick-active .stats-01,
.slide03.slick-active .stats-01,
.slide04.slick-active .stats-01 {
    opacity: 1;
    transform: translateY(0);
}

.stats-02 {
    transform: translateY(100px);
    transition: all 0.8s;
}

.slide01.slick-active .stats-02,
.slide02.slick-active .stats-02,
.slide03.slick-active .stats-02,
.slide04.slick-active .stats-02 {
    opacity: 1;
    transform: translateY(0);
}

.stats-03 {
    transform: translateY(100px);
    transition: all 0.6s;
}

.slide01.slick-active .stats-03,
.slide02.slick-active .stats-03,
.slide03.slick-active .stats-03,
.slide04.slick-active .stats-03 {
    opacity: 1;
    transform: translateY(0);
}

.stats-04 {
    transform: translateY(70px);
    transition: all 0.4s;
}

.slide01.slick-active .stats-04,
.slide02.slick-active .stats-04,
.slide03.slick-active .stats-04,
.slide04.slick-active .stats-04 {
    opacity: 1;
    transform: translateY(0);
}

.row {
    width: 600px;
    display: flex;
    justify-content: center;
}

.stats {
    text-align: center;
    font-size: 0rem;
    font-weight: 800;
    width: 100px;
    height: 70px;
    border-bottom: 1px solid #fff;
}


.counting,
.stats h5 {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}

.counting {
    font-size: 2rem;
}

.visual .slick-prev.slick-arrow,
.visual .slick-next.slick-arrow {
    width: 65px;
    height: 65px;
    border: 0px;
    background: none;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translate(0, -50%);
    font-size: 0rem;
    color: transparent;
    cursor: pointer;
    transition: 0.3s;
}

.visual .slick-next.slick-arrow {
    left: 93%;
}

.visual .slick-prev.slick-arrow:before {
    content: "\e93d";
    font-family: xeicon;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 3rem;
    padding: 0.5rem;
    text-decoration-line: none;
    transition: 0.8s;
}

.visual .slick-next.slick-arrow:before {
    content: "\e940";
    font-family: xeicon;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 3rem;
    padding: 0.5rem;
    text-decoration-line: none;
    transition: 0.8s;
}

.visual .slick-dots {
    width: 200px;
    height: 100%;
    padding-top: 10rem;
    position: absolute;
    top: 37rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.visual #slick-slide-control00,
.visual #slick-slide-control01,
.visual #slick-slide-control02,
.visual #slick-slide-control03 {
    width: 10px;
    height: 10px;
    font-size: 0rem;
    background: none;
    border: none;
    margin: 0.5rem 0;
    transition: all 0.5s;
    cursor: pointer;
}

.visual #slick-slide-control00:before {
    content: "";
    border: 5px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.visual #slick-slide-control01:before {
    content: "";
    border: 5px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.visual #slick-slide-control02:before {
    content: "";
    border: 5px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.visual #slick-slide-control03:before {
    content: "";
    border: 5px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.visual #slick-slide-control00:hover,
.visual #slick-slide-control01:hover,
.visual #slick-slide-control02:hover,
.visual #slick-slide-control03:hover {
    border: 5px solid #ccc;
    background: #ccc;
    border-radius: 50%;
}

.nparts {
    padding: 5rem 0;
    text-align: center;
}

.nparts img {
    width: 400px;
    margin-bottom: 2rem;
}


.line {
    height: 650px;
    padding: 3rem 0 0;
    text-align: center;
}

.line h3,
.compare h3 {
    margin: 0 0 1rem 0;
}

.line h6,
.compare h6 {
    margin: 0 0 3rem 0;
}

.accord {
  width: 1200px;
  margin: auto;
  height: 360px;
  overflow: hidden;
}

.accord img {
    width: 600px;
    height: 400px;
}

.accord li {
  width: 200px;
  display: block;
  position: relative;
  float: left;
  border-left: 1px solid #DDD;
  transition: all 0.5s;
}

.title {
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 600px;
}

.title a {
  display: block;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
}

.accord ul:hover li {
  width: 150px;
}

.accord ul li:hover {
  width: 600px;
}

.compare {
    height: 1050px;
    margin: 0 auto;
    padding: 3rem 0;
    clear: both;
    text-align: center;
    background: url(https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/fe297d42550905.57d00a157a9fb.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.compare-bg {
    width: 100%;
    height: 1050px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.compare h3,
.compare h6 {
    color: #fff;
    position: relative;
    z-index: 99;
}

.compare-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.c-left,
.c-right{
    width: 48%;
    height: 800px;
    padding: 2rem;
    background: #fff;
    position: relative;
}

.c-left h6,
.c-right h6{
    color: #2f2f2f;
    margin-bottom: 2rem;
}

.c-left p,
.c-right p{
    margin-bottom: 2rem;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

:root {
    --background-color: #357FFD;
    --vigo-color: #357FFD;
    --slider-color: #A3A3A3;
    --input-number-color: #EBEBEB;
}

.bmi-calculator {
    border: 5px solid white;
    padding: 0 1rem;
    height: 370px;
    background-color: white;
    text-align: left;
}

.bmi-calculator-weight,
.bmi-calculator-height {
    margin-bottom: 0rem;
    width: 100%;

}

.weight-slider,
.height-slider {
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: var(--slider-color);
    outline: none;
}

input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2.5px solid var(--vigo-color);
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
    margin-top: 0px;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    border: 2.5px solid var(--vigo-color);
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {

    border: 2.5px solid var(--vigo-color);
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
}

/* INPUT TYPE NUMBER STYLING*/
input[type=number] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: var(--input-number-color);
    border-style: none;
    height: 30px;
    width: 60px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}

input[type=number]:focus {
    outline: none;
}

.select02 {
    width: 325px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 60%;
    left: 1.3rem;
    transform: translate(0, -50%);

}

.select02 select {
    margin: 0;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #ebebeb;
    background-image: none;
}

/* Remove IE arrow */
.select02 select::-ms-expand {
    display: none;
}

/* Custom Select */
.select02 .select {
    position: relative;
    display: flex;
    width: 200px;
    height: 50px;
    margin: 0;
    line-height: 1rem;
    background: #ebebeb;
    overflow: hidden;
    border-radius: .25em;
}

.select02 select {
    flex: 1;
    padding: 1rem;
    color: #2f2f2f;
    cursor: pointer;
}

.select02 option {
    color: #2f2f2f;
}


/* Arrow */
.select02 .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 0.5rem;
    color: #fff;
    background: #357FFD;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Transition */
.select02 .select:hover::after {
    color: #2f2f2f;
}
/* ---- button ---- */

.c-right h4 {
    margin-bottom: 2.5rem;
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid div {
  text-align: center;
}

.grid div p {
  margin-left:1rem;
}

.grid img {
  width: 120px;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}



.option {
    width: 1200px;
    height: 760px;
    margin: 5rem auto;
    padding: 3rem 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.o-txt {
    width: 300px;
    height: 100%;
    padding: 5rem 2rem;
    text-align: left;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: #8E939C;
}

.o-txt > * {
    color: #fff;
}

.o-txt p {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.o-slide {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}

.option .slick-track {
    min-width: 1200px;
    height: 600px;
    margin: 1rem auto 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.option .slick-track > div {
    position: absolute;
    top: 0;
    left: 0;
    position: relative;
}

.option .slick-track > div > img {
    width: 1000px;
    position: absolute;
    bottom: 3rem;
    right: -5rem;
}

.snip1566 {
    position: relative;
    display: inline-block;
    margin: 20px;
    max-width: 200px;
    color: #bbb;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border: 1px solid #fff;
    border-color: transparent #fff;
}

.snip1566 img {
    width: 100px;
    height: 100px;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 50%;
    padding: 10px;
}

.snip1566 figcaption {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.snip1566 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff;
    z-index: 1;
}

.snip1566 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover01 figcaption {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover01:before,
.snip1566:hover:after,
.snip1566.hover01:after {
    border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover01:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover01:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.circle01 {
    text-align: left;
    position: absolute;
    top: 10rem;
    right: 20rem;
}

.circle02 {
    text-align: left;
    position: absolute;
    top: 10rem;
    right: 5rem;
}

.circle03 {
    text-align: left;
    position: absolute;
    top: 5rem;
    right: 30rem;
}

.circle04 {
    text-align: left;
    position: absolute;
    bottom: 7rem;
    right: 30rem;
}

.o-slide .slick-prev.slick-arrow,
.o-slide .slick-next.slick-arrow {
    width: 65px;
    height: 65px;
    border: 0px;
    background: none;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(0, -50%);
    font-size: 0rem;
    color: transparent;
    cursor: pointer;
    transition: 0.3s;
}

.o-slide .slick-next.slick-arrow {
    left: 94%;
}

.o-slide .slick-prev.slick-arrow:before {
    content: "\e93d";
    font-family: xeicon;
    color: #2f2f2f;
    background: none;
    border: none;
    font-weight: 800;
    border-radius: 50%;
    font-size: 3rem;
    padding: 0.5rem;
    text-decoration-line: none;
    transition: 0.8s;
}

.o-slide .slick-next.slick-arrow:before {
    content: "\e940";
    font-family: xeicon;
    color: #2f2f2f;
    background: none;
    border: none;
    border-radius: 50%;
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: 800;
    text-decoration-line: none;
    transition: 0.8s;
}

.o-slide .slick-dots {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 95%;
    left: 55%;
    display: flex;
}

.o-slide #slick-slide-control10,
.o-slide #slick-slide-control11,
.o-slide #slick-slide-control12,
.o-slide #slick-slide-control13 {
    width: 10px;
    height: 10px;
    font-size: 0rem;
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
    border-radius: 50%;
    padding: 0.3rem;
    margin: 0.5rem 0;
    transition: all 0.5s;
    cursor: pointer;
}

.o-slide #slick-slide-control10:before {
    content: "";
    font-size: 1rem;
}

.o-slide #slick-slide-control11:before {
    content: "";
    font-size: 1rem;
}

.o-slide #slick-slide-control12:before {
    content: "";
    font-size: 1rem;
}

.o-slide #slick-slide-control13:before {
    content: "";
    font-size: 1rem;
}

.o-slide #slick-slide-control10:hover,
.o-slide #slick-slide-control11:hover,
.o-slide #slick-slide-control12:hover,
.o-slide #slick-slide-control13:hover {
    transform: scale(1.3);
}

.video {
    height: 600px;
    margin: 5rem auto 0;
}

.video img {
    width: 50%;
    height: 600px;
    float: left;
}

.video section {
    width: 50%;
    height: 600px;
    float: right;
    position: relative;
}

.vvv-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.compare01 {
    width: 1200px;
    height: 800px;
    margin: 5rem auto;
    text-align: center;
}

.compare01-box {
    width: 1200px;
    height: 650px;
    background: #8E939C;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.compare01-box p {
    font-size: 1.5rem;
}

.compare01-box>div {
    width: 34%;
    border: 1px solid #fff;
    margin: 0;
    padding: 1rem 0.5rem;
}

.compare01-box>div * {
    color: #fff;
}

.compare01-box>:nth-child(1) {
    padding-top: 7rem;
}

.compare01-box>div img {
    width: 350px;
}

.compare01-box i {
    background: #357FFD;
    padding: 0.5rem;
    border-radius: 50%;
    margin-top: 15rem;
    transition:  all 0.8s;
}

.compare01-box>:nth-child(3) {
    cursor: pointer;
}

.compare01-box>:nth-child(3):hover i {
    background: #fff;
    color: #357FFD;
    transform: scale(2);
}

.fq {
    width: 1200px;
    margin: 5rem auto;
    text-align: center;
}

.fq h2:before {
    content: "|";
}

.container h2 {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

.container p {
    color: #2f2f2f;
    font-size: 1rem;
    line-height: 1.5;
    margin: 20px;
}

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

.acc {
    margin: 3rem 0;
    overflow: hidden;
    padding: 0;
}

.acc li {
    list-style-type: none;
    padding: 0;
}

.acc_ctrl {
    background: #8E939C;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1rem;
    position: relative;
    text-align: center;
    width: 100%;
}

.acc_ctrl:before {
    background: #ffffff;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.acc_ctrl:after {
    background: #ffffff;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.acc_ctrl.active h2,
.acc_ctrl:focus h2 {
    position: relative;
}

.acc_panel {
    background: #F2F2F2;
    display: none;
    overflow: hidden;
}

.acc_panel:active {
    display: block;
}
footer {
    height: 950px;
    margin: 5rem auto 0;
}

footer > :nth-child(1) {
    height: 450px;
    padding: 3rem 0;
    background: #ededed;
}

footer > :nth-child(1) nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

footer > :nth-child(1) nav ul {
    margin: 0;
}

footer > :nth-child(1) .snip1476 {
    text-transform: uppercase;
    font-weight: 500;
    transform: translateZ(0);
    display: flex;
    flex-direction: column;
}

footer > :nth-child(1) .snip1476 li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

footer > :nth-child(1) .snip1476 li:before,
footer > :nth-child(1) .snip1476 li:after {
    display: block;
}

footer > :nth-child(1) .snip1476 li:before {
    left: 0%;
}

footer > :nth-child(1) .snip1476 li:after {
    left: 50%;
}

footer > :nth-child(1) .snip1476 a {
    backface-visibility: hidden;
    display: block;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
}

footer > :nth-child(1) .snip1476 a:hover {
    color: #ffffff;
}

footer > :nth-child(1) .snip1476 a:before {
    left: 25%;
}

footer > :nth-child(1) .snip1476 a:after {
    left: 75%;
}

footer > :nth-child(1) .snip1476 li:before,
footer > :nth-child(1) .snip1476 li:after,
footer > :nth-child(1) .snip1476 a:before,
footer > :nth-child(1) .snip1476 a:after {
    background-color: #357FFD;
    position: absolute;
    width: 26%;
    top: 50%;
    bottom: 50%;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

footer > :nth-child(1) .snip1476 li:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

footer > :nth-child(1) .snip1476 li:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

footer > :nth-child(1) .snip1476 a:before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

footer > :nth-child(1) .snip1476 a:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

footer > :nth-child(1) .snip1476 li:hover:before,
footer > :nth-child(1) .snip1476 li.current:before,
footer > :nth-child(1) .snip1476 li:hover:after,
footer > :nth-child(1) .snip1476 li.current:after,
footer > :nth-child(1) .snip1476 li:hover a:before,
footer > :nth-child(1) .snip1476 li.current a:before,
footer > :nth-child(1) .snip1476 li:hover a:after,
footer > :nth-child(1) .snip1476 li.current a:after {
    opacity: 1;
    top: 0;
    bottom: 0;
}

footer > :nth-child(1) .snip1476 li:hover:before,
footer > :nth-child(1) .snip1476 li.current:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

footer > :nth-child(1) .snip1476 li:hover:after,
footer > :nth-child(1) .snip1476 li.current:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

footer > :nth-child(1) .snip1476 li:hover a:before,
footer > :nth-child(1) .snip1476 li.current a:before {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

footer > :nth-child(1) .snip1476 li:hover a:after,
footer > :nth-child(1) .snip1476 li.current a:after {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

footer > :nth-child(1) nav ul > :nth-child(1) {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

footer > :nth-child(1) nav ul > :nth-child(1):hover:before,
footer > :nth-child(1) nav ul > :nth-child(1):hover:after {
    opacity: 0;
}

footer > :nth-child(2) {
    height: 500px;
    background: #8E939C;
}

footer > :nth-child(2) > div {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.f-left {
    position: relative;
    margin: 0;
}

.f-left img {
    width: 70px;
    margin-top: 3rem;
}

.f-left > * {
    color: #fff;
    margin: 0.5rem 0;
}

.f-left nav ul {
    width: 920px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.f-left nav ul li {
    color: #fff;
}

.f-left .snip1476 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    transform: translateZ(0);
}

.f-left .snip1476 * {
    box-sizing: border-box;
}

.f-left .snip1476 li {
    display: inline-block;
    list-style: outside none none;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.f-left .snip1476 li:before,
.f-left .snip1476 li:after {
    display: block;
}

.f-left .snip1476 li:before {
    left: 0%;
}

.f-left .snip1476 li:after {
    left: 50%;
}

.f-left .snip1476 a {
    backface-visibility: hidden;
    color: #fff;
    display: block;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.f-left .snip1476 a:hover {
    color: #ffffff;
}

.f-left .snip1476 a:before {
    left: 25%;
}

.f-left .snip1476 a:after {
    left: 75%;
}

.f-left .snip1476 li:before,
.f-left .snip1476 li:after,
.f-left .snip1476 a:before,
.f-left .snip1476 a:after {
    background-color: #357FFD;
    position: absolute;
    width: 26%;
    top: 50%;
    bottom: 50%;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.f-left .snip1476 li:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.f-left .snip1476 li:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.f-left .snip1476 a:before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.f-left .snip1476 a:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.f-left .snip1476 li:hover:before,
.f-left .snip1476 li.current:before,
.f-left .snip1476 li:hover:after,
.f-left .snip1476 li.current:after,
.f-left .snip1476 li:hover a:before,
.f-left .snip1476 li.current a:before,
.f-left .snip1476 li:hover a:after,
.f-left .snip1476 li.current a:after {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.f-left .snip1476 li:hover:before,
.f-left .snip1476 li.current:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.f-left .snip1476 li:hover:after,
.f-left .snip1476 li.current:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.f-left .snip1476 li:hover a:before,
.f-left .snip1476 li.current a:before {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.f-left .snip1476 li:hover a:after,
.f-left .snip1476 li.current a:after {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.f-right {
    margin: 0;
    margin-top: 3rem;
    position: relative;
}


.f-right div i {
    font-size: 2rem;
    margin-left: 1rem;
    padding: 0.5rem;
    border-radius: 50%;
    color: #ccc;
    transition: 0.5s;
    cursor: pointer;
}

.f-right div i:hover {
    background: #357FFD;
}

.f-right select {
    margin: 0;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #2f2f2f;
    background-image: none;
}

/* Remove IE arrow */
.f-right select::-ms-expand {
    display: none;
}

/* Custom Select */
.f-right .select {
    position: relative;
    display: flex;
    width: 200px;
    height: 50px;
    margin: 0;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border-radius: .25em;
    position: absolute;
    top: 30%;
    right: 0;
}

.f-right select {
    flex: 1;
    padding: 1rem;
    color: #fff;
    cursor: pointer;
}

.f-right option {
    color: #fff;
}


/* Arrow */
.f-right .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 0;
    color: #ccc;
    background: #ccc;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Transition */
.f-right .select:hover::after {
    color: #ccc;
}

.f-bottom {
    width: 1200px;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.f-bottom img {
    width: 50px;
}

.f-bottom li {
    width: 200px;
    display: flex;
    align-items: center;
    margin: 0;
}

.f-bottom li p {
    color: #ccc;
}

a#topBtn {
    position: fixed;
    bottom: 4.3%;
    right: 2%;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background-color: #ccc;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.8s ease;
    cursor: pointer;
    z-index: 999999;
}

a#topBtn:hover {
    background-color: #357FFD;
}

a#topBtn.on {
    opacity: 1;
    transform: scale(1);
}
