/**
 * @license
 * MyFonts Webfont Build ID 3416605, 2017-07-05T07:29:04-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HandySans by MADType
 * URL: https://www.myfonts.com/fonts/madtype/handy-sans/regular/
 * Copyright: Copyright (c) Matthew Desmond, 2010. All rights reserved.
 * Licensed pageviews: 10,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3416605
 *
 * © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/34221d");


@font-face {font-family: 'HandySans';src: url('34221D_0_0.eot');src: url('34221D_0_0.eot?#iefix') format('embedded-opentype'),url('34221D_0_0.woff2') format('woff2'),url('34221D_0_0.woff') format('woff'),url('34221D_0_0.ttf') format('truetype');}

@font-face {
    font-family: 'popcatregular';
    src: url('popcat__-webfont.eot');
    src: url('popcat__-webfont.eot?#iefix') format('embedded-opentype'),
    url('popcat__-webfont.woff') format('woff'),
    url('popcat__-webfont.ttf') format('truetype'),
    url('popcat__-webfont.svg#popcatregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

body {
    font-family: HandySans;
    background-image: url(../img/background_mobile.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

img {
    vertical-align: middle;
    border: 0;
}

.imagescaler{}
.imagescaler img{
    width: 100%;
}

.uk-version{
    display: none;
}

.us-version{
    display: none;
}

.poppycat-container{
    position: relative;
    width: 100%;
}

.header {
    position: relative;
    margin-bottom: 5vw;
}

.poppycatlogo {
    position: absolute;
    left: 20.5%;
    width: 59%;
    top: 6vw;

    -webkit-animation: logoanimation 1.9s infinite ease-in-out; /* Safari 4+ */
    -moz-animation:    logoanimation 1.9s infinite ease-in-out; /* Fx 5+ */
    -o-animation:      logoanimation 1.9s infinite ease-in-out; /* Opera 12+ */
    animation:         logoanimation 1.9s infinite ease-in-out; /* IE 10+, Fx 29+ */
}

.logo_subtitle {
    position: absolute;
    left: 5.7%;
    width: 88.6%;
    top: 55vw;
}

.channelpromo {
    position: absolute;
    left: 8.4%;
    width: 83.2%;
    top: 74vw;
}

.channelpromo .uk-version {
    cursor: pointer;
}

.header-plane{
    display: none;
}

.header-background {
    width: 100%;
}

.poppycat-tile{
    position: relative;
    margin-bottom: 5vw;
}

.single-tile-canvas {
    width: 100%;
    height: 100vw;
}

.poppycatspacer2column, .poppycatspacer3column{
    display: none;
}

.game-promo-cta{
    color: white;
    position: absolute;
    top: 75vw;
    text-align: center;
    width: 100%;
    font-size: 12.2vw;
}

.character-tile-name{
    color: white;
    position: absolute;
    top: 7.4vw;
    text-align: center;
    width: 100%;
    font-size: 11.7vw;
}

#character-poppycat .character-tile-name {
    top:7vw;
}

.mobile-div{}
.desktop-div{
    display: none;
}

.footer {
    font-family: "popcatregular", sans-serif;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
    padding-bottom: 5vw;
}

.footerlink{
    cursor: pointer;
}

.coolabi, .kingrolloproductions {
    display: inline-block;
    color: #d31680;
}

.coolabi {
    margin-right: 7vw;
}

.footer-logos{
    position: relative;
    margin-top: 8vw;
    padding-bottom: 7vw;
}

.footerlogo {
    height: 15vw;
    display: inline-block;
    margin: 0vw 2vw;
}

.footerlogo img{
    height: 100%;
}

.footer-flags {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 7vw;
}

.footer-flag {
    cursor: pointer;
    width: 20vw;
    display: inline-block;
}

.poppycat-flip-tile{
    perspective: 1000px;
    cursor: pointer;
}

.poppycat-flip-tile, .front, .back {
    width: 100%;
    height: 100vw;
    margin-bottom: 1vw;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.poppycat-flip-tile.flip .flipper {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.poppycat-flip-tile.ieflip .front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.poppycat-flip-tile.ieflip .back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.colourin-button {
    position: absolute;
    top: 65vw;
    left: 34vw;
    width: 54vw;
    cursor: pointer;
}

.colourin-button p{
    position: absolute;
    color: white;
    top: 8.5vw;
    font-size: 6.25vw;
    left: 12vw;
}

.colourin-thumb {
    width: 21.25vw;
    position: absolute;
    left: -17.5vw;
    top: -4vw;
    z-index: 2;
    -ms-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}

.clickbacktofront{
    cursor: pointer;
}

.activity-text {
    color: white;
    position: absolute;
    left: 12%;
    text-align: center;
    width: 76%;
    font-family: "popcatregular", sans-serif;
    letter-spacing: -0.3vw;
}

.activity-text-m {
    top: 29vw;
    font-size: 7vw;
    line-height: 7.7vw;
}

.activity-text-s {
    top: 27.3vw;
    font-size: 6.8vw;
    line-height: 7.7vw;
}

.activity-text-xs {
    top: 27.3vw;
    font-size: 6.5vw;
    line-height: 6.8vw;
}

.activity-text-xxs {
    top: 27.3vw;
    font-size: 5.6vw;
    line-height: 6.4vw;
}

.game-promo {
    cursor: pointer;
}

#player{
    position: absolute;
    width: 82vw;
    height: 46.125vw;
    left: 9vw;
    top: 25vw;
}

.video-title {
    font-family: "popcatregular", sans-serif;
    width: 82vw;
    left: 9vw;
    top: 74vw;
    letter-spacing: -0.4vw;
    position: absolute;
    color: white;
    font-size: 6.5vw;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.youtube-videos-thumbs-container{
    position: absolute;
    left: 18.75vw;
    top: 88vw;
}

.youtube-video-thumb {
    position: relative;
    margin-bottom: 2vw;
}

.youtube-video-thumb-image{
    width: 30vw;
}

.youtube-video-thumb-title{
    color: white;
    font-family: "popcatregular", sans-serif;
    position: absolute;
    left: 33vw;
    top: 1.8vw;
    width: 38vw;
    cursor: pointer;
    font-size: 4.6vw;
    text-align: left;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.youtube-arrow{
    width: 13.75vw;
    position: absolute;
    top: 118vw;
    cursor: pointer;
}

#ytarrowleft{
    left: 0;
}

#ytarrowright {
    right: 0;
}

.signupbutton{
    position: absolute;
    cursor: pointer;
    width: 100%;
    top: 0;
    height: 48vw;
}

.signup-title, .latest-updates-title {
    color: white;
    font-size: 12.5vw;
    position: absolute;
    left: 8vw;
}

.signup-title {
    top: 8vw;
}

.signup-cta{
    color: white;
    position: absolute;
    font-size: 8vw;
    left: 19vw;
    top: 37vw;
}

.latest-updates-title{
    top: 62vw;
}

.signup-subtitle, .latest-updates-subtitle{
    color: #fff065;
    position: absolute;
    left: 8vw;
    font-family: "popcatregular", sans-serif;
    font-size: 5.8vw;
    line-height: 5vw;
}

.signup-subtitle {
    top: 21vw;
    width: 60vw;
}

.latest-updates-subtitle{
    top: 74vw;
}

.social-thumbs {
    position: absolute;
    top: 82vw;
    left: 0;
    width: 100%;
}

.social-icon {
    width: 26vw;
    position: absolute;
    cursor: pointer;
}

#social_facebook {
    left: 6%;
}

#social_twitter {
    left: 36%;
}

#social_youtube {
    left: 65%;
}

.news-inside {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}

#news{
    cursor: pointer;
}

.news-cta{
    color: white;
    font-size: 11vw;
    left: 0;
    top: 78vw;
    text-align: center;
    position: absolute;
    width: 100%;
}

.news-image {
    width: 100%;
}

.news-text {
    font-size: 10vw;
    text-align: center;
    width: 78%;
    margin-left: 11%;
    line-height: 9.3vw;
    color: white;
}

.activity-and-shop-thumb {
    width: 56.25vw;
    top: 27vw;
    left: 21.875vw;
    position: absolute;
    cursor: pointer;
}

.activity-and-shop-background {
    width: 100%;
}

.activity-and-shop-doublelinebutton {
    width: 100%;
    position: absolute;
    left: 0;
    top: 38vw;
}

.activity-and-shop-doublelinebutton-text{
    color: white;
    position: absolute;
    width: 82%;
    text-align: center;
    font-size: 7vw;
    top: 6.6vw;
    left: 9%;
}

.activity-and-shop-doublelinebutton-text-smaller {
    font-size: 4vw;
}

#at1, #at2, #sb1, #sb2 {
    display: none;
}

.activity-and-shop-arrow{
    width: 13.75vw;
    position: absolute;
    top: 42vw;
    cursor: pointer;
}

#activity-arrow-left, #shop-arrow-left{
    left: 0;
}

#activity-arrow-right, #shop-arrow-right {
    right: 0;
}


.signup-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.tint-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(../img/yellowtint.png);
}

.signup-center {
    width: 100%;
    position: absolute;
    top: 10vw;
    left: 50vw;
    margin-left: -50%;
    color: white;
}

.form-content{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}

.formgood{
    display: none;
}

.form-title {
    font-size: 12.5vw;
    width: 100%;
    text-align: center;
    margin-top:11vw;
    margin-bottom: 4vw;
}

.form-intro-text {
    font-size: 6vw;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "popcatregular", sans-serif;
}

.form-intro-text p{
    margin-bottom: 7vw;
    line-height: 8vw;
}

.forminputcontainer{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    text-align: center;
}

.forminputtitle{
    color: #ffeb66;
    width: 100%;
    text-align: center;
    font-size: 5.5vw;
    font-family: "popcatregular", sans-serif;
    margin-bottom: 1vw;
}

.forminput, input{
    font-family: "popcatregular", sans-serif;
    font-size: 5.5vw;
    width: 92%;
    margin: 0;
    padding: 3% 4%;
    border: none;
    background-image: url(../img/inputbackground.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
}

.formtickboxcontainer {
    position: relative;
    display: inline-block;
    width: 18vw;
    height: 10.6vw;
}

.formticktitle {
    font-size: 5.5vw;
    font-family: "popcatregular", sans-serif;
    color: #ffeb66;
    text-align: right;
    width: 7vw;
    position: absolute;
    left: 0;
    top: 3vw
}

.formtickbox {
    width: 10.6vw;
    position: absolute;
    left: 7vw;
    top: 0;
}

.form-box-ticked {
    display: none;
}

.over-sixteen-msg {
    font-family: "popcatregular", sans-serif;
    color: white;
    font-size: 4.6vw;
    text-align: center;
}

.form-submit-btn {
    width: 56vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
}

.form-submit-btn p{
    position: absolute;
    font-size: 10vw;
    text-align: center;
    color: white;
    top: 9vw;
    width: 100%;
    cursor: pointer;
}

.form-close-btn {
    position: absolute;
    width: 20vw;
    right: 0;
    top: -5vw;
}

#videos{

}

@media (min-width: 768px) {
    body {
        background-image: url(../img/background_desktop.jpg);
    }

    .mobile-div {
        display: none;
    }

    .desktop-div {
        display: block;
    }

    .header {
        margin-bottom: 20px;
        height: 226px;
        overflow: hidden;
    }

    .header-background{
        width: 2400px;
        margin-left: -1200px;
        left: 50%;
        position: absolute;
    }



    .poppycatlogo{
        width: 189px;
        margin-left: -95px;
        left: 50%;
        top: 5px;
    }

    .logo_subtitle {
        left: 50%;
        width: 284px;
        margin-left: -142px;
        top: 155px;
    }

    .channelpromo {
        left: 50%;
        width: 194px;
        top: 51px;
        margin-left: -350px;
    }

    .header-plane{
        display: block;
        position: absolute;
        left: 50%;
        top: 40px;
        margin-left: 160px;
        width: 206px;
        height: 144px;
    }

    .header-plane-canvas{
        width: 100%;
        height: 144px;
    }

    .poppycat-container {
        width: 700px;
        left: 50%;
        margin-left: -350px;
        text-align: center;
    }

    .poppycat-tile{
        width: 320px;
        height: 320px;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 10px 3px;
    }

    .single-tile-canvas {
        width: 320px;
        height: 320px;
    }

    .doublewidth{
        width: 650px;
    }

    .character-tile-name{
        top:25px;
        font-size: 35px;
    }

    #character-poppycat .character-tile-name {
        top: 21px;
    }

    .game-promo-cta {
        top: 241px;
        font-size: 35px;
    }

    .footer{
        font-size: 15px;
        line-height: initial;
        padding-bottom: 15px;
        margin-top: 30px;
    }

    .cr, .tc, .pp {
        display: inline-block;
    }

    .cr {
        margin-right: 9px;
    }

    .tc {
        margin-right: 9px;
    }

    .pp {
        margin-right: 30px;
    }

    .coolabi {
        margin-right: 30px;
    }

    .footer-logos{
        margin-top: 40px;
        padding-bottom: 25px;
    }

    .footerlogo {
        height: 81px;
        margin: 0 30px;
    }

    .footer-flags {
        padding-bottom: 25px;
    }

    .footer-flag {
        width: 62px;
    }

    .poppycat-flip-tile, .front, .back {
        width: 320px;
        height: 320px;
    }

    .colourin-button {
        width: 173px;
        left: 108px;
        top: 209px;
    }

    .colourin-button p{
        top: 27px;
        left: 38px;
        font-size: 20px;
    }

    .colourin-thumb{
        width: 68px;
        left: -57px;
        top: -14px;
    }

    .activity-text {
        letter-spacing: -2px;
    }

    .activity-text-m {
        font-size: 24px;
        top: 96px;
        line-height: 24px;
    }

    .activity-text-s {
        font-size: 24px;
        top: 89px;
        line-height: 24px;
    }

    .activity-text-xs {
        font-size: 23px;
        top: 89px;
        line-height: 22px;
    }

    .activity-text-xxs {
        font-size: 20px;
        top: 87px;
        line-height: 20px;
    }

    .poppycatspacer2column{
        display: inline-block;
    }

    .poppycatspacer3column{
        display: none;
    }

    #player {
        width: 320px;
        height: 180px;
        left: 38px;
        top: 76px;
    }

    .video-title {
        font-size: 21px;
        width: 320px;
        left: 38px;
        top: 270px;
        letter-spacing: -2px;
    }

    .youtube-videos-thumbs-container{
        left: 390px;
        top: 40px;
    }

    .youtube-video-thumb {
        margin-bottom: 9px;
    }

    .youtube-video-thumb-image{
        width: 95px;
    }

    .youtube-video-thumb-title{
        font-size: 14px;
        left: 105px;
        top: 6px;
        width: 124px;
    }

    .youtube-arrow {
        width: 44px;
        transform: rotate(90deg);
    }

    #ytarrowleft {
        left: 497px;
        top: -8px;
    }

    #ytarrowright {
        left: 497px;
        top: 284px;
    }

    .signupbutton{
        height: 151px;
    }

    .signup-title, .latest-updates-title {
        font-size: 40px;
        left: 29px;
    }

    .signup-title {
        top: 23px;
    }

    .latest-updates-title{
        top: 195px;
    }

    .signup-subtitle, .latest-updates-subtitle{
        left: 29px;
        text-align: left;
        font-size: 19px;
        line-height: 17px;
        letter-spacing: -1px;
    }

    .signup-subtitle {
        top: 63px;
        width: 55%;
    }

    .signup-cta{
        font-size: 28px;
        left: 58px;
        top: 117px;
    }

    .latest-updates-subtitle{
        top: 234px;
    }

    .social-thumbs {
        top: 262px;
    }

    .social-icon {
        width: 83px;
    }

    .news-text{
        font-size: 32px;
        line-height: 29px;
    }

    .news-cta {
        font-size: 34px;
        top: 250px;
    }

    .activity-and-shop-thumb {
        width: 180px;
        top: 86px;
    }

    #at0, #sb0 {
        left: 45px;
    }

    #at1, #sb1 {
        display: block;
        left: 235px;
    }

    #at2, #sb2 {
        display: block;
        left: 425px;
    }

    .activity-and-shop-doublelinebutton {
        top: 122px
    }

    .activity-and-shop-doublelinebutton-text {
        font-size: 22px;
        top: 20px;
    }

    .activity-and-shop-doublelinebutton-text-smaller {
        font-size: 13px;
    }

    .activity-and-shop-arrow {
        width: 45px;
        top:25px;
    }

    #activity-arrow-left, #shop-arrow-left {
        left: 24px;
    }

    #activity-arrow-right, #shop-arrow-right {
        right: 24px;
    }

    .signup-center {
        top: 30px;
        width: 320px;
        margin-left: -160px;
    }




    .form-title {
        font-size: 40px;
        margin-top: 36px;
        margin-bottom: 14px;
    }

    .form-intro-text {
        font-size: 20px;
    }

    .form-intro-text p{
        margin-bottom: 19px;
        line-height: 23px;
    }

    .forminputcontainer{
        margin-bottom: 22px;
    }

    .forminputtitle{
        font-size: 19px;
        margin-bottom: 2px;
        letter-spacing: -1px;
    }

    .forminput, input{
        font-size: 19px;
    }

    .formtickboxcontainer {
        width: 56px;
        height: 34px;
        cursor: pointer;
    }

    .formticktitle {
        font-size: 19px;
        width: 25px;
        top: 9px;
    }

    .formtickbox {
        width: 34px;
        left: 22px;
    }

    .over-sixteen-msg {
        font-size: 15px;
    }

    .form-submit-btn {
        width: 180px;
        margin-top: 7px;
    }

    .form-submit-btn p{
        font-size: 33px;
        top: 27px;
    }

    .form-close-btn{
        width: 67px;
        top:-20px;
        right: -20px;
        cursor: pointer;
    }
}


@media (min-width: 1024px) {
    .channelpromo {
        left: 50%;
        width: 267px;
        top: 34px;
        margin-left: -460px;
    }

    .header-plane{
        top:6px;
        margin-left: 200px;
        width: 287px;
        height: 200px;
    }

    .header-plane-canvas {
        width: 287px;
        height: 200px;
    }

    .poppycatspacer2column {
        display: none;
    }

    .poppycatspacer3column {
        display: inline-block;
    }

    .poppycat-container {
        width: 1000px;
        margin-left: -500px;
    }
}


@-webkit-keyframes logoanimation {
    0%   {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -ms-transform: rotate(5.4deg);
        -webkit-transform: rotate(5.4deg);
        transform: rotate(5.4deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes logoanimation {
    0%   {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -ms-transform: rotate(5.4deg);
        -webkit-transform: rotate(5.4deg);
        transform: rotate(5.4deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes logoanimation {
    0%   {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -ms-transform: rotate(5.4deg);
        -webkit-transform: rotate(5.4deg);
        transform: rotate(5.4deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes logoanimation {
    0%   {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -ms-transform: rotate(5.4deg);
        -webkit-transform: rotate(5.4deg);
        transform: rotate(5.4deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}






.section-content-container {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 1vw 0;
}

.vertical-align {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ed7731;
    color: white;
}

.cookie-banner__copy {
    position: relative;
    width: 80%;
}

.cookie-banner__copy a {
    color: inherit;
}

.cookie-banner__buttons {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cookie-banner__button {
    background-color: white;
    text-decoration: none;
    color: #3b4c94;
    line-height: 3vw;
    display: inline-block;
    padding: 0 1vw;
    border-radius: 0.4vw;
    margin-left: 1vw;
    cursor: pointer;
}


@media screen and (max-width: 991px) {
    .cookie-banner__copy {
        width: 100%;
        margin-bottom: 2vw;
    }

    .cookie-banner__buttons {
        position: relative;
        padding-bottom: 4vw;
    }

    .cookie-banner__button {
        padding: 0 3vw;
        border-radius: 0.8vw;
        line-height: 8vw;
        margin-top: 2vw;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
    }

    .section-content-container {
        width: 90%;
        padding: 5vw 0 1vw 0;
    }
}