@charset "UTF-8";

.user {
    display: table
}

.user__avatar {
    display: table-cell;
    vertical-align: middle
}

.user__display-name {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle
}

.user--medium .user__display-name {
    padding-left: 15px
}

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

.user--inline .user__avatar,
.user--inline .user__display-name {
    display: inline-block;
    vertical-align: baseline
}

.button--cta-link .button__label:after,
.button--loading .button__inner:after,
.design-card__popular__star-icon:before,
.link--cta-down:after,
.link--cta-no-arrow:after,
.link--cta-up:after,
.link--cta.link--bundles:after,
.link--cta.link--dark-green:after,
.link--cta.link--gold:after,
.link--cta.link--hot-pink:after,
.link--cta.link--punt-road:after,
.list--checklist-success .list__item:before,
.list--checklist-success li:before,
.list--horz-checklist .list__item:before,
.list--horz-checklist li:before,
.list--vert-checklist .list__item:before,
.list--vert-checklist li:before,
.list--vert-thin-checklist .list__item:before,
.list--vert-thin-checklist li:before,
.slide-carousel__next-trigger__icon:before,
.slide-carousel__prev-trigger__icon:before,
.star-rating__star:before,
.star-rating__star__icon:before {
    font-family: Asimovicons;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    zoom: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.display-name {
    color: #555;
    font-family: Georgia, serif;
    font-style: italic
}

.display-name--link,
.display-name__link {
    text-decoration: none;
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 2px rgba(85, 85, 85, 0)
}

.display-name--link:active,
.display-name--link:focus,
.display-name--link:hover,
.display-name--link:link,
.display-name--link:visited,
.display-name__link:active,
.display-name__link:focus,
.display-name__link:hover,
.display-name__link:link,
.display-name__link:visited {
    text-decoration: none
}

.display-name--link:link,
.display-name--link:visited,
.display-name__link:link,
.display-name__link:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.display-name--link:active,
.display-name--link:focus,
.display-name--link:hover,
.display-name__link:active,
.display-name__link:focus,
.display-name__link:hover {
    color: #555;
    border-color: #555
}

.display-name--truncated:after {
    content: '\2026'
}

.display-name--ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.display-name--non-attribution {
    font-family: "Atlas Grotesk Web", sans-serif;
    font-style: normal
}

.display-name--non-attribution.display-name--link {
    font-family: inherit;
    font-size: inherit;
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 2px rgba(85, 85, 85, 0)
}

.display-name--non-attribution.display-name--link:active,
.display-name--non-attribution.display-name--link:focus,
.display-name--non-attribution.display-name--link:hover,
.display-name--non-attribution.display-name--link:link,
.display-name--non-attribution.display-name--link:visited {
    border-color: currentColor
}

.display-name--non-attribution.display-name--link:active,
.display-name--non-attribution.display-name--link:link,
.display-name--non-attribution.display-name--link:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.display-name--non-attribution.display-name--link:focus,
.display-name--non-attribution.display-name--link:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5)
}

.display-name--small {
    font-size: 14px
}

.display-name--subtle.display-name--link {
    font-family: "Atlas Grotesk Web", sans-serif;
    font-size: 12px;
    color: #999
}

.display-name--subtle.display-name--link:hover {
    border-color: #999
}

.fullscreen-frame {
    display: block;
    background: #fff
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-frame {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}

.fullscreen-frame__main {
    position: relative
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-frame__main {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 400px;
        height: 100%
    }
}

.fullscreen-frame__main--scrollable {
    overflow: auto
}

.fullscreen-frame__sidebar {
    position: relative;
    background: #fff;
    border-top: 1px solid #e6e6e6
}

.fullscreen-frame[data-animatable] .fullscreen-frame__main {
    transition: right .3s cubic-bezier(.465, .183, .153, .946)
}

.fullscreen-frame[data-animatable] .fullscreen-frame__sidebar {
    transition: -webkit-transform .3s cubic-bezier(.465, .183, .153, .946);
    transition: transform .3s cubic-bezier(.465, .183, .153, .946);
    transition: transform .3s cubic-bezier(.465, .183, .153, .946), -webkit-transform .3s cubic-bezier(.465, .183, .153, .946)
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-frame__sidebar {
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 100%;
        border-top: none;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2)
    }

    .fullscreen-frame[data-sidebar-hidden] .fullscreen-frame__main {
        right: 0
    }

    .fullscreen-frame[data-sidebar-hidden] .fullscreen-frame__sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.fullscreen-frame[data-sidebar-hidden] .fullscreen-frame__sidebar {
    box-shadow: none
}

.fullscreen-overlay__content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .9) 0, #fff 33%);
    z-index: 95
}

[data-fullscreen-overlay-activating] .fullscreen-overlay__content,
[data-fullscreen-overlay-active] .fullscreen-overlay__content {
    display: block
}

[data-enable-scroll] .fullscreen-overlay__content {
    overflow-y: scroll
}

[data-offset-admin-bar] .fullscreen-overlay__content {
    top: 50px;
    height: calc(100% - 50px)
}

.fullscreen-overlay--transparent .fullscreen-overlay__content {
    background: 0 0
}

@media (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .fullscreen-overlay--scrollable-small-screen .fullscreen-overlay__content {
        overflow: auto
    }
}

.fullscreen-overlay--appear {
    opacity: .01;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.fullscreen-overlay--appear.fullscreen-overlay--appear-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity .1s ease-out, -webkit-transform .2s;
    transition: transform .2s, opacity .1s ease-out;
    transition: transform .2s, opacity .1s ease-out, -webkit-transform .2s
}

.fullscreen-overlay--leave {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fullscreen-overlay--leave.fullscreen-overlay--leave-active {
    opacity: .01;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .1s ease-out, -webkit-transform .2s;
    transition: transform .2s, opacity .1s ease-out;
    transition: transform .2s, opacity .1s ease-out, -webkit-transform .2s
}

.fullscreen-header {
    display: table;
    padding: 0 15px;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .1s ease-out
}

.fullscreen-header.fullscreen-header--design-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-header {
        padding: 0 30px
    }

    .fullscreen-header.fullscreen-header--inactive {
        opacity: 0;
        transition: opacity .1s ease-out;
        pointer-events: none
    }
}

.fullscreen-header__item--design-details {
    white-space: nowrap;
    display: inline-block
}

.fullscreen-header__item {
    display: table-cell;
    text-align: center;
    white-space: nowrap
}

.fullscreen-header__item--first {
    width: 1%;
    text-align: left
}

.fullscreen-header__item--last {
    width: 1%;
    text-align: right
}

.fullscreen-header__item--status {
    position: absolute;
    left: 20%;
    color: #999;
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: ddo-sketch-fade-in;
    animation-name: ddo-sketch-fade-in;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fullscreen-header__item--status.fullscreen-header__item--saved {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: ddo-sketch-saved;
    animation-name: ddo-sketch-saved
}

@-webkit-keyframes ddo-sketch-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ddo-sketch-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ddo-sketch-saved {

    0%,
    100% {
        opacity: 0
    }

    10%,
    60% {
        opacity: 1
    }
}

@keyframes ddo-sketch-saved {

    0%,
    100% {
        opacity: 0
    }

    10%,
    60% {
        opacity: 1
    }
}

.fullscreen-main {
    display: block;
    position: relative
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-main {
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden
    }
}

.fullscreen-main__header {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center
}

.fullscreen-main__body {
    position: relative
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-main__body {
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .fullscreen-main--has-header .fullscreen-main__body {
        margin-top: 70px;
        height: calc(100% - 70px)
    }
}

.fullscreen-sidebar {
    display: block;
    position: relative
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-sidebar {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 100%;
        overflow: hidden
    }
}

.fullscreen-sidebar__inner {
    display: block;
    position: relative
}

.fullscreen-sidebar__body,
.fullscreen-sidebar__header {
    position: relative
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-sidebar__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 100%
    }

    .fullscreen-sidebar__body {
        flex: 1
    }

    .fullscreen-sidebar__body__inner {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow-y: auto
    }
}

body[data-fixed-viewport-active] {
    overflow: hidden
}

@media (min-width:0) and (max-width:599px) {
    body[data-fixed-viewport-active] .oc-wrapper {
        display: none !important
    }
}

.marketing-icon:before {
    font-family: AsimovMarketingIcon;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    zoom: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    font-size: 60px;
    text-transform: none;
    line-height: 1
}

@font-face {
    font-family: AsimovMarketingIcon;
    font-weight: 400;
    font-style: normal;
    src: url(../asimov/fonts/AsimovMarketingIcons-fcc3c3e1.woff2) format("woff2"), url(../asimov/fonts/AsimovMarketingIcons-01955e6c.woff) format("woff")
}

.marketing-icon--offset-right {
    margin-right: .3em
}

.marketing-icon--offset-left {
    margin-left: .3em
}

.marketing-icon--small:before {
    font-size: 32px
}

.marketing-icon--medium:before {
    font-size: 48px
}

.marketing-icon--base:before {
    font-size: 60px
}

.marketing-icon--large:before {
    font-size: 72px
}

.marketing-icon--jumbo:before {
    font-size: 100px
}

.marketing-icon--3d-design:before {
    content: "" !important
}

.marketing-icon--album-cover-design:before {
    content: "" !important
}

.marketing-icon--android-app-design:before {
    content: "" !important
}

.marketing-icon--app-icon-design:before {
    content: "" !important
}

.marketing-icon--bag:before {
    content: "" !important
}

.marketing-icon--bag-tote-design:before {
    content: "" !important
}

.marketing-icon--banner-design:before {
    content: "" !important
}

.marketing-icon--banner-ad-design:before {
    content: "" !important
}

.marketing-icon--beer-label-design:before {
    content: "" !important
}

.marketing-icon--beverage-label-design:before {
    content: "" !important
}

.marketing-icon--billboard-design:before {
    content: "" !important
}

.marketing-icon--blog-design:before {
    content: "" !important
}

.marketing-icon--book-cover-design:before {
    content: "" !important
}

.marketing-icon--book-illustration:before {
    content: "" !important
}

.marketing-icon--book-layout-design:before {
    content: "" !important
}

.marketing-icon--booklet-design:before {
    content: "" !important
}

.marketing-icon--bottle:before {
    content: "" !important
}

.marketing-icon--box:before {
    content: "" !important
}

.marketing-icon--brand-guide:before {
    content: "" !important
}

.marketing-icon--brand-identity-pack:before {
    content: "" !important
}

.marketing-icon--brochure-design:before {
    content: "" !important
}

.marketing-icon--business-card-design:before {
    content: "" !important
}

.marketing-icon--business-illustration:before {
    content: "" !important
}

.marketing-icon--canister:before {
    content: "" !important
}

.marketing-icon--cap-design:before {
    content: "" !important
}

.marketing-icon--car-truck-van-wrap-design:before {
    content: "" !important
}

.marketing-icon--card-invitation-design:before {
    content: "" !important
}

.marketing-icon--character-mascot-design:before {
    content: "" !important
}

.marketing-icon--clothing-apparel-design:before {
    content: "" !important
}

.marketing-icon--cup-mug-design:before {
    content: "" !important
}

.marketing-icon--direct-mail-design:before {
    content: "" !important
}

.marketing-icon--ebook-and-phsical-book:before {
    content: "" !important
}

.marketing-icon--ebook:before {
    content: "" !important
}

.marketing-icon--email-design:before {
    content: "" !important
}

.marketing-icon--email-newsletter-design:before {
    content: "" !important
}

.marketing-icon--facebook-cover-design:before {
    content: "" !important
}

.marketing-icon--flash-banner-design:before {
    content: "" !important
}

.marketing-icon--form-design:before {
    content: "" !important
}

.marketing-icon--greeting-card-design:before {
    content: "" !important
}

.marketing-icon--hoodie-design:before {
    content: "" !important
}

.marketing-icon--icon-button-design:before {
    content: "" !important
}

.marketing-icon--illustrations:before {
    content: "" !important
}

.marketing-icon--infographic-design:before {
    content: "" !important
}

.marketing-icon--interior-book-design:before {
    content: "" !important
}

.marketing-icon--invitation-design:before {
    content: "" !important
}

.marketing-icon--ios-app-design:before {
    content: "" !important
}

.marketing-icon--jersey-design:before {
    content: "" !important
}

.marketing-icon--landing-page-design:before {
    content: "" !important
}

.marketing-icon--leaflet-design:before {
    content: "" !important
}

.marketing-icon--logo-business-card-design:before {
    content: "" !important
}

.marketing-icon--logo-design:before {
    content: "" !important
}

.marketing-icon--logo-website:before {
    content: "" !important
}

.marketing-icon--magazine-cover-design:before {
    content: "" !important
}

.marketing-icon--menu-design:before {
    content: "" !important
}

.marketing-icon--merchandise-design:before {
    content: "" !important
}

.marketing-icon--mobile-app-design:before {
    content: "" !important
}

.marketing-icon--other-art-illustration:before {
    content: "" !important
}

.marketing-icon--other-book-magazine-design:before {
    content: "" !important
}

.marketing-icon--other-business-advertising:before {
    content: "" !important
}

.marketing-icon--other-clothing-merchandise-design:before {
    content: "" !important
}

.marketing-icon--other-design:before {
    content: "" !important
}

.marketing-icon--other-packaging-label-design:before {
    content: "" !important
}

.marketing-icon--other-web-design:before {
    content: "" !important
}

.marketing-icon--other-website-app-design:before,
.marketing-icon--other:before {
    content: "" !important
}

.marketing-icon--packet:before {
    content: "" !important
}

.marketing-icon--pamphlet-design:before {
    content: "" !important
}

.marketing-icon--pattern-design:before {
    content: "" !important
}

.marketing-icon--physical-book:before {
    content: "" !important
}

.marketing-icon--postcard-flyer-design:before {
    content: "" !important
}

.marketing-icon--poster-design:before {
    content: "" !important
}

.marketing-icon--powerpoint-template-design:before {
    content: "" !important
}

.marketing-icon--product-label-design:before {
    content: "" !important
}

.marketing-icon--product-packaging-design:before {
    content: "" !important
}

.marketing-icon--resume-design:before {
    content: "" !important
}

.marketing-icon--signage-design:before {
    content: "" !important
}

.marketing-icon--social-media-pack:before {
    content: "" !important
}

.marketing-icon--social-media-page-design:before {
    content: "" !important
}

.marketing-icon--stationery-design:before {
    content: "" !important
}

.marketing-icon--sticker-design:before {
    content: "" !important
}

.marketing-icon--t-shirt-design:before {
    content: "" !important
}

.marketing-icon--tattoo-design:before {
    content: "" !important
}

.marketing-icon--trade-show-banner-design:before {
    content: "" !important
}

.marketing-icon--trade-show-booth-design:before {
    content: "" !important
}

.marketing-icon--tube:before {
    content: "" !important
}

.marketing-icon--twitter-header-design:before {
    content: "" !important
}

.marketing-icon--web-design:before {
    content: "" !important
}

.marketing-icon--website-header-design:before {
    content: "" !important
}

.marketing-icon--website-icon-design:before {
    content: "" !important
}

.marketing-icon--website-illustration-design:before {
    content: "" !important
}

.marketing-icon--website-redesign:before {
    content: "" !important
}

.marketing-icon--wedding-invitation-design:before {
    content: "" !important
}

.marketing-icon--wine-label-design:before {
    content: "" !important
}

.marketing-icon--wordpress-theme-design:before {
    content: "" !important
}

.marketing-icon--word-template-design:before {
    content: "" !important
}

.marketing-icon--youtube-background-design:before {
    content: "" !important
}

.star-rating {
    display: inline-block
}

.star-rating__star {
    text-align: left;
    display: inline-block;
    position: relative
}

.star-rating__star:first-child {
    margin-left: 0 !important
}

.star-rating__star:before {
    content: "" !important;
    position: absolute;
    font-size: 100%;
    line-height: 1;
    text-align: left;
    color: #ccc
}

.star-rating__star__icon {
    height: 100%;
    position: absolute;
    color: #ff7e65;
    overflow: hidden;
    margin: 0;
    text-align: left;
    font-size: 100%;
    line-height: 1
}

.star-rating__star__icon:before {
    content: "" !important;
    margin: 0
}

.star-rating--small .star-rating__star {
    width: 19px;
    height: 19px;
    margin-left: 3px;
    font-size: 19px
}

.star-rating--small .star-rating__star:first-child {
    margin-left: 0
}

.star-rating--large .star-rating__star {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    font-size: 30px
}

.star-rating--large .star-rating__star:first-child {
    margin-left: 0
}

.star-rating--chameleon .star-rating__star__icon {
    color: currentColor
}

.star-rating--punt-road .star-rating__star__icon {
    color: #555
}

@media (min-width:0) and (max-width:599px) {
    .star-rating--small-no-margin .star-rating__star {
        margin-left: 0
    }

    .star-rating--small-shrink .star-rating__star {
        width: 12px;
        height: 12px;
        font-size: 12px
    }
}

.aggregate-star-rating__stars {
    text-align: center
}

.aggregate-star-rating__description {
    text-align: center;
    padding-top: 15px
}

.aggregate-star-rating--left-aligned .aggregate-star-rating__description,
.aggregate-star-rating--left-aligned .aggregate-star-rating__stars {
    text-align: left
}

.aggregate-star-rating--compact .aggregate-star-rating__description {
    font-family: "Atlas Grotesk Web", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    padding-top: 3px;
    margin: 0 0 1.6rem
}

.section {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #fff
}

@media (min-width:0) and (max-width:599px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.section__block {
    margin-bottom: 15px
}

.section__block:last-child {
    margin-bottom: 0
}

.section--collapsed {
    padding-top: 0;
    padding-bottom: 0
}

.section--collapse-bottom {
    padding-bottom: 0
}

.section--collapse-top {
    padding-top: 0
}

.section--dark {
    background: #f3f2f0
}

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

.section--spacious-bottom {
    padding-bottom: 60px
}

@media (min-width:600px) and (max-width:899px),
(min-width:0) and (max-width:599px) {
    .section--responsive-hidden {
        display: none
    }
}

.section--with-divider+.section--with-divider {
    padding-top: 0
}

.section--with-divider+.section--with-divider:before {
    margin-bottom: 60px;
    content: '';
    height: 2px;
    display: block;
    background: #e6e6e6;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:600px) and (max-width:899px) {
    .section--with-divider+.section--with-divider:before {
        margin-left: 30px;
        margin-right: 30px
    }
}

.section--with-divider[data-divider-visibility=false]:before {
    background: 0 0
}

.section--transparent {
    background-color: transparent
}

.section--worldmap {
    background-image: url(../../../images/home/map-4357627c.svg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;
    background-size: contain
}

@media (min-width:0) and (max-width:599px) {
    .section--with-divider+.section--with-divider:before {
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px
    }

    .section--worldmap {
        background-position: top center;
        background-size: 200%
    }
}

.section-divider {
    border-bottom: solid 2px #e6e6e6
}

.press-item-list {
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.press-item-list__item {
    padding: 0 15px 45px;
    display: inline-block;
    max-width: 33%
}

@media (min-width:600px) and (max-width:899px) {
    .section--worldmap {
        background-position: top center;
        background-size: 200%
    }

    .press-item-list__item {
        max-width: 50%
    }
}

@media (min-width:0) and (max-width:599px) {
    .press-item-list__item {
        width: 100%;
        max-width: none;
        padding: 0 0 30px
    }
}

.press-item-list-link:focus,
.press-item-list-link:hover {
    text-decoration: none
}

.press-item {
    display: inline-block;
    position: relative;
    height: 30px;
    max-width: 100%
}

.press-item path {
    fill: #999
}

.press-item svg {
    height: 100%;
    max-width: 100%
}

.press-item:hover path {
    fill: #8c8c8c
}

.press-item--non-interactive:hover path {
    fill: #999
}

.button--cta-link {
    border: none;
    border-radius: 0;
    background: 0 0;
    text-align: left;
    padding: 0;
    min-height: 44px
}

.button--cta-link:focus,
.button--cta-link:hover {
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

.button--cta-link .button__label {
    text-decoration: none;
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 4px rgba(85, 85, 85, 0)
}

.button--cta-link .button__label:active,
.button--cta-link .button__label:focus,
.button--cta-link .button__label:hover,
.button--cta-link .button__label:link,
.button--cta-link .button__label:visited {
    text-decoration: none
}

.button--cta-link .button__label:after {
    content: "" !important;
    margin-left: 5px
}

.button--cta-link .button__label:active,
.button--cta-link .button__label:link,
.button--cta-link .button__label:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.button--cta-link .button__label:focus,
.button--cta-link .button__label:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5)
}

.button--cta-link.button--jumbo {
    min-height: 56px
}

.button--loading {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: #ccc !important
}

.button--loading .button__inner {
    text-align: center;
    z-index: 10;
    position: relative
}

.button--loading .button__inner:after {
    content: "" !important;
    -webkit-animation: spin-animation .7s infinite linear;
    animation: spin-animation .7s infinite linear;
    font-size: 16px;
    line-height: 1;
    margin-left: 10px
}

.button--spacious-top-half {
    margin-top: 15px
}

.button--nowrap {
    white-space: nowrap
}

.button--no-horizontal-padding .button__inner {
    padding-left: 0;
    padding-right: 0
}

.button--link.button--jumbo {
    border-radius: 0
}

.button--link.button--jumbo .button__inner {
    padding: 0;
    min-height: 0
}

.button--link.button--chameleon {
    color: currentColor
}

.button--link.button--icon-left,
.button--link.button--icon-right {
    border-bottom: solid 4px rgba(85, 85, 85, 0)
}

.button--link.button--icon-left:focus,
.button--link.button--icon-left:hover,
.button--link.button--icon-right:focus,
.button--link.button--icon-right:hover {
    border-color: currentColor
}

.button--link.button--icon-left .button__icon {
    margin-right: 10px
}

.button--link.button--icon-right .button__icon {
    margin-left: 10px
}

.list--vert-checklist {
    margin: 0;
    padding-left: 0
}

.list--vert-checklist .list__item,
.list--vert-checklist li {
    list-style-type: none;
    margin-top: 15px
}

.list--vert-checklist .list__item:before,
.list--vert-checklist li:before {
    content: "" !important;
    margin-right: 10px
}

.list--vert-checklist .list__item:first-child,
.list--vert-checklist li:first-child {
    margin-top: 0
}

.list--horz-checklist {
    margin: 0;
    padding-left: 0
}

.list--horz-checklist .list__item,
.list--horz-checklist li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px
}

.list--horz-checklist .list__item:before,
.list--horz-checklist li:before {
    content: "" !important;
    margin-right: 10px
}

.list--horz-checklist .list__item:first-child,
.list--horz-checklist li:first-child {
    margin-left: 0
}

@media (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) {

    .list--horz-checklist .list__item,
    .list--horz-checklist li {
        display: block;
        margin-left: 0;
        margin-top: 15px
    }

    .list--horz-checklist .list__item:first-child,
    .list--horz-checklist li:first-child {
        margin-top: 0
    }
}

.list--vert-thin-checklist {
    margin: 0;
    padding-left: 0
}

.list--vert-thin-checklist .list__item,
.list--vert-thin-checklist li {
    list-style-type: none
}

.list--vert-thin-checklist .list__item:before,
.list--vert-thin-checklist li:before {
    content: "" !important;
    margin-right: 10px
}

.list--checklist-success {
    margin: 0 0 0 30px;
    padding-left: 0
}

.list--checklist-success .list__item,
.list--checklist-success li {
    list-style-type: none
}

.list--checklist-success .list__item:before,
.list--checklist-success li:before {
    content: "" !important;
    margin-right: 10px
}

.list--checklist-success .list__item:before {
    margin-left: -30px;
    color: #2f9780
}

.list--offset {
    margin-left: 30px
}

.list__item--highlighted:before {
    color: #ff7e65
}

.list--with-divider .list__item {
    padding: 22px 0;
    border-bottom: solid 2px #e6e6e6
}

.list--with-divider .list__item:first-child {
    padding-top: 0
}

.list--with-divider .list__item:last-child {
    border-bottom: 0
}

.list--small-space .list__item {
    margin-bottom: 7px
}

.list--small-space .list__item:last-child {
    margin-bottom: 0
}

.list--with-inline-separator {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.list--with-inline-separator .list__item {
    display: inline-block;
    margin-left: 7px;
    margin-top: 0
}

.list--with-inline-separator .list__item:first-child {
    margin-left: 0
}

.list--with-inline-separator .list__item:first-child:before {
    content: none
}

.list--with-inline-separator .list__item:before {
    content: '|';
    margin-right: 7px
}

.centered-text {
    text-align: center
}

.contest-examples {
    position: relative
}

.contest-examples__paragraph {
    margin-bottom: 30px
}

.contest-examples__cta {
    margin-top: 45px;
    margin-bottom: 30px
}

.contest-examples--bottom-margin,
.contest-examples--with-paragraph .contest-examples__header-row {
    margin-bottom: 35px
}

.contest-examples--responsive .contest-examples__cta {
    display: none
}

@media (min-width:0) and (max-width:599px) {
    .contest-examples--responsive {
        display: flex;
        flex-direction: column;
        margin-bottom: 0
    }

    .contest-examples--responsive .contest-examples__cta {
        display: block;
        order: 4;
        padding: 0 15px
    }

    .contest-examples--responsive .contest-examples__list {
        flex-shrink: 0
    }
}

.contest-examples-paragraph__text {
    display: inline-block;
    width: 50%
}

.contest-examples-paragraph__cta {
    float: right
}

@media (min-width:0) and (max-width:599px) {
    .contest-examples-paragraph__text {
        width: auto
    }

    .contest-examples-paragraph__cta {
        display: none
    }

    .paragraph--responsive.paragraph--large {
        font-size: 16px;
        line-height: 1.6
    }
}

.paragraph--offset {
    margin-left: 30px
}

.paragraph--narrow {
    max-width: 20em
}

.paragraph--narrow-widescreen {
    max-width: 30em
}

.paragraph--interjection {
    font-family: Georgia, serif;
    color: #999;
    font-style: italic;
    position: relative;
    margin-left: 30px;
    padding-left: 15px
}

.paragraph--interjection:before {
    content: '';
    border-top: solid 2px #555;
    width: 30px;
    position: absolute;
    right: 100%;
    top: 8px
}

.paragraph--root {
    color: #555
}

.paragraph--soft {
    color: #999
}

.paragraph--right-aligned {
    text-align: right
}

.paragraph--centered {
    text-align: center
}

.paragraph--sibling-collapse:last-child {
    margin-bottom: 0
}

.paragraph--white {
    color: #fff
}

.paragraph--nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.paragraph--spacious-bottom {
    margin-bottom: 30px
}

.paragraph--bordered {
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.paragraph--bordered.paragraph--small {
    padding-top: .9em;
    padding-bottom: .9em
}

.paragraph--half-margin {
    margin-bottom: .8em
}

.paragraph--double-margin {
    margin-bottom: 3.2em
}

.paragraph--narrow-until-small {
    max-width: 20em
}

@media (min-width:0) and (max-width:599px) {
    .paragraph--responsive.paragraph--jumbo {
        font-size: 19px;
        line-height: 1.4
    }

    .paragraph--narrow-until-small {
        max-width: none
    }
}

.heading--punt-road {
    color: #555
}

.heading--hot-pink {
    color: #fc55a9
}

.heading--bundles {
    color: #000
}

.heading--gold {
    color: #e8b954
}

.heading--dark-green {
    color: #7f9593
}

.heading--number {
    font-size: 100px;
    line-height: 1
}

.heading--pro {
    font-size: 300px;
    margin-bottom: 0;
    line-height: .8
}

.heading--pro::first-letter {
    margin-left: -.06em
}

@media (min-width:600px) and (max-width:899px) {
    .heading--pro {
        font-size: 250px
    }
}

.heading--quarter-margin {
    margin-bottom: .4em
}

.design-card {
    visibility: hidden;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
    text-align: left;
    height: 100%;
    width: 100%;
    position: absolute
}

.design-card:hover .design-card__meta-background {
    opacity: .9;
    visibility: visible
}

.design-card:hover .design-card__meta {
    opacity: 1;
    visibility: visible
}

.design-card:hover .design-card__pill,
.design-card:hover .design-card__popular {
    opacity: 0;
    visibility: hidden
}

.design-card[data-active] .design-card__meta-background {
    opacity: .9;
    visibility: visible
}

.design-card[data-active] .design-card__meta {
    opacity: 1;
    visibility: visible
}

.design-card[data-active] .design-card__pill {
    opacity: 0;
    visibility: hidden
}

.design-card__meta {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, visibility;
    padding: 30px;
    z-index: 2;
    white-space: normal;
    display: none
}

.design-card__meta-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, visibility;
    z-index: 1
}

.design-card__meta__stats {
    bottom: 30px;
    position: absolute;
    left: 30px;
    right: 30px
}

.design-card__meta__cta,
.design-card__meta__cta:hover,
.design-card__meta__cta:visited {
    color: inherit;
    text-decoration: none
}

.design-card__meta__cta::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: currentColor;
    opacity: .9
}

.design-card__meta__cta__content {
    padding: 60px
}

.design-card__meta__cta__content__text,
.design-card__popular__text {
    position: relative;
    color: #fff
}

.design-card__meta .para2 {
    margin-bottom: 10px
}

.design-card__meta .para3 {
    margin-bottom: 10px
}

.design-card__meta p i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.design-card__popular {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    height: 40px;
    padding: 0 15px;
    z-index: 3
}

.design-card__popular::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: currentColor
}

.design-card__popular__star-icon {
    margin-right: 5px
}

.design-card__popular__star-icon:before {
    content: "" !important
}

.design-card__pill {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.design-card * {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out
}

.design-card--relative {
    position: relative
}

.design-card a {
    display: block
}

.design-card a img {
    display: block
}

.design-card a:hover:before {
    opacity: 1
}

.design-card a:hover i {
    opacity: 1
}

.design-card a:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0
}

.design-card a i {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 240px;
    opacity: 0
}

.design-card--heavy-shadow:hover {
    box-shadow: 0 14px 42px 0 rgba(0, 0, 0, .2)
}

.design-card--collapse .design-card__meta {
    padding: 0
}

.design-card--no-shadow {
    box-shadow: none
}

.design-card--cta {
    visibility: visible;
    white-space: normal;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px
}

@media (min-width:0) and (max-width:599px) {
    .design-card--cta {
        width: 250px;
        padding-top: 30px
    }
}

@media (min-width:600px) and (max-width:899px) {
    .design-card--cta .button {
        font-family: Larsseit-Bold, sans-serif;
        font-size: 19px;
        border-radius: 8px;
        border-width: 3px
    }

    .design-card--cta .button .button__inner {
        min-height: 50px;
        display: inline-block;
        padding: 12px 30px
    }

    .flexbox.flexboxlegacy .design-card--cta .button .button__inner {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width:900px) and (max-width:1299px) {
    .design-card--cta .button {
        font-family: Larsseit-Bold, sans-serif;
        font-size: 19px;
        border-radius: 8px;
        border-width: 3px
    }

    .design-card--cta .button .button__inner {
        min-height: 50px;
        display: inline-block;
        padding: 12px 30px
    }

    .flexbox.flexboxlegacy .design-card--cta .button .button__inner {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width:1300px) {
    .design-card--cta .button {
        font-family: Larsseit-Bold, sans-serif;
        font-size: 19px;
        border-radius: 8px;
        border-width: 3px
    }

    .design-card--cta .button .button__inner {
        min-height: 50px;
        display: inline-block;
        padding: 12px 30px
    }

    .flexbox.flexboxlegacy .design-card--cta .button .button__inner {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.stats-table {
    display: table;
    width: 100%
}

.stats-table__column {
    display: table-cell;
    width: 50%;
    padding: 15px 15px 0;
    border: 2px #e6e6e6;
    border-top-style: solid;
    vertical-align: baseline;
    text-align: left
}

.stats-table__column:first-child {
    padding-left: 0
}

.stats-table__column+.stats-table__column {
    border-left-style: solid
}

.stats-table--light .stats-table__column {
    border-color: rgba(255, 255, 255, .5)
}

.stats-table--dark .stats-table__column {
    border-color: rgba(85, 85, 85, .5)
}

.stats-table--three-column .stats-table__column {
    width: 33.3%
}

.stats-table--flex {
    display: flex
}

.stats-table--flex .stats-table__column {
    width: auto
}

.stats-table--collapse-horizontal-padding .stats-table__column:first-child {
    border-left: none;
    padding-left: 0
}

.stats-table--collapse-horizontal-padding .stats-table__column:last-child {
    padding-right: 0
}

.stats-table--thin-gutter .stats-table__column {
    padding: 10px
}

.stat__amount {
    font-size: 32px;
    font-family: Larsseit-Bold, sans-serif;
    font-weight: 400;
    letter-spacing: -.015em;
    display: block;
    margin: 0;
    line-height: 1;
    white-space: nowrap
}

@media (min-width:600px) and (max-width:899px) {
    .stat__amount {
        font-size: 24px
    }
}

@media (min-width:0) and (max-width:599px) {
    .stat__amount {
        font-size: 24px
    }
}

.stat__label {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    white-space: nowrap
}

.stat--wrap {
    line-height: 1.3
}

.stat--wrap .stat__label {
    line-height: 1;
    white-space: normal
}

.stat--chameleon .stat__amount,
.stat--chameleon .stat__label {
    color: inherit
}

.stat--chameleon .stat__label {
    opacity: .8
}

.stat--small .stat__amount {
    font-size: 19px
}

.stat--small .stat__label {
    font-size: 12px;
    white-space: normal
}

.link--cta-down {
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 4px rgba(85, 85, 85, 0)
}

.link--cta-down:active,
.link--cta-down:focus,
.link--cta-down:hover,
.link--cta-down:link,
.link--cta-down:visited {
    border-color: currentColor
}

.link--cta-down:active,
.link--cta-down:link,
.link--cta-down:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.link--cta-down:focus,
.link--cta-down:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5)
}

.link--cta-down:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta-up {
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 4px rgba(85, 85, 85, 0)
}

.link--cta-up:active,
.link--cta-up:focus,
.link--cta-up:hover,
.link--cta-up:link,
.link--cta-up:visited {
    border-color: currentColor
}

.link--cta-up:active,
.link--cta-up:link,
.link--cta-up:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.link--cta-up:focus,
.link--cta-up:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5)
}

.link--cta-up:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta-no-arrow {
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 4px rgba(85, 85, 85, 0)
}

.link--cta-no-arrow:active,
.link--cta-no-arrow:focus,
.link--cta-no-arrow:hover,
.link--cta-no-arrow:link,
.link--cta-no-arrow:visited {
    border-color: currentColor
}

.link--cta-no-arrow:after {
    content: "" !important;
    margin-left: 5px;
    display: none
}

.link--cta-no-arrow:active,
.link--cta-no-arrow:link,
.link--cta-no-arrow:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.link--cta-no-arrow:focus,
.link--cta-no-arrow:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5)
}

.link--cta-down.link--chameleon,
.link--cta-down.link--chameleon:link,
.link--cta-up.link--chameleon,
.link--cta-up.link--chameleon:link,
.link--cta.link--chameleon,
.link--cta.link--chameleon:link {
    color: inherit;
    position: relative
}

.link--cta-down.link--chameleon:hover,
.link--cta-up.link--chameleon:hover,
.link--cta.link--chameleon:hover {
    border-color: currentColor
}

.link--cta.link--punt-road {
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 4px rgba(85, 85, 85, 0)
}

.link--cta.link--punt-road:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta.link--punt-road:active,
.link--cta.link--punt-road:link,
.link--cta.link--punt-road:visited {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.link--cta.link--punt-road:focus,
.link--cta.link--punt-road:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .5)
}

.link--cta.link--hot-pink {
    transition: border-color .15s ease-out;
    color: #fc55a9;
    border-bottom: solid 4px rgba(252, 85, 169, 0)
}

.link--cta.link--hot-pink:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta.link--hot-pink:active,
.link--cta.link--hot-pink:link,
.link--cta.link--hot-pink:visited {
    color: #fc55a9;
    border-color: rgba(252, 85, 169, 0)
}

.link--cta.link--hot-pink:focus,
.link--cta.link--hot-pink:hover {
    color: #fc55a9;
    border-color: rgba(252, 85, 169, .5)
}

.link--cta.link--bundles {
    transition: border-color .15s ease-out;
    color: #000;
    border-bottom: solid 4px transparent
}

.link--cta.link--bundles:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta.link--bundles:active,
.link--cta.link--bundles:link,
.link--cta.link--bundles:visited {
    color: #000;
    border-color: transparent
}

.link--cta.link--bundles:focus,
.link--cta.link--bundles:hover {
    color: #000;
    border-color: rgba(0, 0, 0, .5)
}

.link--cta.link--gold {
    transition: border-color .15s ease-out;
    color: #e8b954;
    border-bottom: solid 4px rgba(232, 185, 84, 0)
}

.link--cta.link--gold:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta.link--gold:active,
.link--cta.link--gold:link,
.link--cta.link--gold:visited {
    color: #e8b954;
    border-color: rgba(232, 185, 84, 0)
}

.link--cta.link--gold:focus,
.link--cta.link--gold:hover {
    color: #e8b954;
    border-color: rgba(232, 185, 84, .5)
}

.link--cta.link--dark-green {
    transition: border-color .15s ease-out;
    color: #7f9593;
    border-bottom: solid 4px rgba(127, 149, 147, 0)
}

.link--cta.link--dark-green:after {
    content: "" !important;
    margin-left: 5px
}

.link--cta.link--dark-green:active,
.link--cta.link--dark-green:link,
.link--cta.link--dark-green:visited {
    color: #7f9593;
    border-color: rgba(127, 149, 147, 0)
}

.link--cta.link--dark-green:focus,
.link--cta.link--dark-green:hover {
    color: #7f9593;
    border-color: rgba(127, 149, 147, .5)
}

.link.link--heading {
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 2px rgba(85, 85, 85, .2)
}

.link.link--heading:link,
.link.link--heading:visited {
    color: #555;
    border-color: rgba(85, 85, 85, .2)
}

.link.link--heading:active {
    color: #555;
    border-color: rgba(85, 85, 85, 0)
}

.link.link--heading,
.link.link--heading:link {
    border-color: transparent
}

.link.link--heading:focus,
.link.link--heading:hover {
    color: #555;
    border-color: rgba(85, 85, 85, .2)
}

.link.link--image,
.link.link--image:active,
.link.link--image:hover,
.link.link--image:link,
.link.link--image:visited {
    border: none
}

.link.link--box {
    transition: none;
    border-bottom: none;
    display: block;
    width: 33.3%;
    padding-top: 33.3%;
    margin-right: 2px;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0
}

.link.link--box:active,
.link.link--box:focus,
.link.link--box:hover,
.link.link--box:link,
.link.link--box:visited {
    border-color: currentColor
}

.link.link--box:before {
    transition-duration: .15s;
    transition-timing-function: ease-out;
    transition-proprty: opacity, visibility;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .1);
    visibility: hidden;
    opacity: 0
}

.link.link--box .link__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 10px 5px 0
}

.link.link--box .link__icon {
    transition-duration: .15s;
    transition-timing-function: ease-out;
    transition-proprty: transform
}

.link.link--box:hover:before {
    visibility: visible;
    opacity: 1
}

.link.link--box:hover .link__icon {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

@media (min-width:0) and (max-width:599px) {
    .link.link--box {
        width: 193px;
        padding-top: 193px;
        position: relative;
        float: right
    }
}

.link.link--non-interactive:focus,
.link.link--non-interactive:hover {
    border-color: transparent
}

.design-card-list {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.design-card-list__item {
    width: 250px;
    height: 250px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    vertical-align: top
}

.design-card-list__item+.design-card-list__item {
    margin-right: 15px
}

.design-card-list__item:first-child {
    margin-left: 15px;
    margin-right: 15px
}

.design-card-list__item__attribution {
    margin-top: 15px;
    white-space: normal
}

.design-card-list--with-metadata {
    min-height: 327px
}

.design-card-list--with-metadata .design-card-list__item {
    height: auto
}

.design-card-list--large .design-card-list__item {
    display: inline-flex;
    flex-direction: column;
    width: 350px;
    height: auto;
    margin-bottom: 0;
    padding-top: 10px
}

.design-card-list--with-attributions {
    text-align: left
}

.max--desktop .artwork-hero__container,
.max--desktop .hero-layout__row,
.max--desktop .homepage-products__content {
    max-width: 1000px !important
}

.max--widescreen .artwork-hero__container,
.max--widescreen .hero-layout__row,
.max--widescreen .homepage-products__content {
    max-width: 1300px !important
}

.max--responsive .artwork-hero__container,
.max--responsive .hero-layout__row,
.max--responsive .homepage-products__content {
    max-width: 1000px !important
}

.artwork-hero {
    position: relative
}

.artwork-hero__container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

@media (min-width:0) and (max-width:599px) {
    .artwork-hero__container {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.artwork-hero__container:after,
.artwork-hero__container:before {
    content: ' ';
    display: table
}

.artwork-hero__container:after {
    clear: both
}

.artwork-hero__container__text {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
    z-index: 2
}

@media (min-width:0) and (max-width:599px) {
    .artwork-hero__container__text {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.artwork-hero__container__cta {
    z-index: 2
}

.artwork-hero__container__artwork {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
    z-index: 1
}

@media (min-width:0) and (max-width:599px) {
    .artwork-hero__container__artwork {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.artwork-hero--homepage .artwork-hero__container__artwork {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left
}

@media (min-width:0) and (max-width:599px) {
    .artwork-hero--homepage .artwork-hero__container__artwork {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .artwork-hero--homepage .artwork-hero__container__artwork {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left
    }
}

@media (min-width:0) and (max-width:599px) and (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) and (min-width:0) and (max-width:599px) {
    .artwork-hero--homepage .artwork-hero__container__artwork {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.artwork-hero--homepage .artwork-hero__container__text {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left
}

@media (min-width:0) and (max-width:599px) {
    .artwork-hero--homepage .artwork-hero__container__text {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .artwork-hero--homepage .artwork-hero__container__text {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: left
    }
}

@media (min-width:0) and (max-width:599px) and (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) and (min-width:0) and (max-width:599px) {
    .artwork-hero--homepage .artwork-hero__container__text {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.button--punt-road.button--primary {
    background-color: #555;
    border-color: #555;
    text-decoration: none
}

.button--punt-road.button--primary:focus,
.button--punt-road.button--primary:hover {
    background-color: #666;
    border-color: #666;
    text-decoration: none;
    outline: 0
}

.button--punt-road.button--primary:active {
    background-color: #484848;
    border-color: #484848
}

.button--punt-road.button--primary:disabled,
.button--punt-road.button--primary:disabled:active,
.button--punt-road.button--primary:disabled:focus,
.button--punt-road.button--primary:disabled:hover,
.button--punt-road.button--primary[data-button-disabled],
.button--punt-road.button--primary[data-button-disabled]:active,
.button--punt-road.button--primary[data-button-disabled]:focus,
.button--punt-road.button--primary[data-button-disabled]:hover,
.button--punt-road.button--primary[data-disabled],
.button--punt-road.button--primary[data-disabled]:active,
.button--punt-road.button--primary[data-disabled]:focus,
.button--punt-road.button--primary[data-disabled]:hover,
.button--punt-road.button--primary[disabled],
.button--punt-road.button--primary[disabled]:active,
.button--punt-road.button--primary[disabled]:focus,
.button--punt-road.button--primary[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--punt-road.button--marketing-secondary {
    border-color: #555;
    color: #555;
    background: 0 0
}

.button--punt-road.button--marketing-secondary:hover {
    color: #777;
    border-color: #777;
    background: 0 0
}

.button--hot-pink.button--primary {
    background-color: #fc55a9;
    border-color: #fc55a9;
    text-decoration: none
}

.button--hot-pink.button--primary:focus,
.button--hot-pink.button--primary:hover {
    background-color: #fc66b2;
    border-color: #fc66b2;
    text-decoration: none;
    outline: 0
}

.button--hot-pink.button--primary:active {
    background-color: #fc3c9c;
    border-color: #fc3c9c
}

.button--hot-pink.button--primary:disabled,
.button--hot-pink.button--primary:disabled:active,
.button--hot-pink.button--primary:disabled:focus,
.button--hot-pink.button--primary:disabled:hover,
.button--hot-pink.button--primary[data-button-disabled],
.button--hot-pink.button--primary[data-button-disabled]:active,
.button--hot-pink.button--primary[data-button-disabled]:focus,
.button--hot-pink.button--primary[data-button-disabled]:hover,
.button--hot-pink.button--primary[data-disabled],
.button--hot-pink.button--primary[data-disabled]:active,
.button--hot-pink.button--primary[data-disabled]:focus,
.button--hot-pink.button--primary[data-disabled]:hover,
.button--hot-pink.button--primary[disabled],
.button--hot-pink.button--primary[disabled]:active,
.button--hot-pink.button--primary[disabled]:focus,
.button--hot-pink.button--primary[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--hot-pink.button--marketing-secondary {
    border-color: #fc55a9;
    color: #fc55a9;
    background: 0 0
}

.button--hot-pink.button--marketing-secondary:hover {
    color: #fd77ba;
    border-color: #fd77ba;
    background: 0 0
}

.button--bundles.button--primary {
    background-color: #000;
    border-color: #000;
    text-decoration: none
}

.button--bundles.button--primary:focus,
.button--bundles.button--primary:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    text-decoration: none;
    outline: 0
}

.button--bundles.button--primary:active {
    background-color: #000;
    border-color: #000
}

.button--bundles.button--primary:disabled,
.button--bundles.button--primary:disabled:active,
.button--bundles.button--primary:disabled:focus,
.button--bundles.button--primary:disabled:hover,
.button--bundles.button--primary[data-button-disabled],
.button--bundles.button--primary[data-button-disabled]:active,
.button--bundles.button--primary[data-button-disabled]:focus,
.button--bundles.button--primary[data-button-disabled]:hover,
.button--bundles.button--primary[data-disabled],
.button--bundles.button--primary[data-disabled]:active,
.button--bundles.button--primary[data-disabled]:focus,
.button--bundles.button--primary[data-disabled]:hover,
.button--bundles.button--primary[disabled],
.button--bundles.button--primary[disabled]:active,
.button--bundles.button--primary[disabled]:focus,
.button--bundles.button--primary[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--bundles.button--marketing-secondary {
    border-color: #000;
    color: #000;
    background: 0 0
}

.button--bundles.button--marketing-secondary:hover {
    color: #333;
    border-color: #333;
    background: 0 0
}

.button--gold.button--primary {
    background-color: #e8b954;
    border-color: #e8b954;
    text-decoration: none
}

.button--gold.button--primary:focus,
.button--gold.button--primary:hover {
    background-color: #eac065;
    border-color: #eac065;
    text-decoration: none;
    outline: 0
}

.button--gold.button--primary:active {
    background-color: #e5b03e;
    border-color: #e5b03e
}

.button--gold.button--primary:disabled,
.button--gold.button--primary:disabled:active,
.button--gold.button--primary:disabled:focus,
.button--gold.button--primary:disabled:hover,
.button--gold.button--primary[data-button-disabled],
.button--gold.button--primary[data-button-disabled]:active,
.button--gold.button--primary[data-button-disabled]:focus,
.button--gold.button--primary[data-button-disabled]:hover,
.button--gold.button--primary[data-disabled],
.button--gold.button--primary[data-disabled]:active,
.button--gold.button--primary[data-disabled]:focus,
.button--gold.button--primary[data-disabled]:hover,
.button--gold.button--primary[disabled],
.button--gold.button--primary[disabled]:active,
.button--gold.button--primary[disabled]:focus,
.button--gold.button--primary[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--gold.button--marketing-secondary {
    border-color: #e8b954;
    color: #e8b954;
    background: 0 0
}

.button--gold.button--marketing-secondary:hover {
    color: #edc776;
    border-color: #edc776;
    background: 0 0
}

.button--dark-green.button--primary {
    background-color: #7f9593;
    border-color: #7f9593;
    text-decoration: none
}

.button--dark-green.button--primary:focus,
.button--dark-green.button--primary:hover {
    background-color: #8ca09e;
    border-color: #8ca09e;
    text-decoration: none;
    outline: 0
}

.button--dark-green.button--primary:active {
    background-color: #718987;
    border-color: #718987
}

.button--dark-green.button--primary:disabled,
.button--dark-green.button--primary:disabled:active,
.button--dark-green.button--primary:disabled:focus,
.button--dark-green.button--primary:disabled:hover,
.button--dark-green.button--primary[data-button-disabled],
.button--dark-green.button--primary[data-button-disabled]:active,
.button--dark-green.button--primary[data-button-disabled]:focus,
.button--dark-green.button--primary[data-button-disabled]:hover,
.button--dark-green.button--primary[data-disabled],
.button--dark-green.button--primary[data-disabled]:active,
.button--dark-green.button--primary[data-disabled]:focus,
.button--dark-green.button--primary[data-disabled]:hover,
.button--dark-green.button--primary[disabled],
.button--dark-green.button--primary[disabled]:active,
.button--dark-green.button--primary[disabled]:focus,
.button--dark-green.button--primary[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--dark-green.button--marketing-secondary {
    border-color: #7f9593;
    color: #7f9593;
    background: 0 0
}

.button--dark-green.button--marketing-secondary:hover {
    color: #99aaa9;
    border-color: #99aaa9;
    background: 0 0
}

.button--marketing-secondary,
.button--marketing-secondary:hover {
    text-decoration: none
}

.button--hover-chameleon {
    position: relative
}

.button--hover-chameleon:before {
    transition-duration: .15s;
    transition-timing-function: ease-out;
    transition-proprty: opacity, visibility;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    visibility: hidden;
    opacity: 0;
    border-radius: inherit
}

.button--hover-chameleon:hover:before {
    visibility: visible;
    opacity: 1
}

.button--hover-chameleon:disabled,
.button--hover-chameleon:disabled:active,
.button--hover-chameleon:disabled:focus,
.button--hover-chameleon:disabled:hover,
.button--hover-chameleon[data-button-disabled],
.button--hover-chameleon[data-button-disabled]:active,
.button--hover-chameleon[data-button-disabled]:focus,
.button--hover-chameleon[data-button-disabled]:hover,
.button--hover-chameleon[data-disabled],
.button--hover-chameleon[data-disabled]:active,
.button--hover-chameleon[data-disabled]:focus,
.button--hover-chameleon[data-disabled]:hover,
.button--hover-chameleon[disabled],
.button--hover-chameleon[disabled]:active,
.button--hover-chameleon[disabled]:focus,
.button--hover-chameleon[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--hover-chameleon:disabled .button__inner,
.button--hover-chameleon:disabled:active .button__inner,
.button--hover-chameleon:disabled:focus .button__inner,
.button--hover-chameleon:disabled:hover .button__inner,
.button--hover-chameleon[data-button-disabled] .button__inner,
.button--hover-chameleon[data-button-disabled]:active .button__inner,
.button--hover-chameleon[data-button-disabled]:focus .button__inner,
.button--hover-chameleon[data-button-disabled]:hover .button__inner,
.button--hover-chameleon[data-disabled] .button__inner,
.button--hover-chameleon[data-disabled]:active .button__inner,
.button--hover-chameleon[data-disabled]:focus .button__inner,
.button--hover-chameleon[data-disabled]:hover .button__inner,
.button--hover-chameleon[disabled] .button__inner,
.button--hover-chameleon[disabled]:active .button__inner,
.button--hover-chameleon[disabled]:focus .button__inner,
.button--hover-chameleon[disabled]:hover .button__inner {
    color: #ccc
}

.button--hover-chameleon:hover {
    color: inherit !important;
    border-color: currentColor !important
}

.button--white.button--primary {
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
    color: inherit
}

.button--white.button--primary:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.button--white.button--primary:disabled,
.button--white.button--primary:disabled:active,
.button--white.button--primary:disabled:focus,
.button--white.button--primary:disabled:hover,
.button--white.button--primary[data-button-disabled],
.button--white.button--primary[data-button-disabled]:active,
.button--white.button--primary[data-button-disabled]:focus,
.button--white.button--primary[data-button-disabled]:hover,
.button--white.button--primary[data-disabled],
.button--white.button--primary[data-disabled]:active,
.button--white.button--primary[data-disabled]:focus,
.button--white.button--primary[data-disabled]:hover,
.button--white.button--primary[disabled],
.button--white.button--primary[disabled]:active,
.button--white.button--primary[disabled]:focus,
.button--white.button--primary[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--white.button--primary:focus,
.button--white.button--primary:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.button--primary.button--black-border {
    background-color: #fff;
    border-color: #000;
    color: #000;
    text-decoration: none
}

.button--primary.button--black-border:focus,
.button--primary.button--black-border:hover {
    background-color: #fff;
    border-color: #1a1a1a;
    color: #000;
    text-decoration: none;
    outline: 0
}

.button--primary.button--black-border:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.button--primary.button--black-border:disabled,
.button--primary.button--black-border:disabled:active,
.button--primary.button--black-border:disabled:focus,
.button--primary.button--black-border:disabled:hover,
.button--primary.button--black-border[data-button-disabled],
.button--primary.button--black-border[data-button-disabled]:active,
.button--primary.button--black-border[data-button-disabled]:focus,
.button--primary.button--black-border[data-button-disabled]:hover,
.button--primary.button--black-border[data-disabled],
.button--primary.button--black-border[data-disabled]:active,
.button--primary.button--black-border[data-disabled]:focus,
.button--primary.button--black-border[data-disabled]:hover,
.button--primary.button--black-border[disabled],
.button--primary.button--black-border[disabled]:active,
.button--primary.button--black-border[disabled]:focus,
.button--primary.button--black-border[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--primary.button--black-border:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
    text-decoration: none
}

.button--primary.button--black-border:hover:focus,
.button--primary.button--black-border:hover:hover {
    background-color: #fff;
    border-color: #1a1a1a;
    color: #000;
    text-decoration: none;
    outline: 0
}

.button--primary.button--black-border:hover:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.button--primary.button--black-border:hover:disabled,
.button--primary.button--black-border:hover:disabled:active,
.button--primary.button--black-border:hover:disabled:focus,
.button--primary.button--black-border:hover:disabled:hover,
.button--primary.button--black-border:hover[data-button-disabled],
.button--primary.button--black-border:hover[data-button-disabled]:active,
.button--primary.button--black-border:hover[data-button-disabled]:focus,
.button--primary.button--black-border:hover[data-button-disabled]:hover,
.button--primary.button--black-border:hover[data-disabled],
.button--primary.button--black-border:hover[data-disabled]:active,
.button--primary.button--black-border:hover[data-disabled]:focus,
.button--primary.button--black-border:hover[data-disabled]:hover,
.button--primary.button--black-border:hover[disabled],
.button--primary.button--black-border:hover[disabled]:active,
.button--primary.button--black-border:hover[disabled]:focus,
.button--primary.button--black-border:hover[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.button--large-2x {
    width: 120px;
    height: 120px
}

.button--border-radius-none {
    border-radius: 0
}

.cta-pair {
    margin-bottom: 30px
}

.cta-pair__button,
.cta-pair__link {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px
}

.cta-pair__button:not(:only-child) {
    margin-right: 15px
}

.cta-pair--stacked .cta-pair__button,
.cta-pair--stacked .cta-pair__link {
    display: block
}

.cta-pair--stacked .cta-pair__button {
    margin-right: 0
}

.cta-pair--no-margin {
    margin-bottom: 0
}

.hero-layout {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}

.hero-layout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #f3f2f0;
    background-image: linear-gradient(#fff, #f3f2f0)
}

@media (min-width:0) and (max-width:599px) {
    .cta-pair__button {
        width: 100%
    }

    .cta-pair__button:not(:only-child) {
        margin-right: 0
    }

    .cta-pair--centered .cta-pair__link {
        display: block;
        text-align: center
    }

    .hero-layout {
        padding-top: 30px;
        padding-bottom: 0
    }

    .hero-layout::before {
        display: none
    }
}

.hero-layout__row {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

@media (min-width:0) and (max-width:599px) {
    .hero-layout__row {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.hero-layout__row:after,
.hero-layout__row:before {
    content: ' ';
    display: table
}

.hero-layout__row:after {
    clear: both
}

.hero-layout__row__column {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left
}

.hero-layout--offset-bottom {
    margin-bottom: 60px
}

.hero-layout--offset-bottom-large {
    margin-bottom: 90px
}

.hero-layout--small {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width:0) and (max-width:599px) {
    .hero-layout__row__column {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .hero-layout--offset-bottom-large {
        margin-bottom: 60px
    }

    .hero-layout--small {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .hero-layout--large {
        padding-top: 60px
    }
}

.hero-layout--large {
    padding-top: 60px;
    padding-bottom: 60px
}

.hero-layout--header {
    padding-bottom: 0
}

.hero-layout--collapse-top {
    padding-top: 0
}

.hero-layout--collapse-bottom {
    padding-bottom: 0
}

.hero-layout--artwork {
    min-height: 400px;
    padding-top: 0;
    margin-bottom: 60px
}

@media (min-width:0) and (max-width:599px) {

    .hero-layout--collapse-bottom-mobile,
    .hero-layout--large {
        padding-bottom: 0
    }

    .hero-layout--artwork {
        min-height: 215px;
        margin-bottom: 0
    }

    .hero-layout--artwork .hero-layout__row__column {
        display: flex;
        flex-direction: column
    }

    .hero-layout--artwork .hero-layout__row__column__box {
        order: 1
    }

    .hero-layout--artwork .hero-layout__row__column__artwork {
        order: 2
    }
}

.hero-layout--video-hero::before {
    max-height: 890px
}

.hero-layout--pro {
    margin-bottom: 90px
}

@media (min-width:600px) and (max-width:899px) {
    .hero-layout--fixed-height-bg::before {
        height: 620px
    }

    .hero-layout--video-hero::before {
        max-height: 1150px
    }

    .hero-layout--pro {
        margin-bottom: 0
    }

    .hero-layout--pro::before {
        height: 820px
    }
}

.hero-layout--hero-tiles:before {
    max-height: 450px
}

@media (min-width:600px) and (max-width:899px) {
    .hero-layout--hero-tiles:before {
        max-height: 630px
    }
}

@media (min-width:0) and (max-width:599px) {
    .hero-layout--pro {
        margin-bottom: 30px
    }

    .hero-layout--homepage::before {
        display: block
    }
}

.display-name--light {
    color: #999
}

.display-name--link-subtle {
    text-decoration: none;
    transition: border-color .15s ease-out;
    color: #999;
    border-bottom: solid 2px rgba(153, 153, 153, .2)
}

.display-name--link-subtle:active,
.display-name--link-subtle:focus,
.display-name--link-subtle:hover,
.display-name--link-subtle:link,
.display-name--link-subtle:visited {
    text-decoration: none
}

.display-name--link-subtle:link,
.display-name--link-subtle:visited {
    color: #999;
    border-color: rgba(153, 153, 153, .2)
}

.display-name--link-subtle:focus,
.display-name--link-subtle:hover {
    color: #999;
    border-color: rgba(153, 153, 153, .4)
}

.display-name--link-subtle:active {
    color: #999;
    border-color: rgba(153, 153, 153, 0)
}

[data-carousel],
[data-use-carousel-color] {
    transition-duration: .85s;
    transition-timing-function: ease-in-out;
    transition-property: color
}

[data-use-carousel-background-color] {
    transition-duration: .85s;
    transition-timing-function: ease-in-out;
    transition-property: background-color
}

[data-carousel] [data-carousel-content] {
    transition-duration: .85s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility;
    will-change: opacity
}

[data-carousel] [data-carousel-content]:not([data-carousel-active]) {
    visibility: hidden;
    opacity: 0
}

[data-carousel] [data-carousel-content][data-carousel-active] {
    visibility: visible;
    opacity: 1
}

[data-carousel-steps] {
    display: block;
    font-size: 0
}

[data-carousel-steps] [data-carousel-step] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 20px;
    cursor: pointer
}

[data-carousel-steps] [data-carousel-step]:not(:first-child) {
    margin-left: 15px
}

[data-carousel-steps] [data-carousel-step][data-carousel-active] {
    background: #999
}

.slide-carousel {
    transition-duration: .9s;
    transition-timing-function: ease-in-out;
    transition-property: color;
    position: relative
}

@media (min-width:600px) and (max-width:899px),
(min-width:0) and (max-width:599px) {
    .slide-carousel {
        transition: none
    }
}

.slide-carousel__content {
    position: relative
}

.slide-carousel__content__triggers {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute
}

.slide-carousel__content__next-trigger,
.slide-carousel__content__prev-trigger {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    position: absolute
}

@media (min-width:0) and (max-width:599px) {

    .slide-carousel__content__next-trigger,
    .slide-carousel__content__prev-trigger {
        display: none
    }

    .slide-carousel--responsive .slide-carousel__content__track__item {
        max-height: 400px
    }
}

@media (min-width:600px) and (max-width:899px) {

    .slide-carousel__content__next-trigger,
    .slide-carousel__content__prev-trigger {
        display: none
    }

    .slide-carousel--responsive .slide-carousel__content__track__item {
        max-height: 400px
    }
}

.slide-carousel__content__prev-trigger {
    left: 0
}

.slide-carousel__content__next-trigger {
    right: 0
}

.slide-carousel__content__track {
    transition-duration: .9s;
    transition-timing-function: ease-in-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.slide-carousel__content__track__item {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

.slide-carousel__indicators {
    margin-left: 60px;
    margin-top: -35px
}

@media (min-width:600px) and (max-width:899px),
(min-width:0) and (max-width:599px) {
    .slide-carousel__content__track {
        transition: none
    }

    .slide-carousel__content__track__item {
        padding-left: 0;
        padding-right: 0
    }

    .slide-carousel__indicators {
        margin-left: 0;
        text-align: center
    }
}

.slide-carousel__next-trigger,
.slide-carousel__prev-trigger {
    position: relative;
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.slide-carousel__next-trigger:before,
.slide-carousel__prev-trigger:before {
    transition-duration: .15s;
    transition-timing-function: ease-out;
    transition-proprty: opacity, visibility;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
    visibility: hidden;
    opacity: 0;
    border-radius: inherit
}

.slide-carousel__next-trigger:hover:before,
.slide-carousel__prev-trigger:hover:before {
    visibility: visible;
    opacity: 1
}

.slide-carousel__next-trigger:disabled,
.slide-carousel__next-trigger:disabled:active,
.slide-carousel__next-trigger:disabled:focus,
.slide-carousel__next-trigger:disabled:hover,
.slide-carousel__next-trigger[data-button-disabled],
.slide-carousel__next-trigger[data-button-disabled]:active,
.slide-carousel__next-trigger[data-button-disabled]:focus,
.slide-carousel__next-trigger[data-button-disabled]:hover,
.slide-carousel__next-trigger[data-disabled],
.slide-carousel__next-trigger[data-disabled]:active,
.slide-carousel__next-trigger[data-disabled]:focus,
.slide-carousel__next-trigger[data-disabled]:hover,
.slide-carousel__next-trigger[disabled],
.slide-carousel__next-trigger[disabled]:active,
.slide-carousel__next-trigger[disabled]:focus,
.slide-carousel__next-trigger[disabled]:hover,
.slide-carousel__prev-trigger:disabled,
.slide-carousel__prev-trigger:disabled:active,
.slide-carousel__prev-trigger:disabled:focus,
.slide-carousel__prev-trigger:disabled:hover,
.slide-carousel__prev-trigger[data-button-disabled],
.slide-carousel__prev-trigger[data-button-disabled]:active,
.slide-carousel__prev-trigger[data-button-disabled]:focus,
.slide-carousel__prev-trigger[data-button-disabled]:hover,
.slide-carousel__prev-trigger[data-disabled],
.slide-carousel__prev-trigger[data-disabled]:active,
.slide-carousel__prev-trigger[data-disabled]:focus,
.slide-carousel__prev-trigger[data-disabled]:hover,
.slide-carousel__prev-trigger[disabled],
.slide-carousel__prev-trigger[disabled]:active,
.slide-carousel__prev-trigger[disabled]:focus,
.slide-carousel__prev-trigger[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #ccc
}

.slide-carousel__next-trigger:disabled .button__inner,
.slide-carousel__next-trigger:disabled:active .button__inner,
.slide-carousel__next-trigger:disabled:focus .button__inner,
.slide-carousel__next-trigger:disabled:hover .button__inner,
.slide-carousel__next-trigger[data-button-disabled] .button__inner,
.slide-carousel__next-trigger[data-button-disabled]:active .button__inner,
.slide-carousel__next-trigger[data-button-disabled]:focus .button__inner,
.slide-carousel__next-trigger[data-button-disabled]:hover .button__inner,
.slide-carousel__next-trigger[data-disabled] .button__inner,
.slide-carousel__next-trigger[data-disabled]:active .button__inner,
.slide-carousel__next-trigger[data-disabled]:focus .button__inner,
.slide-carousel__next-trigger[data-disabled]:hover .button__inner,
.slide-carousel__next-trigger[disabled] .button__inner,
.slide-carousel__next-trigger[disabled]:active .button__inner,
.slide-carousel__next-trigger[disabled]:focus .button__inner,
.slide-carousel__next-trigger[disabled]:hover .button__inner,
.slide-carousel__prev-trigger:disabled .button__inner,
.slide-carousel__prev-trigger:disabled:active .button__inner,
.slide-carousel__prev-trigger:disabled:focus .button__inner,
.slide-carousel__prev-trigger:disabled:hover .button__inner,
.slide-carousel__prev-trigger[data-button-disabled] .button__inner,
.slide-carousel__prev-trigger[data-button-disabled]:active .button__inner,
.slide-carousel__prev-trigger[data-button-disabled]:focus .button__inner,
.slide-carousel__prev-trigger[data-button-disabled]:hover .button__inner,
.slide-carousel__prev-trigger[data-disabled] .button__inner,
.slide-carousel__prev-trigger[data-disabled]:active .button__inner,
.slide-carousel__prev-trigger[data-disabled]:focus .button__inner,
.slide-carousel__prev-trigger[data-disabled]:hover .button__inner,
.slide-carousel__prev-trigger[disabled] .button__inner,
.slide-carousel__prev-trigger[disabled]:active .button__inner,
.slide-carousel__prev-trigger[disabled]:focus .button__inner,
.slide-carousel__prev-trigger[disabled]:hover .button__inner {
    color: #ccc
}

@media (min-width:600px) and (max-width:899px),
(min-width:0) and (max-width:599px) {

    .slide-carousel__next-trigger,
    .slide-carousel__prev-trigger {
        display: none
    }
}

.slide-carousel__prev-trigger {
    left: 0
}

.slide-carousel__next-trigger {
    right: 0
}

.slide-carousel__next-trigger__icon,
.slide-carousel__prev-trigger__icon {
    color: #fff
}

.slide-carousel__prev-trigger__icon:before {
    content: "" !important
}

.slide-carousel__next-trigger__icon:before {
    content: "" !important
}

.slide-carousel--centered-indicators .slide-carousel__indicators {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center
}

.slide-carousel--no-margin-indicators .slide-carousel__indicators {
    margin: 0 !important
}

.slide-carousel--responsive .slide-carousel__content__track {
    display: flex
}

.slide-carousel--responsive .slide-carousel__content__track__item {
    transition: all .9s ease-in-out;
    transition-property: opacity;
    opacity: 0
}

.slide-carousel--responsive .slide-carousel__content__track__item[data-carousel-active=true] {
    max-height: 1000px;
    overflow: visible;
    opacity: 1
}

[data-scrollable] {
    overflow: hidden;
    position: relative
}

[data-scrollable-inner] {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative
}

.scrollable--with-right-fade {
    position: relative
}

.scrollable--with-right-fade:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8))
}

@media (min-width:0) and (max-width:599px) {
    .scrollable--with-grid-offset {
        margin-left: -15px;
        margin-right: -15px
    }

    .scrollable--with-grid-offset .scrollable__inner {
        padding-left: 15px
    }
}

.blockquote:before {
    position: absolute;
    display: block;
    content: '“';
    font-family: Larsseit-Bold, sans-serif
}

.blockquote--vertical-offset {
    padding-top: 15px
}

.blockquote--large-quote {
    position: relative;
    border: none;
    padding-left: 60px
}

.blockquote--large-quote:before {
    top: -34px;
    left: 0;
    font-weight: 400;
    font-size: 100px
}

@media (min-width:600px) and (max-width:899px),
(min-width:0) and (max-width:599px) {
    .blockquote--large-quote.blockquote--responsive {
        padding-left: 35px;
        margin-top: 10px
    }

    .blockquote--large-quote.blockquote--responsive:before {
        font-size: 70px
    }
}

.blockquote--soft:before {
    color: #ccc
}

.homepage-products {
    color: #0ba1af
}

.homepage-products__header {
    margin-bottom: 30px
}

.homepage-products__content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 45px
}

.homepage-products__content:after,
.homepage-products__content:before {
    content: ' ';
    display: table
}

.homepage-products__content:after {
    clear: both
}

@media (min-width:0) and (max-width:599px) {
    .homepage-products__content {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 0
    }
}

@media (min-width:600px) and (max-width:899px) {
    .homepage-products__content {
        margin-bottom: 0
    }

    .homepage-products__content__item {
        margin-bottom: 45px
    }
}

.homepage-products__content__item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center
}

@media (min-width:0) and (max-width:599px) {
    .homepage-products__content__item {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 45px
    }
}

@media (min-width:1300px) {

    .max--responsive .artwork-hero__container,
    .max--responsive .hero-layout__row,
    .max--responsive .homepage-products__content {
        max-width: 1300px !important
    }

    .hero-layout--video-hero {
        padding-bottom: 0
    }

    .homepage-products__content {
        display: flex
    }

    .homepage-products__content__item {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        float: left
    }
}

@media (min-width:1300px) and (min-width:0) and (max-width:599px) {
    .homepage-products__content__item {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media (min-width:900px) and (max-width:1299px) {
    .hero-layout--video-hero {
        padding-bottom: 0
    }

    .homepage-products__content {
        display: flex
    }

    .homepage-products__content__item {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        float: left
    }
}

@media (min-width:900px) and (max-width:1299px) and (min-width:0) and (max-width:599px) {
    .homepage-products__content__item {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.homepage-products__content__item:not(:first-child) {
    margin-top: 25px
}

.homepage-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media (min-width:600px) and (max-width:899px) {
    .homepage-product {
        width: 80%
    }
}

@media (min-width:900px) and (max-width:1299px) {
    .homepage-products__content__item:not(:first-child) {
        margin-top: 0
    }

    .homepage-product {
        width: 80%
    }

    .homepage-product__heading__content {
        max-width: 20em
    }
}

@media (min-width:1300px) {
    .homepage-products__content__item:not(:first-child) {
        margin-top: 0
    }

    .homepage-product {
        width: 80%
    }

    .homepage-product__heading__content {
        max-width: 20em
    }
}

.homepage-product__heading {
    -ms-grid-row-align: center;
    align-self: center;
    color: #555;
    width: 100%;
    margin-top: 30px
}

.homepage-product__heading__title {
    font-size: 24px;
    margin-top: 0;
    font-family: Larsseit-Bold, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -.005em;
    margin-bottom: .4em
}

@media (min-width:600px) and (max-width:899px) {
    .homepage-product__heading__title {
        font-size: 40px
    }
}

@media (min-width:0) and (max-width:599px) {
    .homepage-product__heading__title {
        font-size: 19px
    }
}

@media (min-width:600px) and (max-width:899px) {
    .homepage-product__heading__title {
        font-size: 19px
    }

    .homepage-product__image {
        width: 80%;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.homepage-product__heading__content {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-family: "Atlas Grotesk Web", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0 !important;
    color: #555
}

.homepage-product__subtext {
    color: #555
}

.homepage-product__image {
    position: relative;
    flex-shrink: 0;
    max-width: 460px
}

@media (min-width:0) and (max-width:599px) {
    .homepage-product__image {
        width: 80%;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.homepage-product__image__hover {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 150ms ease-in
}

html.no-touchevents .homepage-product:hover .homepage-product__heading {
    color: inherit
}

html.no-touchevents .homepage-product:hover .homepage-product__image__hover {
    opacity: 1
}

html.touchevents .homepage-product .homepage-product__heading {
    color: inherit
}

html.touchevents .homepage-product .homepage-product__image__hover {
    opacity: 1
}

.design-figure,
.design-figure__image-container__image {
    position: relative
}

.design-figure--orange-cactus .design-figure__image-container {
    width: 742px;
    height: 524px
}

.design-figure--orange-cactus .design-figure__attribution {
    position: absolute;
    bottom: 50px;
    left: 20px
}

.design-figure--attribution-absolute-bottom-right .design-figure__attribution {
    position: absolute;
    right: 0;
    top: 100%;
    line-height: 3
}

.design-figure--attribution-offset-right .design-figure__attribution {
    text-align: right;
    padding-right: 10%
}

.design-figure-with-related-images {
    position: relative
}

.design-figure-with-related-images__design {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.design-figure-with-related-images__related-images {
    position: relative;
    z-index: 2
}

.design-figure-with-related-images__related-images__image {
    width: 275px;
    height: 275px;
    margin: auto 0 10px auto
}

.design-figure-with-related-images__related-images__image:last-child {
    margin-bottom: 0
}

.design-figure-with-related-images--orange-bottle .design-figure-with-related-images__design {
    width: 310px;
    -webkit-transform: translate(-225px, 10px);
    transform: translate(-225px, 10px)
}

.design-figure-with-related-images--white-book .design-figure-with-related-images__design {
    width: 380px;
    -webkit-transform: translate(-270px, 60px);
    transform: translate(-270px, 60px)
}

.design-figure-with-related-images--white-book .design-figure__attribution {
    position: absolute;
    bottom: 35px
}

.design-figure-with-related-images--coffee .design-figure-with-related-images__design {
    width: 350px;
    -webkit-transform: translate(-255px, 110px);
    transform: translate(-255px, 110px)
}

.design-figure-with-related-images--delly .design-figure-with-related-images__design {
    width: 290px;
    -webkit-transform: translate(-295px, 160px);
    transform: translate(-295px, 160px)
}

.design-figure-with-related-images--three-mobile .design-figure-with-related-images__design {
    width: 630px;
    -webkit-transform: translate(-225px, 50px);
    transform: translate(-225px, 50px)
}

.design-figure-with-related-images--three-mobile .design-figure__attribution {
    position: absolute;
    bottom: 50px;
    right: 100px
}

@media (min-width:0) and (max-width:599px) {
    .design-figure-with-related-images__design {
        position: relative;
        top: auto;
        right: auto;
        max-width: 200px;
        -webkit-transform: none;
        transform: none;
        margin-left: auto;
        margin-right: auto
    }

    .design-figure-with-related-images__related-images {
        display: none
    }

    .design-figure-with-related-images--orange-bottle .design-figure-with-related-images__design,
    .design-figure-with-related-images--white-book .design-figure-with-related-images__design {
        -webkit-transform: none;
        transform: none
    }

    .design-figure-with-related-images--white-book .design-figure__attribution {
        position: absolute;
        bottom: 0
    }

    .design-figure-with-related-images--coffee .design-figure-with-related-images__design,
    .design-figure-with-related-images--delly .design-figure-with-related-images__design {
        -webkit-transform: none;
        transform: none
    }

    .design-figure-with-related-images--three-mobile .design-figure-with-related-images__design {
        max-width: 310px;
        -webkit-transform: none;
        transform: none
    }

    .design-figure-with-related-images--three-mobile .design-figure__attribution {
        position: absolute;
        left: 0
    }
}

@media (min-width:600px) and (max-width:899px) {
    .design-figure-with-related-images--orange-bottle {
        left: 50%
    }

    .design-figure-with-related-images--white-book {
        left: 70%
    }

    .design-figure-with-related-images--coffee,
    .design-figure-with-related-images--delly {
        left: 50%
    }

    .design-figure-with-related-images--three-mobile {
        left: 70%
    }

    .homepage-hero-artwork {
        margin-bottom: 22px
    }
}

body[data-disable-scroll=true] {
    overflow: hidden
}

.fullscreen-overlay__content {
    opacity: 0;
    transition: opacity .3s ease-out
}

.fullscreen-overlay__content__close-button {
    position: relative;
    top: initial;
    right: initial;
    padding: 30px;
    text-align: right;
    z-index: 1
}

@media (min-width:0) and (max-width:599px) {
    .fullscreen-overlay__content__close-button {
        padding: 15px
    }
}

.fullscreen-overlay--transparent .fullscreen-overlay__content {
    background-color: rgba(255, 255, 255, .95)
}

.fullscreen-overlay--visible .fullscreen-overlay__content {
    opacity: 1
}

.fullscreen-overlay--high-transparency .fullscreen-overlay__content {
    background-color: rgba(255, 255, 255, .8)
}

.fullscreen-content {
    position: relative;
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .fullscreen-content--centered {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-height: 100%;
        transition: .15s max-width;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.fullscreen-content--video {
    padding-left: 60px;
    padding-right: 60px
}

@media (min-width:900px) and (max-width:1299px) {
    .fullscreen-content--video {
        max-width: 900px
    }
}

@media (min-width:1300px) {
    .fullscreen-content--video {
        max-width: 1100px;
        padding-left: 0;
        padding-right: 0
    }
}

.two-image-swap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 450px;
    overflow: hidden;
    background: #999
}

.two-image-swap__toggle {
    background: 0 0;
    text-align: left;
    padding: 0;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
    border: 7px solid #fff;
    -webkit-transform: translate(-30px, -30px) scale(.4);
    transform: translate(-30px, -30px) scale(.4);
    transition: .3s ease-in-out;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.two-image-swap__toggle:focus,
.two-image-swap__toggle:hover {
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

@media (min-width:0) and (max-width:599px) {
    .two-image-swap__toggle {
        -webkit-transform: translate(-15px, -15px) scale(.35);
        transform: translate(-15px, -15px) scale(.35)
    }
}

.two-image-swap__toggle__image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: opacity .5s ease-out, -webkit-transform .3s ease-in-out;
    transition: opacity .5s ease-out, transform .3s ease-in-out;
    transition: opacity .5s ease-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.two-image-swap__toggle__image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.two-image-swap__images {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out
}

.two-image-swap__images__image {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease-in
}

.two-image-swap__meta {
    color: #fff;
    position: absolute;
    z-index: 2;
    transition: opacity .2s ease-out;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 28% 30px 30px
}

.two-image-swap__meta:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), transparent 100%);
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.two-image-swap__meta__content {
    position: relative;
    display: none
}

.no-touchevents .two-image-swap__toggle:hover {
    -webkit-transform: translate(30px, 30px) scale(1);
    transform: translate(30px, 30px) scale(1);
    border: 4px solid #fff
}

.no-touchevents .two-image-swap__toggle:hover .two-image-swap__toggle__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.no-touchevents .two-image-swap__toggle:hover+.two-image-swap__images {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.two-image-swap__toggle__image[data-active] {
    opacity: 1
}

.two-image-swap__images__image[data-active] {
    position: relative;
    opacity: 1
}

.two-image-swap__meta__content[data-active] {
    display: block
}

.homepage-hero-artwork {
    position: relative
}

.homepage-hero-artwork__secondary {
    position: absolute
}

@media (min-width:0) and (max-width:599px) {
    .two-image-swap__meta {
        padding: 15px 28% 15px 15px
    }

    .homepage-hero-artwork {
        margin-bottom: 22px
    }

    .homepage-hero-artwork__secondary {
        display: none
    }
}

.homepage-hero-artwork--orange-cactus {
    padding-top: 30px
}

@media (min-width:0) and (max-width:599px) {
    .homepage-hero-artwork--orange-cactus {
        padding-top: 0
    }
}

.homepage-hero-artwork--orange-cactus .homepage-hero-artwork__secondary {
    top: -20px;
    right: -50px
}

.homepage-hero-artwork-figure--orange-cactus {
    position: relative;
    top: 15px
}

.homepage-hero-artwork-figure--orange-cactus .design-figure__attribution {
    opacity: 0
}

.homepage-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.homepage-hero:after,
.homepage-hero:before {
    content: ' ';
    display: table
}

.homepage-hero:after {
    clear: both
}

.homepage-hero__artwork {
    order: 2
}

@media (min-width:600px) and (max-width:899px) {
    .homepage-hero__artwork {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-53%);
        transform: translateX(-53%);
        margin-bottom: 45px
    }
}

.homepage-hero__heading {
    order: 1
}

@media (min-width:900px) and (max-width:1299px) {
    .homepage-hero-artwork-figure--orange-cactus .design-figure__attribution {
        opacity: 1
    }

    .homepage-hero {
        display: block;
        flex-direction: row
    }

    .homepage-hero__artwork {
        position: absolute;
        right: 50%
    }

    .homepage-hero__content,
    .homepage-hero__heading {
        float: right;
        margin-left: 50%;
        width: 50%;
        padding-left: 80px
    }

    .homepage-hero__heading {
        margin-top: 50px
    }
}

@media (min-width:1300px) {
    .homepage-hero-artwork-figure--orange-cactus .design-figure__attribution {
        opacity: 1
    }

    .homepage-hero {
        display: block;
        flex-direction: row
    }

    .homepage-hero__artwork {
        position: absolute;
        right: 50%
    }

    .homepage-hero__content,
    .homepage-hero__heading {
        float: right;
        margin-left: 50%;
        width: 50%;
        padding-left: 80px
    }

    .homepage-hero__heading {
        margin-top: 50px
    }
}

.homepage-hero__content {
    order: 3
}

.homepage-bordered-tiles {
    border-top: 2px solid #e6e6e6;
    display: flex
}

.homepage-bordered-tiles__item {
    padding: 60px 45px 60px 0;
    border-right: 2px solid #e6e6e6;
    width: 50%
}

.homepage-bordered-tiles__item:last-child {
    padding-left: 45px;
    padding-right: 0;
    border-right: 0
}

@media (min-width:0) and (max-width:599px),
(min-width:600px) and (max-width:899px) {
    .homepage-bordered-tiles {
        display: block
    }

    .homepage-bordered-tiles__item {
        width: 100%;
        border-right: 0;
        padding-right: 0
    }

    .homepage-bordered-tiles__item:last-child {
        border-top: 2px solid #e6e6e6;
        padding-left: 0
    }
}

@media (min-width:600px) and (max-width:899px) {
    .homepage-bordered-tiles__item__content {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        float: left
    }
}

@media (min-width:600px) and (max-width:899px) and (min-width:0) and (max-width:599px) {
    .homepage-bordered-tiles__item__content {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.blog-posts {
    padding-bottom: 35px
}

@media (min-width:600px) and (max-width:899px) {
    .blog-posts {
        padding-bottom: 15px
    }
}

.blog-post {
    display: flex;
    padding-bottom: 15px
}

.blog-post__image {
    width: 33%;
    margin-right: 15px
}

.blog-post__image:focus,
.blog-post__image:hover {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1)
}

@media (min-width:0) and (max-width:599px) {
    .blog-posts {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px
    }

    .blog-post {
        flex-direction: column;
        padding-bottom: 30px
    }

    .blog-post__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.blog-post__info {
    width: 67%
}

.blog-post__info__title {
    padding-bottom: 5px
}

.blog-post__info__meta {
    font-family: "Atlas Grotesk Web", sans-serif;
    color: #999;
    font-size: 14px
}

.pro-brand-tiles {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    max-width: 500px
}

.pro-brand-tiles__item {
    padding-right: 15px;
    min-width: 1px
}

.pro-section__figure {
    width: 100%;
    max-width: 512px
}

.pro-section__figure .design-figure__attribution {
    position: absolute;
    right: 0;
    bottom: 35px
}

.statistic-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.statistic-slide__statistic,
.statistic-slide__text {
    text-align: center
}

.statistic-slide__text {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-family: "Atlas Grotesk Web", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0 !important;
    font-weight: 700
}

.statistic-slide__statistic {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-family: Larsseit-Bold, sans-serif;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.035em;
    color: inherit;
    font-size: 90px
}

.statistic-slide__statistic__number {
    display: inline-flex
}

.statistic-slide__statistic__unit {
    margin-left: 5px;
    vertical-align: top
}

.testimonial-slide {
    display: flex
}

@media (min-width:0) and (max-width:599px) {
    .blog-post__info {
        width: 100%
    }

    .pro-brand-tiles__item {
        padding-bottom: 7px
    }

    .pro-section__figure .design-figure__attribution {
        right: 0;
        bottom: 15px
    }

    .statistic-slide__statistic {
        font-size: 40px
    }

    .testimonial-slide {
        flex-direction: column;
        align-items: center
    }
}

.testimonial-slide__artwork {
    order: 1;
    margin-right: 15px
}

@media (min-width:600px) and (max-width:899px) {
    .statistic-slide__statistic {
        font-size: 40px
    }

    .testimonial-slide {
        flex-direction: column;
        align-items: center
    }

    .testimonial-slide__artwork {
        order: 2;
        margin-right: 0
    }
}

.testimonial-slide__text {
    order: 2;
    margin-left: 15px
}

@media (min-width:0) and (max-width:599px) {
    .testimonial-slide__artwork {
        order: 2;
        margin-right: 0
    }

    .testimonial-slide__text {
        order: 1;
        margin-right: 0
    }
}

@media (min-width:600px) and (max-width:899px) {
    .testimonial-slide__text {
        order: 1;
        margin-right: 0;
        padding: 0 10%
    }
}

@media (min-width:900px) and (max-width:1299px) {

    .testimonial-slide__artwork,
    .testimonial-slide__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        width: 50%
    }

    .testimonial-slide__text {
        padding-right: 10%
    }
}

@media (min-width:1300px) {

    .testimonial-slide__artwork,
    .testimonial-slide__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        width: 50%
    }

    .testimonial-slide__text {
        padding-right: 15%
    }
}

.testimonial-slide--reverse .testimonial-slide__artwork {
    order: 2;
    margin-right: 0;
    margin-left: 15px
}

.testimonial-slide--reverse .testimonial-slide__text {
    order: 1
}

@media (min-width:0) and (max-width:599px) {

    .testimonial-slide--reverse .testimonial-slide__artwork,
    .testimonial-slide--reverse .testimonial-slide__text {
        margin-left: 0
    }
}

@media (min-width:600px) and (max-width:899px) {

    .testimonial-slide--reverse .testimonial-slide__artwork,
    .testimonial-slide--reverse .testimonial-slide__text {
        margin-left: 0
    }
}

@media (min-width:900px) and (max-width:1299px) {
    .testimonial-slide--reverse .testimonial-slide__text {
        padding-left: 0;
        padding-right: 5%
    }
}

@media (min-width:1300px) {
    .testimonial-slide--reverse .testimonial-slide__text {
        padding-left: 5%;
        padding-right: 5%
    }
}

.sticker {
    display: inline-block;
    border-radius: 5px;
    padding: 7px 8px;
    background-color: #ff7e65;
    font-size: 13px
}

.sticker__content {
    color: #fff
}

.sticker--chameleon {
    background-color: currentColor
}

.attribution--root {
    color: #555
}

.attribution--chameleon {
    color: currentColor
}

.attribution--small {
    font-size: 14px
}

.attribution--with-link a {
    text-decoration: none;
    transition: border-color .15s ease-out;
    color: #999;
    border-bottom: solid 2px rgba(153, 153, 153, .2)
}

.attribution--with-link a:active,
.attribution--with-link a:focus,
.attribution--with-link a:hover,
.attribution--with-link a:link,
.attribution--with-link a:visited {
    text-decoration: none
}

.attribution--with-link a:link,
.attribution--with-link a:visited {
    color: #999;
    border-color: rgba(153, 153, 153, .2)
}

.attribution--with-link a:focus,
.attribution--with-link a:hover {
    color: #999;
    border-color: rgba(153, 153, 153, .4)
}

.attribution--with-link a:active {
    color: #999;
    border-color: rgba(153, 153, 153, 0)
}

.attribution--inline {
    display: table
}

.attribution--inline .attribution__avatar,
.attribution--inline .attribution__text {
    display: table-cell
}

.attribution--inline .attribution__text {
    padding-left: 10px
}

.sticky-bar {
    position: relative;
    width: 100%;
    z-index: 12;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: .3s ease-out slide-down;
    animation: .3s ease-out slide-down;
    background: #fff
}

.sticky-bar__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px
}

[data-sticky-bar-active] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1)
}

[data-sticky-bar-hidden-till-active] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

[data-sticky-bar-hidden-till-active][data-sticky-bar-active=true] {
    opacity: 1;
    position: fixed;
    z-index: 12
}

@media (min-width:0) and (max-width:599px) {
    .sticky-bar--hidden-small {
        display: none
    }
}

.sticky-bar--centered-text .sticky-bar__inner {
    text-align: center
}

.sticky-categories-cta {
    display: flex;
    justify-content: center;
    align-items: center
}

.sticky-categories-cta__text {
    font-size: 19px;
    margin-top: 0;
    font-family: Larsseit-Bold, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    display: inline-block;
    margin-right: 30px
}

@media (min-width:600px) and (max-width:899px) {
    .sticky-categories-cta__text {
        font-size: 40px
    }
}

@media (min-width:0) and (max-width:599px) {
    .sticky-categories-cta__text {
        font-size: 16px
    }
}

@media (min-width:600px) and (max-width:899px) {
    .sticky-categories-cta__text {
        font-size: 19px
    }
}

@media (min-width:900px) and (max-width:1299px) {
    .sticky-categories-cta__text {
        font-size: 19px
    }
}

@media (min-width:1300px) {
    .sticky-categories-cta__text {
        font-size: 19px
    }
}

.phone {
    font-size: 19px;
    font-family: Larsseit-Bold, sans-serif
}

.phone--mobile {
    text-decoration: none;
    transition: none;
    border-bottom: none;
    color: currentColor
}

.phone--mobile:active,
.phone--mobile:focus,
.phone--mobile:hover,
.phone--mobile:link,
.phone--mobile:visited {
    text-decoration: none;
    border-color: currentColor
}

.phone--mobile:focus,
.phone--mobile:hover {
    color: currentColor
}

@media (min-width:0) and (max-width:599px) {
    .phone {
        display: none
    }

    .phone--mobile {
        display: inline
    }
}

@media (min-width:600px) and (max-width:899px),
(min-width:900px) and (max-width:1299px),
(min-width:1300px) {
    .phone--mobile {
        display: none
    }
}

.number-counter {
    overflow: hidden;
    padding: 0 1px
}

.number-counter__digit {
    display: inline-block;
    height: 1em;
    width: .54em
}

.number-counter__digit__track {
    display: inline-flex;
    flex-direction: column
}

[data-number-counter-digit-track][data-active] {
    -webkit-animation: number-counter-slide-with-blur;
    animation: number-counter-slide-with-blur;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

[data-number-counter-digit-track][data-active] [data-number-counter-current] {
    -webkit-animation: number-counter-fade-out;
    animation: number-counter-fade-out;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

[data-number-counter-digit-track][data-active] [data-number-counter-next] {
    -webkit-animation: number-counter-fade-in;
    animation: number-counter-fade-in;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.number-counter__digit__track__value {
    display: block
}

@-webkit-keyframes number-counter-slide-with-blur {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    20% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    50% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes number-counter-slide-with-blur {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    20% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    50% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes number-counter-fade-out {
    0% {
        opacity: 1
    }

    100%,
    50% {
        opacity: 0
    }
}

@keyframes number-counter-fade-out {
    0% {
        opacity: 1
    }

    100%,
    50% {
        opacity: 0
    }
}

@-webkit-keyframes number-counter-fade-in {
    0% {
        opacity: 0
    }

    100%,
    50% {
        opacity: 1
    }
}

@keyframes number-counter-fade-in {
    0% {
        opacity: 0
    }

    100%,
    50% {
        opacity: 1
    }
}