@import 'https://fonts.googleapis.com/css?family=Lato:400,900';
* {
    padding: 0;
    margin: 0;
}

img {
    border: none
}

body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #51bbec;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: .01em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: .25px;
    position: absolute;
}

.container {
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.outline {
    width: 298px;
    height: 248px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    border: 1px solid #000;
}

#icons {
    left: 39px;
    top: 20px;
    position: absolute;
}

#shadows {
    position: absolute;
    left: 39px;
    top: 20px;
}

#shadows div {
    position: absolute;
}

.icon, .icon-shadow, .icon-img {
    posiiton: absolute;
    left: 0px;
    top: 0px;
}

.icons-slot, .shadows-slot {
    position: absolute;
    visibility: hidden;
}

.icon-shadow {
    position: absolute;
    left: -82px;
    top: -44px;
    width: 183px;
    opacity: 0.24;
}

.icon-img {
    position: absolute;
    left: -7px;
    top: -208px;
    transform: scale(0.315) translate(-442px, -333px) !important;
}

.headline {
    position: absolute;
    visibility: hidden;
    width: 190px;
    left: 111px;
    top: 12px;
    font-size: 35px;
    line-height: 36px;
    overflow: visible;
    white-space: normal;
    letter-spacing: -0.0em;
}

.sub-head {
    position: absolute;
    visibility: hidden;
    top: 86px;
    width: 190px;
    left: 111px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0em;
}

.body-copy {
    position: absolute;
    visibility: hidden;
    color: #FFE525;
    width: 190px;
    left: 111px;
    top: 12px;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0em;
}

.c-code {
    position: absolute;
    visibility: hidden;
    bottom: 0px;
    right: 2px;
    color: #005495;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden
}

#cta {
    position: absolute;
    top: 195px;
    right: 18px;
    visibility: hidden;
    z-index: 4;
}

#cta .cta-left {
    position: relative;
    float: left;
}

#cta .cta-left .cta-bg-left {
    position: relative;
    width: 14px;
    height: 30px;
    float: left;
    overflow: hidden;
}

#cta .cta-left p {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    white-space: nowrap;
    position: relative;
    float: left;
    height: 30px;
    line-height: 29px;
    font-size: 12px;
    margin: 0px -1px 0px -1px;
    background-color: #FFE51D;
    color: #005494;
    letter-spacing: 0.03em;
    overflow: visible;
}

#cta .cta-right {
    position: relative;
    float: right;
}

#cta .cta-right .cta-bg-right {
    position: relative;
    width: 14px;
    height: 30px;
    overflow: hidden;
}

#cta .cta-right .cta-bg-right svg {
    position: relative;
    left: -86px;
}
