@charset "UTF-8";
html,
body {
  height: auto;
  overflow: visible;
}

section#cobot {
  background-color: #000000;
  color: #FFFFFF;
}
section#cobot h1 {
  font-size: 86px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4;
}
@media (max-width: 767px) {
  section#cobot h1 {
    font-size: 50px;
  }
}
section#cobot h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.35;
}
section#cobot h2.l {
  font-size: 40px;
}
@media (max-width: 767px) {
  section#cobot h2 {
    font-size: 20px;
  }
  section#cobot h2.l {
    font-size: 30px;
  }
}
section#cobot h3 {
  font-size: 20px;
  font-weight: bold;
  color: #90949C;
  line-height: 1.35;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  section#cobot h3 {
    font-size: 18px;
  }
}
section#cobot .larger {
  font-size: 18px;
}
section#cobot .larger h3 {
  font-size: 22;
}
@media (max-width: 767px) {
  section#cobot .larger {
    font-size: 16px;
  }
  section#cobot .larger h3 {
    font-size: 20px;
  }
}
section#cobot .small-container {
  width: 100%;
  max-width: 966px;
  margin: 0 auto;
}
section#cobot .ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
}
section#cobot .cards-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
section#cobot .card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0C0C10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
section#cobot .card .mobile-video,
section#cobot .card .mobile-img {
  display: none;
  max-height: 435px;
}
section#cobot .card .upper {
  position: absolute !important;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
section#cobot .card .upper.active {
  opacity: 1;
}
@media (max-width: 1023px) {
  section#cobot .card.card--large {
    background-image: none !important;
  }
  section#cobot .card.card--large.card--video {
    display: flex;
    flex-direction: column;
  }
  section#cobot .card.card--large.card--video .head {
    width: 100%;
    height: unset;
  }
  section#cobot .card.card--large.card--video .video {
    width: 100%;
  }
  section#cobot .card.card--large.card--video.card--status {
    flex-wrap: nowrap;
  }
  section#cobot .card .imgscreen {
    display: none !important;
  }
  section#cobot .card .mobile-img,
  section#cobot .card .mobile-video {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    aspect-ratio: 1/1;
  }
  section#cobot .card .desktop-img,
  section#cobot .card .desktop-video {
    display: none;
  }
}
section#cobot .card .head {
  padding: 40;
  text-shadow: 0 0 30px black;
}
section#cobot .card .head h3 {
  text-shadow: 0 0 30px black;
}
section#cobot .card .head strong {
  font-size: 16px;
}
section#cobot .card .video.down20 {
  position: relative;
  top: 20px;
}
section#cobot .card--small {
  width: calc(25% - 20px);
  height: 0;
  padding-bottom: calc(25% - 20px);
}
section#cobot .card--small .head {
  padding: 30px;
}
section#cobot .card--small > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
}
section#cobot .card--small > div strong {
  display: block;
  text-align: center;
}
@media (max-width: 1320px) {
  section#cobot .card--small {
    font-size: 14px;
  }
}
@media (max-width: 1192px) {
  section#cobot .card--small {
    font-size: 16px;
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  section#cobot .card--small {
    width: 100%;
    padding-bottom: 100%;
  }
}
section#cobot .card--large {
  width: calc(50% - 10px);
  height: 680px;
}
section#cobot .card--large .head {
  padding: 40px 30px;
}
section#cobot .card--large .card--large-img {
  width: 100%;
}
@media (max-width: 1023px) {
  section#cobot .card--large {
    width: 100%;
    height: unset;
    min-height: unset;
  }
  section#cobot .card--large .head.nombpt {
    padding: 0 30px 40px;
  }
  section#cobot .card--large .card--large-img {
    display: none;
  }
}
section#cobot .card--full {
  width: 100%;
}
section#cobot .card--tl {
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  text-align: left;
}
section#cobot .card--tl .head {
  min-height: 245px;
}
@media (max-width: 1023px) {
  section#cobot .card--tl .head {
    min-height: 205px;
  }
}
section#cobot .card--tl .imgscreen {
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 395px;
}
section#cobot .card--sleek {
  height: 680px;
}
@media (max-width: 1023px) {
  section#cobot .card--sleek {
    height: unset;
  }
}
section#cobot .card--video {
  flex-wrap: nowrap;
  position: relative;
}
section#cobot .card--video .head,
section#cobot .card--video .video {
  height: 100%;
}
section#cobot .card--video .head.unseth {
  height: unset !important;
  max-height: unset !important;
}
section#cobot .card--video .video video,
section#cobot .card--video .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-left: 0;
}
@media (max-width: 1023px) {
  section#cobot .card--video .video video,
  section#cobot .card--video .video img {
    position: relative;
    object-fit: contain;
  }
}
section#cobot .card--video .video--contain video, section#cobot .card--video .video--contain img {
  object-fit: cover;
}
section#cobot .card--video .video img._play {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  section#cobot .card--video .video {
    width: 50%;
  }
  section#cobot .card--video .video video,
  section#cobot .card--video .video img {
    position: relative;
  }
  section#cobot .card--video .head {
    width: 100%;
  }
}
section#cobot .card--video .head {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section#cobot .card--video .head strong,
  section#cobot .card--video .video strong {
    font-size: 14px;
  }
  section#cobot .card--video .head h3,
  section#cobot .card--video .video h3 {
    font-size: 16px;
  }
}
section#cobot .dl .upper {
  transition-delay: 0.6s;
}
section#cobot .faded-imgs {
  width: 100%;
  height: 435px;
  position: relative;
}
@media (min-width: 1024px) {
  section#cobot .faded-imgs--v {
    position: absolute;
  }
}
section#cobot .faded-imgs img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
section#cobot .card--video.card--full.card--copy-r .video {
  width: 0;
}
@media (max-width: 1023px) {
  section#cobot .card--video.card--full.card--copy-r .video {
    width: 100%;
  }
}
section#cobot .card--video.card--full.card--copy-l .video {
  width: 50%;
}
@media (max-width: 1023px) {
  section#cobot .card--video.card--full.card--copy-l .video {
    width: 100%;
  }
}
section#cobot ._pinned,
section#cobot .pinned {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section#cobot .pinflex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
section#cobot .pinflex .pinned {
  width: calc(50% - 10px);
}
@media (max-width: 1023px) {
  section#cobot .pinflex .pinned {
    width: 100%;
  }
}
section#cobot .pinflex .card {
  width: 100%;
}
section#cobot .sm .card--video .video video,
section#cobot .sm .card--video .video img {
  height: 435px;
  top: unset;
  bottom: 0;
}
@media (max-width: 1023px) {
  section#cobot .sm .card--video .video video,
  section#cobot .sm .card--video .video img {
    height: un335pxset;
  }
  section#cobot .sm .card--video .video video.upper,
  section#cobot .sm .card--video .video img.upper {
    top: 0;
  }
}
section#cobot .pinned .card--video.card--full .head {
  display: flex;
  align-items: center;
}
section#cobot .pinned .card--video.card--full.card--start .head {
  align-items: start;
}
section#cobot .pinned .card--video.card--full.card--mid .head {
  align-items: center;
}
@media (max-width: 1023px) {
  section#cobot .mobswap {
    flex-direction: column-reverse !important;
  }
}
section#cobot .hero .content {
  display: flex;
  align-items: center;
  height: calc(100vh - 195.02px);
}
section#cobot .hero .video-wrap {
  width: 100%;
  height: calc(100vh - 195.02px);
  position: absolute;
  overflow: hidden;
  opacity: 0.6;
}
section#cobot .hero .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#cobot .thehead {
  position: absolute;
  width: 100%;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 1;
}
section#cobot .thehead::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
  z-index: -1;
}
@media (max-width: 1023px) {
  section#cobot .thehead {
    font-size: 26px;
    position: relative;
    height: unset;
    padding: 30px 30px 20px;
    margin-bottom: -20px;
  }
  section#cobot .thehead::after {
    background-image: unset;
    background-color: #0C0C10;
  }
}
section#cobot .slick-list {
  overflow: visible !important;
}
section#cobot .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
section#cobot .xslider {
  height: 878px;
}
@media (max-width: 767px) {
  section#cobot .xslider {
    height: 400px;
  }
}
section#cobot .slick-slide {
  width: 100%;
  height: 878px;
  padding: 0 10px;
  transition: 0.6s ease-out;
}
@media (max-width: 767px) {
  section#cobot .slick-slide {
    width: 260px;
    height: 292px;
  }
}
section#cobot .slick-slide video {
  display: block;
  width: 100%;
  height: 700px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  section#cobot .slick-slide video {
    height: 260px;
  }
}
section#cobot .slick-slide[aria-hidden=true] {
  opacity: 0.5;
}
section#cobot .slick-slide[aria-hidden=true][data-slick-index="-1"], section#cobot .slick-slide[aria-hidden=true][data-slick-index="7"] {
  opacity: 0;
}
section#cobot .scaleup {
  overflow: hidden;
}
section#cobot .scaleup img {
  transform: scale(1.38);
  transform-origin: center -30px center;
  transition: 0.3s ease-out;
}
section#cobot .scaleup.scaledown img {
  transform: scale(1);
}
section#cobot .nogo {
  pointer-events: none !important;
}
section#cobot .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
}
@media (max-width: 767px) {
  section#cobot .slick-dots {
    position: relative;
    top: 70px;
  }
}
section#cobot .slick-dots button {
  display: inline-block;
  border: none;
  background: none;
  color: transparent;
  width: 22px;
  height: 22px;
  transition: 0.3s ease-out;
  position: relative;
}
section#cobot .slick-dots button::after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}
section#cobot .slick-dots .slick-active button::after {
  color: white;
}
section#cobot button.slick-arrow {
  opacity: 0;
  display: block;
  width: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
}
section#cobot button.slick-prev {
  right: 100%;
}
section#cobot button.slick-next {
  left: 100%;
}
section#cobot .scalling-image img {
  display: block;
  width: 100%;
}
section#cobot .xgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section#cobot .xgrid-item {
  width: calc(50% - 10px);
  padding-top: 120px;
  text-align: left;
}
@media (max-width: 1023px) {
  section#cobot .xgrid-item {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  section#cobot .xgrid-item {
    width: 100%;
  }
}
section#cobot .xgrid-item img {
  display: block;
  width: 100%;
}
section#cobot .table-container {
  overflow-x: auto;
  max-width: 100%;
}
section#cobot .spec-table {
  color: #FFFFFF;
  width: 100%;
  min-width: 900px;
  background: rgba(39, 40, 44, 0.6);
}
section#cobot .spec-table th,
section#cobot .spec-table td {
  width: 33.33%;
  border: 4px solid #000000;
  padding: 13px;
  text-align: left;
  font-size: 14px;
  text-transform: none !important;
}
section#cobot .spec-table._2c td {
  width: 66.66%;
}
section#cobot .spec-table th {
  background-color: #27282C;
  font-weight: bold;
}
section#cobot ._lines {
  position: relative;
}
section#cobot ._line {
  opacity: 0;
  transform: translateY(20px);
}
section#cobot ._line.notrans, section#cobot ._line.visible {
  animation: slideIn 0.3s ease-out forwards;
  opacity: 1;
  transform: translateY(0px);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section#cobot .line-a-time ._line {
  position: absolute;
}
section#cobot ._player {
  max-width: 1600px;
  margin: 0 auto;
}
section#cobot ._player .video {
  cursor: pointer;
}
section#cobot ._play._hover {
  opacity: 0;
  pointer-events: none;
}
section#cobot ._play._hover.active {
  opacity: 1;
}
section#cobot ._player.playing ._play {
  opacity: 0;
}
section#cobot ._remote {
  display: inline-block;
  position: relative;
}
section#cobot ._remote,
section#cobot ._remote:hover {
  text-decoration: none;
}
section#cobot ._remote::after {
  content: "⏵";
  border: none;
  font-size: 24px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  width: 20px;
  height: 22px;
}
section#cobot ._player.playing ._remote::after {
  content: "⏸";
}
section#cobot .over-video {
  position: absolute;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.6s;
}
section#cobot .over-video.active {
  opacity: 1;
}
section#cobot .over-video--1 {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  section#cobot .over-video--1 {
    top: 250px;
  }
}
section#cobot .over-video--2 {
  top: 321px;
  left: 150px;
  transform: rotate(-23deg);
}
@media (max-width: 1023px) {
  section#cobot .over-video--2 {
    top: 245px;
    left: 180px;
  }
}
section#cobot .mobile-break {
  display: static;
}
section#cobot .bg-light {
  background-color: #27282C !important;
}
section#cobot .tx-white {
  color: #FFFFFF !important;
}
section#cobot .tx-grey {
  color: #90949C !important;
}
section#cobot .tx-16 {
  font-size: 16px;
}
section#cobot .tx-18 {
  font-size: 18px;
}
section#cobot .tx-32 {
  font-size: 32px;
}
section#cobot .relative {
  position: relative;
}
section#cobot .f-wrap {
  flex-wrap: wrap;
}
section#cobot .h-245 {
  height: 245px;
}
section#cobot .w-full {
  width: 100%;
}
section#cobot .m-0 {
  margin: 0 !important;
}
section#cobot .my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
section#cobot .mt-16 {
  margin-top: 16px !important;
}
section#cobot .mb-16 {
  margin-bottom: 16px !important;
}
section#cobot .mb-20 {
  margin-bottom: 20px !important;
}
section#cobot .mb-25 {
  margin-bottom: 25px !important;
}
section#cobot .mb-30 {
  margin-bottom: 30px !important;
}
section#cobot .mb-40 {
  margin-bottom: 40px !important;
}
section#cobot .mb-80 {
  margin-bottom: 80px !important;
}
section#cobot .mb-100 {
  margin-bottom: 100px !important;
}
section#cobot .mb-150 {
  margin-bottom: 150px !important;
}
section#cobot .px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
section#cobot .py-20 {
  padding: 20px 0;
}
section#cobot .py-40 {
  padding: 40px 0;
}
section#cobot .py-80 {
  padding: 80px 0;
}
section#cobot .py-100 {
  padding: 100px 0;
}
section#cobot .py-150 {
  padding: 150px 0;
}
section#cobot .pyb-150 {
  padding: 0 0 150px;
}
section#cobot .pl-140 {
  padding-left: 140px !important;
}
section#cobot .another-v::after {
  content: unset;
  height: 0;
}
@media (max-width: 1023px) {
  section#cobot .another-v {
    content: "";
    height: 500vh;
  }
  section#cobot .mobile-break {
    display: none;
  }
  section#cobot .mobile-hidden {
    display: none;
  }
  section#cobot .sm-m-0 {
    margin: 0 !important;
  }
  section#cobot .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  section#cobot .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  section#cobot .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  section#cobot .sm-mb-75 {
    margin-bottom: 50px !important;
  }
  section#cobot .sm-py-75 {
    padding: 75px 0;
  }
  section#cobot .sm-py-60 {
    padding: 60px 0;
  }
  section#cobot .sm-py-50 {
    padding: 50px 0;
  }
  section#cobot .sm-py-30 {
    padding: 30px 0;
  }
  section#cobot .sm-pyb-30 {
    padding: 0 0 30px;
  }
  section#cobot .sm-pyb-75 {
    padding: 0 0 75px;
  }
  section#cobot .m-pl-40 {
    padding-left: 40px !important;
  }
}
section#cobot .mw-460 {
  max-width: 460px;
}
section#cobot .sidefade {
  position: relative;
}
section#cobot .sidefade::before, section#cobot .sidefade::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}
section#cobot .sidefade::before {
  left: 0;
  background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
section#cobot .sidefade::after {
  right: 0;
  background-image: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
section#cobot .noover {
  overflow: hidden !important;
}
section#cobot .shadow-top {
  box-shadow: 0 -30px 70px black;
  position: relative;
  z-index: 10;
}
section#cobot .shadow-bottom {
  box-shadow: 0 30px 70px black;
  position: relative;
  z-index: 10;
}
section#cobot .bignum {
  font-family: Helvetica Neue;
  font-size: 62px;
  font-weight: 100;
}

.slide-in-row {
  width: 100%;
  display: flex;
  gap: 20px;
}
.slide-in-row--col {
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1023px) {
  .slide-in-row {
    flex-wrap: wrap;
  }
  .slide-in-row--col {
    flex-direction: column;
    gap: 10px;
  }
}
.slide-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: transform, opacity;
}

.delayed .slide-in {
  transition-delay: 0.6s;
}

.slide-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.xgn-accordion {
  width: 100%;
}

.xgn-accordion__container {
  padding: 60px 0;
}

.xgn-accordion__item {
  border-bottom: 1px solid #90949C;
}

.xgn-accordion__heading {
  padding: 21px 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
}

.xgn-accordion__toggle {
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
  top: -1px;
  left: 0;
  margin-left: 20px;
}

[dir=rtl] .xgn-accordion__toggle {
  left: auto;
  right: 10px;
}

.xgn-accordion__toggle::before,
.xgn-accordion__toggle::after {
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xgn-accordion__toggle::before {
  width: 100%;
  height: 2px;
}

.xgn-accordion__toggle::after {
  width: 2px;
  height: 100%;
  transition: 0.2s ease-out;
}

.open .xgn-accordion__toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.xgn-accordion__body {
  padding-left: 70px;
  transition: max-height 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
  text-align: left;
}

[dir=rtl] .xgn-accordion__body {
  padding-left: 0;
  padding-right: 70px;
}

.open .xgn-accordion__body {
  max-height: 100px;
  font-weight: normal;
}

.xgn-accordion__content {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #90949C;
}

.xgn-accordion__content img {
  width: 208px;
}

@media (max-width: 576px) {
  .xgn-accordion__body {
    padding-left: 0;
  }
  [dir=rtl] .xgn-accordion__body {
    padding-right: 0;
  }
  .xgn-accordion__content img {
    width: 100px;
  }
}
.fa-mid {
  display: flex;
  align-items: center;
}