.Block--page-installapp{display:flex;flex-direction:column;gap:var(--spacing-x5);padding-bottom:var(--padding-x12)}@media(min-width:768px){.Block--page-installapp{gap:var(--spacing-x8)}}.Block--page-installapp__banner{display:flex;flex-direction:column;height:344px;justify-content:flex-end;padding:var(--padding-x16) var(--padding-x12);position:relative}@media(min-width:768px){.Block--page-installapp__banner{align-items:center;flex-direction:row;height:300px;justify-content:flex-start;padding:var(--padding-x24)}}.Block--page-installapp__banner-background{inset:0;position:absolute;z-index:-1}.Block--page-installapp__banner-background-img{-o-object-fit:cover;object-fit:cover}.Block--page-installapp__banner-content{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-x8)}@media(min-width:768px){.Block--page-installapp__banner-content{align-items:flex-start;gap:var(--spacing-x12)}}.Block--page-installapp__banner-title{text-wrap:balance;color:var(--white);font-size:20px;font-weight:700;letter-spacing:.3px;line-height:24px;margin:0;max-width:200px;text-align:center;text-transform:uppercase}@media(min-width:768px){.Block--page-installapp__banner-title{font-size:32px;font-weight:700;letter-spacing:.5px;line-height:38px;max-width:300px;text-align:start;text-transform:uppercase}}.Block--page-installapp__tabs{padding:0 var(--padding-x8)}@media(min-width:768px){.Block--page-installapp__tabs{padding:0 var(--padding-x12)}}.Block--page-installapp__tabs-header{display:flex}.Block--page-installapp__tab{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:var(--spacing-x4);justify-content:center;line-height:20px;padding:var(--padding-x5) var(--padding-x6);transition:color var(--transition)}.Block--page-installapp__tab:hover{color:var(--white)}.Block--page-installapp__tab--active{background-color:var(--black-basic-gray);border-radius:var(--border-radius-x5) var(--border-radius-x5) 0 0;color:var(--white)}.theme-green .Block--page-installapp__tab--active{background-color:var(--green-basic-green)}.Block--page-installapp__tab-icon{font-size:20px}.Block--page-installapp__tabs-content{background-image:linear-gradient(281deg,#35383e,#24262b 50%);border-radius:0 var(--border-radius-x6) var(--border-radius-x6) var(--border-radius-x6);display:flex;flex-direction:column;gap:var(--spacing-x8);padding:var(--padding-x12)}.theme-green .Block--page-installapp__tabs-content{background-image:linear-gradient(281deg,#087647,#0d4e32 50%)}@media(min-width:768px){.Block--page-installapp__tabs-content{background-image:linear-gradient(280deg,#35383e,#24262b 50%);gap:var(--spacing-x12);padding:var(--padding-x16)}.theme-green .Block--page-installapp__tabs-content{background-image:linear-gradient(280deg,#087647,#0d4e32 50%)}}.Block--page-installapp__instruction-title{color:var(--white);font-size:18px;font-weight:700;letter-spacing:.3px;line-height:22px;text-align:center;text-transform:uppercase}@media(min-width:768px){.Block--page-installapp__instruction-title{font-size:20px;line-height:24px}}@media(min-width:960px){.Block--page-installapp__instruction-title{font-size:24px;line-height:28px}}.Block--page-installapp__instruction-steps{display:flex;flex-direction:column;gap:var(--spacing-x16)}@media(min-width:768px){.Block--page-installapp__instruction-steps{--columns-gap:var(--spacing-x8);display:grid;gap:var(--columns-gap);grid-template-columns:repeat(3,1fr)}}@media(min-width:960px){.Block--page-installapp__instruction-steps{--columns-gap:var(--spacing-x24)}}.Block--page-installapp__instruction-step{display:flex;flex-direction:column;gap:var(--spacing-x8)}@media(min-width:768px){.Block--page-installapp__instruction-step{justify-content:space-between;position:relative}.Block--page-installapp__instruction-step:not(:last-child):after{--border-width:1px;background-color:var(--black-light-gray);bottom:16px;content:"";left:calc(100% + var(--columns-gap)/2 - var(--border-width)/2);opacity:.4;position:absolute;top:54px;width:var(--border-width)}}.Block--page-installapp__instruction-step-header{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-x3);text-align:center}@media(min-width:768px){.Block--page-installapp__instruction-step-header{gap:var(--spacing-x6)}}.Block--page-installapp__instruction-step-number{color:var(--white);font-size:16px;font-weight:700;letter-spacing:.3px;line-height:20px;text-transform:uppercase}@media(min-width:768px){.Block--page-installapp__instruction-step-number--mobile{display:none}}.Block--page-installapp__instruction-step-number--desktop{display:none}@media(min-width:768px){.Block--page-installapp__instruction-step-number--desktop{align-items:center;border:2px solid var(--basic-yellow);border-radius:50%;display:flex;font-size:14px;height:30px;justify-content:center;line-height:20px;width:30px}}.Block--page-installapp__instruction-step-text{text-wrap:balance;color:var(--white);font-size:14px;font-weight:500;line-height:20px}@media(min-width:768px){.Block--page-installapp__instruction-step-text{font-size:16px;line-height:22px;text-align:center}}.Block--page-installapp__instruction-step-image{align-self:center;width:240px}@media(min-width:768px){.Block--page-installapp__instruction-step-image{height:360px;width:unset}}@media(min-width:960px){.Block--page-installapp__instruction-step-image{height:450px}}.Block--page-installapp__instruction-step-image--ios{aspect-ratio:148/303}.Block--page-installapp__instruction-step-image--android{aspect-ratio:142/304}