html.page-no-margin-top {
    margin-top: 0 !important;
}

.admin-bar {
    padding-top: 32px;
}

header, footer {
    display: none !important;
}

body {
    background: #0F1425 !important;
}

section.sasp {
    overflow: hidden;
   justify-content: flex-start;
   height: 100%;
}
section.sasp .fp-overflow {
    padding-top: 80px;
    height: 100%;
}

h2 {
    font-size: min(7vw, 120px) !important;
    line-height: 1;
    padding-top: 21px;
}

[data-aos="fade-only"] {
    opacity: 0;
    transition-property: opacity;
}

[data-aos="fade-only"].aos-animate {
    opacity: 1;
}

/*NAV*/

.onboarding-nav {
    border-bottom: 1px solid #FFFFFF0F;
    padding: 20px 0;
    z-index: 1;
    position: relative;
    background: #0f1425;
}

.onboarding-nav  .container {
    display: flex;
    justify-content: space-between;
}

.onboarding-nav img {
    width: 230px;
    height: auto;
}

.onboarding-nav .items {
    display: flex;
    gap: 36px;
    align-items: center;
}

.onboarding-nav .items a {
    font-size: 15px;
    color: #B8BDD1;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}


.onboarding-nav a.active {
    color: #fff !important;
    padding-bottom: 7px;
}

.onboarding-nav a:before {
    background: #EB3039;
    height: 2px;
    width: 0%;
    max-width: 37px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.onboarding-nav a.active:before {
    width: 37px;
}

[data-aos="width-fill"] {
  width: 0;
}

[data-aos="width-fill"].aos-animate {
  width: 100%;
}

/*FOOTER*/

.onboarding-footer {
    position: fixed;
    bottom: 20px;
    z-index: 100000;
    width: 100%;
}

.page-indicator {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    color: #858CA6;
    align-items: center;
    gap: 16px;
}

.current {
    color: #FFFFFF;
    font-family: Antonio;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

/*SECTION  1*/

h2,
h1 {
    font-family: Antonio;
    font-weight: 700;
    font-style: Bold;
    leading-trim: NONE;
    line-height: 92% !important;
    letter-spacing: -2%;
    color: #FFFFFF;
}



.chip {
    background: #FFFFFF0F;
    border: 1px solid #FFFFFF1F;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 8%;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    position: relative;
    width: fit-content;
    padding-left: 34px;
}

.chip:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 10rem;
    content: '';
    left: 16px;
    transform: translateY(-50%);
    top: 50%;
}

.general-overview h1 {
    font-size: min(10.5vw, 180px) !important;
    line-height: 1;
}

.line {
    background: #EB3039;
    height: 4px;
    max-width: 120px;
    margin-top: 40px;
    width: 0;
}

.general-overview .description {
    font-size: 28px;
}

.description {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #B8BDD1;
    max-width: 765px;
    margin-top: 36px;
}

.general-overview .container {
    display: flex;
    gap: 30px;
    position: relative;
    height: 100%;
}

.general-overview a.button {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 24px;
    display: block;
}

.general-overview .cols-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    align-items: flex-end;
    padding-top: 67px;
}


.onboarding-card {
    border: 1px solid #2A324B;
    background: #141A2C;
    padding: 28px;
    border-radius: 20px;
    max-width: 380px;
    min-width: 380px;
}

.onboarding-card .pretitle {
    color: #EB3039;
    font-size: 12px;
}

.onboarding-card .title {
    font-size: clamp(44px, 2.35vw, 56px) !important;
    color: #fff;
    line-height: 100%;
    font-family: Antonio;
    padding: 8px 0;
}

.onboarding-card p {
    padding: 0;
    color: #B8BDD1;
    font-size: 16px;
}


/*SECTION  2*/

.key-dates-roadmap .container {
    padding-bottom: 180px;
}

.key-dates-roadmap .description {
    font-size: 20px;
}

.key-dates-roadmap .onboarding-card .title {
    font-size: min(1.65vw, 28px) !important;
}

.key-dates-roadmap .onboarding-card p {
    font-size: 14px;
}

.key-dates-roadmap .cols-1 {
    padding-bottom: 44px;
    border-bottom: #FFFFFF1A solid 1px;
    margin-bottom: 19px;
}

.key-dates-roadmap .onboarding-card {
    padding: 24px;
    max-width: auto;
    min-width: auto;
    min-height: 320px;
    flex: 1;
    position: relative;
}

.key-dates-roadmap .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.key-dates-roadmap .pretitle {
    font-family: Antonio;
    font-weight: 700;
    font-size: 21px !important;
    line-height: 122%;
    letter-spacing: 0%;
    color: #BEBEBE !important;
    padding-top: 14px;
}

.key-dates-roadmap .number {
    font-family: Antonio;
    font-size: 36px;
    line-height: 100%;
    color: #EB3039;
    position: relative;
}

.key-dates-roadmap .onboarding-card  .chip {
    color: #B8BDD1;
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
    font-size: 11px;
    
}

.key-dates-roadmap .onboarding-card  .chip:before {
    display: none;
}

.key-dates-roadmap .number:before {
    position: absolute;
    content: '';
    background: #EB3039;
    height: 2px;
    width: 40px;
    bottom: -14px;
}

.key-dates-roadmap .cols-2 {
    display: flex;
    gap: 20px;
}


@media (max-width: 1700px) {
    .onboarding-nav .items {
        gap: 26px;
    }
    .onboarding-nav .items a {
        font-size: 12px;
    }
}



/*SECTION  3*/
.gallery-container {
    position: relative;
}
.gallery-container:after,
.gallery-container:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4rem;
    background: linear-gradient(270deg, rgba(15, 20, 37, 0) 0%, #0F1425 77.4%);
    z-index: 11;
}
.gallery-container:after {
    right: 0;
    background: linear-gradient(90deg, rgba(15, 20, 37, 0) 0%, #0F1425 77.4%);
    top: 0;
}
.gallery-wrapper img {
    width: 100%;
    padding: 12.5px;
    max-height: 16rem;
}

.arlo-culture .cols-2 {
    display: flex;
    gap: 20px;
    padding-top: 116px;
}

.arlo-culture .onboarding-card {
    padding: 32px 28px 52px;
    min-width: auto;
    flex: 1;
    position: relative;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.arlo-culture .onboarding-card .title {
    font-size: min(1.65vw, 36px) !important;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.arlo-culture .onboarding-card .title {
    font-size: min(2.2vw, 36px) !important;
    padding: 34px 0 0;
}

.arlo-culture .onboarding-card .number {
    font-size: min(2.2vw, 33px) !important;
    color: #EB3039;
    line-height: 100%;
    font-family: Antonio;
    position:relative;
}
.arlo-culture .cols-2 .onboarding-card .number:before {
    position: absolute;
    content: '';
    background: #EB3039;
    height: 2px;
    width: 40px;
    bottom: -16px;
}
.arlo-culture .onboarding-card:hover {
    background: #EB3039;
}
.arlo-culture .onboarding-card:hover .number {
    color: #fff;
}

.workforce {
    padding-top: 52px;
}

.workforce .title {
    padding-bottom: 16px;
}

.arlo-culture  h3 {
    font-family: Antonio;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EB3039;
}

.workforce  .onboarding-card {
    padding: 24px 28px !important;
}

.arlo-culture .cards-wrapper {
    display: flex;
    gap: 16px;
}

.workforce .cards-wrapper p {
    font-size: 27px;
    line-height: 37px !important;
    padding-top: 8px;
}
.workforce .cards-wrapper .onboarding-card .number {
    font-weight: bold;
    color: #fff;
}

.recognition .onboarding-card {
    max-width: max-content;
}
.recognition .onboarding-card .number {
    font-weight: bold;
    color: #fff;
    font-size: min(2.2vw, 32px) !important;
}
.recognition .onboarding-card .workforce-cards-title p{
    font-size:15px !important;
    line-height: 1 !important;
    padding-top: 10px;
}

.client-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 6px;
}
.client-wrapper img {
    width: 100% !important;
    background: #181C2A;
    border-radius: 10px;
    object-fit: scale-down;
}
.clients-gallery .slick-arrow {
    display: none !important;
}

.where-we-work p {
    font-size: 22px;
    color: #FFFFFF;
}

.where-we-work .states {
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Antonio';
    font-size: 22px;
}

.where-we-work small {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #B8BDD1;
    padding-top: 2rem;
    display: block;
    position: relative;
    padding-left: 26px;
}
.where-we-work  {
    display: flex;
    padding-bottom: 180px;
}
.where-we-work small:before {
    background: #EB3039;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    border-radius: 3px;
    left: 0px;
}

.where-we-work .col-states {
    max-width: 290px;
}
.where-we-work .map {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
}
.where-we-work .map img {
    width: min(57vw, 975px);
}



/*SECTION  4*/
.onboarding-team {
    
}

.onboarding-team .photo  {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.onboarding-team .photo:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 120%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(184, 189, 209, 0.28) 0%, rgba(184, 189, 209, 0) 100%);
}
.onboarding-team .photo img.person {
    max-height: 90svh;
    opacity: 0;
    will-change: opacity;
}

.onboarding-team .photo img.name {
    position: absolute;
    z-index: -1;
    bottom: 0;
    max-height: 49svh;
    max-width: 100vw;
    opacity: 0;
    transform: translate(0, 0);
    will-change: transform, opacity;
}

.onboarding-team .col-quote small,
.onboarding-team .col-quote p {
    opacity: 0;
    transform: translateY(25px);
    will-change: transform, opacity;
}

.onboarding-team .col-data .name,
.onboarding-team .col-data .role,
.onboarding-team .col-data .description-role,
.onboarding-team .col-data .contact,
.onboarding-team .col-data .cta {
    opacity: 0;
    transform: translateX(35px);
    will-change: transform, opacity;
}


.col-quote small {
    color: #EB3039;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 14%;
    position: relative;
    display: block;
    padding-left: 18px;
}
.col-quote small:before {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    width: 8px;
    background: #EB3039;
    bottom: 3px;
    border-radius: 11px;
    z-index: 1;
}
.col-quote p {
    font-weight: 400;
    font-size: 40px;
    line-height: 106%;
    letter-spacing: 0%;
    margin-top: 30px;
    color: #B8BDD1;
    padding-bottom: 0;
}

.col-data  .name {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.col-data .role {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #EB3039;
    padding: 12px 0;
}

.col-data .description-role {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #B8BDD1;
    margin-top: 7px;
}

.col-data .contact {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    padding: 12px 0 22px;
}
    
.col-data .contact a.mail-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

.col-data .cta a {
    padding: 12px 22px;
    background: #EB3039;
    border-radius: 8px;
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.onboarding-team .info {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.onboarding-team .col-data {
    padding-top: 17px;
    max-width: 350px;
}

.onboarding-team .fp-overflow{
    height: 100%;
}
.onboarding-team .container{
    position: relative;
}
.where-we-work .states span {
    display: block;
}


.faqs .container {
    display: flex;
}

 .faqs .cols-2 {
    padding-left: 60px;
}
.faqs .questions-wrapper {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 24px;
    grid-template-columns: repeat(2, 1fr);
}
.faqs h2 {
    font-size: min(7vw, 96px) !important;;
}
.faqs .description {
    font-size: 20px;
}
.question-item {
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF14;
    padding: 20px 22px;
    border-radius: 16px;
    align-self: start;
}

.question-item .head {
    display: flex;
    align-items: center;
    position: relative;
}
.question-item .head .number {
    background: #EB303924;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    font-family: Antonio;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB3039;
}

.question-item .head p {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 0;
    padding-left: 14px;
}

.question-item .head .icon {
    border: 1px solid #FFFFFF24;
    height: 28px;
    width: 28px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-item .content {
    font-weight: 400;
    font-style: normal;
    font-size: 13.5px;
    line-height: 145%;
    color: #B8BDD1;
    letter-spacing: 0%;
    padding-top: 12px;
}



.question-item .content {
  height: 0;
  overflow: hidden;
  display: block;
}

.question-item .head {
  cursor: pointer;
}

.question-item .icon {
  transition: transform 0.3s ease;
}

.question-item.active .icon {
  transform: rotate(180deg);
}





.pre-start-checklist .number {
    font-family: Antonio;
    font-size: 36px;
    line-height: 100%;
    color: #EB3039;
    position: relative;
}
.pre-start-checklist .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pre-start-checklist .number:before {
    position: absolute;
    content: '';
    background: #EB3039;
    height: 2px;
    width: 40px;
    bottom: -14px;
}
.pre-start-checklist .onboarding-card .title {
    font-size: 28px !important;
}
.pre-start-checklist .onboarding-card p {
    font-size: 14px;
    padding-top: 6px;
}
.pre-start-checklist  .cols-2 {
    display: flex;
    gap: 20px;
    padding-top: 100px;
}

.pre-start-checklist .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 14px;
}
.pre-start-checklist .item {
    display: flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #B8BDD1;
    gap: 10px;
}
.pre-start-checklist .item img {
    width: 18px;
    height: 18px;
}

.pre-start-checklist .description {
    font-size: 20px;
    max-width: 1000px;
    margin-top: 100px;
}

.pre-start-checklist  .onboarding-card {
    max-width: 100%;
    min-width: auto;
    width: 100%;
}

.onboarding-team .disclaimer {
    z-index: 1;
    color: #B8BDD1;
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    max-width: 370px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: -13rem;
    right: 0;
    pointer-events: none;
    height: 100svh;
    padding-bottom: 3rem;
}



@media screen and (max-width: 767px) {
    .onboarding-team .disclaimer {
        position: relative;
        top: auto;
        right: auto;
        pointer-events: none;
        height: auto;
        padding-bottom: 0;
        padding-top: 2rem;
    }
    .general-overview .container {
      flex-direction: column;
    }
    .general-overview h1 {
        font-size: 58px !important;
        margin-top: 18px;
    }
    .general-overview .description {
        font-size: 16px;
    }
    .onboarding-card {
        max-width: max-content;
        min-width: auto;
    }
    .general-overview .cols-2 {
        padding-top: 0px;
        align-items: center;
    }
    .sasp .container {
        padding-bottom: 230px;
    }
    .onboarding-card .title {
        font-size: 26px !important;
    }
    .onboarding-card p {
        font-size: 14px;
    }
    section.sasp .fp-overflow {
        padding-top: 30px;
    }
    
    .vertical-scrolling  h2 {
        font-size: 44px !important;
    }
    .key-dates-roadmap .description {
        font-size: 16px;
    }
    .key-dates-roadmap .cols-2 {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .key-dates-roadmap .onboarding-card {
        min-height: auto;
    }
    .key-dates-roadmap .head {
        justify-content: flex-start;
    }
    .key-dates-roadmap .onboarding-card .chip {
        background: transparent;
        border: none !important;
    }
    .key-dates-roadmap .number:before{
        display: none;
    }
    .key-dates-roadmap .pretitle {
        font-size: 26px !important;
        color: #ffff !important;
    }
    .key-dates-roadmap .onboarding-card .title {
        font-size: 13px !important;
        color: #858CA6;
    }
    .vertical-scrolling.arlo-culture h2 {
        font-size: 50px !important;
    }
    .arlo-culture .cols-2 {
        padding-top: 24px;
        flex-wrap: wrap;
    }
    
    .arlo-culture .cols-2 .onboarding-card {
        width: 47% !important;
        flex: auto !important;
        max-width: 48%;
        padding: 16px !important;
        border-radius: 14px !important;
    }
    
    .arlo-culture .onboarding-card .number {
        font-size: 22px !important;
    }
    .arlo-culture .cols-2 .onboarding-card .number:before {
        display: none;
    }
    .arlo-culture .onboarding-card .title {
        font-size: 13px !important;
        padding: 6px 0 0;
        font-family: futura-pt, sans-serif;
        font-weight: 300 !important;
    }
    
    .gallery-container:after, .gallery-container:before {
        display: none;
    }
    .gallery-wrapper img {
        width: 100%;
        padding: 5px;
        border-radius: 12px;
    }
    .arlo-culture .cards-wrapper {
        flex-wrap: wrap;
    }
    .unique.workforce .onboarding-card {
        padding: 0 !important;
        background: transparent;
        border: none;
        width: 45%;
        flex: auto;
        max-width: 100%;
        pointer-events: none;
    }
    .recognition .onboarding-card {
        padding: 16px 16px !important;
    }
   .recognition .cards-wrapper {
        flex-direction: column;
    }
    .recognition .onboarding-card .number {
        font-size: 20px !important;
    }
    .where-we-work {
        display: flex;
        padding-bottom: 0;
        flex-direction: column;
    }
    .where-we-work .col-states {
        max-width: 100%;
    }
    .where-we-work p {
        font-size: 14px;
        color: #B8BDD1;
    }
    .where-we-work .states {
        color: #B8BDD1;
        font-weight: 200;
        line-height: 1;
        font-family: 'futura-pt';
        font-size: 13px;
        padding: 0;
        background: transparent;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .where-we-work .states span {
        display: block;
        padding: 6px 11px;
        background: #FFFFFF0D;
        border-radius: 40px;
        width: fit-content;
        margin-right: 0;
    }


    .where-we-work small {
        display: none;
    }
    .where-we-work .map {
        padding-top: 24px;
    }
    .where-we-work .map img {
        width: 100%;
    }

    .onboarding-team .photo {
        position:relative;
    }
    
    .col-quote small {
        font-size: 12px;
        padding: 8px 14px 8px 25px;
        background: #FFFFFF0F;
        width: fit-content;
        border-radius: 1rem;
    }
    .col-quote small:before{
        border-radius: 11px;
        left: 10px;
        bottom: 10px;
    }
    .col-quote p {
        font-size: 19px;
    }
    .col-quote p br {
        display: none;
    }
    .onboarding-team .info {
        flex-direction: column;
    }
    .onboarding-team .col-data {
        max-width: 100%;
        padding-bottom: 4rem;
    }
    .hide-mobile {
        display: none;
    }
    .onboarding-team .photo:before {
        display:none;
    }
    .onboarding-team .photo img.person {
        max-height: max-content;
        width: 100%;
        max-width: 600px;
        border-bottom: solid 1px #fff;
    }
    .onboarding-team .photo img.name {
        display:none;
    }
    
    .col-data .name {
        font-size: 26px;
    }
    .col-data .role {
        font-size: 16px;
    }
    .col-data .cta a {
        border-radius: 50px;
    }
    
    .onboarding-nav {
        padding: 20px 0 0;
    }
    .onboarding-nav img {
        max-width: 105px;
    }
    .onboarding-nav .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    .onboarding-nav .items {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 8px;
        padding: 15px 0;
    }
    .onboarding-nav .items a {
        font-size: 12px;
        padding: 8px 14px;
        display: block;
        width: fit-content !important;
        background: #FFFFFF0D;
        border-radius: 20px;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .onboarding-nav a.active {
        color: #fff !important;
        padding-bottom: 7px;
        background: #EB3039 !important;
    }
    .coming-soon img {
        width: 100%;
        padding-top: 40px;
    }
    
    .faqs .container {
        display: flex;
        flex-direction: column;
    }
     .faqs .cols-2 {
        padding-left: 0;
    }
    .faqs .questions-wrapper {
        display: grid;
        gap: 14px 24px;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 30px;
    }
    .question-item .head .icon {
        display: none;
    }
    
    .pre-start-checklist .description {
        font-size: 14px;
        margin-top: 36px;
    }
    .pre-start-checklist .cols-2 {
        padding-top: 50px;
        flex-direction: column;
    }
    .pre-start-checklist  .onboarding-card {
        max-width: 100%;
        min-width: auto;
    }
    
    .burst {
        width: 100%;
        right: -5rem;
        top: 3rem;
        width: 72vw;
    }
    
    .arlo-culture .burst {
        right: -3rem;
        top: -5rem;
        bottom: auto;
    }
    
    .pre-start-checklist .burst {
        right: -7rem;
        top: -4rem;
        bottom: auto;
    }

}

@media screen and (min-width: 768px) { 
    .hide-desktop {
        display: none;
    }
}


.burst {
    position: absolute;
    display: block;
    line-height: 0;
    background: #0F1425 !important;
    max-width: 800px;
    width: 45vw;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity:35%;
}

.burst video,
.burst canvas {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  mix-blend-mode: screen;   /* descarta el negro del video */
}

.burst canvas {              /* guarda el último frame */
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}




section.vertical-scrolling.onboarding-team.sasp {
    background: #0f1425;
}



.key-dates-roadmap .burst {
    bottom: auto;
    top: -5rem;
    transform: rotate(240deg);
}
.arlo-culture .burst {
    right: -15rem;
    top: -20rem;
    bottom: auto;
}
.pre-start-checklist .burst {
    right: -15rem;
    top: -7rem;
    bottom: auto;
}
.faqs .burst {
    right: auto;
    bottom: -5rem;
    left: 0;
}




@media (min-width: 768px) {
    .page-scrollbar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 4px;
        width: 8px;
        z-index: 100001;
        background: #FFFFFF0F;
        border-radius: 8px;
    }
    .page-scrollbar .thumb {
        position: absolute;
        left: 0;
        width: 100%;
        background: #2A324B;
        border-radius: 8px;
        cursor: grab;
        transition: transform 0.6s ease, background 0.25s ease;
    }
    .page-scrollbar .thumb:hover,
    .page-scrollbar.dragging .thumb {
        background: #EB3039;
    }
    .page-scrollbar.dragging .thumb {
        transition: none;
        cursor: grabbing;
    }
}





.onboarding-team {
    position: relative;
}

.team-arrow {
    position: absolute;
    top: 45%;
    z-index: 20;
    background: none;
    border: none;
    padding: 12px;
    cursor: pointer;
    opacity: 0.75;
    transform: translateY(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.team-arrow img {
    display: block;
    width: 56px;    /* ajusta al tamaño real de tus PNG */
    height: auto;
}

.team-arrow:focus {
    outline: none;
    box-shadow: none;   /* algunos temas usan box-shadow como anillo de foco */
}

.team-arrow:focus-visible {
    outline: 2px solid #EB3039;   /* foco visible solo al navegar con teclado */
    outline-offset: 4px;
    border-radius: 8px;
}

.team-arrow-left  { left: 28px; }
.team-arrow-right { right: 28px; }

.team-arrow-left:hover  { opacity: 1; transform: translateY(-50%) translateX(-4px); }
.team-arrow-right:hover { opacity: 1; transform: translateY(-50%) translateX(4px); }

@media (max-width: 767px) {
    .team-arrow { display: none; }   /* redundante con la conversión, pero por si acaso */
}






















