*, :after, :before {
    box-sizing: border-box
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
sup {
    vertical-align: super;
    font-size: .6em
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    font: 16px/1.4 Helvetica, Arial, sans-serif !important;
    color: #2b2b2b;
    min-width: 970px
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
h2 {
    font-size: 1.5em;
    margin-bottom: 1.125em
}
a {
    display: inline-block;
    color: #2196f3;
    text-decoration: none;
    border-bottom: 1px dotted #2196f3;
    margin-bottom: -1px;
    transition: border-bottom-color 80ms ease-in
}
a:hover {
    border-bottom-color: transparent
}
section {
    text-align: center
}
section .txt-lg {
    margin-left: auto;
    margin-right: auto
}
footer {
    width: 80%;
    padding: 100px 0 20px;
    margin: 0 auto;
    text-align: center;
    font-size: .875em
}
footer p:first-child {
    margin-bottom: 20px
}
footer .pomo-copyright {
    font-size: .857em;
    color: #999
}
.txt-lg {
    font-size: 1.25em;
    margin-bottom: 18px
}
.txt-lg:last-child {
    margin-bottom: 0
}
.btn-pink {
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    color: #fff;
    border-bottom: none;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 100ms ease-in;
    background-color: #fb674b
}
.btn-pink:hover {
    background-color: #fa4323
}
.btn-lg {
    padding: 18px 70px;
    font-size: 1.125em
}
.hero-header {
    position: relative;
    background: url(../images/bg.jpg) #32afc5;
    text-align: center
}
.hero-header:before {
    content: '';
    position: absolute;
    top: 140px;
    left: 50%;
    display: block;
    width: 550px;
    height: 550px;
    margin-top: -275px;
    margin-left: -275px;
    background: radial-gradient(275px, rgba(255, 255, 255, .6), transparent)
}
.hero-logo {
    position: relative;
    padding: 70px 0 50px
}
.laptop {
    position: relative;
    width: 942px;
    height: 360px;
    margin: 0 auto;
    padding-top: 38px;
    overflow: hidden
}
.laptop:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/laptop-frame.png)
}
.laptop-blank {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 322px;
    background-color: #cfcfcf
}
.laptop__screens {
    position: relative;
    z-index: 50
}
.laptop .bx-viewport {
    width: 874px !important;
    height: 322px !important;
    margin: 0 auto
}
.laptop .bx-caption {
    position: absolute;
    bottom: 50px;
    left: 50%;
    padding: 4px 12px;
    background-color: rgba(51, 51, 51, .95);
    color: #fff;
    font-size: .875em;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}
.guide {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: -35px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.guide li {
    display: inline-block;
    margin-right: 48px
}
.guide li:last-child {
    margin-right: 0
}
.guide a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #f7796f;
    color: #fff;
    font-size: .75em;
    line-height: 72px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    cursor: default;
    transition: background-color 200ms ease-out, box-shadow 200ms ease-out
}
.guide a:hover {
    background-color: #f66a61;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}
.guide a.active {
    background-color: #fb674b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}
.intro-section {
    padding: 110px 0 50px
}
.intro-section .txt-lg {
    width: 620px;
    margin-bottom: 30px
}
@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    37% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    55% {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    73% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    82% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    91% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    96% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes bounceIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    37% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    55% {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    73% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    82% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    91% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    96% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.benefits-section {
    position: relative;
    background-image: url(../images/coffeeshop-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 0 60px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden
}
.benefits-section blockquote {
    font-size: .875em;
    color: rgba(102, 102, 102, .7);
    margin-bottom: 45px
}
.benefits-section .txt-lg {
    width: 520px
}
.benefits-section .winner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../images/confetti-bg.jpg);
    box-shadow: inset 0 10px 10px -7px rgba(0, 0, 0, .1), inset 0 -10px 10px -7px rgba(0, 0, 0, .1);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 450ms cubic-bezier(0.6, .04, .98, .335);
    transition: transform 450ms cubic-bezier(0.6, .04, .98, .335)
}
.benefits-section .winner.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: bounceIn 700ms linear;
    animation: bounceIn 700ms linear
}
.benefits-section .winner.hidden {
    -webkit-transform: translateY(-100%) !important;
    -ms-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important
}
.benefits-section .winner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.benefits-section .winner__back-btn {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    background-color: #4ecdc4;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    opacity: .8
}
.benefits-section .winner .txt-lg {
    width: 340px
}
.features-section {
    padding: 80px 0 70px
}
.feature {
    display: inline-block;
    width: 252px;
    margin-right: 40px
}
.feature:last-child {
    margin-right: 0
}
.feature h3 {
    font-size: 1.25em;
    margin-bottom: 18px
}
.feature__img {
    display: inline-block;
    width: 180px;
    height: 180px;
    // background-image: url(../images/features.png);
    margin-bottom: 34px
}
.feature__img.pomodoro {
    background-position: -180px 0
}
.feature__img.taco {
    background-position: -360px 0
}
.download-section {
    padding: 80px 0;
    border-top: 1px solid #d3d3d3
}
.download-section p {
    width: 570px;
    margin: 0 auto 54px
}
.download-btn {
    padding: 25px 85px;
    margin: 0;
    background-color: #32afc5;
    font-size: 1.625em;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 -1px 1px #24a4ba;
    outline: 0;
    border: none;
    border-bottom: 5px solid #1aa2ba;
    border-radius: 8px
}
.download-btn:hover {
    margin-top: 2px;
    border-bottom: 3px solid #1aa2ba
}
.download-btn:active {
    margin-top: 4px;
    border-bottom-width: 1px
}
/*table*/
.features-table {
    max-width: 100%;
}

.features-table p {
    font-size: 16px;
}
.table-wrapper {
    display: block;
    width: 100%;
    // float: left;
}

.row-table {
    display: table;
    height: 55px;
    width: 100%;
}
.row-table:nth-of-type(odd) {
    background-color: #e3e3e3;
}

.cell-table {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    border-left: 1px solid #c8c8c8;
}

.cell-table span, .cell-table p {
    text-align: center;
    display: inline-block;
}

.cell-table img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 8px;
}

.cell-table:first-child {
    border: none;
}

.cell-table.dark-cell {
    background-color: #32afc5;
    color: #FFF;
    border-color: #FFF;
}

.cell-table.dark-cell.first {
    border-color: #32afc5;
}
.cell-table.featured {
    width: 40%;
}

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

.faq-section h3 {
    font-size: 1.25em;
    margin-bottom: 18px;
}

.toggle.item {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.faq-section .header.question {
    font-weight: bold;
    cursor: pointer;
}

.answer.toggle-content {
    display: none;
    margin-top: 10px;
}

.answer.toggle-content {
    display: none;
}

div.faqs ol {
    list-style-type: decimal;
        margin-left: 20px;
    margin-top: 5px;
}

div.faqs {
    width: 570px;
    margin: 0 auto;
    text-align: left;
}

.faqs p {
    font-size: 16px;
}

.csAccordion .csAccordion__title {
    background-color: #32afc5;
    text-shadow: none;
    border-bottom-width: 5px;
}

.faqs .inner_content ol {
    list-style-type: decimal;
    padding: 10px 10px 5px;
}

.faqs .inner_content ol li {
    list-style-type: decimal;
    padding: 10px 10px 5px;
    display: list-item;
}

.csAccordion li {
    padding: 0px 1em;
}

.csAccordion li:first-child {
    padding: 1em 1em 0;
}
.csAccordion li.show {
    padding: 1em;
}

.csAccordion .expand {
    top: 10px;
}

li:nth-child(1) .col.heading .expand {
    top: 25px;
}

.csAccordion li.show .expand {
    top: 1.5em;
}

.csAccordion ol li:before, .csAccordion ol li:after {
    display: none;
}