.section-scrolltwoup {
  --scrolltwoup-tab-color: #201c44;
  --scrolltwoup-muted-color: #8c8a9d;
  --scrolltwoup-border-color: #cbcbcb;
  --scrolltwoup-blue: #2f80ed;
  min-height: var(--scrolltwoup-scroll-height, 200vh);
  padding: 100px 0;
  background: #fbfaf9;
}
@media (max-width: 991px) {
  .section-scrolltwoup {
    min-height: auto;
    padding: 32px 0;
  }
}
.section-scrolltwoup .container {
  width: 100%;
  max-width: 1368px;
  min-height: calc(var(--scrolltwoup-scroll-height, 200vh) - 144px);
  padding: 0 24px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-scrolltwoup .container {
    max-width: 1308px;
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup .container {
    min-height: auto;
    padding: 0 20px;
  }
}
.section-scrolltwoup__title {
  color: var(--scrolltwoup-tab-color);
  font-family: "Plus Jakarta Sans";
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 48px;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-scrolltwoup__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.section-scrolltwoup__sticky {
  position: sticky;
  top: 60px;
  z-index: 9;
  background: #fbfaf9;
  margin: -60px 0;
}
.section-scrolltwoup__sticky::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -115px;
  width: min(450px, 100%);
  height: 116px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #fbfaf9 0%, rgba(251, 250, 249, 0.92) 28%, rgba(251, 250, 249, 0) 100%);
}
@media (max-width: 991px) {
  .section-scrolltwoup__sticky {
    position: relative;
    top: auto;
    margin: 0;
  }
  .section-scrolltwoup__sticky::after {
    content: none;
  }
}
.section-scrolltwoup__tabs {
  --scrolltwoup-tab-indicator-left: 0px;
  --scrolltwoup-tab-indicator-width: 0px;
  display: flex;
  justify-content: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 43px;
  padding: 0 0 0;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.section-scrolltwoup__tabs::-webkit-scrollbar {
  display: none;
}
.section-scrolltwoup__tabs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(32, 28, 68, 0.08);
  pointer-events: none;
}
.section-scrolltwoup__tabs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--scrolltwoup-tab-indicator-width);
  height: 2px;
  background: var(--scrolltwoup-tab-color);
  pointer-events: none;
  transform: translate3d(var(--scrolltwoup-tab-indicator-left), 0, 0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1199px) {
  .section-scrolltwoup__tabs {
    justify-content: flex-start;
    gap: 0;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  .section-scrolltwoup__tabs {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup__tabs {
    display: none;
  }
}
.section-scrolltwoup__tab {
  border: 0;
  background: transparent;
  flex: 1 1 0;
  min-width: 0;
  cursor: pointer;
  text-align: center;
  transition: color 0.25s ease, opacity 0.25s ease;
  color: var(--Dark-Blue, #201c44);
  font-family: Aleo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.4;
  padding: 40px 0 23px 0;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .section-scrolltwoup__tab {
    flex: 0 0 25%;
    min-width: 180px;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  .section-scrolltwoup__tab {
    padding: 26px 0 18px;
  }
}
.section-scrolltwoup__tab span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-scrolltwoup__tab.active, .section-scrolltwoup__tab:hover {
  color: var(--scrolltwoup-tab-color);
}
.section-scrolltwoup__tab.active {
  opacity: 1;
  border-radius: 0;
}
.section-scrolltwoup__layout {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr;
  align-items: start;
  gap: 218px;
  min-height: calc(var(--scrolltwoup-scroll-height, 200vh) - 220px);
  margin: 120px auto 0;
}
@media (max-width: 1440px) {
  .section-scrolltwoup__layout {
    gap: 108px;
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto;
    margin: 0 auto;
  }
}
.section-scrolltwoup__contents {
  position: sticky;
  top: 230px;
  display: grid;
  align-items: center;
  max-width: 450px;
  min-height: 595px;
  align-self: start;
}
@media (min-width: 992px) and (max-height: 800px) {
  .section-scrolltwoup__contents {
    top: 185px;
    height: calc(100vh - 230px);
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup__contents {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    max-width: 100%;
    min-height: auto;
    overflow: visible;
  }
}
.section-scrolltwoup__panels {
  position: sticky;
  top: 230px;
  width: 100%;
  max-width: 100%;
  min-height: 595px;
  align-self: start;
}
@media (min-width: 992px) and (max-height: 800px) {
  .section-scrolltwoup__panels {
    top: 185px;
    height: calc(100vh - 230px);
    min-height: 420px;
    max-height: 520px;
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup__panels {
    display: contents;
    position: relative;
    top: auto;
    min-height: auto;
  }
}
.section-scrolltwoup__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .section-scrolltwoup__panel {
    position: relative;
    inset: auto;
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    animation: none;
  }
}
.section-scrolltwoup__panel.active {
  animation: scrollTwoUpMediaIn 0.3s ease forwards;
  pointer-events: auto;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-scrolltwoup__panel.active {
    display: block;
    animation: none;
  }
}
.section-scrolltwoup__panel.oldActive {
  animation: scrollTwoUpMediaOut 0.3s ease forwards;
}
@media (max-width: 991px) {
  .section-scrolltwoup__panel.oldActive {
    display: block;
    animation: none;
  }
}
.section-scrolltwoup__content {
  grid-area: 1/1;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  will-change: transform;
}
.section-scrolltwoup__content.active {
  pointer-events: auto;
  z-index: 2;
}
.section-scrolltwoup__content.oldActive {
  z-index: 1;
}
@media (max-width: 991px) {
  .section-scrolltwoup__content {
    display: flex;
    max-width: 100%;
    min-height: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
    margin-top: 32px;
  }
}
.section-scrolltwoup__contentInner {
  width: 100%;
  will-change: transform;
}
@media (max-width: 991px) {
  .section-scrolltwoup__content:last-child .section-scrolltwoup__contentInner {
    position: static;
    transform: none;
  }
}
.section-scrolltwoup.is-scrolling-up .section-scrolltwoup__panel.active {
  animation-name: scrollTwoUpMediaIn;
}
.section-scrolltwoup.is-scrolling-up .section-scrolltwoup__panel.oldActive {
  animation-name: scrollTwoUpMediaOut;
}
.section-scrolltwoup.is-tab-clicking .section-scrolltwoup__content.active {
  animation: scrollTwoUpTabInReverse 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section-scrolltwoup.is-tab-clicking .section-scrolltwoup__content.oldActive {
  animation: scrollTwoUpTabOutReverse 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section-scrolltwoup.is-tab-clicking.is-scrolling-up .section-scrolltwoup__content.active {
  animation-name: scrollTwoUpTabIn;
}
.section-scrolltwoup.is-tab-clicking.is-scrolling-up .section-scrolltwoup__content.oldActive {
  animation-name: scrollTwoUpTabOut;
}
.section-scrolltwoup__panelTitle {
  margin: 0;
  color: #201c44;
  font-family: Aleo;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 991px) {
  .section-scrolltwoup__panelTitle {
    font-size: 28px;
    line-height: 140%;
    max-width: 80vw;
  }
}
.section-scrolltwoup__panelTitle p {
  margin: 0;
}
.section-scrolltwoup__panelTitle strong {
  font-weight: 700;
}
.section-scrolltwoup__variantTexts {
  display: grid;
}
.section-scrolltwoup__variantText {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  visibility: hidden;
}
.section-scrolltwoup__variantText.active {
  animation: scrollTwoUpPillIn 0.35s ease forwards;
  pointer-events: auto;
  visibility: visible;
}
.section-scrolltwoup__variantText.oldActive {
  animation: scrollTwoUpPillOut 0.35s ease forwards;
  visibility: visible;
}
.section-scrolltwoup__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0 0;
}
.section-scrolltwoup__pills .section-scrolltwoup__pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(32, 28, 68, 0.7);
  border-radius: 8px;
  background: transparent;
  color: var(--Dark-Blue, #201c44);
  opacity: 0.7;
  font-family: "Rethink Sans";
  cursor: pointer;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.section-scrolltwoup__pills .section-scrolltwoup__pill.active, .section-scrolltwoup__pills .section-scrolltwoup__pill:hover {
  border-color: var(--scrolltwoup-tab-color);
  background: var(--scrolltwoup-tab-color);
  color: var(--color-white);
  opacity: 1;
}
.section-scrolltwoup__text {
  color: #63607c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 32px 0 0 0;
  font-family: "Rethink Sans";
  max-width: 355px;
}
.section-scrolltwoup__text p {
  margin: 0 0 12px;
}
.section-scrolltwoup__text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-scrolltwoup__text li {
  position: relative;
  margin: 0;
  padding-left: 18px;
}
.section-scrolltwoup__text li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='9'%20viewBox='0%200%2011%209'%20fill='none'%3E%3Cpath%20d='M1%204.52899L3.5%207.17573L9.33333%201'%20stroke='%2363607C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.section-scrolltwoup__text strong {
  color: var(--scrolltwoup-tab-color);
  font-weight: 600;
}
.section-scrolltwoup .av_button {
  display: inline-block;
  color: var(--scrolltwoup-blue);
  font-family: "Rethink Sans" !important;
  font-size: 16px !important;
  line-height: 100% !important;
  margin-top: 33px;
  text-decoration: unset !important;
}
@media (max-width: 991px) {
  .section-scrolltwoup .av_button {
    margin-top: 28px;
  }
}
.section-scrolltwoup .av_button:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  margin-left: 8px;
  background-image: url(https://connecteam.com/wp-content/themes/connecteam/inc/sections/sections/section-scrolltwoup/images/icon-arrowRight-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}
.section-scrolltwoup .av_button:hover:after {
  transform: translateX(5px);
}
.section-scrolltwoup__mediaWrapper {
  position: relative;
  width: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  will-change: transform;
}
@media (min-width: 992px) and (max-height: 800px) {
  .section-scrolltwoup__mediaWrapper {
    height: 100%;
    min-height: 0;
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup__mediaWrapper {
    height: -moz-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    order: -1;
  }
}
.section-scrolltwoup__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  border-radius: 14px;
  background: #f8f4f1;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .section-scrolltwoup__media {
    position: relative;
    inset: auto;
    display: none;
    height: auto;
    min-height: 0;
  }
}
.section-scrolltwoup__media.active {
  animation: scrollTwoUpMediaIn 0.3s ease forwards;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .section-scrolltwoup__media.active {
    display: block;
  }
}
.section-scrolltwoup__media.oldActive {
  animation: scrollTwoUpMediaOut 0.3s ease forwards;
}
.section-scrolltwoup__media img,
.section-scrolltwoup__media video,
.section-scrolltwoup__media svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .section-scrolltwoup__media img,
  .section-scrolltwoup__media video,
  .section-scrolltwoup__media svg {
    height: auto;
  }
}
.section-scrolltwoup__video, .section-scrolltwoup__image, .section-scrolltwoup__poster {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-scrolltwoup__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-scrolltwoup__poster {
    position: relative;
    inset: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .section-scrolltwoup__media--has-file .section-scrolltwoup__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.section-scrolltwoup__lottie {
  width: 100%;
  height: 100%;
}
@keyframes scrollTwoUpPillIn {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollTwoUpPillOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-16px);
  }
}
@keyframes scrollTwoUpMediaIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollTwoUpMediaOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollTwoUpTabIn {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollTwoUpTabOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(18px);
  }
}
@keyframes scrollTwoUpTabInReverse {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollTwoUpTabOutReverse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

[lang=en-AU] .section-scrolltwoup .section-scrolltwoup__sticky {
  top: 100px;
}

body.rtl .section-scrolltwoup__text li {
  padding-left: 0;
  padding-right: 18px;
}
body.rtl .section-scrolltwoup__text li:before {
  left: unset;
  right: 0;
}
/*# sourceMappingURL=section-scrolltwoup.css.map */
