html {
    line-height: 1;
    overflow-y: auto;
}


/** Generated by FG **/

@font-face {
    font-family: 'FuturaPTDemi';
    src: url('font/FuturaPTDemi.eot');
    src: local('☺'), url('font/FuturaPTDemi.woff') format('woff'), url('font/FuturaPTDemi.ttf') format('truetype'), url('font/FuturaPTDemi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'FuturaPTBook';
    src: url('font/FuturaPT-Book.eot');
    src: local('☺'), url('font/FuturaPT-Book.woff') format('woff'), url('font/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'FuturaPTExtraBold';
    src: url('font/FuturaPTExtraBold.eot');
    src: local('☺'), url('font/FuturaPTExtraBold.woff') format('woff'), url('font/FuturaPTExtraBold.ttf') format('truetype'), url('font/FuturaPTExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'FuturaPTBold';
    src: url('font/FuturaPTBold.eot');
    src: local('☺'), url('font/FuturaPTBold.woff') format('woff'), url('font/FuturaPTBold.ttf') format('truetype'), url('font/FuturaPTBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'FuturaPTDemi'
}

body {
    background: url('img/main_bg.png') repeat-x center center;
    background-size: 100vw 100vh;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow-x: hidden;
    padding: 30px;
}

.fright {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 657px;
}

.fleft {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 667px;
}

.main {
    min-height: 100%;
    box-sizing: inherit;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
    /* max-width: 103vh; */
    max-width: 1190px;
    position: relative;
    display: flex;
    text-align: center;
}

.text_image_main {
    width: 95%;
    margin-top: 64px;
}

.no_scroll .main {
    padding-bottom: 60px;
    display: flex;
}

.index {
    width: 100%;
    text-align: center;
    margin: auto auto;
    position: relative;
    display: flex;
}

.left {
    width: 30%;
    margin-left: 5%;
    position: relative;
    text-align: left;
    color: #4E5945;
}

.left .main_header {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left .main_header h1 {
    font-size: 188px;
    font-weight: bold;
}

.left .main_header div {
    font-size: 56px;
    letter-spacing: 4px;
    font-weigh: bold;
}

.left .main_header .transparent {
    color: #ACBF59;
    background-color: #4E5945;
    border-radius: 10px;
    font-size: 78px;
    font-weight: bold;
}

.left .logo {
    /* position: absolute;
bottom: 0px;
left: 0px; */
    width: 211px;
}

.left .subtext {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
    font-family: 'FuturaPtBook';
}

.left .subtext div {
    font-size: 46px;
    padding-bottom: 15px;
}

.index .left {
    width: 40%;
}

.index .right {
    width: 60%;
}

.right {
    height: 100%;
    width: 70%;
}

.table {
    width: 70vh;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}

.item {
    width: 32%;
    /* Same as width, sets height */
    margin-bottom: 2%;
    /* (100-32*3)/2 */
    position: relative;
}

.item img {
    width: 100%;
    height: auto;
}

.item img:hover {
    position: absolute;
    cursor: pointer;
    width: 110%;
    left: -5%;
    top: -5%;
}


/* .table {
display: table;
margin: auto;
}

.table .row {
display: table-row;
}

.table .row .col {
display: table-cell;
position: relative;
}

.table .row .col img {
height: 100%;
}

.table .row .col img:hover {
cursor: pointer;
position: absolute;
top: -5%;
left: -5%;
height: 110%;
z-index: 10;
}
*/

.index_image img,
.index_image1 img {
    width: 100%;
    z-index: 1;
}

.index .button {
    margin: 30px auto;
    width: 200px;
}

.main_text {
    position: relative;
    text-align: center;
    max-width: 588px;
    margin: 20px auto 0;
}

.main_header div {
    font-size: 53px;
    z-index: 2;
    position: relative;
}

.main_text .text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
}

.main_text .button {
    position: absolute;
    right: 200px;
    bottom: 0;
}

.no_scroll footer {
    position: absolute;
    padding: 20px 0 !important;
    margin-top: 0;
}

footer {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17px;
    padding: 40px 0 0 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}

footer div {
    font-family: FuturaPTBook;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    float: left;
    opacity: 1;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .social a {
    margin-left: 28px;
}

footer a:hover {
    text-decoration: underline;
}

footer .desctop {
    display: block;
    float: none;
}

.no_login {
    display: none;
}

.mob {
    display: none;
}

.s_main {
    display: none;
}

.button {
    padding: 23px 61px;
    font-size: 30px;
    font-family: FuturaPTBold;
    font-weight: bold;
    background: #fff;
    border-radius: 45px;
    letter-spacing: -0.03em;
}

.q_logo {
    position: absolute;
    left: 60px;
    top: 50px;
}

.q_logo img {
    width: 140px;
    height: 70px;
}

.inner_slide {
    margin-top: 127px;
}

.s_main {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.a_slide {
    display: none;
    flex-wrap: wrap;
    margin-top: 76px;
}

.a_left {
    text-align: left;
    width: 65%;
    /* padding-top: 95px; */
}

.a_left .logo {
    margin-top: -50px;
    margin-bottom: 46px;
}

.a_left .logo img {
    /* width: 100px; */
    width: auto;
}

.a_text {
    font-size: 32px;
    line-height: 32px;
    font-family: FuturaPTBook;
    /* or 143% */
    padding-right: 65px;
    /* letter-spacing: -0.05em; */
    margin-top: 44px;
}

.a_text a {
    text-decoration: underline;
    color: #E6E34A;
}

.a_right {
    width: 35%;
    position: relative;
}

.a_right img {
    margin-top: -78px;
}

.a_buttons {
    flex: 3;
    display: flex;
    /* margin-top: -125px; */
}

.a_buttons .logo {
    width: 40%;
    text-align: left;
    display: flex;
}

.a_buttons .two_buttons {
    display: flex;
    align-items: flex-end;
}

.a_buttons .again,
.a_buttons .share {
    float: left;
    width: 40%;
}

.a_buttons .button {
    box-sizing: border-box;
}

.button:hover {
    background-color: #F5C542;
    cursor: pointer;
}

.a_buttons .share .button {
    width: 338px;
    padding: 24px 48px;
    width: 338px;
    padding: 24px 48px;
    margin-left: 116px;
}

.a_buttons .again .button {
    width: 347px;
    padding: 20px 89px 20px 48px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.05em;
    background: transparent url('img/reload_1.png') no-repeat 269px 23px
}

.a_left h2 {
    font-size: 72px;
    line-height: 56px;
    font-family: 'FuturaPTBold';
}

.a_left .logo {
    text-align: left;
}

.a_left .a_text a:hover {
    text-decoration: none;
}

body.a1 .fright,
body.a2 .fright,
body.a3 .fright,
body.a4 .fright,
body.a5 .fright,
body.a6 .fright,
body.a7 .fright,
body.a8 .fright,
body.a9 .fright,
body.a1 .fleft,
body.a2 .fleft,
body.a3 .fleft,
body.a4 .fleft,
body.a5 .fleft,
body.a6 .fleft,
body.a7 .fleft,
body.a8 .fleft,
body.a9 .fleft {
    display: none;
}

.a1 {
    background: url(img/bg/bg1.png) center top no-repeat;
    background-size: cover;
}

.a2 {
    background: url(img/bg/bg2.png) center top no-repeat;
    background-size: cover;
}

.a3 {
    background: url(img/bg/bg3.png) center top no-repeat;
    background-size: cover;
}

.a4 {
    background: url(img/bg/bg4.png) center top no-repeat;
    background-size: cover;
}

.a5 {
    background: url(img/bg/bg5.png) center top no-repeat;
    background-size: cover;
}

.a6 {
    background: url(img/bg/bg6.png) center top no-repeat;
    background-size: cover;
}

.a7 {
    background: url(img/bg/bg7.png) center top no-repeat;
    background-size: cover;
}

.a8 {
    background: url(img/bg/bg8.png) center top no-repeat;
    background-size: cover;
}

.a9 {
    background: url(img/bg/bg9.png) center top no-repeat;
    background-size: cover;
}

.a_buttons .again .button:hover {
    /* color: #6D6D6D; */
    background-color: #fff;
    background-image: url('img/reload.png');
    cursor: pointer;
}

.a_buttons .share .button:hover {
    color: #fff !important;
}

.a1 .a_buttons .again .button:hover {
    color: #628D8F;
    background-image: url('img/reload1.png');
}

.a1 .a_buttons .share .button {
    color: #628D8F;
}

.a1 .a_buttons .share .button:hover {
    background-color: #628D8F;
}

.a2 .a_buttons .again .button:hover {
    color: #558F78;
    background-image: url('img/reload2.png');
}

.a2 .a_buttons .share .button {
    color: #558F78;
}

.a2 .a_buttons .share .button:hover {
    background-color: #558F78;
}

.a3 .a_buttons .again .button:hover {
    color: #44679E;
    background-image: url('img/reload3.png');
}

.a3 .a_buttons .share .button {
    color: #44679E;
}

.a3 .a_buttons .share .button:hover {
    background-color: #44679E;
}

.a4 .a_buttons .again .button:hover {
    color: #6C8851;
    background-image: url('img/reload4.png');
}

.a4 .a_buttons .share .button {
    color: #6C8851;
}

.a4 .a_buttons .share .button:hover {
    background-color: #6C8851;
}

.a5 .a_buttons .again .button:hover {
    color: #EA6B52;
    background-image: url('img/reload5.png');
}

.a5 .a_buttons .share .button {
    color: #EA6B52;
}

.a5 .a_buttons .share .button:hover {
    background-color: #EA6B52;
}

.a6 .a_buttons .again .button:hover {
    color: #7176AC;
    background-image: url('img/reload6.png');
}

.a6 .a_buttons .share .button {
    color: #7176AC;
}

.a6 .a_buttons .share .button:hover {
    background-color: #7176AC;
}

.a7 .a_buttons .again .button:hover {
    color: #6C8851;
    background-image: url('img/reload7.png');
}

.a7 .a_buttons .share .button {
    color: #6C8851;
}

.a7 .a_buttons .share .button:hover {
    background-color: #6C8851;
}

.a8 .a_buttons .again .button:hover {
    color: #D17C3E;
    background-image: url('img/reload8.png');
}

.a8 .a_buttons .share .button {
    color: #D17C3E;
}

.a8 .a_buttons .share .button:hover {
    background-color: #D17C3E;
}

.a9 .a_buttons .again .button:hover {
    color: #44679E;
    background-image: url('img/reload9.png');
}

.a9 .a_buttons .share .button {
    color: #44679E;
}

.a9 .a_buttons .share .button:hover {
    background-color: #44679E;
}

.a_buttons {
    z-index: 10;
}

.answer1 .a_right img {
    margin-left: -200px;
    /* margin-top: -78px; */
}

.nobr {
    white-space: nowrap;
}

.answer1 {
    /* background: url(img/img1.png) right top no-repeat; */
}

.answer1 .a_buttons {}

.answer2 .a_right img {}

.answer2 h2 {}

.answer2 .a_text {}

.answer2 .a_buttons {}

.answer2 .a_right img {
    margin-left: -258px;
    /* margin-top: -78px; */
}

.answer3 .a_right img {
    margin-left: -200px;
    /* margin-top: -65px; */
}

.answer3 .a_buttons {}

.answer4 .a_right img {
    margin-left: -250px;
    /* margin-top: -83px; */
}

.answer4 .a_left {}

.answer4 .a_left h2 {}

.answer4 .a_buttons {}

.answer5 .a_right img {
    margin-left: -200px;
    /* margin-top: -86px; */
}

.answer5 .a_left {}

.answer5 .a_buttons {}

.answer6 .a_buttons {}

.answer6 .a_text {}

.answer6 .a_left {}

.answer6 .a_right img {
    margin-left: -256px;
}

.answer7 .a_right img {
    margin-left: -250px;
    /* margin-top: -78px; */
}

.answer7 .a_left .a_text {}

.answer7 .a_buttons {}

.answer8 .a_right img {
    margin-left: -250px;
    /* margin-top: -110px; */
}

.answer8 .a_buttons {}

.answer9 .a_right img {
    margin-left: -250px;
    /* margin-top: -95px; */
}

.answer9 .a_buttons {}

.q_slide.active {
    display: flex;
}

.a_slide.active {
    display: flex;
}

.m {
    display: none;
}

@media screen and (max-height: 768px) {
    .a_right img {
        margin-top: -45px;
        margin-bottom: -45px;
        height: 566px;
    }
}

@media screen and (width: 1200px) and (height: 800px) {
    .a_right img {
        margin-top: -90px;
        margin-bottom: -58px;
    }
}

@media screen and (max-width: 1280px) {
    .answer1 .main,
    .answer2 .main,
    .answer3 .main,
    .answer4 .main,
    .answer5 .main,
    .answer6 .main,
    .answer7 .main,
    .answer8 .main,
    .answer9 .main {
        margin-top: -45px;
    }
}

@media screen and (max-width: 600px) {
    .a_text {
        margin-top: 17px !important;
    }
    .table {
        width: 100%;
    }
    .index {
        display: inherit;
    }
    .index .left,
    .left {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .right {
        width: 100%;
        margin-top: 30px;
    }
    .left .main_header h1 {
        font-size: 95px;
        line-height: 77px;
        letter-spacing: -0.05em;
        margin-top: -0;
    }
    .left .main_header {
        text-transform: uppercase;
        margin-bottom: 9px;
    }
    .left .main_header div {
        font-size: 51px;
        margin-left: 6px;
    }
    .left .logo {
        position: absolute;
        top: -57px;
        right: 0px;
        width: 100%;
        text-align: right;
    }
    .index .left .logo {
        top: 0;
        left: 0;
        text-align: left;
    }
    .index .left .logo img {
        width: 45% !important;
    }
    .left .subtext {
        position: inherit;
        display: block;
        font-size: 17px;
        padding: 0;
        bottom: 0;
    }
    .left .subtext div {
        font-size: 28px;
        padding-top: 15px;
        padding-bottom: 4px;
    }
    .index .right {
        width: 100%;
    }
    .m {
        display: block;
    }
    .d {
        display: none;
    }
    .q_logo {
        display: none !important;
    }
    .dt,
    footer .dt {
        display: none;
    }
    body {
        padding: 30px;
        overflow-x: hidden;
        background-size: auto;
    }
    .main {
        display: block;
        padding-bottom: 0px;
    }
    .logo img {
        width: 25% !important;
    }
    /* body {
background: url(img/bg/bg_mob.png) repeat-x center center;
} */
    .logo.m {
        text-align: left;
        margin-bottom: 35px;
    }
    .index h1 {
        font-size: 45px;
        line-height: 48px;
        letter-spacing: -0.05em;
        margin-top: -18px;
    }
    .index .button {
        margin-top: 78px;
        width: auto;
        max-width: 200px;
    }
    .index img.m {
        width: 100%;
    }
    .main_header {
        margin-top: 51px;
    }
    .main_header div {
        font-size: 20px;
    }
    .main_text {
        margin-top: 20px;
    }
    .main_text .text {
        font-size: 20px;
        line-height: 18px;
        width: 100%;
    }
    .main_text .button {
        position: inherit;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }
    .button {
        text-align: center;
    }
    .a_buttons .logo {
        position: absolute;
        top: 0px;
        right: 0;
        width: 100%;
        text-align: right;
        display: block;
    }
    footer {
        position: inherit;
        margin-top: -17px;
        text-align: center;
        height: auto;
    }
    footer div {
        float: none;
        margin: 10px 0;
    }
    footer .social a:first-child {
        margin-left: 0;
    }
    footer .social a {
        margin-left: 22px;
    }
    .s_main {
        display: block;
    }
    .a_slide.active {
        display: block;
    }
    .a_left h2 {
        text-align: left;
        font-size: 27px;
        line-height: 27px;
    }
    /* .a1 .a_left h2 {
letter-spacing: 0;
line-height: 59px;
} */
    .inner_slide,
    .a_slide {
        margin-top: 0;
    }
    .a_left,
    .a_right {
        width: 100% !important;
    }
    .a_left {
        padding-top: 50px;
    }
    .a_right {
        /* margin-top: -35px; */
    }
    .answer1 .a_right img,
    .answer2 .a_right img,
    .answer3 .a_right img,
    .answer4 .a_right img,
    .answer5 .a_right img,
    .answer6 .a_right img,
    .answer7 .a_right img,
    .answer8 .a_right img,
    .answer9 .a_right img {
        /* margin-top: 30px !important;
margin-left: 0 !important; */
        max-height: auto !important;
        width: 90%;
        margin: 0 auto !important;
        height: auto;
    }
    .answer3 .a_right img {
        margin-bottom: 15px !important;
    }
    /* .answer1 .a_right img {
margin-left: -49px !important;
margin-top: 4px !important;
} */
    .a_left .logo {
        margin-bottom: 30px !important;
        margin-top: 0;
    }
    .a_text {
        text-align: left;
        font-size: 20px !important;
        line-height: 20px;
        padding-right: 0px !important;
    }
    /* .answer3 .a_right img,
.answer6 .a_right img,
.answer7 .a_right img {
width: 50%;
}
.answer6 .a_left {
padding-top: 95px;
} */
    .a_buttons {
        display: block;
        margin-top: 0px !important;
    }
    .a_buttons .again,
    .a_buttons .share {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .a_buttons .share .button {
        width: 100%;
        padding: 24px 33px;
        margin-left: 0;
        font-size: 26px;
        line-height: 30px;
    }
    .a_buttons .again .button {
        width: 100%;
        /* padding: 20px 53px 20px 33px; */
        padding: 20px 33px 20px 33px;
        color: #fff;
        border: 2px solid #fff;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.05em;
        background: transparent !important;
        /* background: transparent url(img/reload_1.png) no-repeat 240px 23px; */
    }
    /* .answer4 .a_left {
padding-top: 95px;
} */
    .two_buttons {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .two_buttons .again {
        order: 2;
    }
    .two_buttons .share {
        order: 1;
    }
}

@media screen and (max-width: 320px) {
    .two_buttons {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .two_buttons .again {
        order: 2;
    }
    .two_buttons .share {
        order: 1;
    }
    .index h1 {
        font-size: 39px;
        line-height: 48px;
        letter-spacing: -0.05em;
        margin-top: -43px;
    }
    .q_img .gif {
        top: 30px;
        left: 29px;
    }
    .button {
        padding: 23px 44px;
    }
    .q_answers div {
        padding: 15px 24px;
    }
    .a_buttons .share .button,
    .a_buttons .again .button {
        width: 100%;
        padding: 24px 23px;
        font-size: 18px;
    }
    .answer4 .a_left h2 {
        padding-right: 0;
    }
    /* .a_left h2 {
font-size: 46px !important;
line-height: 49px !important;
} */
    .a_left .a_text {
        margin-top: 16px;
    }
    .left .main_header h1 {
        font-size: 74px;
        line-height: 77px;
        letter-spacing: -0.05em;
        margin-top: -0;
    }
    .left .main_header div {
        font-size: 38px;
        margin-left: 6px;
    }
}

.index_image.dt img,
.index_image1.dt img,
.index img.m {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}