.highlight {
    background-image: url(/img/double-logo-dark-bg.svg);
    background-size: 28%;
    background-position: 80%;
    background-repeat: no-repeat;
    background-color: var(--primary);
    color: white;
    position: relative;
    margin: -1px 0;
}

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


#player-wrapper {
    box-sizing: border-box;
    margin: 0 0 50px 0;
    position: relative;
    height: 320px;
}

 #player-stage {
    width: 100%;
    height: 100%;
 }

 #player-play {
    pointer-events: none;
 }

 #player-cover {
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#player-cover:not(.translucent) {
    background-image: url("../../img/ss/1.jpg");
}
#player-cover:before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.8);
}
.player-control, .player-status {
    position: absolute !important;
}
.player-control {
    bottom: -45px;
    width: 100%;
    text-align: right;
}
.player-control:nth-of-type(2) {
    top: 4rem;
}
.player-control button {
  border-radius: 40px;
  color: rgb(206, 23, 79);
  background: white;
}
@media (max-width: 768px) {
  .player-control {
    text-align: center;
  }
  .player-control button {
    font-size: 10px;
  }
}
.player-control button:not([disabled]):hover {
  color: rgb(206, 23, 79);
}
.player-control button:first-of-type {
  margin-right: 12px;
}
.player-status {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#demo_modal #contact_captcha, #demo_modal #demo_captcha {
    display: none;
}
#demo_modal .modal-body {
    text-align: left;
    font-size: 14px;
}
#demo_modal .modal-body input:not([type=checkbox]), #demo_modal .modal-body textarea{
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    box-shadow: 0px 0 1px 0 inset;
    -webkit-box-shadow: 0 0 1px 0 inset;
    -moz-box-shadow: 0 0 1px 0 inset;

    background-color: #fff;
    display: block;
    font-size: 20px;
    padding: 8px;
    margin: 12px 0;
    border: 0 solid transparent;
}
#demo_modal .modal-body input[type=checkbox] {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);

    border: 0 solid transparent;
}
#demo_modal .modal-body textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    width: 100%;
    height: 120px;
    overflow: auto;
    resize: none;
}
#demo_modal .modal-body label {
    font-weight: bold;
}
#demo_modal .modal-body label.block_label {
    display: block;
    font-weight: normal;
}
#demo_modal .modal-body label input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
#demo_modal .modal-body legend {
    font-weight: bold;
}
#demo_modal .modal-body fieldset {
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#demo_modal .modal-body select {
    margin-left: 5px;
}
#demo_modal .modal-footer input {
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    height: 45px;
    text-transform: uppercase;
    -webkit-appearance: none;
    width: 225px;
    background: var(--primary);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#demo_modal .modal-footer input:hover {
    background: var(--nav-hover-bg);
    color: var(--primary);
    border: 1px solid var(--primary);
}
#contact_us_modal .modal-body input:not([type=checkbox]),
#contact_us_modal .modal-body textarea,
#demo_modal .modal-body input:not([type=checkbox]), #demo_modal .modal-body textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 0 inset;
    -moz-box-shadow: 0 0 1px 0 inset;
    box-shadow: 0 0 1px 0 inset;
    background-color: #fff;
    display: block;
    font-size: 20px;
    padding: 8px;
    margin: 12px 0;
    border: 0 solid transparent;
    width: 100%;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2em;
        padding-bottom: 1em;
    }
    .text-large {
        font-size: 1.2em;
        line-height: 1.5;
    }

    .benefits-content {
        padding-left: 2em;
    }
}

.hero {
    background-image: url(/img/logo-bg.svg),
        linear-gradient(180deg, #fff4f7 0%, rgba(255, 244, 247, 0.262661) 83.7%, rgba(255, 244, 247, 0) 100%);
    background-size: 60vw, 100%;
    background-repeat: no-repeat, repeat-x;
    background-position: 46vw 30px, left top;
    padding: 5em 1em 4em;
}

.hero-content {
    --width-desktop: 6;
    --width-mobile: 12;
    --width-tablet: 12;
    align-self: center;
}

.hero-image {
    --width-desktop: 6;
    --width-mobile: 12;
    --width-tablet: 12;
    position: relative;
}

.hero-image img {
    max-width: 100%;
    display: none;
    position: absolute;
    top: 58%;
    transform: translate(6em, -50%);
    z-index: 0;
}

@media (min-width: 760px) {
    .hero-image img {
        display: block;
    }
    .hero-image {
        min-height: 25em;
    }
}

@media (min-width: 960px) {
    .hero-image {
        min-height: 30em;
    }
}

@media (min-width: 1440px) {
    .hero {
        background-size: auto, 100%;
        background-position: 46vw -10vh, left top;
    }

    .hero-image {
        min-height: 40em;
    }

    .hero-content h1 {
        font-size: 3em;
    }
}
@media (min-width: 1680px) {
    header {
        max-width: var(--container-width-xlg);
    }
}

.benefits-content {
    --width-desktop: 8;
    --width-mobile: 12;
    --width-tablet: 12;
}

.benefits-image {
    --width-desktop: 4;
    --width-mobile: 12;
    --width-tablet: 12;
}

.benefits-image img {
    max-width: 100%;
}

.features {
    background: linear-gradient(
        180deg,
        rgba(255, 244, 247, 0) 0%,
        rgba(218, 210, 212, 0.43) 20%,
        #eeebec 60%,
        rgba(255, 244, 247, 0) 100%
    );
}

.features article {
    margin-bottom: 8rem;
    max-width: calc(100vw - 2em);
}

@media only screen and (min-width: 35em) {
    .feature-illustration {
        --width-desktop: 6;
        --width-mobile: 12;
        --width-tablet: 12;
    }
    .features .card {
        --width-desktop: 6;
        --width-mobile: 12;
        --width-tablet: 12;
    }
}

.features-container {
    counter-reset: section;
}

.column.container:nth-child(1) {
    --f-color: var(--f-1);
    --f-bg: var(--f-1-1);
}

.column.container:nth-child(2) {
    --f-color: var(--f-2);
    --f-bg: var(--f-2-1);
}

.column.container:nth-child(3) {
    --f-color: var(--f-3);
    --f-bg: var(--f-3-1);
}

.column.container:nth-child(4) {
    --f-color: var(--f-4);
    --f-bg: var(--f-4-1);
}

.column.container:nth-child(5) {
    --f-color: var(--f-5);
    --f-bg: var(--f-5-1);
}

.column.container:nth-child(6) {
    --f-color: var(--f-6);
    --f-bg: var(--f-6-1);
}

.column.container:nth-child(7) {
    --f-color: var(--f-7);
    --f-bg: var(--f-7-1);
}

.column.container:nth-child(8) {
    --f-color: var(--f-8);
    --f-bg: var(--f-8-1);
}

.feature-number {
    display: block;
    width: 2em;
    height: 2em;
    background-color: var(--f-bg);
    border-radius: 1em;
}
.feature-number::before {
    display: block;
    counter-increment: section;
    content: "0" counter(section);
    color: var(--f-color);
    font-weight: bold;
    margin-left: -0.3em;
    font-size: 1.4em;
}

.feature-illustration {
    position: relative;
    max-width: 100%;
    margin-bottom: 1em;
}

.feature-demo {
    padding: 0.8em;
    background-color: var(--f-bg);
    border-radius: 0.4em;
    overflow: auto;
    width: 100%;
}

.feature-demo img {
    width: 100%;
    max-height: 24em;
    object-fit: contain;
}

.demo-section {
    background-color: white;
    padding: 0.5em;
    border-radius: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}

.demo-section h5 {
    margin: 0.5em 0 0 0;
}

.demo-section p {
    margin: 0 0 0.5em 0;
}

.demo-section i {
    color: var(--f-color);
    margin-right: 0.5em;
}

.section-album-grid {
    margin: 0 -0.5em;
}
.album-item {
    float: left;
    width: 50%;
    padding: 0 0.5em;
    margin-bottom: 1em;
}

.album-item img {
    width: 100%;
    box-shadow: 0px 10px 10px -4px rgba(204, 170, 179, 0.5);
    margin-bottom: 0.5em;
    display: block;
}

.album-item small {
    font-weight: bold;
}

.features-container ul {
    list-style: none; /* Remove default bullets */
}

.features-container ul li::before {
    content: "\2022";
    color: var(--f-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media (min-width: 768px) {
    .container.even {
        flex-flow: row-reverse;
    }

    .feature-demo {
        display: block;
        position: absolute;
        z-index: 10;
        left: -1em;
        top: 1.5em;
        max-height: 26em;
    }

    .album-item {
        width: 25%;
    }

    .odd .feature-demo {
        left: 0.5em;
        margin-right: -0.5em;
    }

    .two-cols-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .two-cols-text p {
        margin: 0 0 1em;
    }
}

.customers ul {
    padding-bottom: 3em;
    display: flex;
    justify-content: center;
}

.customers ul .column {
    --width-desktop: 1.5;
    --width-mobile: 6;
    --width-tablet: 3;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.customers img {
    display: block;
    max-width: 100%;
    border-radius: 8px;
}

.customers h4 {
    margin-top: -2em;
}

.press {
    margin-top: -2.5em;
}

.press ul {
    justify-content: center;
    align-items: center;
}

.press ul .column {
    --width-desktop: 3;
    --width-mobile: 12;
    --width-tablet: 6;
    padding: 0 1em 1em;
}
.press img {
    display: block;
    max-width: 11.5em;
    margin: 2em auto;
}

.story {
    margin-bottom: 3em;
}

.values ul {
    margin: 0 -1em;
}

.values ul .column {
    --width-desktop: 3;
    --width-mobile: 12;
    --width-tablet: 6;
    padding: 0 1em 1em;
}

.values .card {
    height: 100%;
}

.call-to-action .container {
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

footer {
    margin-top: -2.5em;
    padding: 4em 0;
}

footer .brand img {
    max-width: 10em;
}

footer .column {
    margin: 0.5em 0;
}

footer nav a {
    padding: 0 1em;
    color: white;
}

footer nav a:visited {
    color: var(--primary);
}
