<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Poppins", sans-serif;
    color: #292929;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    overflow-x:hidden ;
}

@font-face {
    font-family: 'Broetown Signature';
    src: url('fonts/BroetownSignature.eot');
    src: url('fonts/BroetownSignature.eot?#iefix') format('embedded-opentype'),
        url('fonts/BroetownSignature.woff2') format('woff2'),
        url('fonts/BroetownSignature.woff') format('woff'),
        url('fonts/BroetownSignature.ttf') format('truetype'),
        url('fonts/BroetownSignature.svg#BroetownSignature') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.social-links img {
    max-width: 30px;
    margin: 0 8px;
}

.copyright {
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.social-links {
    /* padding-left: 100px; */
    display: flex;
    justify-content: center;
}

.social-links a {
    text-decoration: none;
}

.footer-links ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 10px;
}

.footer-links ul li {
    margin-right: 16px;
}
.footer-links ul li:last-child {
    margin-right: 0px;
}
.footer-links ul li a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    text-transform: capitalize;
}
.copyright {
    margin-top: 10px;
}
.footer-links.text-row-right ul {
    justify-content: flex-end;
}
.container {
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.header-logo img {
    width: 80px;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



div#drag-container {
    margin: 58px 0 100px;
}


#drag-container, #spin-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-10deg);
          transform: rotateX(-10deg);
} 

#drag-container img, #drag-container video {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  font-size: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px #fff;
          box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#drag-container img:hover, #drag-container video:hover {
  -webkit-box-shadow: 0 0 15px #fffd;
          box-shadow: 0 0 15px #fffd;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

#drag-container p {
  font-family: Serif;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotateX(90deg);
          transform: translate(-50%,-50%) rotateX(90deg);
  color: #fff;
}

#ground {
  width: 900px;
  height: 900px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotateX(90deg);
          transform: translate(-50%,-50%) rotateX(90deg);
  background: -webkit-radial-gradient(center center, farthest-side , #9993, transparent);
}


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

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

img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.header-logo {
    width: 120px;
}
.header-top-wraper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-menu-wraper {
    width: calc(100% - 120px);
}
.header-menu ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.header-menu li a,.footer-links ul li a {
    font-size: 18px;
    color: #012433;
    text-decoration: none;
    font-weight: 600;
    display: flex;
}
.header-menu ul li {
    margin-left: 50px;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
    background: rgba(255,255,255,0.6);
    z-index: 99999;
     transition: all 0.5s ease;
}
.hide-header {
    opacity: 0;
    transition: all 0.5s ease;
}
.header-menu li a:hover,.footer-links ul li a:hover,
.header-menu li.current-menu-item a{
    color: #0AB0C6;
}
.header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.footer-logo img {
    max-width: 30px;
    margin-right: 30px;
}
.footer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-row-4 {
    width: 33.33%;
}
.footer-content-right img {
    max-width: 40px;
    margin: 0 10px;
}
.footer-content-right {
    display: flex;
    align-items: center;
}
.footer-wraper {
    padding: 20px 0;
}
.mobile-thumnails {
    position: relative;
}
.top-logo img {
    max-width: 95px;
}
section.mobile-section {
    padding-top: 90px;
    text-align: center;
}
.mobile-top-text {
    font-family: 'Broetown Signature';
     
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    margin: 20px 0 40px;
    color: #0AB0C6;
    letter-spacing: 5px;
}
  .app-grid {
        position: static;
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: 1fr;
        grid-template-columns: 100%;
        width: 579px;
        margin: 0 auto
    }
    .app-item {
        width: 226px;
        height: 451px;
        left: calc(50% - 110px);
        /* transform: translateX(-50%); */
        margin-right: 84px;
    }
    .app-grid  .app-item:nth-child(1) {
        position: relative;
        margin: 1px 0px 0px 0;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
        z-index: 9999;
    }
    .app-grid  .app-item:nth-child(2) {
        position: relative;
        margin: 0px 0px 4px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
        left: calc(50% - 60px);
        z-index: 99;
    }
    .app-grid  .app-item:nth-child(3) {
        position: relative;
        margin: 0px 0px 4px 0;
        /* left: 311px; */
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
        left: calc(50% - 160px);
        z-index: 9;
    }
    .app-grid  .app-item:nth-child(4) {
        position: relative;
        margin: 0px 0px 2px 0;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
        left: calc(50% - 210px);
    }
    .app-grid  .app-item:nth-child(5) {
        position: relative;
        margin: 0px 0px 2px 0;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
        left: calc(50% - 10px);
    }

    /*.app-grid  .app-item:nth-child(6){
        position: relative;
        margin: 0px 0px 2px 0;
        left: 89px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }
    .app-grid  .app-item:nth-child(7){
        position: relative;
        margin: 0px 0px 2px 0;
        left: 133px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }
    .app-grid  .app-item:nth-child(8){
        position: relative;
        margin: 0px 0px 2px 0;
        left: 225px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }
    .app-grid  .app-item:nth-child(9){
        position: relative;
        margin: 0px 0px 2px 0;
        left: 177px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }*/
.download-part {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.download-logo img {
    max-width: 109px;
    display: inline-block;
}
.download-logo {
    margin: 0 10px;
}
.get-in-touch-section {
    background-image: url('images/contact.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 120px;
    padding-bottom: 80px;
}
.contact-heading span {
    display: block;
}
.contact-heading {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 3px;
}
.contact-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.contact-row-half {
    width: 50%;
    padding: 0 15px;
}
.contact-row-full {
    width: 100%;
    padding: 0 15px;
}
.small-container {
    max-width: 700px;
    margin: auto;
    padding: 0 15px;
}
.form-input {
    width: 100%;
    height: 30px;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #414141;
    font-size: 14px;
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #414141;
}
.contact-row-group {
    margin-bottom: 10px;
}
textarea.form-input {
    resize: none;
    height: 130px;
}
.form-disclaimer {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
}
.form-disclaimer a{
    font-weight: 700;
    text-decoration: underline;
    color: #292929;
}
.contact-form {
    margin-top: 30px;
    max-width: 72%;
}
.contact-row-submit {
    text-align: center;
    width: 100%;
    padding: 0 15px;
    
}
input[type="submit"] {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #414141;
}
.career-image {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    background: -webkit-linear-gradient(right, #16b4c9, #0AB0C6, #34bed0, #0AB0C6);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.image-content {
    position: absolute;
    right: 10px;
    bottom: -40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}
.image-content span {
    display: inline-block;
    background: #012433;
    width: auto;
    font-size: 45px;
    font-weight: 700;
    padding: 10px 15px;
    margin-top: 10px;
    color: #fff;
}
section.career-page {
    margin: 0 5%;
}
.career-container {
    max-width: 570px;
    margin: auto;
    padding: 0 15px;
}
.top-section-career {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    color: #000;
}
.top-section-career h2 span {
    color: #0AB0C6;
}
.top-section-career h2 {
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
    
}
.border-bottom {
    background: #0AB0C6;
    height: 5px;
    width: 0%; /* Start with the width as 0, so it's hidden */
    animation: drawBorder 2s ease forwards;
    animation-delay: 4s; 
    margin: 0 auto;
}

@keyframes drawBorder {
    from {
        width: 0%; /* Start with the width at 0% */
    }
    to {
        width: 70%; /* Animate to full width */
    }
}
.career-wraper{
    overflow: hidden;
}
section.career-page {
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-row-group label {
    margin-bottom: 10px;
    display: inline-block;
}
.contact-row-submit-btn input[type="submit"] {
    padding: 13px 30px;
    background: #0AB0C6;
    min-width: 180px;
    border-radius: 10px;
    font-size: 22px;
    margin-top: 5px;
    color: #fff;
}
.contact-row-submit-btn {
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
.career-form {
    margin-top: 50px;
    margin-bottom: 30px;
}
.career-form .contact-row-group {
    margin-bottom: 30px;
}
.rotate-arrow {
    position: absolute;
    right: calc(5% - -63px);
    top: 20px;
}
.rotate-arrow img {
    width: 170px;
}
.career-wraper {
    position: relative;
    padding-top: 40px;
}
#dream-container {
  white-space: pre; /* Preserves spaces and line breaks */
  animation: blink 0.7s steps(1) infinite;
   animation-delay: 4s; 
}

@keyframes blink {
  from {
    border-right-color: black;
  }
  to {
    border-right-color: transparent;
  }
}
.mobile-top-text {
  animation: blink 0.2s steps(1) infinite;
   animation-delay: 1s; 
}

@keyframes blink {
  from {
    border-right-color: black;
  }
  to {
    border-right-color: transparent;
  }
}

.mobile-menu{
    display: none;
}
.mobile-header-menu{
    display: none;
}
.app-item img{
    height: 100%;
}
@media screen and (max-width: 1400px) {
.app-item {
    height: 300px;
}
.mobile-top-text {
     margin: 10px 0 20px;
}
.download-part {
    margin: 25px 0 0;
}
.footer-wraper {
    padding: 25px 0 10px;
}
}


@media screen and (max-width: 1199px) {
 .rotate-arrow img {
    width: 90px;
}
.image-content span {
     font-size: 32px;
}
.footer-logo img {
    margin-right: 15px;
}
}
@media screen and (max-width: 991px) {
.header-menu ul li {
    margin-left: 30px;
}
}
@media screen and (max-width: 767px) {

    .social-links {
    padding-left: 0;
}

.small-container {
    max-width: 100%;
    padding: 0 15px;
}
.header-menu {
    display: none;
}
.container {
    max-width: 100%;
    
}
.career-image {
    max-width: 100%;  
}
.image-content span {
    font-size: 24px;
    padding: 8px 15px;
    line-height: 18px;
}
.image-content {
    bottom: 0px;
}
.rotate-arrow img {
    width: 70px;
}
.rotate-arrow {
    right: 50px;
    top: 0;
    z-index: 999;
}
.border-bottom {
     margin: auto;
}
@keyframes drawBorder {
    from {
        width: 0%; /* Start with the width at 0% */
    }
    to {
        width: 50%; /* Animate to full width */
    }
}
.top-section-career {
    font-size: 16px;
    line-height: 26px;
}
.career-container {
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
}
.top-section-career h2 {
    font-size: 32px;
    letter-spacing: 0px;
     padding-bottom: 20px;
}
.footer-left, .footer-center, .footer-right {
    width: 100%;
    text-align: center;
}
.footer-logo img {
     margin: 10px;
}
.footer-content-right {
     justify-content: center;
    margin-top: 10px;
}
section.career-page {
   padding-bottom: 0px;
   padding-top: 56px;
}
.header-logo {
    width: 85px;
}
.header-menu-wraper {
    width: calc(100% - 85px);
}
.footer-wraper {
    padding: 20px 0;
}
.contact-form {
    max-width: 95%;
    margin-top: 20px;
}
.get-in-touch-section {
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 50px;
}
.form-input {
    height: 45px;
}
.contact-heading {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
}
.contact-heading br{
    display: none;
}
.top-section {
    width: 100%;
    text-align: center;
}
.menu-button {
    position: relative;
    height: 20px;
    width: 100%;
}
.mobile-menu {
    width: 30px;
    height: 20px;
    display: inline-block;
}
header {
    padding: 15px 0;
}
.header-menu-wraper {
    text-align: right;
}
.menu-button .menu-bar {
    position: absolute;
    border-radius: 0;
    width: 26px;
    transition: .5s;
    opacity: 1;
    top: 7px;
    right: 0;
    left: 0;
    margin: auto;
}
.menu-button .menu-bar-top {
    margin: 0 auto;
    border: 2px solid #0AB0C6;
    border-bottom: none;
    top: 0px;
    width: 30px;
}
.menu-button .menu-bar-middle {
    margin: 3px auto;
    height: 2px;
    background-color: #0AB0C6;
    top: 6px;
    width: 30px;
}
.menu-button .menu-bar-bottom {
    margin: 0 auto;
    border: 2px solid #0AB0C6;
    border-top: none;
    top: 18px;
    width: 30px;
}
.menu-button.button-open .menu-bar-bottom, 
.menu-button.button-open .menu-bar-top {
    border-color: #0AB0C6 !important;
    width: 100%;
}
.button-open .menu-bar-middle {
    background-color: #0AB0C6;
    /*transform: translate(230px);*/
    transition: .1s ease-in;
    opacity: 0;
}
.mobile-header-menu {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 66px;
    height: calc(100vh - 66px);
    display: none;
}
.mobile-header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-header-menu ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    padding: 8px 15px;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.4);
}
.button-open .menu-bar-bottom {
    border-color: #0AB0C6;
    transform: rotate(-45deg) translate(5px,-5px);
    transition: .5s;
    right: 0;
}
.button-open .menu-bar-top {
    border-color: #0AB0C6;
    transform: rotate(45deg) translate(8px,8px);
    transition: .5s;
}
body.menu-open {
    overflow: hidden;
}
}

@media screen and (max-width: 575px) {
    .app-grid {
      width: 350px;
}
.contact-heading {
    font-size: 18px;
    letter-spacing: 1px;
}
.app-item {
    width: 110px;
    height: 230px;
    left: calc(50% - 60px);
}
.app-grid  .app-item:nth-child(5) {
     left: calc(50% - 10px);
}
.app-grid  .app-item:nth-child(4) {
    left: calc(50% - 110px);
}
.app-grid  .app-item:nth-child(3) {
   left: calc(50% - 85px);
}
.app-grid  .app-item:nth-child(2) {
    left: calc(50% - 35px);
}
.mobile-top-text {
    font-size: 28px;
    margin: 15px 0 18px;
}
.download-part {
    margin: 25px 0;
}
.footer-row-4 {
    width: 50%;
}
.col-sm-4.footer-row-4.footer-row-2 {
    width: 100%;
    order: -1;
}
#ground{
    width: 80% !important;
    height: 400px !important;
}
#drag-container img, #drag-container video {
      width: 80%;
}
div#drag-container {
    margin: 58px 20px 100px;
}
section.mobile-section {
    overflow: hidden;
}
}</pre></body></html>