.hmp-mdl,
.hmp-mdl * {
    box-sizing: border-box;
}

.hmp-mdl {
    width: 100%;
    overflow: hidden;
}

.hmp-mdl .tabs-wrp {
    margin: 10px 0 0 32px;
}

.hmp-mdl .svg-container {
    display: none;
}

.hmp-mdl .tab-nav {
    margin-bottom: 32px;
}

.hmp-mdl .nav-container {
    white-space: nowrap;
    height: 35px;
    overflow: hidden;
}

.hmp-mdl .nav-container ul {
    overflow: auto;
    list-style-type: none;
    font-size: 0;
    height: 45px;
}

.hmp-mdl .nav-container ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0;
}

.hmp-mdl .nav-container ul li.active {
    border-bottom: 0;
    padding-bottom: 0;
}

.hmp-mdl .nav-container ul li a {
    border-bottom: 1px solid rgba(25, 33, 43, 0.21);
    color: #19212b;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.3px;
    opacity: 0.5;
    padding: 0 20px 14px;
    margin-bottom: 0;
}

.hmp-mdl .nav-container ul li.active a {
    opacity: 1;
    font-weight: 500;
    border-bottom: 3px solid #00bceb;
    padding-bottom: 12px;
}

.no-touch .hmp-mdl .nav-container ul li a:hover {
    text-decoration: none;
    border-bottom: none;
}

.hmp-mdl .nav-container ul li a:active {
    border-bottom: none;
}

.hmp-mdl .tabs-cnt-wrp {
    white-space: nowrap;
    margin: 0 32px 20px;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt {
    width: 100%;
    white-space: normal;
    display: none;
    vertical-align: top;
    margin-right: 16px;
    transition: left 1s linear;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt:last-child {
    margin-right: 0;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt.active,
.hmp-mdl .tabs-cnt-wrp .tab-cnt.active+div {
    display: inline-block;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt.active+div .text {
    opacity: 0.24;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt .media {
    margin-bottom: 32px;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt .text h3 {
    font-size: 3.0rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.6px;
    margin-bottom: 8px;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt .text p {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #8c9095;
    margin-bottom: 20px;
}

.hmp-mdl .tabs-cnt-wrp .tab-cnt .text a.cta {
    display: inline-block;
}


/* SVG Styles */

.illustration-container {
    position: relative;
    padding-top: 179.6%;
    width: 100%;
    transform: translateZ(0);
}

.illustration-dots {
    left: 4px;
    right: 4px;
    position: absolute;
    background: transparent;
    border: 3px dotted grey;
    border-style: none dotted;
    transition: all 0.75s cubic-bezier(0.25, 1, 0.5, 1);
    top: 42.18%;
    bottom: 34.45%;
}

.illustration-dots[data-location="up"] {
    top: 16.03%;
    bottom: 61.16%;
}

.illustration-dots[data-location="open"] {
    top: 16.03%;
    bottom: 34.45%;
}

.illustration {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transition: all 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}

.illustration.layer-0 {
    top: 25.85%;
}

.illustration.layer-1 {
    top: 26.17%;
}

.illustration.layer-2 {
    top: 30.14%;
}

.illustration.layer-3 {
    top: 34.11%;
}

.illustration.layer-4 {
    top: 38.08%;
}

.illustration.layer-5 {
    top: 42.05%;
}

.illustration.layer-6 {
    top: 46.02%;
}

.illustration.layer-0.up {
    top: 0%;
}

.illustration.layer-1.up {
    top: 0%;
}

.illustration.layer-2.up {
    top: 3.32%;
}

.illustration.layer-3.up {
    top: 7.1%;
}

.illustration.layer-4.up {
    top: 11.1%;
}

.illustration.layer-5.up {
    top: 15.1%;
}

.illustration.layer-6.up {
    top: 19%;
}


/* MEDIUM = 768px */

@media only screen and (min-width:48em) {
    .hmp-mdl {
        width: 100%;
        display: flex;
    }
    .hmp-mdl .tabs-wrp {
        width: 25%;
        margin: 0 0 20px 40px;
        padding-right: 36px;
    }
    .hmp-mdl .svg-container {
        display: block;
        padding-right: 56px;
    }
    .hmp-mdl .tab-nav {
        margin-bottom: 0;
    }
    .hmp-mdl .nav-container,
    .hmp-mdl .nav-container ul {
        height: auto;
    }
    .hmp-mdl .nav-container ul li {
        display: block;
        font-size: 1.8rem;
        padding: 0;
    }
    .hmp-mdl .nav-container ul li.active {
        border-left: none;
        padding-bottom: 0;
        padding-top: 0;
    }
    .hmp-mdl .nav-container ul li a {
        border-left: 1px solid rgba(25, 33, 43, 0.21);
        border-bottom: none;
        font-size: 1.6rem;
        letter-spacing: normal;
        line-height: 2.67;
        padding: 0 22px;
    }
    .hmp-mdl .nav-container ul li.active a {
        border-left: 3px solid #00bceb;
        padding: 0 20px;
        border-bottom: none;
    }
    .hmp-mdl .tabs-cnt-wrp {
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 40px 40px 0;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt {
        flex-direction: column-reverse;
        margin-right: 0;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt.active,
    .hmp-mdl .tabs-cnt-wrp .tab-cnt.active+div {
        display: inline-flex;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt.active+div .text {
        opacity: 1;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text {
        margin-bottom: 40px;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text h3 {
        margin-bottom: 12px;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text p {
        margin-bottom: 16px;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .media {
        margin-bottom: 0;
    }
}


/* Large = 1024+ pixels */

@media only screen and (min-width: 64em) {
    .hmp-mdl .tabs-wrp {
        margin: 0 0 20px 56px;
        padding-right: 88px;
    }
    .hmp-mdl .svg-container {
        padding-right: 5px;
    }
    .hmp-mdl .tabs-cnt-wrp {
        margin: 0 56px 20px 0;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text h3 {
        font-size: 3.8rem;
        line-height: 1.09;
        margin-bottom: 32px;
        font-weight: 200;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text p {
        font-size: 2rem;
        line-height: 1.6;
        letter-spacing: normal;
        width: 80%;
        float: left;
        margin-bottom: 0;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text a.cta {
        float: right;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text {
        margin-bottom: 80px;
    }
}


/* X-LARGE = 1280px + */

@media only screen and (min-width:80em) {
    .hmp-mdl .tabs-wrp {
        margin: 0 0 20px 64px;
        padding-right: 150px;
    }
    .hmp-mdl .svg-container {
        padding-right: 0;
    }
    .hmp-mdl .nav-container ul li a {
        font-size: 1.6rem;
        line-height: 2.33;
    }
    .hmp-mdl .tabs-cnt-wrp {
        margin: 0 64px 20px 0;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text h3 {
        font-size: 3.8rem;
        line-height: 1.13;
        font-weight: 200;
    }
    .hmp-mdl .tabs-cnt-wrp .tab-cnt .text {
        width: 90%;
        margin-bottom: 70px;
    }
}