﻿@import "https://fonts.googleapis.com/css?family=Fjalla+One";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
@font-face {
    font-family: FjallaOne;
    src: url(../fonts/FjallaOne.ttf);
}
@font-face {
    font-family: Lobster-Regular;
    src: url(../fonts/Lobster-Regular.ttf);
}
@font-face {
    font-family: DancingScript;
    src: url(../fonts/DancingScript.ttf);
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none;
    list-style-type: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}
.container {
    position: relative;
    padding-left: 1em;
    padding-right: 1em
}
@media (min-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }
    .container:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto
    }
    .container:after {
        content: " ";
        display: block;
        clear: both
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto
    }
    .container:after {
        content: " ";
        display: block;
        clear: both
    }
}
.show-s {
    display: block
}
@media (min-width: 992px) {
    .show-s {
        display: none
    }
}
.hide-s {
    display: none
}
@media (min-width: 992px) {
    .hide-s {
        display: block
    }
}
#qts43-container .fz-red {
    color: #e41b37
}
#qts43-container .fz-gray {
    color: #aaa
}
#qts43-container .fz-white {
    color: white
}
#qts43-container .bg-gray {
    background-color: #f5f5f5
}
#qts43-container .bg-gray-2 {
    background-color: #f1f1f1
}
#qts43-container .bg-green {
    background-color: #aebe42
}
#qts43-container .bg-purple {
    background-color: #463d6f
}
#qts43-container .bg-blue {
    background-color: #45a1ba
}
#qts43-container .bg-blue2 {
    background-color: #5db4cb
}
#qts43-container .bg-#add8e6 {
    background-color: #cfdce4
}
#qts43-container .bg-orange {
    background-color: #ed972b
}
#qts43-container .bg-dark {
    background-color: #2f3536
}
#qts43-container .bg-white {
    background-color: white
}
#qts43-container .btn-more,
#qts43-container .container .btn-more {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: table;
    border: 1px solid #999;
    color: #707070;
    font-size: 14px;
    font-size: 1.4rem;
    padding: .4em 1.8em;
    cursor: pointer;
    margin: 3rem auto 0;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0);
}
#qts43-container .btn-more:hover {
    border: 1px solid #ccc;
    color: #333;
    background: rgba(245, 245, 245, 1);
}
@media (min-width: 992px) {
    #qts43-container .btn-more {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: .4em 2.2em;
        font-size: 16px;
        font-size: 1.6rem
    }
}
#qts43-container .btn-more.lighten {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid white;
}
#qts43-container .btn-more.lighten:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #ccc;
}
#qts43-container .bg-castle {
    background-image: url(../images/bu/hbs-header-bg.jpg);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat
}
#qts43-container .bg-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
#qts43-container .bg-brain {
    background-image: url(../images/bu/brain.png)
}
#qts43-container .bg-schedule {
    background-image: url(../images/bu/schedule.png)
}
#qts43-container .bg-ico-1 {
    background-image: url(../images/bu/ico-01.png)
}
#qts43-container .bg-ico-2 {
    background-image: url(../images/bu/ico-02.png)
}
#qts43-container .bg-ico-3 {
    background-image: url(../images/bu/ico-03.png)
}
#qts43-container .bg-ico-4 {
    background-image: url(../images/bu/ico-04.png)
}
#qts43-container .bg-ico-5 {
    background-image: url(../images/bu/ico-05.png)
}
#qts43-container .bg-ico-6 {
    background-image: url(../images/bu/ico-06.png)
}
#qts43-container article.bg-helf-pc {
    padding-bottom: 0
}
#qts43-container article.bg-helf-pc .helf-pc {
    margin-top: 3rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: table
}
@media (min-width: 1280px) {
    #qts43-container article.bg-helf-pc .helf-pc {
        max-width: 60%
    }
}
#qts43-container .bg-helf-moblie {
    padding-bottom: 0;
    position: relative
}
#qts43-container .bg-helf-moblie .content {
    padding-bottom: 20px;
    z-index: 2
}
#qts43-container .bg-helf-moblie .device {
    height: 240px
}
#qts43-container .bg-helf-moblie .device img {
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px
}
@media (min-width: 768px) {
    #qts43-container .bg-helf-moblie .content {
        padding-bottom: 5rem
    }
    #qts43-container .bg-helf-moblie .device {
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%
    }
    #qts43-container .bg-helf-moblie .device img {
        margin: 0;
        top: 4rem;
        left: 55%;
        position: relative
    }
}
@media (min-width: 992px) {
    #qts43-container .bg-helf-moblie .content {
        padding-bottom: 10rem
    }
    #qts43-container .bg-helf-moblie .device img {
        margin: 0;
        top: 4rem;
        left: 55%;
        max-width: 600px
    }
}
/*   pd qcontact device    */
#qts43-container #pd-3f-2.bg-helf-moblie .content {
    padding-top: 6rem;
    padding-bottom: 10rem;
}
#qts43-container #pd-3f-2.bg-helf-moblie .device img {
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
@media (min-width: 240px) {
    #qts43-container #pd-3f-2.bg-helf-moblie .device {
        padding-left: 3%;
        height: auto;
    }
    #qts43-container #pd-3f-2.bg-helf-moblie .content {
        padding-bottom: 3rem;
    }
}
@media (min-width: 768px) {
    #qts43-container #pd-3f-2.bg-helf-moblie .device {
        padding-left: 0;
        height: 100%;
    }
    #qts43-container #pd-3f-2.bg-helf-moblie .content {
        padding-bottom: 8rem;
    }
    #qts43-container #pd-3f-2.bg-helf-moblie .device img {
        margin: 0;
        top: 3rem;
        left: 50%;
        position: relative;
        max-width: 700px;
    }
}
@media (min-width: 992px) {
    #qts43-container #pd-3f-2.bg-helf-moblie .content {
        padding-bottom: 16rem;
    }
    #qts43-container #pd-3f-2.bg-helf-moblie .device img {
        margin: 0;
        top: 3rem;
        left: 50%;
        max-width: 1000px
    }
}
#qts43-container .table-install h3,
#qts43-container .table-install p,
#qts43-container .table-install a {
    font-size: 100%
}
#qts43-container .table-install p {
    margin-bottom: 1em;
    background-color: #e8e8e8;
    padding: 1em
}
#qts43-container .table-install h3 {
    text-align: center;
    padding: 1em;
    background-color: #f5f5f5
}
@media (min-width: 768px) {
    #qts43-container .table-install {
        display: table;
        border-collapse: collapse
    }
    #qts43-container .table-install ul {
        display: table-row
    }
    #qts43-container .table-install li {
        display: table-cell;
        width: 33.3333%;
        background-color: #f5f5f5;
        border: 10px solid white
    }
    #qts43-container .table-install li p {
        border-top: 10px solid white
    }
    #qts43-container .table-install li p,
    #qts43-container .table-install li h3 {
        padding: 2em 1em
    }
    #qts43-container .table-install li:first-child,
    #qts43-container .table-install li:last-child {
        background-color: #e8e8e8
    }
    #qts43-container .table-install li:nth-child(2) h3 {
        background-color: #e8e8e8
    }
    #qts43-container .table-install li:nth-child(2) p {
        background-color: #f5f5f5
    }
}
#qts43-container .yr-middle {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%
}
html {
    font-size: 62.5%
}
body {
    font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    color: #525252;
    font-weight: 300
}
#qts43-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#qts43-container article img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}
#qts43-container header {
    position: relative
}
#qts43-container sup {
    vertical-align: super;
    font-size: smaller
}
#qts43-container article {
    padding-top: 2rem;
    padding-bottom: 2rem
}
#qts43-container article.add-p-t {
    padding-top: 6rem
}
@media (min-width: 768px) {
    #qts43-container article {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
    #qts43-container article.add-p-t {
        padding-top: 8rem
    }
}
@media (min-width: 992px) {
    #qts43-container article {
        padding-top: 9em;
        padding-bottom: 9em
    }
    #qts43-container article.add-m-tb {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}
#qts43-container article.no-pd {
    padding: 0
}
#qts43-container footer.landingPage-container {
    padding-top: 2rem;
    padding-bottom: 2rem
}
@media (min-width: 992px) {
    #qts43-container footer.landingPage-container {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}
#qts43-container h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    line-height: 1.1em
}
#qts43-container h1>small {
    font-size: 75%
}

#qts43-container .home-video .qts-title {
    top: 57%;
}
@media (min-width: 600px) {
    #qts43-container h1 {
        font-size: 42px;
    }
}
@media (min-width: 768px) {
    #qts43-container h1 {
        font-size: 48px;
    }
}
@media (min-width: 992px) {
    #qts43-container h1 {
        font-size: 54px;
    }
}
@media (min-width: 1280px) {
    #qts43-container h1 {
        font-size: 72px;
    }
}
#qts43-container .container h2 {
    font-size: 26px;
    /*font-size: 2.6rem;*/
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px
}
#qts43-container h2 span.image {
    display: block;
    margin: auto;
}
@media (min-width: 768px) {
    #qts43-container .container h2,
    #qts43-container .cus-txt h2 {
        font-size: 32px;
        font-size: 3.2rem;
        /*line-height: 50px*/
    }
    #qts43-container {
        margin-top: -52px !important;
    }
}
@media (min-width: 992px) {
    #qts43-container .container h2,
    #qts43-container .cus-txt h2 {
        font-size: 40px;
        /*font-size: 4rem;*/
        line-height: 60px;
        margin-bottom: 30px;
    }
    #ov-3f h2,
    #ov-4f h2,
    #ov-5f h2 {
        margin-top: 30px;
    }
}
#qts43-container .container h3 {
    font-weight: bolder;
    margin-top: 1em;
    /*margin-bottom: 1em*/
}
#qts43-container h5 {
    font-size: 44px;
    /*font-size: 4.4rem*/
}
@media (min-width: 768px) {
    #qts43-container h5 {
        font-size: 44px;
        font-size: 4.4rem
    }
}
@media (min-width: 992px) {
    #qts43-container h5 {
        font-size: 44px;
        font-size: 4.4rem
    }
}
@media (min-width: 1280px) {
    #qts43-container h5 {
        font-size: 44px;
        font-size: 4.4rem
    }
}
#qts43-container p,
#qts43-container h6,
#qts43-container h4,
#qts43-container .container a,
#qts43-container blockquote,
#qts43-container .container h3,
#qts43-container th,
#qts43-container td {
    font-size: 14px;
    /*font-size: 1.4rem;*/
    line-height: 26px
}
#qts43-container p.small,
#qts43-container h6.small,
#qts43-container h4.small,
#qts43-container .container a.small,
#qts43-container blockquote.small,
#qts43-container .container h3.small,
#qts43-container th.small,
#qts43-container td.small,
.landingPage-container {
    font-size: 13px;
    font-height: 1.2rem
}
@media (min-width: 768px) {
    #qts43-container p,
    #qts43-container h6,
    #qts43-container h4,
    #qts43-container .container a,
    #qts43-container blockquote,
    #qts43-container .container h3,
    #qts43-container th,
    #qts43-container td,
    .landingPage-container {
        font-size: 16px;
        /*font-size: 1.6rem*/
    }
    #qts43-container p.small,
    #qts43-container h6.small,
    #qts43-container h4.small,
    #qts43-container .container a.small,
    #qts43-container blockquote.small,
    #qts43-container .container h3.small,
    #qts43-container th.small,
    #qts43-container td.small,
    .landingPage-container {
        font-size: 14px;
        /*font-size: 1.4rem*/
    }
}
@media (min-width: 992px) {
    #qts43-container p,
    #qts43-container h6,
    #qts43-container h4,
    #qts43-container .container a,
    #qts43-container blockquote,
    #qts43-container .container h3,
    #qts43-container th,
    #qts43-container td,
    .landingPage-container {
        font-size: 18px;
        /*font-size: 2rem;*/
        line-height: 30px;
        font-weight: 300;
    }
    #qts43-container p.small,
    #qts43-container p.small a,
    #qts43-container h6.small,
    #qts43-container h4.small,
    #qts43-container .container a.small,
    #qts43-container blockquote.small,
    #qts43-container .container h3.small,
    #qts43-container th.small,
    #qts43-container td.small,
    .landingPage-container {
        font-size: 15px;
        /*font-size: 1.6rem;*/
        line-height: 26px;
        font-weight: 300;
    }
}
#qts43-container .container a {
    color: #00a5ff;
    text-decoration: none;
    transition: all 0.5s ease;
}
#qts43-container .container a:hover {
    color: #0078ff;
}
#qts43-container .container a.fz-white:hover {
    color: #3ebbff;
}
.strong {
    font-weight: bolder
}
.fL {
    float: left
}
.fR {
    float: right
}
.fC,
#qts43-container .download-list li {
    zoom: 1
}
.fC:before,
#qts43-container .download-list li:before {
    content: "";
    display: table
}
.fC:after,
#qts43-container .download-list li:after {
    content: "";
    display: table;
    clear: both
}
.cP {
    cursor: pointer
}
.tC {
    text-align: center
}
.tL {
    text-align: left
}
.tR {
    text-align: right
}
.tJ {
    text-align: justify
}
.tH {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}
.ovH {
    overflow: hidden
}
.ovV {
    overflow: visible
}
.ovX {
    overflow-x: scroll
}
.ovY {
    overflow-y: scroll
}
.dIB {
    display: inline-block
}
.dI {
    display: inline
}
.dB {
    display: block
}
.dN {
    display: none
}
.pF {
    position: fixed
}
.pA {
    position: absolute
}
.pR {
    position: relative
}
.tb {
    display: table;
    table-layout: fixed
}
.tbR {
    display: table-row
}
.tbC {
    display: table-cell
}
.tbG {
    display: table-row-group
}
.tbCt {
    display: table-caption
}
.vaTT {
    vertical-align: text-top
}
.vaTB {
    vertical-align: text-bottom
}
.vaT {
    vertical-align: top
}
.vaM {
    vertical-align: middle
}
.vaB {
    vertical-align: bottom
}
.vaSB {
    vertical-align: sub
}
.vaSP {
    vertical-align: super
}
.olD {
    list-style-type: decimal;
    list-style-position: inside
}
.olCI {
    list-style-type: cjk-ideographic;
    list-style-position: inside
}
.ulD {
    list-style-type: disc;
    list-style-position: inside
}
.tdU {
    text-decoration: underline
}
.hTdU:hover {
    text-decoration: underline
}
.c {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}
.oH {
    overflow: hidden
}
.table {
    display: table;
    border-collapse: collapse
}
.row {
    display: table-row
}
.cell {
    display: table-cell
}
.mC {
    display: table;
    margin-left: auto;
    margin-right: auto
}
.mT-3 {
    margin-top: 3em
}
.mB-1 {
    margin-bottom: 1em
}
.mT-1 {
    margin-top: 1em
}
#qts43-container .no-pd .ad-pd {
    padding-top: 2rem;
    padding-bottom: 2rem
}
@media (min-width: 768px) {
    #qts43-container .no-pd .ad-pd {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}
@media (min-width: 992px) {
    #qts43-container .no-pd .ad-pd {
        padding-top: 9em;
        padding-bottom: 9em
    }
}
#qts43-container .content>p,
#qts43-container .content>h2,
#qts43-container .content>.con {
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 992px) {
    #qts43-container .content>p,
    #qts43-container .content>h2,
    #qts43-container .content>.con {
        max-width: 80%
    }
}
#qts43-container .content>p,
#qts43-container .content>h2,
#qts43-container .content-left>p,
#qts43-container .content-left>h2,
#qts43-container .content-right>p,
#qts43-container .content-right>h2,
#qts43-container .content-mobile-left>p,
#qts43-container .content-mobile-left>h2,
#qts43-container .content-mobile-right>p,
#qts43-container .content-mobile-right>h2 {
    text-align: center
}
#qts43-container .content>.note,
#qts43-container .content-left>.note,
#qts43-container .content-right>.note,
#qts43-container .content-mobile-left>.note,
#qts43-container .content-mobile-right>.note {
    text-align: left
}
@media (min-width: 992px) {
    #qts43-container .content-left,
    #qts43-container .content-right {
        max-width: 45%
    }
}
@media (min-width: 992px) {
    #qts43-container .content-left {
        float: left
    }
}
@media (min-width: 992px) {
    #qts43-container .content-right {
        float: right
    }
}
@media (min-width: 768px) {
    #qts43-container .content-mobile-left {
        max-width: 45%;
        padding-left: 5%;
        float: left
    }
}
@media (min-width: 768px) {
    #qts43-container .content-mobile-right {
        max-width: 45%;
        padding-right: 5%;
        float: right
    }
}
#qts43-container .add-bg {
    height: 100%;
    width: 100%
}
#qts43-container .main-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}
@media (min-width: 992px) {
    #qts43-container .sqss-macbookpro.slide-pc .slideBlock {
        margin-top: 0;
        width: 811.2px;
        height: 484.8px;
        margin-left: -405.6px
    }
}
.qts-nav {
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 50px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100;
    top: 0
}
.qts-nav h3,
.qts-nav a {
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 12px
}
.qts-nav a {
    text-decoration: none
}
.qts-nav h3 {
    padding: 0 20px;
    margin: 0
}
.qts-nav .nav-h3-title {
    display: none
}
.qts-nav .nav-list {
    -moz-transition-property: height, max-height, opacity, visibility;
    -o-transition-property: height, max-height, opacity, visibility;
    -webkit-transition-property: height, max-height, opacity, visibility;
    transition-property: height, max-height, opacity, visibility;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    padding: 20px;
    max-height: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.35)
}
@media (min-width: 1001px) {
    .qts-nav .nav-list {
        opacity: 1;
        max-height: none;
        background-color: transparent
    }
}
.qts-nav .nav-list li {
    margin-bottom: 10px
}
.qts-nav .nav-list li:last-child {
    margin-bottom: 0
}
@media (min-width: 992px) {
    .qts-nav .nav-list li {
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .qts-nav .nav-list li:last-child {
        padding-right: 0
    }
}
.qts-nav .nav-list a {
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    /*font-size: 1.4rem*/
}
@media (min-width: 768px) {
    .qts-nav .nav-list a {
        height: 65px;
        line-height: 65px;
        font-size: 16px;
        /*font-size: 1.6rem*/
    }
}
@media (min-width: 992px) {
    .qts-nav .nav-list a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        /*font-size: 1.4rem*/
    }
}
.qts-nav.qts-nav-fixed {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    margin-top: 0;
}
.qts-nav.qts-nav-fixed.qts-nav-opened {
    height: 100%
}
.qts-nav.qts-nav-fixed.qts-nav-opened .nav-list {
    background-color: transparent
}
.qts-nav.qts-nav-opened {
    position: fixed
}
.qts-nav.qts-nav-opened .nav-list {
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    margin-top: 18px;
}
.qts-nav.qts-nav-opened .nav-list a {
    background-color: rgba(0, 184, 240, 0.7)
}
.qts-nav.qts-nav-opened .nav-list a:hover {
    background: rgba(178, 227, 243, 0.9);
    color: #104f63
}
@media (min-width: 1001px) {
    .qts-nav {
        background-color: transparent;
        padding: 0 20px;
        margin-top: 50px;
        box-sizing: border-box;
    }
    .qts-nav h3 {
        display: inline-block;
        padding: 0
    }
    .qts-nav .qts-container {
        max-width: 980px;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .qts-nav .nav-arrow {
        display: none
    }
    .qts-nav .nav-container {
        border-bottom: 1px solid #E0E0E0
    }
    .qts-nav .nav-h3-explore {
        display: none
    }
    .qts-nav .nav-h3-title {
        display: block;
        font-size: 22px
    }
    .qts-nav .qts-container {
        border-bottom: 1px solid #E0E0E0
    }
    .qts-nav .nav-list {
        float: right;
        padding: 0;
        max-height: none
    }
    .qts-nav .nav-list a:hover {
        color: #33bc81
    }
    .qts-nav.qts-nav-fixed {
        height: 40px;
        margin-top: 0px !important;
    }
    .qts-nav.qts-nav-fixed .qts-container {
        border-bottom: none
    }
    .qts-nav.qts-nav-fixed h3,
    .qts-nav.qts-nav-fixed .nav-h3-title,
    .qts-nav.qts-nav-fixed .nav-list a {
        line-height: 40px;
        height: 40px;
        color: white;
        font-size: 14px
    }
    .qts-nav.qts-nav-fixed .nav-list li {
        margin-bottom: 0
    }
    .qts-nav.qts-nav-fixed .nav-list a {
        font-size: 12px
    }
    .qts-nav.qts-nav-fixed .nav-list a:hover {
        color: #33bc81
    }
}
.nav-arrow {
    position: absolute;
    color: white;
    right: 20px;
    top: 0;
    line-height: 50px;
    height: 50px;
    display: block
}
@media (min-width: 992px) {
    .qts-page.darken h3 a,
    .qts-page.darken .nav-list a {
        color: #333
    }
    .qts-page.darken .qts-nav-fixed .nav-list a {
        color: white
    }
    .qts-page.darken .qts-nav-fixed .nav-list a:hover {
        color: #33bc81
    }
}
@-webkit-keyframes bu-1f-img-3 {
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    40% {
        opacity: 0
    }
    45% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes bu-1f-img-3 {
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    40% {
        opacity: 0
    }
    45% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes bu-1f-img-3 {
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    40% {
        opacity: 0
    }
    45% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@keyframes bu-1f-img-3 {
    0% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    40% {
        opacity: 0
    }
    45% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes bu-1f-img-2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes bu-1f-img-2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes bu-1f-img-2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes bu-1f-img-2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    51% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes bu-1f-img-4 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes bu-1f-img-4 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes bu-1f-img-4 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@keyframes bu-1f-img-4 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes bu-1f-line-l {
    50% {
        top: 92%;
        opacity: 1;
        left: 12%
    }
    100% {
        top: 92%;
        left: 40%
    }
}
@-moz-keyframes bu-1f-line-l {
    50% {
        top: 92%;
        opacity: 1;
        left: 12%
    }
    100% {
        top: 92%;
        left: 40%
    }
}
@-ms-keyframes bu-1f-line-l {
    50% {
        top: 92%;
        opacity: 1;
        left: 12%
    }
    100% {
        top: 92%;
        left: 40%
    }
}
@keyframes bu-1f-line-l {
    50% {
        top: 92%;
        opacity: 1;
        left: 12%
    }
    100% {
        top: 92%;
        left: 40%
    }
}
@-webkit-keyframes bu-1f-line-r {
    50% {
        top: 92%;
        opacity: 1;
        right: 12%
    }
    100% {
        top: 92%;
        right: 40%
    }
}
@-moz-keyframes bu-1f-line-r {
    50% {
        top: 92%;
        opacity: 1;
        right: 12%
    }
    100% {
        top: 92%;
        right: 40%
    }
}
@-ms-keyframes bu-1f-line-r {
    50% {
        top: 92%;
        opacity: 1;
        right: 12%
    }
    100% {
        top: 92%;
        right: 40%
    }
}
@keyframes bu-1f-line-r {
    50% {
        top: 92%;
        opacity: 1;
        right: 12%
    }
    100% {
        top: 92%;
        right: 40%
    }
}
@-webkit-keyframes miramar {
    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes miramar {
    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-ms-keyframes miramar {
    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes miramar {
    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes miramar-car-1 {
    0% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        transform: translate(49.81851px, 86.70707px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        transform: translate(49.81851px, 86.70707px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        transform: translate(49.81851px, 86.70707px) rotate(0deg)
    }
}
@-moz-keyframes miramar-car-1 {
    0% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        transform: translate(49.81851px, 86.70707px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        transform: translate(49.81851px, 86.70707px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        transform: translate(49.81851px, 86.70707px) rotate(0deg)
    }
}
@-ms-keyframes miramar-car-1 {
    0% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        transform: translate(49.81851px, 86.70707px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        transform: translate(49.81851px, 86.70707px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        transform: translate(49.81851px, 86.70707px) rotate(0deg)
    }
}
@keyframes miramar-car-1 {
    0% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(360deg);
        transform: translate(49.81851px, 86.70707px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(180deg);
        transform: translate(49.81851px, 86.70707px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -ms-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        -webkit-transform: translate(49.81851px, 86.70707px) rotate(0deg);
        transform: translate(49.81851px, 86.70707px) rotate(0deg)
    }
}
@-webkit-keyframes miramar-car-2 {
    0% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        transform: translate(-50.36232px, 86.39234px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        transform: translate(-50.36232px, 86.39234px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        transform: translate(-50.36232px, 86.39234px) rotate(0deg)
    }
}
@-moz-keyframes miramar-car-2 {
    0% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        transform: translate(-50.36232px, 86.39234px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        transform: translate(-50.36232px, 86.39234px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        transform: translate(-50.36232px, 86.39234px) rotate(0deg)
    }
}
@-ms-keyframes miramar-car-2 {
    0% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        transform: translate(-50.36232px, 86.39234px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        transform: translate(-50.36232px, 86.39234px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        transform: translate(-50.36232px, 86.39234px) rotate(0deg)
    }
}
@keyframes miramar-car-2 {
    0% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(360deg);
        transform: translate(-50.36232px, 86.39234px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(180deg);
        transform: translate(-50.36232px, 86.39234px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -ms-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        -webkit-transform: translate(-50.36232px, 86.39234px) rotate(0deg);
        transform: translate(-50.36232px, 86.39234px) rotate(0deg)
    }
}
@-webkit-keyframes miramar-car-3 {
    0% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        transform: translate(-99.99803px, -0.62831px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        transform: translate(-99.99803px, -0.62831px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        transform: translate(-99.99803px, -0.62831px) rotate(0deg)
    }
}
@-moz-keyframes miramar-car-3 {
    0% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        transform: translate(-99.99803px, -0.62831px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        transform: translate(-99.99803px, -0.62831px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        transform: translate(-99.99803px, -0.62831px) rotate(0deg)
    }
}
@-ms-keyframes miramar-car-3 {
    0% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        transform: translate(-99.99803px, -0.62831px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        transform: translate(-99.99803px, -0.62831px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        transform: translate(-99.99803px, -0.62831px) rotate(0deg)
    }
}
@keyframes miramar-car-3 {
    0% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(360deg);
        transform: translate(-99.99803px, -0.62831px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(180deg);
        transform: translate(-99.99803px, -0.62831px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -ms-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        -webkit-transform: translate(-99.99803px, -0.62831px) rotate(0deg);
        transform: translate(-99.99803px, -0.62831px) rotate(0deg)
    }
}
@-webkit-keyframes miramar-car-4 {
    0% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        transform: translate(-49.27273px, -87.01838px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        transform: translate(-49.27273px, -87.01838px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        transform: translate(-49.27273px, -87.01838px) rotate(0deg)
    }
}
@-moz-keyframes miramar-car-4 {
    0% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        transform: translate(-49.27273px, -87.01838px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        transform: translate(-49.27273px, -87.01838px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        transform: translate(-49.27273px, -87.01838px) rotate(0deg)
    }
}
@-ms-keyframes miramar-car-4 {
    0% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        transform: translate(-49.27273px, -87.01838px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        transform: translate(-49.27273px, -87.01838px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        transform: translate(-49.27273px, -87.01838px) rotate(0deg)
    }
}
@keyframes miramar-car-4 {
    0% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(360deg);
        transform: translate(-49.27273px, -87.01838px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(180deg);
        transform: translate(-49.27273px, -87.01838px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -ms-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        -webkit-transform: translate(-49.27273px, -87.01838px) rotate(0deg);
        transform: translate(-49.27273px, -87.01838px) rotate(0deg)
    }
}
@-webkit-keyframes miramar-car-5 {
    0% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        transform: translate(50.90414px, -86.0742px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        transform: translate(50.90414px, -86.0742px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        transform: translate(50.90414px, -86.0742px) rotate(0deg)
    }
}
@-moz-keyframes miramar-car-5 {
    0% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        transform: translate(50.90414px, -86.0742px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        transform: translate(50.90414px, -86.0742px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        transform: translate(50.90414px, -86.0742px) rotate(0deg)
    }
}
@-ms-keyframes miramar-car-5 {
    0% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        transform: translate(50.90414px, -86.0742px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        transform: translate(50.90414px, -86.0742px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        transform: translate(50.90414px, -86.0742px) rotate(0deg)
    }
}
@keyframes miramar-car-5 {
    0% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(360deg);
        transform: translate(50.90414px, -86.0742px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(180deg);
        transform: translate(50.90414px, -86.0742px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -ms-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        -webkit-transform: translate(50.90414px, -86.0742px) rotate(0deg);
        transform: translate(50.90414px, -86.0742px) rotate(0deg)
    }
}
@-webkit-keyframes miramar-car-6 {
    0% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        transform: translate(99.9921px, 1.2566px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        transform: translate(99.9921px, 1.2566px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        transform: translate(99.9921px, 1.2566px) rotate(0deg)
    }
}
@-moz-keyframes miramar-car-6 {
    0% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        transform: translate(99.9921px, 1.2566px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        transform: translate(99.9921px, 1.2566px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        transform: translate(99.9921px, 1.2566px) rotate(0deg)
    }
}
@-ms-keyframes miramar-car-6 {
    0% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        transform: translate(99.9921px, 1.2566px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        transform: translate(99.9921px, 1.2566px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        transform: translate(99.9921px, 1.2566px) rotate(0deg)
    }
}
@keyframes miramar-car-6 {
    0% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(360deg);
        transform: translate(99.9921px, 1.2566px) rotate(360deg)
    }
    50% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(180deg);
        transform: translate(99.9921px, 1.2566px) rotate(180deg)
    }
    100% {
        -moz-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -ms-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        -webkit-transform: translate(99.9921px, 1.2566px) rotate(0deg);
        transform: translate(99.9921px, 1.2566px) rotate(0deg)
    }
}
@media (min-width: 768px) {
    @-webkit-keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            transform: translate(79.70962px, 138.73131px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            transform: translate(79.70962px, 138.73131px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            transform: translate(79.70962px, 138.73131px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            transform: translate(79.70962px, 138.73131px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            transform: translate(79.70962px, 138.73131px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            transform: translate(79.70962px, 138.73131px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            transform: translate(79.70962px, 138.73131px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            transform: translate(79.70962px, 138.73131px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            transform: translate(79.70962px, 138.73131px) rotate(0deg)
        }
    }
    @keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(360deg);
            transform: translate(79.70962px, 138.73131px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(180deg);
            transform: translate(79.70962px, 138.73131px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -ms-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            -webkit-transform: translate(79.70962px, 138.73131px) rotate(0deg);
            transform: translate(79.70962px, 138.73131px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            transform: translate(-80.57971px, 138.22775px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            transform: translate(-80.57971px, 138.22775px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            transform: translate(-80.57971px, 138.22775px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            transform: translate(-80.57971px, 138.22775px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            transform: translate(-80.57971px, 138.22775px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            transform: translate(-80.57971px, 138.22775px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            transform: translate(-80.57971px, 138.22775px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            transform: translate(-80.57971px, 138.22775px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            transform: translate(-80.57971px, 138.22775px) rotate(0deg)
        }
    }
    @keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(360deg);
            transform: translate(-80.57971px, 138.22775px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(180deg);
            transform: translate(-80.57971px, 138.22775px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -ms-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            -webkit-transform: translate(-80.57971px, 138.22775px) rotate(0deg);
            transform: translate(-80.57971px, 138.22775px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            transform: translate(-159.99684px, -1.0053px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            transform: translate(-159.99684px, -1.0053px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            transform: translate(-159.99684px, -1.0053px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            transform: translate(-159.99684px, -1.0053px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            transform: translate(-159.99684px, -1.0053px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            transform: translate(-159.99684px, -1.0053px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            transform: translate(-159.99684px, -1.0053px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            transform: translate(-159.99684px, -1.0053px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            transform: translate(-159.99684px, -1.0053px) rotate(0deg)
        }
    }
    @keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(360deg);
            transform: translate(-159.99684px, -1.0053px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(180deg);
            transform: translate(-159.99684px, -1.0053px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -ms-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            -webkit-transform: translate(-159.99684px, -1.0053px) rotate(0deg);
            transform: translate(-159.99684px, -1.0053px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            transform: translate(-78.83637px, -139.2294px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            transform: translate(-78.83637px, -139.2294px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            transform: translate(-78.83637px, -139.2294px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            transform: translate(-78.83637px, -139.2294px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            transform: translate(-78.83637px, -139.2294px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            transform: translate(-78.83637px, -139.2294px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            transform: translate(-78.83637px, -139.2294px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            transform: translate(-78.83637px, -139.2294px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            transform: translate(-78.83637px, -139.2294px) rotate(0deg)
        }
    }
    @keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(360deg);
            transform: translate(-78.83637px, -139.2294px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(180deg);
            transform: translate(-78.83637px, -139.2294px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -ms-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            -webkit-transform: translate(-78.83637px, -139.2294px) rotate(0deg);
            transform: translate(-78.83637px, -139.2294px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            transform: translate(81.44663px, -137.71872px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            transform: translate(81.44663px, -137.71872px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            transform: translate(81.44663px, -137.71872px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            transform: translate(81.44663px, -137.71872px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            transform: translate(81.44663px, -137.71872px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            transform: translate(81.44663px, -137.71872px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            transform: translate(81.44663px, -137.71872px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            transform: translate(81.44663px, -137.71872px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            transform: translate(81.44663px, -137.71872px) rotate(0deg)
        }
    }
    @keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(360deg);
            transform: translate(81.44663px, -137.71872px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(180deg);
            transform: translate(81.44663px, -137.71872px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -ms-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            -webkit-transform: translate(81.44663px, -137.71872px) rotate(0deg);
            transform: translate(81.44663px, -137.71872px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            transform: translate(159.98737px, 2.01057px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            transform: translate(159.98737px, 2.01057px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            transform: translate(159.98737px, 2.01057px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            transform: translate(159.98737px, 2.01057px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            transform: translate(159.98737px, 2.01057px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            transform: translate(159.98737px, 2.01057px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            transform: translate(159.98737px, 2.01057px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            transform: translate(159.98737px, 2.01057px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            transform: translate(159.98737px, 2.01057px) rotate(0deg)
        }
    }
    @keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(360deg);
            transform: translate(159.98737px, 2.01057px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(180deg);
            transform: translate(159.98737px, 2.01057px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -ms-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            -webkit-transform: translate(159.98737px, 2.01057px) rotate(0deg);
            transform: translate(159.98737px, 2.01057px) rotate(0deg)
        }
    }
}
@media (min-width: 992px) {
    @-webkit-keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            transform: translate(89.67332px, 156.07273px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            transform: translate(89.67332px, 156.07273px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            transform: translate(89.67332px, 156.07273px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            transform: translate(89.67332px, 156.07273px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            transform: translate(89.67332px, 156.07273px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            transform: translate(89.67332px, 156.07273px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            transform: translate(89.67332px, 156.07273px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            transform: translate(89.67332px, 156.07273px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            transform: translate(89.67332px, 156.07273px) rotate(0deg)
        }
    }
    @keyframes miramar-car-1 {
        0% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(360deg);
            transform: translate(89.67332px, 156.07273px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(180deg);
            transform: translate(89.67332px, 156.07273px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -ms-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            -webkit-transform: translate(89.67332px, 156.07273px) rotate(0deg);
            transform: translate(89.67332px, 156.07273px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            transform: translate(-90.65218px, 155.50622px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            transform: translate(-90.65218px, 155.50622px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            transform: translate(-90.65218px, 155.50622px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            transform: translate(-90.65218px, 155.50622px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            transform: translate(-90.65218px, 155.50622px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            transform: translate(-90.65218px, 155.50622px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            transform: translate(-90.65218px, 155.50622px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            transform: translate(-90.65218px, 155.50622px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            transform: translate(-90.65218px, 155.50622px) rotate(0deg)
        }
    }
    @keyframes miramar-car-2 {
        0% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(360deg);
            transform: translate(-90.65218px, 155.50622px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(180deg);
            transform: translate(-90.65218px, 155.50622px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -ms-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            -webkit-transform: translate(-90.65218px, 155.50622px) rotate(0deg);
            transform: translate(-90.65218px, 155.50622px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            transform: translate(-179.99645px, -1.13097px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            transform: translate(-179.99645px, -1.13097px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            transform: translate(-179.99645px, -1.13097px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            transform: translate(-179.99645px, -1.13097px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            transform: translate(-179.99645px, -1.13097px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            transform: translate(-179.99645px, -1.13097px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            transform: translate(-179.99645px, -1.13097px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            transform: translate(-179.99645px, -1.13097px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            transform: translate(-179.99645px, -1.13097px) rotate(0deg)
        }
    }
    @keyframes miramar-car-3 {
        0% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(360deg);
            transform: translate(-179.99645px, -1.13097px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(180deg);
            transform: translate(-179.99645px, -1.13097px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -ms-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            -webkit-transform: translate(-179.99645px, -1.13097px) rotate(0deg);
            transform: translate(-179.99645px, -1.13097px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            transform: translate(-88.69092px, -156.63308px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            transform: translate(-88.69092px, -156.63308px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            transform: translate(-88.69092px, -156.63308px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            transform: translate(-88.69092px, -156.63308px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            transform: translate(-88.69092px, -156.63308px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            transform: translate(-88.69092px, -156.63308px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            transform: translate(-88.69092px, -156.63308px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            transform: translate(-88.69092px, -156.63308px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            transform: translate(-88.69092px, -156.63308px) rotate(0deg)
        }
    }
    @keyframes miramar-car-4 {
        0% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(360deg);
            transform: translate(-88.69092px, -156.63308px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(180deg);
            transform: translate(-88.69092px, -156.63308px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -ms-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            -webkit-transform: translate(-88.69092px, -156.63308px) rotate(0deg);
            transform: translate(-88.69092px, -156.63308px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            transform: translate(91.62745px, -154.93356px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            transform: translate(91.62745px, -154.93356px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            transform: translate(91.62745px, -154.93356px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            transform: translate(91.62745px, -154.93356px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            transform: translate(91.62745px, -154.93356px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            transform: translate(91.62745px, -154.93356px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            transform: translate(91.62745px, -154.93356px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            transform: translate(91.62745px, -154.93356px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            transform: translate(91.62745px, -154.93356px) rotate(0deg)
        }
    }
    @keyframes miramar-car-5 {
        0% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(360deg);
            transform: translate(91.62745px, -154.93356px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(180deg);
            transform: translate(91.62745px, -154.93356px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -ms-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            -webkit-transform: translate(91.62745px, -154.93356px) rotate(0deg);
            transform: translate(91.62745px, -154.93356px) rotate(0deg)
        }
    }
    @-webkit-keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            transform: translate(179.98579px, 2.26189px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            transform: translate(179.98579px, 2.26189px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            transform: translate(179.98579px, 2.26189px) rotate(0deg)
        }
    }
    @-moz-keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            transform: translate(179.98579px, 2.26189px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            transform: translate(179.98579px, 2.26189px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            transform: translate(179.98579px, 2.26189px) rotate(0deg)
        }
    }
    @-ms-keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            transform: translate(179.98579px, 2.26189px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            transform: translate(179.98579px, 2.26189px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            transform: translate(179.98579px, 2.26189px) rotate(0deg)
        }
    }
    @keyframes miramar-car-6 {
        0% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(360deg);
            transform: translate(179.98579px, 2.26189px) rotate(360deg)
        }
        50% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(180deg);
            transform: translate(179.98579px, 2.26189px) rotate(180deg)
        }
        100% {
            -moz-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -ms-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            -webkit-transform: translate(179.98579px, 2.26189px) rotate(0deg);
            transform: translate(179.98579px, 2.26189px) rotate(0deg)
        }
    }
}
@-webkit-keyframes route-1 {
    33.33333% {
        left: 50%;
        top: 40%
    }
    66.66666% {
        left: 50%;
        top: 10%
    }
    99.99999% {
        left: 80%;
        top: 10%
    }
}
@-moz-keyframes route-1 {
    33.33333% {
        left: 50%;
        top: 40%
    }
    66.66666% {
        left: 50%;
        top: 10%
    }
    99.99999% {
        left: 80%;
        top: 10%
    }
}
@-ms-keyframes route-1 {
    33.33333% {
        left: 50%;
        top: 40%
    }
    66.66666% {
        left: 50%;
        top: 10%
    }
    99.99999% {
        left: 80%;
        top: 10%
    }
}
@keyframes route-1 {
    33.33333% {
        left: 50%;
        top: 40%
    }
    66.66666% {
        left: 50%;
        top: 10%
    }
    99.99999% {
        left: 80%;
        top: 10%
    }
}
@-webkit-keyframes route-2 {
    100% {
        left: 80%;
        top: 50%
    }
}
@-moz-keyframes route-2 {
    100% {
        left: 80%;
        top: 50%
    }
}
@-ms-keyframes route-2 {
    100% {
        left: 80%;
        top: 50%
    }
}
@keyframes route-2 {
    100% {
        left: 80%;
        top: 50%
    }
}
@-webkit-keyframes route-3 {
    33.33333% {
        left: 50%;
        bottom: 40%
    }
    66.66666% {
        left: 50%;
        bottom: 10%
    }
    99.99999% {
        left: 80%;
        bottom: 10%
    }
}
@-moz-keyframes route-3 {
    33.33333% {
        left: 50%;
        bottom: 40%
    }
    66.66666% {
        left: 50%;
        bottom: 10%
    }
    99.99999% {
        left: 80%;
        bottom: 10%
    }
}
@-ms-keyframes route-3 {
    33.33333% {
        left: 50%;
        bottom: 40%
    }
    66.66666% {
        left: 50%;
        bottom: 10%
    }
    99.99999% {
        left: 80%;
        bottom: 10%
    }
}
@keyframes route-3 {
    33.33333% {
        left: 50%;
        bottom: 40%
    }
    66.66666% {
        left: 50%;
        bottom: 10%
    }
    99.99999% {
        left: 80%;
        bottom: 10%
    }
}
#qts43-container .home-video {
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 60.25%;
}
@media (min-width: 480px) {
    #qts43-container .home-video {
        height: 500px;
        padding: 0 0 56.25%;
    }
}
@media (min-width: 600px) {
    #qts43-container .home-video {
        height: 500px;
        padding: 0 0 56.25%;
    }
}
@media (min-width: 768px) {
    #qts43-container .home-video {
        height: 500px;
        padding: 0 0 68.25%;
    }
}
@media (min-width: 992px) {
    #qts43-container .home-video {
        height: 0;
        padding: 0 0 56.25%;
    }
}
#qts43-container .home-video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
@media (min-width: 768px) {
    #qts43-container .home-video video {
        width: 100%;
        height: auto
    }
}
@media (min-width: 992px) {
    #qts43-container .home-video video {
        height: 100%
    }
}
#qts43-container .qts-title .btns { margin-top:1em; text-align:center; }
#qts43-container .qts-title .btns br { display:none; }
#qts43-container .qts-title .btns a {
    border:1px solid; border-color: rgba(150,225,225,0.4); outline:0;
    border-radius:3px; -webkit-border-radius:3px; color:#ffffff; text-decoration:none; font-size:16px; transition:all 0.5s ease; background-color:rgba(20,60,80,0);
    display:block; width:75%; padding:12px 14px;  margin:8px auto;
}
#qts43-container .qts-title .btns a:nth-child(2) { margin-left:auto; }
#qts43-container .qts-title .btns a:hover {
    border:1px solid;
    border-color: rgba(150,225,225,0.1);
    color:#ffff00; background-color:rgba(20,60,80,0.4);
}
@media (min-width: 400px) {
    #qts43-container .qts-title .btns br { display:block; }
    #qts43-container .qts-title .btns a {
        display:inline-block; width:auto;  margin:8px 0; padding:12px 14px; outline:0; }
    #qts43-container .qts-title .btns a:nth-child(2) {margin-left:15px; }
    }
@media (min-width: 1001px) {
	#qts43-container .qts-title .btns { text-align:center; }
	#qts43-container .qts-title .btns a { padding:10px 15px; font-size:18px; }
}
    #qts43-container .home-video .qts-title {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        z-index: 99;
    }
    #qts43-container .home-video h1 {
        color: white;
        text-align: center
    }
    #qts43-container .home-video h1 sup {
        font-size: 0.7em;
        font-family: 'DancingScript', sans-serif;
    }
    #qts43-container .home-video p {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size:15px;
        line-height:1.4em;
    }
    @media (min-width: 768px) {
        #qts43-container .home-video p {
            max-width: 75%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media (min-width: 1001px) {
        #qts43-container .qts-title .btns {
            text-align: left;
        }
        #qts43-container .home-video .qts-title {
            position: absolute;
            padding: 0;
            left: 34%;
            top: 58% !important;
            z-index: 99;
        }
        #qts43-container .home-video h1,
        #qts43-container .home-video p {
            text-align: left;
            max-width: 800px;
            margin: 0;
			width: 92%;
        }
    }
    @media (min-width: 1280px) {
        #qts43-container .home-video .qts-title {
            top: 54% !important;
			left: 38%;
        }
        #qts43-container .home-video {
            height: 680px
        }
        #qts43-container .home-video p {
            max-width: 780px;
            font-size:18px;
            line-height:1.5em;
			width: 80%;
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ov-1f {
            margin-top: 10rem;
            margin-bottom: 10rem
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #ov-1f {
            margin-top: 8rem;
            margin-bottom: 8rem;
            padding-top: 11rem;
            padding-bottom: 11rem
        }
    }
    #qts43-container #ov-img-1 {
        margin-top: 3rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    @media (min-width: 768px) {
        #qts43-container #ov-img-1 {
            width: 60%
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ov-img-1 {
            margin-top: 0;
            position: absolute;
            max-height: 100%;
            width: auto;
            top: 0;
            left: 52%
        }
    }
    #qts43-container #ov-2f {
        background-image: url(../images/business-bg.jpg);
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #qts43-container #ov-2f .content-right {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    @media (min-width: 992px) {
        #qts43-container #ov-2f {
            padding-top: 10rem;
            padding-bottom: 10rem
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #ov-2f {
            padding-top: 8rem;
            padding-bottom: 8rem
        }
    }
    #qts43-container #ov-img-2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    @media (min-width: 768px) {
        #qts43-container #ov-img-2 {
            width: 60%
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ov-img-2 {
            margin-top: 0;
            position: absolute;
            max-height: 100%;
            width: auto;
            right: 52%
        }
    }
    #qts43-container #ov-4f {
        background: url(../images/ov-4f-bg.jpg);
        padding: 0
    }
    #qts43-container #ov-4f .content {
        padding-top: 5rem;
        padding-bottom: 320px
    }
    @media (min-width: 768px) {
        #qts43-container #ov-4f .content {
            padding-top: 10rem
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ov-4f .content {
            padding-bottom: 380px
        }
    }
    #qts43-container #ov-4f-img-1 {
        display: none;
        position: absolute;
        top: -15%;
        max-width: 130%
    }
    @media (min-width: 768px) {
        #qts43-container #ov-4f-img-1 {
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            display: block
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ov-4f-img-1 {
            max-width: 100%
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ov-4f-img-1 {
            max-width: 1300px
        }
    }
    #qts43-container #ov-4f-img-2 {
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        display: block;
        max-width: 224px;
        width: 70%;
        left: 50%;
        top: 100%;
        margin-top: -260px
    }
    @media (min-width: 992px) {
        #qts43-container #ov-4f-img-2 {
            max-width: 250px;
            margin-top: -300px
        }
    }
    #qts43-container #ov-5f {
        background-image: url(../images/ov-5f-bg.jpg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat
    }
    #qts43 .qts-page #ov-1f {
        margin: 0
    }
    #qts43 .qts-page #ov-1f .main-bg {
        background-image: url(../images/advancement/main_bg.jpg);
        background-size: cover;
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    @media (min-width: 992px) {
        #qts43 .qts-page #ov-1f .add-bg {
            margin-top: 6rem
        }
        #qts43 .qts-page #ov-1f .container {
            padding: 7rem 0
        }
        #qts43 .qts-page #ov-1f .content-left {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 2em
        }
    }
    #qts43-container #ad-list-1 {
        margin-bottom: 2em
    }
    #qts43-container #ad-list-1 li {
        background-color: #4c953d;
        text-align: center;
        color: white;
        padding: 2em;
        margin-bottom: 1em
    }
    #qts43-container #ad-list-1 li h3 {
        margin: .8em 0
    }
    #qts43-container #ad-list-1 li p {
        text-align: left
    }
    #qts43-container #ad-list-1 li:last-child {
        margin-bottom: 0
    }
    @media (min-width: 768px) {
        #qts43-container #ad-list-1 {
            margin-top: 3em
        }
        #qts43-container #ad-list-1 li {
            float: left;
            margin-right: 2%;
            width: 49%;
            /*height: 320px*/
            height: 100%;
        }
        #qts43-container #ad-list-1 li:nth-child(2n) {
            margin-right: 0
        }
        #qts43-container #ad-list-1 li:nth-child(3) {
            margin-bottom: 0
        }
    }
    @media (min-width: 992px) {
        #qts43-container #ad-list-1 li {
            /*height: 440px;*/
            height: 100%;
            padding: 3em
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #ad-list-1 li {
            padding: 4em
        }
    }
    #qts43-container #ad-2f .table-install {
        margin-top: 2em
    }
    #qts43-container #ad-2f .table-install h3 {
        margin: 0
    }
    @media (min-width: 768px) {
        #qts43-container #ad-4f {
            padding-bottom: 180px;
            margin-bottom: 60px
        }
    }
    #qts43-container .help-list {
        margin-top: 4em
    }
    #qts43-container .help-list li {
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0;
        box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0;
        height: 180px;
        background-color: #f6f6f6;
        margin-bottom: 1em;
        border-top: 10px solid #04c9cf;
        text-align: center;
        padding: 3em;
        position: relative
    }
    #qts43-container .help-list li i {
        display: block;
        height: 72px;
        margin-bottom: 1em
    }
    #qts43-container .help-list li:first-child {
        border-top: 10px solid #f99d19
    }
    #qts43-container .help-list li:last-child {
        border-top: 10px solid #0008c1;
        margin-bottom: 0
    }
    @media (min-width: 768px) {
        #qts43-container .help-list {
            position: absolute;
            width: 84%;
            left: 50%;
            margin-left: -42%;
        }
        #qts43-container .help-list li {
            margin-right: 2%;
            width: 32%;
            height: 180px;
            float: left;
            padding: 0
        }
        #qts43-container .help-list li:last-child {
            margin-right: 0
        }
    }
    @media (min-width: 992px) {
        #qts43-container .help-list {
            padding: 0 3em
        }
    }
    #qts43 .qts-page #ov-2f {
        padding-top: 5rem
    }
    @media (min-width: 992px) {
        #qts43 .qts-page #ov-2f {
            padding-top: 18rem;
            padding-bottom: 8rem
        }
    }
    #qts43-container #frames-downtime {
        width: 300px;
        height: 240px;
        margin: 0 auto;
        overflow: hidden
    }
    #qts43-container #frames-downtime .elem {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute
    }
    #qts43-container #frames-downtime .status {
        width: 32.5px;
        height: 32.5px
    }
    #qts43-container #frames-downtime .line {
        position: absolute
    }
    #qts43-container #frames-downtime .line span {
        display: block;
        position: absolute;
        background-color: #aaa
    }
    #qts43-container #frames-downtime .line .block {
        height: 6px;
        width: 6px;
        background-color: #1d8fb1;
        z-index: 2;
        margin-left: -3px;
        margin-top: -3px
    }
    @media (min-width: 768px) {
        #qts43-container #frames-downtime {
            width: 360px;
            height: 276px
        }
        #qts43-container #frames-downtime #bu-1f-img-1 {
            width: 513px;
            height: 211.8px
        }
    }
    @media (min-width: 992px) {
        #qts43-container #frames-downtime {
            width: 540px;
            height: 480px
        }
        #qts43-container #frames-downtime .status {
            width: 65px;
            height: 65px
        }
        #qts43-container #frames-downtime #bu-1f-img-1 {
            bottom: 0;
            width: 855px;
            height: 353px
        }
    }
    #qts43-container #bu-1f-img-1 {
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../images/bu/1f-img-1.png);
        width: 427.5px;
        height: 176.5px;
        bottom: 0;
        left: 50%
    }
    #qts43-container #bu-1f-img-2 {
        -webkit-animation-name: bu-1f-img-2;
        -moz-animation-name: bu-1f-img-2;
        -ms-animation-name: bu-1f-img-2;
        -o-animation-name: bu-1f-img-2;
        animation-name: bu-1f-img-2;
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        background-image: url(../images/bu/1f-img-2.png);
        left: 18%;
        top: 8%
    }
    #qts43-container #bu-1f-img-3 {
        -webkit-animation-name: bu-1f-img-3;
        -moz-animation-name: bu-1f-img-3;
        -ms-animation-name: bu-1f-img-3;
        -o-animation-name: bu-1f-img-3;
        animation-name: bu-1f-img-3;
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        background-image: url(../images/bu/1f-img-3.png);
        left: 18%;
        top: 8%
    }
    #qts43-container #bu-1f-img-4 {
        -webkit-animation-name: bu-1f-img-4;
        -moz-animation-name: bu-1f-img-4;
        -ms-animation-name: bu-1f-img-4;
        -o-animation-name: bu-1f-img-4;
        animation-name: bu-1f-img-4;
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        background-image: url(../images/bu/1f-img-4.png);
        right: 18%;
        top: 8%
    }
    #qts43-container #bu-1f-img-5 {
        -webkit-animation-name: bu-1f-img-2;
        -moz-animation-name: bu-1f-img-2;
        -ms-animation-name: bu-1f-img-2;
        -o-animation-name: bu-1f-img-2;
        animation-name: bu-1f-img-2;
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        background-image: url(../images/bu/1f-img-3.png);
        right: 18%;
        top: 8%
    }
    #qts43-container #bu-1f-line-l {
        -webkit-animation-name: bu-1f-img-3;
        -moz-animation-name: bu-1f-img-3;
        -ms-animation-name: bu-1f-img-3;
        -o-animation-name: bu-1f-img-3;
        animation-name: bu-1f-img-3;
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        top: 0;
        bottom: 0;
        width: 100%
    }
    #qts43-container #bu-1f-line-l .hor {
        left: 12%;
        top: 92%;
        width: 28%;
        height: 1px
    }
    #qts43-container #bu-1f-line-l .ver {
        left: 12%;
        top: 60%;
        height: 32%;
        width: 1px
    }
    #qts43-container #bu-1f-line-r {
        -webkit-animation-name: bu-1f-img-2;
        -moz-animation-name: bu-1f-img-2;
        -ms-animation-name: bu-1f-img-2;
        -o-animation-name: bu-1f-img-2;
        animation-name: bu-1f-img-2;
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        top: 0;
        bottom: 0;
        width: 100%
    }
    #qts43-container #bu-1f-line-r .hor {
        right: 12%;
        top: 92%;
        width: 28%;
        height: 1px
    }
    #qts43-container #bu-1f-line-r .ver {
        right: 12%;
        top: 60%;
        height: 32%;
        width: 1px
    }
    #qts43-container #bu-1f-line-l .block {
        -webkit-animation-name: bu-1f-line-l;
        -moz-animation-name: bu-1f-line-l;
        -ms-animation-name: bu-1f-line-l;
        -o-animation-name: bu-1f-line-l;
        animation-name: bu-1f-line-l;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -ms-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        top: 60%;
        left: 12%
    }
    #qts43-container #bu-1f-line-r .block {
        -webkit-animation-name: bu-1f-line-r;
        -moz-animation-name: bu-1f-line-r;
        -ms-animation-name: bu-1f-line-r;
        -o-animation-name: bu-1f-line-r;
        animation-name: bu-1f-line-r;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -ms-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        top: 60%;
        right: 12%
    }
    #qts43-container .benefits-list {
        margin-top: 4em
    }
    #qts43-container .benefits-list img {
        display: table;
        margin: 0 auto;
        max-width: 300px
    }
    #qts43-container .benefits-list li {
        padding: 2em;
        margin-bottom: 1em
    }
    #qts43-container .benefits-list li:last-child {
        margin-bottom: 0
    }
    #qts43-container .benefits-list h3 {
        text-align: center
    }
    @media (min-width: 768px) {
        #qts43-container .benefits-list li {
            float: left;
            width: 49%;
            margin-right: 2%
        }
        #qts43-container .benefits-list li:nth-child(2n) {
            margin-right: 0
        }
        #qts43-container .benefits-list li:nth-child(3) {
            margin-bottom: 0
        }
    }
    #qts43-container .table-ha {
        margin-top: 2em;
        margin-bottom: 2em
    }
    #qts43-container .table-ha th,
    #qts43-container .table-ha td {
        font-size: 12px;
        font-size: 1.2rem
    }
    #qts43-container .table-ha th {
        background-color: #6a53a0;
        color: white;
        text-align: center;
        padding: .5em;
        border-left: 2px solid white
    }
    #qts43-container .table-ha th:first-child {
        border-left: none
    }
    #qts43-container .table-ha td {
        background-color: #f7f4fc;
        padding: .5em;
        text-align: center;
        border-left: 2px solid white;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid white
    }
    #qts43-container .table-ha td:first-child {
        text-align: left;
        border-left: none
    }
    @media (min-width: 768px) {
        #qts43-container .table-ha th,
        #qts43-container .table-ha td {
            width: 30%;
            padding: .7em 1.2em;
            font-size: 14px;
            font-size: 1.4rem
        }
        #qts43-container .table-ha th:first-child,
        #qts43-container .table-ha td:first-child {
            width: 40%
        }
    }
    @media (min-width: 992px) {
        #qts43-container .table-ha th,
        #qts43-container .table-ha td {
            font-size: 16px;
            font-size: 1.6rem
        }
    }
    #qts43-container .require-list h6 {
        margin-top: .5em
    }
    #qts43-container .require-list li {
        margin-bottom: 5px
    }
    #qts43-container .require-list li p:before {
        content: '- ';
        margin-right: 1em
    }
    #qts43-container .qtier-list i {
        display: block;
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em
    }
    #qts43-container .qtier-list li {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 1em
    }
    #qts43-container .qtier-list li:first-child {
        margin-bottom: 1em
    }
    #qts43-container .qtier-list h3 {
        text-align: center;
        line-height: 2em
    }
    @media (min-width: 768px) {
        #qts43-container .qtier-list {
            margin-top: 2em
        }
        #qts43-container .qtier-list li {
            padding: 2em;
            /*height: 300px;*/
            height: 100%;
            float: left;
            width: 49%;
            margin-left: 2%
        }
        #qts43-container .qtier-list li:first-child {
            margin-bottom: 0;
            margin-left: 0
        }
    }
    @media (min-width: 992px) {
        #qts43-container .qtier-list {
            margin-top: 3em
        }
        #qts43-container .qtier-list li {
            width: 48%;
            margin-left: 4%;
            /*height: 450px;*/
            height: 100%;
            padding: 3em
        }
    }
    #qts43-container #bu-3f-s {
        background-image: url(../images/bu/bu-3f-s.jpg);
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #qts43-container .backup-list {
        margin-top: 3em
    }
    #qts43-container .backup-list li {
        margin-bottom: 1em
    }
    #qts43-container .backup-list li p:before {
        content: "●";
        margin-right: 1em
    }
    #qts43-container .miramar {
        margin-top: 3em;
        width: 100%;
        height: 300px;
        overflow: hidden
    }
    @media (min-width: 768px) {
        #qts43-container .miramar {
            height: 420px
        }
    }
    @media (min-width: 992px) {
        #qts43-container .miramar {
            height: 500px
        }
    }
    #qts43-container .ferris {
        -webkit-animation-name: miramar;
        -moz-animation-name: miramar;
        -ms-animation-name: miramar;
        -o-animation-name: miramar;
        animation-name: miramar;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }
    #qts43-container .ferris div {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: white;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        background-size: 80% 80%
    }
    #qts43-container .ferris .bg-ico-1 {
        -webkit-animation-name: miramar-car-1;
        -moz-animation-name: miramar-car-1;
        -ms-animation-name: miramar-car-1;
        -o-animation-name: miramar-car-1;
        animation-name: miramar-car-1;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    #qts43-container .ferris .bg-ico-2 {
        -webkit-animation-name: miramar-car-2;
        -moz-animation-name: miramar-car-2;
        -ms-animation-name: miramar-car-2;
        -o-animation-name: miramar-car-2;
        animation-name: miramar-car-2;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    #qts43-container .ferris .bg-ico-3 {
        -webkit-animation-name: miramar-car-3;
        -moz-animation-name: miramar-car-3;
        -ms-animation-name: miramar-car-3;
        -o-animation-name: miramar-car-3;
        animation-name: miramar-car-3;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    #qts43-container .ferris .bg-ico-4 {
        -webkit-animation-name: miramar-car-4;
        -moz-animation-name: miramar-car-4;
        -ms-animation-name: miramar-car-4;
        -o-animation-name: miramar-car-4;
        animation-name: miramar-car-4;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    #qts43-container .ferris .bg-ico-5 {
        -webkit-animation-name: miramar-car-5;
        -moz-animation-name: miramar-car-5;
        -ms-animation-name: miramar-car-5;
        -o-animation-name: miramar-car-5;
        animation-name: miramar-car-5;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    #qts43-container .ferris .bg-ico-6 {
        -webkit-animation-name: miramar-car-6;
        -moz-animation-name: miramar-car-6;
        -ms-animation-name: miramar-car-6;
        -o-animation-name: miramar-car-6;
        animation-name: miramar-car-6;
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    @media (min-width: 768px) {
        #qts43-container .ferris div {
            width: 100px;
            height: 100px;
            margin-top: -50px;
            margin-left: -50px
        }
    }
    @media (min-width: 992px) {
        #qts43-container .ferris div {
            width: 120px;
            height: 120px;
            margin-top: -60px;
            margin-left: -60px
        }
    }
    #qts43-container .smb-list {
        margin-top: 3em
    }
    #qts43-container .smb-list h3 {
        line-height: 1.2em;
        text-align: left;
    }
    #qts43-container .smb-list li {
        background-color: #8074b3
    }
    #qts43-container .smb-list p,
    #qts43-container .smb-list h3 {
        color: white
    }
    #qts43-container .smb-list p {
        margin-bottom: 1em
    }
    @media (min-width: 768px) {
        #qts43-container .smb-list li {
            /*height: 240px*/
            height: 100%;
        }
    }
    @media (min-width: 992px) {
        #qts43-container .smb-list li {
            /*height: 300px*/
            height: 100%;
        }
    }
    #qts43-container #bu-5f img {
        margin: 5em auto
    }
    @media (min-width: 992px) {
        #qts43-container #bu-5f img {
            margin: 10em auto
        }
    }
    #qts43.qts-page #ov-3f {
        padding-top: 5rem
    }
    @media (min-width: 992px) {
        #qts43.qts-page #ov-3f {
            padding-top: 12rem
        }
    }
    #qts43-container .ov-3f-bg {
        background-image: url(../images/fm/main-bg.jpg);
        background-size: cover;
        background-position: 0 50%;
        background-repeat: no-repeat
    }
    #qts43-container #frames-file {
        margin-top: 3em;
        width: 300px;
        height: 200px;
        margin-left: auto;
        margin-right: auto
    }
    #qts43-container #frames-file div,
    #qts43-container #frames-file span {
        position: absolute
    }
    #qts43-container #frames-file span {
        display: block
    }
    #qts43-container #frames-file .folder {
        width: 63.9px;
        height: 46.2px;
        z-index: 2
    }
    #qts43-container #frames-file .route {
        width: 100%;
        top: 0;
        bottom: 0
    }
    #qts43-container #frames-file .route-t,
    #qts43-container #frames-file .route-b {
        width: 30%;
        height: 1px;
        background-color: #aaa
    }
    #qts43-container #frames-file .route-m {
        width: 1px;
        background-color: #aaa;
        height: 30%;
        height: calc(30% + 1px)
    }
    #qts43-container #frames-file .route-o {
        top: 50%;
        margin-top: -3px;
        width: 60%;
        height: 1px;
        background-color: #aaa;
        left: 20%
    }
    #qts43-container #frames-file .ball {
        top: 50%;
        left: 20%;
        margin-top: -9px;
        margin-left: -10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #1bb752;
        width: 20px;
        height: 20px
    }
    #qts43-container #frames-file #route-1 .route-t {
        right: 20%;
        top: 10%
    }
    #qts43-container #frames-file #route-1 .route-b {
        left: 20%;
        top: 40%
    }
    #qts43-container #frames-file #route-1 .route-m {
        top: 10%;
        left: 50%
    }
    #qts43-container #frames-file #route-1 .ball {
        -webkit-animation-name: route-1;
        -moz-animation-name: route-1;
        -ms-animation-name: route-1;
        -o-animation-name: route-1;
        animation-name: route-1;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -ms-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        background-color: #e63922;
        margin-top: -6px;
        top: 40%
    }
    #qts43-container #frames-file #route-2 .ball {
        -webkit-animation-name: route-2;
        -moz-animation-name: route-2;
        -ms-animation-name: route-2;
        -o-animation-name: route-2;
        animation-name: route-2;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -ms-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal
    }
    #qts43-container #frames-file #route-3 .route-b {
        right: 20%;
        bottom: 10%
    }
    #qts43-container #frames-file #route-3 .route-t {
        left: 20%;
        bottom: 40%
    }
    #qts43-container #frames-file #route-3 .route-m {
        bottom: 10%;
        left: 50%
    }
    #qts43-container #frames-file #route-3 .ball {
        -webkit-animation-name: route-3;
        -moz-animation-name: route-3;
        -ms-animation-name: route-3;
        -o-animation-name: route-3;
        animation-name: route-3;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -ms-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -ms-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        background-color: #1b91b7;
        margin-top: 0;
        margin-bottom: -6px;
        top: initial;
        bottom: 40%
    }
    @media (min-width: 768px) {
        #qts43-container #frames-file {
            width: 420px;
            height: 280px
        }
        #qts43-container #frames-file .folder {
            width: 85.2px;
            height: 61.6px
        }
    }
    @media (min-width: 992px) {
        #qts43-container #frames-file {
            width: 600px;
            height: 400px
        }
        #qts43-container #frames-file .folder {
            width: 127.8px;
            height: 92.4px
        }
    }
    #qts43-container #folder-1 {
        background-image: url(../images/fm/folder-1.png);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%
    }
    #qts43-container #folder-2 {
        background-image: url(../images/fm/folder-2.png);
        top: 0;
        right: 0
    }
    #qts43-container #folder-3 {
        background-image: url(../images/fm/folder-3.png);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 0
    }
    #qts43-container #folder-4 {
        background-image: url(../images/fm/folder-4.png);
        bottom: 0;
        right: 0
    }
    #qts43-container .organize-list {
        margin-top: 3em;
        margin-bottom: 1em;
        text-align: center
    }
    #qts43-container .organize-list p {
        text-align: left
    }
    #qts43-container .organize-list li {
        background-color: #f5f5f5;
        padding: 1em;
        margin-bottom: 2em
    }
    #qts43-container .organize-list li:last-child {
        margin-bottom: 0
    }
    @media (min-width: 768px) {
        #qts43-container .organize-list {
            margin-top: 5em
        }
        #qts43-container .organize-list li {
            width: 32%;
            margin-right: 2%;
            float: left;
            padding: 1.8em 1em;
            /*height: 340px*/
            height: 100%;
        }
        #qts43-container .organize-list li:last-child {
            margin-right: 0
        }
        #qts43-container .organize-list i {
            height: 58px;
            display: block
        }
    }
    @media (min-width: 992px) {
        #qts43-container .organize-list li {
            padding: 2em;
            /*height: 380px*/
            height: 100%;
        }
    }
    #qts43-container .sync-list {
        margin-top: 3em
    }
    #qts43-container .sync-list li {
        background-color: white;
        padding: 2em;
        margin-bottom: 1em
    }
    @media (min-width: 768px) {
        #qts43-container .sync-list {
            display: table
        }
        #qts43-container .sync-list li {
            border-right: 10px solid #f5f5f5;
            display: table-cell
        }
        #qts43-container .sync-list li:last-child {
            border: none
        }
    }
    #qts43-container .table-sync {
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 3em;
        background-color: white
    }
    #qts43-container .table-sync h3 {
        text-align: center
    }
    #qts43-container .table-sync th,
    #qts43-container .table-sync td {
        border: 1px solid #ccc;
        padding: 1em 1.2em;
        min-width: 180px
    }
    @media (min-width: 768px) {
        #qts43-container #fm-3f .sync-list li {
            border-right: 10px solid #ed972b
        }
    }
    #qts43.qts-page #ov-4f .content {
        padding-top: 5rem
    }
    @media (min-width: 992px) {
        #qts43.qts-page #ov-4f .content {
            padding-top: 12rem
        }
    }
    #qts43-container #mm-1f {
        padding-top: 11rem;
        padding-bottom: 6rem;
        background-image: url(../images/mm/bg-white.jpg);
        background-repeat: repeat;
    }
    #qts43-container #mm-1f-2 {
        background-image: url(../images/mm/bg-white.jpg);
        background-repeat: repeat
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container #mm-1f-2 {
            background-image: url("../images/mm/bg-white@2x.jpg");
            background-size: 400px 480px
        }
    }
    #qts43-container #mm-1f-2 .img-wrapper {
        position: relative;
        height: 100%
    }
    #qts43-container #mm-1f-2 .img-wrapper img {
        max-height: 100%;
        display: block;
        margin: 0 auto
    }
    #qts43-container #mm-1f-2 .media-box {
        display: none
    }
    #qts43-container #mm-1f-2 .media-box h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #qts43-container #mm-1f-2 .slidePoint {
        position: relative;
        bottom: 0
    }
    @media (min-width: 768px) {
        #qts43-container #mm-1f-2 .sqss-macbookpro {
            margin-top: 0
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-1f-2 {
            padding-top: 0em
        }
        #qts43-container #mm-1f-2 .slideCaption {
            display: none
        }
        #qts43-container #mm-1f-2 .img-wrapper .media-box,
        #qts43-container #mm-1f-2 .img-wrapper img {
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            position: relative
        }
        #qts43-container #mm-1f-2 .img-wrapper img {
            display: block;
            width: 40%;
            float: left
        }
        #qts43-container #mm-1f-2 .img-wrapper .media-box {
            display: block;
            width: 50%;
            float: right
        }
        #qts43-container #mm-1f-2 .slideBlock {
            width: 700px;
            height: 404px;
            margin-left: -350px
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #mm-1f-2 .slideBlock {
            width: 900px;
            height: 404px;
            margin-left: -450px
        }
    }
    #qts43-container #mm-2f {
        background-image: url(../images/mm/2f_bg.jpg);
        background-size: cover;
        background-position: 0 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        padding-bottom: 0;
    }
    #qts43-container #mm-2f .content-left {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
    @media (min-width: 768px) {
        #qts43-container #mm-2f .content-left {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-2f .content-left {
            padding-top: 4rem;
            padding-bottom: 24rem;
        }
    }
    #qts43-container #mm-2f-img {
        margin-top: 3rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    @media (min-width: 768px) {
        #qts43-container #mm-2f-img {
            width: 60%
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-2f-img {
            margin-top: 0;
            position: absolute;
            max-height: 100%;
            width: auto;
            bottom: 0;
            left: 48%
        }
    }
    #qts43-container #mm-2f-1 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    @media (min-width: 768px) {
        #qts43-container #mm-2f-1 {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }
    #qts43-container #mm-2f-1 .slideCaption ul li.showThis {
        visibility: visible;
        position: relative
    }
    #qts43-container #mm-2f-1 .slideCaption li {
        text-align: left;
        padding: 1em;
        visibility: hidden
    }
    #qts43-container #mm-2f-2 {
        background-image: url(../images/mm/2f-2_bg.jpg);
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-bottom: 0;
    }
    #qts43-container .func-list li,
    #qts43-container .func-list+p li {
        background-color: #eee;
        padding: 1em;
        margin-top: 1em
    }
    #qts43-container .func-list li h3,
    #qts43-container .func-list+p li h3 {
        text-align: center
    }
    @media (min-width: 768px) {
        #qts43-container .func-list,
        #qts43-container .func-list+p {
            width: 90%;
            margin-left: auto;
            margin-right: auto
        }
        #qts43-container .func-list li,
        #qts43-container .func-list+p li {
            float: left;
            width: 32%;
            margin-right: 2%
        }
        #qts43-container .func-list li:nth-child(3),
        #qts43-container .func-list+p li:nth-child(3) {
            margin-right: 0
        }
        #qts43-container .func-list li,
        #qts43-container .func-list+p li {
            padding: 2em 1.2em;
            margin-top: 2em;
            margin-bottom: 2em
        }
    }
    @media (min-width: 992px) {
        #qts43-container .func-list li,
        #qts43-container .func-list+p li {
            padding: 2em 1.2em
        }
        #qts43-container .func-list li p,
        #qts43-container .func-list+p li p {
            height: 90px
        }
    }
    #qts43-container .func-list-2 {
        border-collapse: inherit;
        border-spacing: 0;
    }
    #qts43-container .func-list-2 li {
        display: block;
        width: 100%;
        background-color: rgba(42, 97, 152, 0.8);
        padding: 1em 2em 3em;
        margin-top: 1em;
        margin-bottom: 1em;
        color: white
    }
    #qts43-container .func-list-2 li h3 {
        text-align: center;
    }
    #qts43-container .func-list-2 li h3 span.image {
        display: block;
        margin-bottom: 0.5em;
        text-align: center;
    }
    #qts43-container .func-list-2 li .note {
        color: #bcd9f6;
    }
    @media (min-width: 768px) {
        #qts43-container .func-list-2 {
            border-collapse: separate;
            border-spacing: 10px;
        }
        #qts43-container .func-list-2 li {
            display: table-cell;
            width: 50%;
        }
    }
    #qts43-container #mm-3f {
        background-image: url(../images/mm/music-bg.jpg);
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat
    }
    #qts43-container #mm-3f .content-right {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    @media (min-width: 992px) {
        #qts43-container #mm-3f {
            padding-top: 10rem;
            padding-bottom: 10rem
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #mm-3f {
            padding-top: 8rem;
            padding-bottom: 8rem
        }
    }
    #qts43-container #mm-3f-img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    @media (min-width: 768px) {
        #qts43-container #mm-3f-img {
            width: 60%
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-3f-img {
            margin-bottom: -3rem;
            position: absolute;
            max-height: 85%;
            width: auto;
            right: 52%;
            bottom: 0;
        }
    }
    #qts43-container #mm-3f-1 {
        background-color: #838692;
        padding-top: 3rem;
    }
    #qts43-container #mm-3f-2 {
        padding-top: 8em;
        background-image: url(../images/mm/music-2-bg.jpg);
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat
    }
    @media (min-width: 768px) {
        #qts43-container #mm-4f {
            padding-top: 8em;
            background-image: url(../images/mm/mobile-city.png);
            background-size: 500px auto;
            background-position: -20% 0;
            background-repeat: no-repeat
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-4f {
            padding-top: 9em;
            background-size: 600px auto;
            background-position: 0 0
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #mm-4f {
            padding-top: 8em;
            background-size: 800px auto;
            background-position: 10% 0
        }
    }
    #qts43-container #mm-4f-2 .sqss-macbookpro {
        margin-top: 0
    }
    #qts43-container #mm-4f-2 .img-wrapper {
        height: 100%
    }
    #qts43-container #mm-4f-2 .img-wrapper img {
        max-height: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto
    }
    @media (min-width: 768px) {
        #qts43-container #mm-4f-2 {
            padding-top: 0
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-4f-2 .slideBlock {
            width: 750px;
            height: 433px;
            margin-left: -375px
        }
    }
    @media (min-width: 768px) {
        #qts43-container #mm-5f .bg-pc {
            position: absolute;
            top: 10%;
            left: -10%;
            height: 100%;
            width: 65%;
            background: url(../images/mm/download-pc.png) 50% 50% no-repeat;
            background-size: contain;
        }
    }
    @media (min-width: 992px) {
        #qts43-container #mm-5f .bg-pc {
            background-position: 60% 50%;
            background-size: 100%
        }
    }
    #qts43-container #mm-5f .content-mobile-right {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #qts43-container #mm-5f-2 {
        padding-bottom: 3em;
    }
    #qts43-container #mm-5f-2 .p_note {
        font-size: 13px;
        color: #0b5c8b;
        line-height: 1.5em;
    }
    #qts43-container .download-list {
        text-align: center
    }
    #qts43-container .download-list p {
        text-align: center;
    }
    #qts43-container .download-list li {
        margin-bottom: 50px;
    }
    @media (min-width: 768px) {
        #qts43-container .download-list p {
            text-align: left;
        }
        #qts43-container .download-list li {
            width: 48%;
            float: left;
            margin-right: 4%;
            position: relative;
            height: 220px;
        }
        #qts43-container .download-list li:nth-child(2n) {
            margin-right: 0
        }
        #qts43-container .download-list h3 {
            text-align: left
        }
        #qts43-container .download-list .left {
            position: absolute;
            top: 20px;
            left: 0
        }
        #qts43-container .download-list .right {
            padding-left: 80px;
            position: relative
        }
    }
    @media (min-width: 992px) {
        #qts43-container .download-list li {
            width: 32%;
            float: left;
            margin-right: 2%;
            position: relative;
            height: 230px
        }
        #qts43-container .download-list li:nth-child(2n) {
            margin-right: 2%
        }
        #qts43-container .download-list li:nth-child(3n) {
            margin-right: 0
        }
    }
    #qts43.qts-page #ov-5f {
        padding-top: 5rem
    }
    @media (min-width: 992px) {
        #qts43.qts-page #ov-5f {
            padding-top: 12rem
        }
    }
    #qts43-container #pd-1f .note-ui {
        background: url(../images/pd/note_station_bg.jpg) 50% 100% no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: top;
    }
    #qts43-container #pd-1f .note-ui img {
        position: absolute;
        display: none;
    }
    @media (min-width: 992px) {
        #qts43-container #pd-1f .note-ui {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 55%;
            left: 0
        }
        #qts43-container #pd-1f .note-ui img {
            top: 10%;
            left: 50%;
            margin-left: -35%;
            width: 80%;
            display: block;
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #pd-1f .note-ui {
            width: 50%
        }
        #qts43-container #pd-1f .note-ui img {
            top: 20rem;
            left: 50%;
            margin-left: -35%;
            width: 80%;
        }
    }
    #qts43-container #pd-2f {
        background-image: url(../images/pd/5f-f2-bg.jpg);
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat
    }
    #qts43-container .content-cus-right,
    #qts43-container .content-cus-left {
        padding-left: 1em;
        padding-right: 1em
    }
    #qts43-container .content-cus-right h2,
    #qts43-container .content-cus-right p,
    #qts43-container .content-cus-left h2,
    #qts43-container .content-cus-left p {
        text-align: center
    }
    @media (min-width: 992px) {
        #qts43-container .content-cus-right,
        #qts43-container .content-cus-left {
            width: 45%;
            float: right
        }
        #qts43-container .content-cus-right .cus-txt>h2,
        #qts43-container .content-cus-right .cus-txt>p,
        #qts43-container .content-cus-left .cus-txt>h2,
        #qts43-container .content-cus-left .cus-txt>p {
            max-width: 80%;
            margin-left: auto;
            margin-right: auto
        }
    }
    @media (min-width: 1280px) {
        #qts43-container .content-cus-right,
        #qts43-container .content-cus-left {
            width: 50%
        }
    }
    @media (min-width: 1600px) {
        #qts43-container .content-cus-right .cus-txt,
        #qts43-container .content-cus-left .cus-txt {
            margin: 0;
            max-width: 640px;
            padding-left: 2em
        }
    }
    @media (min-width: 992px) {
        #qts43-container .content-cus-left {
            float: left
        }
    }
    @media (min-width: 992px) {
        #qts43-container .con {
            max-width: 96%;
            margin-left: auto;
            margin-right: auto
        }
    }
    #qts43-container .work-list {
        margin-top: 3em;
        margin-bottom: 1em
    }
    #qts43-container .work-list li {
        /* border-bottom: 1px solid #b4a9a2; */
        padding-bottom: 1.5em
    }
    #qts43-container .work-list li p {
        text-align: center;
        -webkit-font-smoothing: antialiased
    }
    #qts43-container .work-list .icon {
        width: 100%;
        height: 110px;
        display: block;
        margin: 0 auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: .8
    }
    @media (min-width: 1280px) {
        #qts43-container .work-list .icon {
            background-size: cover
        }
    }
    #qts43-container .work-list .icon-pd-1 {
        background-image: url(../images/pd/icon-1.png)
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container .work-list .icon-pd-1 {
            background-image: url("../images/pd/icon-1@2x.png");
            background-size: 280px 110px
        }
    }
    #qts43-container .work-list .icon-pd-2 {
        background-image: url(../images/pd/icon-2.png)
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container .work-list .icon-pd-2 {
            background-image: url("../images/pd/icon-2@2x.png");
            background-size: 280px 110px
        }
    }
    #qts43-container .work-list .icon-pd-3 {
        background-image: url(../images/pd/icon-3.png)
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container .work-list .icon-pd-3 {
            background-image: url("../images/pd/icon-3@2x.png");
            background-size: 280px 110px
        }
    }
    #qts43-container .work-list .icon-pd-4 {
        background-image: url(../images/pd/icon-4.png)
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container .work-list .icon-pd-4 {
            background-image: url("../images/pd/icon-4@2x.png");
            background-size: 280px 110px
        }
    }
    #qts43-container .work-list .icon-pd-5 {
        background-image: url(../images/pd/icon-5.png)
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container .work-list .icon-pd-5 {
            background-image: url("../images/pd/icon-6@2x.png");
            background-size: 280px 110px
        }
    }
    #qts43-container .work-list .icon-pd-6 {
        background-image: url(../images/pd/icon-6.png)
    }
    @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6 / 2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
        #qts43-container .work-list .icon-pd-6 {
            background-image: url("../images/pd/icon-6@2x.png");
            background-size: 280px 110px
        }
    }
    @media (min-width: 768px) {
        #qts43-container .work-list li {
            float: left;
            width: 32%;
            margin-right: 2%;
            height: 210px
        }
        #qts43-container .work-list li:nth-child(3n) {
            margin-right: 0
        }
    }
    @media (min-width: 992px) {
        #qts43-container .work-list {
            /*  background-color: #5d6769;  */
            padding: 0 2em
        }
        #qts43-container .work-list li {
            width: 48.5%;
            margin-right: 3%;
            height: 240px
        }
        #qts43-container .work-list li:nth-child(3n) {
            margin-right: 3%
        }
        #qts43-container .work-list li:nth-child(2n) {
            margin-right: 0
        }
        #qts43-container .work-list li:last-child {
            border-bottom: none
        }
    }
    @media (min-width: 1280px) {
        #qts43-container .work-list li {
            padding-top: .5em;
            width: 28%;
            margin-right: 8%
        }
        #qts43-container .work-list li:nth-child(2n) {
            margin-right: 8%
        }
        #qts43-container .work-list li:nth-child(4) {
            border-bottom: none
        }
        #qts43-container .work-list li:nth-child(3n) {
            margin-right: 0%
        }
    }
    @media (min-width: 1600px) {
        #qts43-container .work-list li {
            height: 280px
        }
    }
    @media (min-width: 992px) {
        #qts43-container #pd-3f .contact-ui {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 45%;
            width: 100%;
            margin-right: -50px
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #pd-3f .contact-ui {
            right: 50%
        }
    }
    #qts43-container #pd-3f .contact-ui {
        background: url(../images/pd/qcontact_bg.jpg);
        height: 100%
    }
    #qts43-container #pd-3f .triangle {
        display: none;
        position: absolute;
        right: 45%;
        top: 70px;
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-top: 70px solid white;
        margin-right: -50px
    }
    #qts43-container #pd-3f .triangle:before {
        content: '';
        position: absolute;
        bottom: 70px;
        height: 70px;
        width: 100px;
        right: 0;
        background: white
    }
    @media (min-width: 992px) {
        #qts43-container #pd-3f .triangle {
            display: block
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #pd-3f .triangle {
            right: 50%
        }
    }
    #qts43-container #pd-3f .triangle-bottom {
        background-color: white;
        display: none;
        right: 45%;
        width: 100px;
        margin-right: -50px
    }
    @media (min-width: 992px) {
        #qts43-container #pd-3f .triangle-bottom {
            display: block;
            position: absolute;
            top: 140px;
            bottom: 0
        }
    }
    @media (min-width: 1280px) {
        #qts43-container #pd-3f .triangle-bottom {
            right: 50%
        }
    }
    #qts43-container .contact-list {
        padding-left: 1em;
        padding-right: 1em
    }
    #qts43-container .contact-list li {
        border-bottom: 1px solid white;
        padding-bottom: 1em;
        padding-top: 1em
    }
    #qts43-container .contact-list li:last-child {
        border-bottom: none
    }
    @media (min-width: 768px) {
        #qts43-container .contact-list {
            padding: 6em 2em
        }
    }
    @media (min-width: 992px) {
        #qts43-container .contact-list {
            padding-right: 180px;
            float: right;
            width: 50%
        }
        #qts43-container .contact-list li {
            padding-top: 2em;
            padding-bottom: 2em
        }
    }
    @media (min-width: 1600px) {
        #qts43-container .contact-list {
            max-width: 640px
        }
    }
    /*  */
    #ov-img-1.ad-img-1 {
        max-height: auto;
        width: 94%;
        left: 52% !important;
    }
    @media (min-width: 1280px) {
        #ov-img-1.ad-img-1 {
            max-height: 110% !important;
            width: auto !important;
            left: 52% !important;
        }
    }
    @media (min-width: 1280px) {
        #qts43-container article.bg-helf-pc .helf-pc.ad-img-2 {
            max-width: 78% !important;
        }
    }
    /* video */
    .black_div {
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        z-index: 10;
        position: absolute;
    }
    .video_bg {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .video_dom {
        z-index: -99;
        overflow: hidden;
    }
    .video_iframe {
        position: absolute;
    }
    @media (min-width: 320px) {
        #video_iframe {
            display: none;
        }
        .vidoe_dom {
            height: 400px;
        }
        #video_cover > img {
            object-fit: cover;
            /*height: 400px;*/
            /*width: 100%;*/
        }
        #qts43-container {
        margin-top: 52px;
    }
        /*.video_bg {padding-bottom:56.25%;}*/
    }
    @media (min-width: 770px) {
/* #qts43-container > header.ovH  {
top: -52px !important;
}*/
#video_iframe {
    display: block;
}
.vidoe_dom {
    height: auto;
}
#video_cover > img {
    object-fit: cover;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.video_bg {
    padding-bottom: 56.25%;
}
}
/* fb  */
.addthis_sharing_toolbox {
    margin: 0px auto 60px;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: static;
    left: auto;
    z-index: 999 !important;
}
.qts-nav h3,
.qts-nav .addthis_sharing_toolbox a {
    height: 32px;
}
@media screen and (min-width: 400px) {
    .addthis_sharing_toolbox {
        width: 340px;
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .addthis_sharing_toolbox {
        display: block;
        filter: alpha(Opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        position: absolute;
        top: 100px;
        left: 50%;
        margin-left: 150px;
        margin-top: 20px;
    }
    .addthis_sharing_toolbox {
        display: block !important;
    }
}
.slideCaption ul {
    padding-left: 0 !important;
}
header.mainHeader {
    position: absolute !important;
    top: 0;
}
@media (min-width: 320px) {
    .addthis_sharing_toolbox {
        display: none;
    }
    header.mainHeader .qp-container h1 {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
    header.mainHeader {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@media screen and (min-width: 720px) {
    #qts43-container .home-video .qts-title {
        top: 65%;
    }
}
#ov-5f > div > h2,
#ov-3f > div > h2 {
    margin-top: 52px;
}
@media (min-width: 1001px) {
    header.mainHeader .qp-container h1 {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    header.mainHeader {
        background: rgba(0, 0, 0, 0.4) !important;
    }
}
#video_cover {
    width: 100%;
}
#qts43-container .container ul {
        padding-right: 40px;
}


article .container .sqfk-sec-figure.exfat_bg {background: url('../images/pd/exfat_bg.png') no-repeat left top; background-size:auto; text-align:right;}
#qts43-container article .sqfk-sec-figure.exfat_bg img {display:block; margin-right:auto; margin-left:auto; max-width:55%;}
article .container .sqfk-sec-figure.exfat_bg .txt { width:100%; float:left; padding-top:125px; padding-left:68px; padding-bottom:20px; text-align:left; color:#ffffff; font-size:18px; line-height:1.4em; box-sizing:border-box; }
article .container .sqfk-sec-figure.exfat_bg .txt span { font-weight:bold; color:#f6ff00; font-size:130%; }
@media (min-width: 768px) {
	article .container .sqfk-sec-figure.exfat_bg {  background-size:cover; }
	#qts43-container article .sqfk-sec-figure.exfat_bg img { display:inline-block;  max-width:40%;}
	article .container .sqfk-sec-figure.exfat_bg .txt { width:50%; float:left; padding-top:140px; padding-left:80px; text-align:left; color:#ffffff; font-size:20px; line-height:1.4em; }
}
@media (min-width: 1000px) {
	article .container .sqfk-sec-figure.exfat_bg { background-size:auto; max-width:980px; margin:auto; }
	#qts43-container article .sqfk-sec-figure.exfat_bg img  { max-width:100%; }
	article .container .sqfk-sec-figure.exfat_bg .txt { width:450px; float:left; padding-top:160px; padding-left:80px; text-align:left; color:#ffffff; font-size:24px; line-height:1.4em; }
}
#qts43-container article.c_5f { background: url('../images/pd/pd_c_5f_bg.png') repeat-x bottom; }