section.head {
    padding-top: 40vw;
    position: relative;
}

section.content hr.with-ball {
    background: none;
}
section.content hr.with-ball::before {
    display: block;
    content: "";
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #D4E3F5 0%, #FEC271 100%);
    position: absolute;
    top: 1.2vw;
    left: 23.9vw;
    z-index: 1;
}
section.content hr.with-ball::after {
    content: "";
    display: block;
    height: 2.451vw;
    background: center center url(../img/wave-black.png) no-repeat;
    background-size: contain;
    z-index: 2;
    position: relative;
}
div.top-top {
    width: 98.8vw;
    height: 35.4vw;
    position: absolute;
    top: 3vw;
    left: 0;
    background: url(../img/66-dont-worry/top-bk.png) no-repeat;
    background-size: contain;
}
div.top-top > i.fire {
    width: 12.6vw;
    height: 12.3vw;
    position: absolute;
    top: 19.5vw;
    left: 33.6vw;
    background: url(../img/66-dont-worry/top-fire.svg) no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 3;
}
div.top-top > i.glow {
    width: 11.6vw;
    height: 11.6vw;
    position: absolute;
    top: 18.3vw;
    left: 34.4vw;
    background: url(../img/66-dont-worry/top-glow.svg) no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 2;
    animation: flame 0.25s infinite;
}

@keyframes flame {
    0% {scale: 1.1;}
    50% {scale: 1;}
    100% {scale: 1.1;}
}

div.ig-1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2vw 2vw 2vw;
}
div.ig-1 > .col-1 {
    display: block;
    width: 16vw;
    flex: 1 1 16vw;
}
div.ig-1 > .col-1 > b {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 15vw;
    height: 15vw;
    flex: 1 1 15vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF9100 0%, rgba(255, 255, 255, 0.00) 100%);
    color: #000;
    font-family:  title, serif;
    font-size: 5.4vw;
    font-style: normal;
    font-weight: 700;
    margin: 2vw auto 1vw auto;
}
div.ig-1 .col-2 {
    display: block;
    width: 16vw;
    flex: 1 1 16vw;
}
div.ig-1 > .col-2 > b {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 13vw;
    height: 13vw;
    flex: 1 1 13vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #26C7D2 0%, rgba(255, 255, 255, 0.00) 100%);
    color: #000;
    font-family:  title, serif;
    font-size: 4.3vw;
    font-style: normal;
    font-weight: 700;
    margin: 3vw auto 2vw auto;
}
div.ig-1 > .col-1 > span,
div.ig-1 > .col-2 > span {
    display: block;
    text-align: center;
    font-size: 1.275vw;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

div.tiger {
    display: block;
    width: 84.3vw;
    height: 35.7vw;
    background: url(../img/66-dont-worry/tiger-bk.svg) no-repeat;
    background-size: contain;
    position: relative;
    margin: 4vw 2vw 0 -18vw;
}
div.tiger > i {
    display: block;
    width: 84.3vw;
    height: 35.7vw;
    background: url(../img/66-dont-worry/tiger-all.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

div.phone {
    position: relative;
    height: 0;
}
div.phone > i.phone {
    position: absolute;
    right: -30vw;
    top: -8vw;
    width: 19.6vw;
    height: 28.3vw;
    background: url(../img/66-dont-worry/phone.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.phone > i.bell {
    position: absolute;
    right: -25.6vw;
    top: -10.7vw;
    width: 9.6vw;
    height: 9.2vw;
    background: url(../img/66-dont-worry/phone-bell.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.phone > i.shop {
    position: absolute;
    right: -20.8vw;
    top: -2vw;
    width: 9.6vw;
    height: 9.2vw;
    background: url(../img/66-dont-worry/phone-shop.svg) no-repeat;
    background-size: contain;
    z-index: 3;
}

div.laptop {
    position: relative;
    height: 0;
}
div.laptop > i.laptop {
    position: absolute;
    left: -27vw;
    top: -1vw;
    width: 24.2vw;
    height: 18.8vw;
    background: url(../img/66-dont-worry/laptop.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.laptop > i.chat {
    position: absolute;
    left: -27vw;
    top: -16vw;
    width: 9.8vw;
    height: 9.3vw;
    background: url(../img/66-dont-worry/laptop-chat.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.laptop > i.doc {
    position: absolute;
    left: -19vw;
    top: -9.4vw;
    width: 10.8vw;
    height: 10.8vw;
    background: url(../img/66-dont-worry/laptop-doc.svg) no-repeat;
    background-size: contain;
    z-index: 3;
}

div.insta {
    position: relative;
    height: 0;
}
div.insta > i.phone {
    position: absolute;
    right: -21.65vw;
    top: -12.2vw;
    width: 13.25vw;
    height: 18.5vw;
    background: url(../img/66-dont-worry/insta-phone.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.insta > i.post {
    position: absolute;
    right: -20.35vw;
    top: -6.6vw;
    width: 8.36vw;
    height: 13.42vw;
    background: url(../img/66-dont-worry/insta-post.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.insta > i.hand {
    position: absolute;
    right: -31.7vw;
    top: -3.1vw;
    width: 14.4vw;
    height: 17.7vw;
    background: url(../img/66-dont-worry/insta-hand.png) no-repeat;
    background-size: contain;
    z-index: 3;
}

div.ig-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2vw 0;
    flex-wrap: wrap;
    width: 66vw;
    margin-left: -10vw;
}
div.ig-2 > .col-1,
div.ig-2 > .col-2,
div.ig-2 > .col-3,
div.ig-2 > .col-4,
div.ig-2 > .col-5,
div.ig-2 > .col-6 {
    display: block;
    width: 33%;
    flex: 1 1 33%;
}
div.ig-2 > .col-1 > b,
div.ig-2 > .col-2 > b,
div.ig-2 > .col-3 > b,
div.ig-2 > .col-4 > b,
div.ig-2 > .col-5 > b,
div.ig-2 > .col-6 > b {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 10vw;
    height: 10vw;
    flex: 1 1 10vw;
    border-radius: 50%;
    color: #000;
    font-family:  title, serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    margin: 2vw auto 1vw auto;
}
div.ig-2 > .col-1 > b {
    width: 20vw;
    height: 20vw;
    flex: 1 1 20vw;
    background: linear-gradient(178deg, #FF290E 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-bottom: 1vw;
}
div.ig-2 > .col-2 > b {
    width: 18vw;
    height: 18vw;
    flex: 1 1 18vw;
    background: linear-gradient(180deg, #FF9100 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-top: 3vw;
    margin-bottom: 2vw;
}
div.ig-2 > .col-3 > b {
    width: 17vw;
    height: 17vw;
    flex: 1 1 17vw;
    background: linear-gradient(180deg, #F9FF7B 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-top: 3.5vw;
    margin-bottom: 2.5vw;
}
div.ig-2 > .col-4 > b {
    width: 16vw;
    height: 16vw;
    flex: 1 1 16vw;
    background: linear-gradient(180deg, #055AB4 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-top: 2vw;
    margin-bottom: 1vw;
}
div.ig-2 > .col-5 > b {
    width: 14vw;
    height: 14vw;
    flex: 1 1 14vw;
    background: linear-gradient(180deg, #77CDF3 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-top: 3vw;
    margin-bottom: 2vw;
}
div.ig-2 > .col-6 > b {
    width: 11vw;
    height: 11vw;
    flex: 1 1 11vw;
    background: linear-gradient(180deg, #70EBFF 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-top: 4.5vw;
    margin-bottom: 3.5vw;
}
div.ig-2 > .col-1 > span,
div.ig-2 > .col-2 > span,
div.ig-2 > .col-3 > span,
div.ig-2 > .col-4 > span,
div.ig-2 > .col-5 > span,
div.ig-2 > .col-6 > span {
    display: block;
    text-align: center;
    font-size: 1.275vw;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

div.girl {
    display: block;
    width: 64.5vw;
    height: 51.1vw;
    background: url(../img/66-dont-worry/girl.png) no-repeat;
    background-size: contain;
    position: relative;
    margin: 2vw 0 2vw -9vw;
}

@media only screen and (max-width: 480px) {
    section.head {
        padding-top: 50vw;
    }
    
    section.content hr.with-ball::before {
        width: 4vw;
        height: 4vw;
        top: 1vw;
        left: 46vw;
    }
    section.content hr.with-ball::after {
        height: 5vw;
    }
    
    div.top-top {
        top: 15vw;
        left: 0;
    }
    
    div.ig-1 {
        padding: 0 2vw 2vw 2vw;
        display: block;
    }
    div.ig-1 > .col-1 {
        width: 100%;
        flex: 1 1 100%;
    }
    div.ig-1 > .col-1 > b {
        width: 30vw;
        height: 30vw;
        flex: 1 1 30vw;
        font-size: 8vw;
        margin: 2vw auto 1vw auto;
    }
    div.ig-1 .col-2 {
        width: 100%;
        flex: 1 1 100%;
    }
    div.ig-1 > .col-2 > b {
        width: 26vw;
        height: 26vw;
        flex: 1 1 26vw;
        font-size: 8vw;
        margin: 4vw auto 2vw auto;
    }
    div.ig-1 > .col-1 > span,
    div.ig-1 > .col-2 > span {
        font-size: 3vw;
    }
    
    div.tiger {
        width: 84.3vw;
        height: 35.7vw;
        margin: 4vw auto;
    }
    
    div.phone > i.phone {
        right: -30vw;
        top: -8vw;
        width: 19.6vw;
        height: 28.3vw;
    }
    div.phone > i.bell {
        right: -25.6vw;
        top: -10.7vw;
        width: 9.6vw;
        height: 9.2vw;
    }
    div.phone > i.shop {
        right: -20.8vw;
        top: -2vw;
        width: 9.6vw;
        height: 9.2vw;
    }
    
    div.laptop > i.laptop {
        left: -27vw;
        top: -1vw;
        width: 24.2vw;
        height: 18.8vw;
    }
    div.laptop > i.chat {
        left: -27vw;
        top: -16vw;
        width: 9.8vw;
        height: 9.3vw;
    }
    div.laptop > i.doc {
        left: -19vw;
        top: -9.4vw;
        width: 10.8vw;
        height: 10.8vw;
    }
    
    div.insta > i.phone {
        right: -21.65vw;
        top: -12.2vw;
        width: 13.25vw;
        height: 18.5vw;
    }
    div.insta > i.post {
        right: -20.35vw;
        top: -6.6vw;
        width: 8.36vw;
        height: 13.42vw;
    }
    div.insta > i.hand {
        right: -31.7vw;
        top: -3.1vw;
        width: 14.4vw;
        height: 17.7vw;
    }
    
    div.ig-2 {
        padding: 0 0 2vw 0;
        width: 94vw;
        margin-left: 0;
    }
    div.ig-2 > .col-1,
    div.ig-2 > .col-2,
    div.ig-2 > .col-3,
    div.ig-2 > .col-4,
    div.ig-2 > .col-5,
    div.ig-2 > .col-6 {
        width: 100%;
        flex: 1 1 100%;
    }
    div.ig-2 > .col-1 > b,
    div.ig-2 > .col-2 > b,
    div.ig-2 > .col-3 > b,
    div.ig-2 > .col-4 > b,
    div.ig-2 > .col-5 > b,
    div.ig-2 > .col-6 > b {
        width: 20vw;
        height: 20vw;
        flex: 1 1 20vw;
        font-size: 8vw;
        margin: 4vw auto 2vw auto;
    }
    div.ig-2 > .col-1 > b {
        width: 40vw;
        height: 40vw;
        flex: 1 1 40vw;
        margin-bottom: 2vw;
    }
    div.ig-2 > .col-2 > b {
        width: 36vw;
        height: 36vw;
        flex: 1 1 36vw;
        margin-top: 6vw;
        margin-bottom: 4vw;
    }
    div.ig-2 > .col-3 > b {
        width: 34vw;
        height: 34vw;
        flex: 1 1 34vw;
        margin-top: 7vw;
        margin-bottom: 5vw;
    }
    div.ig-2 > .col-4 > b {
        width: 32vw;
        height: 32vw;
        flex: 1 1 32vw;
        margin-top: 4vw;
        margin-bottom: 2vw;
    }
    div.ig-2 > .col-5 > b {
        width: 28vw;
        height: 28vw;
        flex: 1 1 28vw;
        margin-top: 6vw;
        margin-bottom: 4vw;
    }
    div.ig-2 > .col-6 > b {
        width: 22vw;
        height: 22vw;
        flex: 1 1 22vw;
        margin-top: 9vw;
        margin-bottom: 7vw;
    }
    div.ig-2 > .col-1 > span,
    div.ig-2 > .col-2 > span,
    div.ig-2 > .col-3 > span,
    div.ig-2 > .col-4 > span,
    div.ig-2 > .col-5 > span,
    div.ig-2 > .col-6 > span {
        font-size: 3vw;
    }
    
    div.girl {
        width: 64.5vw;
        height: 51.1vw;
        margin: 2vw auto;
    }
}

span.tooltip {
    color: #3366cc;
    cursor: pointer;
}
