
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}


@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 0;
    background-color: #ffffff;
    margin: 0;
    padding: 0;

       max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



body main {
     margin-bottom: 15px;
     background: #80bd57
}

body main section:nth-child(1) {
    position: relative;
    z-index: 1;
}

body main section:nth-child(2) {
    position: relative;
    z-index: 2;
}

body main section:nth-child(2) {
    position: relative;
    z-index: 4;
}

body main .lotties {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

body main .lotties canvas {
     position: absolute;
}

body main .lotties canvas.lottie-1 {
       top: 0;
    width: 50%;
    left: -10%;
    z-index: 1
}

body main .lotties canvas.lottie-2 {
       top: 0;
    width: 50%;
    left: -6%;
}

body main .lotties canvas.lottie-3 {
    top: 34.5%;
    width: 46%;
    filter: drop-shadow(-4px -2px 4px rgba(0, 0, 0, 0.25));
}

body main .lotties canvas.lottie-4 {
	    width: 100%;
        top: 46.8%;
    left: -34%;
}

body main .lotties canvas.lottie-5 {
    top: 56%;
    width: 83%;
    left: -11%;
}

body main .lotties canvas.lottie-6 {
    top: 72.4%;
    width: 120%;
    left: -54%;
}

body main .lotties canvas.lottie-7 {
    width: 108%;
    top: 60.1%;
    left: -4%;
}

body main .lotties canvas.lottie-8 {
	    top: 80%;
    width: 50%;
}

body main .lotties canvas.lottie-9 {
	    top: 86%;
    width: 25%;
    left: 49%;
}



.truck {
        position: absolute;
    top: 13%;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    text-align: right;
    z-index: 3
}

.truck img {
       position: sticky;
    width: 32%;
    margin-right: 1%;
    text-align: right;
    top: 0;
}

.sticky {
      font-family: "Titillium Web", sans-serif;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #80bd57;
    z-index: 9999;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 15px;
    display: block;
    font-weight: 600;
    line-height: 1;
        border-top: 2px solid #ffffff;
}

.sticky p {
    margin-top: 0;
    margin-bottom: 7.5px;
}

.sticky a {
    color: #ffffff
}