body {
    position: relative;
    width: 300px;
    height: 250px;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #54565B;
}

* {
    animation-fill-mode: forwards;
    box-sizing: border-box;
}

#border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/border.png);
}

main {
    position: relative;
    width: 295px;
    height: 245px;
}

.exit {
    position: absolute;
    width: 295px;
    height: 145px;
    z-index: 1000;
}

#logo {
    position: absolute;
    top: 7px;
    right: 11px;
}

#box {
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    height: 96px;
    background: #5B2C86;
}

#rocket {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 120px;
    height: 123px;
    background: url(../img/rocket-sheet.png) 0 0 no-repeat;
    animation-name: rocket-animation;
    animation-duration: 200ms;
    animation-timing-function: steps(1);
    animation-delay: 2s;
}

#copy1 {
    position: absolute;
    top: 62px;
    left: 120px;
    animation-name: copy1-fade-out;
    animation-duration: 400ms;
    animation-delay: 2s;
}

#copy1__line1 {
    margin-bottom: 4px;
    font-family: urw-din-condensed, sans-serif;
    font-size: 8px;
    line-height: 10px;
    color: white;
}

#copy1__line2 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #F78D2A;
}

#copy1__line2 strong {
    font-weight: 600;
}

#copy1__line3 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: white;
}

#copy1__line3 strong {
    color: #F78D2A;
}

#copy1__line4 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: white;
}

#copy1__line5 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #F78D2A;
}

#copy1__line5 sup {
    position: relative;
    top: 1px;
    font-size: 8px;
    font-weight: 600;
    line-height: 0;
}

#copy2 {
    position: absolute;
    top: 62px;
    left: 120px;
    animation-name: copy2-fade-in;
    animation-duration: 400ms;
    animation-delay: 2.5s;
    opacity: 0;
}

#copy2__line1 {
    margin-bottom: 4px;
    font-family: urw-din-condensed, sans-serif;
    font-size: 8px;
    line-height: 10px;
    color: white;
}

#copy2__line2 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 12px;
    line-height: 100%;
    color: white;
}

#copy2__line2 span {
    color: #F78D2A;
}

#copy2__line3 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 12px;
    line-height: 100%;
    color: white;
}

#copy2__line3 sup {
    position: relative;
    top: 1px;
    font-size: 8px;
    font-weight: 600;
    line-height: 0;
}

#copy2__line4 {
    font-family: urw-din-condensed, sans-serif;
    font-size: 12px;
    line-height: 100%;
    color: #F78D2A;
}

#copy2__cta a {
    display: inline-block;
    position: relative;
    margin-top: 4px;
    padding: 4px 5px;
    opacity: 0;
    font-family: urw-din-condensed, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-decoration: none;
    color: white;
    background: #F78D2A;
    animation-name: cta-fade-in;
    animation-duration: 400ms;
    animation-delay: 3s;
}

#copy2__cta a img {
    position: relative;
    top: -1px;
    margin-left: 3px;
}

#isi {
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition: top 400ms;
    z-index: 1001;
}

#isi.expanded {
    top: 0;
}

#isi__toggle_button {
    position: absolute;
    top: 13px;
    right: 26px;
    z-index: 2;
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    background: url(../img/plus.svg) no-repeat;
    border: none;
    cursor: pointer;
}

#isi.expanded #isi__toggle_button {
    background-image: url(../img/times.svg);
}

#isi__content__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#isi__content {
    padding: 13px 43px 0 12px;
}

#isi__content strong {
    display: block;
    font-family: urw-din, sans-serif;
    font-size: 8px;
    font-weight: bold;
    line-height: 10px;
    color: #5B2C86;
}

#isi__content strong.margin-bottom {
    margin-bottom: 10px;
}

#isi__content p {
    margin: 0 0 10px;
    font-family: urw-din, sans-serif;
    font-size: 8px;
    line-height: 10px;
    color: #54565B;
}

#isi__content p strong {
    display: inline;
    color: #54565B;
}

#isi__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#isi__content ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: urw-din, sans-serif;
    font-size: 8px;
    line-height: 10px;
    color: #54565B;
}

#isi__content ul li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 10px;
    font-family: urw-din, sans-serif;
    font-size: 8px;
    line-height: 10px;
    color: #54565B;
}

#isi__content a {
    color: #F78D2A;
}

.ps__rail-y {
    right: 11px;
    width: 3px;
    margin-top: 13px;
    margin-bottom: 7px;
    opacity: 1 !important;
    background-color: #DFDFDF !important;
}

.ps__thumb-y {
    right: 0;
    width: 3px !important;
    background-color: #F78D2A !important;
    border-radius: 0;
}

@keyframes rocket-animation {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: -120px 0;
    }
    50% {
        background-position: -240px 0;
    }
    75% {
        background-position: -360px 0;
    }
    100% {
        background-position: -480px 0;
    }
}

@keyframes copy1-fade-out {
    0% {
        left: 120px;
        opacity: 1;
    }
    100% {
        left: 140px;
        opacity: 0;
    }
}

@keyframes copy2-fade-in {
    0% {
        left: 140px;
        opacity: 0;
    }
    100% {
        left: 120px;
        opacity: 1;
    }
}

@keyframes cta-fade-in {
    0% {
        top: 3px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}