/* =============================================================================
- General
============================================================================= */
.anybotics-element {
  position: relative;
  z-index: 1;
}

.anybotics-hidden {
  display: none;
}

.anybotics-infinite-button-wrapper {
  margin-top: 30px;
}

/* =============================================================================
- Row Custom Gradients
============================================================================= */
.anybotics-gradient-right:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  z-index: 0;
  background: #535f66;
  background: -moz-radial-gradient(center, ellipse cover, #535f66 0%, #101922 70%, #101922 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #535f66), color-stop(70%, #101922), color-stop(100%, #101922));
  background: -webkit-radial-gradient(center, ellipse cover, #535f66 0%, #101922 70%, #101922 100%);
  background: -o-radial-gradient(center, ellipse cover, #535f66 0%, #101922 70%, #101922 100%);
  background: -ms-radial-gradient(center, ellipse cover, #535f66 0%, #101922 70%, #101922 100%);
  background: radial-gradient(ellipse at center, #535f66 0%, #101922 70%, #101922 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535f66', endColorstr='#101922', GradientType=1 );
}

/* =============================================================================
- Anybotics Title
============================================================================= */
.anybotics-title > span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

/* Bottom Line */
.anybotics-title-line-wrapper {
  display: block;
  line-height: 1px;
  margin-top: 15px;
}

.anybotics-title-line {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 2px;
}

.anybotics-title.eut-line-fullwidth > span {
  display: block;
}

.anybotics-title.eut-line-fullwidth .anybotics-title-line {
  width: 100%;
}

/* =============================================================================
- Anybotics Jobs Grid
============================================================================= */
.anybotics-jobs-commitment-wrapper {
  display: block;
  margin-bottom: 24px;
}

.anybotics-jobs-commitment {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.anybotics-jobs-location {
  margin-bottom: 6px;
}

.anybotics-filter ul {
  list-style: none;
  display: block;
  margin: 0 0 2.500rem 0;
  overflow: hidden;
}

.anybotics-filter ul li {
  float: left;
  line-height: 2.250em;
  padding: 0 0.938em;
  border: 1px solid;
  margin-bottom: 0.625em;
  color: #989FA3;
}

.anybotics-filter ul li.selected {
  color: #FF524A;
}

.anybotics-filter ul li {
  margin-right: 0.625em;
}

/* =============================================================================
- Anybotics Events Grid
============================================================================= */
.anybotics-event-grid .anybotics-top {
  display: block;
  margin-bottom: 30px;
}

.anybotics-event-grid .anybotics-top:before,
.anybotics-event-grid .anybotics-top:after {
  display: table;
  content: " ";
}

.anybotics-event-grid .anybotics-top:after {
  clear: both;
}

.anybotics-event-grid .anybotics-date {
  color: #DDDFE0;
  line-height: 0.8 !important;
  margin-right: 12px;
  margin-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 7px;
  float: left;
}

.anybotics-event-grid .anybotics-date span + span:before {
  content: '-';
  margin-left: -0.159em;
}

.anybotics-event-grid .anybotics-location span {
  display: block;
}

.anybotics-event-expired {
  opacity: 0.5;
}

/* =============================================================================
- Anybotics News Grid
============================================================================= */
.anybotics-news-grid .anybotics-top {
  display: block;
  margin-bottom: 30px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 30px;
  border-bottom-color: #FF524A;
}

.anybotics-news-grid .anybotics-top img {
  margin: 0 auto;
  width: auto;
  max-height: 95px;
}

/* =============================================================================
- Anybotics White Box
============================================================================= */
.anybotics-white-box {
  position: relative;
  padding: 8% 8% 20% 8%;
  background-color: #ffffff;
  z-index: 2;
}

.anybotics-white-box:hover {
  z-index: 3;
}

.anybotics-white-box .anybotics-link {
  position: absolute;
  bottom: 8%;
  right: 8%;
  z-index: 3;
}

.anybotics-white-box .anybotics-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.1);
}

.anybotics-white-box:hover .anybotics-shadow {
  opacity: 1;
}

/* =============================================================================
- Anybotics Blog Grid
============================================================================= */
.anybotics-blog-element .anybotics-blog-container:before,
.anybotics-blog-element .anybotics-blog-container:after {
  display: table;
  content: " ";
}

.anybotics-blog-element .anybotics-blog-container:after {
  clear: both;
}

.anybotics-blog-element .eut-infinite-button-wrapper {
  text-align: center;
  margin: 54px 0 36px 0;
}

.anybotics-blog-element .eut-infinite-button {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  font-size: 16px !important;
}

.anybotics-blog-element {
  position: relative;
  margin: 0 -15px;
}

.anybotics-blog-element .anybotics-blog-item {
  position: relative;
  z-index: 1;
  float: left;
  padding: 0 15px 30px 15px;
}

.anybotics-blog-element .anybotics-blog-inner {
  position: relative;
}

.anybotics-blog-element .anybotics-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 4.5%;
}

.anybotics-blog-element .anybotics-category {
  font-family: "SimplonNorm";
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}

.anybotics-blog-element .anybotics-category span {
  display: inline-block;
  vertical-align: top;
  padding: 3px 6px 2px 6px;
}

.anybotics-blog-element .anybotics-category span + span {
  margin-left: 3px;
}

.anybotics-blog-element .anybotics-blog-inner .anybotics-title {
  visibility: hidden;
  line-height: 1 !important;
}

.anybotics-blog-element .anybotics-title.show {
  visibility: visible;
}

.anybotics-blog-element .anybotics-title span {
  padding: 4px 8px 0px 8px;
}

.anybotics-blog-element .anybotics-title span:last-child {
  padding-bottom: 4px;
  padding-top: 0;
}

.anybotics-category span {
  background-color: #FFFFFF;
  color: #FF524A;
}

.anybotics-category span.category-case-study {
  background-color: #FF524A;
  color: #FFFFFF;
}

.anybotics-category span.category-article {
  background-color: #989FA3;
  color: #FFFFFF;
}

.anybotics-blog-item .anybotics-title span {
  background-color: #FF524A;
  color: #FFFFFF;
}

.category-case-study.anybotics-blog-item .anybotics-title span {
  background-color: #989FA3;
  color: #FFFFFF;
}

.category-article.anybotics-blog-item .anybotics-title span {
  background-color: #FFFFFF;
  color: #FF524A;
}

.anybotics-blog-element .anybotics-blog-row {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 15px 30px 15px;
  display: none;
}

.anybotics-blog-element .anybotics-blog-row-inner {
  min-height: 400px;
  background-color: #ffffff;
}

/* Loading */
.anybotics-blog-element .anybotics-progress-bar {
  position: absolute;
  width: 0;
  height: 13px;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.anybotics-blog-element .anybotics-blog-item.active .anybotics-progress-bar {
  width: 100%;
}

.anybotics-blog-element .loading-post .anybotics-blog-item {
  pointer-events: none;
}

/* Grid */
@media only screen and (min-width: 1201px) {
  .anybotics-blog-element[data-columns='1'] .anybotics-blog-item,
  .anybotics-blog-element[data-columns='1'] .anybotics-blog-row {
    float: none;
    width: 100%;
  }

  .anybotics-blog-element[data-columns='2'] .anybotics-blog-item {
    width: 50%;
  }

  .anybotics-blog-element[data-columns='3'] .anybotics-blog-item {
    width: 33.33333333%;
  }

  .anybotics-blog-element[data-columns='4'] .anybotics-blog-item {
    width: 25%;
  }

  .anybotics-blog-element[data-columns='5'] .anybotics-blog-item {
    width: 20%;
  }
}
/* Tablet (landscape) ----------- */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .anybotics-blog-element[data-columns-tablet-landscape='1'] .anybotics-blog-item,
  .anybotics-blog-element[data-columns-tablet-landscape='1'] .anybotics-blog-row {
    float: none;
    width: 100%;
  }

  .anybotics-blog-element[data-columns-tablet-landscape='2'] .anybotics-blog-item {
    width: 50%;
  }

  .anybotics-blog-element[data-columns-tablet-landscape='3'] .anybotics-blog-item {
    width: 33.33333333%;
  }

  .anybotics-blog-element[data-columns-tablet-landscape='4'] .anybotics-blog-item {
    width: 25%;
  }

  .anybotics-blog-element[data-columns-tablet-landscape='5'] .anybotics-blog-item {
    width: 20%;
  }
}
/* Tablet (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .anybotics-blog-element[data-columns-tablet-portrait='1'] .anybotics-blog-item,
  .anybotics-blog-element[data-columns-tablet-portrait='1'] .anybotics-blog-row {
    float: none;
    width: 100%;
  }

  .anybotics-blog-element[data-columns-tablet-portrait='2'] .anybotics-blog-item {
    width: 50%;
  }

  .anybotics-blog-element[data-columns-tablet-portrait='3'] .anybotics-blog-item {
    width: 33.33333333%;
  }

  .anybotics-blog-element[data-columns-tablet-portrait='4'] .anybotics-blog-item {
    width: 25%;
  }

  .anybotics-blog-element[data-columns-tablet-portrait='5'] .anybotics-blog-item {
    width: 20%;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {
  .anybotics-blog-element[data-columns-mobile='1'] .anybotics-blog-item,
  .anybotics-blog-element[data-columns-mobile='1'] .anybotics-blog-row {
    float: none;
    width: 100%;
  }

  .anybotics-blog-element[data-columns-mobile='2'] .anybotics-blog-item {
    width: 50%;
  }

  .anybotics-blog-element[data-columns-mobile='3'] .anybotics-blog-item {
    width: 33.33333333%;
  }

  .anybotics-blog-element[data-columns-mobile='4'] .anybotics-blog-item {
    width: 25%;
  }

  .anybotics-blog-element[data-columns-mobile='5'] .anybotics-blog-item {
    width: 20%;
  }
}
/* =============================================================================
- Anybotics Blog Stamp
============================================================================= */
.anybotics-blog-element.anybotics-blog-stamp .anybotics-blog-item:first-child {
  float: none;
  width: 100%;
}

.anybotics-blog-element.anybotics-blog-stamp .anybotics-blog-item:first-child .anybotics-blog-inner {
  max-height: 700px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .anybotics-stamp-title span {
    font-size: 200%;
  }
}
/* =============================================================================
- Anybotics Team
============================================================================= */
.anybotics-team {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.anybotics-team .anybotics-team-person {
  width: 100%;
  display: block;
}

.anybotics-team .anybotics-team-content {
  position: relative;
  padding: 18px 30px 60px 30px;
  flex: 1;
  background-color: #ffffff;
}

.anybotics-team .anybotics-team-name {
  margin-bottom: 3px;
}

.anybotics-team .anybotics-team-identity {
  margin-bottom: 24px;
}

.anybotics-team .anybotics-team-icon {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  color: #BABFC2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* =============================================================================
- Anybotics Team Random Grid
============================================================================= */
.anybotics-team-random-grid .anybotics-team-content {
  position: relative;
  padding: 12px 16px;
  background-color: #ffffff;
}

/* =============================================================================
- Anybotics Image Career
============================================================================= */
.anybotics-image-career {
  position: relative;
  padding-bottom: 145px;
  overflow: hidden;
}

.anybotics-career-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 101%;
  padding: 29px 30px 24px 30px;
  overflow: hidden;
  -webkit-transform: translateY(-145px);
  -moz-transform: translateY(-145px);
  -ms-transform: translateY(-145px);
  -o-transform: translateY(-145px);
  transform: translateY(-145px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.anybotics-career-content .anybotics-description {
  max-width: 350px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.anybotics-image-career:hover .anybotics-career-content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.anybotics-image-career:hover .anybotics-description {
  opacity: 1;
}

/* =============================================================================
- Anybotics Industry Bookmark
============================================================================= */
.anybotics-industry-bookmark {
  overflow: hidden;
  background-color: #535f66;
  padding-bottom: 56%;
}

.anybotics-industry-bookmark .eut-bg-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: #535f66;
}

.anybotics-industry-bookmark:hover .eut-bg-image:after {
  opacity: 0.65;
}

.anybotics-industry-bookmark .anybotics-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 14.5%;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* =============================================================================
- Anybotics Tabs General
============================================================================= */
.anybotics-tab .anybotics-tab-left-area {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.anybotics-tab .anybotics-anim-item {
  opacity: 0;
}

.anybotics-tab .anybotics-tab-right-area {
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
  max-width: 62%;
}

.anybotics-tab-buttons,
.anybotics-tab-panels {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anybotics-tab-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.anybotics-tab-buttons li {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 2.5%;
  padding-left: 2.5%;
  margin-bottom: 18px;
}

.anybotics-tab-button-responsive {
  margin-bottom: 18px;
}

.anybotics-tab-button a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 20px 6.25%;
  border-width: 1px;
  border-style: solid;
  border-color: #535F66;
  color: inherit;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.anybotics-tab-button a:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.anybotics-tab-button a.active {
  border-width: 1px;
  border-color: #FF524A !important;
}

.anybotics-tab-button a.active:after,
.anybotics-tab-button a:hover:after {
  opacity: 1;
}

.anybotics-tab-button .anybotics-tab-icon {
  width: 100%;
  max-width: 78px;
}

.anybotics-tab-button .anybotics-tab-buttons-content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.anybotics-tab-button .anybotics-tab-icon + .anybotics-tab-buttons-content {
  padding-left: 20px;
  margin-left: 7.25%;
  border-left: 1px solid #535F66;
}

.anybotics-tab-button .anybotics-tab-icon img {
  display: block;
}

.anybotics-tab-buttons-content span {
  display: block;
}

.anybotics-tab-button .anybotics-description {
  line-height: 1.2;
}

/* Coming Soon */
.anybotics-tab-button .anybotics-coming-soon {
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
  margin-top: 6px;
}

.anybotics-tab-button .anybotics-coming-soon span {
  display: inline-block;
  vertical-align: top;
  padding: 3px 4px 2px 4px;
  color: #535F66;
  background-color: #BABFC2;
}

/* Non-Clickable */
.anybotics-tab-button a.anybotics-non-clickable {
  pointer-events: none;
}

.anybotics-tab .anybotics-tab-content .anybotics-title {
  margin-bottom: 25px;
}

.anybotics-tab-panel:not(.hide) {
  display: none;
  margin-bottom: 18px;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tab_panel_animation;
  -moz-animation-name: tab_panel_animation;
  -o-animation-name: tab_panel_animation;
  animation-name: tab_panel_animation;
}

.anybotics-tab-panel.active {
  display: block;
}

.anybotics-tab-panel.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.anybotics-tab-panels .anybotics-tab-button-responsive {
  display: none;
}

.anybotics-tab-panels .anybotics-media-svg-template {
  margin-right: -12%;
}

/* Tab Panels Animation */
@-webkit-keyframes tab_panel_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tab_panel_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes tab_panel_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tab_panel_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Tablet Portait */
@media only screen and (max-width: 1023px) {
  .anybotics-tab .anybotics-tab-left-area,
  .anybotics-tab .anybotics-tab-right-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }

  .anybotics-tab .anybotics-tab-left-area + .anybotics-tab-right-area {
    margin-top: 30px;
  }

  .anybotics-tab-buttons {
    display: none;
  }

  .anybotics-tab-panels .anybotics-tab-button-responsive {
    display: block;
  }

  .anybotics-tab-panels .anybotics-media-svg_template {
    margin-right: 0;
  }
}
/* =============================================================================
- Anybotics Vertical Tabs
============================================================================= */
.anybotics-tab.anybotics-vertical-tab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.anybotics-tab.anybotics-vertical-tab .anybotics-tab-buttons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anybotics-tab.anybotics-vertical-tab .anybotics-tab-content {
  margin-bottom: 30px;
}

/* Tab Buttons Columns */
.anybotics-tab-buttons.anybotics-column-1 li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.anybotics-tab-buttons.anybotics-column-2 li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.anybotics-tab-buttons.anybotics-column-2 .anybotics-tab-button a {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 14px 6.25%;
}

.anybotics-tab-buttons.anybotics-column-2 .anybotics-title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 9px;
  padding-bottom: 9px;
}

/* =============================================================================
- Anybotics Horizontal Tabs
============================================================================= */
.anybotics-tab.anybotics-horizontal-tab .anybotics-tab-buttons {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -9px;
  margin-left: -9px;
  margin-bottom: 90px;
}

.anybotics-tab.anybotics-horizontal-tab .anybotics-tab-buttons li {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 9px;
  padding-left: 9px;
  color: #989FA3;
}

.anybotics-tab.anybotics-horizontal-tab .anybotics-tab-panel-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.anybotics-tab.anybotics-horizontal-tab .anybotics-tab-content .anybotics-description {
  line-height: 19px;
}

/* =============================================================================
- Anybotics Video
============================================================================= */
.anybotics-video-element .anybotics-video {
  width: 100%;
}

.anybotics-video-wrapper {
  position: relative;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-text-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color: #ffffff;
  border: 1px solid #FF524A;
  padding: 6px 12px 6px 16px;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-text-btn i {
  font-size: 10px;
  margin-right: 7px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  background-color: #FF524A;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-default-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  padding: 10px 40px;
}

.anybotics-video-wrapper .anybotics-play-video-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.anybotics-video-wrapper .anybotics-play-video-btn.show {
  opacity: 1;
  visibility: visible;
}

.anybotics-video-with-poster .anybotics-yt-video {
  display: none;
}

/* Device Video */
.anybotics-video-element.anybotics-video-with-monitor .anybotics-video-wrapper {
  position: relative;
  padding: 2% 2.3% 1.8% 2.3%;
  margin: 0 12%;
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.anybotics-video-element.anybotics-video-with-monitor .anybotics-device-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.anybotics-video-element.anybotics-video-with-monitor .anybotics-video {
  position: relative;
  z-index: 3;
}

.anybotics-video-element.anybotics-video-with-monitor .anybotics-video-wrapper .anybotics-play-video-btn {
  bottom: 50px;
  right: 60px;
}

/* =============================================================================
- Anybotics Video Carousel
============================================================================= */
.anybotics-video-carousel {
  position: relative;
}

.anybotics-video-carousel .anybotics-carousel-stage-outer {
  overflow: hidden;
}

.anybotics-video-carousel .anybotics-carousel-stage {
  display: flex;
  flex-direction: row;
}

.anybotics-video-carousel .anybotics-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000000;
}

.anybotics-video-carousel .anybotics-video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anybotics-video-carousel .anybotics-video-item {
  height: 100%;
  color: #000000;
  background-color: #ffffff;
}

.anybotics-video-carousel .anybotics-video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.anybotics-video-carousel .anybotics-video-content {
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.anybotics-video-carousel .anybotics-video-content-inner {
  flex-basis: 100%;
  min-width: 100%;
}

.anybotics-video-carousel .anybotics-video-content .anybotics-description {
  max-width: 360px;
}

.anybotics-video-carousel .anybotics-video-carousel-btn {
  margin-top: 12px;
  padding: 5px 16px;
}

.anybotics-video-carousel .anybotics-video,
.anybotics-video-carousel .anybotics-yt-placeholder {
  width: 100%;
}

.anybotics-video-carousel:not(.owl-loaded) .anybotics-video-item:not(:first-child) {
  display: none;
}

.anybotics-video-carousel .anybotics-prev-btn,
.anybotics-video-carousel .anybotics-next-btn {
  position: absolute;
  top: 20px;
  cursor: pointer;
  width: 25px;
  box-sizing: initial;
  z-index: 10;
  text-align: center;
}

.anybotics-video-carousel .anybotics-prev-btn {
  left: 18px;
}

.anybotics-video-carousel .anybotics-next-btn {
  right: 18px;
}

.anybotics-video-carousel .anybotics-prev-btn svg,
.anybotics-video-carousel .anybotics-next-btn svg {
  display: block;
  fill: #DDDFE0;
  transition: all .3s ease;
  display: inline-block;
  vertical-align: top;
}

.anybotics-video-carousel .anybotics-prev-btn:hover svg,
.anybotics-video-carousel .anybotics-next-btn:hover svg {
  fill: #FF524A;
}

.anybotics-video-carousel .anybotics-prev-btn.anybotics-hide,
.anybotics-video-carousel .anybotics-next-btn.anybotics-hide {
  visibility: hidden;
}

.anybotics-video-carousel .anybotics-dots {
  position: absolute;
  left: 0;
  bottom: -34px;
}

@media only screen and (max-width: 1023px) {
  .anybotics-video-carousel .anybotics-video-content-inner {
    padding: 0;
  }
}
/* =============================================================================
- Anybotics Button
============================================================================= */
.anybotics-btn,
.anybotics-form-btn {
  display: inline-block;
  padding: 7px 10px;
  min-width: 12.500em;
  line-height: 1.125em !important;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 2;
  vertical-align: top;
  margin: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .5s ease, background-color .5s ease, border-color .5s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.anybotics-btn.anybotics-btn-dark,
.anybotics-btn.anybotics-btn-dark:hover {
  color: #000000 !important;
}

.anybotics-btn.anybotics-btn-light,
.anybotics-btn.anybotics-btn-light:hover,
.anybotics-form-btn,
.anybotics-form-btn:hover {
  color: #ffffff !important;
}

.anybotics-btn.anybotics-btn-white {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.anybotics-btn.anybotics-btn-white:hover {
  color: #FF524A !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.anybotics-btn-dark-white {
  color: #101922 !important;
  border-color: #ffffff !important;
}

.anybotics-btn-dark-white:hover {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

.anybotics-form-btn {
  background-color: transparent;
  border: 2px solid #FF524A !important;
}

.anybotics-form-btn:hover {
  background-color: #FF524A;
  border: 2px solid #FF524A !important;
}

.anybotics-fluid-button {
  width: 100%;
}

/* Only Text Button */
.anybotics-btn.anybotics-text-button {
  padding: 0;
  min-width: auto;
  border: none;
}

/* =============================================================================
- Anybotics Double Button
============================================================================= */
.anybotics-double-button {
  margin-bottom: -24px;
}

.anybotics-double-button .anybotics-button {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  margin-bottom: 24px;
}

.anybotics-double-button .anybotics-button:last-child {
  margin-right: 0;
}

/* =============================================================================
- Anybotics SVG
============================================================================= */
.anybotics-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

/* =============================================================================
- Anybotics SVG Responsive Images
============================================================================= */
.anybotics-svg-image.anybotics-svg-responsive-image object {
  display: block;
  margin: 0 auto;
}

.anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-tablet,
.anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-mobile {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-tablet {
    display: block;
  }

  .anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-mobile {
    display: block;
  }

  .anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-tablet,
  .anybotics-svg-image.anybotics-svg-responsive-image .anybotics-svg-desktop {
    display: none;
  }
}
/* =============================================================================
- Anybotics Steps
============================================================================= */
.anybotics-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.anybotics-steps .anybotics-step-item {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  text-align: center;
}

.anybotics-step-icon img {
  width: 100%;
}

.anybotics-step-item .anybotics-content {
  padding-left: 20%;
  padding-right: 20%;
}

.anybotics-step-item:first-child .anybotics-content {
  padding-left: 0;
  padding-right: 40%;
}

.anybotics-step-item:last-child .anybotics-content {
  padding-left: 40%;
  padding-right: 0;
}

.anybotics-step-icon {
  width: 76.5%;
  height: 76.5%;
  max-width: 220px;
  max-height: 220px;
  min-width: 120px;
  min-height: 120px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 36px;
}

.anybotics-step-icon:after,
.anybotics-step-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  width: calc( 100% - 40px );
  height: 1px;
  background-color: #FF524A;
  z-index: -1;
}

/* Layout 1 */
.anybotics-steps.anybotics-steps-layout-1 .anybotics-step-icon:after {
  left: calc( 100% + 20px );
}

.anybotics-steps.anybotics-steps-layout-1 .anybotics-step-icon:before {
  right: calc( 100% + 20px );
}

.anybotics-steps.anybotics-steps-layout-1 .anybotics-step-item:first-child .anybotics-step-icon:before,
.anybotics-steps.anybotics-steps-layout-1 .anybotics-step-item:last-child .anybotics-step-icon:after {
  display: none;
}

/* Layout 2 */
.anybotics-step-number {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
}

.anybotics-step-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-icon {
  margin-bottom: 24px;
}

.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-icon:after,
.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-icon:before {
  width: 100%;
  height: 2px;
}

.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-icon:after {
  left: 100%;
}

.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-icon:before {
  right: 100%;
}

.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-item:first-child .anybotics-step-icon:before {
  width: 85px;
}

.anybotics-steps.anybotics-steps-layout-2 .anybotics-step-item:last-child .anybotics-step-icon:after {
  display: none;
}

/* Layout 3 */
.anybotics-steps.anybotics-steps-layout-3 {
  margin: -12px;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-item .anybotics-content,
.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-item:first-child .anybotics-content,
.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-item:last-child .anybotics-content {
  padding: 12px;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-number {
  position: static;
  transform: translateY(0);
  margin: 0;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-icon:after {
  display: none;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-icon {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: auto;
  min-height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-title-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-title {
  position: relative;
  padding: 0 18px;
  text-align: left;
  margin: 0;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-line {
  flex: 1;
  height: 2px;
  background-color: #FF524A;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-item .anybotics-step-icon:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #FF524A;
  z-index: -1;
}

.anybotics-steps.anybotics-steps-layout-3 .anybotics-step-item:first-child .anybotics-step-icon:before {
  display: none;
}

/* Layout 4 */
.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item {
  text-align: center;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item .anybotics-content {
  padding-left: 10%;
  padding-right: 10%;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item:first-child .anybotics-content {
  padding-left: 0;
  padding-right: 20%;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item:last-child .anybotics-content {
  padding-left: 20%;
  padding-right: 0;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-title {
  color: #FF665E;
  margin-top: 24%;
  margin-bottom: 12%;
  text-align: left;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-icon {
  margin-bottom: 0;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-icon:after,
.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-icon:before {
  width: 100%;
  height: 2px;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-icon:after {
  left: 100%;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-icon:before {
  right: 100%;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item:first-child .anybotics-step-icon:before {
  width: 85px;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item:last-child .anybotics-step-icon:after {
  display: none;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list + .anybotics-description {
  margin-top: 24px;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list li {
  display: flex;
  line-height: 23px;
  text-align: left;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list li:not(:last-child) {
  margin-bottom: 12px;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list li span {
  flex: 1;
  line-height: 21px;
  margin-top: 1px;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list .anybotics-list-icon {
  width: 23px;
  height: 23px;
  border: 2px solid #FF665E;
  background-color: #101922;
  border-radius: 100%;
  position: relative;
  margin-right: 24px;
}

.anybotics-steps.anybotics-steps-layout-4 .anybotics-steps-list .anybotics-list-icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #E5C874;
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {
  .anybotics-steps {
    flex-direction: column;
  }

  .anybotics-steps .anybotics-step-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 90px;
  }

  .anybotics-steps .anybotics-step-item:last-child {
    margin-bottom: 0;
  }

  .anybotics-step-item .anybotics-content,
  .anybotics-step-item:first-child .anybotics-content,
  .anybotics-step-item:last-child .anybotics-content {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  /* Layout 1 */
  .anybotics-step-icon:after,
  .anybotics-step-icon:before {
    display: none;
  }

  /* Layout 3 */
  .anybotics-steps.anybotics-steps-layout-3 {
    flex-direction: column;
  }

  .anybotics-steps.anybotics-steps-layout-3 .anybotics-step-item {
    margin-bottom: 20px;
  }

  .anybotics-steps.anybotics-steps-layout-3 .anybotics-step-icon:before,
  .anybotics-steps.anybotics-steps-layout-3 .anybotics-line {
    display: none;
  }

  /* Layout 4 */
  .anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item {
    text-align: center;
  }

  .anybotics-steps.anybotics-steps-layout-4 .anybotics-step-item:not(:last-child) {
    border-bottom: 2px solid #FF665E;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
/* =============================================================================
- Anybotics Carousel
============================================================================= */
.anybotics-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.anybotics-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.anybotics-carousel .anybotics-carousel-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  padding-left: 0px !important;
}

.anybotics-carousel .anybotics-carousel-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.anybotics-carousel .anybotics-carousel-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.anybotics-carousel .owl-wrapper,
.anybotics-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.anybotics-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.anybotics-carousel .owl-item img {
  display: block;
  width: 100%;
}

.anybotics-carousel .owl-nav.disabled,
.anybotics-carousel .owl-dots.disabled {
  display: none;
}

.anybotics-carousel .owl-nav .owl-prev,
.anybotics-carousel .owl-nav .owl-next,
.anybotics-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.anybotics-carousel .owl-nav button.owl-prev,
.anybotics-carousel .owl-nav button.owl-next,
.anybotics-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.anybotics-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.anybotics-carousel button.owl-dot {
  outline: none;
}

.anybotics-carousel button.owl-dot + button.owl-dot {
  margin-left: 16px;
}

.anybotics-carousel button.owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #DDDFE0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.anybotics-carousel button.owl-dot.active span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #FF524A;
}

.anybotics-carousel.owl-loaded {
  display: block;
}

.anybotics-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.anybotics-carousel.owl-hidden {
  opacity: 0;
}

.anybotics-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.anybotics-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.anybotics-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.anybotics-carousel.owl-rtl {
  direction: rtl;
}

.anybotics-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .anybotics-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.anybotics-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.anybotics-carousel .owl-animated-in {
  z-index: 0;
}

.anybotics-carousel .owl-animated-out {
  z-index: 1;
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Video Plugin
*/
.anybotics-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.anybotics-carousel .owl-video-play-icon {
  position: absolute;
  height: 70px;
  width: 70px;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background-image: url("../png/anybotics-video-player.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.anybotics-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.anybotics-carousel .owl-video-playing .owl-video-tn,
.anybotics-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.anybotics-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 400ms ease;
}

.anybotics-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.anybotics-carousel .item-video {
  position: relative;
  padding-bottom: 56.25%;
}

.anybotics-carousel .owl-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================
- Anybotics Industries
============================================================================= */
.anybotics-industries-btn {
  overflow: hidden;
  background-color: #535f66;
  padding-bottom: 56%;
  position: relative;
}

.anybotics-industries-btn .anybotics-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 10%;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.anybotics-industries-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 0;
  border-style: solid;
  border-color: #FF524A;
  -webkit-transition: border-width .3s ease;
  -moz-transition: border-width .3s ease;
  -o-transition: border-width .3s ease;
  -ms-transition: border-width .3s ease;
  transition: border-width .3s ease;
}

.anybotics-industries-btn.active:after {
  border-width: 7px;
}

.anybotics-industries-btn .eut-bg-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: #535f66;
}

.cloned .anybotics-industries-btn .eut-bg-image {
  opacity: 1;
}

.anybotics-industries-buttons {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.anybotics-industries ul {
  list-style: none;
  margin: 0;
}

.anybotics-industries .anybotics-industries-panel {
  display: none;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px;
  overflow: hidden;
  background-color: #ffffff;
}

.anybotics-industries .anybotics-industries-panel.active {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.anybotics-industries .anybotics-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.5% 5.5% 3.5% 4%;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #DDDFE0;
}

.anybotics-industries .anybotics-content .anybotics-description {
  line-height: 19px;
  color: #535F66;
}

.anybotics-industries .anybotics-industries-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anybotics-industries .anybotics-industries-features li {
  line-height: 36px;
}

.anybotics-industries .anybotics-industries-features li + li {
  margin-top: 12px;
}

.anybotics-industries .anybotics-industries-features span {
  display: inline-block;
  vertical-align: middle;
}

.anybotics-industries .anybotics-industries-features .anybotics-icon {
  width: 36px;
  height: 36px;
  position: relative;
  margin-top: -1px;
  margin-right: 10px;
  border: 1px solid #EEEFF0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.anybotics-industries .anybotics-industries-features .anybotics-icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.anybotics-industries .anybotics-content-inner + .anybotics-industries-features {
  margin-top: 60px;
}

.anybotics-industries .anybotics-content-media {
  padding: 4% 5.5% 4% 4%;
  width: 66.667%;
}

.anybotics-industries .anybotics-content-media-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 45px;
}

.anybotics-industries .anybotics-content-media-top .eut-subtitle-text,
.anybotics-industries .anybotics-content-media-top .anybotics-tags {
  margin-bottom: 6px;
  line-height: 20px !important;
}

.anybotics-industries .anybotics-media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.anybotics-industries .anybotics-media .eut-video {
  width: 100%;
}

.anybotics-industries .anybotics-slider-item-btn {
  margin-top: 20px;
}

.anybotics-nav button {
  position: absolute;
  top: 0;
  width: 48px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #FF524A;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 4;
}

.anybotics-nav button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.anybotics-nav .anybotics-prev {
  left: -48px;
  visibility: hidden;
}

.anybotics-nav .anybotics-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.anybotics-nav .anybotics-prev.show {
  left: 0;
  visibility: visible;
}

.anybotics-nav .anybotics-next {
  right: 0;
}

.anybotics-industries .anybotics-industries-panels .anybotics-industries-btn {
  display: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .anybotics-industries .anybotics-industries-panels .anybotics-industries-btn {
    display: block;
  }

  .anybotics-industries-buttons {
    display: none;
  }

  .anybotics-industries .anybotics-content,
  .anybotics-industries .anybotics-content-media {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .anybotics-industries .anybotics-industries-panel {
    min-height: auto;
    margin-bottom: 20px;
  }
}
/* =============================================================================
- Anybotics Form Order
============================================================================= */
.eut-fields-wrapper .eut-one-half select {
  height: 100%;
  margin: 0;
}

.wpcf7-form .wpcf7-list-item-label:before {
  background-color: transparent;
}

.wpcf7-form input:checked + .wpcf7-list-item-label:after {
  background-color: #E5C874;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-validation-errors {
  text-align: center;
  color: #FF524A !important;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  color: #ffffff !important;
}

.eut-fields-wrapper .wpcf7-not-valid {
  border-color: #FF524A;
}

.eut-modal-element .wpcf7-form ::-webkit-input-placeholder {
  /* Edge */
  color: #757F85;
}

.eut-modal-element .wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757F85;
}

.eut-modal-element .wpcf7-form ::placeholder {
  color: #757F85;
}

.eut-modal-element .wpcf7-form select option:disabled {
  color: #757F85;
}

.eut-modal-element .wpcf7-form input[type="text"],
.eut-modal-element .wpcf7-form input[type="email"],
.eut-modal-element .wpcf7-form textarea {
  color: #e5c874;
}

.checkbox-clickable input[type='checkbox'] {
  width: 100% !important;
}

/* =============================================================================
- Anybotics Socials
============================================================================= */
.anybotics-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anybotics-socials li {
  display: inline-block;
  vertical-align: middle;
}

.anybotics-socials.eut-style-1 li a {
  font-size: 20px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: #ffffff;
  background-color: #BABFC2;
  -webkit-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.anybotics-socials.eut-style-1 li a:hover {
  background-color: #FF524A;
}

.anybotics-socials.eut-style-1 li a i {
  line-height: inherit;
  display: block;
}

.anybotics-socials.eut-style-2 li {
  margin: 0 15px;
}

.anybotics-socials.eut-style-2 li a {
  transition: all .5s ease;
}

.anybotics-socials.eut-style-2 li a svg {
  display: block;
  fill: currentColor;
  transition: all .3s ease;
}

@media only screen and (max-width: 767px) {
  .anybotics-socials.eut-style-2 li a svg {
    width: 30px;
    height: auto;
  }
}
/* =============================================================================
- Anybotics Icon Box
============================================================================= */
.anybotics-iconbox-inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.anybotics-iconbox.anybotics-small-size.anybotics-icon-align-top .anybotics-iconbox-inner {
  align-items: flex-start;
}

.anybotics-iconbox .anybotics-icon-wrapper {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 20%;
  max-width: 20%;
}

.anybotics-iconbox .anybotics-title {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  line-height: 1.2em !important;
}

.anybotics-iconbox.anybotics-normal-size .anybotics-title {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 70%;
  max-width: 70%;
}

.anybotics-iconbox.anybotics-normal-size .anybotics-description {
  margin-top: 6px;
  padding-left: 20%;
  max-width: 90%;
}

.anybotics-iconbox.anybotics-small-size .anybotics-description {
  margin-top: 6px;
  padding-left: 30px;
}

/* Arrow Icon Box */
.anybotics-iconbox.anybotics-arrow-icon .anybotics-icon-wrapper {
  flex-basis: 72px;
  max-width: 72px;
}

.anybotics-iconbox.anybotics-arrow-icon .anybotics-description {
  margin-top: 6px;
  padding-left: 72px;
}

.anybotics-iconbox.anybotics-arrow-icon polygon {
  fill: currentColor;
}

/* Underline Icon Box */
.anybotics-iconbox.anybotics-underline-style .anybotics-icon-wrapper {
  flex-basis: 60px;
  max-width: 60px;
}

.anybotics-iconbox.anybotics-underline-style .anybotics-title {
  flex: 1;
  flex-basis: auto;
  max-width: none;
}

.anybotics-iconbox.anybotics-underline-style .anybotics-description {
  margin-top: 0;
  padding-left: 60px;
}

.anybotics-iconbox.anybotics-underline-style path {
  fill: currentColor;
}

.anybotics-iconbox.anybotics-underline-style .anybotics-line {
  margin: 18px 0 18px 60px;
  display: block;
  height: 1px;
}

/* Only Text Icon Box */
.anybotics-iconbox.anybotics-only-title-style .anybotics-iconbox-inner {
  align-items: flex-start;
}

.anybotics-iconbox.anybotics-only-title-style .anybotics-icon-wrapper {
  flex-basis: 60px;
  max-width: 60px;
}

.anybotics-iconbox.anybotics-only-title-style .anybotics-description {
  margin-top: 0;
  padding-left: 14px;
}

.anybotics-iconbox.anybotics-only-title-style path {
  fill: currentColor;
}

/* Video Icon Box */
.anybotics-iconbox.anybotics-video-player .anybotics-icon-wrapper {
  flex-basis: 58px;
  max-width: 58px;
}

/* Small Icon Box */
.anybotics-iconbox.anybotics-small-size .anybotics-icon-wrapper {
  flex-basis: 30px;
  max-width: 30px;
}

.anybotics-iconbox .anybotics-icon {
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffffff;
}

/* Underline Icon */
.anybotics-iconbox.anybotics-underline-style .anybotics-icon {
  background-color: #000000;
  border-style: solid;
  border-width: 2px;
}

/* Only Text Icon */
.anybotics-iconbox.anybotics-only-title-style .anybotics-icon {
  background-color: #000000;
  border-style: solid;
  border-width: 2px;
}

/* Character Icon */
.anybotics-iconbox.anybotics-character-style .anybotics-iconbox-inner {
  align-items: flex-start;
}

.anybotics-iconbox.anybotics-character-style .anybotics-icon-character {
  position: relative;
  width: 40px;
  text-align: center;
  margin-right: 18px;
}

.anybotics-iconbox.anybotics-character-style .anybotics-icon-character span {
  position: relative;
  color: #ffffff;
  z-index: 3;
}

.anybotics-iconbox.anybotics-character-style .anybotics-icon-character:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #ff524a;
}

/* Video Icon */
.anybotics-iconbox.anybotics-video-player .anybotics-icon {
  width: 46px;
  height: 46px;
}

.anybotics-iconbox.anybotics-video-player .anybotics-icon svg {
  margin-left: 2px;
}

/* Small Icon Box */
.anybotics-iconbox.anybotics-small-size .anybotics-icon {
  width: 18px;
  height: 18px;
}

.anybotics-iconbox.anybotics-small-size .anybotics-icon svg {
  width: 9px;
}

.anybotics-iconbox .anybotics-icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}

.anybotics-iconbox .anybotics-icon.eut-bg-white svg {
  fill: #ff524a;
}

/* Mobile Landscape */
@media only screen and (max-width: 767px) {
  /* Remove <br/> */
  .anybotics-iconbox .anybotics-title br {
    content: ' ';
  }

  .anybotics-iconbox .anybotics-title br:after {
    content: ' ';
  }

  .anybotics-iconbox .anybotics-title {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }

  .anybotics-iconbox .anybotics-description {
    max-width: 100%;
  }

  /* Arrow Icon Box */
  .anybotics-iconbox.anybotics-arrow-icon .anybotics-icon-wrapper {
    flex-basis: 36px;
    max-width: 36px;
  }

  .anybotics-iconbox.anybotics-arrow-icon .anybotics-icon-wrapper svg {
    width: 24px;
    height: auto;
  }

  .anybotics-iconbox.anybotics-arrow-icon .anybotics-description {
    padding-left: 36px;
  }

  /* Underline Icon Box */
  .anybotics-iconbox.anybotics-underline-style .anybotics-description {
    padding-left: 0;
  }

  .anybotics-iconbox.anybotics-underline-style .anybotics-line {
    margin: 18px 0 18px 0px;
  }
}
/* =============================================================================
- Anybotics Icon Boxes Grid
============================================================================= */
.anybotics-iconboxes-grid .anybotics-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-left: -2%;
  margin-bottom: -4%;
}

.anybotics-iconboxes-grid .anybotics-grid-item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 4%;
}

.anybotics-iconboxes-grid .anybotics-item-inner {
  height: 100%;
  padding: 10px;
  border: 1px solid #535F66;
}

.anybotics-iconboxes-grid.anybotics-style-2 .anybotics-item-inner {
  border: none;
}

.anybotics-iconboxes-grid .anybotics-icon {
  margin-bottom: 20px;
}

.anybotics-iconboxes-grid .anybotics-icon img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
}

.anybotics-iconboxes-grid.anybotics-icon-align-left .anybotics-icon img {
  margin: 0 auto 0 0;
}

.anybotics-iconboxes-grid .anybotics-title {
  margin-bottom: 0;
}

.anybotics-iconboxes-grid .anybotics-description {
  color: #989FA3;
}

@media only screen and (max-width: 1200px) {
  .anybotics-iconboxes-grid .anybotics-grid-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
/* =============================================================================
- Anybotics Counter
============================================================================= */
.anybotics-counter .anybotics-number {
  margin-bottom: 0;
  line-height: 1;
}

.anybotics-counter .anybotics-suffix span {
  font-size: 0.400em;
  margin-left: 0.4em;
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 0.03em;
  display: block;
}

.anybotics-counter .anybotics-number,
.anybotics-counter .anybotics-suffix {
  display: inline-block;
  vertical-align: bottom;
}

.anybotics-counter .anybotics-content {
  padding-top: 12px;
}

/* =============================================================================
- Anybotics Testimonial
============================================================================= */
.anybotics-testimonial {
  color: #000000;
  background-color: #ffffff;
  padding: 32px;
}

.anybotics-testimonial-line {
  width: 85px;
  height: 2px;
  margin: 20px 0;
}

.anybotics-testimonial-content {
  max-width: 470px;
}

.anybotics-testimonial-bottom {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.anybotics-testimonial-name {
  margin-bottom: 6px;
}

.eut-testimonial-link {
  margin-top: 18px;
  line-height: 1em !important;
  transition: color .3s ease;
}

/* =============================================================================
- Anybotics Dots Pagination
============================================================================= */
.anybotics-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8px;
}

.anybotics-dots .dot {
  padding: 8px;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background-color: transparent;
  outline: none;
}

.anybotics-dots .dot span {
  width: 8px;
  height: 8px;
  background-color: #DDDFE0;
  display: block;
  border-radius: 100px;
  transition: all .3s ease;
}

.anybotics-dots .dot.active span {
  transform: scale(1.5);
  background-color: #FF524A;
}

.anybotics-dots .dot:not(.active) {
  cursor: pointer;
}

/* =============================================================================
- Anybotics Testimonial Carousel
============================================================================= */
.anybotics-testimonial-carousel {
  text-align: center;
  position: relative;
}

.anybotics-testimonial-carousel .anybotics-carousel-stage-outer {
  overflow: hidden;
}

.anybotics-testimonial-carousel:not(.owl-loaded) .anybotics-testimonial-item:not(:first-child) {
  display: none;
}

.anybotics-testimonial-carousel .anybotics-testimonial-item {
  padding: 6% 10% 4% 10%;
  background-color: #F9F1DC;
  height: 100%;
}

.anybotics-testimonial-carousel .eut-thumbnail-wrapper {
  display: block;
  margin: 0 auto 50px auto;
}

.anybotics-testimonial-carousel .anybotics-testimonial-person {
  margin-top: 50px;
}

.anybotics-testimonial-carousel .anybotics-carousel-stage {
  display: flex;
  flex-direction: row;
}

.anybotics-testimonial-carousel .anybotics-prev-btn,
.anybotics-testimonial-carousel .anybotics-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 30px;
  width: 25px;
  box-sizing: initial;
  z-index: 10;
}

.anybotics-testimonial-carousel .anybotics-prev-btn {
  left: -85px;
}

.anybotics-testimonial-carousel .anybotics-next-btn {
  right: -85px;
}

.anybotics-testimonial-carousel .anybotics-prev-btn svg,
.anybotics-testimonial-carousel .anybotics-next-btn svg {
  display: block;
  fill: #DDDFE0;
  transition: all .3s ease;
}

.anybotics-testimonial-carousel .anybotics-prev-btn:hover svg,
.anybotics-testimonial-carousel .anybotics-next-btn:hover svg {
  fill: #FF524A;
}

.anybotics-testimonial-carousel .anybotics-prev-btn.anybotics-hide,
.anybotics-testimonial-carousel .anybotics-next-btn.anybotics-hide {
  visibility: hidden;
}

.anybotics-testimonial-carousel .anybotics-dots {
  position: absolute;
  left: 0;
  bottom: -34px;
}

/* =============================================================================
- Anybotics Divider
============================================================================= */
.anybotics-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -20px;
}

.anybotics-divider-line {
  width: 2px;
  height: 75px;
  display: block;
}

.anybotics-divider-line.anybotics-size-large {
  height: 120px;
}

.anybotics-divider-number {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
}

.anybotics-divider-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .anybotics-divider-line {
    height: 50px;
  }

  .anybotics-divider-line.anybotics-size-large {
    height: 75px;
  }
}
/* =============================================================================
- Anybotics Image Box
============================================================================= */
.anybotics-image-box {
  display: flex;
  flex-direction: row;
}

.anybotics-image-box.anybotics-image-align-middle {
  align-items: center;
}

.anybotics-image-box .anybotics-image-box-content {
  flex: 1;
}

.anybotics-image-box .anybotics-title:not(:last-child) {
  margin-bottom: 0.500em;
}

.anybotics-image-box .eut-increased-title span {
  font-size: 1.333em;
  line-height: 1.133em;
}

.anybotics-image-box.anybotics-gap-small .anybotics-image-box-content {
  margin-left: 36px;
}

.anybotics-image-box.anybotics-gap-medium .anybotics-image-box-content {
  margin-left: 50px;
}

.anybotics-image-box.anybotics-gap-large .anybotics-image-box-content {
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .anybotics-image-box {
    flex-direction: column;
  }

  .anybotics-image-box.anybotics-image-align-middle {
    align-items: flex-start;
  }

  .anybotics-image-box.anybotics-gap-small .anybotics-image-box-content,
  .anybotics-image-box.anybotics-gap-medium .anybotics-image-box-content,
  .anybotics-image-box.anybotics-gap-large .anybotics-image-box-content {
    margin-left: 0px;
    margin-top: 18px;
  }
}
/* =============================================================================
- Anybotics Image Anchors
============================================================================= */
.anybotics-image-anchors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -12px;
}

.anybotics-image-anchors .anybotics-anchor-item {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  padding: 12px;
}

.anybotics-image-anchors a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 42%;
}

.anybotics-image-anchors.anybotics-image-anchors-small a {
  padding-bottom: 42%;
}

.anybotics-image-anchors.anybotics-image-anchors-medium a {
  padding-bottom: 60%;
}

.anybotics-image-anchors.anybotics-image-anchors-large a {
  padding-bottom: 75%;
}

.anybotics-image-anchors .anybotics-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.anybotics-image-anchors .anybotics-content-inner {
  transform: translateY(50%);
  transition: transform 0.6s cubic-bezier(0.05, 0.3, 0.2, 1);
}

.anybotics-image-anchors .anybotics-title {
  color: #ffffff;
  transform: translateY(-50%);
  transition: transform 0.6s cubic-bezier(0.05, 0.3, 0.2, 1);
}

.anybotics-image-anchors .anybotics-description {
  color: #ffffff;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.05, 0.3, 0.2, 1);
}

.anybotics-image-anchors .anybotics-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #535F66;
  z-index: 3;
  opacity: 0.5;
}

.anybotics-image-anchors img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
}

.anybotics-image-anchors .anybotics-anchor-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all .3s ease;
}

.anybotics-image-anchors a:hover .anybotics-anchor-bg {
  width: calc(100% + 14px);
  height: calc(100% + 14px);
}

.anybotics-image-anchors a:hover .anybotics-content-inner,
.anybotics-image-anchors a:hover .anybotics-title,
.anybotics-image-anchors a:hover .anybotics-description {
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .anybotics-image-anchors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px;
  }

  .anybotics-image-anchors .anybotics-anchor-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 8px;
  }

  .anybotics-image-anchors a {
    padding: 20px !important;
    min-height: 160px;
    display: flex;
    align-items: center;
  }

  .anybotics-image-anchors .anybotics-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0);
  }

  .anybotics-image-anchors .anybotics-content-inner,
  .anybotics-image-anchors .anybotics-title,
  .anybotics-image-anchors .anybotics-description {
    transform: translateY(0);
  }
}
/* =============================================================================
- Anybotics Industry List
============================================================================= */
.anybotics-industry-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.anybotics-industry-list .anybotics-list-content {
  margin-bottom: 50px;
}

.anybotics-industry-list .anybotics-list-title-wrapper {
  display: flex;
  margin: 0 -13px;
}

.anybotics-industry-list .anybotics-list-title-wrapper .anybotics-list-title {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 13px;
}

.anybotics-industry-list .anybotics-list-title {
  margin-bottom: 16px;
}

.anybotics-industry-list .anybotics-list-title span {
  height: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 12px;
}

.anybotics-industry-list .anybotics-list-wrapper {
  display: flex;
  margin: 0 -13px;
}

.anybotics-industry-list .anybotics-list .anybotics-list-1,
.anybotics-industry-list .anybotics-list .anybotics-list-2 {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 13px;
}

.anybotics-industry-list .anybotics-responsive-title {
  display: none;
}

.anybotics-industry-list .anybotics-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anybotics-industry-list .anybotics-list li {
  display: flex;
  flex-direction: row;
  align-items: top;
  line-height: 18px;
}

.anybotics-industry-list .anybotics-list li:not(:last-child) {
  margin-bottom: 16px;
}

.anybotics-industry-list .anybotics-list li span {
  flex: 1;
}

.anybotics-industry-list .anybotics-list-icon {
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-right: 10px;
}

.anybotics-industry-list .anybotics-list-icon svg {
  display: block;
  position: absolute;
  width: 9px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}

@media only screen and (max-width: 767px) {
  .anybotics-industry-list .anybotics-list-title-wrapper {
    display: none;
  }

  .anybotics-industry-list .anybotics-responsive-title {
    display: block;
  }

  .anybotics-industry-list .anybotics-list-wrapper {
    flex-direction: column;
  }

  .anybotics-industry-list .anybotics-list .anybotics-list-1,
  .anybotics-industry-list .anybotics-list .anybotics-list-2 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .anybotics-industry-list .anybotics-list .anybotics-list-2 {
    margin-top: 50px;
  }
}
/* =============================================================================
- Anybotics Collecting Data Grid
============================================================================= */
.anybotics-collecting-data-grid {
  margin: 0 -15px -15px -15px;
  display: flex;
  flex-wrap: wrap;
}

.anybotics-collecting-data-grid .anybotics-grid-item {
  padding: 15px;
  flex-basis: 50%;
  max-width: 50%;
}

.anybotics-collecting-data-grid .anybotics-grid-item .anybotics-item-inner {
  background-color: #101922;
  color: #ffffff;
  padding: 5% 5% 5% 0;
  display: flex;
  height: 100%;
  position: relative;
}

.anybotics-collecting-data-grid .anybotics-grid-item .anybotics-icon {
  flex-basis: 35%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anybotics-collecting-data-grid .anybotics-grid-item .anybotics-item-content {
  flex: 1;
}

.anybotics-collecting-data-grid .anybotics-grid-item .anybotics-item-btn {
  display: inline-block;
  min-width: 22%;
  text-align: center;
  padding: 12px;
  left: 5%;
  bottom: 7%;
  position: absolute;
}

.anybotics-collecting-data-grid .anybotics-grid-item .anybotics-line {
  width: 100%;
  height: 1px;
  margin-bottom: 17px;
}

.anybotics-collecting-data-grid .anybotics-collecting-row {
  width: 100%;
  display: none;
  position: relative;
}

.anybotics-collecting-data-grid .anybotics-collecting-row .anybotics-collecting-row-inner {
  width: 100%;
  min-height: 200px;
  padding: 15px;
}

.anybotics-collecting-data-grid .anybotics-collecting-row .anybotics-close-btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 10;
}

.anybotics-collecting-data-grid .anybotics-collecting-row .anybotics-close-btn svg {
  display: block;
  margin-left: 4px;
}

@media only screen and (max-width: 1200px) {
  .anybotics-collecting-data-grid .anybotics-grid-item .anybotics-item-inner {
    padding: 5%;
    flex-direction: column;
    text-align: center;
  }

  .anybotics-collecting-data-grid .anybotics-grid-item .anybotics-icon {
    margin-bottom: 8px;
    justify-content: center;
    max-width: none;
  }

  .anybotics-collecting-data-grid .anybotics-grid-item .anybotics-item-btn {
    position: static;
  }
}
@media only screen and (max-width: 1023px) {
  .anybotics-collecting-data-grid {
    flex-direction: column;
  }

  .anybotics-collecting-data-grid .anybotics-grid-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* =============================================================================
- Anybotics Facilities
============================================================================= */
.anybotics-facilities {
  display: flex;
  align-items: center;
}

.anybotics-facilities .anybotics-facilities-wrapper {
  flex: 1;
  padding-left: 210px;
  position: relative;
}

.anybotics-facilities .anybotics-first-item {
  max-width: 170px;
}

.anybotics-facilities .anybotics-first-item .anybotics-content {
  padding-top: 18px;
}

.anybotics-facilities .anybotics-first-item .anybotics-title {
  margin-bottom: 3px;
}

.anybotics-facilities .anybotics-lines {
  padding: 0 36px 0 66px;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 50%;
  height: calc(50% + 104px);
  display: flex;
  flex-direction: column;
}

.anybotics-facilities .anybotics-lines:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 36px;
  width: 30px;
  height: 1px;
  background-color: #535F66;
}

.anybotics-facilities .anybotics-lines .anybotics-line-top,
.anybotics-facilities .anybotics-lines .anybotics-line-bottom {
  height: 24px;
  display: flex;
}

.anybotics-facilities .anybotics-lines .anybotics-line-top {
  align-items: flex-end;
}

.anybotics-facilities .anybotics-lines .anybotics-line-bottom {
  align-items: flex-start;
}

.anybotics-facilities .anybotics-lines .anybotics-line-top span,
.anybotics-facilities .anybotics-lines .anybotics-line-bottom span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #535F66;
}

.anybotics-facilities .anybotics-lines .anybotics-line-top span:after,
.anybotics-facilities .anybotics-lines .anybotics-line-bottom span:after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #535F66;
  transform: rotate(45deg);
}

.anybotics-facilities .anybotics-lines .anybotics-line-left {
  flex: 1;
  border-left: 1px solid #535F66;
}

.anybotics-facilities .anybotics-facilities-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-line {
  flex: 1;
  height: 48px;
  padding: 0 36px;
  display: flex;
  align-items: center;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-line span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #535F66;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-line span:after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #535F66;
  transform: rotate(45deg);
}

.anybotics-facilities .anybotics-facilities-row + .anybotics-facilities-row {
  margin-top: 60px;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-item {
  display: flex;
  flex-basis: 35%;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-item .anybotics-content {
  padding-left: 32px;
  max-width: 220px;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-item .anybotics-title {
  margin-bottom: 3px;
}

.anybotics-facilities .anybotics-facilities-row .anybotics-icon img {
  max-width: 48px;
  max-height: 48px;
}

.anybotics-facilities .anybotics-item-btn {
  margin-top: 18px;
  display: inline-block;
  transition: color .3s ease;
}

@media only screen and (max-width: 1200px) {
  .anybotics-facilities .anybotics-facilities-wrapper {
    padding-left: 100px;
  }

  .anybotics-facilities .anybotics-first-item {
    max-width: 150px;
  }

  .anybotics-facilities .anybotics-lines {
    padding: 0 30px;
    width: 100px;
  }

  .anybotics-facilities .anybotics-lines:before {
    left: 0;
  }

  .anybotics-facilities .anybotics-facilities-row .anybotics-item {
    display: flex;
    flex-direction: column;
  }

  .anybotics-facilities .anybotics-facilities-row .anybotics-item .anybotics-content {
    padding-left: 0;
    max-width: none;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .anybotics-facilities {
    flex-direction: column;
    align-items: center;
  }

  .anybotics-facilities .anybotics-facilities-wrapper {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .anybotics-facilities .anybotics-first-item {
    max-width: 55%;
    min-width: 230px;
    text-align: center;
  }

  .anybotics-facilities .anybotics-first-item .anybotics-icon img {
    margin: 0 auto;
  }

  .anybotics-facilities .anybotics-lines {
    padding: 60px 22% 0 22%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    flex-direction: row;
  }

  .anybotics-facilities .anybotics-lines:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1px;
    height: 30px;
  }

  .anybotics-facilities .anybotics-lines .anybotics-line-top,
  .anybotics-facilities .anybotics-lines .anybotics-line-bottom {
    height: 60px;
    display: flex;
  }

  .anybotics-facilities .anybotics-lines .anybotics-line-top span,
  .anybotics-facilities .anybotics-lines .anybotics-line-bottom span {
    width: 1px;
    height: 100%;
  }

  .anybotics-facilities .anybotics-lines .anybotics-line-top span:after,
  .anybotics-facilities .anybotics-lines .anybotics-line-bottom span:after {
    top: calc(100% - 2px);
    right: -2px;
  }

  .anybotics-facilities .anybotics-lines .anybotics-line-left {
    border-left: none;
    border-top: 1px solid #535F66;
  }

  .anybotics-facilities .anybotics-facilities-row {
    flex-direction: column;
    flex-basis: 45%;
  }

  .anybotics-facilities .anybotics-facilities-row .anybotics-line {
    display: none;
  }

  .anybotics-facilities .anybotics-facilities-row + .anybotics-facilities-row {
    margin-top: 0;
  }

  .anybotics-facilities .anybotics-facilities-row .anybotics-item {
    margin-top: 60px;
    text-align: center;
    align-items: center;
  }

  .anybotics-facilities .anybotics-facilities-row .anybotics-item .anybotics-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-facilities .anybotics-facilities-wrapper {
    display: flex;
    flex-direction: column;
  }

  .anybotics-facilities .anybotics-lines {
    display: none;
  }
}
/* =============================================================================
- Anybotics Image Device
============================================================================= */
.anybotics-image-device .anybotics-image-device-inner {
  position: relative;
  margin: 0 12%;
  overflow: hidden;
  padding: 2% 2.3% 1.8% 2.3%;
}

.anybotics-image-device .anybotics-device-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.anybotics-image-device .anybotics-image-wrapper {
  position: relative;
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.05);
  z-index: 3;
}

.anybotics-image-device.anybotics-monitor-slider {
  position: relative;
}

.anybotics-image-device.anybotics-monitor-slider .anybotics-carousel-stage-outer {
  overflow: hidden;
  cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='44px' height='44px' viewBox='0 0 44 44'%3e%3cpolygon points='25.8333015 0 44 21.6142878 25.8441848 44 24.3293536 42.737034 40.7752954 22.5025462 0 22.5033469 0 20.5161917 40.5261093 20.515391 24.3402369 1.28927802'%3e%3c/polygon%3e%3c/svg%3e") 16 16, pointer;
}

.anybotics-image-device.anybotics-monitor-slider .anybotics-carousel-stage {
  display: flex;
  flex-direction: row;
  margin-left: -1px;
}

.anybotics-image-device.anybotics-monitor-slider .anybotics-image-wrapper:not(.owl-loaded) {
  display: flex;
}

.anybotics-image-device.anybotics-monitor-slider .anybotics-image-wrapper:not(.owl-loaded) .anybotics-image-item {
  flex: 1;
}

.anybotics-image-device.anybotics-monitor-slider .anybotics-image-wrapper:not(.owl-loaded) .anybotics-image-item:not(:first-child) {
  display: none;
}

.anybotics-image-device.anybotics-monitor-slider .anybotics-dots {
  position: absolute;
  bottom: -3%;
}

/* =============================================================================
- Anybotics Scrolling 3d bg
============================================================================= */
.anybotics-scrolling-bg-normal {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  min-height: 800vh;
}

.anybotics-scrolling-bg-normal.anybotics-speed-very-fast {
  min-height: 150vh;
}

.anybotics-scrolling-bg-normal.anybotics-speed-fast {
  min-height: 250vh;
}

.anybotics-scrolling-bg-normal.anybotics-speed-slow {
  min-height: 600vh;
}

.anybotics-scrolling-bg-normal:before {
  content: '';
  position: absolute;
  width: 102vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}

.anybotics-scrolling-bg-normal .anybotics-scrolling-bg-inner {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.anybotics-scrolling-bg-normal .anybotics-bg-overlay {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(16, 24, 32, 0.3);
  z-index: 2;
}

.anybotics-scrolling-bg-normal .anybotics-scrolling-bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.anybotics-scrolling-bg-normal .anybotics-content-wrapper {
  max-width: 600px;
}

.anybotics-scrolling-bg-normal .anybotics-scrolling-bg-description {
  max-width: 590px;
  color: currentColor;
}

#anybotics-3d-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
  z-index: 1;
}

.anybotics-scrolling-bg-normal .anybotics-icon-boxes {
  margin-top: 8%;
  max-width: 535px;
}

.anybotics-scrolling-bg-normal .anybotics-icon-boxes-item .anybotics-description {
  color: currentColor;
  flex: 1;
}

.anybotics-scrolling-bg-normal .anybotics-icon-boxes-item {
  display: flex;
}

.anybotics-scrolling-bg-normal .anybotics-icon-boxes-item + .anybotics-icon-boxes-item {
  margin-top: 24px;
}

.anybotics-scrolling-bg-normal .anybotics-icon {
  width: 36px;
  height: 36px;
  background-color: #101922;
  border: 2px solid #FF524A;
  border-radius: 100px;
  position: relative;
  margin-right: 14px;
  margin-top: -8px;
}

.anybotics-scrolling-bg-normal .anybotics-icon svg {
  fill: #E5C874;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #anybotics-3d-bg {
    width: auto;
    height: 100%;
  }
}
/* =============================================================================
- Anybotics Capabilities
============================================================================= */
.anybotics-capabilities {
  overflow: hidden;
}

.anybotics-capabilities-top-area {
  background-color: #ffffff;
  padding: 6% 12% 6% 6%;
  min-height: 210px;
}

.anybotics-capabilities-top-area .anybotics-title-wrapper {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.anybotics-capabilities-top-area .anybotics-capabilities-icon {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 72px;
  max-width: 72px;
}

.anybotics-capabilities-top-area .anybotics-capabilities-icon polygon {
  fill: currentColor;
}

.anybotics-capabilities-top-area .anybotics-title {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  line-height: 1.2em !important;
}

.anybotics-capabilities-top-area .anybotics-description {
  margin-top: 6px;
  padding-left: 72px;
}

.anybotics-capabilities-bottom-area {
  min-height: 515px;
  position: relative;
}

.anybotics-capabilities-bottom-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anybotics-capabilities-bottom-area .anybotics-capabilities-list {
  color: #ffffff;
  background-color: rgba(255, 82, 74, 0.8);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 30px;
  padding: 8% 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform .3s ease;
}

.anybotics-capabilities:hover .anybotics-capabilities-bottom-area .anybotics-capabilities-list {
  transform: translateY(0);
}

.anybotics-capabilities-bottom-area .anybotics-list-item {
  display: flex;
}

.anybotics-capabilities-bottom-area .anybotics-list-content {
  flex: 1;
}

.anybotics-capabilities-bottom-area .anybotics-list-icon {
  width: 27px;
  height: 27px;
  margin-right: 12px;
  background-color: #ffffff;
  border-radius: 100px;
  position: relative;
}

.anybotics-capabilities-bottom-area .anybotics-list-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: auto;
  display: block;
}

.anybotics-capabilities-bottom-area .anybotics-list-icon path {
  fill: currentColor;
}

/* Tablet Landscape */
@media only screen and (max-width: 1200px) {
  .anybotics-capabilities-bottom-area {
    padding-top: 50%;
    min-height: auto;
  }

  .anybotics-capabilities-bottom-area .anybotics-capabilities-list {
    position: relative;
    display: block;
    transform: translateY(0);
  }

  .anybotics-capabilities-bottom-area .anybotics-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 767px) {
  /* Remove <br/> */
  .anybotics-capabilities-top-area .anybotics-title br {
    content: ' ';
  }

  .anybotics-capabilities-top-area .anybotics-title br:after {
    content: ' ';
  }

  .anybotics-capabilities-top-area .anybotics-title {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }

  .anybotics-capabilities-top-area .anybotics-description {
    max-width: 100%;
  }

  /* Arrow Icon Box */
  .anybotics-capabilities-top-area .anybotics-capabilities-icon {
    flex-basis: 36px;
    max-width: 36px;
  }

  .anybotics-capabilities-top-area .anybotics-capabilities-icon svg {
    width: 24px;
    height: auto;
  }

  .anybotics-capabilities-top-area .anybotics-description {
    padding-left: 36px;
  }
}
/* =============================================================================
- Anybotics Timeline Carousel
============================================================================= */
.anybotics-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anybotics-timeline .anybotics-timeline-inner {
  width: 100%;
  max-width: 800px;
}

.anybotics-timeline .anybotics-timeline-carousel-wrapper {
  position: relative;
}

.anybotics-timeline .anybotics-timeline-carousel-wrapper .anybotics-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.anybotics-timeline .anybotics-timeline-carousel-wrapper .anybotics-arrow svg {
  fill: currentColor;
}

.anybotics-timeline .anybotics-timeline-carousel-wrapper .anybotics-arrow.anybotics-prev-btn {
  left: -7%;
}

.anybotics-timeline .anybotics-timeline-carousel-wrapper .anybotics-arrow.anybotics-next-btn {
  right: -7%;
}

.anybotics-timeline .anybotics-timeline-item {
  opacity: 0.25;
  transition: all .5s ease;
  z-index: 1;
  width: 100%;
}

.anybotics-timeline .anybotics-timeline-item.active {
  opacity: 1;
  z-index: 3;
  transform: translateY(30px);
}

.anybotics-timeline .anybotics-timeline-item .anybotics-item-inner {
  margin: 0 -10%;
  padding: 8% 9%;
  height: 100%;
  background-color: #EEEFF0;
  display: flex;
  justify-content: space-between;
}

.anybotics-timeline .anybotics-carousel-stage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.anybotics-timeline .anybotics-content {
  flex-basis: 100%;
  max-width: 340px;
}

.anybotics-timeline .anybotics-image {
  flex-basis: 60%;
  max-width: 430px;
}

.anybotics-timeline .anybotics-content .anybotics-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #535F66;
}

.anybotics-timeline .anybotics-subtitle {
  color: #BABFC2;
}

.anybotics-timeline .anybotics-line-wrapper {
  margin-top: 15%;
  position: relative;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  z-index: 1;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point-wrapper {
  display: flex;
  position: relative;
  z-index: 3;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point {
  flex: 1;
  display: flex;
  justify-content: center;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point:first-child {
  justify-content: flex-start;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point:last-child {
  justify-content: flex-end;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point .anybotics-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: relative;
  background-color: currentColor;
  cursor: pointer;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point .anybotics-bullet span {
  position: absolute;
  left: 50%;
  top: 0%;
  transform-origin: center;
  transform: translate(-50%, 130%) scale(0.7);
  transition: all .3s ease;
  pointer-events: none;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-point.active .anybotics-bullet span {
  transform: translate(-50%, -150%) scale(1);
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-next-btn {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  cursor: pointer;
}

.anybotics-timeline .anybotics-line-wrapper .anybotics-prev-btn {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .anybotics-timeline .anybotics-timeline-carousel-wrapper .anybotics-arrow {
    display: none;
  }

  .anybotics-timeline .anybotics-timeline-inner {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-timeline .anybotics-timeline-item .anybotics-item-inner {
    flex-direction: column;
  }

  .anybotics-timeline .anybotics-content {
    margin-bottom: 30px;
  }

  .anybotics-timeline .anybotics-image {
    flex-basis: 100%;
  }

  .anybotics-timeline .anybotics-timeline-inner {
    max-width: 80%;
  }

  .anybotics-timeline .anybotics-timeline-item .anybotics-item-inner {
    margin: 0 -5%;
  }

  .anybotics-timeline .anybotics-line-wrapper {
    margin-top: 90px;
  }
}
/* =============================================================================
- Anybotics Benefits
============================================================================= */
.anybotics-benefits {
  position: relative;
  padding: 4% 17% 4% 6%;
  border: 1px solid #C4C4C4;
  cursor: pointer;
}

.anybotics-benefits .anybotics-content {
  display: none;
}

.anybotics-benefits svg {
  display: block;
  position: absolute;
  bottom: 24px;
  right: 4%;
  fill: #FF524A;
  transform: scale(-1);
  transition: transform .3s ease;
}

.anybotics-benefits.active svg {
  transform: scale(1);
}

/* =============================================================================
- Anybotics Stories Slider
============================================================================= */
.anybotics-stories {
  overflow: hidden;
}

.anybotics-stories .anybotics-item-inner {
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-top: 3%;
}

.anybotics-stories .anybotics-slider-stage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.anybotics-stories .anybotics-title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 3;
}

.anybotics-stories .anybotics-content {
  flex-basis: 40%;
  max-width: 560px;
  padding-right: 30px;
  padding-bottom: 5%;
  position: relative;
  z-index: 2;
}

.anybotics-stories .anybotics-content .anybotics-subtitle {
  font-weight: 700;
}

.anybotics-stories .anybotics-images {
  flex-basis: 60%;
  display: flex;
  column-gap: 18px;
  position: relative;
  z-index: 1;
}

.anybotics-stories .anybotics-images .anybotics-left-area,
.anybotics-stories .anybotics-images .anybotics-right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 18px;
}

.anybotics-stories .anybotics-images .anybotics-image {
  background-size: cover;
  background-position: center;
}

.anybotics-stories .anybotics-images .anybotics-image-1 {
  width: 140%;
  position: relative;
}

.anybotics-stories .anybotics-images .anybotics-image-1 .anybotics-image {
  padding-bottom: 80%;
}

.anybotics-stories .anybotics-images .anybotics-image-2 {
  width: 100%;
  position: relative;
}

.anybotics-stories .anybotics-images .anybotics-image-2 .anybotics-image {
  padding-bottom: 54%;
}

.anybotics-stories .anybotics-images .anybotics-image-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.anybotics-stories .anybotics-images .anybotics-image-3 .anybotics-image {
  height: 100%;
}

.anybotics-stories .anybotics-arrows {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.anybotics-stories .anybotics-arrow {
  margin: 0 30px;
  cursor: pointer;
}

.anybotics-stories .anybotics-arrows svg {
  width: 55px;
  height: auto;
  display: block;
  fill: currentColor;
}

@media only screen and (max-width: 1023px) {
  .anybotics-stories .anybotics-item-inner {
    display: block;
  }

  .anybotics-stories .anybotics-title-wrapper {
    position: relative;
    width: auto;
  }

  .anybotics-stories .anybotics-content {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .anybotics-stories .anybotics-images {
    flex-basis: 100%;
    display: flex;
    column-gap: 18px;
    position: relative;
    z-index: 1;
  }

  .anybotics-stories .anybotics-images .anybotics-image-1 {
    width: 100%;
  }

  .anybotics-stories .anybotics-images .anybotics-image-2,
  .anybotics-stories .anybotics-images .anybotics-image-3,
  .anybotics-stories .anybotics-images .anybotics-right-area {
    display: none;
  }
}
/* =============================================================================
- Anybotics Core Values
============================================================================= */
.anybotics-core-values .anybotics-core-spacer {
  padding-bottom: 20px;
}

.anybotics-core-values .anybotics-core-values-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anybotics-core-values .anybotics-core-values-box,
.anybotics-core-values .anybotics-core-values-center-graphic {
  /*flex-basis: 33.333333%;*/
  flex: 1;
  position: relative;
}

.anybotics-core-values .anybotics-core-values-box .eut-thumbnail-wrapper {
  margin-bottom: 30px;
}

.anybotics-core-values .anybotics-core-values-box .anybotics-responsive-image {
  display: none;
}

.anybotics-core-values .anybotics-core-values-box {
  display: flex;
  flex-direction: column;
}

.anybotics-core-values .anybotics-core-values-box.anybotics-core-values-left {
  align-items: flex-end;
}

.anybotics-core-values .anybotics-core-values-top,
.anybotics-core-values .anybotics-core-values-bottom {
  padding-left: 40%;
}

.anybotics-core-values .anybotics-core-values-box .anybotics-description {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .anybotics-core-values .anybotics-core-values-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .anybotics-core-values .anybotics-core-values-center-graphic {
    display: none;
  }

  .anybotics-core-values .anybotics-core-values-top,
  .anybotics-core-values .anybotics-core-values-bottom {
    padding-left: 0;
  }

  .anybotics-core-values .anybotics-core-values-box .anybotics-inner > img {
    display: none;
  }

  .anybotics-core-values .anybotics-core-values-box .anybotics-responsive-image {
    display: block;
  }

  .anybotics-core-values .anybotics-core-values-box:not(.anybotics-core-values-top) {
    margin-top: 60px;
  }

  .anybotics-core-values .anybotics-core-values-box.anybotics-core-values-left {
    align-items: normal;
  }
}
/* =============================================================================
- Anybotics List Links
============================================================================= */
.anybotics-list-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 13px;
  line-height: 1.5;
}

.anybotics-list-links ul li:not(:last-child) {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid;
}

.anybotics-list-links ul li,
.anybotics-list-links ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .3s ease;
}

.anybotics-list-links ul li .anybotics-list-icon {
  width: 22px;
}

.anybotics-list-links ul li .anybotics-list-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.eut-align-center .anybotics-list-links ul {
  justify-content: center;
}

.eut-align-left .anybotics-list-links ul {
  justify-content: flex-start;
}

.eut-align-right .anybotics-list-links ul {
  justify-content: flex-end;
}

/* Tablet (landscape) ----------- */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .eut-column.eut-tablet-align-left .anybotics-list-links ul {
    justify-content: flex-start;
  }

  .eut-column.eut-tablet-align-right .anybotics-list-links ul {
    justify-content: flex-end;
  }

  .eut-column.eut-tablet-align-center .anybotics-list-links ul {
    justify-content: center;
  }
}
/* Tablet (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .eut-column.eut-tablet-sm-align-left .anybotics-list-links ul {
    justify-content: flex-start;
  }

  .eut-column.eut-tablet-sm-align-right .anybotics-list-links ul {
    justify-content: flex-end;
  }

  .eut-column.eut-tablet-sm-align-center .anybotics-list-links ul {
    justify-content: center;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {
  .eut-column.eut-mobile-align-left .anybotics-list-links ul {
    justify-content: flex-start;
  }

  .eut-column.eut-mobile-align-right .anybotics-list-links ul {
    justify-content: flex-end;
  }

  .eut-column.eut-mobile-align-center .anybotics-list-links ul {
    justify-content: center;
  }

  .anybotics-list-links ul {
    font-size: 11px !important;
  }
}
/* =============================================================================
- Anybotics Menu Element
============================================================================= */
.anybotics-menu-element ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.anybotics-menu-element ul a {
  transition: color .3s ease;
}

/* =============================================================================
- Anybotics Image Box Link
============================================================================= */
.anybotics-image-box-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.anybotics-image-box-link.anybotics-layout-1 .anybotics-image-box-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  justify-content: space-between;
}
.anybotics-image-box-link.anybotics-layout-1 .anybotics-title {
  margin-bottom: 10px;
}
.anybotics-image-box-link.anybotics-layout-1 .anybotics-link-arrow {
  margin-top: 20px;
  align-self: flex-end;
  fill: #FF524A;
}
.anybotics-image-box-link.anybotics-layout-1 .anybotics-link-text {
  margin-top: 30px;
  align-self: flex-end;
  color: #FF524A;
}
.anybotics-image-box-link.anybotics-layout-2 {
  padding-bottom: 112%;
}
.anybotics-image-box-link.anybotics-layout-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anybotics-image-box-link.anybotics-layout-2 .anybotics-image-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: rgba(16, 24, 32, 0.75);
  height: 110px;
}
.anybotics-image-box-link.anybotics-layout-2 .anybotics-inner-content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
}
.anybotics-image-box-link.anybotics-layout-2 .anybotics-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.anybotics-image-box-link.anybotics-layout-2.anybotics-with-text .anybotics-image-box-content {
  height: 180px;
}

/* =============================================================================
- Anybotics Heights
============================================================================= */
.anybotics-h-30 {
  height: 30px;
}

.anybotics-h-50 {
  height: 50px;
}

.anybotics-h-80 {
  height: 80px;
}

.anybotics-h-100 {
  height: 100px;
}

.anybotics-h-150 {
  height: 150px;
}

/* Tablet Portait */
@media only screen and (max-width: 1200px) {
  .anybotics-h-30 {
    height: 25px;
  }

  .anybotics-h-50 {
    height: 35px;
  }

  .anybotics-h-80 {
    height: 60px;
  }

  .anybotics-h-100 {
    height: 70px;
  }

  .anybotics-h-150 {
    height: 120px;
  }
}
/* Mobidle Size */
@media only screen and (max-width: 767px) {
  .anybotics-h-30 {
    height: 15px;
  }

  .anybotics-h-50 {
    height: 25px;
  }

  .anybotics-h-80 {
    height: 40px;
  }

  .anybotics-h-100 {
    height: 60px;
  }

  .anybotics-h-150 {
    height: 80px;
  }
}
/* =============================================================================
- Anybotics Margins - Paddings
============================================================================= */
/* Margin Top */
.anybotics-mt-30 {
  margin-top: 30px;
}

.anybotics-mt-50 {
  margin-top: 50px;
}

.anybotics-mt-80 {
  margin-top: 80px;
}

.anybotics-mt-100 {
  margin-top: 100px;
}

.anybotics-mt-150 {
  margin-top: 150px;
}

/* Margin Bottom */
.anybotics-mb-30 {
  margin-bottom: 30px;
}

.anybotics-mb-50 {
  margin-bottom: 50px;
}

.anybotics-mb-80 {
  margin-bottom: 80px;
}

.anybotics-mb-100 {
  margin-bottom: 100px;
}

.anybotics-mb-150 {
  margin-bottom: 150px;
}

/* Padding */
.anybotics-p-30 {
  padding: 30px;
}

.anybotics-p-50 {
  padding: 50px;
}

.anybotics-p-80 {
  padding: 80px;
}

.anybotics-p-100 {
  padding: 100px;
}

.anybotics-p-150 {
  padding: 150px;
}

/* Padding Top */
.anybotics-pt-30 {
  padding-top: 30px;
}

.anybotics-pt-50 {
  padding-top: 50px;
}

.anybotics-pt-80 {
  padding-top: 80px;
}

.anybotics-pt-100 {
  padding-top: 100px;
}

.anybotics-pt-150 {
  padding-top: 150px;
}

/* Padding Bottom */
.anybotics-pb-30 {
  padding-bottom: 30px;
}

.anybotics-pb-50 {
  padding-bottom: 50px;
}

.anybotics-pb-80 {
  padding-bottom: 80px;
}

.anybotics-pb-100 {
  padding-bottom: 100px;
}

.anybotics-pb-150 {
  padding-bottom: 150px;
}

/* Tablet Portait */
@media only screen and (max-width: 1023px) {
  /* Margin Top */
  .anybotics-mt-30 {
    margin-top: 25px;
  }

  .anybotics-mt-50 {
    margin-top: 35px;
  }

  .anybotics-mt-80 {
    margin-top: 60px;
  }

  .anybotics-mt-100 {
    margin-top: 70px;
  }

  .anybotics-mt-150 {
    margin-top: 120px;
  }

  /* Margin Bottom */
  .anybotics-mb-30 {
    margin-bottom: 25px;
  }

  .anybotics-mb-50 {
    margin-bottom: 35px;
  }

  .anybotics-mb-80 {
    margin-bottom: 60px;
  }

  .anybotics-mb-100 {
    margin-bottom: 70px;
  }

  .anybotics-mb-150 {
    margin-bottom: 120px;
  }

  /* Padding */
  .anybotics-p-30 {
    padding: 25px;
  }

  .anybotics-p-50 {
    padding: 35px;
  }

  .anybotics-p-80 {
    padding: 60px;
  }

  .anybotics-p-100 {
    padding: 70px;
  }

  .anybotics-p-150 {
    padding: 120px;
  }

  /* Padding Top */
  .anybotics-pt-30 {
    padding-top: 25px;
  }

  .anybotics-pt-50 {
    padding-top: 35px;
  }

  .anybotics-pt-80 {
    padding-top: 60px;
  }

  .anybotics-pt-100 {
    padding-top: 70px;
  }

  .anybotics-pt-150 {
    padding-top: 120px;
  }

  /* Padding Bottom */
  .anybotics-pb-30 {
    padding-bottom: 25px;
  }

  .anybotics-pb-50 {
    padding-bottom: 35px;
  }

  .anybotics-pb-80 {
    padding-bottom: 60px;
  }

  .anybotics-pb-100 {
    padding-bottom: 70px;
  }

  .anybotics-pb-150 {
    padding-bottom: 120px;
  }
}
/* Mobidle Size */
@media only screen and (max-width: 767px) {
  /* Margin Top */
  .anybotics-mt-30 {
    margin-top: 15px;
  }

  .anybotics-mt-50 {
    margin-top: 25px;
  }

  .anybotics-mt-80 {
    margin-top: 40px;
  }

  .anybotics-mt-100 {
    margin-top: 60px;
  }

  .anybotics-mt-150 {
    margin-top: 80px;
  }

  /* Margin Bottom */
  .anybotics-mb-30 {
    margin-bottom: 15px;
  }

  .anybotics-mb-50 {
    margin-bottom: 25px;
  }

  .anybotics-mb-80 {
    margin-bottom: 40px;
  }

  .anybotics-mb-100 {
    margin-bottom: 60px;
  }

  .anybotics-mb-150 {
    margin-bottom: 80px;
  }

  /* Padding */
  .anybotics-p-30 {
    padding: 15px;
  }

  .anybotics-p-50 {
    padding: 25px;
  }

  .anybotics-p-80 {
    padding: 40px;
  }

  .anybotics-p-100 {
    padding: 60px;
  }

  .anybotics-p-150 {
    padding: 80px;
  }

  /* Padding Top */
  .anybotics-pt-30 {
    padding-top: 15px;
  }

  .anybotics-pt-50 {
    padding-top: 25px;
  }

  .anybotics-pt-80 {
    padding-top: 40px;
  }

  .anybotics-pt-100 {
    padding-top: 60px;
  }

  .anybotics-pt-150 {
    padding-top: 80px;
  }

  /* Padding Bottom */
  .anybotics-pb-30 {
    padding-bottom: 15px;
  }

  .anybotics-pb-50 {
    padding-bottom: 25px;
  }

  .anybotics-pb-80 {
    padding-bottom: 40px;
  }

  .anybotics-pb-100 {
    padding-bottom: 60px;
  }

  .anybotics-pb-150 {
    padding-bottom: 80px;
  }
}
/* =============================================================================
- Anybotics Features
============================================================================= */
.anybotics-features {
  position: relative;
  /* Tablet Portait */
  /* Mobidle Size */
}
.anybotics-features .anybotics-content:before, .anybotics-features .anybotics-content:after {
  display: table;
  content: " ";
}
.anybotics-features .anybotics-content:after {
  clear: both;
}
.anybotics-features .anybotics-description,
.anybotics-features .anybotics-content-list {
  float: left;
  width: 36%;
}
.anybotics-features .anybotics-media,
.anybotics-features .anybotics-feature-bottom {
  float: right;
  width: 58.5%;
  padding-left: 15px;
}
.anybotics-features .anybotics-content-list {
  display: flex;
  gap: 24px;
}
.anybotics-features .anybotics-content-list span {
  display: block;
  margin-bottom: 24px;
}
.anybotics-features .anybotics-content-list span:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-bottom: 8px;
}
.anybotics-features .anybotics-clear {
  display: none;
}
.anybotics-features .anybotics-title span:after {
  content: '';
  width: 200px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-top: 15px;
}
.anybotics-features .anybotics-buttons-wrapper {
  display: flex;
  gap: 24px;
}
.anybotics-features .anybotics-buttons-wrapper .anybotics-feature-btn {
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 17px;
  border-width: 2px;
  border-style: solid;
  border-color: #FF5246;
  background-color: transparent;
  transition: all .3s ease;
  color: #FF5246;
}
.anybotics-features .anybotics-buttons-wrapper .anybotics-feature-btn svg {
  display: block;
  height: 18px;
  width: auto;
  fill: currentColor;
  align-self: flex-end;
}
.anybotics-features .anybotics-buttons-wrapper .anybotics-feature-btn .anybotics-btn-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.anybotics-features .anybotics-buttons-wrapper .anybotics-feature-btn .anybotics-btn-title {
  margin-bottom: 0;
  color: inherit;
}
.anybotics-features .anybotics-buttons-wrapper .anybotics-feature-btn:hover {
  background-color: #FF5246;
  color: #ffffff !important;
}
.anybotics-features .anybotics-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.anybotics-features .anybotics-partners .anybotics-item {
  display: flex;
  align-items: center;
}
.anybotics-features .anybotics-partners img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .anybotics-features .anybotics-clear {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .anybotics-features .anybotics-content {
    display: flex;
    flex-direction: column;
  }
  .anybotics-features .anybotics-description,
  .anybotics-features .anybotics-content-list,
  .anybotics-features .anybotics-media,
  .anybotics-features .anybotics-feature-bottom {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .anybotics-features .anybotics-media {
    margin-bottom: 40px;
  }
  .anybotics-features .anybotics-buttons-wrapper .anybotics-feature-btn {
    flex-direction: column;
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-features .anybotics-content-list-wrapper .anybotics-content-list {
    flex-direction: column;
    gap: 0;
  }
  .anybotics-features .anybotics-title br {
    content: '';
  }
  .anybotics-features .anybotics-title br:after {
    content: "";
  }
}

/* =============================================================================
- Anybotics Hero Title
============================================================================= */
.anybotics-hero-title {
  min-height: 100vh;
  min-height: calc( 100vh - 90px);
  display: flex;
  align-items: flex-end;
  padding-bottom: 75px;
}
.anybotics-hero-title .eut-bg-video {
  height: 110%;
  top: -5%;
}

.anybotics-hero-title .anybotics-content {
  position: relative;
  z-index: 3;
}

.anybotics-hero-title .eut-background-wrapper {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.anybotics-hero-title .eut-background-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(16, 24, 32, 0.8) 30%, rgba(16, 24, 32, 0) 70%);
}

.anybotics-hero-title .anybotics-content {
  width: 70%;
  position: relative;
  z-index: 4;
}

.anybotics-hero-title .anybotics-title {
  margin-bottom: 30px;
}

.anybotics-hero-title .anybotics-btn-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 24px;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-left-top .eut-bg-image {
  background-position: left top;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-left-center .eut-bg-image {
  background-position: left center;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-left-bottom .eut-bg-image {
  background-position: left bottom;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-center-top .eut-bg-image {
  background-position: center top;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-center-center .eut-bg-image {
  background-position: center center;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-center-bottom .eut-bg-image {
  background-position: center bottom;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-right-top .eut-bg-image {
  background-position: right top;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-right-center .eut-bg-image {
  background-position: right center;
}

.anybotics-hero-title.anybotics-hero-bg-desktop-right-bottom .eut-bg-image {
  background-position: right bottom;
}

/* Tablet Landscape */
@media only screen and (max-width: 1200px) {
  .anybotics-hero-title .anybotics-content {
    width: 100%;
  }

  .anybotics-hero-title .anybotics-description br {
    content: "";
  }

  .anybotics-hero-title .anybotics-description br:after {
    content: "";
  }
}
/* Tablet Portait */
@media only screen and (max-width: 1023px) {
  .anybotics-hero-title .anybotics-title {
    margin-bottom: 0;
  }

  .anybotics-hero-title .anybotics-content {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .anybotics-hero-title .anybotics-title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .anybotics-hero-title .anybotics-btn-wrapper {
    text-align: center;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-left-top .eut-bg-image {
    background-position: left top;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-left-center .eut-bg-image {
    background-position: left center;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-left-bottom .eut-bg-image {
    background-position: left bottom;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-center-top .eut-bg-image {
    background-position: center top;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-center-center .eut-bg-image {
    background-position: center center;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-center-bottom .eut-bg-image {
    background-position: center bottom;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-right-top .eut-bg-image {
    background-position: right top;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-right-center .eut-bg-image {
    background-position: right center;
  }

  .anybotics-hero-title.anybotics-hero-bg-tablet-right-bottom .eut-bg-image {
    background-position: right bottom;
  }
}
/* Mobidle Size */
@media only screen and (max-width: 767px) {
  .anybotics-hero-title .anybotics-description-wrapper .anybotics-btn {
    align-self: center;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-left-top .eut-bg-image {
    background-position: left top;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-left-center .eut-bg-image {
    background-position: left center;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-left-bottom .eut-bg-image {
    background-position: left bottom;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-center-top .eut-bg-image {
    background-position: center top;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-center-center .eut-bg-image {
    background-position: center center;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-center-bottom .eut-bg-image {
    background-position: center bottom;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-right-top .eut-bg-image {
    background-position: right top;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-right-center .eut-bg-image {
    background-position: right center;
  }

  .anybotics-hero-title.anybotics-hero-bg-mobile-right-bottom .eut-bg-image {
    background-position: right bottom;
  }
}
/* =============================================================================
- Anybotics Single Testimonial
============================================================================= */
.anybotics-single-testimonial {
  display: flex;
}

.anybotics-single-testimonial .anybotics-person {
  flex-basis: 41.666666%;
  max-width: 41.666666%;
  display: flex;
  justify-content: center;
  padding: 0 1.875rem;
}

.anybotics-single-testimonial .anybotics-person .eut-thumbnail-wrapper {
  max-width: 300px;
}

.anybotics-single-testimonial .anybotics-content {
  flex: 1;
}

.anybotics-single-testimonial .anybotics-content .anybotics-description {
  position: relative;
}

.anybotics-single-testimonial .anybotics-content .anybotics-description:before {
  content: '"';
  position: absolute;
  top: 0.2em;
  left: -0.4em;
  font-size: 2.5em;
  font-weight: 300;
  color: #ff524a;
}

.anybotics-single-testimonial .anybotics-content .anybotics-meta {
  display: flex;
  text-transform: uppercase;
  margin-top: 2.500rem;
}

.anybotics-single-testimonial .anybotics-content .anybotics-testimonial-logo {
  margin-top: 3.125rem;
}

/* Mobidle Size */
@media only screen and (max-width: 767px) {
  .anybotics-single-testimonial {
    flex-direction: column;
  }

  .anybotics-single-testimonial .anybotics-person {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .anybotics-single-testimonial .anybotics-person .eut-thumbnail-wrapper {
    max-width: 120px;
  }

  .anybotics-single-testimonial .anybotics-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1.000em;
  }

  .anybotics-single-testimonial .anybotics-content .anybotics-testimonial-logo {
    width: 100px;
    margin-top: 30px;
  }

  .anybotics-single-testimonial .anybotics-content .anybotics-meta {
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
  }
}
/* =============================================================================
- Anybotics Callout
============================================================================= */
.anybotics-callout {
  overflow: hidden;
  /* Tablet Landscape */
  /* Tablet Portait */
}
.anybotics-callout .anybotics-content {
  position: relative;
  min-height: 520px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 54px 42px 54px;
}
.anybotics-callout .anybotics-title {
  margin-bottom: 50px;
}
.anybotics-callout .anybotics-title span {
  background-color: #ff524a;
  color: #ffffff;
  padding: 1px 9px 0px 9px;
}
.anybotics-callout .anybotics-subtitle {
  margin-bottom: 20px;
}
.anybotics-callout .anybotics-description {
  max-width: 27%;
  min-width: 270px;
}
.anybotics-callout .anybotics-link-arrow {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.anybotics-callout .anybotics-link-arrow svg {
  display: block;
  width: 22px;
  height: auto;
  fill: currentColor;
}
.anybotics-callout.anybotics-layout-2 {
  background-color: #101820;
}
.anybotics-callout.anybotics-layout-2 .anybotics-callout-img {
  pointer-events: none;
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 1150px;
}
.anybotics-callout.anybotics-layout-2 .anybotics-callout-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .anybotics-callout .anybotics-description br {
    content: '';
  }
  .anybotics-callout .anybotics-description br:after {
    content: "";
  }
}
@media only screen and (max-width: 1023px) {
  .anybotics-callout .anybotics-title {
    margin-bottom: 0;
  }
  .anybotics-callout .anybotics-title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .anybotics-callout .anybotics-description {
    max-width: none;
    min-width: auto;
  }
  .anybotics-callout .anybotics-btn-wrapper {
    text-align: center;
  }
  .anybotics-callout.anybotics-layout-2 .anybotics-content {
    min-height: auto;
  }
  .anybotics-callout.anybotics-layout-2 .anybotics-callout-img {
    pointer-events: none;
    position: relative;
    top: 0px;
    right: 0;
  }
}

/* =============================================================================
- Anybotics Video on Hover
============================================================================= */
.anybotics-video-hover {
  position: relative;
  overflow: hidden;
}
.anybotics-video-hover.anybotics-item-landscape {
  padding-bottom: 56.25%;
}
.anybotics-video-hover.anybotics-item-portrait {
  padding-bottom: 138%;
}
.anybotics-video-hover.anybotics-item-landscape-alt {
  padding-bottom: 68%;
}
.anybotics-video-hover .anybotics-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.anybotics-video-hover .eut-thumbnail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.anybotics-video-hover .anybotics-video-on-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .5s ease;
}
.anybotics-video-hover .anybotics-video-on-hover.show {
  opacity: 1;
}
.anybotics-video-hover .anybotics-title {
  position: absolute;
  left: 4%;
  bottom: 10%;
  z-index: 4;
  margin-bottom: 0;
}
.anybotics-video-hover .anybotics-title span {
  background-color: #ffffff;
  padding: 1.5px 3px 0px 3px;
  white-space: nowrap;
}

/* =============================================================================
- Anybotics Video
============================================================================= */
.anybotics-video-element .anybotics-video {
  width: 100%;
}

.anybotics-video-wrapper {
  position: relative;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-text-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color: #ffffff;
  border: 1px solid #FF524A;
  padding: 6px 12px 6px 16px;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-text-btn i {
  font-size: 10px;
  margin-right: 7px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.anybotics-video-wrapper .anybotics-play-video-btn.anybotics-icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  background-color: #FF524A;
}

.anybotics-video-wrapper .anybotics-play-video-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.anybotics-video-wrapper .anybotics-play-video-btn.show {
  opacity: 1;
  visibility: visible;
}

.anybotics-video-with-poster .anybotics-yt-video {
  display: none;
}

/* Device Video */
.anybotics-video-element.anybotics-video-with-monitor .anybotics-video-wrapper {
  position: relative;
  padding: 2% 2.3% 1.8% 2.3%;
  margin: 0 12%;
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.anybotics-video-element.anybotics-video-with-monitor .anybotics-device-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.anybotics-video-element.anybotics-video-with-monitor .anybotics-video {
  position: relative;
  z-index: 3;
}

.anybotics-video-element.anybotics-video-with-monitor .anybotics-video-wrapper .anybotics-play-video-btn {
  bottom: 50px;
  right: 60px;
}

/* =============================================================================
- Anybotics Column List
============================================================================= */
.anybotics-column-list {
  display: flex;
  gap: 24px;
  /* Tablet Portait */
}
.anybotics-column-list span {
  display: block;
}
.anybotics-column-list span:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-bottom: 8px;
}
.anybotics-column-list .anybotics-content-list-left,
.anybotics-column-list .anybotics-content-list-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .anybotics-column-list {
    flex-direction: column;
  }
}

/* =============================================================================
- Anybotics Scrolling 3d bg Alt
============================================================================= */
.anybotics-scrolling-bg-alt {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  min-height: 800vh;
}
.anybotics-scrolling-bg-alt.anybotics-speed-very-fast {
  min-height: 150vh;
}
.anybotics-scrolling-bg-alt.anybotics-speed-fast {
  min-height: 250vh;
}
.anybotics-scrolling-bg-alt.anybotics-speed-slow {
  min-height: 600vh;
}
.anybotics-scrolling-bg-alt:before {
  content: '';
  position: absolute;
  width: 102vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}
.anybotics-scrolling-bg-alt .anybotics-scrolling-bg-inner {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.anybotics-scrolling-bg-alt .anybotics-bg-overlay {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(16, 24, 32, 0.3);
  z-index: 2;
}
.anybotics-scrolling-bg-alt .anybotics-content-wrapper {
  display: flex;
  flex-direction: column;
}
.anybotics-scrolling-bg-alt .anybotics-scrolling-bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.anybotics-scrolling-bg-alt .anybotics-text-wrapper {
  max-width: 600px;
}
.anybotics-scrolling-bg-alt .anybotics-scrolling-bg-title {
  margin-bottom: 0;
}
.anybotics-scrolling-bg-alt .anybotics-scrolling-bg-title span:after {
  content: '';
  width: 200px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-top: 15px;
}
.anybotics-scrolling-bg-alt .anybotics-scrolling-bg-description {
  max-width: 385px;
  color: currentColor;
}
.anybotics-scrolling-bg-alt .anybotics-content-list {
  max-width: 520px;
  color: currentColor;
  align-self: flex-end;
  display: flex;
  gap: 24px;
  /* Tablet Portait */
}
.anybotics-scrolling-bg-alt .anybotics-content-list span {
  display: block;
}
.anybotics-scrolling-bg-alt .anybotics-content-list span:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-bottom: 8px;
}
.anybotics-scrolling-bg-alt .anybotics-content-list .anybotics-content-list-left,
.anybotics-scrolling-bg-alt .anybotics-content-list .anybotics-content-list-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .anybotics-scrolling-bg-alt .anybotics-content-list {
    flex-direction: column;
    align-self: flex-start;
  }
}

#anybotics-3d-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #anybotics-3d-bg {
    width: auto;
    height: 100%;
  }
}
/* =============================================================================
- Anybotics Media Box
============================================================================= */
.anybotics-media-box {
  display: flex;
  background-color: #eeeff0;
  /* Tablet Portait */
  /* Mobidle Size */
}
.anybotics-media-box .anybotics-media,
.anybotics-media-box .anybotics-content {
  flex-basis: 50%;
  max-width: 50%;
}
.anybotics-media-box .anybotics-media .anybotics-media-inner {
  position: relative;
  height: 100%;
}
.anybotics-media-box .anybotics-media .anybotics-media-inner img,
.anybotics-media-box .anybotics-media .anybotics-media-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.anybotics-media-box .anybotics-media .anybotics-video-hover {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.anybotics-media-box .anybotics-content {
  display: flex;
  flex-direction: column;
}
.anybotics-media-box .anybotics-content-list {
  display: flex;
  gap: 24px;
}
.anybotics-media-box .anybotics-content-list .anybotics-content-list-left,
.anybotics-media-box .anybotics-content-list .anybotics-content-list-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.anybotics-media-box .anybotics-content-list span {
  display: block;
}
.anybotics-media-box .anybotics-content-list span:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-bottom: 8px;
}
.anybotics-media-box .anybotics-media-box-link {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .anybotics-media-box {
    flex-direction: column;
  }
  .anybotics-media-box .anybotics-media,
  .anybotics-media-box .anybotics-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .anybotics-media-box .anybotics-media .anybotics-media-inner {
    min-height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-media-box .anybotics-media .anybotics-media-inner {
    min-height: 360px;
  }
  .anybotics-media-box .anybotics-content-list {
    flex-direction: column;
  }
  .anybotics-media-box .anybotics-title br,
  .anybotics-media-box .anybotics-description br {
    content: '';
  }
  .anybotics-media-box .anybotics-title br:after,
  .anybotics-media-box .anybotics-description br:after {
    content: "";
  }
}

.anybotics-media-box--- {
  position: relative;
  /* Tablet Portait */
  /* Mobidle Size */
}
.anybotics-media-box--- .anybotics-content:before, .anybotics-media-box--- .anybotics-content:after {
  display: table;
  content: " ";
}
.anybotics-media-box--- .anybotics-content:after {
  clear: both;
}
.anybotics-media-box--- .anybotics-description,
.anybotics-media-box--- .anybotics-content-list {
  float: left;
  width: 36%;
}
.anybotics-media-box--- .anybotics-media,
.anybotics-media-box--- .anybotics-feature-bottom {
  float: right;
  width: 64%;
  padding-left: 48px;
}
.anybotics-media-box--- .anybotics-clear {
  display: none;
}
.anybotics-media-box--- .anybotics-title span:after {
  content: '';
  width: 200px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-top: 15px;
}
.anybotics-media-box--- .anybotics-buttons-wrapper {
  display: flex;
  gap: 24px;
}
.anybotics-media-box--- .anybotics-buttons-wrapper .anybotics-feature-btn {
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 17px;
  border-width: 2px;
  border-style: solid;
  border-color: #FF5246;
  background-color: transparent;
  transition: all .3s ease;
  color: #FF5246;
}
.anybotics-media-box--- .anybotics-buttons-wrapper .anybotics-feature-btn svg {
  display: block;
  height: 18px;
  width: auto;
  fill: currentColor;
  align-self: flex-end;
}
.anybotics-media-box--- .anybotics-buttons-wrapper .anybotics-feature-btn .anybotics-btn-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.anybotics-media-box--- .anybotics-buttons-wrapper .anybotics-feature-btn .anybotics-btn-title {
  margin-bottom: 0;
  color: inherit;
}
.anybotics-media-box--- .anybotics-buttons-wrapper .anybotics-feature-btn:hover {
  background-color: #FF5246;
  color: #ffffff !important;
}
.anybotics-media-box--- .anybotics-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.anybotics-media-box--- .anybotics-partners .anybotics-item {
  display: flex;
  align-items: center;
}
.anybotics-media-box--- .anybotics-partners img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .anybotics-media-box--- .anybotics-clear {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .anybotics-media-box--- .anybotics-content {
    display: flex;
    flex-direction: column;
  }
  .anybotics-media-box--- .anybotics-description,
  .anybotics-media-box--- .anybotics-content-list,
  .anybotics-media-box--- .anybotics-media,
  .anybotics-media-box--- .anybotics-feature-bottom {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .anybotics-media-box--- .anybotics-media {
    margin-bottom: 40px;
  }
  .anybotics-media-box--- .anybotics-buttons-wrapper .anybotics-feature-btn {
    flex-direction: column;
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-media-box--- .anybotics-content-list-wrapper .anybotics-content-list {
    flex-direction: column;
    gap: 0;
  }
  .anybotics-media-box--- .anybotics-title br {
    content: '';
  }
  .anybotics-media-box--- .anybotics-title br:after {
    content: "";
  }
}

/* =============================================================================
- Anybotics Callout Vertical
============================================================================= */
.anybotics-callout-vertical {
  position: relative;
  color: #ffffff;
  background-color: #101820;
  overflow: hidden;
  height: 100%;
  /* Tablet Landscape */
  /* Mobidle Size */
}
.anybotics-callout-vertical .anybotics-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 90% 7% 160px 7%;
  height: 100%;
}
.anybotics-callout-vertical .anybotics-title {
  background-color: #FF524A;
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 50px;
}
.anybotics-callout-vertical .anybotics-subtitle {
  margin-bottom: 30px;
}
.anybotics-callout-vertical .anybotics-text {
  max-width: 395px;
}
.anybotics-callout-vertical .anybotics-callout-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.anybotics-callout-vertical .anybotics-callout-img img {
  width: 100%;
  height: auto;
  display: block;
}
.anybotics-callout-vertical .anybotics-link-arrow {
  position: absolute;
  bottom: 36px;
  left: 7%;
}
.anybotics-callout-vertical .anybotics-link-arrow svg {
  display: block;
  width: 22px;
  height: auto;
  fill: currentColor;
}
.anybotics-callout-vertical .anybotics-content-list {
  display: flex;
  gap: 90px;
}
.anybotics-callout-vertical .anybotics-content-list .anybotics-content-list-left,
.anybotics-callout-vertical .anybotics-content-list .anybotics-content-list-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.anybotics-callout-vertical .anybotics-content-list span {
  display: block;
}
.anybotics-callout-vertical .anybotics-content-list span:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #FF524A;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .anybotics-callout-vertical .anybotics-description br {
    content: '';
  }
  .anybotics-callout-vertical .anybotics-description br:after {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-callout-vertical .anybotics-content {
    padding-bottom: 100px;
  }
  .anybotics-callout-vertical .anybotics-content-list {
    flex-direction: column;
    gap: 24px;
  }
  .anybotics-callout-vertical .anybotics-title br {
    content: '';
  }
  .anybotics-callout-vertical .anybotics-title br:after {
    content: "";
  }
}

/* =============================================================================
- Anybotics ANYmal Features
============================================================================= */
.anybotics-anymal-features {
  /* Tablet Landscape */
  /* Tablet Portait */
  /* Mobidle Size */
  /* Tablet (portrait) ----------- */
  /* Smartphones (landscape) ----------- */
}
.anybotics-anymal-features .anybotics-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: top right;
}
.anybotics-anymal-features .anybotics-content {
  width: 50%;
  padding: 60px 60px 90px 60px;
  position: relative;
  z-index: 3;
  background-color: rgba(16, 24, 32, 0.75);
}
.anybotics-anymal-features .anybotics-content .anybotics-description {
  max-width: 520px;
}
.anybotics-anymal-features .anybotics-content-list {
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 90px;
  grid-template-columns: repeat(2, 1fr);
}
.anybotics-anymal-features .anybotics-content-list .eut-list-title {
  margin-bottom: 20px;
}
.anybotics-anymal-features .anybotics-tablet-bg,
.anybotics-anymal-features .anybotics-mobile-bg {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .anybotics-anymal-features .anybotics-content {
    padding: 60px 40px 90px 40px;
  }
  .anybotics-anymal-features .anybotics-content-list {
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .anybotics-anymal-features .anybotics-content-list .eut-list-title {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .anybotics-anymal-features {
    padding-bottom: 100%;
  }
  .anybotics-anymal-features .anybotics-content {
    width: 100%;
  }
  .anybotics-anymal-features .anybotics-content-list {
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-anymal-features {
    padding-bottom: 0;
  }
  .anybotics-anymal-features .anybotics-content {
    padding: 54px 36px;
    background-color: #101820;
  }
  .anybotics-anymal-features .anybotics-content-list {
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .anybotics-anymal-features .anybotics-background-image {
    position: relative;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .anybotics-anymal-features .anybotics-tablet-bg {
    display: block;
    background-position: top left;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-anymal-features .anybotics-mobile-bg {
    display: block;
  }
  .anybotics-anymal-features .anybotics-background-image:not(.anybotics-mobile-bg) {
    display: none;
  }
}

/* =============================================================================
- Anybotics Sensor Box
============================================================================= */
.anybotics-sensor-box {
  display: flex;
  flex-direction: column;
  background-color: #EEEFF0;
  height: 100%;
}
.anybotics-sensor-box .anybotics-box-content {
  display: flex;
  flex-direction: column;
  padding: 46px;
  height: 100%;
  justify-content: space-between;
}
.anybotics-sensor-box .anybotics-box-content .anybotics-title {
  margin-bottom: 22px;
}
.anybotics-sensor-box .anybotics-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: flex-end;
}
.anybotics-sensor-box .anybotics-partners .anybotics-item {
  display: flex;
  align-items: center;
}
.anybotics-sensor-box .anybotics-partners img {
  max-width: 100%;
  display: block;
}

/* =============================================================================
- Anybotics Industries Alt
============================================================================= */
.anybotics-industries-alt {
  position: relative;
  background-color: #101820;
}
.anybotics-industries-alt .anybotics-industries-alt-images {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
}
.anybotics-industries-alt .anybotics-industries-alt-images:after {
  content: '';
  background: linear-gradient(90deg, rgba(16, 24, 32, 0.8) 15.01%, rgba(16, 24, 32, 0.72) 25.76%, rgba(16, 24, 32, 0.48) 43.47%, rgba(16, 24, 32, 0) 66.21%);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.anybotics-industries-alt .anybotics-industries-alt-images .anybotics-industries-alt-image {
  flex: 1;
  position: relative;
  background-position: center;
  background-size: cover;
}
.anybotics-industries-alt .anybotics-industries-alt-images .anybotics-industries-alt-image.anybotics-image-1 {
  flex: 2;
  background-position: right;
}
.anybotics-industries-alt .anybotics-industries-alt-content {
  position: relative;
  z-index: 3;
  max-width: 450px;
  width: 40%;
}
.anybotics-industries-alt .anybotics-industries-alt-content .anybotics-inner-content {
  padding: 60px;
}
.anybotics-industries-alt .anybotics-industries-alt-content .anybotics-title {
  background-color: #FF524A;
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 50px;
}
.anybotics-industries-alt .anybotics-industries-alt-content .anybotics-subtitle {
  margin-bottom: 36px;
}
.anybotics-industries-alt .anybotics-industries-alt-content .anybotics-description {
  margin-bottom: 60px;
}
.anybotics-industries-alt .anybotics-industries-alt-content .anybotics-link-arrow {
  display: block;
  width: 24px;
  height: auto;
  fill: #FF524A;
}
@media only screen and (max-width: 767px) {
  .anybotics-industries-alt .anybotics-industries-alt-images {
    position: relative;
    height: 300px;
    margin-top: -150px;
  }
  .anybotics-industries-alt .anybotics-industries-alt-images:after {
    content: '';
    background: linear-gradient(180deg, #101820 23.93%, rgba(16, 24, 32, 0) 76.18%);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .anybotics-industries-alt .anybotics-industries-alt-images .anybotics-industries-alt-image.anybotics-image-1 {
    flex: 1;
    background-position: -220px;
  }
  .anybotics-industries-alt .anybotics-industries-alt-content {
    width: 100%;
  }
  .anybotics-industries-alt .anybotics-industries-alt-content .anybotics-inner-content {
    padding: 30px;
  }
  .anybotics-industries-alt .anybotics-industries-alt-content .anybotics-subtitle {
    margin-bottom: 24px;
  }
  .anybotics-industries-alt .anybotics-industries-alt-content .anybotics-description {
    margin-bottom: 24px;
  }
  .anybotics-industries-alt .anybotics-industries-alt-content .anybotics-link-arrow {
    width: 18px;
  }
}

/* =============================================================================
- Anybotics Step Iconboxes
============================================================================= */
.anybotics-step-iconboxes {
  display: flex;
  background-color: #EEEFF0;
  /* Tablet Portait */
  /* Mobidle Size */
}
.anybotics-step-iconboxes .anybotics-item {
  flex: 1;
  padding: 60px 36px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.anybotics-step-iconboxes .anybotics-item .anybotics-icon {
  max-width: 115px;
  width: 100%;
  display: block;
}
.anybotics-step-iconboxes .anybotics-item .anybotics-title {
  margin-bottom: 8px;
}
.anybotics-step-iconboxes .anybotics-item .anybotics-item-content {
  flex: 1;
}
.anybotics-step-iconboxes .anybotics-arrow {
  width: 90px;
  width: 6.5%;
}
.anybotics-step-iconboxes .anybotics-arrow svg {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .anybotics-step-iconboxes .anybotics-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .anybotics-step-iconboxes .anybotics-item .anybotics-icon {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-step-iconboxes {
    flex-direction: column;
  }
  .anybotics-step-iconboxes .anybotics-item {
    flex-direction: row;
    align-items: center;
    padding: 30px;
  }
  .anybotics-step-iconboxes .anybotics-arrow {
    background-color: #ffffff;
    height: 2px;
    width: 100%;
  }
  .anybotics-step-iconboxes .anybotics-arrow svg {
    display: none;
  }
}

/* =============================================================================
- Anybotics Single Accordion
============================================================================= */
.anybotics-single-accordion .anybotics-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.anybotics-single-accordion .anybotics-title-wrapper .anybotics-title {
  margin-bottom: 0;
}
.anybotics-single-accordion .anybotics-title-wrapper svg {
  display: block;
  fill: #FF524A;
  transition: transform .3s ease;
}
.anybotics-single-accordion .anybotics-title-wrapper.open svg {
  transform: rotate(180deg);
}
.anybotics-single-accordion .anybotics-content {
  display: none;
  padding-top: 12px;
}

/* =============================================================================
- Anybotics Partner Map
============================================================================= */
.anybotics-partner-map {
  padding: 60px 0 30px 0;
  /* Tablet Portait */
}
.anybotics-partner-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: linear-gradient(246.43deg, #EEEFF4 25.67%, #F3F4F8 50.66%, #EEEFF3 77.49%);
  transform: translateX(-50%);
  z-index: -1;
}
.anybotics-partner-map .anybotics-description {
  max-width: 650px;
}
.anybotics-partner-map .anybotics-partner-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.anybotics-partner-map .anybotics-partner-map-wrapper {
  position: relative;
  flex: 1;
  max-width: 1030px;
}
.anybotics-partner-map .anybotics-label {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #757F85;
  display: flex;
  align-items: center;
  gap: 50px;
}
.anybotics-partner-map .anybotics-label span {
  max-width: 240px;
}
.anybotics-partner-map .anybotics-label svg {
  display: block;
  fill: currentColor;
}
.anybotics-partner-map .anybotics-label-responsive {
  display: none;
}
.anybotics-partner-map .anybotics-map-graphic img {
  display: block;
  width: 100%;
  height: auto;
}
.anybotics-partner-map .anybotics-partner-point-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 3%;
}
.anybotics-partner-map .anybotics-partner-point-link svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #FF524A;
  transition: fill .3s ease;
}
.anybotics-partner-map .anybotics-partner-point-link svg.anybotics-marker {
  filter: drop-shadow(-2px -2px 4px rgba(0, 0, 0, 0.25));
}
.anybotics-partner-map .anybotics-partner-point-link:hover svg {
  fill: #000000;
}
.anybotics-partner-map .anybotics-partner-item-wrapper {
  flex-basis: 24%;
  max-width: 325px;
  min-width: 250px;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-item {
  position: relative;
  background-color: #ffffff;
  padding: 20% 15% 15% 15%;
  display: flex;
  flex-direction: column;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-close {
  display: none;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #FF524A;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-item-premium .anybotics-partner-close {
  top: 34px;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-image {
  margin-bottom: 50px;
  text-align: center;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-title {
  margin-bottom: 24px;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-desc {
  margin-bottom: 60px;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-region {
  font-weight: 700;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-sector {
  margin-bottom: 30px;
}
.anybotics-partner-map .anybotics-partner-item-wrapper .anybotics-partner-premium {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #E5C974;
  color: #ffffff;
  padding: 4px;
  width: 100%;
  text-align: center;
}
.anybotics-partner-map .anybotics-partner-responsive-item-wrapper {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .anybotics-partner-map .anybotics-partner-inner {
    flex-direction: column;
  }
  .anybotics-partner-map .anybotics-partner-map-wrapper {
    max-width: none;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper {
    flex-basis: 100%;
    max-width: none;
    min-width: 250px;
    width: 100%;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-item {
    background-color: #ffffff;
    padding: 50px;
    display: flex;
    gap: 75px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-image {
    margin-bottom: 0px;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-title {
    margin-bottom: 18px;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-desc {
    margin-bottom: 0px;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-sector {
    margin-bottom: 24px;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-image {
    max-width: 155px;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-meta {
    flex: 1;
  }
  .anybotics-partner-map .anybotics-partner-item-wrapper.anybotics-partner-desctop-wrapper .anybotics-partner-content {
    max-width: 300px;
  }
  .anybotics-partner-map .anybotics-label {
    display: none;
  }
  .anybotics-partner-map .anybotics-label-responsive {
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #757F85;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .anybotics-partner-map .anybotics-label-responsive span {
    max-width: 290px;
  }
  .anybotics-partner-map .anybotics-label-responsive svg {
    display: block;
    fill: currentColor;
  }
}
@media only screen and (max-width: 980px) {
  .anybotics-partner-map .anybotics-partner-map-wrapper {
    pointer-events: none;
  }
  .anybotics-partner-map .anybotics-partner-desctop-wrapper {
    display: none;
  }
  .anybotics-partner-map .anybotics-partner-responsive-item-wrapper {
    display: block;
    margin-top: 30px;
  }
  .anybotics-partner-map .anybotics-partner-responsive-item-wrapper .anybotics-partner-close {
    display: block;
  }
  .anybotics-partner-map .anybotics-partner-responsive-item-wrapper .anybotics-partner-title-link {
    display: block;
    margin-bottom: 30px;
  }
  .anybotics-partner-map .anybotics-partner-responsive-item-wrapper .anybotics-partner-item-wrapper {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .anybotics-partner-map .anybotics-label-responsive {
    position: static;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
  .anybotics-partner-map .anybotics-label-responsive span {
    max-width: 190px;
  }
  .anybotics-partner-map .anybotics-label-responsive svg {
    display: block;
    fill: currentColor;
  }
}

/* =============================================================================
- Anybotics Single Partner
============================================================================= */
.anybotics-single-partner {
  padding: 40px 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  /* Mobidle Size */
}
.anybotics-single-partner .anybotics-partner-content {
  flex: 1;
}
.anybotics-single-partner .anybotics-partner-link {
  margin-top: 24px;
  display: inline-block;
}
.anybotics-single-partner .anybotics-partner-logo {
  flex-basis: 130px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .anybotics-single-partner {
    flex-direction: column;
  }
  .anybotics-single-partner .anybotics-partner-logo {
    flex-basis: auto;
    width: 100%;
  }
  .anybotics-single-partner .anybotics-partner-logo .eut-thumbnail-wrapper {
    margin: 0 auto;
  }
}

/* =============================================================================
- Side Iconboxes
============================================================================= */
.anybotics-side-iconboxes {
  /* Tablet Portait */
  /* Mobidle Size */
}
.anybotics-side-iconboxes .anybotics-wrapper {
  display: flex;
  column-gap: 2%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.anybotics-side-iconboxes .anybotics-item {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 10%;
  max-width: 375px;
}
.anybotics-side-iconboxes .anybotics-title {
  margin-bottom: 8px;
}
.anybotics-side-iconboxes .anybotics-content-wrapper {
  flex: 1;
  min-width: 180px;
}
@media only screen and (max-width: 1023px) {
  .anybotics-side-iconboxes .anybotics-item {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-side-iconboxes .anybotics-wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .anybotics-side-iconboxes .anybotics-item {
    flex-direction: row;
    column-gap: 10%;
    align-items: center;
    text-align: left;
  }
}

/* =============================================================================
- Anymals Data
============================================================================= */
.anybotics-anymals-data .anybotics-anymals-data-content {
  max-width: 660px;
}
.anybotics-anymals-data .anybotics-anymals-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.anybotics-anymals-data .anybotics-item .anybotics-title {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
  justify-content: flex-end;
  flex-basis: 60%;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-item {
  flex: 1;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-item .anybotics-item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-item .anybotics-item-inner .anybotics-icon {
  position: absolute;
  bottom: 90%;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line span:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: -2px;
  left: 0;
  border-radius: 10px;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line span:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: -2px;
  right: 0;
  border-radius: 10px;
}
.anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line:last-child span:after {
  display: none;
}
.anybotics-anymals-data .anybotics-vertical-wrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item {
  display: flex;
  align-items: center;
  column-gap: 25px;
  position: relative;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item:not(:first-child):not(:last-child):before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #000000;
  top: 0;
  left: 0;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item:first-child:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 1px;
  background-color: #000000;
  top: 50%;
  left: 0;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item:last-child:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 1px;
  background-color: #000000;
  bottom: 50%;
  left: 0;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-line span:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  top: -2px;
  right: 0;
  border-radius: 10px;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item-inner {
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item-inner .anybotics-icon {
  flex-basis: 100px;
}
.anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item-inner .anybotics-content-wrapper {
  flex: 1;
}
.anybotics-anymals-data .anybotics-line {
  width: 6vw;
  max-width: 100px;
  min-width: 25px;
  display: flex;
  align-items: center;
}
.anybotics-anymals-data .anybotics-line span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media only screen and (max-width: 1023px) {
  .anybotics-anymals-data .anybotics-horizontal-wrapper {
    column-gap: 15px;
  }
  .anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item {
    column-gap: 15px;
  }
  .anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item-inner .anybotics-icon {
    flex-basis: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-anymals-data .anybotics-anymals-data-wrapper {
    flex-direction: column;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-content-wrapper {
    text-align: center;
    max-width: 200px;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-item .anybotics-item-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 0;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-item .anybotics-item-inner .anybotics-icon {
    position: relative;
    bottom: auto;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-direction: column;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line span {
    width: 1px;
    height: 100px;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line span:before {
    top: 0;
    left: -2px;
  }
  .anybotics-anymals-data .anybotics-horizontal-wrapper .anybotics-line span:after {
    top: auto;
    right: auto;
    left: -2px;
    bottom: 0;
  }
  .anybotics-anymals-data .anybotics-vertical-wrapper {
    padding-top: 60px;
    position: relative;
    margin-top: -1px;
  }
  .anybotics-anymals-data .anybotics-vertical-wrapper:before {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
  }
  .anybotics-anymals-data .anybotics-vertical-wrapper .anybotics-item:first-child:before {
    height: calc(100% + 60px);
    top: auto;
    bottom: 0;
  }
}

/* =============================================================================
- Anybotics Robotic Inspection
============================================================================= */
.anybotics-robotic-inspection {
  height: 100%;
}
.anybotics-robotic-inspection .anybotics-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
}
.anybotics-robotic-inspection .anybotics-content-inner {
  padding: 6% 8% 73% 8%;
  flex-basis: 100%;
}
.anybotics-robotic-inspection .anybotics-content-inner .anybotics-description {
  max-width: 385px;
}
.anybotics-robotic-inspection .anybotics-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(109.01deg, #000000 12.59%, rgba(0, 0, 0, 0) 44.11%);
}
.anybotics-robotic-inspection .anybotics-column-list-wrapper {
  flex-basis: 100%;
  max-width: 565px;
  margin: 0 5% 5% 5%;
  align-self: flex-end;
}
.anybotics-robotic-inspection .anybotics-column-list-wrapper .anybotics-column-list {
  padding: 40px 32px;
  color: #ffffff;
  background-color: rgba(16, 24, 32, 0.6);
}

/* =============================================================================
- Anybotics Industry Bookmark Alt
============================================================================= */
.anybotics-industry-bookmark-alt {
  padding-bottom: 53.78%;
  position: relative;
}
.anybotics-industry-bookmark-alt .anybotics-content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  bottom: 36px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  justify-content: space-between;
}
.anybotics-industry-bookmark-alt .anybotics-overlay {
  background: linear-gradient(90deg, rgba(16, 24, 32, 0.8) -33.6%, rgba(16, 24, 32, 0.72) -6.66%, rgba(16, 24, 32, 0.48) 21.29%, rgba(16, 24, 32, 0) 55.94%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anybotics-industry-bookmark-alt .anybotics-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.anybotics-industry-bookmark-alt .anybotics-text-wrapper .anybotics-description {
  font-weight: 400;
}
.anybotics-industry-bookmark-alt .anybotics-title {
  padding: 4px 8px;
  margin-bottom: 0;
}
.anybotics-industry-bookmark-alt .anybotics-logos-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .anybotics-industry-bookmark-alt {
    padding-bottom: 0;
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .anybotics-industry-bookmark-alt {
    padding-bottom: 53.78%;
  }
}
