/* Global Styles */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 1em;
  line-height: 1.4;
}

/* Heading Sizes (Desktop First) */
h1,
.h1 {
  font-size: 56px;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 32px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 600;
}

/* Paragraph */
p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1em;
}

/* Bold Text */
b,
strong {
  font-weight: 800;
}

/* Heading Sizes (Desktop First) */
h1 strong,
.h1 strong,
h1 b,
.h1 b,
h2 strong,
.h2 strong,
h2 b,
.h2 b,
h3 strong,
.h3 strong,
h3 b,
.h3 b,
h4 strong,
.h4 strong,
h4 b,
.h4 b,
h5 strong,
.h5 strong,
h5 b,
.h5 b,
h6 strong,
.h6 strong,
h6 b,
.h6 b {
  font-weight: 800;
}

/* Small Text */
.small,
small {
  font-size: 14px;
}

/* Responsive Scaling */
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }
}

img.lazy {
  filter: blur(4px);
  transition: filter 0.4s ease;
}

img:not(.lazy) {
  filter: none;
}

.modal-content.loading * {
  opacity: 0;
}

.modal-content.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url('../img/loading.svg') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 10;
}

ul:not(.list-group):not(.navbar-nav):not(.pagination),
ol:not(.list-group):not(.navbar-nav):not(.pagination),
dl {
  margin: 0 0 1.5em;
  padding-left: 0;
  list-style: none;
}

ul:not(.list-group):not(.navbar-nav):not(.pagination) li {
  position: relative;
}

ul:not(.list-group):not(.navbar-nav):not(.pagination) li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background-color: #6a768f;
}

ul:not(.list-group):not(.navbar-nav):not(.pagination) li,
ol:not(.list-group):not(.navbar-nav):not(.pagination) li {
  margin-bottom: 0.5em;
  padding-left: 2rem;
}


/* Definition List */
dl {
  border-left: 4px solid #2E86DE;
  padding-left: 1em;
}

dt {
  font-weight: 600;
  margin-top: 1em;
  color: #111;
}

dd {
  margin: 0 0 1em 1em;
  color: #555;
}

ul.checkmark {
  list-style: none;
  padding-left: 0;
}

ul.checkmark li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

ul.checkmark li::before {
  content: "✔";
  position: absolute;
  left: 0;
  font-weight: 600;
}











@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}


main {
  position: relative;
  min-height: calc(100vh - 90px);
  overflow: hidden;
}

.window-overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(237, 237, 237, 0.9);
  opacity: 0;
  z-index: 1000;
  transition: all 0.7s ease;
  pointer-events: none;
}

body.window-overlay-show .window-overlay {
  opacity: 1;
  pointer-events: all;
}



#us_header {
  position: relative;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
  flex-direction: column;
  z-index: 998;
}

body.navbar-show .navbar {
  z-index: 1001;
}

.navbar .container {
  position: relative;
}

.navbar-brand {
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}

body.navbar-show .navbar-brand {
  opacity: 0.1;
}

.navbar-brand img {
  width: 115px;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  z-index: 2;
}

.navbar-toggler svg {
  width: 30px;
  fill: rgb(133 133 133);
  transition: all 0.3s ease;
}

.us_header_invert .navbar-toggler svg {
  fill: rgb(155 155 155);
}

.navbar-toggler:hover svg {
  fill: #0a58ca;
}

.navbar-collapse {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  transition: all 0.7s ease;
  z-index: 1050;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}

body.navbar-show .navbar-collapse {
  opacity: 1;
  pointer-events: all;
}

.navbar-collapse ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.navbar-collapse ul .nav-link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding: 0.8rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.navbar-collapse ul .nav-link:hover {
  color: #0a58ca;
}

.navbar-collapse .menu-item.current-menu-item .nav-link {
  color: #0a58ca;
}

.navbar-close {
  padding: 0.5rem;
  font-size: 32px;
  color: #000000;
  width: 54px;
  margin: 30px 0 32px 0;
}

.navbar.navbar-expanded {
  background-color: #fff;
  min-height: 100vh;
  align-items: start;
}

.navbar-nav {
  text-align: center;
  margin-top: 2rem;
  align-items: center;
}

.navbar-nav .nav-link {
  font-weight: 600;
  padding: 0.6rem 2rem;
}

.navbar-nav .nav-link:hover {
  color: #0a58ca;
}

.gtranslate_wrapper {
  margin-right: 2rem;
  line-height: 1;
}

.gtranslate_wrapper .gt_switcher-popup.glink {
  position: relative;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: 28px;
  height: 28px;
  z-index: 1;
}

.gtranslate_wrapper .gt_switcher-popup.glink img,
.gtranslate_wrapper .gt_switcher-popup.glink span {
  display: none;
}

.gtranslate_wrapper .gt_switcher-popup.glink::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(../img/globe.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  margin: -2px 0 0 -2px;
  transition: all 0.3s ease;
}

.us_header_invert .gtranslate_wrapper .gt_switcher-popup.glink::before {
  background-image: url(../img/globe-invert.svg);
  opacity: 0.5;
}

.gtranslate_wrapper .gt_switcher-popup.glink:hover::before {
  opacity: 0.8;
}

.gtranslate_wrapper .gt_switcher-popup.glink::after {
  content: attr(data-lang);
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  padding: 2px 4px;
  position: absolute;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  right: -10px;
  transition: all 0.3s ease;
}

.us_header_invert .gtranslate_wrapper .gt_switcher-popup.glink::after {
  color: #000000;
  background-color: #ffffff;
}

.gtranslate_wrapper .gt_switcher-popup.glink:hover::after {
  background-color: #0a58ca;
}

.us_header_invert .gtranslate_wrapper .gt_switcher-popup.glink:hover::after {
  color: #ffffff;
}

.gt_black_overlay {
  background-color: rgba(237, 237, 237, 0.9) !important;
  opacity: 1 !important;
}


.page_header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 74px;
  height: 200px;
  margin-bottom: 0;
}

.page_header_invert.page_header {
  z-index: 2;
}

h1.page-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.page_header.page_header_invert h1.page-title {
  color: #ffffff;
}

.page_body {
  margin-top: 240px;
}

.page_body figure {
  margin-bottom: 0;
}

.page_body .h1,
.page_body .h2,
.page_body .h3,
.page_body .h4,
.page_body .h5,
.page_body .h6,
.page_body h1,
.page_body h2,
.page_body h3,
.page_body h4,
.page_body h5,
.page_body h6 {
  /* margin-bottom: 1rem; */
}



.home_hero {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body.gt_switcher_overlay .home_hero {
  z-index: 1;
}

.home_hero_item {
  position: absolute;
  cursor: pointer;
  z-index: 998;
}

.home_hero_item:hover {
  z-index: 999;
}

.home_hero_item_wrap {
  fill: transparent;
}

.home_hero_item_border {
  fill: none;
  stroke: #707070;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.home_hero_item_pentagon {
  fill: #e8e8e9;
}

.home_hero_item_icon {
  fill: #3f4042;
}

.home_hero_item {
  transition: all 0.7s ease;
}

#home_hero_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.home_hero_item_place {
  fill: transparent;
}

.home_hero_hover_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(237, 237, 237, 0.9);
  pointer-events: none;
  z-index: 998;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.7s ease;
  padding-top: 100px;
}

.home_hero_hover_overlay .container {
  position: relative;
}

.home_hero_hover_overlay.home_hero_hover_overlay_show {
  opacity: 1;
}

.hero_hover_content {
  transition: all 0.7s ease;
}

.hero_hover_content h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero_hover_content p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}


#home_hero_unicornbox,
#home_hero_about,
#home_hero_workflow,
#home_hero_usc,
#home_hero_fink,
#home_hero_orbit,
#home_hero_contact {
  opacity: 0;
}

#home_hero_unicornbox {
  transform: rotate(20deg);
}

#home_hero_about {
  transform: rotate(20deg);
}

#home_hero_workflow {
  transform: rotate(20deg);
}

#home_hero_usc {
  transform: rotate(-18deg);
}

#home_hero_fink {
  transform: rotate(18deg);
}

#home_hero_orbit {
  transform: rotate(-35deg);
}

#home_hero_contact {
  transform: rotate(5deg);
}

#home_hero_unicornbox:hover .home_hero_item_border {
  stroke: #ffffff;
}

#home_hero_about:hover .home_hero_item_border {
  stroke: #ffffff;
}

#home_hero_workflow:hover .home_hero_item_border {
  stroke: #ffffff;
}

#home_hero_usc:hover .home_hero_item_border {
  stroke: #ffffff;
}

#home_hero_fink:hover .home_hero_item_border {
  stroke: #ffffff;
}

#home_hero_orbit:hover .home_hero_item_border {
  stroke: #ffffff;
}

.home_hero_hover_overlay.home_hero_hover_overlay_show #home_hero_fink_content {
  transform: translate3d(0, 0, 0);
}

.home_hero_hover_overlay.home_hero_hover_overlay_show #home_hero_usc_content {
  transform: translate3d(0, 0, 0);
}

.home_hero_hover_overlay.home_hero_hover_overlay_show #home_hero_workflow_content {
  transform: translate3d(0, 0, 0);
}

.home_hero_hover_overlay.home_hero_hover_overlay_show #home_hero_about_content {
  transform: translate3d(0, 0, 0);
}

.home_hero_hover_overlay.home_hero_hover_overlay_show #home_hero_unicornbox_content {
  transform: translate3d(0, 0, 0);
}

.home_hero_hover_overlay.home_hero_hover_overlay_show #home_hero_orbit_content {
  transform: translate3d(0, 0, 0);
}



#home_hero_unicornbox_logotext {
  fill: #435da9;
  opacity: 0;
}

#home_hero_unicornbox_icon,
#home_hero_unicornbox_icon_b,
#home_hero_unicornbox_icon_o,
#home_hero_unicornbox_icon_x,
#home_hero_unicornbox_logotext {
  transition: all 0.7s ease;
}

#home_hero_unicornbox_content {
  position: absolute;
  width: 500px;
  left: 0%;
  top: 50%;
  margin-top: -190px;
  transform: translate3d(200px, 0, 0);
}

#home_hero_unicornbox_content h4 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

#home_hero_unicornbox_content h4 img {
  margin-right: 0.5rem;
  margin-top: -3px;
}

#home_hero_unicornbox_image {
  opacity: 0;
  transition: all 0.7s ease;
}

#home_hero_unicornbox #home_hero_unicornbox_icon_b {
  fill: #242425;
}

#home_hero_unicornbox #home_hero_unicornbox_icon_o {
  fill: #4b4b4d;
}

#home_hero_unicornbox #home_hero_unicornbox_icon_x {
  fill: #6f6f70;
}

#home_hero_unicornbox:hover {
  transform: scale(3.2) rotate(0) !important;
  left: 60% !important;
  top: 35% !important;
}

#home_hero_unicornbox:hover .home_hero_item_pentagon {
  fill: #ffffff;
}

#home_hero_unicornbox:hover #home_hero_unicornbox_logotext {
  opacity: 1;
}

#home_hero_unicornbox:hover #home_hero_unicornbox_icon {
  transform: scale(0.38) translate3d(247px, 323px, 0);
}

#home_hero_unicornbox:hover #home_hero_unicornbox_icon_b {
  fill: #129bd2;
}

#home_hero_unicornbox:hover #home_hero_unicornbox_icon_o {
  fill: #5fba4e;
}

#home_hero_unicornbox:hover #home_hero_unicornbox_icon_x {
  fill: #9fcb3a;
}

#home_hero_unicornbox:hover #home_hero_unicornbox_image {
  opacity: 1;
}



#home_hero_about .home_hero_item_pentagon {
  transition: all 0.7s ease;
}

#home_hero_about #home_hero_about_icon {
  transition: all 0.7s ease;
}

#home_hero_about #home_hero_about_logo {
  opacity: 0;
  transition: all 0.7s ease;
}

#home_hero_about:hover {
  transform: scale(8) rotate(0) !important;
  right: 55% !important;
  top: 45% !important;
}

#home_hero_about_content {
  position: absolute;
  width: 500px;
  left: 55%;
  top: 50%;
  margin-top: -180px;
  transform: translate3d(-200px, 0, 0);
}

#home_hero_about:hover .home_hero_item_pentagon {
  fill: #ffffff;
}

#home_hero_about:hover #home_hero_about_icon {
  opacity: 0;
}

#home_hero_about:hover #home_hero_about_logo {
  opacity: 1;
}




#home_hero_workflow_icon,
#home_hero_workflow #home_hero_workflow_icon_rect1,
#home_hero_workflow #home_hero_workflow_icon_rect2,
#home_hero_workflow #home_hero_workflow_icon_rect3,
#home_hero_workflow #home_hero_workflow_icon_ellipse,
#home_hero_workflow #home_hero_workflow_icon_line1,
#home_hero_workflow #home_hero_workflow_icon_line2,
#home_hero_workflow #home_hero_workflow_icon_line3 {
  transition: all 0.7s ease;
}

#home_hero_workflow_content {
  position: absolute;
  width: 500px;
  left: 15%;
  top: 50%;
  margin-top: -180px;
  transform: translate3d(200px, 0, 0);
}

#home_hero_workflow_image {
  opacity: 0;
  transition: all 0.7s ease;
}

#home_hero_workflow #home_hero_workflow_icon_rect1 {
  fill: #8d8d8d;
}

#home_hero_workflow #home_hero_workflow_icon_rect2 {
  fill: #242425;
}

#home_hero_workflow #home_hero_workflow_icon_rect3 {
  fill: #b3b3b3;
}

#home_hero_workflow #home_hero_workflow_icon_ellipse {
  fill: #6f6f70;
}

#home_hero_workflow:hover {
  transform: scale(4.4) rotate(0) !important;
  left: 75% !important;
  top: 40% !important;
}

#home_hero_workflow:hover .home_hero_item_pentagon {
  fill: #ffffff;
}

#home_hero_workflow:hover #home_hero_workflow_image {
  opacity: 1;
}

#home_hero_workflow:hover #home_hero_workflow_icon {
  transform: scale(0.55) translate3d(128px, 153px, 0);
}

#home_hero_workflow:hover #home_hero_workflow_icon_rect1 {
  fill: #49409A;
}

#home_hero_workflow:hover #home_hero_workflow_icon_rect2 {
  fill: #49409A;
}

#home_hero_workflow:hover #home_hero_workflow_icon_rect3 {
  fill: #4169E1;
}

#home_hero_workflow:hover #home_hero_workflow_icon_ellipse {
  fill: #32CD32;
}

#home_hero_workflow:hover #home_hero_workflow_icon_line1 {
  fill: #333333;
}

#home_hero_workflow:hover #home_hero_workflow_icon_line2 {
  fill: #333333;
}

#home_hero_workflow:hover #home_hero_workflow_icon_line3 {
  fill: #333333;
}



#home_hero_usc #home_hero_usc_icon {
  transition: all 0.7s ease;
}

#home_hero_usc_image {
  opacity: 0;
  transition: all 0.7s ease;
}

#home_hero_usc_content {
  position: absolute;
  width: 500px;
  left: 60%;
  top: 50%;
  margin-top: -140px;
  transform: translate3d(-200px, 0, 0);
}

#home_hero_usc #home_hero_usc_types,
#home_hero_usc #home_hero_usc_type_1,
#home_hero_usc #home_hero_usc_type_2,
#home_hero_usc #home_hero_usc_type_3,
#home_hero_usc #home_hero_usc_type_4,
#home_hero_usc #home_hero_usc_type_5 {
  opacity: 0;
}

#home_hero_usc #home_hero_usc_type_1 {
  transform: scale(0.1) translate3d(200px, 200px, 0);
  transition: all 0.7s ease;
}

#home_hero_usc #home_hero_usc_type_2 {
  transform: scale(0.1) translate3d(220px, 180px, 0);
  transition: all 0.7s ease;
}

#home_hero_usc #home_hero_usc_type_3 {
  transform: scale(0.1) translate3d(260px, 150px, 0);
  transition: all 0.7s ease;
}

#home_hero_usc #home_hero_usc_type_4 {
  transform: scale(0.1) translate3d(340px, 80px, 0);
  transition: all 0.7s ease;
}

#home_hero_usc #home_hero_usc_type_5 {
  transform: scale(0.1) translate3d(300px, 220px, 0);
  transition: all 0.7s ease;
}

#home_hero_usc:hover {
  transform: scale(4.4) rotate(0) !important;
  right: 55% !important;
  top: 45% !important;
}

#home_hero_usc:hover #home_hero_usc_icon {
  opacity: 0;
}

#home_hero_usc:hover #home_hero_usc_types {
  opacity: 0.7;
}

#home_hero_usc:hover #home_hero_usc_image {
  opacity: 1;
}

#home_hero_usc:hover #home_hero_usc_type_1 {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

#home_hero_usc:hover #home_hero_usc_type_2 {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

#home_hero_usc:hover #home_hero_usc_type_3 {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

#home_hero_usc:hover #home_hero_usc_type_4 {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

#home_hero_usc:hover #home_hero_usc_type_5 {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}




#home_hero_fink #home_hero_fink_icon,
#home_hero_fink #home_hero_fink_icon_uni,
#home_hero_fink_icon_text,
#home_hero_fink_icon_dum1,
#home_hero_fink_icon_dum2,
#home_hero_fink_icon_blu,
#home_hero_fink_icon_grn {
  transition: all 0.7s ease;
}

#home_hero_fink #home_hero_fink_icon_uni {
  opacity: 0;
  transition: all 0.7s ease;
}

#home_hero_fink_image {
  opacity: 0;
  transition: all 0.7s ease;
}

#home_hero_fink_content {
  position: absolute;
  width: 500px;
  left: 40%;
  top: 50%;
  margin-top: -120px;
  transform: translate3d(-200px, 0, 0);
}

#home_hero_fink:hover {
  transform: scale(5.5) rotate(0) !important;
  left: 20% !important;
  top: 50% !important;
}

#home_hero_fink:hover #home_hero_fink_icon {
  transform: scale(0.6) translate3d(45px, 166px, 0);
}

#home_hero_fink:hover #home_hero_fink_icon_text {
  fill: #2d368f;
}

#home_hero_fink:hover #home_hero_fink_icon_dum1,
#home_hero_fink:hover #home_hero_fink_icon_dum2 {
  opacity: 0;
}

#home_hero_fink:hover #home_hero_fink_icon_blu {
  fill: #28a8e0;
}

#home_hero_fink:hover #home_hero_fink_icon_grn {
  fill: #42ab58;
}

#home_hero_fink:hover #home_hero_fink_image {
  opacity: 1;
}

#home_hero_fink:hover #home_hero_fink_icon_uni {
  opacity: 1;
}


#home_hero_orbit_image,
#home_hero_orbit_icon,
#home_hero_orbit_icon_1,
#home_hero_orbit_icon_2,
#home_hero_orbit_icon_3,
#home_hero_orbit #home_hero_orbit_icon_uni,
#home_hero_orbit #home_hero_orbit_icon_uni_log,
#home_hero_orbit #home_hero_orbit_icon_cur {
  transition: all 0.7s ease;
}



#home_hero_orbit_image {
  opacity: 0;
}

#home_hero_orbit #home_hero_orbit_icon_uni {
  opacity: 0;
  fill: #575c6d;
  transform: translate3d(50px, 0, 0);
}

#home_hero_orbit #home_hero_orbit_icon_uni_log {
  opacity: 0;
  fill: #04a285;
}

#home_hero_orbit #home_hero_orbit_icon_cur {
  opacity: 0;
  transform: translate3d(-20px, -60px, 0);
  transition: all 0.7s ease;
}

#home_hero_orbit:hover {
  transform: scale(6) rotate(0) !important;
  right: 25% !important;
  top: 52% !important;
}

#home_hero_orbit_content {
  position: absolute;
  width: 500px;
  left: 10%;
  top: 50%;
  margin-top: -100px;
  transform: translate3d(200px, 0, 0);
}

#home_hero_orbit:hover .home_hero_item_pentagon {
  fill: #ffffff;
}

#home_hero_orbit:hover #home_hero_orbit_image {
  opacity: 1;
}

#home_hero_orbit:hover #home_hero_orbit_icon_uni {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#home_hero_orbit:hover #home_hero_orbit_icon_uni_log {
  opacity: 1;
}

#home_hero_orbit:hover #home_hero_orbit_icon {
  transform: scale(0.52) translate3d(37px, 109px, 0);
}

#home_hero_orbit:hover #home_hero_orbit_icon_1 {
  fill: #04a285;
}

#home_hero_orbit:hover #home_hero_orbit_icon_2 {
  fill: #33c1a6;
}

#home_hero_orbit:hover #home_hero_orbit_icon_3 {
  fill: #527281;
}

#home_hero_orbit:hover #home_hero_orbit_icon_cur {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}






#home_hero_contact:hover {
  transform: scale(1.5) rotate(0) !important;
}






.home_hero_back_line {
  fill: none;
  stroke: #ACACAC;
  stroke-width: 2;
  stroke-dasharray: 4, 4;
}


#us_navbar,
.home_hero_back_line,
.home_hero_back_pentagon {
  opacity: 0;
}




@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate #us_navbar {
  /* .animate .home_hero_back_line,
.animate .home_hero_back_pentagon { */
  animation: fadeIn 1s ease-in forwards;
}


@keyframes pixelateLetter {
  0% {
    filter: blur(12px) contrast(0) brightness(1.5);
    opacity: 0;
  }

  50% {
    filter: blur(4px) contrast(1.2);
    opacity: 0.5;
  }

  100% {
    filter: blur(0px) contrast(1) brightness(1);
    opacity: 1;
  }
}

.animate #home_hero_unicornbox,
.animate #home_hero_about,
.animate #home_hero_workflow,
.animate #home_hero_usc,
.animate #home_hero_fink,
.animate #home_hero_orbit,
.animate #home_hero_contact {
  animation: pixelateLetter 0.4s ease forwards;
}

.animate #home_hero_workflow {
  animation-delay: 0.75s;
}

.animate #home_hero_fink {
  animation-delay: 1.75s;
}

.animate #home_hero_orbit {
  animation-delay: 1.25s;
}

.animate #home_hero_contact {
  animation-delay: 2.0s;
}

.animate #home_hero_unicornbox {
  animation-delay: 1.0s;
}

.animate #home_hero_usc {
  animation-delay: 1.5s;
}

.animate #home_hero_about {
  animation-delay: 0.5s;
}


.animate #Line_1 {
  animation-delay: 0.57s;
}

.animate #Line_2 {
  animation-delay: 2.48s;
}

.animate #Line_3 {
  animation-delay: 1.14s;
}

.animate #Line_4 {
  animation-delay: 2.55s;
}

.animate #Line_5 {
  animation-delay: 2.34s;
}

.animate #Line_6 {
  animation-delay: 1.84s;
}

.animate #Line_7 {
  animation-delay: 2.00s;
}

.animate #Line_8 {
  animation-delay: 2.93s;
}

.animate #Line_9 {
  animation-delay: 2.34s;
}

.animate #Line_10 {
  animation-delay: 2.72s;
}

.animate #Line_11 {
  animation-delay: 0.78s;
}

.animate #Line_12 {
  animation-delay: 2.83s;
}

.animate #Line_13 {
  animation-delay: 1.21s;
}

.animate #Line_14 {
  animation-delay: 1.00s;
}

.animate #Line_15 {
  animation-delay: 2.59s;
}

.animate #Line_16 {
  animation-delay: 1.66s;
}

.animate #Line_17 {
  animation-delay: 2.48s;
}

.animate #Line_18 {
  animation-delay: 2.28s;
}



.home_hero_back_text {
  position: absolute;
  top: 52%;
  left: 46%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_hero_back_text h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 0.5rem;
}

.home_hero_back_text h2 small {
  font-size: 28px;
}

.home_hero_back_text h3 {
  font-size: 16px;
  font-weight: 600;
}

.home_hero_back_text h3 span {
  opacity: 0;
}

.animate .home_hero_back_text h3 span {
  animation: pixelateLetter 0.4s ease forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.home_hero_back_text h2>span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}

.animate .home_hero_back_text h2 span {
  animation: fadeInLeft 0.7s ease forwards;
}


.home_ins {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #060708;
  color: #ffffff;
  overflow: hidden;
  padding: 8rem 0;
}

.home_ins h2 {
  font-size: 28px;
  margin-bottom: 1.2rem;
}

.home_ins p {
  width: 900px;
  line-height: 1.7;
}



.home_pro {
  position: relative;
}

.home_pro .row {
  min-height: 100vh;
}

.home_pro .home_pro_menu_wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 0;
  border-left: 1px solid #000000;
}

.home_pro .home_pro_menu_item {
  padding: 0.5rem 0;
}

.home_pro .home_pro_menu_link {
  display: inline-block;
  text-decoration: none;
  padding: 0.75rem 2rem;
  font-weight: 700;
  color: #000000;
  transition: all 1s ease;
}

.home_pro .home_pro_menu_link:hover {
  background-color: #000000;
  color: #ffffff;
}

.home_pro .home_pro_content_wrap {
  padding-bottom: 8rem;
}

.home_pro .home_pro_content {
  position: relative;
  margin-right: 2rem;
}

.home_pro .home_pro_content_item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 4rem 0;
}

.home_pro .home_pro_content_item p {
  font-size: 14px;
}

.home_pro .home_pro_content_item.home_pro_content_item_active {
  opacity: 1;
}

.home_pro .home_pro_content_item_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  opacity: 0;
  transition: opacity 2s ease;
}

.home_pro .home_pro_content_item_img.home_pro_content_item_img_active {
  opacity: 1;
}





.home_reisen {
  background-color: #060708;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  transition: all 0.5s ease;
}

.home_reisen.home_reisen_play_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../img/home_reisen_play_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}

.home_reisen .home_reisen_content {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

.home_reisen h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}

.home_reisen h5 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}

.home_reisen .home_reisen_play {
  line-height: 1;
  padding: 0;
  width: 62px;
  height: 62px;
  margin-left: 2rem;
  position: relative;
}

.home_reisen .home_reisen_play .home_reisen_play_btn_border {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-dasharray: 5 10;
  stroke-dashoffset: 0;
}

.home_reisen .home_reisen_play .home_reisen_play_btn_play {
  fill: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.home_reisen .home_reisen_play:hover .home_reisen_play_btn_play {
  fill: rgba(255, 255, 255, 1);
}

.home_reisen .home_reisen_play:hover .home_reisen_play_btn_border {
  animation: dash-move 1s linear infinite;
}

@keyframes dash-move {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -60;
  }
}

.image-strip-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.7s ease;
}

.image-strip-container.image-strip-active {
  opacity: 0.25;
}

@keyframes scrollStrip {
  0% {
    transform: translateX(0);
    animation-timing-function: ease-in-out;
  }

  50% {
    transform: translateX(-1500px);
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateX(0);
    animation-timing-function: ease-in-out;
  }
}

.image-strip {
  /* display: flex;
  gap: 2px;
  animation: none;
  flex-wrap: wrap;
  width: 4000px;
  opacity: 0.25;
  animation: scrollStrip 120s ease-in-out infinite;
  will-change: transform; */
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 33.33%);
  gap: 4px;
  width: 4000px;
  height: 100%;
  overflow: hidden;
  animation: scrollStrip 90s ease-in-out infinite;
  will-change: transform;
  line-height: 1;
}

.image-strip img {
  /* height: auto;
  width: 142px;
  flex-shrink: 0;
  transition: transform 0.3s ease; */
  width: auto;
  height: 100%;
  display: block;
}

#home_reisen_album .modal-content {
  background-color: rgb(255 255 255 / 80%);
}

#home_reisen_album .modal-header {
  border-bottom: none;
  padding: 1rem 2rem;
}

#home_reisen_album .modal-body {
  padding: 30px;
}

#home_reisen_album .controls {
  display: flex;
  align-items: center;
  width: 100%;
}

#home_reisen_album .controls .btn {
  padding: 0;
  font-size: 28px;
  line-height: 1;
}

#home_reisen_album .controls #progressBarContainer {
  position: relative;
  width: 90%;
  margin-left: 2rem;
  height: 5px;
  background: #eee;
  display: flex;
  cursor: pointer;
}

#home_reisen_album .segment {
  position: relative;
  flex: 1 1 0%;
  height: 5px;
  cursor: pointer;
}

#home_reisen_album .segment:hover {
  background-color: #78b3d1;
}

/* Tooltip styles */
#home_reisen_album .segment::after {
  content: attr(data-index);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
}

#home_reisen_album .segment:hover::after {
  opacity: 1;
}

#home_reisen_album .controls #progressBarContainer .segment {
  flex: 1;
  background: #c9c9c9;
  transition: all 0.3s;
}

#home_reisen_album .controls #progressBarContainer .segment.active {
  background: #005cb3 !important;
}

#home_reisen_album .controls #progressBarContainer.progress-start .segment {
  background: #aed5e9;
}


.content {
  text-align: center;
  height: calc(100vh - 125px);
  overflow: hidden;
}

.content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.book {
  transition: opacity 0.4s 0.2s;
}


.book .page {
  width: calc((100vw - 60px) / 2);
  height: 400pxauto;
  background-color: #111111;
  float: left;
  background: left top no-repeat;
  background-size: cover;

  transition: transform 0.3s ease;
  transform-style: preserve-3d;
  position: absolute;
}

.book.book-playing .page {
  pointer-events: none !important;
}


/* Hover preview classes */
.hover-flip-front {
  transform: rotateY(-15deg);
  z-index: 999;
}

.hover-flip-back {
  transform: rotateY(-165deg);
  z-index: 999;
}

.book .page img {
  width: 100%;
  height: auto;
}

.book .page:nth-child(even) {
  clear: both;
}

.book {
  perspective: 250vw;
}

.book .pages {
  width: calc(100vw - 60px);
  height: auto;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 4px;
}

.book .page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: calc((100vw - 60px) / 2);
  height: auto;
  transform-origin: 0 0;
  transition: transform 1.4s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  cursor: pointer;
  user-select: none;
  background-color: #f0f0f0;
}

.book .page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.7s;
  z-index: 2;
}

.book .page:nth-child(odd) {
  pointer-events: all;
  transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
}

.book .page:nth-child(odd)::after {
  content: '';
  background-image: linear-gradient(to right, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 10%);
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.book .page:nth-child(odd):hover {
  transform: rotateY(-15deg);
}

.book .page:nth-child(odd):hover:before {
  background: rgba(0, 0, 0, 0.03);
}

.book .page:nth-child(odd):before {
  background: rgba(0, 0, 0, 0);
}

.book .page:nth-child(even) {
  pointer-events: none;
  transform: rotateY(180deg);
  transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
  border-color: black;
}

.book .page:nth-child(even)::after {
  content: '';
  background-image: linear-gradient(to left, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 10%);
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.book .page:nth-child(even):before {
  background: rgba(0, 0, 0, 0.2);
}

.book .page.grabbing {
  transition: none;
}

.book .page.flipped:nth-child(odd) {
  pointer-events: none;
  transform: rotateY(-180deg);
}


.book .page.flipped:nth-child(odd):before {
  background: rgba(0, 0, 0, 0.2);
}

.book .page.flipped:nth-child(even) {
  pointer-events: all;
  transform: rotateY(0deg);
}

.book .page.flipped:nth-child(even):hover {
  transform: rotateY(15deg);
}

.book .page.flipped:nth-child(even):hover:before {
  background: rgba(0, 0, 0, 0.03);
}

.book .page.flipped:nth-child(even):before {
  background: rgba(0, 0, 0, 0);
}

.book .page:nth-child(odd) {
  background-position: right top;
}

#fullscreen-btn,
#exit-fullscreen-btn {
  cursor: pointer;
}

#exit-fullscreen-btn {
  display: none;
}



.home_clients_carousel_inner {
  position: relative;
}

.home_clients_carousel_svg_wrap {
  position: relative;
  z-index: 2;
}

.home_clients_carousel_svg .hcc_lines>line {
  fill: none;
  stroke: #9a9a9a;
  stroke-width: 2;
  stroke-dasharray: 4, 4;
}

.home_clients_carousel_svg .hcc_item {
  cursor: pointer;
}

.home_clients_carousel_svg .hcc_item_border {
  fill: none;
  stroke: #ACACAC;
  stroke-width: 3;
  stroke-miterlimit: 10;
  transition: all 0.7s ease;
}

.home_clients_carousel_svg .hcc_item_polygon {
  fill: #e8e8e9;
  transition: all 0.7s ease;
}

.home_clients_carousel_svg .hcc_item_icon {
  fill: #3f4042;
  transition: all 0.7s ease;
}

.hcc_item_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hcc_item_content_wrap .hcc_item_content {
  max-width: 480px;
  opacity: 0;
  transition: all 0.7s ease;
  text-align: center;
  margin-bottom: 3rem;
  position: absolute;
}

.hcc_item_content_wrap .hcc_item_content.hcc_item_content_active {
  position: relative;
  opacity: 1;
}

.hcc_item_content_wrap .hcc_item_content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hcc_item_content_wrap .hcc_item_content p {
  font-size: 14px;
}

#hcci_FairDebtCollection.hcc_item_active .hcc_item_border {
  stroke: #1db04c;
}

#hcci_FairDebtCollection.hcc_item_active .hcc_item_icon {
  fill: #ffffff;
}

#hcci_FairDebtCollection.hcc_item_active .hcc_item_polygon {
  fill: #1db04c;
}

#hcci_ElsaClients.hcc_item_active .hcc_item_border {
  stroke: #f15a22;
}

#hcci_ElsaClients.hcc_item_active .hcc_item_icon {
  fill: #ffffff;
}

#hcci_ElsaClients.hcc_item_active .hcc_item_polygon {
  fill: #f15a22;
}

#hcci_CrediCareAS.hcc_item_active .hcc_item_border {
  stroke: #00B1B1;
}

#hcci_CrediCareAS.hcc_item_active .hcc_item_icon {
  fill: #ffffff;
}

#hcci_CrediCareAS.hcc_item_active .hcc_item_polygon {
  fill: #00B1B1;
}

#hcci_TCMIceland.hcc_item_active .hcc_item_border {
  stroke: #203F9A;
}

#hcci_TCMIceland.hcc_item_active .hcc_item_icon {
  fill: #ffffff;
}

#hcci_TCMIceland.hcc_item_active .hcc_item_polygon {
  fill: #203F9A;
}

#hcci_DebiaAS.hcc_item_active .hcc_item_border {
  stroke: #e7a006;
}

#hcci_DebiaAS.hcc_item_active .hcc_item_icon {
  fill: #ffffff;
}

#hcci_DebiaAS.hcc_item_active .hcc_item_polygon {
  fill: #e7a006;
}

.aos-init #hcci_DebiaAS {
  transform: translate3D(-34%, 34%, 0) scale(1.7);
  opacity: 0;
  transition: all 0.7s ease;
}

.aos-init.aos-animate #hcci_DebiaAS {
  transform: translate3D(0, 0, 0) scale(1);
  opacity: 1;
}

.aos-init #hcci_FairDebtCollection {
  transform: translate3D(5%, 15%, 0) scale(1.5);
  opacity: 0;
  transition: all 0.7s ease;
}

.aos-init.aos-animate #hcci_FairDebtCollection {
  transform: translate3D(0, 0, 0) scale(1);
  opacity: 1;
}

.aos-init #hcci_ElsaClients {
  transform: translate3D(-75%, 20%, 0) scale(1.5);
  opacity: 0;
  transition: all 0.7s ease;
}

.aos-init.aos-animate #hcci_ElsaClients {
  transform: translate3D(0, 0, 0) scale(1);
  opacity: 1;
}

.aos-init #hcci_TCMIceland {
  transform: translate3D(-20%, 5%, 0) scale(1.5);
  opacity: 0;
  transition: all 0.7s ease;
}

.aos-init.aos-animate #hcci_TCMIceland {
  transform: translate3D(0, 0, 0) scale(1);
  opacity: 1;
}

.aos-init #hcci_CrediCareAS {
  transform: translate3D(-50%, 0%, 0) scale(1.5);
  opacity: 0;
  transition: all 0.7s ease;
}

.aos-init.aos-animate #hcci_CrediCareAS {
  transform: translate3D(0, 0, 0) scale(1);
  opacity: 1;
}





.parallax_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}

.parallax_fg {
  position: relative;
  z-index: 2;
}




.clients_wrap {
  position: relative;
}

.clients_wrap .clients_item .clients_inner {
  display: block;
  margin-bottom: 6rem;
}

.clients_wrap .clients_inner[data-float-direction="left"] {
  float: left;
}

.clients_wrap .clients_inner[data-float-direction="right"] {
  float: right;
}

.clients_wrap .clients_item {
  clear: both;
  overflow: hidden;
}

.clients_wrap .clients_content img {
  margin-bottom: 2rem;
}

.clients_wrap .pentagon {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: #fbfbfd;
  clip-path: polygon(50% 0%,
      /* Top center */
      100% 38%,
      /* Right upper */
      82% 100%,
      /* Bottom right */
      18% 100%,
      /* Bottom left */
      0% 38%
      /* Left upper */
    );
  z-index: -1;
  transform: rotate(var(--rotate-angle, 0deg));
  transition: transform 0.1s linear;
}


/* Fair, Credicare, Debia, TCM, TCM Group, Elsa Clents,*/






.page-contact {
  background-color: #F1F1F4;
}

.page-contact .page_header {
  padding-top: 60px;
  height: 160px;
  background-color: #000;
  background-image: url('../img/contact_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.page-contact .page_body {
  margin-top: 160px !important;
}

.page-contact .contact-wrap {
  min-height: calc(100vh - 250px);
  display: flex;
  align-items: center;
  position: relative;
}

#requestDemoModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  /* turns icon white */
  opacity: 1;
}

#careersModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  /* turns icon white */
  opacity: 1;
}

#messageModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  /* turns icon white */
  opacity: 1;
}


footer {
  background-color: #ffffff;
  padding: 2rem 0;
  border-top: 1px solid #cccccc;
  height: 90px;
}

footer .social-media-links {
  display: flex;
  align-items: center;
}

footer .social-media-links a {
  color: #000000;
  transform: scale(1);
  transition: all 0.3s ease;
}

footer .social-media-links a:hover {
  transform: scale(1.2);
}

footer .social-media-links a#linkedin:hover {
  color: #0A66C2;
}

footer .social-media-links a#twitter:hover {
  color: #1DA1F2;
}

footer .social-media-links a#facebook:hover {
  color: #1877F2;
}

footer .social-media-links a#instagram:hover {
  color: #E4405F;
}

footer .social-media-links a#youtube:hover {
  color: #FF0000;
}

footer .copyright {
  font-size: 14px;
  font-weight: 500;
}


.page-about .page_body {
  margin-top: 0;
}

.page-about .about-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-about .about-hero .parallax_bg img {
  opacity: 0.05;
  filter: grayscale(100%) contrast(1.8);
  transition: all 0.3s ease;
}

.page-about .about-hero .parallax_bg img.parallax_img_active {
  opacity: 0.2;
  /*filter: grayscale(0%);*/
}

.page-about .about-hero .parallax_bg .TopLeft {
  width: 50%;
  height: auto;
}

.page-about .about-hero .parallax_bg .Center {
  width: 52.95%;
  top: 42.1% !important;
  height: auto;
}

.page-about .about-hero .parallax_bg .TopRight {
  width: 50%;
  height: auto;
}

.page-about .about-hero .parallax_bg .BottomLeft {
  width: 33.35%;
  height: auto;
}

.page-about .about-hero .parallax_bg .BottomCenter {
  width: 53.05%;
  height: auto;
}

.page-about .about-hero .parallax_bg .BottomRight {
  width: 33.35%;
  height: auto;
}



.page_body .product-item:not(:last-child) {
  margin-bottom: 10rem;
}

.product-item .product-item-header {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.product-item .product-item-logo {
  text-align: center;
  margin-bottom: 5rem;
}

.product-item .product-item-header .product-item-header-img {
  height: 100%;
  width: auto;
  position: relative;
}

.product-item .product-item-body {
  padding: 5rem 0;
}

.product-item .product-item-img {
  padding-top: 6rem;
  padding-bottom: 4rem;
}


.page-products .page_header_invert.page_header {
  background-color: #060708;
  height: 160px;
}

.page-products .page_body {
  margin-top: 160px;
}

.page-product-nav {
  position: fixed;
  top: -70px;
  width: 100%;
  height: 70px;
  background-color: #19191a;
  /* dbdadd */
  z-index: 999;
  align-items: center;
  transition: all 0.5s ease;
  pointer-events: none;
}

.page-product-nav.page-product-nav-show {
  top: 0px;
  pointer-events: all;
}

.page-product-nav .container {
  height: 100%;
}

.page-product-nav .page-product-nav-inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.page-product-nav .page-product-nav-inner .page-product-nav-item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-left: 1px solid #ccc; */
  transition: all 0.5s ease;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.page-product-nav .page-product-nav-inner .page-product-nav-item:hover {
  background-color: #535355;
}

.page-product-nav .page-product-nav-inner .page-product-nav-item.page-product-nav-item-active {
  background-color: #535355;
  border-bottom: 3px solid transparent;
}

.page-product-nav .page-product-nav-inner .page-product-nav-item:last-child {
  /* border-right: 1px solid #ccc; */
}

.page-product-nav .page-product-nav-inner .page-product-nav-item img {
  width: auto !important;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 0.5s ease;
}

.page-product-nav .page-product-nav-inner .page-product-nav-item.page-product-nav-item-active img {
  opacity: 1;
}


.testimonial-slider {
    background-color: #efefef;
    padding: 6rem 0;
}

.testimonial-slider .testimonial-section-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3rem;
}

.testimonial-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.testimonial-slider .testimonial-card-wrap {
    overflow: hidden;
    margin: 0 1rem;
}

.testimonial-slider .testimonial-card-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slider .testimonial-card {
    min-width: 100%;
    box-sizing: border-box;
    padding: 3rem 3rem 3rem 240px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-slider .testimonial-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    background-color: #D5D9DE;
}

.testimonial-slider .testimonial-card.active {
    display: block;
}

.testimonial-slider blockquote {
    position: relative;
    padding: 0 4rem;
    margin-bottom: 2rem;
    text-align: justify;
}

.testimonial-slider blockquote::before {
    content: "❝";
    font-size: 56px;
    color: #cfd3d9;
    position: absolute;
    top: -8px;
    left: 10px;
    line-height: 1;
}

.testimonial-slider blockquote::after {
    content: "❞";
    font-size: 56px;
    color: #cfd3d9;
    position: absolute;
    bottom: -28px;
    right: 10px;
    line-height: 1;
}

.testimonial-slider .testimonial-card p {
    font-size: 14px;
}

.testimonial-slider .nav {
    background: none;
    border: none;
    font-size: 40px;
    color: #cfd3d9;
    cursor: pointer;
    transition: color 0.3s ease;
}

.testimonial-slider .nav:hover {
    color: #999;
}

.testimonial-slider .testimonial-footer {
    padding: 0 4rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.testimonial-slider .tf-person-details h5 {
    margin-bottom: 0;
}

.testimonial-slider .tf-person-details p {
    margin-bottom: 0;
}

.testimonial-slider .tf-logo img {
    height: 36px;
}

.testimonial-slider .tf-person-photo img {
    width: 110px;
    height: auto;
    margin-right: 1rem;
}


.process_carousel_inner {
  position: relative;
}

.process_carousel_svg_wrap {
  position: relative;
  z-index: 2;
}

.process_carousel_svg .apc_lines>line {
  fill: none;
  stroke: #9a9a9a;
  stroke-width: 2;
  stroke-dasharray: 4, 4;
}

.process_carousel_svg .apc_item {
  cursor: pointer;
}

.process_carousel_svg .apc_item.apc_item_active .apc_item_border {
  stroke: #1db04c;
}

.process_carousel_svg .apc_item.apc_item_active .apc_item_icon {
  fill: #ffffff;
}

.process_carousel_svg .apc_item.apc_item_active .apc_item_polygon {
  fill: #1db04c;
}

.process_carousel_svg .apc_item_border {
  fill: none;
  stroke: #ACACAC;
  stroke-width: 3;
  stroke-miterlimit: 10;
  transition: all 0.7s ease;
}

.process_carousel_svg .apc_item_polygon {
  fill: #e8e8e9;
  transition: all 0.7s ease;
}

.process_carousel_svg .apc_item_icon {
  fill: #3f4042;
  transition: all 0.7s ease;
}

.apc_item_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.apc_item_content_wrap .apc_item_content {
  max-width: 480px;
  opacity: 0;
  transition: all 0.7s ease;
  text-align: center;
  margin-bottom: 3rem;
  position: absolute;
}

.apc_item_content_wrap .apc_item_content.apc_item_content_active {
  position: relative;
  opacity: 1;
}

.apc_item_content_wrap .apc_item_content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.apc_item_content_wrap .apc_item_content p {
  font-size: 14px;
}


.about_gallery_inner {
  width: 100%;
  display: flex;
  position: relative;
}

.about_gallery_inner .ag-col {
  width: 20%;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.about_gallery_inner .ag-col:not(:last-child) {
  border-right: 1px solid #3f454b
}

.about_gallery_inner .ag-col .ag-col-inner {
  position: relative;
  background-color: #060708;
  transition: transform 0.5s ease;
}

.about_gallery_inner .ag-col:hover .ag-col-inner {
  transform: scale(1.05);
}

.about_gallery_inner .ag-col img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: grayscale(100%) contrast(1.4);
  transition: all 0.5s ease;
}

.about_gallery_inner .ag-col:hover img {
  opacity: 0.4;
}

.about_gallery_inner .ag-col .ag-col-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0.6;
  transition: all 0.5s ease;
}

.about_gallery_inner .ag-col:hover .ag-col-overlay {
  opacity: 1;
}

.about_gallery_inner .ag-col h3 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}

.about_gallery_inner .ag-col h3:after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  bottom: -7px;
  width: 50px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.about_gallery_inner .ag-col:hover h3:after {
  width: 100%;
}

.about_gallery_inner .ag-col p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0;
  transition: all 0.5s ease;
}

.about_gallery_inner .ag-col:hover p {
  opacity: 1;
}

.vertical_panels_inner {
  display: flex;
  align-items: center;
  background-color: #424242;
}

.vp_item_content {
  width: 20%;
  position: relative;
  margin-right: 1px;
}

.vertical_panels_inner .vp_item_content:last-child {
  margin-right: 0px;
}

.vp_item_image {
  width: 100%;
  height: auto;
}

.vp_item_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease;
}

.vp_item_overlay h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0.5rem 0;
  line-height: 1.3;
  position: relative;
}

.vp_item_overlay h3:after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  bottom: -7px;
  width: 50px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.vp_item_overlay p {
  margin: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.vp_item_overlay_inner {
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease;
  opacity: 0.7;
}

.vp_item_content:hover .vp_item_overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.vp_item_content:hover .vp_item_overlay_inner {
  height: 100%;
  opacity: 1;
}

.vp_item_content:hover .vp_item_overlay h3:after {
  width: calc(100% - 32px);
}

.vp_item_content:hover .vp_item_overlay p {
  opacity: 1;
  margin-top: 1rem !important;
}


.center_pentagon_infographic_inner {
  position: relative;
}

.center_pentagon_infographic_inner .cpi_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.center_pentagon_infographic_inner .cpi_item_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.center_pentagon_infographic_inner .cpi_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center_pentagon_infographic_inner .cpi_item.TL {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 5%;
  padding-left: 15%;
  height: 33%;
  text-align: right;
}

.center_pentagon_infographic_inner .cpi_item.TR {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-right: 15%;
  padding-left: 5%;
  height: 33%;
}

.center_pentagon_infographic_inner .cpi_item.CL {
  position: absolute;
  top: 33%;
  left: 0;
  width: 50%;
  padding-right: 15%;
  padding-left: 5%;
  height: 33%;
  text-align: right;
}

.center_pentagon_infographic_inner .cpi_item.CR {
  position: absolute;
  top: 33%;
  right: 0;
  width: 50%;
  padding-right: 5%;
  padding-left: 15%;
  height: 33%;
}

.center_pentagon_infographic_inner .cpi_item.BC {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  padding-right: 10%;
  padding-left: 10%;
  height: 33%;
  text-align: center;
}

.center_pentagon_infographic_inner .cpi_item h4 {
  font-size: 12px;
  color: #ababab;
  font-weight: 500;
  margin: 0;
}

.center_pentagon_infographic_inner .cpi_item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.center_pentagon_infographic_inner .cpi_item p {
  margin: 0;
  font-size: 12px;
}

.center_pentagon_infographic_inner .cpi_center_image {
  position: absolute;
  z-index: 1;
  top: 28%;
  width: 100%;
  height: 38%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #131414;
}

.center_pentagon_infographic_inner .cpi_center_image img {
  height: 100%;
  width: auto;
  filter: grayscale(1);
  opacity: 0.3;
}