.clearfix {
  display: table;
  clear: both;
}
.clearfix::before {
  display: table;
  content: ' ';
}
.clearfix::after {
  display: table;
  content: ' ';
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-list.xs {
  grid-template-columns: repeat(1, 1fr);
}
.product-list.sm {
  grid-template-columns: repeat(2, 1fr);
}
.product-list.md {
  grid-template-columns: repeat(3, 1fr);
}
body {
  min-width: 1290px;
}
table {
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

table tr,
table th,
table td {
  border: none;
  font-size: 18px;
  /*font-weight: bold;*/
}

table th,
table td {
  padding: 15px 4px;
  margin: 0 3px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mz-box-sizing: border-box;
}

table th {
  color: #66cccc;
  /*text-transform: uppercase;*/
}
table tr td {
  background: #1a1a1a;
  color: #fff;
}

table tr:nth-of-type(2n + 2) td {
  background: 0;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.8125rem;
  padding: 0;
  text-align: left;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}
/*html, body {*/
/*min-height: 100%;*/
/*}*/
html,
body {
  font-family: 'Helvetica', serif;
}
/*@font-face {*/
/*font-family: 'Helvetica Neue';*/
/*src: url('../../../font/HELVETICANEUELTPRO-LTCN_2.OTF');*/
/*}*/

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

.banner1 {
  position: relative;
}

.moves,
.still {
  transition: all 1s;
  transform-origin: center;
  position: absolute;
}

.moves:after,
.still:after {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}

.still:after {
  padding-top: 23.76238%;
}

.goble .moves {
  top: 8%;
  left: 46.3%;
  width: 12%;
  background: url('/landingpage/romeo/images/GO-BLE.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.banner1 .still {
  width: 6%;
}

.goble .still {
  top: 10%;
  left: 55%;
  background: url('/landingpage/romeo/images/GO-BLE---.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.Gravity .moves {
  top: 4.7%;
  left: 68.7%;
  width: 11.5%;
  background: url('/landingpage/romeo/images/Gravity.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.Gravity .still {
  top: 7%;
  left: 77%;
  background: url('/landingpage/romeo/images/Gravity--.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.servo .moves {
  top: 23.3%;
  left: 59%;
  width: 9.5%;
  background: url('/landingpage/romeo/images/servo.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.servo .still {
  top: 24%;
  left: 65%;
  background: url('/landingpage/romeo/images/servo-.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.power .moves {
  top: 28.5%;
  left: 71.3%;
  width: 12.5%;
  background: url('/landingpage/romeo/images/power.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.power .still {
  top: 30%;
  left: 79%;
  background: url('/landingpage/romeo/images/power-.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.motor .moves {
  top: 37%;
  left: 50.6%;
  width: 11%;
  background: url('/landingpage/romeo/images/motor.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.motor .still {
  top: 39%;
  left: 58%;
  background: url('/landingpage/romeo/images/motor---.png') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.moves:hover {
  transition-duration: 1s;
  transform: rotate(360deg);
}

h2 {
  color: #63cece;
  font-size: 48px;
  padding: 0px 0px 35px;
  font-weight: bold;
  word-wrap: break-word;
  overflow: hidden;
  background: url('/landingpage/romeo/images/line.png') no-repeat 0px 70px;
}

@media only screen and (max-width: 568px) {
  h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 768px) {
  #page {
    overflow: hidden;
  }

  table th,
  table td {
    padding: 0;
    font-size: 12px;
  }

  .expose .right {
    margin: 0 -25px 0 -70px;
  }

  .expose .right p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media only screen and (max-width: 992px) {
  table th,
  table td {
    padding: 15px 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .expose .right {
    margin: 0 40px 0 0;
  }

  table th,
  table td {
    padding: 15px 0;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}

@media only screen and (max-width: 1200px) {
  .cell {
    margin: 0 auto;
  }

  .fcol-pro div {
    text-align: center;
    margin-top: 30px;
  }

  .nos .right {
    margin-top: -50px;
  }
}

.mians {
  width: 100%;
}

/*.container {*/
/*margin: 0 auto;*/
/*overflow: hidden;*/
/*}*/

.container .cell {
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 30px 0 55px 0;
  height: 456px;
  border: 1px solid #808080;
  padding: 74px 75px 125px 75px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mz-box-sizing: border-box;
}

.container .dif1 {
  padding: 34px 52px 81px 52px;
  padding-block-end: 79px;
}

.container .dif2 {
  padding: 36px 70px 81px 70px;
  padding-block-end: 79px;
}

.wrapper .cell {
  padding: 80px 75px 125px 75px;
}

.container .dif3 {
  padding: 84px 74px 107px 70px;
}

.container .dif4 {
  padding-bottom: 103px;
  padding-top: 81px;
}

.container .cell h3 {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  color: #5cbaba;
}

.container .tab {
  margin-top: 30px;
}
.container .remo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cell p {
  margin: 0 0 10px;
  font-size: 16px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mz-box-sizing: border-box;
}

.expose {
  border: 1px solid #808080;
  padding: 40px 0px 38px 43px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mz-box-sizing: border-box;
  color: #fff;
  margin: 30px 0 28px 0;
}

.exp {
  padding: 74px 0px 73px 43px;
}

.expose .left {
  float: left;
}

.expose .center {
  float: left;
  margin: 0 0 0 65px;
}

.center h3 {
  font-size: 24px;
}

h3 {
  font-weight: bold;
}

.center button {
  width: 132px;
  border: 0;
  outline: 0;
  height: 38px;
  margin-top: 20px;
  display: block;
  background: url('/landingpage/romeo/images/button-app-store.png') no-repeat;
  background-size: cover;
}

.expose .right {
  float: right;
  padding: 34px 40px 0 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mz-box-sizing: border-box;
}

.expose p {
  font-size: 16px;
}

.nos {
  padding: 10px 0px 10px 43px;
}

.nos .right {
  padding-top: 70px;
}

.nos .btn {
  width: 128px;
  height: 48px;
  background: url('/landingpage/romeo/images/google.png');
}

.container ins {
  background: #1fb6bd;
  padding: 5px 10px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.remo img {
  /*width: 100%;*/
  height: auto;
  display: block;
}

.fcol-pro {
  margin-top: 30px;
}

.fcol-pro span {
  color: #fff;
  display: block;
  font-size: 18px;
  background: 0;
  font-weight: bold;
}

.fcol-pro div {
  margin-bottom: 10px;
}

#page {
  padding: 0;
}

.offcanvas-pusher {
  height: auto !important;
}
