@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'IvarHeadline-Bold';
    src: url('fonts/IvarHeadline-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

#loader-container {
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    background: #fff;
    z-index: 10000;
    border: 1px solid #555555;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
}

#banner_content {
    display: none;
}

.banner {
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #555555;
    overflow: hidden;
    display: block !important;
    background: #1d4f91;
    transform: translate3d(0px, 0px, 0px);
}

strong {
    font-weight: bold;
}

sup {
    font-size: 6px;
    position: relative;
    top: -0.8em;
    left: -2px;
}

.positionAb {
    position: absolute;
}

.aC {
    left: 0;
    right: 0;
    margin: 0 auto;
}

#clickTag {
    width: 300px;
    height: 600px;
    cursor: pointer;
    box-sizing: border-box;
    top: -1px;
    left: -1px;
}

#loader-container .circle {
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    border: 5px solid #ddd;
    border-bottom-color: #333;
    border-radius: 50%;
    height: 40px;
    left: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 40px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


img{
    width: 100%;
    height: 100%;
    background-size:contain;
}

#bg{
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
    background-color: #26b2da;
}



#logo{
    width: 132px;
    left: 84px;
    top: 480px;
}


#cta{
    width: 228px;
    left: 36px;
    top: 542px;
    background-color: #dc1119;
}

#way{
    top: 200px;
    left: -40px;
}

#way2{
    top: 250px;
    left: -20px;
}

[id*="footer"]{
    width: 300px;
    height: 600px;
}


[id*="cockroach"]{
    width: 40px;
}

[id*="cockroach"] svg{
    transform: rotate(90deg);
}

[id*="ants"]{
    width: 20px;
}

[id*="ants"] svg{
    transform: rotate(90deg);
}

[id*="spider"]{
    width: 60px;
}

[id*="spider"] svg{
    transform: rotate(90deg);
}


[id*="way"]{
    transform: rotate(-15deg);
}

#seal {
    width: 75px;
    left: 113px;
    top: 356px;
}