@font-face {
    font-family: 'gilroy-light';
    src: url(../fonts/gilroy-light.eot);
    src: url(../fonts/gilroy-light.eot#iefix) format('embedded-opentype'), url(../fonts/gilroy-light.woff2) format('woff2'), url(../fonts/gilroy-light.woff) format('woff'), url(../fonts/gilroy-light.ttf) format('truetype')
}

@font-face {
    font-family: 'gilroy-extrabold';
    src: url(../fonts/gilroy-extrabold.eot);
    src: url(../fonts/gilroy-extrabold.eot#iefix) format('embedded-opentype'), url(../fonts/gilroy-extrabold.woff2) format('woff2'), url(../fonts/gilroy-extrabold.woff) format('woff'), url(../fonts/gilroy-extrabold.ttf) format('truetype')
}

:root {
    --gutter: 2rem;
    --width-xl: 106rem;
    --width-l: 96rem;
    --width-m: 70rem;
    --width-s: 66rem;
    --sides: 6rem;
    --color-text: #1a2532;
    --color-text-light: #7e878f;
    --color-accent: #35bbb2;
    --color-green: #abd8d4;
    --color-red: #ff5831;
    --color-yellow: #f8f19f;
    --color-white: #fff;
    --color-blue: #272c51;
    --color-gray: #b7bfcb;
    --color-gray-very-light: #f0f4f9;
    --color-gray-light: #dee3ea;
    --color-accessible: #00a3bd;
    --planner-width-hour: 8.1rem;
    --planner-height-row: 4.5rem;
    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    --font-titles: 'gilroy-extrabold', sans-serif;
    --font-titles-light: 'gilroy-light', sans-serif
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.js-focus-visible :focus {
    outline: none
}

.js-focus-visible .focus-visible {
    outline: 3px solid var(--color-accessible);
    outline-offset: .2rem;
    transition: none
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}

body {
    background: #fff;
    font-family: var(--font-body);
    font-size: 1.7rem;
    line-height: 1.45em;
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body.admin-bar {
    min-height: calc(100vh - 32px)
}

@media (min-width:481px) {
    body {
        font-size: 1.6rem
    }
}

@media (min-width:961px) {
    body {
        font-size: 1.8rem
    }
}

img,
svg {
    display: block
}

::-moz-selection {
    background: var(--color-yellow)
}

::selection {
    background: var(--color-yellow)
}

h1 {
    font-size: 5.6rem;
    line-height: 1em;
    color: var(--color-blue);
    font-family: var(--font-titles);
    font-weight: 400;
    letter-spacing: -.03em;
    margin-bottom: 3rem
}

h2 {
    font-size: 3.4rem;
    line-height: 1.125em;
    color: var(--color-blue);
    font-family: var(--font-titles);
    font-weight: 400;
    letter-spacing: -.03em;
    margin-bottom: .5em
}

@media (min-width:481px) {
    h2 {
        font-size: 4rem
    }
}

@media (min-width:961px) {
    h2 {
        font-size: 4.8rem
    }
}

@media (min-width:1041px) {
    h2 {
        font-size: 5.4rem
    }
}

@media (min-width:1281px) {
    h2 {
        font-size: 5.6rem
    }
}

h3 {
    font-size: 3rem;
    line-height: 1.1em;
    color: var(--color-blue);
    font-family: var(--font-titles);
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: .4em
}

@media (min-width:661px) {
    h3 {
        font-size: 3.5rem
    }
}

@media (min-width:1041px) {
    h3 {
        font-size: 3.8rem
    }
}

h4 {
    font-size: 2.6rem;
    line-height: 1.1em;
    color: var(--color-blue);
    font-family: var(--font-titles);
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: .4em
}

p {
    margin-bottom: 1.5em
}

.subtitle {
    font-size: 1.7rem;
    line-height: 1.45em;
    margin-bottom: 2.5em
}

@media (min-width:661px) {
    .subtitle {
        font-size: 1.8rem
    }
}

a {
    text-decoration: none;
    color: var(--color-text);
    transition: border .2s ease-in-out;
    position: relative
}

.button,
.menu-login a,
.posts-pagination a {
    border-radius: 6px;
    font-weight: 700;
    padding: 1.4rem 4rem;
    display: inline-flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.5em;
    outline: none;
    transition: .2s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07);
    text-align: center;
    background: #fff;
    border: 1px solid #d5dce5;
    color: var(--color-text)
}

@media (min-width:961px) {

    .button,
    .menu-login a,
    .posts-pagination a {
        font-size: 1.6rem
    }
}

.button:hover,
.menu-login a:hover,
.posts-pagination a:hover {
    text-decoration: none;
    transform: translateY(0px);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .07), 0 2px 3px rgba(0, 0, 0, .05)
}

.button.is-primary,
.menu-login a.is-primary,
.posts-pagination a.is-primary {
    background: var(--color-blue);
    color: var(--color-white);
    border: none
}

.button.is-primary:hover,
.menu-login a.is-primary:hover,
.posts-pagination a.is-primary:hover {
    background: #32396a
}

.button.is-primary:focus,
.menu-login a.is-primary:focus,
.posts-pagination a.is-primary:focus {
    background: #171b3a
}

.button.is-secondary:hover,
.menu-login a.is-secondary:hover,
.posts-pagination a.is-secondary:hover {
    border: 1px solid #b7bfcb;
    background: #fff
}

.button.is-compact,
.menu-login a.is-compact,
.posts-pagination a.is-compact {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 5px 20px
}

.button.is-highlighted,
.menu-login a.is-highlighted,
.posts-pagination a.is-highlighted {
    background: var(--color-accent)
}

.button.is-highlighted:hover,
.menu-login a.is-highlighted:hover,
.posts-pagination a.is-highlighted:hover {
    background: #2ca6a1
}

.button.is-highlighted:active,
.button.is-highlighted:focus,
.menu-login a.is-highlighted:active,
.menu-login a.is-highlighted:focus,
.posts-pagination a.is-highlighted:active,
.posts-pagination a.is-highlighted:focus {
    background: #259b96
}

.menu-login a {
    font-size: 1.3rem;
    padding: .8rem 1.5rem
}

.card {
    background: var(--color-white);
    box-shadow: 0 1px 2px 0 rgba(87, 87, 87, .2), 0 1px 4px 0 rgba(87, 87, 87, .1);
    border-radius: 6px
}

.card.is-hoverable {
    transition: .4s
}

.card.is-hoverable:hover {
    transform: scale(1.02);
    box-shadow: 0 1px 3px 0 rgba(87, 87, 87, .2), 0 2px 5px 0 rgba(87, 87, 87, .15)
}

.browser {
    background: var(--color-gray-very-light);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(87, 87, 87, .1), 0 10px 15px 0 rgba(5, 4, 10, .06);
    border-radius: 4px;
    max-width: var(--width-l);
    width: 100%;
    overflow: hidden;
    padding-top: 2rem;
    position: relative
}

.browser:before {
    content: '';
    background: url(../fonts/browser-buttons.svg) no-repeat;
    width: 42px;
    height: 10px;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0;
    margin: 0;
    background-size: 60%
}

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

@media (min-width:961px) {
    .browser {
        padding-top: 3.3rem
    }

    .browser:before {
        background-size: 100%;
        top: 12px;
        left: 10px
    }
}

.section-testimonials {
    position: relative;
    background-image: linear-gradient(0deg, #fff 65%, #f4f7fa 100%)
}

.testimonials__arrow {
    width: 6rem;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: .2;
    transition: opacity .2s;
    outline: none
}

@media (min-width:661px) {
    .testimonials__arrow {
        width: 10rem
    }
}

.testimonials__arrow:hover {
    opacity: 1
}

.testimonials__arrow:focus {
    opacity: 1
}

.testimonials__arrow span {
    display: none
}

.testimonials__arrow.testimonials__prev {
    left: 0;
    background: url(../fonts/icon-chevron-left.svg) center center no-repeat;
    background-size: 12px 21px
}

@media (min-width:481px) {
    .testimonials__arrow.testimonials__prev {
        background-size: 16px 28px
    }
}

.testimonials__arrow.testimonials__next {
    right: 0;
    background: url(../fonts/icon-chevron-right.svg) center center no-repeat;
    background-size: 12px 21px
}

@media (min-width:481px) {
    .testimonials__arrow.testimonials__next {
        background-size: 16px 28px
    }
}

.testimonial {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .2s ease-in-out;
    background: 0 0;
    padding: 5rem 0;
    margin: 0 calc(var(--sides)*1);
    outline: none
}

@media (min-width:661px) {
    .testimonial {
        margin: 0 calc(var(--sides)*1.5)
    }
}

@media (min-width:961px) {
    .testimonial {
        padding: 8rem 0;
        margin: 0 calc(var(--sides)*2)
    }
}

.testimonial .testimonial__wrapper {
    max-width: 70rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.testimonial .testimonial__content {
    text-align: center
}

.testimonial .testimonial__content p:before {
    content: '“'
}

.testimonial .testimonial__content p:after {
    content: '”'
}

.testimonial .testimonial__meta {
    display: flex;
    align-items: center
}

.testimonial .testimonial__meta img {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 100%;
    margin-right: 1.2rem
}

.testimonial .testimonial__meta p {
    margin: 0;
    line-height: 1.4em
}

.testimonial .testimonial__meta .testimonial__author {
    font-weight: 700;
    font-size: 1.5rem
}

.testimonial .testimonial__meta .testimonial__location {
    font-size: 1.4rem
}

.testimonial strong {
    font-weight: 400;
    padding: .2rem 0;
    background: var(--color-yellow)
}

.actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start
}

.actions .button {
    margin: .7rem 0
}

.actions .button:first-child {
    margin-left: 0
}

.actions .button:last-child {
    margin-right: 0
}

@media (min-width:481px) {
    .actions {
        flex-direction: row
    }

    .actions .button {
        margin: 0 .7rem
    }
}

.logo-happytools a {
    display: flex
}

.logo-happytools svg {
    width: 200px;
    height: 26px
}

.logo-happytools .logo-wordmark {
    fill: var(--color-blue)
}

.logo-happytools .logo-icon .red {
    fill: var(--color-red)
}

.logo-happytools .logo-icon .green {
    fill: var(--color-green)
}

.logo-happytools .logo-icon .yellow {
    fill: var(--color-yellow)
}

.main-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.row {
    max-width: var(--width-l);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

@media (min-width:961px) {
    .row {
        flex-direction: row
    }

    .row.is-reverse {
        flex-direction: row-reverse
    }
}

@media (min-width:1281px) {
    .row {
        max-width: var(--width-xl)
    }
}

.column-half {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.column-half+.column-half {
    margin-top: calc(var(--gutter)*1.5)
}

.column-half p {
    max-width: var(--width-s)
}

@media (min-width:961px) {
    .column-half {
        width: 50%;
        margin: 0;
        padding: 0 calc(var(--gutter)*1.5)
    }

    .column-half+.column-half {
        margin-top: 0
    }

    .column-half p {
        max-width: none
    }
}

section {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-standard {
    padding: 6rem calc(var(--sides)/2)
}

@media (min-width:661px) {
    .section-standard {
        padding: 8rem var(--sides)
    }
}

@media (min-width:1281px) {
    .section-standard {
        padding: 12rem var(--sides)
    }
}

.section-standard h2 {
    line-height: 1em
}

.section-dark {
    color: var(--color-white);
    background: var(--color-text)
}

.section-dark h2 {
    color: var(--color-green)
}

.section-dark .button {
    border: 0
}

.main-header {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1.2rem 0;
    width: 100%;
    z-index: 3;
    background: var(--color-white)
}

@media (min-width:661px) {
    .main-header {
        position: fixed;
        background: rgba(255, 255, 255, .85);
        backdrop-filter: saturate(180%) blur(20px)
    }
}

@media (min-width:1041px) {
    .main-header {
        padding: 1.4rem 0
    }
}

.main-header:after {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .025) 20%, rgba(255, 255, 255, 0) 80%);
    width: 100%;
    height: 1.5rem;
    left: 0;
    bottom: -1.5rem
}

.main-header .main-header__wrapper {
    max-width: var(--width-l);
    margin: 0 1.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:661px) {
    .main-header .main-header__wrapper {
        margin: 0 2rem
    }
}

@media (min-width:1281px) {
    .main-header .main-header__wrapper {
        max-width: var(--width-xl)
    }
}

.main-header h2 {
    margin: 0
}

.menu-header {
    font-size: 1.3rem
}

@media (min-width:961px) {
    .menu-header {
        font-size: 1.4rem
    }
}

.menu-header .menu {
    display: none;
    align-items: center
}

.menu-header .menu a {
    color: var(--color-blue)
}

.menu-header .menu .menu-item {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 700
}

.menu-header .menu .menu-item+.menu-item {
    margin-left: 2.5rem
}

@media (min-width:961px) {
    .menu-header .menu .menu-item+.menu-item {
        margin-left: 3rem
    }
}

.menu-header .menu-item:not(.menu-login) a:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: .2rem;
    bottom: -.5rem;
    opacity: 0;
    background: currentColor;
    transition: .2s;
    border-radius: .2rem;
    pointer-events: none;
    z-index: -1
}

.menu-header .menu-item.current-menu-item a:after,
.menu-header .menu-item.current-post-parent a:after {
    opacity: 1;
    bottom: -5px
}

.menu-header .menu-btn {
    display: none
}

.menu-header .menu-icon {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid var(--color-gray-light);
    padding: 1rem 2rem;
    border-radius: 6px;
    transition: background .2s
}

.menu-header .menu-icon:active,
.menu-header .menu-icon:focus {
    border-color: var(--color-accent);
    color: var(--color-accent)
}

@media (min-width:661px) {
    .menu-header .menu {
        display: flex
    }

    .menu-header .menu-icon {
        display: none
    }
}

.menu-header .menu-btn:checked~.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: calc(100% - 4rem);
    top: 5rem;
    margin: 2rem;
    background: #fff;
    left: 0;
    padding: 2rem 0 0;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(87, 87, 87, .2), 0 6px 20px 0 rgba(95, 99, 100, .1);
    z-index: 2
}

.menu-header .menu-btn:checked~.menu li {
    text-transform: none;
    width: 100%;
    margin: 0;
    padding: 0 3.5rem;
    text-align: center
}

.menu-header .menu-btn:checked~.menu li a {
    margin: 0;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 1.5rem 0;
    display: block
}

.menu-header .menu-btn:checked~.menu li a:after {
    content: none
}

.menu-header .menu-btn:checked~.menu .menu-login {
    margin-top: 2rem
}

.menu-header .menu-btn:checked~.menu .menu-login a {
    border: 0;
    border-top: 1px solid var(--color-gray-light);
    box-shadow: none;
    padding: 2rem;
    margin: 0;
    border-radius: 0
}

.post-type-archive-blog .menu-item.menu-blog a:after,
.single-blog .menu-item.menu-blog a:after {
    opacity: 1;
    bottom: -5px
}

.hero-blobs {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    overflow: hidden
}

.hero-blobs svg {
    position: absolute;
    height: auto
}

.hero-blobs .hero-blob-1 {
    top: -24rem;
    left: -5rem;
    width: 28rem
}

.hero-blobs .hero-blob-2 {
    top: 9rem;
    left: -30rem;
    width: 36rem
}

.hero-blobs .hero-blob-3 {
    top: -13rem;
    right: -20rem;
    width: 30rem
}

@media (min-width:481px) {
    .hero-blobs .hero-blob-1 {
        top: -20rem;
        left: -12rem;
        width: 28rem
    }

    .hero-blobs .hero-blob-2 {
        top: 22rem;
        left: -30rem;
        width: 40rem
    }

    .hero-blobs .hero-blob-3 {
        top: -28rem;
        right: -20rem;
        width: 38rem
    }
}

@media (min-width:661px) {
    .hero-blobs .hero-blob-1 {
        top: -20rem;
        left: -5rem;
        width: 34rem
    }

    .hero-blobs .hero-blob-2 {
        top: 12rem;
        left: -28rem;
        width: 38rem
    }

    .hero-blobs .hero-blob-3 {
        top: -24rem;
        right: -20rem;
        width: 48rem
    }
}

@media (min-width:961px) {
    .hero-blobs .hero-blob-1 {
        top: -24rem;
        left: -2rem;
        width: 38rem
    }

    .hero-blobs .hero-blob-2 {
        top: 13rem;
        left: -26rem;
        width: 43rem
    }

    .hero-blobs .hero-blob-3 {
        top: -30rem;
        right: -24rem;
        width: 55rem
    }
}

@media (min-width:1041px) {
    .hero-blobs .hero-blob-1 {
        top: -30rem;
        left: -8rem;
        width: 45rem
    }

    .hero-blobs .hero-blob-2 {
        top: 13rem;
        left: -28rem;
        width: 46rem
    }

    .hero-blobs .hero-blob-3 {
        top: -33rem;
        right: -33rem;
        width: 60rem
    }
}

@media (min-width:1281px) {
    .hero-blobs .hero-blob-1 {
        top: -28rem;
        left: -4rem;
        width: 45rem
    }

    .hero-blobs .hero-blob-2 {
        top: 12rem;
        left: -40rem;
        width: 60rem
    }

    .hero-blobs .hero-blob-3 {
        top: -35rem;
        right: -35rem;
        width: 70rem
    }
}

@media (min-width:1601px) {
    .hero-blobs .hero-blob-1 {
        top: -45rem;
        left: 6rem;
        width: 60rem
    }

    .hero-blobs .hero-blob-2 {
        top: 6rem;
        left: -38rem;
        width: 65rem
    }

    .hero-blobs .hero-blob-3 {
        top: -14rem;
        right: -25rem;
        width: 60rem
    }
}

@media (min-width:1921px) {
    .hero-blobs .hero-blob-1 {
        top: -63rem;
        left: 5rem;
        width: 88rem
    }

    .hero-blobs .hero-blob-2 {
        top: 18rem;
        left: -42rem;
        width: 85rem
    }

    .hero-blobs .hero-blob-3 {
        top: -58rem;
        right: -58rem;
        width: 120rem
    }
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 60rem;
    position: relative;
    padding: 8rem calc(var(--sides)/2) 14rem;
    background-image: linear-gradient(179deg, #fff 49%, #fff 77%, #f6f8fa 100%)
}

@media (min-width:481px) {
    .hero {
        padding: 0 var(--sides)
    }
}

@media (min-width:661px) {
    .hero {
        height: 100vh
    }
}

@media (min-width:961px) {
    .hero {
        padding: 0 8rem
    }
}

.hero .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: var(--width-xl);
    width: 100%;
    z-index: 2;
    margin-top: 0
}

@media (min-width:481px) {
    .hero .hero-text {
        margin-top: 0;
        text-align: center
    }
}

.hero h1 {
    max-width: 94rem;
    font-size: 18vw;
    margin-bottom: .2em
}

@media (min-width:481px) {
    .hero h1 {
        font-size: 5.2rem
    }
}

@media (min-width:661px) {
    .hero h1 {
        font-size: 6.4rem
    }
}

@media (min-width:961px) {
    .hero h1 {
        font-size: 9rem
    }
}

@media (min-width:1281px) {
    .hero h1 {
        font-size: 9.8rem
    }
}

@media (min-width:1601px) {
    .hero h1 {
        font-size: 11rem
    }
}

.hero .subtitle {
    max-width: 48rem;
    font-size: 1.9rem
}

@media (min-width:481px) {
    .hero .subtitle {
        max-width: 48rem;
        font-size: 1.8rem
    }
}

@media (min-width:1281px) {
    .hero .subtitle {
        max-width: 58rem;
        font-size: 2rem
    }
}

.hero .actions {
    justify-content: center
}

.happy-schedule {
    padding: 6rem calc(var(--sides)/2) 6rem;
    margin-top: -14rem;
    overflow: hidden
}

@media (min-width:661px) {
    .happy-schedule {
        padding: 15rem var(--sides) 10rem;
        margin-top: -33vh
    }
}

.happy-schedule .product-intro {
    width: 100%;
    margin: 5rem 0 10rem;
    display: flex;
    flex-direction: column
}

.happy-schedule .product-intro .happy-schedule-logo {
    margin-bottom: 2rem
}

.happy-schedule .product-intro .subtitle {
    max-width: 50rem
}

.happy-schedule .product-intro .actions {
    justify-content: center
}

@media (min-width:481px) {
    .happy-schedule .product-intro {
        align-items: center;
        margin: 8rem 0 10rem;
        text-align: center
    }
}

@media (min-width:661px) {
    .happy-schedule .product-intro {
        margin: 8rem 0 14rem
    }
}

@media (min-width:1281px) {
    .happy-schedule .product-intro {
        margin: 8rem 0 18rem
    }
}

.happy-schedule .product-features {
    width: 100%;
    display: flex
}

.happy-schedule .product-features .row {
    margin-bottom: 10rem;
    align-items: center
}

@media (min-width:961px) {
    .happy-schedule .product-features .row {
        max-width: var(--width-l);
        margin-bottom: 12rem
    }
}

.happy-schedule .product-features .row p {
    margin: 0
}

.happy-schedule .product-features .row h3 {
    width: 100%
}

.happy-schedule .product-features .row .column-half {
    align-items: center
}

@media (min-width:481px) {
    .happy-schedule .product-features {
        text-align: center
    }
}

@media (min-width:961px) {
    .happy-schedule .product-features {
        text-align: left
    }

    .happy-schedule .product-features .row .column-half {
        align-items: flex-start
    }
}

@media (min-width:1281px) {
    .happy-schedule .product-features {
        margin-bottom: 3rem
    }
}

.happy-schedule .product-demo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.happy-schedule .product-demo .actions {
    justify-content: center
}

.example-blocks {
    width: 42.6rem;
    height: 25.1rem;
    background: url(../images/schedule-planner-2x.png) top left no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-left: 1.1rem
}

.example-blocks .planner-row {
    display: flex;
    align-items: center;
    height: var(--planner-height-row);
    margin-top: 1px;
    width: 100%;
    position: relative
}

.example-blocks .planner-block__wrapper {
    min-width: var(--planner-width-hour);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 .4rem 0 .3rem;
    position: absolute
}

.example-blocks .planner-block {
    font-size: 1.1rem;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    background: var(--color-gray-light);
    border-bottom-width: 2px;
    display: flex;
    justify-content: space-between;
    border-radius: .2rem;
    line-height: 1em;
    padding: .4rem .4rem .5rem;
    width: 100%;
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.example-blocks .planner-block:hover {
    animation: bounce-in .6s ease-out
}

.example-blocks .planner-block:not(:hover) {
    animation: bounce-out .4s ease-out
}

.example-blocks .planner-block .planner-block__duration {
    font-weight: 600;
    margin-left: .5rem
}

.example-blocks .planner-block.is-blue {
    background-color: #c7dff3;
    color: #4495d7
}

.example-blocks .planner-block.is-purple {
    background-color: #eee5f2;
    color: #c5a7d4
}

.example-blocks .planner-block.is-orange {
    background-color: #fbd6c4;
    color: #f3783c
}

.example-afk {
    position: relative;
    width: 100%;
    max-width: 45rem
}

.example-afk:after {
    content: '';
    width: 43rem;
    height: 38rem;
    position: absolute;
    background: url(../fonts/blob-afk.svg) no-repeat;
    left: -36rem;
    top: -14rem;
    z-index: -1
}

@media (min-width:961px) {
    .example-afk:after {
        top: -11rem;
        left: -32rem
    }
}

.example-afk .afk-request {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    cursor: default;
    -webkit-user-select: none;
    user-select: none
}

.example-afk .afk-request:hover {
    animation: bounce-in .6s ease-out
}

.example-afk .afk-request:not(:hover) {
    animation: bounce-out .4s ease-out
}

.example-afk .afk-request:last-child {
    margin-bottom: 0
}

.example-afk .afk-request__meta {
    display: flex;
    align-items: center
}

.example-afk .afk-request__meta img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: .8rem
}

.example-afk .afk-request__meta p {
    margin: 0;
    line-height: 1em
}

.example-afk .afk-request__meta span {
    opacity: .6;
    margin-left: 5px
}

.example-afk .afk-request__status {
    display: flex;
    align-items: flex-start
}

.example-afk .afk-request__status .afk-request__status__btn {
    font-size: 1.2rem;
    font-weight: 700;
    border: .2rem solid var(--color-gray);
    border-radius: .4rem;
    line-height: 1em;
    padding: .7rem;
    width: 8rem;
    text-align: center;
    color: var(--color-text-light);
    text-transform: uppercase
}

.example-afk .afk-request__status .afk-request__status__btn.is-lmafk {
    color: #f04f29;
    border-color: #fcdcd4
}

.example-afk .afk-request__status .afk-request__status__btn.is-afk {
    color: #226fa2;
    border-color: #d3e2ec
}

.example-afk .afk-request__status .afk-request__status__btn.is-dayoff {
    color: #a224a1;
    border-color: #ecd3ec
}

@media (min-width:481px) {
    .example-afk .afk-request__status .afk-request__status__btn {
        width: 10rem
    }
}

.example-afk .afk-request__status .afk-request__status__icon {
    margin-left: .8rem;
    fill: var(--color-accent);
    margin-top: .9rem
}

.example-timezones {
    display: flex;
    position: relative;
    transform: scale(.9)
}

@media (min-width:961px) {
    .example-timezones {
        transform: none
    }
}

.example-timezones:after {
    content: '';
    width: 36rem;
    height: 36rem;
    position: absolute;
    background: url(../fonts/blob-timezones.svg) no-repeat;
    top: -13rem;
    right: -20rem;
    z-index: -1
}

@media (min-width:961px) {
    .example-timezones:after {
        top: -15rem;
        right: -15rem
    }
}

.example-timezones .timezone__wrapper:last-child {
    margin-right: 0
}

.example-timezones .timezone__wrapper:nth-child(1) {
    transform: rotate(-6deg)
}

.example-timezones .timezone__wrapper:nth-child(2) {
    transform: translateY(-2rem) rotate(1deg)
}

.example-timezones .timezone__wrapper:nth-child(3) {
    transform: rotate(6deg)
}

.example-timezones .timezone {
    cursor: default;
    padding: 2.5rem;
    width: 15.05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-right: -1.6rem;
    position: relative;
    transition: .25s;
    -webkit-user-select: none;
    user-select: none
}

.example-timezones .timezone:hover {
    animation: bounce-in .6s ease-out
}

.example-timezones .timezone:not(:hover) {
    animation: bounce-out .4s ease-out
}

.example-timezones .timezone__clock {
    width: 6.1rem;
    height: 6.1rem;
    border: 1px solid var(--color-gray);
    border-radius: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    position: relative;
    transition: .4s
}

.example-timezones .timezone__clock .timezone__clock__hours,
.example-timezones .timezone__clock .timezone__clock__minutes {
    width: .2rem;
    background: var(--color-text-light);
    transform-origin: bottom center;
    position: absolute;
    left: 50%;
    margin-left: -.1rem;
    top: 50%;
    transition: .2s
}

.example-timezones .timezone__clock .timezone__clock__hours {
    height: 1.2rem;
    margin-top: -1.2rem
}

.example-timezones .timezone__clock .timezone__clock__minutes {
    height: 2.2rem;
    margin-top: -2.2rem
}

.example-timezones .timezone__clock:after {
    content: '';
    display: block;
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: var(--color-text-light);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    transition: .2s
}

.example-timezones .timezone__meta {
    text-align: center;
    margin-bottom: 1.5rem
}

.example-timezones .timezone__meta p {
    margin: 0;
    line-height: 1.5em
}

.example-timezones .timezone__meta .timezone__place {
    font-size: 1.6rem;
    font-weight: 700
}

.example-timezones .timezone__meta .timezone__offset {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: .6
}

.example-timezones .timezone__people {
    display: flex;
    justify-content: center
}

.example-timezones .timezone__people img {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 100%;
    margin-left: -.4rem;
    border: 1px solid #fff
}

.product-demo__thumbnail {
    padding: .6rem;
    position: relative
}

.product-demo__thumbnail a {
    display: block
}

.product-demo__thumbnail img {
    width: 25rem;
    height: 13.2rem;
    opacity: .6;
    transition: .2s
}

.product-demo__thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    width: 5.2rem;
    height: 5.2rem;
    background: url(../fonts/icon-play.svg) no-repeat;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    transition: .2s
}

.product-demo__thumbnail:hover img {
    opacity: .7
}

.product-demo__thumbnail:hover:after {
    transform: translateY(-50%) translateX(-50%) scale(1.05)
}

.product-demo__free-trial {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .14em;
    margin-top: 1rem;
    margin-bottom: 11rem;
    position: relative
}

.product-demo__free-trial:after {
    content: '';
    background: var(--color-gray-light);
    width: 1px;
    height: 6rem;
    position: absolute;
    left: 50%;
    bottom: -8rem
}

.product-demo__caption {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1rem
}

.section-pricing .price-summary {
    padding-top: 5rem;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

@media (min-width:961px) {
    .section-pricing .price-summary {
        border-top: none;
        padding-top: 1rem
    }
}

.section-pricing .price-summary__trial {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .14em;
    margin-bottom: 2rem
}

.section-pricing .price-summary__trial strong {
    color: var(--color-green)
}

.section-pricing .price-summary__price {
    display: flex
}

.section-pricing .price-summary__price span:first-child {
    font-family: var(--font-titles);
    font-size: 10rem;
    line-height: 1em;
    color: var(--color-yellow)
}

.section-pricing .price-summary__price span:last-child {
    font-family: var(--font-titles-light);
    font-size: 3.6rem;
    line-height: 1.2em;
    color: var(--color-white);
    display: flex;
    max-width: 16rem;
    text-indent: -2rem;
    margin-left: 2.8rem
}

.section-pricing .actions {
    margin-top: 1rem
}

.section-future .future-blob {
    bottom: 0;
    right: 0;
    position: absolute
}

.section-future .future-blob .blob-shape {
    fill: var(--color-green)
}

.section-future .column-half:first-child {
    flex-direction: column-reverse
}

.section-future .column-half:first-child .future-icons {
    margin-bottom: 2rem
}

.section-future .future-icons {
    display: flex
}

.section-future .future-icons svg+svg {
    margin-left: 4rem
}

.section-future .future-icons .icon {
    fill: var(--color-text)
}

.section-future .future-icons .future-icons__1 .blob-shape {
    fill: var(--color-red)
}

.section-future .future-icons .future-icons__2 .blob-shape {
    fill: var(--color-green)
}

.section-future .future-icons .future-icons__3 .blob-shape {
    fill: var(--color-yellow)
}

.section-future br {
    display: none
}

.section-future .column-half+.column-half {
    margin-top: 0
}

.section-future .actions {
    margin-top: 1rem
}

@media (min-width:961px) {
    .section-future br {
        display: initial
    }

    .section-future .column-half:first-child {
        flex-direction: column
    }
}

.main-footer {
    flex-direction: column;
    font-size: 1.3rem;
    background-image: linear-gradient(0deg, #fff 65%, var(--color-gray-very-light) 100%);
    color: var(--color-blue);
    display: flex;
    justify-content: space-between;
    padding: 3rem;
    letter-spacing: .01em
}

.main-footer a {
    color: var(--color-blue)
}

.main-footer p {
    margin: 0
}

.main-footer nav ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem
}

.main-footer nav ul li {
    list-style-type: none
}

.main-footer nav ul li a {
    display: block;
    padding: 1rem 0
}

.main-footer nav ul li a:after {
    background-color: transparent;
    height: 1px;
    width: calc(100% - 1rem);
    content: '';
    position: absolute;
    display: block;
    bottom: .4rem;
    transition: .2s
}

.main-footer nav ul li a:hover:after {
    background-color: var(--color-text-light)
}

.main-footer nav ul li+li {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin: 0
}

@media (min-width:481px) {
    .main-footer {
        padding: calc(var(--sides)/2);
        flex-direction: row
    }

    .main-footer nav {
        width: 100%
    }

    .main-footer nav ul {
        margin-right: var(--gutter);
        margin-bottom: 0
    }

    .main-footer nav ul a {
        padding: .8rem 0
    }

    .main-footer nav ul li+li {
        border: none
    }
}

@media (min-width:961px) {
    .main-footer {
        align-items: center
    }

    .main-footer nav ul {
        flex-direction: row
    }

    .main-footer nav ul li a {
        padding: .5rem
    }

    .main-footer nav ul li+li {
        margin-left: 2.5rem
    }
}

.main-footer .automattic-footer {
    vertical-align: middle
}

.main-footer .automattic-footer a {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-footer .automattic-footer a:hover {
    border-color: transparent
}

@media (min-width:481px) {
    .main-footer .automattic-footer a {
        justify-content: flex-start
    }
}

.main-footer .automattic-footer span {
    background: url(../fonts/automattic-logo.svg) no-repeat;
    width: 130px;
    height: 11px;
    background-size: 130px;
    margin: 0 .8rem;
    display: inline-block
}

@media (min-width:661px) {
    .main-footer .automattic-footer span {
        width: 157px;
        height: 14px;
        background-size: 100%
    }
}

.main-footer .automattic-footer span i {
    opacity: 0
}

.content-area {
    padding: 6rem 0 8rem;
    flex: 1
}

@media (min-width:661px) {
    .content-area {
        padding: 14rem 0 8rem
    }
}

.hentry {
    color: var(--color-text);
    font-size: 1.8rem
}

.entry-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 88rem;
    padding: 0 2rem;
    margin: 0 auto 4.5rem
}

.entry-title {
    font-size: 4rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: -.02em;
    margin: 0 0 2rem;
    line-height: 1.125em
}

@media (min-width:481px) {
    .entry-title {
        font-size: 5rem
    }
}

.entry-date {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 2rem;
    color: var(--color-text-light);
    letter-spacing: .03em
}

.entry-excerpt {
    max-width: var(--width-m);
    font-size: 1.8rem;
    line-height: 1.4em;
    text-align: center;
    margin: 0
}

@media (min-width:481px) {
    .entry-excerpt {
        font-size: 2rem
    }
}

.entry-author {
    margin: 4rem 0 0;
    display: inline-flex;
    align-items: center;
    flex-direction: row
}

.entry-author .avatar {
    border-radius: 100%;
    margin-bottom: .2rem;
    margin-right: 1rem
}

.entry-author .author-name {
    font-size: 1.4rem;
    color: var(--color-text-light)
}

.wp-block-image {
    margin: 0 auto 4rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.wp-block-image .aligncenter {
    max-width: 70rem
}

.wp-block-image.alignwide {
    max-width: var(--width-xl)
}

.wp-block-image.is-resized {
    display: flex;
    margin: 0 auto 4rem
}

.wp-block-image figcaption {
    color: var(--color-text-light);
    font-size: 1.4rem
}

.wp-block-image a:after,
.wp-block-image a:visited:after {
    display: none
}

.wp-block-embed {
    max-width: 70rem;
    margin: 0 auto 4rem
}

.wp-block-embed iframe {
    width: 100%
}

.entry-content {
    margin: 0 auto;
    line-height: 1.625em;
    letter-spacing: .01em
}

.entry-content p {
    max-width: var(--width-m);
    margin: 0 auto 1.6em;
    padding: 0 2rem
}

.entry-content h2 {
    max-width: var(--width-m);
    margin: 1.8em auto .6em;
    padding: 0 2rem;
    font-size: 3.2rem
}

.entry-content h3 {
    max-width: var(--width-m);
    margin: 1.8em auto .6em;
    padding: 0 2rem;
    font-size: 2.6rem
}

.entry-content h4 {
    max-width: var(--width-m);
    margin: 2.2em auto .6em;
    padding: 0 2rem;
    font-size: 2rem;
    text-transform: uppercase
}

.entry-content p a {
    position: relative;
    transition: .2s;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 2px
}

.entry-content p a:hover,
.entry-content p a:visited:hover {
    border-color: var(--color-text)
}

.entry-content p a:visited {
    border-color: var(--color-gray)
}

.entry-content ul,
.entry-content ol {
    max-width: var(--width-m);
    margin: 0 auto 1.6em;
    padding: 0 4rem
}

.entry-content ol:not([class]) {
    list-style: none;
    counter-reset: item
}

.entry-content ol:not([class])>li {
    padding-left: 3rem;
    margin-bottom: .5em;
    position: relative
}

.entry-content ol:not([class])>li:before {
    color: var(--color-red);
    content: counter(item) '.';
    counter-increment: item;
    left: 0;
    position: absolute
}

.entry-content ul:not([class]) {
    list-style: none
}

.entry-content ul:not([class])>li {
    padding-left: 2.2rem;
    margin-bottom: .5em;
    position: relative;
    display: flex
}

.entry-content ul:not([class])>li:before {
    background-color: var(--color-red);
    content: '';
    left: 0;
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    margin-top: .65em
}

.entry-footer {
    padding: 0 2rem
}

.entry-footer .share-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6rem 0
}

.entry-footer .share-links li {
    margin: 0 10px
}

.entry-footer .share-links a {
    width: 4.4rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
    background: var(--color-gray-very-light)
}

.entry-footer .share-links a svg {
    transition: .2s;
    fill: #a6b1ba
}

.entry-footer .share-links a:hover {
    background: var(--color-gray-light)
}

.entry-footer .share-links a:hover svg {
    fill: var(--color-text-light)
}

.entry-footer .share-links a.share-link-twitter:hover svg {
    fill: #1da1f2
}

.entry-footer .share-links a.share-link-facebook:hover svg {
    fill: #1977f3
}

.entry-footer .link-back {
    max-width: var(--width-m);
    margin: 0 auto;
    padding: 0 2rem
}

.entry-footer .link-back a {
    border-top: 1px solid var(--color-gray-light);
    display: block;
    padding: 1.2rem 0
}

.page .entry-header {
    align-items: flex-start;
    max-width: var(--width-l);
    margin-bottom: 4rem
}

.page .entry-title {
    text-align: left;
    margin: 0
}

.page .entry-content {
    max-width: var(--width-l)
}

.page .entry-content p,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content ul,
.page .entry-content ol {
    max-width: none
}

.page .entry-content h2:first-child {
    margin-top: 0
}

.product-promo {
    max-width: 88rem;
    margin: 6rem auto 0;
    background: #fff;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07), 0 4px 6px 0 rgba(87, 87, 87, .03);
    padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: url(../images/promo-bg-blobs-01.png) top center no-repeat;
    background-size: cover;
    border-radius: .6rem;
    transition: .25s ease-out;
    color: var(--color-blue)
}

.product-promo:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07), 0 6px 8px 0 rgba(87, 87, 87, .1);
    transform: translateY(-.1rem)
}

@media (min-width:661px) {
    .product-promo {
        flex-direction: row;
        align-items: center
    }
}

.product-promo .product-promo__description {
    max-width: 48rem
}

.product-promo .product-promo__title {
    font-size: 3.8rem;
    max-width: 40rem;
    margin: 0 0 .7rem;
    line-height: 1.1em
}

.product-promo .product-promo__body {
    margin: 0 2rem 0 0;
    line-height: 1.5em
}

.product-promo .product-promo__actions {
    flex-shrink: 0;
    margin-top: 3rem
}

@media (min-width:661px) {
    .product-promo .product-promo__actions {
        margin-top: 0
    }
}

.category-header {
    max-width: var(--width-l);
    width: calc(100% - (var(--gutter)*2));
    margin: 0 var(--gutter) 2rem
}

.category-header .category-header__title {
    font-size: 3.8rem;
    margin: 0
}

@media (min-width:481px) {
    .category-header .category-header__title {
        font-size: 5rem
    }
}

@media (min-width:1281px) {
    .category-header {
        max-width: var(--width-xl)
    }
}

.thumbnail-grid {
    max-width: var(--width-l);
    width: 100%;
    margin: 0 2rem;
    display: grid;
    column-gap: 2rem;
    grid-template-columns: repeat(6, 1fr)
}

@media (min-width:481px) {
    .thumbnail-grid {
        column-gap: 3rem
    }
}

@media (min-width:961px) {
    .thumbnail-grid {
        column-gap: 5rem
    }
}

@media (min-width:1281px) {
    .thumbnail-grid {
        max-width: var(--width-xl)
    }
}

.article-thumbnail {
    margin-bottom: 5rem;
    grid-column: span 6
}

.article-thumbnail:hover .article-thumbnail__image img {
    transition: 15s ease-in-out;
    transform: translateY(-50%) scale(1.2) rotate(3deg);
    opacity: .6
}

@media (min-width:481px) {
    .article-thumbnail {
        grid-column: span 3
    }
}

@media (min-width:661px) {
    .article-thumbnail {
        grid-column: span 2
    }
}

.article-thumbnail a {
    color: var(--color-text);
    display: block
}

.article-thumbnail .article-thumbnail__image {
    overflow: hidden;
    position: relative;
    height: 20rem;
    margin-bottom: 2rem;
    background: var(--color-text)
}

@media (min-width:481px) {
    .article-thumbnail .article-thumbnail__image {
        height: 200px
    }
}

.article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s ease-in-out
}

.article-thumbnail .article-thumbnail__title {
    margin: 0 auto 1rem;
    width: 100%;
    font-size: 2.8rem;
    transition: .1s;
    line-height: 1.125em
}

.article-thumbnail .article-thumbnail__excerpt {
    font-size: 1.7rem;
    margin: 0 auto 0;
    width: 100%;
    line-height: 1.5em
}

.article-thumbnail:hover .article-thumbnail__title {
    color: #32396a
}

@media (min-width:481px) {
    body:not(.paged) .article-thumbnail:nth-child(1) {
        grid-column: span 6;
        margin-bottom: 5rem;
        padding-bottom: 5rem
    }

    body:not(.paged) .article-thumbnail:nth-child(1) .article-thumbnail__image {
        height: 25rem;
        margin-bottom: 2rem
    }
}

@media (min-width:481px) and (min-width:481px) {
    body:not(.paged) .article-thumbnail:nth-child(1) .article-thumbnail__image {
        height: 40rem;
        margin-bottom: 4rem
    }
}

@media (min-width:481px) {
    body:not(.paged) .article-thumbnail:nth-child(1) .article-thumbnail__title {
        font-size: 3.2rem;
        max-width: 88rem;
        text-align: center
    }
}

@media (min-width:481px) and (min-width:481px) {
    body:not(.paged) .article-thumbnail:nth-child(1) .article-thumbnail__title {
        font-size: 4.2rem
    }
}

@media (min-width:481px) {
    body:not(.paged) .article-thumbnail:nth-child(1) .article-thumbnail__excerpt {
        font-size: 1.9rem;
        max-width: 88rem;
        text-align: center;
        margin-top: 0
    }
}

@media (min-width:661px) {

    body:not(.paged) .article-thumbnail:nth-child(2),
    body:not(.paged) .article-thumbnail:nth-child(3) {
        grid-column: span 3
    }
}

.posts-pagination {
    text-align: center;
    padding: 6rem 0 2rem
}

.posts-pagination a {
    margin: 0 .5rem
}

.error-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1
}

.error-message h2 {
    font-size: 4rem;
    margin: 0 0 2rem
}

.error-message p,
.error-message p a {
    font-size: 2rem;
    line-height: 1.5em
}

@keyframes modal-video-inner {
    from {
        transform: translateY(50px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.modal-video {
    background-color: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(180%) blur(3px);
    animation-timing-function: ease-in-out;
    animation-duration: .1s;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.modal-video-movie-wrap {
    background-color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .02, .4, .97);
    -moz-transition: -moz-transform .3s cubic-bezier(.5, .02, .4, .97);
    -ms-transition: -ms-transform .3s cubic-bezier(.5, .02, .4, .97);
    -o-transition: -o-transform .3s cubic-bezier(.5, .02, .4, .97);
    transition: transform .3s cubic-bezier(.5, .02, .4, .97);
    animation-timing-function: cubic-bezier(.5, .02, .4, .97);
    animation-duration: .3s;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1), 0 8px 15px 0 rgba(0, 0, 0, .1)
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 50%;
    margin-right: -3.1rem;
    bottom: -12rem;
    display: block;
    width: 6.2rem;
    height: 6.2rem;
    box-sizing: border-box;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 10rem;
    transform: rotate(45deg);
    transition: .2s;
    cursor: pointer;
    outline: none;
    overflow: auto
}

@media (min-width:961px) {
    .modal-video-close-btn {
        top: -6rem;
        right: -6rem;
        bottom: auto
    }
}

.modal-video-close-btn:hover,
.modal-video-close-btn:focus {
    border: 1px solid var(--color-text)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    display: block;
    background: var(--color-text);
    position: absolute;
    transform: none;
    margin: 0;
    border-radius: 0;
    opacity: .8
}

.modal-video-close-btn:before {
    height: 2px;
    width: 32px;
    top: 29px;
    left: 14px
}

.modal-video-close-btn:after {
    height: 32px;
    width: 2px;
    left: 29px;
    top: 14px
}

.modal-video iframe {
    overflow: hidden
}

@keyframes bounce-in {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.99)
    }

    50% {
        transform: scale(1.01)
    }

    75% {
        transform: scale(.995)
    }

    100% {
        transform: 1
    }
}

@keyframes bounce-out {
    0% {
        transform: scale(1)
    }

    33% {
        transform: scale(1.005)
    }

    66% {
        transform: scale(.995)
    }

    100% {
        transform: 1
    }
}

#jp-post-flair {
    display: none
}

.geolocation-chip .noticon {
    display: inline-block;
    vertical-align: middle
}

.geolocation-chip {
    margin-bottom: 1em
}

.reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0
}

.reblogger-note-content {
    margin: 0 0 20px
}

.wpcom-reblog-snapshot .reblog-from img {
    margin: 0 .75em 0 0;
    padding: 0;
    border: 0
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0;
    margin: 0 .5em 0 0
}

.wpcom-reblog-snapshot {
    margin-bottom: 1em
}

.wpcom-reblog-snapshot p.reblog-from {
    margin: 0 0 1em
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogged-content {
    margin: 0 0 1em
}

.reblog-post .wpcom-enhanced-excerpt-content {
    border-left: 3px solid #eee;
    padding-left: 15px
}

.reblog-post ul.thumb-list {
    display: block;
    list-style: none;
    margin: 2px 0;
    padding: 0;
    clear: both
}

.reblog-post ul.thumb-list li {
    display: inline;
    margin: 0;
    padding: 0 1px;
    border: 0
}

.reblog-post ul.thumb-list li a {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post ul.thumb-list li img {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post .wpcom-enhanced-excerpt {
    clear: both
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
    font-size: 100% !important
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
    font-size: 98% !important
}

.reblog-from img {
    margin: 0 10px 0 0;
    vertical-align: middle;
    padding: 0;
    border: 0
}

.reblog-source {
    margin-bottom: 0;
    font-size: .8em;
    line-height: 1
}

.reblog-source .more-words {
    color: #668eaa
}

.wpcom-reblog-snapshot .reblog-post {
    box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
    border-radius: 4px;
    padding: 24px
}

.wpcom-reblog-snapshot .reblogger-note {
    margin: 0 0 1em;
    overflow: hidden
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogger-note-content {
    margin: 0;
    padding: 0
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    border: none
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
    margin-bottom: 0
}

img.latex {
    border: 0;
    vertical-align: middle
}

.video-player {
    border: 0;
    margin: auto;
    padding: 5px;
    text-align: center;
    max-width: 100%
}

.hidden {
    display: none
}

.screen-reader-text {
    position: absolute;
    left: -1000em
}

.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
    max-width: 100%
}

.simple-homepage {
    display: none
}


.painpoints p {
    position: relative;
    /* Establish a positioning context for the ::before pseudo-element */
    padding-left: 30px;
    /* Adjust this value based on the width of your tick image + desired spacing */
}

.painpoints p:before {
    content: "✓";
    position: absolute;
    /* Take the tick out of the document flow */
    left: 0;
    /* Position it at the leftmost edge of the <p> tag */
    top: 50%;
    /* Center it vertically */
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    color: green;
}

.future-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.future-icons img {
    margin-left: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
    opacity: 0.65;
    display: none;
    /* Initially hidden */
}

.backgroundOverlay {
    backdrop-filter: blur(100px);
    width: 100%;
    /* This color can be changed to your preference */
    background: linear-gradient(60deg, #f06, #9f6, #f06, #9f6);
    background-size: 300% 300%;
    animation: trippyGradient 6s infinite;

    align-items: center;
    /* Centers the text vertically */
    justify-content: center;
    /* Centers the text horizontally */
    /* Makes the text large */
    font-weight: bold;
    /* Makes the text bold */
    text-transform: uppercase;
    /* Makes the text all caps */
    letter-spacing: 8px;
    /* Spacing between letters for emphasis */
    color: rgba(255, 255, 255, 0.6);
    /* White color with 60% opacity */

    font-size: calc(5vw + 1em);
    /* Adjust based on viewport width */
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5%;
    text-align: center;
    line-height: 1;
    /* Adjusts vertical alignment */

}


@keyframes trippyGradient {
    0% {
        background-position: 100% 0;
    }

    25% {
        background-position: 0 100%;
    }

    50% {
        background-position: 100% 100%;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}


.verticalText {
    transform: rotate(-90deg) translateX(-45%) translateY(50%);
    transform-origin: left center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 2%;

}

.uploadOverlay {
    width: 0;
    background: #007bff;
    border-right: 10px solid #fff;
    /* This color can be changed to your preference */
}

.conversionOverlay {
    width: 0;
    background: #28a745;
    border-right: 10px solid #fff;
    /* This color can be changed to your preference */
}

.modal {
    display: none;
    position: fixed;
    z-index: 1500;
    /* above .overlay's z-index */
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 50vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 3%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: small;
}



.modal-content select {

    border: 1px solid #ccc;
    background: lightgoldenrodyellow;
}


.close-btn {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
    position: absolute;
    right: 10px;
    top: 5px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    background-color: #ff5831;
    color: white;
    font-weight: bold;
}

.close-btn:hover {
    background-color: #e6e6e6;
}

.processing .actions {
    margin-top: 50px;
}

/* Styles for iPad */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .modal-content {
        width: 70vw;
        padding: 15px;
        font-size: medium;
    }

    .processing .actions {
        margin-top: 60px;
    }
}

/* Styles for mobile */
@media screen and (max-width: 767px) {
    .modal-content {
        width: 90vw;
        padding: 10px;
        font-size: 10px;
    }


    .close-btn {
        top: 2px;
        right: 5px;
        padding: 4px 8px;
    }

    .processing .actions {
        margin-top: 60px;
    }
}