* {
	padding: 0;
	margin: 0;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: transparent;
}
body{
    background: #FFF;
    font-family: 'Roboto', sans-serif;
}
button > svg{
    width: 17px;
}
.transparent-button{
    padding: 0 24px;
    height: 100%;
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    display: flex;
    gap:14px;
    white-space: nowrap;
}
.input{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 7px;
    border: 1px solid #C1C1C1;
    background: #F8F8F8;
    color: #A0A0A0;
    border-radius: 4px;
    height: 59px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 14px;
}
.input::placeholder{
    font-weight: 200;
    font-size: 18px;
    color: #A0A0A0;
}
.textarea-input{
    resize: none;
    height: unset;
}
.solid-button{
    background: #00A4FA;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 7px 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
}
.solid-button:hover{
  background:#0192e0
}
/* Header */
.header-right-container{
    display:flex;
    align-items: center;
}
.header-container{
    background: #111829;
    padding: 17px 0;
    position: sticky;
    top: 0;
    z-index: 10000;
}
.header-content{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 14px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.lenguage-icon-container{
    display:flex;
}
.lenguage-button-container{
    display:flex;
    align-items: center;
    gap: 14px;
}
.lenguage-button{
    display:flex;
    border: 1px solid #0A4268;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}
.lenguage-option{
    padding: 6px 21px;
    cursor:pointer;
}
.lenguage-option-selected{
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    background: #B0E3FD;
    color: #111829;
    cursor:default;
}
/* Header End */
/* Presentacion */
.presentation-section{
    position:relative;
    height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
.presentation-section-background-container{
    position:absolute;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background: #00A4Fa;
}
.hexa-1{
    position:absolute;
    top:0;
    right:0;
}
.hexa-2{
    position:absolute;
    left:0;
    bottom:0;
}
.presentation-section-background-container > img{
    width: 100%;
    height: 100%;
}
.presentation-section-background-mobile-container{
    display:none
}
.presentation-section-title{
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 80px;
    color: #FFF;
    width: 70%;
    margin-left: 5%;
    line-height: 110%;
    height: 176px;
}
.presentation-section-title > span{
    position:relative;
}
.presentation-section-title > span::after{
    content:'';
    width: 40px;
    display:block;
    animation: caret 1s steps(1) infinite;
    border-bottom: .05em solid;
    position:absolute;
    left: 0;
    bottom: 15px;
    transform: translateX(15%);
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
}
.presentation-section-contact-button-container{
    display:none;
}
@keyframes caret {
    50% {
        border-color: transparent;
    }
}
.presentation-section-subtitle{
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #FFF;
    margin-left: 5%;
}
/* Presentacion End */
/* Description */
.description-section{
    background: #FFF;
    overflow:hidden;
}
.description-section-content{
    max-width: 1100px;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
    padding: 60px 21px;
    gap: 60px;
}
.description-section-caption{
    color: #111829;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
}
.description-section-items-container{
    display:flex;
    flex-direction: column;
    flex-direction: column;
    gap: 14px;
}
.description-section-item{
    display:flex;
    gap: 14px;
}
.description-section-item-right-container{
    font-family: 'Exo';
    font-weight: 400;
    font-size: 40px;
    color: #111829;
}
.description-section-item-caption{
    color: #111829;
    font-size: 30px;
    line-height: 41px;
    font-weight: 400;
}
.description-section-item-title{
    font-family: 'Exo', sans-serif;
    font-size: 40px;
    line-height: 80px;
    font-weight: 600;
    color: #111829;
}
/* Description End */
/* Mosaic */
.mosaic-section{
    background: #CCECFE;
}
.mosaic-section-content{
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0;
    display:flex;
    flex-direction: column;
    gap: 28px;
}
.mosaic-section-header{
    display:flex;
    flex-direction: column;
    gap: 14px;
}
.mosaic-section-title-container{
    display:flex;
    gap: 14px;
    align-items: baseline;
}
.mosaic-section-title{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 50px;
}
.mosaic-section-header-content{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #111829;
}
.mosaic-section-body{
    display:grid;
    gap: 21px;
    height: 730px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.mosaic-development-container{
    grid-row: 1/3;
    grid-column: 1/2;
    background: #FFF;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    padding: 21px;
}
.mosaic-innovation-container{
    grid-row: 1/2;
    grid-column: 2/3;
    background: #FFF;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    padding: 21px;
    position:relative;
}
.mosaic-optimization-container{
    grid-row: 3/4;
    grid-column: 1/2;
    background: #FFF;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    padding: 21px;
    position:relative;
}
.mosaic-powering-container{
    grid-row: 2/4;
    grid-column: 2/3;
    background: #FFF;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    padding: 21px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.mosaic-powering-header,
.mosaic-development-header{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #2E2E2E;
}
.mosaic-optimization-title,
.mosaic-innovation-title{
    color: #00A4FA;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    overflow-wrap: break-word;
    word-break: break-all;
    width: 69%;
}
.mosaic-powering-body,
.mosaic-development-body{
    display:flex;
    justify-content: end;
}
.mosaic-innovation-background,
.mosaic-optimization-background{
    position:absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: end;
}
.mosaic-innovation-background{
    align-items: end;
}
/* Mosaic End */
/* Process */
.process-section{
    background:#FFF;
}
.process-content{
    margin: 0 auto;
    padding: 70px 0;
    display:flex;
    flex-direction: column;
    gap: 84px;
    overflow:hidden;
}
.process-section-header{
    max-width: 1100px;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
    gap: 24px;
}
.process-section-header-title{
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 50px;
}
.process-section-header-caption{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.process-graph-container{
    position:relative;
}
.screen-animation-background{
    background:#FFF;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.process-graph-container > svg{
    width: 100%;
}
.dashed-background-mobile{
    display: none;
}
.process-graph-steps-container{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
}
.process-graph-step{
    position:absolute;
    font-weight: 800;
    font-size: 1.8vw;
    border: 0.7vw solid var(--step-ring-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width:5.5%;
    aspect-ratio: 1/1;
    background: #FFF;
    display:flex;
    justify-content: center;
    align-items: center;
}
.step-1{
    top:0;
    left: 15.7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    --step-ring-color: #B0E3FD;
    color: #BAC7CE;
}
.step-2{
    bottom:0;
    left: 31.3%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    --step-ring-color: #8AD5FD;
    color: #ABE2FF;
}
.step-3{
    top:0;
    left: 47.3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    --step-ring-color: #54C2FC;
    color: #6ECBFC;
}
.step-4{
    bottom: 0;
    left: 63.1%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    --step-ring-color: #1FB2FF;
    color: #2FB7FF;
}
.step-5{
    top:0;
    left: 78.6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    --step-ring-color: #00A4FA;
    color: #00A4FA;
}
.process-graph-item{
    display:flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    position:absolute;
    width:12.29%;
}
.process-graph-item:nth-child(even){
    flex-direction: column-reverse;
}
.process-graph-title{
    font-weight: 700;
    text-align: center;
    font-size: 1.4vw;
    color: #818181;
}
.process-graph-caption{
    font-weight: 400;
    font-size: 0.9vw;
    text-align: center;
    color: #818181;
}
.process-graph-svg-container{
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1.2vw solid var(--graph-item-ring-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.process-graph-svg-container > svg{
    height: 65%;
}
.process-graph-items-container{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.process-graph-item-content{
    display:flex;
    flex-direction: column;
    gap: 14px;
}
.graph-item-1{
    left: 12.3%;
    transform: translateY(18%);
    -webkit-transform: translateY(18%);
    -moz-transform: translateY(18%);
    -ms-transform: translateY(18%);
    -o-transform: translateY(18%);
    --graph-item-ring-color: #B0E3FD;
}
.graph-item-2{
    left: 28%;
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    --graph-item-ring-color: #8AD5FD;
}
.graph-item-3{
    left: 44%;
    transform: translateY(18%);
    -webkit-transform: translateY(18%);
    -moz-transform: translateY(18%);
    -ms-transform: translateY(18%);
    -o-transform: translateY(18%);
    --graph-item-ring-color: #54C2FC;
}
.graph-item-4{
    left: 60%;
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    --graph-item-ring-color: #1FB2FF;
}
.graph-item-5{
    left: 75.3%;
    transform: translateY(18%);
    -webkit-transform: translateY(18%);
    -moz-transform: translateY(18%);
    -ms-transform: translateY(18%);
    -o-transform: translateY(18%);
    --graph-item-ring-color: #00A4FA;
}
.process-graph-arrows-container{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.process-graph-arrow{
    width: 0;
    height: 0;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 1.6vw solid var(--arrow-color); /* color celeste */
    position:absolute;
}
.graph-arrow-1{
    left: 25.5%;
    top: 50%;
    transform: translateY(-125%);
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    --arrow-color: #C4EAFF;
}
.graph-arrow-2{
    left: 41.7%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    --arrow-color: #ABE2FF;
}
.graph-arrow-3{
    left: 57.2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    --arrow-color: #6ECBFC;
}
.graph-arrow-4{
    left: 73%;
    top: 50%;
    transform: translateY(-125%);
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    --arrow-color: #2FB7FF;
}
.process-section-footer{
    position:relative;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display:flex;
    flex-direction: column;
    gap: 14px;
}
.process-section-footer-background{
    width:100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
}
.process-section-footer-background > svg{
    width: 100%;
    height: 100%;
}
.process-section-footer-title{
    background: #B0E3FD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 14px 43px;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #111829;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.process-section-footer-items-container{
    display:flex;
    gap: 14px;
    justify-content: center;
    padding: 70px 21px;
}
.process-section-footer-item{
    display:flex;
    align-items: center;
    gap: 21px;
    padding: 14px 28px;
    background: #F8F8F8;
    border: 1px solid #D6D6D6;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    max-width: 356px;
}
.process-section-footer-item-logo{
    display:flex;
    align-items: center;
    justify-content: center;
    background: #00A4FA;
    padding: 14px;
}
.process-section-footer-item-content{
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #191919;
}
/* Process End*/
/* Separator */
.separator-section{
    padding: 56px 0;
    margin: 0 auto;
    background:#00A4FA;
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.separator-section-title{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 56px;
    text-align: center;
    max-width: 760px;
    color: #FFF;
    margin: 0 auto;
    line-height: 50px;
}
.separator-section-caption{
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
}
/* Separator End */
/* Products */
.products-section{
    background: #FBFBFB;
}
.products-section-items-container{
    max-width: 1100px;
    padding: 80px 14px;
    margin: 0 auto;
    display:flex;
    gap: 14px;
}
.products-section-item{
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    display:flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
    flex: 1 1;
}
.products-section-item-header{
    display:flex;
    align-items: center;
    gap: 21px;
    width: 100%;
}
.products-section-item-header-title{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #08A2FA;
}
.products-section-item-body{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.products-section-item-header-logo{
    padding: 7px;
    background: #E6F6FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.products-section-item-body-caption{
    color: #000;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
}
.products-section-item-body-image-container{
    background: #FFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #D6D6D6;
}
.products-section-item-body-image-container{
    width: 100%;
    height: 112px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.products-section-item-body-image-container > img{
    max-width: 212px;
    max-height: 65px;
}
.products-section-item-footer{
    width: 50%;
    display:flex;
    justify-content: end;
    padding: 7px 0;
    margin: 0 0 0 auto;
}
.products-section-item-footer > .transparent-button{
    color: #08A2FA;
    padding: unset;
    fill: #08A2FA;
}
.products-section-item:hover{
    transition: all 0.5s;
    background: #E6F6FF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor:pointer;
}
.products-section-item:hover > .products-section-item-footer{
    background: #08A2FA;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
}
.products-section-item:hover .transparent-button{
    color:#FFF;
    fill: #FFF;
}
/* .products-section-item:hover .transparent-button > div{
    color: #FFF;
} */
/* Products End*/
/* About us */
.about-us-section{
    background: #E6F6FF;
}
.about-us-section-content{
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    align-items: center;
    gap: 58px;
}
.about-us-section-left-container{
    display: flex;
    flex-direction: column;
    gap: 21px;
    flex: 1 1 auto;
}
.about-us-section-right-container{
    flex: 1 1 auto;
    width: 100%;
}
.about-us-section-title{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #111829;
    color: #00A4FA;
}
.about-us-section-caption{
    font-weight: 400;
    font-size: 20px;
    color: #111829;
    line-height: 32px;
}
.about-us-section-items-container{
    display: flex;
    gap: 21px;
}
.about-us-section-item{
    display:flex;
    flex-direction: column;
    gap: 14px;
}
.about-us-section-item-title{
    color: #00A4FA;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 24px;
}
.about-us-section-item-caption{
    color: #111829;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.about-us-section-svg-container{
    width: 100%;
    height: 100%;
}
.about-us-section-svg-container > svg{
    width: 100%;
    height: 100%;
}
/* About us End */
/* Form */
.form-section{
    background: #FFF;
    overflow:hidden;
}
.form-section-content{
    max-width: 1100px;
    padding: 100px 0;
    margin: 0 auto;
    display:flex;
    gap: 35px;
}
.form-section-left-container{
    display:flex;
    flex-direction: column;
    gap: 49px;
    width: 60%;
}
.form-section-title{
   font-family: 'Exo', sans-serif;
   font-weight: 600;
   font-size: 58px;
   color: #111829;
   line-height: 60px;
}
.form-section-caption{
    color: #818181;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.form-section-right-container{
    display:flex;
    flex-direction: column;
    gap: 14px;
    width:40%;
}
.form-section-right-container > .solid-button{
    height: 48px;
}
/* Form end */
/* Footer */
.footer-container{
    background: #111829;
}
.footer-content{
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    display:flex;
    flex-direction: column;
    gap: 35px;
}
.footer-body-container{
    display:flex;
    justify-content: space-between;
    gap: 28px;
}
.footer-body-left-container{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 60%;
}
.footer-body-left-items-container{
    display:flex;
    gap: 24px;
}
.footer-body-left-item-container{
    display:flex;
    flex-direction: column;
    gap: 7px;
}
.footer-body-left-item-title{
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}
.footer-body-left-item-content{
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}
.footer-body-left-socials-container{
    display:flex;
    align-items: center;
    gap: 14px;
}
.footer-body-right-container{
    display:flex;
    flex-direction: column;
    gap: 14px;
    width: 40%;
}
.footer-body-right-item-container{
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
}
.footer-bottom-container{
    display:flex;
    justify-content: space-between;
    border-top: 2px solid #FFF;
    padding-top: 32px;
}
.bottom-left-container{
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
}
.bottom-right-container{
    display:flex;
    align-items: center;
    gap: 14px;
}
.bottom-right-item-container{
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
}
/* Footer end */
/* Animations */
@keyframes full-dropup{
    0%{ opacity: 0%; transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); }
    100%{ opacity: 100%; transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }
}
.full-dropup{
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    animation: 1s full-dropup;
    -webkit-animation: 1s full-dropup;
}
@keyframes scanning-show{
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}
.scanning-show{
    position:relative;
    overflow: hidden;
}
.scanning-show::after{
    content: '';
    position:absolute;
    left:0;
    top:100%;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition: all ease-in-out 2s;
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    animation: 1s scanning-show;
    -webkit-animation: 1s scanning-show;
}
@keyframes dropup{
    0%{ opacity: 0%; transform: translateY(50%); -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); }
    100%{ opacity: 100%; transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }
}
.dropup{
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    animation: 1s dropup;
    -webkit-animation: 1s dropup;
}
.dropup-delay-1{
    animation: 1s 0.5s dropup, 0.5s hide-an;
    -webkit-animation: 1s 0.5s dropup, 0.5s hide-an;
}
.dropup-delay-2{
    animation: 1s 1s dropup, 1s hide-an;
    -webkit-animation: 1s 1s dropup, 1s hide-an;
}
.dropup-delay-3{
    animation: 1s 1.5s dropup, 1.5s hide-an;
    -webkit-animation: 1s 1.5s dropup, 1.5s hide-an;
}
.dropup-delay-4{
    animation: 1s 2s dropup, 2s hide-an;
    -webkit-animation: 1s 2s dropup, 2s hide-an;
}
.dropup-delay-5{
    animation: 1s 2.5s dropup, 2.5s hide-an;
    -webkit-animation: 1s 2.5s dropup, 2.5s hide-an;
}
@keyframes dropup-custom-1{
    0%{ opacity: 0%; transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }
    100%{ opacity: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
}
@keyframes dropup-custom-2{
    0%{ opacity: 0%; transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); }
    100%{ opacity: 100%; transform: translateY(50%); -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); }
}
@keyframes hide-an{
    0%{opacity: 0%}
    100%{opacity: 0%}
}
.c-dropup-delay-1{
    animation: 1s 0.5s dropup-custom-1, 0.5s hide-an;
    -webkit-animation: 1s 0.5s dropup-custom-1, 0.5s hide-an;
}
.c-dropup-delay-2{
    animation: 1s 1s dropup-custom-2, 1s hide-an;
    -webkit-animation: 1s 1s dropup-custom-2, 1s hide-an;
}
.c-dropup-delay-3{
    animation: 1s 1.5s dropup-custom-1, 1.5s hide-an;
    -webkit-animation: 1s 1.5s dropup-custom-1, 1.5s hide-an;
}
.c-dropup-delay-4{
    animation: 1s 2s dropup-custom-2, 2s hide-an;
    -webkit-animation: 1s 2s dropup-custom-2, 2s hide-an;
}
.c-dropup-delay-5{
    animation: 1s 2.5s dropup-custom-1, 2.5s hide-an;
    -webkit-animation: 1s 2.5s dropup-custom-1, 2.5s hide-an;
}
@keyframes graph-left-scan{
    0%{left: 0}
    100%{left: 100%}
}
.graph-left-scan{
    animation: 5s graph-left-scan;
    -webkit-animation: 5s graph-left-scan;
    left: 100%;
}
@keyframes opacity-on{
    0%{opacity:0}
    100%{opacity:100%}
}
.opacity-delay-1{
    animation: 0.5s 0.75s opacity-on, 0.75s hide-an;
    -webkit-animation: 0.5s 0.75s opacity-on, 0.75s hide-an;
}
.opacity-delay-2{
    animation: 0.5s 1.25s opacity-on, 1.25s hide-an;
    -webkit-animation: 0.5s 1.25s opacity-on, 1.25s hide-an;
}
.opacity-delay-3{
    animation: 0.5s 1.75s opacity-on, 1.75s hide-an;
    -webkit-animation: 0.5s 1.75s opacity-on, 1.75s hide-an;
}
.opacity-delay-4{
    animation: 0.5s 2.25s opacity-on, 2.25s hide-an;
    -webkit-animation: 0.5s 2.25s opacity-on, 2.25s hide-an;
}
@keyframes mini-dropup{
    0%{ opacity: 0%; transform: translateY(25%); -webkit-transform: translateY(25%); -moz-transform: translateY(25%); -ms-transform: translateY(25%); -o-transform: translateY(25%); }
    100%{ opacity: 100%; transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }
}
.mini-dropup{
    animation: 0.5s mini-dropup;
    -webkit-animation: 0.5s mini-dropup;
}
@keyframes mini-dropright{
    0%{ opacity: 0%; transform: translateX(-25%); -webkit-transform: translateX(-25%); -moz-transform: translateX(-25%); -ms-transform: translateX(-25%); -o-transform: translateX(-25%); }
    100%{ opacity: 100%; transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); }
}
.mini-dropright{
    animation:0.5s mini-dropright;
    -webkit-animation:0.5s mini-dropright;
}
@keyframes scaleup-top-right{
    0%{ opacity:0%; transform: scale(0) ; -webkit-transform: scale(0) ; -moz-transform: scale(0) ; -ms-transform: scale(0) ; -o-transform: scale(0) ; }
    100%{ opacity:100%; transform: scale(1) ; -webkit-transform: scale(1) ; -moz-transform: scale(1) ; -ms-transform: scale(1) ; -o-transform: scale(1) ; }
}
.scaleup-top-right{
    animation: 1s scaleup-top-right;
    -webkit-animation: 1s scaleup-top-right;
    transform-origin: top right;
}
/* Animations End */
@media (hover: none), (max-width: 630px) {
    /* Header */
    .header-contact-button-container{
        display:none;
    }
    /* Header End */
    /* Presentation */
    .presentation-section-title{
        width: 90%;
        line-height: 50px;
        font-size: 40px;
        font-weight: 500;
    }
    .presentation-section-subtitle{
        font-size: 29px;
        line-height: 150%;
    }
    .hexa-1{
        width: 70%;
        height: unset;
    }
    .hexa-2{
        width: 40%;
        height: unset;
    }
    .presentation-section-background-mobile-container{
        position:absolute;
        height: 100vh;
        width: 100vw;
        z-index: -1;
        display:none;
    }
    .presentation-section-background-mobile-container > img{
        width: 100%;
        height: 100%;
    }
    .presentation-section-contact-button-container{
        display:flex;
        align-items: center;
        justify-content: center;
        padding:0 5%;
    }
    .presentation-section-contact-button-container > .solid-button{
        background: #FFF;
        color: #00A4FA;
        width: 100%;
    }
    .presentation-section{
        justify-content: space-around;
    }
    .presentation-section-subcontainer{
        display:flex;
        flex-direction: column;
        gap: 21px;
    }
    /* Presentation End */
    /* Description Section */
    .description-section-caption{
        font-size: 24px;
        line-height: 40px;
    }
    .description-section-item{
        display:flex;
        flex-direction: column;
        gap: 14px;
    }
    .description-section-item-title{
        font-size: 24px;
        line-height: 32px;
    }
    .description-section-item-caption{
        font-size: 18px;
        line-height: 32px;
    }
    /* Description Section End */
    /* Mosaic section */
    .mosaic-section-content{
        padding: 70px 21px;
    }
    .mosaic-section-title{
        font-size: 40px;
        line-height: 80px;
    }
    .mosaic-section-title-svg-container > svg{
        height: 34px
    }
    .mosaic-section-title-container{
        gap:unset;
    }
    .mosaic-section-header{
        gap: unset;
    }
    .mosaic-section-header-content{
        font-weight: 200;
        font-size: 18px;
        line-height: 20px;
    }
    .mosaic-section-body{
        grid-template-columns: 1fr;
        height: unset;
        grid-template-rows: 1fr;
    }
    .mosaic-development-container{
        grid-row: 1/2;
    }
    .mosaic-development-body > svg{
        width: 142px;
        height: 129px;
    }
    .mosaic-development-header{
        font-size: 30px;
        line-height: 34px;
    }
    .mosaic-optimization-container{
        grid-row: 2/3;
    }
    .mosaic-optimization-title{
        font-size: 58px;
        line-height: 62px;
    }
    .mosaic-optimization-background > svg{
        width: 120px;
        height: 111px;
    }
    .mosaic-powering-container{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .mosaic-powering-header{
        font-size: 30px;
        line-height: 34px;
    }
    .mosaic-powering-body > svg{
        width: 212px;
        height: 140px;
    }
    .mosaic-innovation-container{
        grid-column: 1/2;
        grid-row: 4/5;
    }
    .mosaic-innovation-title{
        font-size: 62px;
        line-height: 62px;
    }
    .mosaic-innovation-background > svg{
        width: 120px;
        height: 111px;
    }
    /* Mosaic section End */
    /* graph section */
    .process-section-footer-items-container{
        flex-direction: column;
    }
    .process-section-footer-background{
        display:none;
    }
    .process-section-header-title{
        font-size: 30px;
        line-height: 80px;
    }
    .process-section-header-caption{
        font-size: 18px;
        line-height: 32px;
    }
    .process-section-header{
        padding: 0 21px;
    }
    .process-section-footer-title{
        position: unset;
        transform: unset;
        margin: 0 21px;
        font-size: 24px;
        line-height: 34px;
        padding: 14px 0;
        text-align: center;
    }
    .process-section-footer-items-container{
        padding: 0 21px;
    }
    .process-section-footer-item{
        max-width: unset;
    }
    .dashed-background-desktop{
        display:none;
    }
    .dashed-background-mobile{
        display:block;
        width: 100%;
    }
    .process-graph-container{
        padding: 0 36px;
    }
    .process-graph-step{
        font-size: 4.5vw;
        border: 1.6vw solid var(--step-ring-color);
        width: 9%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .step-1{
        top: 11%;
        left:86.3%;
    }
    .step-2{
        top:29.3%;
        left: 4%;
        bottom: unset;
    }
    .step-3{
        top:49.4%;
        left: 86.3%;
    }
    .step-4{
        top: 67%;
        left: 4%;
        bottom: unset;
    }
    .step-5{
        top:86.5%;
        left: 86.3%;
    }
    .process-graph-item:nth-child(even),
    .process-graph-item{
        flex-direction: row-reverse;
        width: 69%;
        left:50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .process-graph-item-content{
        gap:7px;
        width:50%;
    }
    .process-graph-title{
        font-size: 16px;
        text-align: left;
    }
    .process-graph-caption{
        font-size:12px;
        text-align: left;
    }
    .graph-item-1{
        top:6.7%;
    }
    .graph-item-2{
        top:24.5%;
    }
    .graph-item-3{
        top:44.7%;
    }
    .graph-item-4{
        top:62.6%;
    }
    .graph-item-5{
        top:82.5%;
    }
    .process-graph-svg-container{
        width:50%;
        border:2.7vw solid var(--graph-item-ring-color);
    }
    .process-graph-arrow{
        border-top: 4.5vw solid var(--arrow-color);
        border-left: 4.5vw solid transparent;
        border-right: 4.5vw solid transparent;
        border-bottom: unset;
    }
    .graph-arrow-1{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        top: 21.2%;
        left:27.5%;
}
    .graph-arrow-2{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        left:27.5%;
        top: 40.2%
    }
    .graph-arrow-3{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        left:27.5%;
        top: 59.2%;
    }
    .graph-arrow-4{
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        left:27.5%;
        top: 77.8%;
    }
    /* graph section end*/
    /* Separator */
    .separator-section-title{
        font-size: 30px;
        line-height: 32px;
    }
    .separator-section-caption{
        font-size: 16px;
        line-height: 24px;
    }
    .separator-section{
        padding: 56px 21px;
    }
    /* Separator End */
    /* Products section */
    .products-section-items-container{
        flex-wrap: wrap;
    }
    /* Products section End */
    /* About us */
    .about-us-section-content{
        padding: 30px 21px;
    }
    .about-us-section-items-container{
        display:flex;
        flex-direction: column;
    }
    .about-us-section-content{
        flex-direction: column;
    }
    .about-us-section-title{
        font-size: 30px;
        line-height: 60px;
        font-weight: 600;
    }
    .about-us-section-title{
        gap: 14px;
    }
    .about-us-section-caption{
        font-size: 18px;
        font-weight: 32px;
    }
    .about-us-section-item-title{
        font-size: 24px;
        line-height: 32px;
    }
    .about-us-section-item-caption{
        font-size: 16px;
        line-height: 30px;
    }
    /* About us End */
    /* Form */
    .form-section-content{
        flex-wrap: wrap;
        padding: 40px 21px;
    }
    .form-section-left-container,
    .form-section-right-container{
        width:100%;
    }
    .form-section-title{
        font-size: 30px;
        line-height: 40px;
    }
    .form-section-caption{
        font-size: 18px;
        line-height: 32px;
    }
    .form-section-left-container{
        gap: 21px;
    }
    /* Form End */
    /* Footer */
    .form-section-left-container{
        flex-wrap: wrap;
    }
    .footer-body-container{
        flex-wrap: wrap;
    }
    .footer-bottom-container{
        flex-wrap: wrap-reverse;
        gap: 63px;
        align-items: end;
    }
    .bottom-right-container{
        flex-direction: column;
        align-items: baseline;
    }
    .footer-content{
        padding: 40px 21px;
    }
    .footer-body-left-items-container{
        flex-direction: column;
    }
    .footer-body-right-container{
        width: 85%;
    }

    /* Footer End */
    /* Animations override */
    @keyframes graph-left-scan{
        0%{top: 0}
        100%{top: 100%}
    }
    .graph-left-scan{
        animation: 5s graph-left-scan;
        -webkit-animation: 5s graph-left-scan;
        left: 0;
        top: 100%    ;
    }
    .dropup-delay-1{
        animation: 1s dropup;
        -webkit-animation: 1s dropup;
}
    .dropup-delay-2{
        animation: 1s dropup;
        -webkit-animation: 1s dropup;
}
    .dropup-delay-3{
        animation: 1s dropup;
        -webkit-animation: 1s dropup;
}
    .dropup-delay-4{
        animation: 1s dropup;
        -webkit-animation: 1s dropup;
    }
    .dropup-delay-5{
        animation: 1s dropup;
        -webkit-animation: 1s dropup;
    }
    .c-dropup-delay-1{
        animation: 1s dropup-custom-1,;
        -webkit-animation: 1s dropup-custom-1,;
    }
    .c-dropup-delay-2{
        animation: 1s dropup-custom-2;
        -webkit-animation: 1s dropup-custom-2;
    }
    .c-dropup-delay-3{
        animation: 1s dropup-custom-1;
        -webkit-animation: 1s dropup-custom-1;
    }
    .c-dropup-delay-4{
        animation: 1s dropup-custom-2;
        -webkit-animation: 1s dropup-custom-2;
    }
    .c-dropup-delay-5{
        animation: 1s dropup-custom-1;
        -webkit-animation: 1s dropup-custom-1;
    }
    .opacity-delay-1{
        animation: 0.5s opacity-on;
        -webkit-animation: 0.5s opacity-on;
}
    .opacity-delay-2{
        animation: 0.5s opacity-on;
        -webkit-animation: 0.5s opacity-on;
}
    .opacity-delay-3{
        animation: 0.5s opacity-on;
        -webkit-animation: 0.5s opacity-on;
}
    .opacity-delay-4{
        animation: 0.5s opacity-on;
        -webkit-animation: 0.5s opacity-on;
}
    /* Animations override end */
}


/* testing */
.rocket-svg-container{
    height: 310px;
    width: 310px;
    position:relative;
    perspective: 500px;
}
.rocket-svg-container > svg{
    position: absolute;
}
@keyframes officeAnimation {
    0%{left:50px; top:35px}
    100%{left:0; top: 0}
}
@keyframes officeAnimationInf {
    0%{ transform:rotateY(0); -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0); }
    25%{ transform:rotateY(-5deg) ; -webkit-transform:rotateY(-5deg) ; -moz-transform:rotateY(-5deg) ; -ms-transform:rotateY(-5deg) ; -o-transform:rotateY(-5deg) ; }
    75%{ transform:rotateY(5deg); -webkit-transform:rotateY(5deg); -moz-transform:rotateY(5deg); -ms-transform:rotateY(5deg); -o-transform:rotateY(5deg); }
    100%{ transform:rotateY(0); -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0);
}
}
@keyframes officeSpinAnimation{
    from { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); }
	to { transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); }
}
.office{
    animation: 0.1s ease-in-out officeAnimation, 2s ease-out officeSpinAnimation, 5s 2.1s ease-in-out officeAnimationInf infinite;
    -webkit-animation: 0.1s ease-in-out officeAnimation, 2s ease-out officeSpinAnimation, 5s 2.1s ease-in-out officeAnimationInf infinite;
}
.office,
.bg-hex{
    width: 100%;
    height: 100%;
}
.bg-hex{
    left: 50px;
    top: 35px;
}
@keyframes nutAnimation{
    0%{left: 80%; top: 110px}
    100%{ left: 112%; top: 90px}
}
@keyframes nutAnimationInf{
    0%{ transform:rotate(0deg) scale(1); -webkit-transform:rotate(0deg) scale(1); -moz-transform:rotate(0deg) scale(1); -ms-transform:rotate(0deg) scale(1); -o-transform:rotate(0deg) scale(1); }
    25%{ transform:rotate(90deg) scale(1.05); -webkit-transform:rotate(90deg) scale(1.05); -moz-transform:rotate(90deg) scale(1.05); -ms-transform:rotate(90deg) scale(1.05); -o-transform:rotate(90deg) scale(1.05); }
    75%{ transform: rotate(180deg) scale(0.95); -webkit-transform: rotate(180deg) scale(0.95); -moz-transform: rotate(180deg) scale(0.95); -ms-transform: rotate(180deg) scale(0.95); -o-transform: rotate(180deg) scale(0.95); }
    100%{ transform: rotate(360deg) scale(1); -webkit-transform: rotate(360deg) scale(1); -moz-transform: rotate(360deg) scale(1); -ms-transform: rotate(360deg) scale(1); -o-transform: rotate(360deg) scale(1); }
}
.nut{
    left: 112%;
    top: 90px;
    width: 50px;
    animation: 1s ease-in-out nutAnimation, 7s ease-in-out nutAnimationInf infinite;
    -webkit-animation: 1s ease-in-out nutAnimation, 7s ease-in-out nutAnimationInf infinite;
}
@keyframes lightAnimation{
    0%{left: 70%; top: 180px}
    100%{ left: 90%; top: 204px}
}
@keyframes lightAnimationInf{
    0%{ transform:rotate(0deg) scale(1); -webkit-transform:rotate(0deg) scale(1); -moz-transform:rotate(0deg) scale(1); -ms-transform:rotate(0deg) scale(1); -o-transform:rotate(0deg) scale(1); }
    25%{ transform:rotate(3deg) scale(1.05); -webkit-transform:rotate(3deg) scale(1.05); -moz-transform:rotate(3deg) scale(1.05); -ms-transform:rotate(3deg) scale(1.05); -o-transform:rotate(3deg) scale(1.05); }
    75%{ transform: rotate(-3deg) scale(0.95); -webkit-transform: rotate(-3deg) scale(0.95); -moz-transform: rotate(-3deg) scale(0.95); -ms-transform: rotate(-3deg) scale(0.95); -o-transform: rotate(-3deg) scale(0.95); }
    100%{ transform: rotate(0deg) scale(1); -webkit-transform: rotate(0deg) scale(1); -moz-transform: rotate(0deg) scale(1); -ms-transform: rotate(0deg) scale(1); -o-transform: rotate(0deg) scale(1); }
}
.light{
    top: 204px;
    height: 50px;
    left: 90%;
    animation: 1s ease-in-out lightAnimation, 2s 1s ease-in-out lightAnimationInf infinite;
    -webkit-animation: 1s ease-in-out lightAnimation, 2s 1s ease-in-out lightAnimationInf infinite;
}
@keyframes rocketAnimation{
    0%{ left: 37%; bottom: 27%; transform:scale(0.5) ; -webkit-transform:scale(0.5) ; -moz-transform:scale(0.5) ; -ms-transform:scale(0.5) ; -o-transform:scale(0.5) ; }
    100%{ left: 93%; bottom: 57%; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes rocketAnimationInf{
    0%{ transform:rotate(0deg); -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg);}
    25%{ transform:rotate(3deg); -webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -ms-transform:rotate(3deg); -o-transform:rotate(3deg); }
    75%{ transform: rotate(-3deg); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); }
    100%{ transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
}
.rocket{
    width: 130px;
    left: 93%;
    bottom: 57%;
    animation: 1s ease-in-out rocketAnimation, 3s 1s ease-in-out rocketAnimationInf infinite;
    -webkit-animation: 1s ease-in-out rocketAnimation, 3s 1s ease-in-out rocketAnimationInf infinite;
}
@keyframes rocketSmokeAnimation{
    0%{opacity: 0}
    100%{opacity: 100%}
}
@keyframes rocketSmokeAnimationInf{
    0%{ opacity: 100%}
    50%{ opacity: 50%}
    100%{ opacity: 100%}
}
.rocket-smoke{
    left: 38%;
    width: 200px;
    bottom: 25%;
    opacity: 0;
    animation: 1s 1s ease-in-out rocketSmokeAnimation, 2s 2s ease-in-out rocketSmokeAnimationInf infinite;
    -webkit-animation: 1s 1s ease-in-out rocketSmokeAnimation, 2s 2s ease-in-out rocketSmokeAnimationInf infinite;
}