:root {
  --black: #000;
  --text: rgba(255, 255, 255, 0.96);
  --colors--white: white;
  --letterspacing--h1: -0.05em;
  --letterspacing--h3: -0.03em;
  --text-medium: #9d9d9d;
  --layout--padding-mobile: 6vw;
  --box-full-color: #1f1f1f;
  --box: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.2);
  --yellow: #fff500;
  --text-light: #737373;
  --border-focus: #5c5c5c;
  --transparent: transparent;
  --layout--blog-container-width: 700px;
  --text-richtext: rgba(255, 255, 255, 0.7);
  --webflow--blue: #146ef5;
  --text-inactive: rgba(255, 255, 255, 0.2);
  --box-hover: rgba(255, 255, 255, 0.16);
}

/*-----------------------------------------------------------*/
/* Home                                                      */
/*-----------------------------------------------------------*/

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.hh2__loading.cb-hidden {
  opacity: 0;
  pointer-events: none;
}

.hh2-vid__wrapper {
  pointer-events: none;
}

.hh2-heading__wrapper .cb-ts__wrapper {
  overflow-y: hidden;
  display: inline-block;
  margin: -0.15em -0.5em;
  vertical-align: top;
}

.hh2-heading__wrapper .cb-ts__item {
  padding: 0.15em 0.5em;
  transform: translateY(150%) scaleY(1.2);
  display: inline-block;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform;
  transition-delay: calc(0.2s * (var(--length) - (var(--index) + 1)));
}

.hh2-heading__wrapper .cb-ts__active .cb-ts__item {
  transform: translateY(0%) scaleY(1);
  transition-delay: calc(1s / var(--length) * var(--index));
}

.hh2-heading__wrapper .cb-ts__active .cb-ts__item,
.hh2-heading__wrapper .cb-ts__active .cb-ts-el__item {
  transform: translateY(0%) scaleY(1);
  transition-delay: calc(2.5s / var(--length) * var(--index));
}

.hh2-heading__h1-dummy.cb-ts__active {
  transform: translate(0%);
  display:flex;
}

.hh2-heading__h1-dummy {
  transition-duration: 7s;
}

.hh2-heading__h1-scrollmove {
  width: 100%;
}

.hh2__loading {
  z-index: 100;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hh2__loading__copy {
  opacity: 1;
  color: var(--text);
  text-align: center;
  letter-spacing: -0.05em;
  white-space: nowrap;
  flex: none;
  margin-bottom: -0.05em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}



@media (max-width: 767px) {
  .hh2-heading__h1-scrollmove {
    transform: translate(0px) !important;
  }
}

.cb-ts__active .hh2-heading__h1 {
  animation-name: tickerSingle;
  animation-duration: calc(1s * var(--ticker-speed));
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cms-ang__hero__section .cb-ts__active .hh2-heading__h1,
.opolloslider-lst .cb-ts__active .hh2-heading__h1 {
  animation-duration: calc(1s * var(--ticker-speed));
}

.cms-ang__hero__section .hh2-heading__h1-dummy {
  transform: translateX(30vw);
}

.cms-ang__hero__section .hh2-heading__h1-dummy.cb-ts__active {
  transform: translateX(0vw);
}

.cms-ang__hero__section .hh2-heading__wrapper .cb-ts__item {
  transition-delay: 0s;
}

.cms-ang__hero__section .hh2-heading__wrapper .cb-ts__active .cb-ts__item {
  transform: translateY(0%) scaleY(1);
  transition-delay: calc(
    (2.5s / var(--length) * var(--index)) - (var(--length) / 30s)
  );
}

@keyframes tickerSingle {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  100% {
    -webkit-transform: translate(-200%, 0px);
    -ms-transform: translate(-200%, 0px);
    transform: translate(-200%, 0px);
  }
}

@keyframes tickerDouble {
  0% {
    -webkit-transform: translate(-200%, 0px);
    -ms-transform: translate(-200%, 0px);
    transform: translate(-200%, 0px);
  }

  100% {
    -webkit-transform: translate(-300%, 0px);
    -ms-transform: translate(-300%, 0px);
    transform: translate(-300%, 0px);
  }
}

.opolloslider-lst .cb-ts__active .hh2-heading__h1 {
  animation-duration: calc(1s * var(--ticker-speed));
}

/*-----------------------------------------------------------*/
/* Expertise List                                            */
/*-----------------------------------------------------------*/
.ang__preheading {
  letter-spacing: var(--letterspacing--h3);
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
.opolloslider-lst__nav__container {
  pointer-events: none;
}

.opolloslider-lst__collection-item {
  height: 100%;
  transform: translateY(100%);
}

.opolloslider-lst__collection-item.cb-active,
.opolloslider-lst__collection-item.cb-past {
  height: 100svh;
  transform: translateY(0%);
}

.opolloslider-lst__collection-item.cb-active .opolloslider-lst__link,
.opolloslider-lst__collection-item.cb-past .opolloslider-lst__link {
  transform: translateY(0%);
}

.opolloslider-lst__collection-item.cb-past .opolloslider-lst__dummy,
.opolloslider-lst__collection-item.cb-past .opolloslider-lst__dummy {
  transform: translateY(-50%);
  opacity: 0.2;
}

@media (hover: hover) {
  .opolloslider-lst:not(.opolloslider-lst__past)
    .opolloslider-lst__collection-item.cb-active:not(.transitioning)
    .hh2-heading__h1-wrapper:hover
    .hh2-heading__h1 {
    color: transparent;
    -webkit-text-stroke: 1px var(--text);
    text-stroke: 1px var(--text);
  }

  .opolloslider-lst:not(.opolloslider-lst__past)
    .opolloslider-lst__collection-item.cb-active.cb-hover:not(.transitioning)
    .opolloslider-lst__img {
    transform: scale(1.1);
  }
}

.opolloslider-lst__link,
.opolloslider-lst__collection-item {
  will-change: transform;
}

.opolloslider-lst.opolloslider-lst__past .opolloslider-lst__nav__progress-bar {
  opacity: 0;
}

/* xyz Css */

.hh2__section {
  height: 200svh;
  position: relative;
}

.hh2-vid__wrapper {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hh2-heading__wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hh2-heading__container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.hh2-heading__container.cms-ang__heading__container {
  padding-bottom: 50px;
}

.hh2-heading__h1 {
  opacity: 1;
  color: var(--text);
  letter-spacing: -0.05em;
  white-space: nowrap;
  flex: none;
  margin-bottom: -0.05em;
  padding-right: 10vw;
  font-size: 8.5vw;
  font-weight: bold;
  line-height: 1;
  transform: translate(-100%);
  font-family: var(--heading-font);
}

.hh2-heading__h1.opolloslider-heading {
  padding-right: 0.25em;
}

.hh2-heading__h3-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.hh2-heading__h1-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.hh2-heading__h1-wrapper.opolloslider-lst__h1-wrapper {
  cursor: pointer;
  transform: translate(0%);
}

.hh2-heading__h3 {
  font-size: 14px;
  line-height: 1;
}

.hh2-vid__target {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hh2-heading__h1-dummy {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  transform: translate(15%);
}
.barba__wrapper {
  opacity: 1;
  transition: transform 0.2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.barba__main {
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0);
}
.utl__scroller {
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%; /* OLD value: width: calc(100% + 20px); Changed to make scrollbar visible */
  /* Show the scrollbar */
  scrollbar-color: #ccc #000; 
}

/* Show the scrollbar on webkit browsers */
.utl__scroller::-webkit-scrollbar {
  width: 16px;
}
.utl__scroller::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 20px;
}
.utl__scroller::-webkit-scrollbar-track {
  background: #000;
}

.utl__scroller-wrapper {
  opacity: 1;
}
.lay__page {
  z-index: 10;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  border-radius: 0;
  position: relative;
  box-shadow: 0 2px 100px 20px rgba(0, 0, 0, 0.2);
}

.opolloslider-lst {
  height: 400svh;
  position: relative;
}

.opolloslider-lst__collection-item {
  z-index: 1;
  opacity: 1;
  height: 100%;
  transition: all 1s cubic-bezier(0.602, 0.001, 0.175, 1);
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  top: 0;
}

.opolloslider-lst__collection-item.cb-active {
  overflow: hidden;
}

.opolloslider-lst__link {
  background-color: var(--box-full-color); 
  cursor: default;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100svh;
  transition: transform 1s cubic-bezier(0.602, 0.001, 0.175, 1);
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translateY(-50%);
}

.opolloslider-lst__img {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100% !important;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opolloslider-lst__nav__wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.opolloslider-lst__nav__container {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 20svh;
  left: 0;
  right: 0;
}

.opolloslider-lst__nav__progress {
  background-color: var(--border);
  border-radius: 10px;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.opolloslider-lst__nav__progress-bar {
  background-color: var(--text);
  opacity: 1;
  width: 0%;
  height: 100%;
  transition: opacity 0.5s;
}

.utl__container.cms-ang__container {
  flex-direction: column;
  justify-content: flex-end;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.opolloslider-lst__sticky {
  height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.opolloslider-lst__dummy {
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  transition: all 1s cubic-bezier(0.602, 0.001, 0.175, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.opolloslider-lst__img-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.opolloslider-lst .elementor-column-gap-no {
  position: sticky !important;
  top: 0;
}
.opolloslider-lst__sticky .elementor-widget-html {
  height: 100%;
}
.opolloslider-lst__sticky .elementor-widget-shortcode {
  height: 100%;
}
.opolloslider-lst__nav__progress .list_page label {
  display: inline-block;
  color: #fff;
}
