.bsc-button{position:relative;border:1px solid #100c27;text-transform:uppercase;cursor:pointer;text-decoration:none;width:-moz-fit-content;width:fit-content;transition:.3s ease-out;letter-spacing:.02em;line-height:120%;font-weight:800;font-family:var(--font-family-base),sans-serif}.bsc-button,.bsc-button .left-icon,.bsc-button .right-icon{display:flex;justify-content:center;align-items:center}.bsc-button:disabled{background-color:#e1e4e8;color:#97a1ac;border-color:#e1e4e8;cursor:default}.bsc-button:disabled svg.arrow-icon path{fill:#97a1ac}.bsc-button.primary:not(:disabled){background-color:#9688ff;color:#100c27}.bsc-button.primary:not(:disabled):hover{background-color:#ada1ff;border:1px solid transparent}.bsc-button.primary:not(:disabled):active{background-color:#6c5ae0;color:#100c27;border:1px solid transparent}.bsc-button.primary svg.arrow-icon path{fill:#100c27}.bsc-button.primary.rdstation:not(:disabled){background-color:#06d9df;color:#00121a}.bsc-button.primary.rdstation:not(:disabled):hover{background-color:#6ef7fb;border:1px solid transparent}.bsc-button.primary.rdstation:not(:disabled):active{background-color:#11a7b6;color:#00121a;border:1px solid transparent}.bsc-button.primary.rdstation svg.arrow-icon path{fill:#00121a}.bsc-button.secondary:disabled{background-color:transparent}.bsc-button.secondary:not(:disabled){border:1px solid #4839a3;background-color:#fff;color:#4839a3}.bsc-button.secondary:not(:disabled):hover{color:#4839a3;background-color:#c3bbff;border:1px solid #806eff}.bsc-button.secondary:not(:disabled):active{color:#100c27;background-color:#9688ff;border:1px solid #806eff}.bsc-button.secondary:not(:disabled) svg.arrow-icon path,.bsc-button.secondary:not(:disabled):hover svg.arrow-icon path{fill:#4839a3}.bsc-button.secondary:not(:disabled):active svg.arrow-icon path{fill:#100c27}.bsc-button.tertiary{border:0;transition:background-color .3s ease}.bsc-button.tertiary:disabled{background-color:transparent}.bsc-button.tertiary:not(:disabled){background-color:transparent;color:#100c27}.bsc-button.tertiary:not(:disabled):hover{color:#100c27;background:rgba(0,0,0,.16)}.bsc-button.tertiary:not(:disabled):active{background:rgba(0,0,0,.4)}.bsc-button.tertiary:not(:disabled) svg.arrow-icon path,.bsc-button.tertiary:not(:disabled):active svg.arrow-icon path,.bsc-button.tertiary:not(:disabled):hover svg.arrow-icon path{fill:#100c27}.bsc-button.highlight:not(:disabled){background-color:#f2bf4e;color:#000}.bsc-button.highlight:not(:disabled):hover{background-color:#f8dca0;border:1px solid transparent}.bsc-button.highlight:not(:disabled):active{background-color:#efb22e;border:1px solid transparent}.bsc-button.highlight-secondary svg.arrow-icon path{fill:#e4a111}.bsc-button.highlight-secondary:not(:disabled){border:1px solid #e4a111;color:#e4a111;background-color:#fff}.bsc-button.highlight-secondary:not(:disabled):hover{color:#000;background-color:#f8dca0}.bsc-button.highlight-secondary:not(:disabled):hover svg.arrow-icon path{fill:#000}.bsc-button.highlight-secondary:not(:disabled):active{color:#000;background-color:#f5ce7a}.bsc-button.highlight-secondary:not(:disabled):active svg.arrow-icon path{fill:#000}.bsc-button.inverse:not(:disabled){background-color:#fff;color:#100c27}.bsc-button.inverse:not(:disabled):hover{background-color:#e1e4e8}.bsc-button.inverse:not(:disabled):active{background-color:#bec4cb}.bsc-button.inverse svg.arrow-icon path{fill:#100c27}.bsc-button.inverse-secondary:not(:disabled){background-color:transparent;color:#100c27}.bsc-button.inverse-secondary:not(:disabled):hover{background-color:#cfd3d8;color:#100c27}.bsc-button.inverse-secondary:not(:disabled):active{background-color:rgba(0,0,0,.4);color:#100c27}.bsc-button.inverse-secondary:disabled{background-color:transparent;color:#97a1ac;border-color:#bec4cb}.bsc-button.inverse-secondary:disabled svg.arrow-icon path{fill:#97a1ac}.bsc-button.inverse-secondary svg.arrow-icon path{fill:#100c27}.bsc-button.loading{background-color:#e1e4e8;color:#97a1ac;border-color:#e1e4e8;pointer-events:none}.bsc-button.loading .spinner-container{margin-right:8px}.bsc-button.mobile-size-sm{padding:8px 16px;font-size:14px;line-height:140%}.bsc-button.mobile-size-sm svg.arrow-icon{width:13px;height:7px}.bsc-button.mobile-size-md{padding:12px 24px;font-size:16px;line-height:150%}.bsc-button.mobile-size-lg{padding:16px 32px;font-size:20px;line-height:120%}@media(min-width:768px){.bsc-button.tablet-size-sm{padding:8px 16px;font-size:14px;line-height:140%}.bsc-button.tablet-size-sm svg.arrow-icon{width:13px;height:7px}.bsc-button.tablet-size-md{padding:12px 24px;font-size:16px;line-height:150%}.bsc-button.tablet-size-lg{padding:16px 32px;font-size:20px;line-height:120%}}@media(min-width:1280px){.bsc-button.desktop-size-sm{padding:8px 16px;font-size:14px;line-height:140%}.bsc-button.desktop-size-sm svg.arrow-icon{width:13px;height:7px}.bsc-button.desktop-size-md{padding:12px 24px;font-size:16px;line-height:150%}.bsc-button.desktop-size-lg{padding:16px 32px;font-size:20px;line-height:120%}}@media(min-width:1608px){.bsc-button.large-size-sm{padding:8px 16px;font-size:14px;line-height:140%}.bsc-button.large-size-sm svg.arrow-icon{width:13px;height:7px}.bsc-button.large-size-md{padding:12px 24px;font-size:16px;line-height:150%}.bsc-button.large-size-lg{padding:16px 32px;font-size:20px;line-height:120%}}.bsc-button:after{content:"";display:none;position:absolute;top:100%;left:calc(0% - 2px);width:calc(100% + 4px);border-left:8px solid transparent;border-right:8px solid transparent;height:0;box-sizing:border-box}.bsc-button.mobile-shadow-true:after{display:block}.bsc-button.mobile-shadow-false:after{display:none}@media(min-width:768px){.bsc-button.tablet-shadow-true:after{display:block}.bsc-button.tablet-shadow-false:after{display:none}}@media(min-width:1280px){.bsc-button.desktop-shadow-true:after{display:block}.bsc-button.desktop-shadow-false:after{display:none}}@media(min-width:1608px){.bsc-button.large-shadow-true:after{display:block}.bsc-button.large-shadow-false:after{display:none}}.bsc-button.primary:after{border-top:4px solid #000;left:0;width:100%}.bsc-button.secondary:after{border-top:4px solid #6c5ae0}.bsc-button.inverse-secondary:after{border-top:4px solid #000}.bsc-button.highlight:after{border-top:4px solid #000;left:0;width:100%}.bsc-button.highlight-secondary:after{border-top:4px solid #e4a111}.bsc-button .left-icon{margin-right:12px;transform:scaleX(-1)}.bsc-button .right-icon{margin-left:12px}.bsc-button.mobile-fill-true{width:100%}.bsc-button.mobile-fill-false{width:-moz-fit-content;width:fit-content}@media(min-width:768px){.bsc-button.tablet-fill-true{width:100%}.bsc-button.tablet-fill-false{width:-moz-fit-content;width:fit-content}}@media(min-width:1280px){.bsc-button.desktop-fill-true{width:100%}.bsc-button.desktop-fill-false{width:-moz-fit-content;width:fit-content}}@media(min-width:1608px){.bsc-button.large-fill-true{width:100%}.bsc-button.large-fill-false{width:-moz-fit-content;width:fit-content}}.bsc-spinner{display:block;animation:spin 2s linear infinite}.bsc-spinner.xs{width:20px;height:20px}.bsc-spinner.sm{width:24px;height:24px}.bsc-spinner.md{width:32px;height:32px}.bsc-spinner.lg{width:48px;height:48px}.bsc-spinner svg{width:136%;height:133%}.bsc-input{box-sizing:border-box}.bsc-input .label{display:block;font-weight:700;font-size:16px;margin-bottom:12px}.bsc-input .label:not(.inversed):not(.disabled){color:#212429}.bsc-input .label.inversed{color:#fff}.bsc-input .label.disabled{color:#bec4cb}.bsc-input .label.small{font-size:14px}.bsc-input .input-wrapper{position:relative;display:flex;align-items:center;box-sizing:border-box;cursor:text;border:1px solid #000;background-color:#fff;box-shadow:inset 4px 4px 0 #f1f3f5;padding:12px 0}.bsc-input .input-wrapper:hover{background-color:#f1f3f5}.bsc-input .input-wrapper.alert{border:1px solid #e34263}.bsc-input .input-wrapper.disabled{cursor:not-allowed;background-color:#e1e4e8;border:1px solid #bec4cb}.bsc-input .input-wrapper.disabled:hover{background-color:#e1e4e8}.bsc-input .input-wrapper.alert:not(.suffix){padding:12px 0}.bsc-input .input-wrapper.alert:not(.suffix):before{width:24px;height:24px;top:11px;right:12px;content:"";background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2012C21%2016.9717%2016.9702%2021%2012%2021C7.02979%2021%203%2016.9717%203%2012C3%207.03124%207.02979%203%2012%203C16.9702%203%2021%207.03124%2021%2012ZM12%2013.8145C11.078%2013.8145%2010.3306%2014.5619%2010.3306%2015.4839C10.3306%2016.4058%2011.078%2017.1532%2012%2017.1532C12.922%2017.1532%2013.6694%2016.4058%2013.6694%2015.4839C13.6694%2014.5619%2012.922%2013.8145%2012%2013.8145ZM10.4151%207.81406L10.6843%2012.7495C10.6969%2012.9805%2010.8878%2013.1613%2011.1191%2013.1613H12.8809C13.1122%2013.1613%2013.3031%2012.9805%2013.3157%2012.7495L13.5849%207.81406C13.5985%207.5646%2013.3999%207.35484%2013.1501%207.35484H10.8499C10.6001%207.35484%2010.4015%207.5646%2010.4151%207.81406Z%22%20fill%3D%22%23E34263%22%2F%3E%0A%3C%2Fsvg%3E%0A");position:absolute;z-index:1;pointer-events:none;background-position:50%}.bsc-input .input-wrapper.small{padding:8px 0}.bsc-input .input-wrapper.small:before{width:20px;height:20px;top:8px;right:32px}.bsc-input .input-wrapper .prefix{margin-left:12px;color:#636e7c;font-size:16px}.bsc-input .input-wrapper .prefix.small{font-size:14px}.bsc-input .input-wrapper .icon{display:flex;justify-content:center;align-items:center;height:20px}.bsc-input .input-wrapper .icon.end{margin-right:12px}.bsc-input .input-wrapper .icon.start{margin-left:12px}.bsc-input .input-wrapper .icon svg{object-fit:contain;height:20px}.bsc-input .input-wrapper input{width:100%;color:#212429;font-size:16px;background-color:transparent;border:0;box-sizing:border-box;outline:0;margin:0 12px}.bsc-input .input-wrapper input::placeholder{color:#636e7c}.bsc-input .input-wrapper input:focus-visible{outline:none}.bsc-input .input-wrapper input.small{font-size:14px}.bsc-input .input-wrapper input.icon,.bsc-input .input-wrapper input.prefix{margin-left:8px}.bsc-input .input-wrapper input.clear-option,.bsc-input .input-wrapper input.suffix{margin-right:8px}.bsc-input .input-wrapper input.disabled{pointer-events:none}.bsc-input .input-wrapper .suffix{color:#636e7c;margin-right:12px;font-size:16px}.bsc-input .input-wrapper .suffix.small{font-size:14px}.bsc-input .input-wrapper .clear-option{display:block;cursor:pointer;margin-right:12px;height:20px;border:0;padding:0}.bsc-input .input-wrapper .clear-option svg{height:20px}.bsc-input .helper{display:block;margin-top:12px;font-size:14px}.bsc-input .helper.small{font-size:12px}.bsc-input .helper:not(.disabled):not(.alert):not(.inversed){color:#212429}.bsc-input .helper:not(.disabled):not(.alert).inversed{color:#fff}.bsc-input .helper.alert{color:#e34263}.bsc-input .helper.disabled{color:#97a1ac}.bsc-form-box{display:flex;align-items:flex-start;position:relative}.bsc-form-box label{width:100%;height:100%}.bsc-form-box label .input-wrapper{padding:13px 0;height:100%}.bsc-form-box button{box-sizing:border-box;outline:1px solid #000;outline-offset:-1px}.bsc-form-box button .alert{outline:1px solid red}.bsc-form-box button .small{height:38px}.bsc-form-box.vertical{flex-direction:column}.bsc-form-box.vertical button{width:100%;margin-top:8px;outline:none}.bsc-form-box.vertical:has(.helper) button{margin-bottom:26px}.bsc-form-box.vertical .helper{position:absolute;bottom:0;margin-top:0}.bsc-form-box:not(.vertical) label .input-wrapper{border-right:none}.bsc-form-box.inversed label .input-wrapper{border:none;box-shadow:none;padding:14px 0}.bsc-form-box.inversed button{outline:none}.bsc-form-box.shadow:not(.vertical):not(.inversed):after{content:"";display:block;position:absolute;top:48px;left:calc(0% - 2px);width:calc(100% + 4px);border-left:8px solid transparent;border-right:8px solid transparent;height:0;box-sizing:border-box;border-top:4px solid #000;left:0;width:100%}.bsc-form-box.shadow:not(.vertical):not(.inversed):after.alert{border-top:4px solid red}.bsc-form-box.shadow:not(.vertical):not(.inversed):after.small{top:38px}.bsc-form-box.shadow.vertical:not(.inversed):after{content:"";display:block;position:absolute;top:48px;left:calc(0% - 2px);width:calc(100% + 4px);border-left:8px solid transparent;border-right:8px solid transparent;height:0;box-sizing:border-box;border-top:4px solid #000;left:0;width:100%}.bsc-form-box.shadow.vertical:not(.inversed):after.small{top:38px}.bsc-toast{position:fixed;z-index:50;top:calc(var(--header-height) + 130px);right:0;opacity:0;box-shadow:0 8px 18px 0 rgba(33,36,41,.16);transition:opacity .3s ease-in-out;animation:slideOut .5s forwards}.bsc-toast .toast-message-container{display:flex;justify-content:center;align-items:center}.bsc-toast .toast-message-container .toast-message{padding:16px}.bsc-toast .toast-message-container .line{position:relative;right:-1.5px}.bsc-toast .toast-message-container .buttons-wrapper{display:flex;justify-content:center;padding:16px;z-index:1}.bsc-toast .toast-message-container .buttons-wrapper button{cursor:pointer;border:none;background-color:transparent}.bsc-toast .toast-message-container .buttons-wrapper button span{display:flex;align-items:center;height:100%}.bsc-toast.show{opacity:1;animation:slideIn .5s forwards}.bsc-toast.show:hover,.bsc-toast.show:hover .progress-bar-container .progress-bar{animation-play-state:paused}.bsc-toast.show .progress-bar-container .progress-bar{animation:progress 3s linear forwards}.bsc-toast.light-success{background-color:#d1f7d8}.bsc-toast.light-success .progress-bar-container .progress-bar{background-color:#4ab24d}.bsc-toast.light-success .toast-message-container .toast-message{color:#3a4149}.bsc-toast.light-success .toast-message-container .line svg line{stroke:#fff}.bsc-toast.light-success .toast-message-container .buttons-wrapper{background-color:#b6efbc}.bsc-toast.light-success .toast-message-container .buttons-wrapper button,.bsc-toast.light-success .toast-message-container .buttons-wrapper span{color:#261d5d}.bsc-toast.light-success .toast-message-container .buttons-wrapper button svg path{fill:#261d5d}.bsc-toast.dark-success{background-color:#000}.bsc-toast.dark-success .progress-bar-container .progress-bar{background-color:#4ab24d}.bsc-toast.dark-success .toast-message-container .toast-message{color:#fff}.bsc-toast.dark-success .toast-message-container .line svg line{stroke:#3a4149}.bsc-toast.dark-success .toast-message-container .buttons-wrapper{background-color:#212429}.bsc-toast.dark-success .toast-message-container .buttons-wrapper button,.bsc-toast.dark-success .toast-message-container .buttons-wrapper span{color:#9ae69e}.bsc-toast.dark-success .toast-message-container .buttons-wrapper button svg path{fill:#9ae69e}.bsc-toast.light-warning{background-color:#fdf5e2}.bsc-toast.light-warning .progress-bar-container .progress-bar{background-color:#f2bf4e}.bsc-toast.light-warning .toast-message-container .toast-message{color:#3a4149}.bsc-toast.light-warning .toast-message-container .line svg line{stroke:#fff}.bsc-toast.light-warning .toast-message-container .buttons-wrapper{background-color:#f8dca0}.bsc-toast.light-warning .toast-message-container .buttons-wrapper button,.bsc-toast.light-warning .toast-message-container .buttons-wrapper span{color:#261d5d}.bsc-toast.light-warning .toast-message-container .buttons-wrapper button svg path{fill:#261d5d}.bsc-toast.dark-warning{background-color:#000}.bsc-toast.dark-warning .progress-bar-container .progress-bar{background-color:#f2bf4e}.bsc-toast.dark-warning .toast-message-container .toast-message{color:#fff}.bsc-toast.dark-warning .toast-message-container .line svg line{stroke:#3a4149}.bsc-toast.dark-warning .toast-message-container .buttons-wrapper{background-color:#212429}.bsc-toast.dark-warning .toast-message-container .buttons-wrapper button,.bsc-toast.dark-warning .toast-message-container .buttons-wrapper span{color:#f2bf4e}.bsc-toast.dark-warning .toast-message-container .buttons-wrapper button svg path{fill:#f2bf4e}.bsc-toast.light-error{background-color:#ffd6da}.bsc-toast.light-error .progress-bar-container .progress-bar{background-color:#e34263}.bsc-toast.light-error .toast-message-container .toast-message{color:#3a4149}.bsc-toast.light-error .toast-message-container .line svg line{stroke:#fff}.bsc-toast.light-error .toast-message-container .buttons-wrapper{background-color:#fbabb2}.bsc-toast.light-error .toast-message-container .buttons-wrapper button,.bsc-toast.light-error .toast-message-container .buttons-wrapper span{color:#261d5d}.bsc-toast.light-error .toast-message-container .buttons-wrapper button svg path{fill:#261d5d}.bsc-toast.dark-error{background-color:#000}.bsc-toast.dark-error .progress-bar-container .progress-bar{background-color:#f58491}.bsc-toast.dark-error .toast-message-container .toast-message{color:#fff}.bsc-toast.dark-error .toast-message-container .line svg line{stroke:#3a4149}.bsc-toast.dark-error .toast-message-container .buttons-wrapper{background-color:#212429}.bsc-toast.dark-error .toast-message-container .buttons-wrapper button,.bsc-toast.dark-error .toast-message-container .buttons-wrapper span{color:#fbabb2}.bsc-toast.dark-error .toast-message-container .buttons-wrapper button svg path{fill:#fbabb2}.bsc-toast.brand-rds{background-color:#f0eeff}.bsc-toast.brand-rds .progress-bar-container .progress-bar{background-color:#9688ff}.bsc-toast.brand-rds .toast-message-container .toast-message{color:#3a4149}.bsc-toast.brand-rds .toast-message-container .line svg line{stroke:#e1e4e8}.bsc-toast.brand-rds .toast-message-container .buttons-wrapper{background-color:#c3bbff}.bsc-toast.brand-rds .toast-message-container .buttons-wrapper button,.bsc-toast.brand-rds .toast-message-container .buttons-wrapper span{color:#261d5d}.bsc-toast.brand-rds .toast-message-container .buttons-wrapper button svg path{fill:#261d5d}.bsc-toast.dark-rds{background-color:#000}.bsc-toast.dark-rds .progress-bar-container .progress-bar{background-color:#9688ff}.bsc-toast.dark-rds .toast-message-container .toast-message{color:#fff}.bsc-toast.dark-rds .toast-message-container .line svg line{stroke:#3a4149}.bsc-toast.dark-rds .toast-message-container .buttons-wrapper{background-color:#212429}.bsc-toast.dark-rds .toast-message-container .buttons-wrapper button,.bsc-toast.dark-rds .toast-message-container .buttons-wrapper span{color:#9688ff}.bsc-toast.dark-rds .toast-message-container .buttons-wrapper button svg path{fill:#9688ff}.bsc-toast.light-rds{background-color:#fff}.bsc-toast.light-rds .progress-bar-container .progress-bar{background-color:#9688ff}.bsc-toast.light-rds .toast-message-container .toast-message{color:#3a4149}.bsc-toast.light-rds .toast-message-container .line svg line{stroke:#e1e4e8}.bsc-toast.light-rds .toast-message-container .buttons-wrapper{background-color:#f1f3f5}.bsc-toast.light-rds .toast-message-container .buttons-wrapper button,.bsc-toast.light-rds .toast-message-container .buttons-wrapper span{color:#261d5d}.bsc-toast.light-rds .toast-message-container .buttons-wrapper button svg path{fill:#261d5d}.bsc-toast .progress-bar-container{height:4px}.bsc-toast .progress-bar-container .progress-bar{width:100%;height:100%}@keyframes progress{0%{width:100%}to{width:0}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(150%)}}.bsc-text strong{font-weight:700}.mobile-heading-xxl{text-transform:none}.mobile-heading-xxl,.mobile-heading-xxl-uppercase{font-style:normal;text-decoration:none;font-weight:700;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.mobile-heading-xxl-uppercase{text-transform:uppercase}.mobile-heading-xxl-semi-bold{text-transform:none}.mobile-heading-xxl-semi-bold,.mobile-heading-xxl-semi-bold-uppercase{font-style:normal;text-decoration:none;font-weight:600;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.mobile-heading-xxl-semi-bold-uppercase{text-transform:uppercase}.mobile-heading-xxl-medium{text-transform:none}.mobile-heading-xxl-medium,.mobile-heading-xxl-medium-uppercase{font-style:normal;text-decoration:none;font-weight:500;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.mobile-heading-xxl-medium-uppercase{text-transform:uppercase}.mobile-heading-xl{font-weight:700;font-feature-settings:"ss01" on}.mobile-heading-xl,.mobile-heading-xl-semi-bold{font-style:normal;text-decoration:none;text-transform:none;font-size:48px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-xl-semi-bold{font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-xl-medium{font-weight:500;font-size:48px;font-feature-settings:"ss01" on}.mobile-heading-lg,.mobile-heading-xl-medium{font-style:normal;text-decoration:none;text-transform:none;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-lg{font-weight:800;font-size:40px;font-feature-settings:"ss01" on}.mobile-heading-lg-uppercase{text-transform:uppercase;font-weight:800;font-feature-settings:"ss01" on}.mobile-heading-lg-semi-bold,.mobile-heading-lg-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-lg-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-lg-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-lg-medium,.mobile-heading-lg-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-lg-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.mobile-heading-lg-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:40px;font-feature-settings:"ss01" on}.mobile-heading-lg-medium-uppercase,.mobile-heading-md{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-md{text-transform:none;font-weight:700;font-size:32px;font-feature-settings:"ss01" on}.mobile-heading-md-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.mobile-heading-md-semi-bold,.mobile-heading-md-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-md-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-md-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-md-medium,.mobile-heading-md-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-md-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.mobile-heading-md-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:32px;font-feature-settings:"ss01" on}.mobile-heading-md-medium-uppercase,.mobile-heading-sm{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-sm{text-transform:none;font-weight:700;font-size:24px;font-feature-settings:"ss01" on}.mobile-heading-sm-uppercase{font-weight:700;font-feature-settings:"ss01" on}.mobile-heading-sm-semi-bold,.mobile-heading-sm-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-sm-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-sm-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.mobile-heading-sm-medium,.mobile-heading-sm-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-sm-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.mobile-heading-sm-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:24px;font-feature-settings:"ss01" on}.mobile-heading-sm-medium-uppercase,.mobile-heading-xs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-xs{text-transform:none;font-weight:700;font-size:20px;font-feature-settings:"ss01" on}.mobile-heading-xs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.mobile-heading-xs-medium,.mobile-heading-xs-uppercase{font-style:normal;text-decoration:none;font-size:20px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-xs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.mobile-heading-xs-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:20px;font-feature-settings:"ss01" on}.mobile-heading-xs-medium-uppercase,.mobile-heading-xxs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-xxs{text-transform:none;font-weight:700;font-size:18px;font-feature-settings:"ss01" on}.mobile-heading-xxs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.mobile-heading-xxs-medium,.mobile-heading-xxs-uppercase{font-style:normal;text-decoration:none;font-size:18px;font-family:var(--font-highlight);line-height:1.2}.mobile-heading-xxs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.mobile-heading-xxs-medium-uppercase{font-style:normal;text-decoration:none;text-transform:uppercase;font-weight:500;font-size:18px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.mobile-subtitle-xl-regular{text-transform:none}.mobile-subtitle-xl-regular,.mobile-subtitle-xl-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:48px;line-height:1.2}.mobile-subtitle-xl-regular-uppercase{text-transform:uppercase}.mobile-subtitle-xl-bold{text-transform:none}.mobile-subtitle-xl-bold,.mobile-subtitle-xl-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:48px;line-height:1.2}.mobile-subtitle-xl-bold-uppercase{text-transform:uppercase}.mobile-subtitle-lg-regular{text-transform:none}.mobile-subtitle-lg-regular,.mobile-subtitle-lg-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:40px;line-height:1.2}.mobile-subtitle-lg-regular-uppercase{text-transform:uppercase}.mobile-subtitle-lg-bold{text-transform:none}.mobile-subtitle-lg-bold,.mobile-subtitle-lg-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:40px;line-height:1.2}.mobile-subtitle-lg-bold-uppercase{text-transform:uppercase}.mobile-subtitle-md-regular{text-transform:none}.mobile-subtitle-md-regular,.mobile-subtitle-md-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:32px;line-height:1.2}.mobile-subtitle-md-regular-uppercase{text-transform:uppercase}.mobile-subtitle-md-bold{text-transform:none}.mobile-subtitle-md-bold,.mobile-subtitle-md-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:32px;line-height:1.2}.mobile-subtitle-md-bold-uppercase{text-transform:uppercase}.mobile-subtitle-sm-regular{text-transform:none}.mobile-subtitle-sm-regular,.mobile-subtitle-sm-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:24px;line-height:1.4}.mobile-subtitle-sm-regular-uppercase{text-transform:uppercase}.mobile-subtitle-sm-bold{text-transform:none}.mobile-subtitle-sm-bold,.mobile-subtitle-sm-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:24px;line-height:1.4}.mobile-subtitle-sm-bold-uppercase{text-transform:uppercase}.mobile-subtitle-xs-regular{text-transform:none}.mobile-subtitle-xs-regular,.mobile-subtitle-xs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:20px;line-height:1.4}.mobile-subtitle-xs-regular-uppercase{text-transform:uppercase}.mobile-subtitle-xs-bold{text-transform:none}.mobile-subtitle-xs-bold,.mobile-subtitle-xs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:20px;line-height:1.4}.mobile-subtitle-xs-bold-uppercase{text-transform:uppercase}.mobile-subtitle-xxs-regular{text-transform:none}.mobile-subtitle-xxs-regular,.mobile-subtitle-xxs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:16px;line-height:1.4}.mobile-subtitle-xxs-regular-uppercase{text-transform:uppercase}.mobile-subtitle-xxs-bold{text-transform:none}.mobile-subtitle-xxs-bold,.mobile-subtitle-xxs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:16px;line-height:1.4}.mobile-subtitle-xxs-bold-uppercase{text-transform:uppercase}.mobile-body-lg-regular{font-feature-settings:normal;font-style:normal;font-size:20px}.mobile-body-lg-italic,.mobile-body-lg-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.mobile-body-lg-italic{font-feature-settings:normal;font-style:italic;font-size:20px}.mobile-body-lg-underline{font-weight:400;text-decoration:underline}.mobile-body-lg-bold,.mobile-body-lg-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:20px;line-height:1.2}.mobile-body-lg-bold{text-decoration:none;font-weight:700}.mobile-body-lg-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:20px}.mobile-body-lg-bold-italic,.mobile-body-lg-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.mobile-body-lg-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:20px}.mobile-body-md-regular{font-feature-settings:normal;font-style:normal;font-size:16px}.mobile-body-md-italic,.mobile-body-md-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.4}.mobile-body-md-italic{font-feature-settings:normal;font-style:italic;font-size:16px}.mobile-body-md-underline{font-weight:400;text-decoration:underline}.mobile-body-md-bold,.mobile-body-md-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:16px;line-height:1.4}.mobile-body-md-bold{text-decoration:none;font-weight:700}.mobile-body-md-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:16px}.mobile-body-md-bold-italic,.mobile-body-md-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.4}.mobile-body-md-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:16px}.mobile-body-sm-regular{font-feature-settings:normal;font-style:normal;font-size:14px}.mobile-body-sm-italic,.mobile-body-sm-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.mobile-body-sm-italic{font-feature-settings:normal;font-style:italic;font-size:14px}.mobile-body-sm-underline{font-weight:400;text-decoration:underline}.mobile-body-sm-bold,.mobile-body-sm-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:14px;line-height:1.2}.mobile-body-sm-bold{text-decoration:none;font-weight:700}.mobile-body-sm-bold-italic{font-weight:400;font-feature-settings:normal;text-decoration:none;font-style:italic;font-size:14px}.mobile-body-sm-bold-italic,.mobile-body-sm-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.mobile-body-sm-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:14px}.mobile-caption-regular{font-feature-settings:normal;font-style:normal;font-size:12px}.mobile-caption-italic,.mobile-caption-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.5}.mobile-caption-italic{font-feature-settings:normal;font-style:italic;font-size:12px}.mobile-caption-underline{font-weight:400;text-decoration:underline}.mobile-caption-bold,.mobile-caption-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:12px;line-height:1.5}.mobile-caption-bold{text-decoration:none;font-weight:700}.mobile-caption-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:12px}.mobile-caption-bold-italic,.mobile-caption-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.5}.mobile-caption-bold-underline{font-feature-settings:normal;font-style:normal;font-weight:700;text-decoration:underline;font-size:12px}@media(min-width:768px){.tablet-heading-xxl{text-transform:none}.tablet-heading-xxl,.tablet-heading-xxl-uppercase{font-style:normal;text-decoration:none;font-weight:700;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.tablet-heading-xxl-uppercase{text-transform:uppercase}.tablet-heading-xxl-semi-bold{text-transform:none}.tablet-heading-xxl-semi-bold,.tablet-heading-xxl-semi-bold-uppercase{font-style:normal;text-decoration:none;font-weight:600;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.tablet-heading-xxl-semi-bold-uppercase{text-transform:uppercase}.tablet-heading-xxl-medium{text-transform:none}.tablet-heading-xxl-medium,.tablet-heading-xxl-medium-uppercase{font-style:normal;text-decoration:none;font-weight:500;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.tablet-heading-xxl-medium-uppercase{text-transform:uppercase}.tablet-heading-xl{font-weight:700;font-feature-settings:"ss01" on}.tablet-heading-xl,.tablet-heading-xl-semi-bold{font-style:normal;text-decoration:none;text-transform:none;font-size:48px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-xl-semi-bold{font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-xl-medium{font-weight:500;font-size:48px;font-feature-settings:"ss01" on}.tablet-heading-lg,.tablet-heading-xl-medium{font-style:normal;text-decoration:none;text-transform:none;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-lg{font-weight:800;font-size:40px;font-feature-settings:"ss01" on}.tablet-heading-lg-uppercase{text-transform:uppercase;font-weight:800;font-feature-settings:"ss01" on}.tablet-heading-lg-semi-bold,.tablet-heading-lg-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-lg-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-lg-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-lg-medium,.tablet-heading-lg-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-lg-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.tablet-heading-lg-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:40px;font-feature-settings:"ss01" on}.tablet-heading-lg-medium-uppercase,.tablet-heading-md{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-md{text-transform:none;font-weight:700;font-size:32px;font-feature-settings:"ss01" on}.tablet-heading-md-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.tablet-heading-md-semi-bold,.tablet-heading-md-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-md-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-md-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-md-medium,.tablet-heading-md-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-md-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.tablet-heading-md-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:32px;font-feature-settings:"ss01" on}.tablet-heading-md-medium-uppercase,.tablet-heading-sm{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-sm{text-transform:none;font-weight:700;font-size:24px;font-feature-settings:"ss01" on}.tablet-heading-sm-uppercase{font-weight:700;font-feature-settings:"ss01" on}.tablet-heading-sm-semi-bold,.tablet-heading-sm-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-sm-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-sm-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.tablet-heading-sm-medium,.tablet-heading-sm-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-sm-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.tablet-heading-sm-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:24px;font-feature-settings:"ss01" on}.tablet-heading-sm-medium-uppercase,.tablet-heading-xs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-xs{text-transform:none;font-weight:700;font-size:20px;font-feature-settings:"ss01" on}.tablet-heading-xs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.tablet-heading-xs-medium,.tablet-heading-xs-uppercase{font-style:normal;text-decoration:none;font-size:20px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-xs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.tablet-heading-xs-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:20px;font-feature-settings:"ss01" on}.tablet-heading-xs-medium-uppercase,.tablet-heading-xxs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-xxs{text-transform:none;font-weight:700;font-size:18px;font-feature-settings:"ss01" on}.tablet-heading-xxs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.tablet-heading-xxs-medium,.tablet-heading-xxs-uppercase{font-style:normal;text-decoration:none;font-size:18px;font-family:var(--font-highlight);line-height:1.2}.tablet-heading-xxs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.tablet-heading-xxs-medium-uppercase{font-style:normal;text-decoration:none;text-transform:uppercase;font-weight:500;font-size:18px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.tablet-subtitle-xl-regular{text-transform:none}.tablet-subtitle-xl-regular,.tablet-subtitle-xl-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:48px;line-height:1.2}.tablet-subtitle-xl-regular-uppercase{text-transform:uppercase}.tablet-subtitle-xl-bold{text-transform:none}.tablet-subtitle-xl-bold,.tablet-subtitle-xl-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:48px;line-height:1.2}.tablet-subtitle-xl-bold-uppercase{text-transform:uppercase}.tablet-subtitle-lg-regular{text-transform:none}.tablet-subtitle-lg-regular,.tablet-subtitle-lg-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:40px;line-height:1.2}.tablet-subtitle-lg-regular-uppercase{text-transform:uppercase}.tablet-subtitle-lg-bold{text-transform:none}.tablet-subtitle-lg-bold,.tablet-subtitle-lg-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:40px;line-height:1.2}.tablet-subtitle-lg-bold-uppercase{text-transform:uppercase}.tablet-subtitle-md-regular{text-transform:none}.tablet-subtitle-md-regular,.tablet-subtitle-md-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:32px;line-height:1.2}.tablet-subtitle-md-regular-uppercase{text-transform:uppercase}.tablet-subtitle-md-bold{text-transform:none}.tablet-subtitle-md-bold,.tablet-subtitle-md-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:32px;line-height:1.2}.tablet-subtitle-md-bold-uppercase{text-transform:uppercase}.tablet-subtitle-sm-regular{text-transform:none}.tablet-subtitle-sm-regular,.tablet-subtitle-sm-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:24px;line-height:1.4}.tablet-subtitle-sm-regular-uppercase{text-transform:uppercase}.tablet-subtitle-sm-bold{text-transform:none}.tablet-subtitle-sm-bold,.tablet-subtitle-sm-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:24px;line-height:1.4}.tablet-subtitle-sm-bold-uppercase{text-transform:uppercase}.tablet-subtitle-xs-regular{text-transform:none}.tablet-subtitle-xs-regular,.tablet-subtitle-xs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:20px;line-height:1.4}.tablet-subtitle-xs-regular-uppercase{text-transform:uppercase}.tablet-subtitle-xs-bold{text-transform:none}.tablet-subtitle-xs-bold,.tablet-subtitle-xs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:20px;line-height:1.4}.tablet-subtitle-xs-bold-uppercase{text-transform:uppercase}.tablet-subtitle-xxs-regular{text-transform:none}.tablet-subtitle-xxs-regular,.tablet-subtitle-xxs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:16px;line-height:1.4}.tablet-subtitle-xxs-regular-uppercase{text-transform:uppercase}.tablet-subtitle-xxs-bold{text-transform:none}.tablet-subtitle-xxs-bold,.tablet-subtitle-xxs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:16px;line-height:1.4}.tablet-subtitle-xxs-bold-uppercase{text-transform:uppercase}.tablet-body-lg-regular{font-feature-settings:normal;font-style:normal;font-size:20px}.tablet-body-lg-italic,.tablet-body-lg-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.tablet-body-lg-italic{font-feature-settings:normal;font-style:italic;font-size:20px}.tablet-body-lg-underline{font-weight:400;text-decoration:underline}.tablet-body-lg-bold,.tablet-body-lg-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:20px;line-height:1.2}.tablet-body-lg-bold{text-decoration:none;font-weight:700}.tablet-body-lg-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:20px}.tablet-body-lg-bold-italic,.tablet-body-lg-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.tablet-body-lg-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:20px}.tablet-body-md-regular{font-feature-settings:normal;font-style:normal;font-size:16px}.tablet-body-md-italic,.tablet-body-md-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.4}.tablet-body-md-italic{font-feature-settings:normal;font-style:italic;font-size:16px}.tablet-body-md-underline{font-weight:400;text-decoration:underline}.tablet-body-md-bold,.tablet-body-md-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:16px;line-height:1.4}.tablet-body-md-bold{text-decoration:none;font-weight:700}.tablet-body-md-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:16px}.tablet-body-md-bold-italic,.tablet-body-md-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.4}.tablet-body-md-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:16px}.tablet-body-sm-regular{font-feature-settings:normal;font-style:normal;font-size:14px}.tablet-body-sm-italic,.tablet-body-sm-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.tablet-body-sm-italic{font-feature-settings:normal;font-style:italic;font-size:14px}.tablet-body-sm-underline{font-weight:400;text-decoration:underline}.tablet-body-sm-bold,.tablet-body-sm-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:14px;line-height:1.2}.tablet-body-sm-bold{text-decoration:none;font-weight:700}.tablet-body-sm-bold-italic{font-weight:400;font-feature-settings:normal;text-decoration:none;font-style:italic;font-size:14px}.tablet-body-sm-bold-italic,.tablet-body-sm-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.tablet-body-sm-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:14px}.tablet-caption-regular{font-feature-settings:normal;font-style:normal;font-size:12px}.tablet-caption-italic,.tablet-caption-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.5}.tablet-caption-italic{font-feature-settings:normal;font-style:italic;font-size:12px}.tablet-caption-underline{font-weight:400;text-decoration:underline}.tablet-caption-bold,.tablet-caption-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:12px;line-height:1.5}.tablet-caption-bold{text-decoration:none;font-weight:700}.tablet-caption-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:12px}.tablet-caption-bold-italic,.tablet-caption-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.5}.tablet-caption-bold-underline{font-feature-settings:normal;font-style:normal;font-weight:700;text-decoration:underline;font-size:12px}}@media(min-width:1280px){.desktop-heading-xxl{text-transform:none}.desktop-heading-xxl,.desktop-heading-xxl-uppercase{font-style:normal;text-decoration:none;font-weight:700;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.desktop-heading-xxl-uppercase{text-transform:uppercase}.desktop-heading-xxl-semi-bold{text-transform:none}.desktop-heading-xxl-semi-bold,.desktop-heading-xxl-semi-bold-uppercase{font-style:normal;text-decoration:none;font-weight:600;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.desktop-heading-xxl-semi-bold-uppercase{text-transform:uppercase}.desktop-heading-xxl-medium{text-transform:none}.desktop-heading-xxl-medium,.desktop-heading-xxl-medium-uppercase{font-style:normal;text-decoration:none;font-weight:500;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.desktop-heading-xxl-medium-uppercase{text-transform:uppercase}.desktop-heading-xl{font-weight:700;font-feature-settings:"ss01" on}.desktop-heading-xl,.desktop-heading-xl-semi-bold{font-style:normal;text-decoration:none;text-transform:none;font-size:48px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-xl-semi-bold{font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-xl-medium{font-weight:500;font-size:48px;font-feature-settings:"ss01" on}.desktop-heading-lg,.desktop-heading-xl-medium{font-style:normal;text-decoration:none;text-transform:none;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-lg{font-weight:800;font-size:40px;font-feature-settings:"ss01" on}.desktop-heading-lg-uppercase{text-transform:uppercase;font-weight:800;font-feature-settings:"ss01" on}.desktop-heading-lg-semi-bold,.desktop-heading-lg-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-lg-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-lg-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-lg-medium,.desktop-heading-lg-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-lg-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.desktop-heading-lg-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:40px;font-feature-settings:"ss01" on}.desktop-heading-lg-medium-uppercase,.desktop-heading-md{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-md{text-transform:none;font-weight:700;font-size:32px;font-feature-settings:"ss01" on}.desktop-heading-md-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.desktop-heading-md-semi-bold,.desktop-heading-md-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-md-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-md-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-md-medium,.desktop-heading-md-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-md-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.desktop-heading-md-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:32px;font-feature-settings:"ss01" on}.desktop-heading-md-medium-uppercase,.desktop-heading-sm{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-sm{text-transform:none;font-weight:700;font-size:24px;font-feature-settings:"ss01" on}.desktop-heading-sm-uppercase{font-weight:700;font-feature-settings:"ss01" on}.desktop-heading-sm-semi-bold,.desktop-heading-sm-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-sm-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-sm-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.desktop-heading-sm-medium,.desktop-heading-sm-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-sm-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.desktop-heading-sm-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:24px;font-feature-settings:"ss01" on}.desktop-heading-sm-medium-uppercase,.desktop-heading-xs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-xs{text-transform:none;font-weight:700;font-size:20px;font-feature-settings:"ss01" on}.desktop-heading-xs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.desktop-heading-xs-medium,.desktop-heading-xs-uppercase{font-style:normal;text-decoration:none;font-size:20px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-xs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.desktop-heading-xs-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:20px;font-feature-settings:"ss01" on}.desktop-heading-xs-medium-uppercase,.desktop-heading-xxs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-xxs{text-transform:none;font-weight:700;font-size:18px;font-feature-settings:"ss01" on}.desktop-heading-xxs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.desktop-heading-xxs-medium,.desktop-heading-xxs-uppercase{font-style:normal;text-decoration:none;font-size:18px;font-family:var(--font-highlight);line-height:1.2}.desktop-heading-xxs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.desktop-heading-xxs-medium-uppercase{font-style:normal;text-decoration:none;text-transform:uppercase;font-weight:500;font-size:18px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.desktop-subtitle-xl-regular{text-transform:none}.desktop-subtitle-xl-regular,.desktop-subtitle-xl-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:48px;line-height:1.2}.desktop-subtitle-xl-regular-uppercase{text-transform:uppercase}.desktop-subtitle-xl-bold{text-transform:none}.desktop-subtitle-xl-bold,.desktop-subtitle-xl-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:48px;line-height:1.2}.desktop-subtitle-xl-bold-uppercase{text-transform:uppercase}.desktop-subtitle-lg-regular{text-transform:none}.desktop-subtitle-lg-regular,.desktop-subtitle-lg-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:40px;line-height:1.2}.desktop-subtitle-lg-regular-uppercase{text-transform:uppercase}.desktop-subtitle-lg-bold{text-transform:none}.desktop-subtitle-lg-bold,.desktop-subtitle-lg-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:40px;line-height:1.2}.desktop-subtitle-lg-bold-uppercase{text-transform:uppercase}.desktop-subtitle-md-regular{text-transform:none}.desktop-subtitle-md-regular,.desktop-subtitle-md-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:32px;line-height:1.2}.desktop-subtitle-md-regular-uppercase{text-transform:uppercase}.desktop-subtitle-md-bold{text-transform:none}.desktop-subtitle-md-bold,.desktop-subtitle-md-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:32px;line-height:1.2}.desktop-subtitle-md-bold-uppercase{text-transform:uppercase}.desktop-subtitle-sm-regular{text-transform:none}.desktop-subtitle-sm-regular,.desktop-subtitle-sm-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:24px;line-height:1.4}.desktop-subtitle-sm-regular-uppercase{text-transform:uppercase}.desktop-subtitle-sm-bold{text-transform:none}.desktop-subtitle-sm-bold,.desktop-subtitle-sm-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:24px;line-height:1.4}.desktop-subtitle-sm-bold-uppercase{text-transform:uppercase}.desktop-subtitle-xs-regular{text-transform:none}.desktop-subtitle-xs-regular,.desktop-subtitle-xs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:20px;line-height:1.4}.desktop-subtitle-xs-regular-uppercase{text-transform:uppercase}.desktop-subtitle-xs-bold{text-transform:none}.desktop-subtitle-xs-bold,.desktop-subtitle-xs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:20px;line-height:1.4}.desktop-subtitle-xs-bold-uppercase{text-transform:uppercase}.desktop-subtitle-xxs-regular{text-transform:none}.desktop-subtitle-xxs-regular,.desktop-subtitle-xxs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:16px;line-height:1.4}.desktop-subtitle-xxs-regular-uppercase{text-transform:uppercase}.desktop-subtitle-xxs-bold{text-transform:none}.desktop-subtitle-xxs-bold,.desktop-subtitle-xxs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:16px;line-height:1.4}.desktop-subtitle-xxs-bold-uppercase{text-transform:uppercase}.desktop-body-lg-regular{font-feature-settings:normal;font-style:normal;font-size:20px}.desktop-body-lg-italic,.desktop-body-lg-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.desktop-body-lg-italic{font-feature-settings:normal;font-style:italic;font-size:20px}.desktop-body-lg-underline{font-weight:400;text-decoration:underline}.desktop-body-lg-bold,.desktop-body-lg-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:20px;line-height:1.2}.desktop-body-lg-bold{text-decoration:none;font-weight:700}.desktop-body-lg-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:20px}.desktop-body-lg-bold-italic,.desktop-body-lg-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.desktop-body-lg-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:20px}.desktop-body-md-regular{font-feature-settings:normal;font-style:normal;font-size:16px}.desktop-body-md-italic,.desktop-body-md-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.4}.desktop-body-md-italic{font-feature-settings:normal;font-style:italic;font-size:16px}.desktop-body-md-underline{font-weight:400;text-decoration:underline}.desktop-body-md-bold,.desktop-body-md-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:16px;line-height:1.4}.desktop-body-md-bold{text-decoration:none;font-weight:700}.desktop-body-md-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:16px}.desktop-body-md-bold-italic,.desktop-body-md-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.4}.desktop-body-md-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:16px}.desktop-body-sm-regular{font-feature-settings:normal;font-style:normal;font-size:14px}.desktop-body-sm-italic,.desktop-body-sm-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.desktop-body-sm-italic{font-feature-settings:normal;font-style:italic;font-size:14px}.desktop-body-sm-underline{font-weight:400;text-decoration:underline}.desktop-body-sm-bold,.desktop-body-sm-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:14px;line-height:1.2}.desktop-body-sm-bold{text-decoration:none;font-weight:700}.desktop-body-sm-bold-italic{font-weight:400;font-feature-settings:normal;text-decoration:none;font-style:italic;font-size:14px}.desktop-body-sm-bold-italic,.desktop-body-sm-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.desktop-body-sm-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:14px}.desktop-caption-regular{font-feature-settings:normal;font-style:normal;font-size:12px}.desktop-caption-italic,.desktop-caption-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.5}.desktop-caption-italic{font-feature-settings:normal;font-style:italic;font-size:12px}.desktop-caption-underline{font-weight:400;text-decoration:underline}.desktop-caption-bold,.desktop-caption-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:12px;line-height:1.5}.desktop-caption-bold{text-decoration:none;font-weight:700}.desktop-caption-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:12px}.desktop-caption-bold-italic,.desktop-caption-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.5}.desktop-caption-bold-underline{font-feature-settings:normal;font-style:normal;font-weight:700;text-decoration:underline;font-size:12px}}@media(min-width:1608px){.large-heading-xxl{text-transform:none}.large-heading-xxl,.large-heading-xxl-uppercase{font-style:normal;text-decoration:none;font-weight:700;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.large-heading-xxl-uppercase{text-transform:uppercase}.large-heading-xxl-semi-bold{text-transform:none}.large-heading-xxl-semi-bold,.large-heading-xxl-semi-bold-uppercase{font-style:normal;text-decoration:none;font-weight:600;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.large-heading-xxl-semi-bold-uppercase{text-transform:uppercase}.large-heading-xxl-medium{text-transform:none}.large-heading-xxl-medium,.large-heading-xxl-medium-uppercase{font-style:normal;text-decoration:none;font-weight:500;font-size:52px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.large-heading-xxl-medium-uppercase{text-transform:uppercase}.large-heading-xl{font-weight:700;font-feature-settings:"ss01" on}.large-heading-xl,.large-heading-xl-semi-bold{font-style:normal;text-decoration:none;text-transform:none;font-size:48px;font-family:var(--font-highlight);line-height:1.2}.large-heading-xl-semi-bold{font-weight:600;font-feature-settings:"ss01" on}.large-heading-xl-medium{font-weight:500;font-size:48px;font-feature-settings:"ss01" on}.large-heading-lg,.large-heading-xl-medium{font-style:normal;text-decoration:none;text-transform:none;font-family:var(--font-highlight);line-height:1.2}.large-heading-lg{font-weight:800;font-size:40px;font-feature-settings:"ss01" on}.large-heading-lg-uppercase{text-transform:uppercase;font-weight:800;font-feature-settings:"ss01" on}.large-heading-lg-semi-bold,.large-heading-lg-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.large-heading-lg-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.large-heading-lg-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.large-heading-lg-medium,.large-heading-lg-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:40px;font-family:var(--font-highlight);line-height:1.2}.large-heading-lg-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.large-heading-lg-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:40px;font-feature-settings:"ss01" on}.large-heading-lg-medium-uppercase,.large-heading-md{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.large-heading-md{text-transform:none;font-weight:700;font-size:32px;font-feature-settings:"ss01" on}.large-heading-md-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.large-heading-md-semi-bold,.large-heading-md-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.large-heading-md-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.large-heading-md-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.large-heading-md-medium,.large-heading-md-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:32px;font-family:var(--font-highlight);line-height:1.2}.large-heading-md-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.large-heading-md-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:32px;font-feature-settings:"ss01" on}.large-heading-md-medium-uppercase,.large-heading-sm{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.large-heading-sm{text-transform:none;font-weight:700;font-size:24px;font-feature-settings:"ss01" on}.large-heading-sm-uppercase{font-weight:700;font-feature-settings:"ss01" on}.large-heading-sm-semi-bold,.large-heading-sm-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.large-heading-sm-semi-bold{text-transform:none;font-weight:600;font-feature-settings:"ss01" on}.large-heading-sm-semi-bold-uppercase{text-transform:uppercase;font-weight:600;font-feature-settings:"ss01" on}.large-heading-sm-medium,.large-heading-sm-semi-bold-uppercase{font-style:normal;text-decoration:none;font-size:24px;font-family:var(--font-highlight);line-height:1.2}.large-heading-sm-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.large-heading-sm-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:24px;font-feature-settings:"ss01" on}.large-heading-sm-medium-uppercase,.large-heading-xs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.large-heading-xs{text-transform:none;font-weight:700;font-size:20px;font-feature-settings:"ss01" on}.large-heading-xs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.large-heading-xs-medium,.large-heading-xs-uppercase{font-style:normal;text-decoration:none;font-size:20px;font-family:var(--font-highlight);line-height:1.2}.large-heading-xs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.large-heading-xs-medium-uppercase{text-transform:uppercase;font-weight:500;font-size:20px;font-feature-settings:"ss01" on}.large-heading-xs-medium-uppercase,.large-heading-xxs{font-style:normal;text-decoration:none;font-family:var(--font-highlight);line-height:1.2}.large-heading-xxs{text-transform:none;font-weight:700;font-size:18px;font-feature-settings:"ss01" on}.large-heading-xxs-uppercase{text-transform:uppercase;font-weight:700;font-feature-settings:"ss01" on}.large-heading-xxs-medium,.large-heading-xxs-uppercase{font-style:normal;text-decoration:none;font-size:18px;font-family:var(--font-highlight);line-height:1.2}.large-heading-xxs-medium{text-transform:none;font-weight:500;font-feature-settings:"ss01" on}.large-heading-xxs-medium-uppercase{font-style:normal;text-decoration:none;text-transform:uppercase;font-weight:500;font-size:18px;font-family:var(--font-highlight);font-feature-settings:"ss01" on;line-height:1.2}.large-subtitle-xl-regular{text-transform:none}.large-subtitle-xl-regular,.large-subtitle-xl-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:48px;line-height:1.2}.large-subtitle-xl-regular-uppercase{text-transform:uppercase}.large-subtitle-xl-bold{text-transform:none}.large-subtitle-xl-bold,.large-subtitle-xl-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:48px;line-height:1.2}.large-subtitle-xl-bold-uppercase{text-transform:uppercase}.large-subtitle-lg-regular{text-transform:none}.large-subtitle-lg-regular,.large-subtitle-lg-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:40px;line-height:1.2}.large-subtitle-lg-regular-uppercase{text-transform:uppercase}.large-subtitle-lg-bold{text-transform:none}.large-subtitle-lg-bold,.large-subtitle-lg-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:40px;line-height:1.2}.large-subtitle-lg-bold-uppercase{text-transform:uppercase}.large-subtitle-md-regular{text-transform:none}.large-subtitle-md-regular,.large-subtitle-md-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:32px;line-height:1.2}.large-subtitle-md-regular-uppercase{text-transform:uppercase}.large-subtitle-md-bold{text-transform:none}.large-subtitle-md-bold,.large-subtitle-md-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:32px;line-height:1.2}.large-subtitle-md-bold-uppercase{text-transform:uppercase}.large-subtitle-sm-regular{text-transform:none}.large-subtitle-sm-regular,.large-subtitle-sm-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:24px;line-height:1.4}.large-subtitle-sm-regular-uppercase{text-transform:uppercase}.large-subtitle-sm-bold{text-transform:none}.large-subtitle-sm-bold,.large-subtitle-sm-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:24px;line-height:1.4}.large-subtitle-sm-bold-uppercase{text-transform:uppercase}.large-subtitle-xs-regular{text-transform:none}.large-subtitle-xs-regular,.large-subtitle-xs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:20px;line-height:1.4}.large-subtitle-xs-regular-uppercase{text-transform:uppercase}.large-subtitle-xs-bold{text-transform:none}.large-subtitle-xs-bold,.large-subtitle-xs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:20px;line-height:1.4}.large-subtitle-xs-bold-uppercase{text-transform:uppercase}.large-subtitle-xxs-regular{text-transform:none}.large-subtitle-xxs-regular,.large-subtitle-xxs-regular-uppercase{font-family:var(--font-base);font-weight:400;font-feature-settings:normal;font-style:normal;text-decoration:none;font-size:16px;line-height:1.4}.large-subtitle-xxs-regular-uppercase{text-transform:uppercase}.large-subtitle-xxs-bold{text-transform:none}.large-subtitle-xxs-bold,.large-subtitle-xxs-bold-uppercase{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-decoration:none;font-weight:700;font-size:16px;line-height:1.4}.large-subtitle-xxs-bold-uppercase{text-transform:uppercase}.large-body-lg-regular{font-feature-settings:normal;font-style:normal;font-size:20px}.large-body-lg-italic,.large-body-lg-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.large-body-lg-italic{font-feature-settings:normal;font-style:italic;font-size:20px}.large-body-lg-underline{font-weight:400;text-decoration:underline}.large-body-lg-bold,.large-body-lg-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:20px;line-height:1.2}.large-body-lg-bold{text-decoration:none;font-weight:700}.large-body-lg-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:20px}.large-body-lg-bold-italic,.large-body-lg-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.large-body-lg-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:20px}.large-body-md-regular{font-feature-settings:normal;font-style:normal;font-size:16px}.large-body-md-italic,.large-body-md-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.4}.large-body-md-italic{font-feature-settings:normal;font-style:italic;font-size:16px}.large-body-md-underline{font-weight:400;text-decoration:underline}.large-body-md-bold,.large-body-md-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:16px;line-height:1.4}.large-body-md-bold{text-decoration:none;font-weight:700}.large-body-md-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:16px}.large-body-md-bold-italic,.large-body-md-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.4}.large-body-md-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:16px}.large-body-sm-regular{font-feature-settings:normal;font-style:normal;font-size:14px}.large-body-sm-italic,.large-body-sm-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.2}.large-body-sm-italic{font-feature-settings:normal;font-style:italic;font-size:14px}.large-body-sm-underline{font-weight:400;text-decoration:underline}.large-body-sm-bold,.large-body-sm-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:14px;line-height:1.2}.large-body-sm-bold{text-decoration:none;font-weight:700}.large-body-sm-bold-italic{font-weight:400;font-feature-settings:normal;text-decoration:none;font-style:italic;font-size:14px}.large-body-sm-bold-italic,.large-body-sm-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.2}.large-body-sm-bold-underline{font-feature-settings:normal;font-style:normal;text-decoration:underline;font-weight:700;font-size:14px}.large-caption-regular{font-feature-settings:normal;font-style:normal;font-size:12px}.large-caption-italic,.large-caption-regular{font-family:var(--font-base);font-weight:400;text-decoration:none;text-transform:none;line-height:1.5}.large-caption-italic{font-feature-settings:normal;font-style:italic;font-size:12px}.large-caption-underline{font-weight:400;text-decoration:underline}.large-caption-bold,.large-caption-underline{font-family:var(--font-base);font-feature-settings:normal;font-style:normal;text-transform:none;font-size:12px;line-height:1.5}.large-caption-bold{text-decoration:none;font-weight:700}.large-caption-bold-italic{font-feature-settings:normal;text-decoration:none;font-weight:700;font-style:italic;font-size:12px}.large-caption-bold-italic,.large-caption-bold-underline{font-family:var(--font-base);text-transform:none;line-height:1.5}.large-caption-bold-underline{font-feature-settings:normal;font-style:normal;font-weight:700;text-decoration:underline;font-size:12px}}.bsc-conversion-form-box .bsc-form-box{position:relative;display:inline-flex;justify-content:center;flex-direction:column}.bsc-conversion-form-box .bsc-form-box button{width:100%;margin-top:10px}.bsc-conversion-form-box .bsc-form-box.conversion-form-box .input-wrapper{border:1px solid #000;min-width:250px;height:50px}.bsc-conversion-form-box .bsc-form-box:after{content:"";position:absolute;top:100%;border-left:8px solid transparent;border-right:8px solid transparent;height:0;box-sizing:border-box;border-top:4px solid #000;left:0;width:100%}@media(min-width:1280px){.bsc-conversion-form-box .bsc-form-box{flex-direction:row}.bsc-conversion-form-box .bsc-form-box button{margin-top:0}.bsc-conversion-form-box .bsc-form-box label{width:auto}}.bsc-link{display:inline-flex;line-height:150%;overflow:hidden;text-decoration:none}.bsc-link .icon{display:flex;align-items:center}.bsc-link .icon.left{margin-right:4px}.bsc-link .icon.right{margin-left:4px}.bsc-link.bold{font-weight:700}.bsc-link.underline{text-decoration:underline}.bsc-link.disabled{color:#97a1ac;cursor:not-allowed}.bsc-link.disabled svg path{fill:#97a1ac}.bsc-link.primary{color:#4839a3}.bsc-link.primary svg path{fill:#4839a3}.bsc-link.primary:hover{color:#6c5ae0;text-decoration:underline}.bsc-link.primary:hover svg path{fill:#6c5ae0}.bsc-link.primary:focus{outline:1px solid #4839a3}.bsc-link.primary.rdstation{color:#0a626b}.bsc-link.primary.rdstation svg path{fill:#0a626b}.bsc-link.primary.rdstation:hover{color:#11a7b6;text-decoration:underline}.bsc-link.primary.rdstation:hover svg path{fill:#11a7b6}.bsc-link.primary.rdstation:focus{outline:1px solid #0a626b}.bsc-link.secondary{color:#212429}.bsc-link.secondary svg path{fill:#212429}.bsc-link.secondary:hover{color:#636e7c;text-decoration:underline}.bsc-link.secondary:hover svg path{fill:#636e7c}.bsc-link.secondary:focus{outline:1px solid #212429}.bsc-link.secondary-light{color:#fff}.bsc-link.secondary-light svg path{fill:#fff}.bsc-link.secondary-light:hover{color:#e1e4e8;text-decoration:underline}.bsc-link.secondary-light:hover svg path{fill:#e1e4e8}.bsc-link.secondary-light:focus{outline:1px solid #fff}.bsc-link.mobile-sm{font-size:14px}.bsc-link.mobile-sm svg{width:16px;height:16px}.bsc-link.mobile-md{font-size:16px}.bsc-link.mobile-md svg{width:16px;height:16px}.bsc-link.mobile-lg{font-size:20px}.bsc-link.mobile-lg svg{width:20px;height:20px}@media(min-width:768px){.bsc-link.tablet-sm{font-size:14px}.bsc-link.tablet-sm svg{width:16px;height:16px}.bsc-link.tablet-md{font-size:16px}.bsc-link.tablet-md svg{width:16px;height:16px}.bsc-link.tablet-lg{font-size:20px}.bsc-link.tablet-lg svg{width:20px;height:20px}}@media(min-width:1280px){.bsc-link.desktop-sm{font-size:14px}.bsc-link.desktop-sm svg{width:16px;height:16px}.bsc-link.desktop-md{font-size:16px}.bsc-link.desktop-md svg{width:16px;height:16px}.bsc-link.desktop-lg{font-size:20px}.bsc-link.desktop-lg svg{width:20px;height:20px}}@media(min-width:1608px){.bsc-link.large-sm{font-size:14px}.bsc-link.large-sm svg{width:16px;height:16px}.bsc-link.large-md{font-size:16px}.bsc-link.large-md svg{width:16px;height:16px}.bsc-link.large-lg{font-size:20px}.bsc-link.large-lg svg{width:20px;height:20px}}.bsc-custom-link{display:flex;width:max-content;align-items:center;gap:4px}.bsc-custom-link:hover{cursor:pointer}.bsc-custom-link .icon{width:16px;height:16px}@media(min-width:1280px){.bsc-custom-link .icon{width:20px;height:20px}}.bsc-custom-link .icon svg{transform:none;margin-left:0}.bsc-custom-link.button{cursor:pointer;background-color:transparent;border:0;text-align:left;font-family:var(--font-family-base),sans-serif;padding:0}.bsc-custom-link.rdstation{color:#4839a3}.bsc-custom-link.rdstation .icon svg path{fill:#4839a3}.bsc-footer{width:100%;padding:40px 0}.bsc-footer .footer-info{display:flex;flex-direction:column;gap:24px}.bsc-footer .footer-info .logo-wrapper{width:130px;height:23px}.bsc-footer .footer-info .logo-wrapper img{width:100%;height:100%}.bsc-footer .footer-info .social-media-wrapper{display:flex;height:25px;gap:20px;margin-top:16px}.bsc-footer .footer-info .social-media-wrapper .social-media{display:flex;height:100%;width:25px}.bsc-footer .footer-info .social-media-wrapper .social-media svg{height:auto;max-height:100%;width:100%;margin:auto 0}.bsc-footer .footer-info .info-title{margin-bottom:5px}.bsc-footer .footer-info .info .phone{margin:0 0 5px}.bsc-footer .footer-info .address{margin-top:16px}.bsc-footer .footer-links .column .column-title{border-bottom:1px solid;padding:16px 24px;position:relative;cursor:pointer}.bsc-footer .footer-links .column .column-title h3{pointer-events:none;color:inherit}.bsc-footer .footer-links .column .column-title:after{content:"";display:inline-block;position:absolute;right:30px;top:calc(50% - 6px);border-style:solid;border-width:0 3px 3px 0;padding:4px;transform:rotate(45deg);transition:transform .3s ease}.bsc-footer .footer-links .column .column-title.open:after{transform:rotate(225deg)}.bsc-footer .footer-links .column .column-title.open+.column-links .links{padding:24px;max-height:unset}.bsc-footer .footer-links .column .column-links .links{display:flex;flex-direction:column;gap:16px;padding:0 24px;max-height:0;overflow:hidden;transition:all .3s ease}.bsc-footer .footer-links .column .column-links .links .subcategory-title{margin:16px 0}.bsc-footer .footer-links .column .column-links .links .see-more,.bsc-footer .footer-links .column .column-links .links .subcategory{display:flex;flex-direction:column;gap:16px}.bsc-footer .footer-links .column .column-links .links .toggle-see-more{display:none}.bsc-footer.light{background-color:#f1f3f5}.bsc-footer.light .social-media-wrapper .social-media svg path{fill:#261d5d;transition:fill .3s ease}.bsc-footer.light .social-media-wrapper .social-media:hover svg path{fill:#806eff}.bsc-footer.light .info .phone{color:#4839a3}.bsc-footer.light .info .phone a{color:inherit;text-decoration:none}.bsc-footer.light .footer-links .column .column-title{border-color:#acb4bd;color:#100c27}.bsc-footer.light .footer-links .column .column-title:after{border-color:#000}.bsc-footer.light .footer-links .column .column-links .links{background-color:#fff}.bsc-footer.light .footer-links .column .column-links .links .subcategory-title{color:#100c27}.bsc-footer.dark{background-color:#100c27;color:#fff}.bsc-footer.dark .social-media-wrapper .social-media svg path{fill:#fff;transition:fill .3s ease}.bsc-footer.dark .social-media-wrapper .social-media:hover svg path{fill:#ada1ff}.bsc-footer.dark .info .phone{color:#c3bbff}.bsc-footer.dark .footer-links .column .column-title{color:#d9d4ff;border-color:#806eff}.bsc-footer.dark .footer-links .column .column-title:after{border-color:#d9d4ff}.bsc-footer.dark .footer-links .column .column-links .links{background-color:#261d5d}.bsc-footer.dark .footer-links .column .column-links .links .subcategory-title{color:#fff}@media(min-width:768px){.bsc-footer .footer-links{border-top:1px solid}.bsc-footer .footer-links .column .column-title.open+.column-links .links{padding:16px 32px}.bsc-footer .footer-links .column .column-links .links{padding:0 32px}.bsc-footer.light .footer-links{border-color:#acb4bd}.bsc-footer.dark .footer-links{border-color:#806eff}}@media(min-width:1280px){.bsc-footer{padding:80px 0}.bsc-footer .footer-info{order:1;justify-content:space-between;flex-direction:row;position:relative;border-top:1px solid;padding-top:30px}.bsc-footer .footer-info .left{padding-bottom:50px}.bsc-footer .footer-info .right{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:40px;column-gap:40px;max-width:524px}.bsc-footer .footer-info .right .address{margin-top:0}.bsc-footer .footer-info .copyright{position:absolute;bottom:0}.bsc-footer .footer-links{border:0}.bsc-footer .footer-links .column .column-title{border:0;pointer-events:none;padding:0;margin-bottom:16px}.bsc-footer .footer-links .column .column-title:after{display:none}.bsc-footer .footer-links .column:not(:last-child){border-right:1px solid}.bsc-footer .footer-links .column .column-links .links{height:auto;max-height:unset;padding:0;gap:8px}.bsc-footer .footer-links .column .column-links .links .footer-link .icon{display:none}.bsc-footer .footer-links .column .column-links .links .subcategory-title{margin:8px 0;font-size:12px;line-height:110%}.bsc-footer .footer-links .column .column-links .links .subcategory{gap:8px}.bsc-footer .footer-links .column .column-links .links .see-more{max-height:0;overflow:hidden;gap:8px}.bsc-footer .footer-links .column .column-links .links .see-more.open{max-height:unset}.bsc-footer .footer-links .column .column-links .links .toggle-see-more{display:initial;background-color:transparent;border:0;padding:0;text-decoration:underline;font-weight:700;font-family:var(--font-family-base),sans-serif;font-size:12px;line-height:150%;cursor:pointer;margin-top:8px}.bsc-footer.light .footer-info{border-color:#acb4bd}.bsc-footer.light .footer-links .column{border-color:#e1e4e8}.bsc-footer.light .footer-links .column .column-links .links{background-color:transparent}.bsc-footer.dark .footer-info{border-color:#6c5ae0}.bsc-footer.dark .footer-info .info-title{color:#d9d4ff}.bsc-footer.dark .footer-links .column{border-color:#3b4243}.bsc-footer.dark .footer-links .column .column-links .links{background-color:transparent}.bsc-footer.dark .footer-links .column .column-links .links .subcategory-title,.bsc-footer.dark .footer-links .column .column-links .links .toggle-see-more{color:#d9d4ff}}@supports(-webkit-touch-callout:none){.bsc-footer .footer-info .social-media-wrapper{margin-bottom:24px}.bsc-footer .footer-info .social-media-wrapper .social-media:not(:last-of-type){margin-right:20px}}.drift-facade{display:none}.drift-facade.show{display:block}.drift-facade .btn-drift-fake{position:fixed;z-index:999999;width:56px;height:56px;text-align:center;border-radius:50%;box-shadow:0 0 8px 4px rgba(0,0,0,.16);background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAACZFBMVEWtof//ya5jbnyAbv9sWuBWboeXoaz//v98VFv+ppxkMzg6QUl2dW5hdJbNfX3ztKBsdIyjm/Dtu7T/+faonvdvXOT3Z2VocYSIib5/aNp3ZfN1e511Yd32wrFmboyRdtORjs768O+ak96LiseDhLaSmLN/ga1sPULarbv4wKmjhM2GhsB2bNS/mMRqbp18bu90Yu2fl+dxY9pubq13go9qdIJ+bfmLlaH/xKz+rqD+qp5rgJZ7afhqW9d8dM2BfcZxeJXZo5Fxe4lkbYaYin57a+iHb9a1kcf+sqLutp/q6+9xX+l5bt6Vkdesisr/18PIn8H/uKV9h5TDkIL+39Jybr1gVLrktLeQm6d3TVN3RkeOf/B3b8+Mj7l6fqXvvKR6buaNjdKqtsP9walJTmFyRkyom/319Pedj/eWh/T/9PKIeu3+7unU2OD/59uafdBoXsxlV8xybcbRpbz1wKf/vKeCjJmwf3Y+Q1OCcuqflelvX91nYb9nY7WVpLRhZKlte6aFj5tUTplYbJFbcY7Re3rzaWiLWVZHTVRnNjyhlPnv6em/x9F/ecn40MR7hLr/zbSAkqVdaaFhd450boxNSoRuc3SNY2aea2R0Y+SYk+L1uaXpqJlnbJXOmouodGyEXGHo0c1wbrVhTqdwb6RvapyplIbWjIaegIO2iH/hc3KccXBBRGC1v8qBfbygrbu4ra1mZ5+wl5r5oJC1nIugg4a8h3taYHb5eHFGR2+UYl5/Tk3z39/WyszOv8GzjLjDiLh2iZ2FhoL6iX6OenhXWXff4uijdsZ9Y8TLqZZnRIGNYn/6jmwWAAANzUlEQVR42uzVQaqDMBCA4ZC5QAqBCAGRGFxGRHBdcGuX7qR4Bu/TTelBHy+b0qov+MzYFPLd4GdmEhJFURRFURRFURRFkRuvsqS4SsYEtRiT8qqTTFXka/CLvjK67iz1JfgcrrRtcBJSK04CxTMp6BYyUSQ8Sgu6HSvCauG5pP/F9IkEgieC7iIzEgCbsRf7fEpmM74+Rdnb+PoUrqlDm95M/ethTNo6UxT5iIrRdWk9DWMDr8Zuupu/eooTOV5O15h718C6cajTcPaLy7WKqQG3cTJhDOXEliv6Z4VLOSzPhVXkOBexmNHBNl1NlyTEAfc86hG2KxdTNCeHSOicsRm+Us6OQ0HrSDuwvKUwRwlOR9vDPkPqLjmg41bCbr3z8cLvuIMP42woAnUm+WytOvCjrI/crmp25SV407tL0P5z04BHXfv+CnOCgr931OBX+X4oBUGh6aseALskIQjyeQd+iSLenQRex1NzQ3+EmeP7QJqJJBbaT/iAJ9yS3PNi/fBuBjtpRFEYzr1MZsGKTiR1kBGiogQdO1rBDSqWBGJAYiQNjbHGN7ARUxeVmK5cdc9GXfgE3fgMTftSFRg4w9w7HIY58K1F+TjnP+deMrr2B8xdepPiNJsrguxBSqpIcxE21mVoqlwjzUU2sa5DU+bjcHPRLfhVZKFTkxsO/ApZQZCA0HPJh6DKe4E7qYZmwPU08p7ENzo9m8JJhXj0LoZmwwehJMQF2QjNiM/kJYkgEwuWPPHkIi5J0mti5WNWNKp0iUYrVixPbLJBPLgKrqTbEhVFpEIrs0l6xVqSJD0WVbyIWnQuVWG9ky31804xoBYeLrGplGSZcKkvggaikqMvyQJpQSxEAVToS7JFNnsXIRszUqmSxf2YO7hTfBHN0ZbkfRCRCw4UFb9YtLtkiSjqLcU30cCzuEhzLUkiBcEJmJRYiwORyUUWOPBbwaBPSkzZcx1TCDprT0EgH1/dYf9IsROT4xUknphO5ru7t0WxExfGmr01w9CnkPl8b2ntEZy35saKuskYS6ODOOc/HjaPwQfw8RidFW+yDjXipOTgSNcKHpJVDnxTpJQ01iNBF3ooh9BbFxOes9DOKrM+mk40v8TrTjHoKWWLA/eKhESDAVqcYhSDBnAfdJMkR3eW3mRDNHAT/AaZt8QD9h0HkoEOjNlsUQx52WBMboK7xHALj5CsBIjIjqqqqQNEQ8gJgvtLl1zMqkgtfhyk1N0dPO34+eRU7TIvZDyYif0lUsWy3gxAwc12Su2wi50b8S2SVW32FaDBPDAyCi3rao9TbjPBbl/pN5ZQkjjzxvQMiq74Z1vtM/nYmivwDt9Vm5Rj7LIRaCVFTjrhX2RjIJK1RY4n/R+EU4lIjY3kRJeLGKAoI17KZK5cP3IuiETmfTXXUoRzEOmhDGiy0WjSk1dTOJGVdLgImJr92qGPYV/tgzysjT+8vwMieNZBRRJ6U0hQQsvoHZ9a2hBiJor4f5r2XYGPFmFjoJnuBsuAoSNrmjZqih+ACPJEGvp0GYhsDzqCjUcT3rRj1jUS2NAAExD5whETzIN/AhHh76MYJxndkfZB38X7vwgzWQcR0QT3kItseA2tm/pz+/n1kMlpmFf2u9Idg63r8qfdvn26kZvEh0V2OWKCPu2XFUVM5uTwIdzjrO5dmbRZvkqUTKf9v78vL+E31tpHTEIZEeGROeRSiIukmYPnMHAGbwnjcM3xsrrMvVvGryAisIpfQeQi+7Lpa5fDr8lreIhbj5KAyE8usowExIUoYgj18GvyFHYhqYkRx0Tez2GNJRf5JR4Z62E3D2wMjs7CLtYkH0BnTKdARMIKcgPxEPlPy7m9NhFEcXiOLGbTgMYoNsUWq7Vtas2DItgE1EZQ0wdtShWNV8RGvGEVW28VREFtLIG+VUHUgtLWgohSrfUKKv5bbiZrJtmZyW+Ttd/7DvvtnDPZc3KSnc6PkfFLk9+m6xwkCNI7+XXaxQNIcRHxGq9gBd4QwWEh4jj9z/ss3lW9JZd8FmPt8AGEDMNYWlkkrDl66yuKdIpXDc4BH8e6o2y7Rdblloz7OO/q7Ov0+d5YIsKLXZwl4siS2SZEyuvciz7OXMYskC7c0wcUWD7Ot+y/6zJZfkyQxKBaBB9ca6oTueTjTJtF0vlbeuxO5KspyORNhsjJfmMLElkDWtZKkeO2SKrsjsbMUqxN+UyAlYXQMktIWyLyuRUtEdm1BMeWmNVQck2IOMqqybzHL7OMrBUjgKYx67q3ZhkZVW6ljE1qEdCeDwORVucbyvX03PQLs5w03pGeuok5+zJBu0IkohTBSXKiWpH+urQp0Q7P3yHr8890klGEVkjqPci0uc51ufsQEi9+pkzmOSGOKB8AKUR2QJFuJhMEIkudIkNHVCLPCPFYJbJQWUTjoew8LlGzVStCC6aCIUIkVCL9KpGcENFRi8iI8+U3YcpcJ8yRjOlkglQiOxdBRBTtJJiVRU4Spr8d+Esih6sRqV+iZFcFkYTyhjALaejPRTprEgkikU2SCM04I+QkuWHoM8gQp8g2mOzyNCks2kljIjwwPQ+xB0WMMBRZg6sRWeSYEBE8mzCLzHSQa66L6HqRII3IcSiyQfszQ9x9CJFDZZa/cMz2OzQAPTMT3EJ/XUpbsgta4A+KBUqRrr5kLB6PJftOk0XHSWVMYRlxnVivSFQjAgc264FIrihyOuYvEh8mj+jW2ytK9mso1+Xv2nD3IUR9/jKSXeQJ53pxe72Nut6DoE0/PI67D5Gk30Hs/3gIE+KslXoPuBwRsYW7D1f9En3kgWG/RJLy7IEle5CpCbsq2n/4ZcgDSd16xggSaWagH6QWCetFvGRJTLNeCJbswer+Sueuo2j/DnfEuwhZRKBIMxhiBN2HP4qY9p4j8ukRRSV7kOnZXI+L9sG4XyDOy9qJqSN1fwURPATRgkUauuLAw4uJyLi1oPcQBnOMsPvQSNQXB2dvlQzHFXHaWLH3gCe3ul11H4aTMb4ZSayBEev5Y8X1mlTjAoJuF8M0qPtwiAp06UOqd6WOA6SnbL2IelxA/PULNjkBivYUQQ74dAgRQLSSyAnuAQlXLtr3E6RXK9JLLhnUzT2I/MA0ByuJrCXI+MV1Csa+fJkcJ5c0aOce6vcx16xoq9B9aCRMYpmaKXJJkzQuAGaDsIo8MhAiyHKNyFNyyVXDUPYePo7eYhJIxQ4wSSRFmClvG8Jn1DqlSndgNDDAamBfW3fJ62+rmKrBdCyzuW9RFOkgjPiWPVf2Fh/8OBqweMVqY+Ty7YOi+SCyHfKUW7x+sNriwev7UmAB+PByq/0E37Q0b151KsC5xWpjd35EsjW/Ws4o0uTSpKBRUKnOI1Iyvty65SizGOAev1mNXOALHtu5Y8QQRMgNy6e4h21yf1kPYUQHpWCyo7MzN2KcZYy9DHBaWI2cMyREbAE6fpaIvO8i9zgmax8xtj4ANgRxxlCxkdwx/P7nvGUxPw80wBA0Y7cGQIZgnihNBpto8TjkGFDdXfR4yQAoSWQaQrRYRA0HN9fbHgMMgJNEpjFK/wf8g4c7AdsDBBZKEh0bwaZ4CivBlU8Bm/XME7u1Jg0pAngPq+33bgRs3jAATBI9g3+br3+XNoM4juNXeL7ckAabRocOIuKiCIJDp5CtQQhIlhAKGcQU8jtBOyVQNZgMJQ3GJE1BM4qdYnUQilNRSqH/VZPHR7+X58mT5zm9XO8Fun+4e18SsYfyesF+RmmbPFNam2RjXlwdG+ZLhTOwj6dLzmloivdr+Y1pxY0H/fQRJDgSnLL8gtvW9bsRf5cX2BFn3b6HUfpBRIhrSND7tfX7pcm5PmA3dnbYvSl5Rp0LOA58gIVOuX5p4bHTPSWihDTRU75bh3z2jFM6DM4RYeKaK79EDyl1Y/o3LWHqmhtBeHUVETek340FtaEcEedEc+EAoJPyFyPPHtLvdw+HIwwZIvdu7cDAJaXUn49GnhB77N7urmZSJ0jCuxWswlCY3ssXo5HjsRuOI9FidvHO+vzawNblvFtt0LUow3/U660MfBhaGSjms36q+3J190339qtuT7MTJyJlnAMxFCgj25thHVFGAHTVT9okcxkiVro88V4dwINAijKi7I6VLEUJeLCn2TupE+GS5RPbzquAEpQ1P4OiFIUBtYOajVySTEV67JadNrA6YcrIMwdCGfuA7K5XKE2mJ5kph0ZW7DEzsHd09DhkkaIGIJwiaQaqpzPxgUyuXQMTS+/+nn3prOrBDtt4Lk3k8XlhrABlRW1Kt6q2P5ZDoVA5F68TqdaA5dB7kS09AOPV1sl/sAp2OilT75bS7XhniXSbYG/f0nuWoj9gr0Jkw0Bc9G4p3d4SkawJk7RGex8pvQGT1HxEqk2Y7MI4DCMTc+nqXC4vIOfeXZSOTolE2+Dk0jgO/b/pS5ZCR4IH4q53dAuOtokceCAcvWPpzrxEGi+40DDuFXu5UnrpylTidCDWn1h+4y8BA+pUUgFXEhRh6QodiQ9cCpsfrX1wp0mkaIJLLb7SUY1I4QW3ChiJ8SVLpbu1Dsh970bpKt2tJXAvMa50VT5KKuBeJ8xVOvKR6asBh/f0QQGQEl9TMBGO3o3SlYpkE7jc0nsXAKBWJE3gczHyc0qhT5IK8OmkHktXq/Y14HSJTy+HdTJtNeBVMEpX7NkCbi3aAPWGzAK/RAC4rZIp88FTqDjEK8cS4fQP0mtrxJnP/UQAAAAASUVORK5CYII=") 50%/cover #735ff3;cursor:pointer;bottom:12px;right:12px}.drift-facade .btn-drift-fake.background-robot{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABlVBMVEUAAAB0ZdyIePt6a+SMe/6FdfR8beh+buqDc/GOfvt8buCGd++FdfCIefGPf/lqXcF3aNyOfv2Id/CFdemHefGBcut7bN6Pgf1/ceFiUdDi3v3r5vJqWt9zYe1eTst8a/tvXuaAbv9nVtltXONlVNZ7afd4ZvRjU9P69/t1ZPDz7/bw7PXv6vP///9xYOn18/n08ff8+v1bSsaDcv9oWNbm4O54Z+xKOb78/P1mVtJsXNxvX+GPhNV6afFzY+e+uN5/bff///pPPdFKN8j49f9mVd5bTqmJd/6Bb/rt5+9DMLnl4f3m4ehrXb9IOazq5v98bOyMgdFhUctNOctPPsI+LbVJO6nx7vpfTdZrXNI6KKnt6v3p5fqBce7X0erp5enMx+PX1d9oWsUyIZ45KZr08f/f2upXRdGakctVRMqFeclQP8hXRcZ9dLdNPrQ2JLBtY6xdUaVOQKKZj9tZR9lyY9ipote2sdGmoMyxq8qqpMNxZMNYSbZBMLJmWq86K6EjEJ9BM53b1vfAuurKxdN7btNcTLrKj33IAAAAGXRSTlMA8/Ly8/Py8vF8o5bOih3+28a1NCrdyp4/uRUFXgAABBZJREFUSMeN1gd30lAYxnHco+4dCBEhJBEINQpJoQqCViyo1ApI6bTW7u3e28/te997yc2Ao/+erlN+57lASxognThyeu9+3l53B+wOk44dORdgHalUKjec3YduY3HSLczsNjZ9nLqLlRtXeJdpcUyBrpLCtHQ6HYkUCmNncK+vU0jIWMCwwtgA3L9/7GHMMRiLFabPwSCK/oN+B5kDgdMVP+vrGBRjhfOB/Y6T9nJmjz1RLBxywv/Zi1E4jLDvA6Og8w8CPMghd0rPOb7nhkzB7f23FSH4xL7hkDslHHtVxp5gd7ottaOImeOQMnOkLP2+6ewxdnP1XqtTVTMgPBD3FHNp5eViSfdV0kuzz95vP1/LRCmLisP7EDJXFmbgVppmDEH60JChadrg4OC1RCKhwQ8+LFggaXmE6OLmKymoB59qGkrOiEsmU6GE/muhQWU06oBKbO2nHgRIHJyPQ3AAU6GQ/uG5IItRG7LB8k0jCNDwQDZIYLK03VTBuWF6rUjgpAuC4xAm38MkOIR7KVRGcj8mAU4hJM7wnBTSnu2uyMAovI+DV9sTwXoQYo+N4RuEErP3LJU42QFHNosvCBw0NMMgjA9y+OCeJRDHYBwKi4+KdwmcRMMdH3TCDIFxClsU1vwuyVyWQZnC28Qp4RFcxCcEGTp+UL4o94M1qvwuG0oihFQfxEk+h9B2NlS7ULEhpvkdSh9UoLQDTmmc0YOmQMFiYnHXksAxqFDYQoglNLcLJZM4mZr9YkkqQIHAOIUiXwQJkDsMJ7XVqqCCEzJ7GLwaFjvv9KBdkjKIsSQ4OOtHyw3hpS1W3UDIpdPRj9rM5rpAnJAjEBiB7e9zTplyHDOVygLLZvXlrXEBnAtGhqs7xguHnALI57IASzObDQGhhJC9ZMfEzvYQbPJCo6PspPheGv1UFTCJwAO3qAtHxGhnZ07XjRf1GmG1en2S/QpAiVJp7lNz3A3ZBSKSF6tfN969naOwXoNPUyGYHYX3xeLq56rtOKRSzLebXxdarTeGYejLrYcn5+fnTz7E/nxuroPrAyPkhUhd/7asQzvfrEajYbEaksQZg4xBeJkWha034J4tSPQvSFUp6H4h2Yuey5ooN4sAN7ZyUdiHZPS2I10XELovuKJgzcDgc0nlEB1ldJFAkzsKV+Z1ffZ7NSfzPWQIHYumywG887L0drfZy+EWMLbo/Y+i/fFLx8o4HcT3+KL3cp9fKstyL8cQvHHIB6Gonef+4TmJJfCYiYw7rO8eYQSeChwfC9uuq0THnncQnTRxNHBiuuDbo7Dn/cODXh9/fTYAkwVkfI8q//POFB2EzhDJmf/+IaKHJFIan7gQwAamzQI0TMuzMt1y3QTaxGvYo50dOHaIdBDa52mPt1NHLxHzF5bW4OP5H4USAAAAAElFTkSuQmCC")!important}.drift-facade .tooltip-drift-fake{background-color:#fff;position:fixed;z-index:99999999999;box-shadow:0 7px 6px 1px rgba(0,0,0,.16);border-radius:4px;height:50px;width:180px;text-align:center;display:none;bottom:16px;right:90px}.drift-facade .tooltip-drift-fake:after{content:" ";right:-10px;bottom:12px;position:absolute;pointer-events:none;border:10px solid #fff;transform:rotate(-45deg);box-shadow:0 7px 6px -5px rgba(0,0,0,.16)}@media(min-width:768px){.drift-facade .btn-drift-fake{bottom:36px;right:36px}.drift-facade .tooltip-drift-fake{bottom:36px;right:110px}}.bsc-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:16px;grid-row-gap:16px;grid-auto-flow:dense;margin-left:24px;margin-right:24px}.bsc-grid.nested{margin-left:0;margin-right:0}.bsc-grid.mobile-row-gap-0{grid-row-gap:0}.bsc-grid.mobile-column-gap-0{grid-column-gap:0}.bsc-grid.mobile-row-gap-4{grid-row-gap:4px}.bsc-grid.mobile-column-gap-4{grid-column-gap:4px}.bsc-grid.mobile-row-gap-8{grid-row-gap:8px}.bsc-grid.mobile-column-gap-8{grid-column-gap:8px}.bsc-grid.mobile-row-gap-12{grid-row-gap:12px}.bsc-grid.mobile-column-gap-12{grid-column-gap:12px}.bsc-grid.mobile-row-gap-16{grid-row-gap:16px}.bsc-grid.mobile-column-gap-16{grid-column-gap:16px}.bsc-grid.mobile-row-gap-20{grid-row-gap:20px}.bsc-grid.mobile-column-gap-20{grid-column-gap:20px}.bsc-grid.mobile-row-gap-24{grid-row-gap:24px}.bsc-grid.mobile-column-gap-24{grid-column-gap:24px}.bsc-grid.mobile-row-gap-28{grid-row-gap:28px}.bsc-grid.mobile-column-gap-28{grid-column-gap:28px}.bsc-grid.mobile-row-gap-32{grid-row-gap:32px}.bsc-grid.mobile-column-gap-32{grid-column-gap:32px}.bsc-grid.mobile-row-gap-36{grid-row-gap:36px}.bsc-grid.mobile-column-gap-36{grid-column-gap:36px}.bsc-grid.mobile-row-gap-40{grid-row-gap:40px}.bsc-grid.mobile-column-gap-40{grid-column-gap:40px}.bsc-grid.mobile-row-gap-44{grid-row-gap:44px}.bsc-grid.mobile-column-gap-44{grid-column-gap:44px}.bsc-grid.mobile-row-gap-48{grid-row-gap:48px}.bsc-grid.mobile-column-gap-48{grid-column-gap:48px}.bsc-grid.mobile-row-gap-52{grid-row-gap:52px}.bsc-grid.mobile-column-gap-52{grid-column-gap:52px}.bsc-grid.mobile-row-gap-56{grid-row-gap:56px}.bsc-grid.mobile-column-gap-56{grid-column-gap:56px}.bsc-grid.mobile-row-gap-60{grid-row-gap:60px}.bsc-grid.mobile-column-gap-60{grid-column-gap:60px}.bsc-grid.mobile-row-gap-64{grid-row-gap:64px}.bsc-grid.mobile-column-gap-64{grid-column-gap:64px}.bsc-grid.mobile-row-gap-68{grid-row-gap:68px}.bsc-grid.mobile-column-gap-68{grid-column-gap:68px}.bsc-grid.mobile-row-gap-72{grid-row-gap:72px}.bsc-grid.mobile-column-gap-72{grid-column-gap:72px}.bsc-grid.mobile-row-gap-76{grid-row-gap:76px}.bsc-grid.mobile-column-gap-76{grid-column-gap:76px}.bsc-grid.mobile-row-gap-80{grid-row-gap:80px}.bsc-grid.mobile-column-gap-80{grid-column-gap:80px}.bsc-grid.mobile-columns-0{grid-template-columns:repeat(0,1fr)}.bsc-grid.mobile-columns-1{grid-template-columns:repeat(1,1fr)}.bsc-grid.mobile-columns-2{grid-template-columns:repeat(2,1fr)}.bsc-grid.mobile-columns-3{grid-template-columns:repeat(3,1fr)}.bsc-grid.mobile-columns-4{grid-template-columns:repeat(4,1fr)}.bsc-grid.mobile-columns-5{grid-template-columns:repeat(5,1fr)}.bsc-grid.mobile-columns-6{grid-template-columns:repeat(6,1fr)}.bsc-grid.mobile-columns-7{grid-template-columns:repeat(7,1fr)}.bsc-grid.mobile-columns-8{grid-template-columns:repeat(8,1fr)}.bsc-grid.mobile-columns-9{grid-template-columns:repeat(9,1fr)}.bsc-grid.mobile-columns-10{grid-template-columns:repeat(10,1fr)}.bsc-grid.mobile-columns-11{grid-template-columns:repeat(11,1fr)}.bsc-grid.mobile-columns-12{grid-template-columns:repeat(12,1fr)}@media(min-width:768px){.bsc-grid{grid-template-columns:repeat(12,1fr);grid-column-gap:24px;grid-row-gap:24px;margin-left:48px;margin-right:48px}.bsc-grid.tablet-row-gap-0{grid-row-gap:0}.bsc-grid.tablet-column-gap-0{grid-column-gap:0}.bsc-grid.tablet-row-gap-4{grid-row-gap:4px}.bsc-grid.tablet-column-gap-4{grid-column-gap:4px}.bsc-grid.tablet-row-gap-8{grid-row-gap:8px}.bsc-grid.tablet-column-gap-8{grid-column-gap:8px}.bsc-grid.tablet-row-gap-12{grid-row-gap:12px}.bsc-grid.tablet-column-gap-12{grid-column-gap:12px}.bsc-grid.tablet-row-gap-16{grid-row-gap:16px}.bsc-grid.tablet-column-gap-16{grid-column-gap:16px}.bsc-grid.tablet-row-gap-20{grid-row-gap:20px}.bsc-grid.tablet-column-gap-20{grid-column-gap:20px}.bsc-grid.tablet-row-gap-24{grid-row-gap:24px}.bsc-grid.tablet-column-gap-24{grid-column-gap:24px}.bsc-grid.tablet-row-gap-28{grid-row-gap:28px}.bsc-grid.tablet-column-gap-28{grid-column-gap:28px}.bsc-grid.tablet-row-gap-32{grid-row-gap:32px}.bsc-grid.tablet-column-gap-32{grid-column-gap:32px}.bsc-grid.tablet-row-gap-36{grid-row-gap:36px}.bsc-grid.tablet-column-gap-36{grid-column-gap:36px}.bsc-grid.tablet-row-gap-40{grid-row-gap:40px}.bsc-grid.tablet-column-gap-40{grid-column-gap:40px}.bsc-grid.tablet-row-gap-44{grid-row-gap:44px}.bsc-grid.tablet-column-gap-44{grid-column-gap:44px}.bsc-grid.tablet-row-gap-48{grid-row-gap:48px}.bsc-grid.tablet-column-gap-48{grid-column-gap:48px}.bsc-grid.tablet-row-gap-52{grid-row-gap:52px}.bsc-grid.tablet-column-gap-52{grid-column-gap:52px}.bsc-grid.tablet-row-gap-56{grid-row-gap:56px}.bsc-grid.tablet-column-gap-56{grid-column-gap:56px}.bsc-grid.tablet-row-gap-60{grid-row-gap:60px}.bsc-grid.tablet-column-gap-60{grid-column-gap:60px}.bsc-grid.tablet-row-gap-64{grid-row-gap:64px}.bsc-grid.tablet-column-gap-64{grid-column-gap:64px}.bsc-grid.tablet-row-gap-68{grid-row-gap:68px}.bsc-grid.tablet-column-gap-68{grid-column-gap:68px}.bsc-grid.tablet-row-gap-72{grid-row-gap:72px}.bsc-grid.tablet-column-gap-72{grid-column-gap:72px}.bsc-grid.tablet-row-gap-76{grid-row-gap:76px}.bsc-grid.tablet-column-gap-76{grid-column-gap:76px}.bsc-grid.tablet-row-gap-80{grid-row-gap:80px}.bsc-grid.tablet-column-gap-80{grid-column-gap:80px}.bsc-grid.tablet-columns-1{grid-template-columns:repeat(1,1fr)}.bsc-grid.tablet-columns-2{grid-template-columns:repeat(2,1fr)}.bsc-grid.tablet-columns-3{grid-template-columns:repeat(3,1fr)}.bsc-grid.tablet-columns-4{grid-template-columns:repeat(4,1fr)}.bsc-grid.tablet-columns-5{grid-template-columns:repeat(5,1fr)}.bsc-grid.tablet-columns-6{grid-template-columns:repeat(6,1fr)}.bsc-grid.tablet-columns-7{grid-template-columns:repeat(7,1fr)}.bsc-grid.tablet-columns-8{grid-template-columns:repeat(8,1fr)}.bsc-grid.tablet-columns-9{grid-template-columns:repeat(9,1fr)}.bsc-grid.tablet-columns-10{grid-template-columns:repeat(10,1fr)}.bsc-grid.tablet-columns-11{grid-template-columns:repeat(11,1fr)}.bsc-grid.tablet-columns-12{grid-template-columns:repeat(12,1fr)}}@media(min-width:1280px){.bsc-grid{grid-column-gap:40px;grid-row-gap:40px;margin-left:80px;margin-right:80px}.bsc-grid.desktop-row-gap-0{grid-row-gap:0}.bsc-grid.desktop-column-gap-0{grid-column-gap:0}.bsc-grid.desktop-row-gap-4{grid-row-gap:4px}.bsc-grid.desktop-column-gap-4{grid-column-gap:4px}.bsc-grid.desktop-row-gap-8{grid-row-gap:8px}.bsc-grid.desktop-column-gap-8{grid-column-gap:8px}.bsc-grid.desktop-row-gap-12{grid-row-gap:12px}.bsc-grid.desktop-column-gap-12{grid-column-gap:12px}.bsc-grid.desktop-row-gap-16{grid-row-gap:16px}.bsc-grid.desktop-column-gap-16{grid-column-gap:16px}.bsc-grid.desktop-row-gap-20{grid-row-gap:20px}.bsc-grid.desktop-column-gap-20{grid-column-gap:20px}.bsc-grid.desktop-row-gap-24{grid-row-gap:24px}.bsc-grid.desktop-column-gap-24{grid-column-gap:24px}.bsc-grid.desktop-row-gap-28{grid-row-gap:28px}.bsc-grid.desktop-column-gap-28{grid-column-gap:28px}.bsc-grid.desktop-row-gap-32{grid-row-gap:32px}.bsc-grid.desktop-column-gap-32{grid-column-gap:32px}.bsc-grid.desktop-row-gap-36{grid-row-gap:36px}.bsc-grid.desktop-column-gap-36{grid-column-gap:36px}.bsc-grid.desktop-row-gap-40{grid-row-gap:40px}.bsc-grid.desktop-column-gap-40{grid-column-gap:40px}.bsc-grid.desktop-row-gap-44{grid-row-gap:44px}.bsc-grid.desktop-column-gap-44{grid-column-gap:44px}.bsc-grid.desktop-row-gap-48{grid-row-gap:48px}.bsc-grid.desktop-column-gap-48{grid-column-gap:48px}.bsc-grid.desktop-row-gap-52{grid-row-gap:52px}.bsc-grid.desktop-column-gap-52{grid-column-gap:52px}.bsc-grid.desktop-row-gap-56{grid-row-gap:56px}.bsc-grid.desktop-column-gap-56{grid-column-gap:56px}.bsc-grid.desktop-row-gap-60{grid-row-gap:60px}.bsc-grid.desktop-column-gap-60{grid-column-gap:60px}.bsc-grid.desktop-row-gap-64{grid-row-gap:64px}.bsc-grid.desktop-column-gap-64{grid-column-gap:64px}.bsc-grid.desktop-row-gap-68{grid-row-gap:68px}.bsc-grid.desktop-column-gap-68{grid-column-gap:68px}.bsc-grid.desktop-row-gap-72{grid-row-gap:72px}.bsc-grid.desktop-column-gap-72{grid-column-gap:72px}.bsc-grid.desktop-row-gap-76{grid-row-gap:76px}.bsc-grid.desktop-column-gap-76{grid-column-gap:76px}.bsc-grid.desktop-row-gap-80{grid-row-gap:80px}.bsc-grid.desktop-column-gap-80{grid-column-gap:80px}.bsc-grid.desktop-columns-1{grid-template-columns:repeat(1,1fr)}.bsc-grid.desktop-columns-2{grid-template-columns:repeat(2,1fr)}.bsc-grid.desktop-columns-3{grid-template-columns:repeat(3,1fr)}.bsc-grid.desktop-columns-4{grid-template-columns:repeat(4,1fr)}.bsc-grid.desktop-columns-5{grid-template-columns:repeat(5,1fr)}.bsc-grid.desktop-columns-6{grid-template-columns:repeat(6,1fr)}.bsc-grid.desktop-columns-7{grid-template-columns:repeat(7,1fr)}.bsc-grid.desktop-columns-8{grid-template-columns:repeat(8,1fr)}.bsc-grid.desktop-columns-9{grid-template-columns:repeat(9,1fr)}.bsc-grid.desktop-columns-10{grid-template-columns:repeat(10,1fr)}.bsc-grid.desktop-columns-11{grid-template-columns:repeat(11,1fr)}.bsc-grid.desktop-columns-12{grid-template-columns:repeat(12,1fr)}}@media(min-width:1608px){.bsc-grid{margin-left:auto;margin-right:auto;max-width:1448px}.bsc-grid.nested{max-width:100%}.bsc-grid.large-row-gap-0{grid-row-gap:0}.bsc-grid.large-column-gap-0{grid-column-gap:0}.bsc-grid.large-row-gap-4{grid-row-gap:4px}.bsc-grid.large-column-gap-4{grid-column-gap:4px}.bsc-grid.large-row-gap-8{grid-row-gap:8px}.bsc-grid.large-column-gap-8{grid-column-gap:8px}.bsc-grid.large-row-gap-12{grid-row-gap:12px}.bsc-grid.large-column-gap-12{grid-column-gap:12px}.bsc-grid.large-row-gap-16{grid-row-gap:16px}.bsc-grid.large-column-gap-16{grid-column-gap:16px}.bsc-grid.large-row-gap-20{grid-row-gap:20px}.bsc-grid.large-column-gap-20{grid-column-gap:20px}.bsc-grid.large-row-gap-24{grid-row-gap:24px}.bsc-grid.large-column-gap-24{grid-column-gap:24px}.bsc-grid.large-row-gap-28{grid-row-gap:28px}.bsc-grid.large-column-gap-28{grid-column-gap:28px}.bsc-grid.large-row-gap-32{grid-row-gap:32px}.bsc-grid.large-column-gap-32{grid-column-gap:32px}.bsc-grid.large-row-gap-36{grid-row-gap:36px}.bsc-grid.large-column-gap-36{grid-column-gap:36px}.bsc-grid.large-row-gap-40{grid-row-gap:40px}.bsc-grid.large-column-gap-40{grid-column-gap:40px}.bsc-grid.large-row-gap-44{grid-row-gap:44px}.bsc-grid.large-column-gap-44{grid-column-gap:44px}.bsc-grid.large-row-gap-48{grid-row-gap:48px}.bsc-grid.large-column-gap-48{grid-column-gap:48px}.bsc-grid.large-row-gap-52{grid-row-gap:52px}.bsc-grid.large-column-gap-52{grid-column-gap:52px}.bsc-grid.large-row-gap-56{grid-row-gap:56px}.bsc-grid.large-column-gap-56{grid-column-gap:56px}.bsc-grid.large-row-gap-60{grid-row-gap:60px}.bsc-grid.large-column-gap-60{grid-column-gap:60px}.bsc-grid.large-row-gap-64{grid-row-gap:64px}.bsc-grid.large-column-gap-64{grid-column-gap:64px}.bsc-grid.large-row-gap-68{grid-row-gap:68px}.bsc-grid.large-column-gap-68{grid-column-gap:68px}.bsc-grid.large-row-gap-72{grid-row-gap:72px}.bsc-grid.large-column-gap-72{grid-column-gap:72px}.bsc-grid.large-row-gap-76{grid-row-gap:76px}.bsc-grid.large-column-gap-76{grid-column-gap:76px}.bsc-grid.large-row-gap-80{grid-row-gap:80px}.bsc-grid.large-column-gap-80{grid-column-gap:80px}.large-columns-1{grid-template-columns:repeat(1,1fr)}.large-columns-2{grid-template-columns:repeat(2,1fr)}.large-columns-3{grid-template-columns:repeat(3,1fr)}.large-columns-4{grid-template-columns:repeat(4,1fr)}.large-columns-5{grid-template-columns:repeat(5,1fr)}.large-columns-6{grid-template-columns:repeat(6,1fr)}.large-columns-7{grid-template-columns:repeat(7,1fr)}.large-columns-8{grid-template-columns:repeat(8,1fr)}.large-columns-9{grid-template-columns:repeat(9,1fr)}.large-columns-10{grid-template-columns:repeat(10,1fr)}.large-columns-11{grid-template-columns:repeat(11,1fr)}.large-columns-12{grid-template-columns:repeat(12,1fr)}}.bsc-grid-item{grid-column-end:-1}.bsc-grid-item,.bsc-grid-item.mobile-start-1{grid-column-start:1}.bsc-grid-item.mobile-end-1{grid-column-end:1}.bsc-grid-item.mobile-column-span-1{grid-column:span 1}.bsc-grid-item.mobile-start-2{grid-column-start:2}.bsc-grid-item.mobile-end-2{grid-column-end:2}.bsc-grid-item.mobile-column-span-2{grid-column:span 2}.bsc-grid-item.mobile-start-3{grid-column-start:3}.bsc-grid-item.mobile-end-3{grid-column-end:3}.bsc-grid-item.mobile-column-span-3{grid-column:span 3}.bsc-grid-item.mobile-start-4{grid-column-start:4}.bsc-grid-item.mobile-end-4{grid-column-end:4}.bsc-grid-item.mobile-column-span-4{grid-column:span 4}.bsc-grid-item.mobile-start-5{grid-column-start:5}.bsc-grid-item.mobile-end-5{grid-column-end:5}.bsc-grid-item.mobile-column-span-5{grid-column:span 5}.bsc-grid-item.mobile-start-6{grid-column-start:6}.bsc-grid-item.mobile-end-6{grid-column-end:6}.bsc-grid-item.mobile-column-span-6{grid-column:span 6}.bsc-grid-item.mobile-start-7{grid-column-start:7}.bsc-grid-item.mobile-end-7{grid-column-end:7}.bsc-grid-item.mobile-column-span-7{grid-column:span 7}.bsc-grid-item.mobile-start-8{grid-column-start:8}.bsc-grid-item.mobile-end-8{grid-column-end:8}.bsc-grid-item.mobile-column-span-8{grid-column:span 8}.bsc-grid-item.mobile-start-9{grid-column-start:9}.bsc-grid-item.mobile-end-9{grid-column-end:9}.bsc-grid-item.mobile-column-span-9{grid-column:span 9}.bsc-grid-item.mobile-start-10{grid-column-start:10}.bsc-grid-item.mobile-end-10{grid-column-end:10}.bsc-grid-item.mobile-column-span-10{grid-column:span 10}.bsc-grid-item.mobile-start-11{grid-column-start:11}.bsc-grid-item.mobile-end-11{grid-column-end:11}.bsc-grid-item.mobile-column-span-11{grid-column:span 11}.bsc-grid-item.mobile-start-12{grid-column-start:12}.bsc-grid-item.mobile-end-12{grid-column-end:12}.bsc-grid-item.mobile-column-span-12{grid-column:span 12}.bsc-grid-item.mobile-start-13{grid-column-start:13}.bsc-grid-item.mobile-end-13{grid-column-end:13}.bsc-grid-item.mobile-column-span-13{grid-column:span 13}@media(min-width:768px){.bsc-grid-item.tablet-start-1{grid-column-start:1}.bsc-grid-item.tablet-end-1{grid-column-end:1}.bsc-grid-item.tablet-column-span-1{grid-column:span 1}.bsc-grid-item.tablet-start-2{grid-column-start:2}.bsc-grid-item.tablet-end-2{grid-column-end:2}.bsc-grid-item.tablet-column-span-2{grid-column:span 2}.bsc-grid-item.tablet-start-3{grid-column-start:3}.bsc-grid-item.tablet-end-3{grid-column-end:3}.bsc-grid-item.tablet-column-span-3{grid-column:span 3}.bsc-grid-item.tablet-start-4{grid-column-start:4}.bsc-grid-item.tablet-end-4{grid-column-end:4}.bsc-grid-item.tablet-column-span-4{grid-column:span 4}.bsc-grid-item.tablet-start-5{grid-column-start:5}.bsc-grid-item.tablet-end-5{grid-column-end:5}.bsc-grid-item.tablet-column-span-5{grid-column:span 5}.bsc-grid-item.tablet-start-6{grid-column-start:6}.bsc-grid-item.tablet-end-6{grid-column-end:6}.bsc-grid-item.tablet-column-span-6{grid-column:span 6}.bsc-grid-item.tablet-start-7{grid-column-start:7}.bsc-grid-item.tablet-end-7{grid-column-end:7}.bsc-grid-item.tablet-column-span-7{grid-column:span 7}.bsc-grid-item.tablet-start-8{grid-column-start:8}.bsc-grid-item.tablet-end-8{grid-column-end:8}.bsc-grid-item.tablet-column-span-8{grid-column:span 8}.bsc-grid-item.tablet-start-9{grid-column-start:9}.bsc-grid-item.tablet-end-9{grid-column-end:9}.bsc-grid-item.tablet-column-span-9{grid-column:span 9}.bsc-grid-item.tablet-start-10{grid-column-start:10}.bsc-grid-item.tablet-end-10{grid-column-end:10}.bsc-grid-item.tablet-column-span-10{grid-column:span 10}.bsc-grid-item.tablet-start-11{grid-column-start:11}.bsc-grid-item.tablet-end-11{grid-column-end:11}.bsc-grid-item.tablet-column-span-11{grid-column:span 11}.bsc-grid-item.tablet-start-12{grid-column-start:12}.bsc-grid-item.tablet-end-12{grid-column-end:12}.bsc-grid-item.tablet-column-span-12{grid-column:span 12}.bsc-grid-item.tablet-start-13{grid-column-start:13}.bsc-grid-item.tablet-end-13{grid-column-end:13}.bsc-grid-item.tablet-column-span-13{grid-column:span 13}}@media(min-width:1280px){.bsc-grid-item.desktop-start-1{grid-column-start:1}.bsc-grid-item.desktop-end-1{grid-column-end:1}.bsc-grid-item.desktop-column-span-1{grid-column:span 1}.bsc-grid-item.desktop-start-2{grid-column-start:2}.bsc-grid-item.desktop-end-2{grid-column-end:2}.bsc-grid-item.desktop-column-span-2{grid-column:span 2}.bsc-grid-item.desktop-start-3{grid-column-start:3}.bsc-grid-item.desktop-end-3{grid-column-end:3}.bsc-grid-item.desktop-column-span-3{grid-column:span 3}.bsc-grid-item.desktop-start-4{grid-column-start:4}.bsc-grid-item.desktop-end-4{grid-column-end:4}.bsc-grid-item.desktop-column-span-4{grid-column:span 4}.bsc-grid-item.desktop-start-5{grid-column-start:5}.bsc-grid-item.desktop-end-5{grid-column-end:5}.bsc-grid-item.desktop-column-span-5{grid-column:span 5}.bsc-grid-item.desktop-start-6{grid-column-start:6}.bsc-grid-item.desktop-end-6{grid-column-end:6}.bsc-grid-item.desktop-column-span-6{grid-column:span 6}.bsc-grid-item.desktop-start-7{grid-column-start:7}.bsc-grid-item.desktop-end-7{grid-column-end:7}.bsc-grid-item.desktop-column-span-7{grid-column:span 7}.bsc-grid-item.desktop-start-8{grid-column-start:8}.bsc-grid-item.desktop-end-8{grid-column-end:8}.bsc-grid-item.desktop-column-span-8{grid-column:span 8}.bsc-grid-item.desktop-start-9{grid-column-start:9}.bsc-grid-item.desktop-end-9{grid-column-end:9}.bsc-grid-item.desktop-column-span-9{grid-column:span 9}.bsc-grid-item.desktop-start-10{grid-column-start:10}.bsc-grid-item.desktop-end-10{grid-column-end:10}.bsc-grid-item.desktop-column-span-10{grid-column:span 10}.bsc-grid-item.desktop-start-11{grid-column-start:11}.bsc-grid-item.desktop-end-11{grid-column-end:11}.bsc-grid-item.desktop-column-span-11{grid-column:span 11}.bsc-grid-item.desktop-start-12{grid-column-start:12}.bsc-grid-item.desktop-end-12{grid-column-end:12}.bsc-grid-item.desktop-column-span-12{grid-column:span 12}.bsc-grid-item.desktop-start-13{grid-column-start:13}.bsc-grid-item.desktop-end-13{grid-column-end:13}.bsc-grid-item.desktop-column-span-13{grid-column:span 13}}@media(min-width:1608px){.bsc-grid-item.large-start-1{grid-column-start:1}.bsc-grid-item.large-end-1{grid-column-end:1}.bsc-grid-item.large-column-span-1{grid-column:span 1}.bsc-grid-item.large-start-2{grid-column-start:2}.bsc-grid-item.large-end-2{grid-column-end:2}.bsc-grid-item.large-column-span-2{grid-column:span 2}.bsc-grid-item.large-start-3{grid-column-start:3}.bsc-grid-item.large-end-3{grid-column-end:3}.bsc-grid-item.large-column-span-3{grid-column:span 3}.bsc-grid-item.large-start-4{grid-column-start:4}.bsc-grid-item.large-end-4{grid-column-end:4}.bsc-grid-item.large-column-span-4{grid-column:span 4}.bsc-grid-item.large-start-5{grid-column-start:5}.bsc-grid-item.large-end-5{grid-column-end:5}.bsc-grid-item.large-column-span-5{grid-column:span 5}.bsc-grid-item.large-start-6{grid-column-start:6}.bsc-grid-item.large-end-6{grid-column-end:6}.bsc-grid-item.large-column-span-6{grid-column:span 6}.bsc-grid-item.large-start-7{grid-column-start:7}.bsc-grid-item.large-end-7{grid-column-end:7}.bsc-grid-item.large-column-span-7{grid-column:span 7}.bsc-grid-item.large-start-8{grid-column-start:8}.bsc-grid-item.large-end-8{grid-column-end:8}.bsc-grid-item.large-column-span-8{grid-column:span 8}.bsc-grid-item.large-start-9{grid-column-start:9}.bsc-grid-item.large-end-9{grid-column-end:9}.bsc-grid-item.large-column-span-9{grid-column:span 9}.bsc-grid-item.large-start-10{grid-column-start:10}.bsc-grid-item.large-end-10{grid-column-end:10}.bsc-grid-item.large-column-span-10{grid-column:span 10}.bsc-grid-item.large-start-11{grid-column-start:11}.bsc-grid-item.large-end-11{grid-column-end:11}.bsc-grid-item.large-column-span-11{grid-column:span 11}.bsc-grid-item.large-start-12{grid-column-start:12}.bsc-grid-item.large-end-12{grid-column-end:12}.bsc-grid-item.large-column-span-12{grid-column:span 12}.bsc-grid-item.large-start-13{grid-column-start:13}.bsc-grid-item.large-end-13{grid-column-end:13}.bsc-grid-item.large-column-span-13{grid-column:span 13}}.bsc-select .label{display:block;font-weight:700;margin-bottom:12px;font-size:16px;color:#212429}.bsc-select .select-wrapper{display:inline-block;position:relative;width:100%}.bsc-select .select-wrapper:after{content:"";background-image:url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.53907%2010H15.4609C15.9402%2010%2016.1803%2010.6386%2015.8414%2011.0121L12.3804%2014.8264C12.1703%2015.0579%2011.8297%2015.0579%2011.6196%2014.8264L8.15866%2011.0121C7.81973%2010.6386%208.05978%2010%208.53907%2010Z%22%20fill%3D%22%23636E7C%22%2F%3E%0A%3C%2Fsvg%3E");background-position:50%;position:absolute;width:24px;height:24px;top:12px;right:6px;z-index:1;pointer-events:none}.bsc-select .select-wrapper select{position:relative;background-color:#fff;border:1px solid #000;border-radius:0;color:#636e7c;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;box-shadow:inset 4px 4px 0 #f1f3f5;cursor:pointer;font-size:16px;padding:12px 40px 12px 12px}.bsc-select .select-wrapper select:hover{background-color:#f1f3f5}.bsc-select .select-wrapper select:hover option{background-color:#fff}.bsc-select .select-wrapper select:active{color:#000}.bsc-select .select-wrapper select:focus{outline:2px solid #e1e4e8}.bsc-select .select-wrapper .icon{position:absolute;top:12px;left:12px}.bsc-select .select-wrapper .icon svg{width:24px;height:24px}.bsc-select .helper{display:block;font-size:16px;margin-top:12px;color:#212429}.bsc-select.inverse .label{color:#fff}.bsc-select.inverse .select-wrapper:after{background-image:url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.53907%2010H15.4609C15.9402%2010%2016.1803%2010.6386%2015.8414%2011.0121L12.3804%2014.8264C12.1703%2015.0579%2011.8297%2015.0579%2011.6196%2014.8264L8.15866%2011.0121C7.81973%2010.6386%208.05978%2010%208.53907%2010Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E")}.bsc-select.inverse .select-wrapper select{background-color:#636e7c;color:#fff}.bsc-select.inverse .select-wrapper select:hover{background-color:#7e8a98}.bsc-select.inverse .select-wrapper select:active{color:#fff}.bsc-select.inverse .select-wrapper select:focus{outline:2px solid #e1e4e8}.bsc-select.inverse .helper{color:#fff}.bsc-select.small .label{font-size:14px}.bsc-select.small .select-wrapper:after{width:20px;height:20px;top:8px;right:6px}.bsc-select.small .select-wrapper select{font-size:14px;padding:8px 36px 8px 12px}.bsc-select.small .select-wrapper select .icon{top:8px;left:12px}.bsc-select.small .select-wrapper select .icon svg{width:20px;height:20px}.bsc-select.small .helper{font-size:12px}.bsc-form-rdsm .form-rdsm{align-items:flex-end}.bsc-form-rdsm .control-group{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.bsc-form-rdsm .control-group.hidden{display:none}.bsc-form-rdsm .control-group label{font-size:14px;line-height:1;font-weight:700;width:100%;text-align:left}.bsc-form-rdsm .control-group label .input-wrapper,.bsc-form-rdsm .control-group label .select-wrapper select{border-width:2px}.bsc-form-rdsm .control-group .error-message{font-size:12px;line-height:100%;color:#e34263;display:none}.bsc-form-rdsm .control-group.invalid .input-wrapper,.bsc-form-rdsm .control-group.invalid .select-wrapper select{border-color:#e34263!important}.bsc-form-rdsm .lgpd-info strong{color:#806eff}.bsc-form-rdsm .lgpd-tag{background-color:#e1e4e8;padding:4px 16px;display:inline-block}.bsc-form-rdsm .button-wrapper{margin-top:30px}.bsc-form-rdsm .button-wrapper button{margin:0 auto}.bsc-form-rdsm .submit-success{display:none}.bsc-form-rdsm .submit-success .form-typ{background:linear-gradient(180deg,#c9eaf1,#e3f7f8);text-align:center;padding:56px 32px 46px;display:flex;flex-direction:column;align-items:center;gap:40px}.bsc-form-rdsm .submit-success .form-typ .form-typ-title{max-width:560px;color:#4839a3}.bsc-form-rdsm .submit-success .form-typ .form-typ-description{max-width:459px}.bsc-form-rdsm .submit-success .form-typ .cta-wrapper a,.bsc-form-rdsm .submit-success .form-typ .cta-wrapper button{margin:20px auto}.bsc-form-rdsm .submit-success .form-typ .form-typ-social-proof svg{width:94px}.bsc-form-rdsm .alert-danger{margin:20px auto;color:#e34263}.bsc-modal{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;overflow:hidden;outline:0;display:none;overflow-y:auto}.bsc-modal.show{display:block}.bsc-modal .modal-dialog{max-width:calc(100% - 32px);background-color:#fff;position:relative;padding:16px;margin:30px auto;animation:translateModal .3s ease-out;box-sizing:border-box}.bsc-modal .modal-dialog .modal-header{margin-bottom:10px;text-align:center;position:-webkit-sticky;position:sticky;top:0;width:100%;background-color:#fff;padding:8px 0;z-index:10}.bsc-modal .modal-dialog .modal-header.no-logo{margin-bottom:24px;background-color:transparent}.bsc-modal .modal-dialog .modal-header.no-logo .modal-close{top:0}.bsc-modal .modal-dialog .modal-header.no-logo+.modal-content{margin-top:-40px;padding-top:0}.bsc-modal .modal-dialog .modal-header .logo-wrapper img{max-width:125px;margin:0 auto;max-height:29px!important;display:block}.bsc-modal .modal-dialog .modal-header .modal-close{background-color:transparent;border:0;position:absolute;right:0;top:12px;cursor:pointer}.bsc-modal .modal-dialog .modal-content{text-align:center;display:flex;flex-direction:column;gap:20px;padding:25px}.bsc-modal .modal-dialog .modal-content.bg{background-color:#f1f3f5}.bsc-modal .modal-dialog .modal-content.submit-success{padding:0}.bsc-modal .modal-dialog .modal-content.submit-success .form-content,.bsc-modal .modal-dialog .modal-content.submit-success .modal-info{display:none}.bsc-modal .modal-dialog .modal-content.submit-success .submit-success{display:block}@media(min-width:768px){.bsc-modal .modal-dialog{padding:20px 32px 32px}}@media(min-width:992px){.bsc-modal .modal-dialog{max-width:800px}}.bsc-form-typ .form-typ{background:linear-gradient(180deg,#c9eaf1,#e3f7f8);text-align:center;padding:56px 32px 46px;display:flex;flex-direction:column;align-items:center;gap:40px}.bsc-form-typ .form-typ .form-typ-title{max-width:560px;color:#4839a3;margin:auto}.bsc-form-typ .form-typ .form-typ-description{max-width:459px;margin:auto}.bsc-form-typ .form-typ .cta-wrapper a,.bsc-form-typ .form-typ .cta-wrapper button{margin:20px auto}.bsc-form-typ .form-typ .form-typ-social-proof svg{width:94px}.bsc-pp-form .is-loading,.bsc-pp-form .js-mkt-form{position:relative;min-height:200px}.bsc-pp-form .is-loading [type=submit],.bsc-pp-form .js-mkt-form [type=submit]{display:none}.bsc-pp-form .is-loading:after,.bsc-pp-form .is-loading:before,.bsc-pp-form .js-mkt-form:after,.bsc-pp-form .js-mkt-form:before{content:"";position:absolute}.bsc-pp-form .is-loading:after,.bsc-pp-form .js-mkt-form:after{width:100%;height:100%;top:0;left:0;z-index:1;background-color:#f1f3f5}.bsc-pp-form .is-loading:before,.bsc-pp-form .js-mkt-form:before{top:calc(50% - 25px);left:calc(50% - 25px);transform:translate(-50%,-50%);border:5px solid #cfd3d8;border-top-color:#6c5ae0;border-radius:50%;width:50px;height:50px;z-index:2;animation:spin 2s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.bsc-pp-form .mkt-form [type=submit]{width:100%;display:block;max-width:327px;margin:32px auto}.bsc-pp-form .mkt-form .pp-progress-bar .progress-bar{background-color:#f1f3f5;margin-bottom:16px;height:16px}.bsc-pp-form .mkt-form .pp-progress-bar .progress-bar .progress{height:100%}.bsc-pp-form .mkt-form .pp-progress-bar .step{font-weight:700;line-height:100%;text-transform:uppercase}.bsc-pp-form .mkt-form .pp-progress-bar .step .step-number{margin:0 4px}.bsc-pp-form .mkt-form .mkt-form-body{display:flex;flex-wrap:wrap;gap:24px 30px}.bsc-pp-form .mkt-form .mkt-form-body label,.bsc-pp-form .mkt-form .mkt-form-body select{display:block}.bsc-pp-form .mkt-form .mkt-form-body input,.bsc-pp-form .mkt-form .mkt-form-body input[type=email],.bsc-pp-form .mkt-form .mkt-form-body input[type=text],.bsc-pp-form .mkt-form .mkt-form-body select{background-color:#fff;border:1px solid #000;box-shadow:inset 4px 4px #e3f7f8;padding:6px 4px 6px 12px;height:38px;color:#182020;display:block;width:100%;box-sizing:border-box}.bsc-pp-form .mkt-form .mkt-form-body input::placeholder,.bsc-pp-form .mkt-form .mkt-form-body input[type=email]::placeholder,.bsc-pp-form .mkt-form .mkt-form-body input[type=text]::placeholder,.bsc-pp-form .mkt-form .mkt-form-body select::placeholder{color:#4e5959}.bsc-pp-form .mkt-form .mkt-form-body label{font-size:14px;line-height:1;margin-bottom:12px;font-weight:700;text-align:left}.bsc-pp-form .mkt-form .mkt-form-body .field{width:100%;margin-bottom:16px;max-height:64px;overflow:hidden}.bsc-pp-form .mkt-form .mkt-form-body .dependent-wrapper{display:flex;align-items:flex-end;flex-wrap:wrap;gap:24px 30px}.bsc-pp-form .mkt-form .mkt-form-body .dependent-wrapper .field:first-child{margin:24px 0 0}.bsc-pp-form .mkt-form .mkt-form-body .lgpdContainer{grid-column-start:1;grid-column-end:3;text-align:center;padding:0!important;max-width:453px;margin:0 auto 8px}.bsc-pp-form .mkt-form .mkt-form-body .lgpdContainer ul{list-style:none!important;padding:0!important}.bsc-pp-form .mkt-form .mkt-form-body .lgpdContainer ul li{text-align:center!important;font-size:10px!important;line-height:20px}@media(min-width:1280px){.bsc-pp-form .mkt-form .mkt-form-body .field{width:calc(50% - 15px)}.bsc-pp-form .mkt-form .mkt-form-body .field:last-child:nth-child(3){margin:0 auto}.bsc-pp-form .mkt-form .mkt-form-body .field:first-child{width:100%}.bsc-pp-form .mkt-form .mkt-form-body .dependent-wrapper{width:672px;left:calc(-100% - 30px);position:relative}.bsc-pp-form .mkt-form .mkt-form-body .field:nth-child(odd) .dependent-wrapper{left:0}}.bsc-pp-form-modal.typ .modal-dialog.submit-success .pp-form{display:none}.bsc-pp-form-modal .modal-dialog{max-width:449px;padding:10px 16px 32px;transition:all .15s ease;background-color:#fff}.bsc-pp-form-modal .modal-dialog.step-2{max-width:800px}.bsc-pp-form-modal .modal-dialog.submit-success .modal-info{display:none}.bsc-pp-form-modal .modal-dialog.submit-success .form-typ{display:block}.bsc-pp-form-modal .modal-dialog .form-typ{display:none;margin:-25px}@media(min-width:1280px){.bsc-pp-form-modal .modal-dialog{padding:10px 32px 32px}}.bsc-form-rdsc .form-rdsc{align-items:flex-end}.bsc-form-rdsc .control-group{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.bsc-form-rdsc .control-group label{font-size:14px;line-height:1;font-weight:700;width:100%;text-align:left}.bsc-form-rdsc .control-group label .input-wrapper,.bsc-form-rdsc .control-group label .select-wrapper select{border-width:2px}.bsc-form-rdsc .control-group .error-message{font-size:12px;line-height:100%;color:#e34263;display:none}.bsc-form-rdsc .control-group.invalid .input-wrapper,.bsc-form-rdsc .control-group.invalid .select-wrapper select{border-color:#e34263!important}.bsc-form-rdsc .lgpd-info strong{color:#806eff}.bsc-form-rdsc .lgpd-tag{background-color:#e1e4e8;padding:4px 16px;display:inline-block}.bsc-form-rdsc .button-wrapper{margin-top:30px}.bsc-form-rdsc .button-wrapper button{margin:0 auto}.bsc-form-rdsc .submit-success{display:none}.bsc-form-rdsc .submit-success .form-typ{background:linear-gradient(180deg,#c9eaf1,#e3f7f8);text-align:center;padding:56px 32px 46px;display:flex;flex-direction:column;align-items:center;gap:40px}.bsc-form-rdsc .submit-success .form-typ .form-typ-title{max-width:560px;color:#4839a3}.bsc-form-rdsc .submit-success .form-typ .form-typ-description{max-width:459px}.bsc-form-rdsc .submit-success .form-typ .cta-wrapper a,.bsc-form-rdsc .submit-success .form-typ .cta-wrapper button{margin:20px auto}.bsc-form-rdsc .submit-success .form-typ .form-typ-social-proof svg{width:94px}.bsc-form-rdsc .alert-danger{margin:20px auto;color:#e34263}.bsc-header-res-digitais{position:fixed;background-color:#fff;width:100%;transition:.4s ease-in-out;box-sizing:border-box;z-index:1049}.bsc-header-res-digitais+main section:first-of-type:before{content:"";display:block;height:var(--header-height)}.bsc-header-res-digitais.mobile-open .height-wrapper .header-wrapper .navigation .logo-wrapper{opacity:0;pointer-events:none}.bsc-header-res-digitais.mobile-open .height-wrapper .header-buttons-wrapper{height:calc(100vh - 65px);overflow:scroll}@supports(height:100dvh){.bsc-header-res-digitais.mobile-open .height-wrapper .header-buttons-wrapper{height:calc(100dvh - 65px)}}.bsc-header-res-digitais.search-open .height-wrapper .search-wrapper{height:100vh}.bsc-header-res-digitais.page-nav-collapsed .height-wrapper .page-nav-wrapper{height:0;padding:0;overflow:hidden}.bsc-header-res-digitais.page-nav-collapsed .height-wrapper .page-nav-wrapper .logo{height:0}.bsc-header-res-digitais .height-wrapper{z-index:20;position:fixed;width:100%}.bsc-header-res-digitais .height-wrapper .header-wrapper{padding:16px 24px;position:relative;background-color:#fff;z-index:1;width:100%;box-sizing:border-box;transition:.4s ease-in-out;border-bottom:1px solid #e1e4e8}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation{position:relative;background-color:#fff;z-index:1;height:32px;display:flex;justify-content:space-between;align-items:center}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;position:relative;width:24px;height:24px;padding:4px;transition:transform .2s ease;cursor:pointer}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon,.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon:after,.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon:before{background-color:#000;width:24px;height:3px;position:absolute;top:50%;left:0;transition:background-color .2s ease;pointer-events:none}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon:after,.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon:before{display:block;content:"";left:0}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon:after{top:-8px}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button .hamburger-icon:before{top:8px}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button.close{transform:rotate(90deg)}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button.close .hamburger-icon{background-color:transparent}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button.close .hamburger-icon:after,.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button.close .hamburger-icon:before{background-color:#000;top:0}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button.close .hamburger-icon:after{transform:rotate(-45deg)}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button.close .hamburger-icon:before{transform:rotate(45deg)}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .logo-wrapper{position:relative;height:24px;width:138px;opacity:1;transition:opacity .2s ease}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .logo-wrapper img{width:100%;height:100%}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper{display:flex}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .main-nav{display:none}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .right-wrapper{display:flex}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper{width:100%;height:0;background-color:#fff;transition:height .3s ease-in-out;overflow:hidden;box-sizing:border-box}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons{position:relative;padding:8px 24px 40px}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu{position:relative}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu summary{position:relative;width:100%;list-style:none;color:#3a4149;padding:12px 0;border-bottom:1px solid #f1f3f5;box-sizing:border-box}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu summary span{font-weight:600}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu summary::-webkit-details-marker{display:none}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu .header-link{padding-left:24px}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu:after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6891 12.5595L4.12878 8.9992C3.95707 8.82749 3.95707 8.5491 4.12878 8.37741L4.54404 7.96215C4.71546 7.79074 4.99327 7.79041 5.1651 7.96142L8.00001 10.7831L10.8349 7.96142C11.0067 7.79041 11.2845 7.79074 11.456 7.96215L11.8712 8.37741C12.0429 8.54912 12.0429 8.82751 11.8712 8.9992L8.3109 12.5595C8.1392 12.7312 7.86081 12.7312 7.6891 12.5595Z' fill='%233A4149'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;top:18px;right:0;width:10px;height:10px;transition:.2s ease-in-out;pointer-events:none}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu:hover:after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6891 12.5595L4.12878 8.9992C3.95707 8.82749 3.95707 8.5491 4.12878 8.37741L4.54404 7.96215C4.71546 7.79074 4.99327 7.79041 5.1651 7.96142L8.00001 10.7831L10.8349 7.96142C11.0067 7.79041 11.2845 7.79074 11.456 7.96215L11.8712 8.37741C12.0429 8.54912 12.0429 8.82751 11.8712 8.9992L8.3109 12.5595C8.1392 12.7312 7.86081 12.7312 7.6891 12.5595Z' fill='%2319C1CE'/%3E%3C/svg%3E%0A")}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open] .links{max-height:350px;overflow-x:scroll;background-color:#f1f3f5;border-top:2px solid #97a1ac}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open] .links::-webkit-scrollbar{width:6px}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open] .links::-webkit-scrollbar-thumb{width:6px;border-radius:50px;background-color:#acb4bd}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open]:after{transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6891 12.5595L4.12878 8.9992C3.95707 8.82749 3.95707 8.5491 4.12878 8.37741L4.54404 7.96215C4.71546 7.79074 4.99327 7.79041 5.1651 7.96142L8.00001 10.7831L10.8349 7.96142C11.0067 7.79041 11.2845 7.79074 11.456 7.96215L11.8712 8.37741C12.0429 8.54912 12.0429 8.82751 11.8712 8.9992L8.3109 12.5595C8.1392 12.7312 7.86081 12.7312 7.6891 12.5595Z' fill='%2319C1CE'/%3E%3C/svg%3E%0A")}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-link{display:block;color:#3a4149;padding:12px 0;white-space:pre-wrap;text-decoration:none;border-bottom:1px solid #f1f3f5}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-link.nav-link span{font-weight:600}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-link:hover{text-decoration:underline}.bsc-header-res-digitais .height-wrapper .page-nav-wrapper{display:flex;background-color:#f7f8f9;justify-content:center;align-items:center;padding:12px;transition:.3s ease}.bsc-header-res-digitais .height-wrapper .page-nav-wrapper .logo{height:24px;width:auto}.bsc-header-res-digitais .height-wrapper .page-nav-wrapper .tagline{color:#3a4149;line-height:150%;margin-left:24px;border-left:1px solid #e1e4e8;padding-left:24px;display:none;font-size:16px}.bsc-header-res-digitais .height-wrapper .search-button-wrapper{display:flex;justify-content:center;align-items:center}.bsc-header-res-digitais .height-wrapper .search-button-wrapper.desktop{display:none}.bsc-header-res-digitais .height-wrapper .search-button-wrapper .search-button{background-color:transparent;border:none;padding:0;cursor:pointer}.bsc-header-res-digitais .height-wrapper .buttons-wrapper{display:flex;align-items:center;gap:10px}.bsc-header-res-digitais .height-wrapper .buttons-wrapper.desktop{display:none}.bsc-header-res-digitais .height-wrapper .buttons-wrapper.mobile{flex-direction:column;padding-bottom:48px}.bsc-header-res-digitais .height-wrapper .buttons-wrapper .hidden{display:none}.bsc-header-res-digitais .height-wrapper .search-wrapper{position:fixed;z-index:2;top:0;left:0;height:0;overflow:hidden;width:100%;background-color:#fff}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper{margin-top:150px;padding:20px 16px;position:relative;max-width:600px;margin-left:auto;margin-right:auto}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .close-button{display:block;margin-left:auto;margin-bottom:40px;width:48px;height:48px;border:none;background-color:transparent;cursor:pointer}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-label{display:block;margin-bottom:30px}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-input{width:100%;border-radius:0;font-size:16px;color:#555;border:none;border-bottom:1px solid #e7e7e7;padding:8px 0;background-color:transparent}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-input:focus{outline:none}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-input:-webkit-autofill,.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-input:-webkit-autofill:focus,.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-input:-webkit-autofill:hover{border-top:none;border-left:none;border-right:none;-webkit-text-fill-color:#555;-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out}.bsc-header-res-digitais .height-wrapper .search-wrapper .search-form-wrapper .search-button{position:absolute;bottom:20px;right:34px;width:35px;height:35px;border:none;background-color:transparent;cursor:pointer}@media(min-width:768px){.bsc-header-res-digitais .height-wrapper .header-wrapper{padding:8px 48px 12px}}@media(min-width:1280px){.bsc-header-res-digitais.main-nav-collapsed .height-wrapper .header-wrapper{height:0;padding-top:0;padding-bottom:0;overflow:hidden}.bsc-header-res-digitais:not(.main-nav-collapsed)+main .bsl-post-content .bsc-menu-index{top:160px}.bsc-header-res-digitais:not(.main-nav-collapsed)+main .bsl-paap-post-content .bsc-menu-index-paap{top:126px}.bsc-header-res-digitais .height-wrapper .header-wrapper{transition:.4s ease;padding:16px 80px;border-bottom:1px solid #e1e4e8}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation{margin:0;height:auto;gap:40px}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .menu-button{display:none}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper{align-items:center}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .main-nav{display:flex;gap:24px;align-items:center}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .main-nav .link{text-decoration:none;color:#3a4149}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .main-nav .link span{font-weight:600}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .main-nav .link:hover{text-decoration:underline}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .logo-wrapper{width:168px;height:32px;margin-right:24px;transform:translateY(2px)}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .left-wrapper .logo-wrapper img{width:100%;height:100%}.bsc-header-res-digitais .height-wrapper .header-wrapper .navigation .right-wrapper .rd-button{display:flex}.bsc-header-res-digitais .height-wrapper .search-button-wrapper.mobile{display:none}.bsc-header-res-digitais .height-wrapper .search-button-wrapper.desktop{display:flex}.bsc-header-res-digitais .height-wrapper .search-button-wrapper .search-button{display:flex;justify-content:center;align-items:center;padding:0 8px}.bsc-header-res-digitais .height-wrapper .search-button-wrapper .search-button:hover{background-color:#eee}.bsc-header-res-digitais .height-wrapper .buttons-wrapper.desktop{display:flex}.bsc-header-res-digitais .height-wrapper .buttons-wrapper.mobile{display:none}.bsc-header-res-digitais .height-wrapper .buttons-wrapper .help{transition:background-color .3s ease-out}.bsc-header-res-digitais .height-wrapper .buttons-wrapper .help:hover{background:rgba(0,0,0,.16)}.bsc-header-res-digitais .height-wrapper .page-nav-wrapper{padding:16px}.bsc-header-res-digitais .height-wrapper .page-nav-wrapper .logo{height:32px}.bsc-header-res-digitais .height-wrapper .page-nav-wrapper .tagline{display:block}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper{height:auto;padding:16px 80px;overflow:visible;display:flex;align-items:center}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons{padding:0;display:flex;width:100%;justify-content:space-between}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons a.header-link{padding:0 12px;border-bottom:0}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu{position:relative;margin:0;cursor:pointer}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu summary{padding:0 12px;border-bottom:0}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu summary span{display:block;padding-right:15px}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu:after{top:8px;right:6px}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu .links{z-index:5;position:absolute;top:33px;max-height:calc(100vh - 350px)!important;height:auto;overflow:visible;padding:15px 0}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu .header-link{margin:0;width:260px;padding:8px 16px;display:block;box-sizing:border-box}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu .header-link:hover{background-color:#e1e4e8}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open] .links{overflow-x:hidden}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open] .links::-webkit-scrollbar{width:6px}.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper .header-buttons .header-menu[open] .links::-webkit-scrollbar-thumb{width:6px;border-radius:50px;background-color:#acb4bd}}@media(min-width:1608px){.bsc-header-res-digitais .height-wrapper .header-buttons-wrapper,.bsc-header-res-digitais .height-wrapper .header-wrapper{padding-left:calc((100% - 1448px)/2);padding-right:calc((100% - 1448px)/2)}}.bsc-card{display:block;border-radius:4px;border:1px solid;width:100%}.bsc-card.light{background-color:#fff;border-color:#f1f3f5}.bsc-card.dark{background-color:#100c27;border-color:#3a4149}.bsc-card.dark .card-container a{color:#fff}.bsc-card.dark .card-container a .icon svg path{fill:#fff}.bsc-card.dark .card-container .content .subtitle,.bsc-card.dark .card-container .content .title{color:#c3bbff}.bsc-card.dark .card-container .content .caption,.bsc-card.dark .card-container .content .description{color:#fff}.bsc-card:hover{box-shadow:0 4px 12px 0 rgba(33,36,41,.14);transition:.2s}.bsc-card:hover .image img{transform:scale(1.1)}.bsc-card .card-container{display:flex;flex-direction:column;gap:16px;position:relative;padding:24px;height:100%;box-sizing:border-box}.bsc-card .card-container .card-container-link{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0}.bsc-card .card-container .card-container-link.show-link{cursor:pointer}.bsc-card .card-container.mobile-horizontal{flex-direction:row}.bsc-card .card-container.mobile-horizontal .image{width:100px;height:100%}.bsc-card .card-container.mobile-revert .image{order:2}.bsc-card .card-container .image{overflow:hidden;position:relative;height:160px;width:100%;order:1}.bsc-card .card-container .image img{transition:transform .3s ease-in-out 0s;object-fit:cover;width:100%;height:100%}.bsc-card .card-container .content{display:flex;width:100%;flex-direction:column;gap:16px;order:2}.bsc-card .card-container .content a{z-index:2}.bsc-card .card-container .content.align-center{align-items:center}.bsc-card .card-container .content.align-left{align-items:flex-start}.bsc-card .card-container .content.mobile-horizontal{width:calc(100% - 108px);align-items:flex-start}.bsc-card .card-container .content.mobile-horizontal .description,.bsc-card .card-container .content.mobile-horizontal .title{text-align:left}.bsc-card .card-container .content.mobile-revert{order:1}.bsc-card .card-container .content .tag-container{position:relative;display:flex;width:max-content}.bsc-card .card-container .content .tag-container.align-center{align-self:center}.bsc-card .card-container .content .tag-container.align-left,.bsc-card .card-container .content .tag-container.mobile-horizontal{align-self:flex-start}.bsc-card .card-container .content .tag-container .tag{position:relative;padding:4px 8px;background:#c3bbff;color:#000;border-radius:2px;display:inline-block;z-index:1}.bsc-card .card-container .content .tag-container .tag .label{text-transform:uppercase;color:#000}.bsc-card .card-container .content .tag-container.kit:before{width:calc(100% - 3px);height:calc(100% - 3px);bottom:-3px;right:-3px}.bsc-card .card-container .content .tag-container.kit:after,.bsc-card .card-container .content .tag-container.kit:before{content:"";position:absolute;background-color:transparent;border:2px solid #c3bbff;border-radius:2px;border-top:0;border-left:0}.bsc-card .card-container .content .tag-container.kit:after{width:calc(100% - 6px);height:calc(100% - 6px);bottom:-6px;right:-6px}.bsc-card .card-container .content .subtitle{color:#000}.bsc-card .card-container .content .title{color:#261d5d}.bsc-card .card-container .content .title.align-center{text-align:center}.bsc-card .card-container .content .title.align-left{text-align:left}.bsc-card .card-container .content .description{color:#212429}.bsc-card .card-container .content .description.align-center{text-align:center}.bsc-card .card-container .content .description.align-left{text-align:left}.bsc-card .card-container .content .caption{color:#3a4149}@media(min-width:768px){.bsc-card .card-container:not(.tablet-horizontal){flex-direction:column}.bsc-card .card-container:not(.tablet-revert) .image{height:160px;width:100%;order:1}.bsc-card .card-container.tablet-horizontal{flex-direction:row}.bsc-card .card-container.tablet-horizontal .image{width:100px;height:100%}.bsc-card .card-container.tablet-revert .image{order:2}.bsc-card .card-container .content:not(.tablet-revert){width:100%;order:2}.bsc-card .card-container .content.align-center{align-items:center}.bsc-card .card-container .content.align-left{align-items:flex-start}.bsc-card .card-container .content.tablet-horizontal{width:calc(100% - 108px);align-items:flex-start}.bsc-card .card-container .content.tablet-horizontal .description,.bsc-card .card-container .content.tablet-horizontal .title{text-align:left}.bsc-card .card-container .content.tablet-revert{order:1}.bsc-card .card-container .content .tag-container.tablet-horizontal{align-self:flex-start}}@media(min-width:1440px){.bsc-card .card-container:not(.desktop-horizontal){flex-direction:column}.bsc-card .card-container:not(.desktop-revert) .image{height:160px;width:100%;order:1}.bsc-card .card-container.desktop-horizontal{flex-direction:row}.bsc-card .card-container.desktop-horizontal .image{width:100px;height:100%}.bsc-card .card-container.desktop-revert .image{order:2}.bsc-card .card-container .content:not(.desktop-revert){width:100%;order:2}.bsc-card .card-container .content.align-center{align-items:center}.bsc-card .card-container .content.align-left{align-items:flex-start}.bsc-card .card-container .content.desktop-horizontal{width:calc(100% - 108px);align-items:flex-start}.bsc-card .card-container .content.desktop-horizontal .description,.bsc-card .card-container .content.desktop-horizontal .title{text-align:left}.bsc-card .card-container .content.desktop-revert{order:1}.bsc-card .card-container .content .tag-container{width:max-content}.bsc-card .card-container .content .tag-container.desktop-horizontal{align-self:flex-start}}@media(min-width:1608px){.bsc-card .card-container:not(.large-horizontal){flex-direction:column}.bsc-card .card-container:not(.large-revert) .image{height:160px;width:100%;order:1}.bsc-card .card-container.large-horizontal{flex-direction:row}.bsc-card .card-container.large-horizontal .image{width:100px;height:100%}.bsc-card .card-container.large-revert .image{order:2}.bsc-card .card-container .content:not(.large-revert){width:100%;order:2}.bsc-card .card-container .content.align-center{align-items:center}.bsc-card .card-container .content.align-left{align-items:flex-start}.bsc-card .card-container .content.large-horizontal{width:calc(100% - 108px);align-items:flex-start}.bsc-card .card-container .content.large-horizontal .description,.bsc-card .card-container .content.large-horizontal .title{text-align:left}.bsc-card .card-container .content.large-revert{order:1}.bsc-card .card-container .content .tag-container.large-horizontal{align-self:flex-start}}.bsc-pricing-range-input{width:100%}.bsc-pricing-range-input .range-input-wrapper{display:flex;position:relative;align-items:flex-end;height:50px;margin-bottom:16px}.bsc-pricing-range-input .range-input-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3px;background-color:#4839a3;z-index:50}.bsc-pricing-range-input .range-input-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;cursor:pointer;border:4px solid #6c5ae0;background-color:#d9d4ff}.bsc-pricing-range-input .range-input-wrapper input[type=range]::-moz-range-thumb{-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;cursor:pointer;border:4px solid #6c5ae0;background-color:#d9d4ff}.bsc-pricing-range-input .range-input-wrapper:before{position:absolute;width:100%;height:100%;max-width:250px;max-height:50px;left:0;right:0;bottom:3px;content:"";display:inline-block;background-image:url(/icons/progress-bar.svg);background-size:cover;margin:auto}.bsc-pricing-range-input .range-button-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:2px}.bsc-pricing-range-input .range-button-wrapper .range-button{position:relative;display:flex;justify-content:center;align-items:center;background-color:#6c5ae0;border-radius:100%;border:none;cursor:pointer}.bsc-pricing-range-input .range-button-wrapper .range-button:after{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;content:"";background-size:cover;width:16px;height:16px}.bsc-pricing-range-input .range-button-wrapper .range-button.increase:after{background-image:url(/icons/plus.svg)}.bsc-pricing-range-input .range-button-wrapper .range-button.decrease:after{background-image:url(/icons/minus.svg)}.bsl-box-accordion{padding:80px 0}.bsl-box-accordion.light{background-color:#fff}.bsl-box-accordion.grayscale{background-color:#f1f3f5}.bsl-box-accordion.grayscale .accordion-group .accordion-items .details{border-color:#e1e4e8}.bsl-box-accordion.dark{background-color:#261d5d}.bsl-box-accordion.dark .accordion-group{color:#fff}.bsl-box-accordion.dark .accordion-group .subtitle{color:#ada1ff}.bsl-box-accordion .desktop-media{display:none}.bsl-box-accordion .media-wrapper img,.bsl-box-accordion .media-wrapper video{max-width:100%;width:100%;height:100%;object-fit:cover}.bsl-box-accordion .accordion-group{display:flex;flex-direction:column;gap:24px;margin:0 24px}.bsl-box-accordion .accordion-group .subtitle{color:#4839a3}.bsl-box-accordion .accordion-group .accordion-items{margin-top:8px}.bsl-box-accordion .accordion-group .accordion-items .container-details{border-top:1px solid #f1f3f5;padding:16px 12px}.bsl-box-accordion .accordion-group .accordion-items details{margin-bottom:8px;position:relative}.bsl-box-accordion .accordion-group .accordion-items details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bsl-box-accordion .accordion-group .accordion-items details summary::-webkit-details-marker{display:none}.bsl-box-accordion .accordion-group .accordion-items details summary svg{height:10px;width:15px;flex-shrink:0;transition:transform .3s ease 0s;margin-left:16px}.bsl-box-accordion .accordion-group .accordion-items details summary svg *{fill:#6c5ae0}.bsl-box-accordion .accordion-group .accordion-items details .details-content{display:flex;flex-direction:column;gap:16px;margin-top:16px}.bsl-box-accordion .accordion-group .accordion-items details .details-content .media-wrapper{width:100%;height:auto}.bsl-box-accordion .accordion-group .accordion-items details[open] summary svg{transform:rotate(-180deg)}.bsl-box-accordion .accordion-group .accordion-items details:before{content:"";display:none;height:3px;background-color:#ada1ff;position:absolute;top:-17px;left:-12px}@keyframes progressBar{0%{width:0}to{width:100%}}@media(min-width:768px){.bsl-box-accordion{padding:90px 0}.bsl-box-accordion .accordion-group{margin:0 48px}}@media(min-width:1280px){.bsl-box-accordion{padding:0}.bsl-box-accordion .wrapper{grid-template-columns:repeat(2,1fr)}.bsl-box-accordion .content{grid-area:accordion}.bsl-box-accordion.left .wrapper{grid-template-areas:"media accordion"}.bsl-box-accordion.left .media-wrapper img,.bsl-box-accordion.left .media-wrapper video{-webkit-clip-path:polygon(calc(100% - 16px) 0,100% 16px,100% 100%,0 100%,0 0);clip-path:polygon(calc(100% - 16px) 0,100% 16px,100% 100%,0 100%,0 0)}.bsl-box-accordion.right .wrapper{grid-template-areas:"accordion media"}.bsl-box-accordion.right .media-wrapper img,.bsl-box-accordion.right .media-wrapper video{-webkit-clip-path:polygon(16px 0,100% 0,100% 100%,0 100%,0 16px);clip-path:polygon(16px 0,100% 0,100% 100%,0 100%,0 16px)}.bsl-box-accordion .accordion-group{margin:80px}.bsl-box-accordion .accordion-group .accordion-items details .mobile{display:none}.bsl-box-accordion .accordion-group .accordion-items details[open] summary{pointer-events:none}.bsl-box-accordion .accordion-group .accordion-items details[open]:before{animation:progressBar 35s linear;display:block}.bsl-box-accordion .accordion-group .accordion-items:hover details[open]:before{animation:none}.bsl-box-accordion .desktop-media{position:relative;display:block;grid-area:media}.bsl-box-accordion .desktop-media .media-wrapper{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;transition:opacity .5s;aspect-ratio:1.306122449}.bsl-box-accordion .desktop-media .media-wrapper.show{opacity:1}}@media(min-width:1600px){.bsl-box-accordion.left .accordion-group{margin-right:calc(50vw - 724px)}.bsl-box-accordion.right .accordion-group{margin-left:calc(50vw - 724px)}}.bsl-box-animation-text{color:#100c27;padding:56px 0}.bsl-box-animation-text .grid-container{grid-column-gap:100px}.bsl-box-animation-text em{font-style:italic}.bsl-box-animation-text .subtitle{color:#4839a3}.bsl-box-animation-text .title{margin-bottom:20px}.bsl-box-animation-text.light{background-color:#fff}.bsl-box-animation-text.grayscale{background-color:#f1f3f5}.bsl-box-animation-text.dark{background-color:#261d5d;color:#fff}.bsl-box-animation-text.dark .rdstation,.bsl-box-animation-text.dark .subtitle{color:#9688ff}.bsl-box-animation-text.dark .rdstation .icon svg path,.bsl-box-animation-text.dark .subtitle .icon svg path{fill:#9688ff}.bsl-box-animation-text .animation-container{position:relative}.bsl-box-animation-text .animation-container .media-wrapper{margin:0 auto;max-width:828px}.bsl-box-animation-text .animation-container .media-wrapper .media-sticky{width:100%;max-width:100%;height:100%;object-fit:cover;aspect-ratio:1.656}.bsl-box-animation-text .animation-container .text-wrapper{position:relative}.bsl-box-animation-text .animation-container .text-wrapper.desktop{display:none}.bsl-box-animation-text .animation-container .text-wrapper.mobile{display:block}@media(min-width:1280px){.bsl-box-animation-text .animation-container{grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;display:grid}.bsl-box-animation-text .animation-container.right{grid-template-areas:"text image"}.bsl-box-animation-text .animation-container.right .media-wrapper{grid-area:image}.bsl-box-animation-text .animation-container.right .text-wrapper{grid-area:text}.bsl-box-animation-text .animation-container.right .text-wrapper .text{padding:80px 80px 80px 0}.bsl-box-animation-text .animation-container.left .text-wrapper .text{padding:80px 0 80px 80px}.bsl-box-animation-text .animation-container .media-wrapper{margin:0;height:500px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:-webkit-sticky;position:sticky;top:calc(50vh - 200px)}.bsl-box-animation-text .animation-container .media-wrapper .media-sticky{transition:opacity .5s,margin-top 1s;position:absolute;margin-top:-10px;opacity:0}.bsl-box-animation-text .animation-container .media-wrapper .media-sticky.show{margin-top:0;opacity:1}.bsl-box-animation-text .animation-container .text-wrapper.mobile{display:none}.bsl-box-animation-text .animation-container .text-wrapper.desktop{display:block}}.bsl-box-animation-text .text-item{display:flex;flex-direction:column;gap:20px;padding:80px 0}.bsl-box-animation-text .text-item .author{display:flex;gap:20px;margin-top:28px}.bsl-box-animation-text .text-item .author img{border-radius:50%}.bsl-box-animation-text .text-item .author .author-cite p:first-of-type{margin-bottom:20px}@media(min-width:1280px){.bsl-box-animation-text .text-item{min-height:500px;margin-bottom:50vh;box-sizing:border-box;justify-content:center}.bsl-box-animation-text .text-item:last-of-type{margin-bottom:0}}.bsl-card-tools{padding:44px 0}@keyframes showCategory{0%{opacity:0;transform:translate3d(0,-30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hiddenCategory{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-30px,0)}}.bsl-card-tools .tools-categories{display:flex;flex-direction:column;position:relative}.bsl-card-tools .tools-categories .tools-categories-item{width:100%}.bsl-card-tools .tools-categories .tools-categories-item>div{position:relative;background:#f1f3f5;padding:16px;border-radius:4px;cursor:pointer}.bsl-card-tools .tools-categories .tools-categories-item>div h3{display:flex;flex-direction:column;margin-top:10px}.bsl-card-tools .tools-categories .tools-categories-item>div .item-arrow{display:block;position:absolute;right:16px;top:16px}.bsl-card-tools .tools-categories .tools-categories-item>div .item-icon svg{width:44px;height:44px;padding:7px;box-sizing:border-box}.bsl-card-tools .tools-categories .tools-categories-item>div .item-icon svg path{fill:#97a1ac}.bsl-card-tools .tools-categories .tools-categories-item.show-category{margin-bottom:64px;transition:.4s}.bsl-card-tools .tools-categories .tools-categories-item.show-category hr{opacity:1}.bsl-card-tools .tools-categories .tools-categories-item.show-category hr,.bsl-card-tools .tools-categories .tools-categories-item.show-category ul{animation:showCategory .4s forwards;display:flex}.bsl-card-tools .tools-categories .tools-categories-item.show-category .item-icon svg path{fill:#9688ff}.bsl-card-tools .tools-categories .tools-categories-item.hidden-category{margin-bottom:24px;transition:.4s}.bsl-card-tools .tools-categories .tools-categories-item.hidden-category hr,.bsl-card-tools .tools-categories .tools-categories-item.hidden-category ul{animation:hiddenCategory .4s forwards;display:flex}.bsl-card-tools .tools-categories .tools-categories-item hr{display:none;opacity:0;margin-top:0;margin-bottom:0;border:none;border-top:80px solid #f0eeff}.bsl-card-tools .tools-categories .tools-categories-item ul{display:none;padding:16px;background:#f0eeff;position:static;overflow-x:auto;border-radius:4px;top:200px;gap:16px}.bsl-card-tools .tools-categories .tools-categories-item ul li{width:100%}.bsl-card-tools .tools-categories .tools-categories-item ul.active-category{animation:showCategory .4s forwards!important;display:flex!important;flex-direction:column}.bsl-card-tools .tools-categories .tools-categories-item ul.desactive-category{animation:hiddenCategory .4s forwards!important;display:flex!important}.bsl-card-tools .tools-categories .tools-categories-item:hover>div{background:#f0eeff;border-radius:4px 4px 0 0}.bsl-card-tools .tools-categories .tools-categories-item:first-child:hover ul{border-radius:0 4px 4px 4px}.bsl-card-tools .tools-categories .tools-categories-item:nth-child(2) ul{left:0;right:0;margin-left:auto;margin-right:auto}.bsl-card-tools .tools-categories .tools-categories-item:nth-child(3) ul{right:0}.bsl-card-tools .tools-categories .tools-categories-item:nth-child(3):hover ul{border-radius:4px 0 4px 4px}.bsl-card-tools .tools-categories .tools-categories-item.active>div{background:#f0eeff}.bsl-card-tools .tools-categories .tools-categories-item.active>div .item-arrow{transform:rotate(-180deg)}.bsl-card-tools .tools-categories .tools-categories-item.active>div .item-icon svg path{fill:#9688ff}.bsl-card-tools .tools-categories .tools-categories-item .bsc-card{height:100%}.bsl-card-tools .tools-categories .tools-categories-item .bsc-card .card-container{padding:16px}.bsl-card-tools .tools-categories .tools-categories-item .bsc-card .card-container .content{height:100%;justify-content:space-between}@media(min-width:768px){.bsl-card-tools .tools-categories .tools-categories-item ul.active-category{flex-direction:row}}@media(min-width:1056px){.bsl-card-tools{padding:64px 0}.bsl-card-tools .tools-categories{flex-direction:row}.bsl-card-tools .tools-categories .tools-categories-item{width:33.33%}.bsl-card-tools .tools-categories .tools-categories-item>div{cursor:default;padding:32px 24px 34px}.bsl-card-tools .tools-categories .tools-categories-item>div .item-arrow{display:none}.bsl-card-tools .tools-categories .tools-categories-item>div .item-icon svg{width:54px;height:54px;padding:9px}.bsl-card-tools .tools-categories .tools-categories-item ul{padding:24px;width:max-content;position:absolute;gap:24px}.bsl-card-tools .tools-categories .tools-categories-item ul li{width:288px}.bsl-card-tools .tools-categories .tools-categories-item .bsc-card .card-container{padding:24px}}.bsl-cards-collection-large{padding:64px 0}.bsl-cards-collection-large.dark{background:#261d5d}.bsl-cards-collection-large.dark .cards-link a,.bsl-cards-collection-large.dark .cards-title{color:#fff}.bsl-cards-collection-large.dark .cards-link .icon svg path{fill:#fff}.bsl-cards-collection-large.grayscale{background:#f1f3f5}.bsl-cards-collection-large .card-container a{text-decoration:none}.bsl-cards-collection-large .cards-title .cards-icon{max-width:50px;max-height:35px;margin-bottom:16px}.bsl-cards-collection-large .cards-title .cards-icon img,.bsl-cards-collection-large .cards-title .cards-icon svg{max-width:50px;max-height:35px;width:100%;height:auto}.bsl-cards-collection-large .cards-title div{display:flex;flex-direction:column}.bsl-cards-collection-large .cards-title div img{margin-bottom:8px}.bsl-cards-collection-large .cards-title p{margin:16px 0 0}.bsl-cards-collection-large .cards .cards-wrapper{display:flex;flex-direction:column;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bsl-cards-collection-large .cards .cards-wrapper>div{width:auto}.bsl-cards-collection-large .cards .cards-wrapper ::-webkit-scrollbar{background-color:transparent}.bsl-cards-collection-large .cards-container .cards-load-more{display:flex;justify-content:center}@media(min-width:768px){.bsl-cards-collection-large{padding:80px 0}.bsl-cards-collection-large .cards-title{display:grid;grid-template-columns:1fr auto;grid-column-gap:64px;column-gap:64px}.bsl-cards-collection-large .cards-title .card-icon,.bsl-cards-collection-large .cards-title .description,.bsl-cards-collection-large .cards-title .title{grid-column:1/2}.bsl-cards-collection-large .cards-title .cards-link{width:100%;height:100%;grid-column:2/3;grid-row:3/-3;justify-content:center;align-items:flex-end}.bsl-cards-collection-large .cards .cards-wrapper{display:grid;grid-template-columns:1fr 1fr;overflow-x:visible;overflow-y:visible}}@media(min-width:1280px){.bsl-cards-collection-large .cards-title p{margin:16px 0}.bsl-cards-collection-large .cards-link{display:flex}.bsl-cards-collection-large .cards .cards-wrapper{grid-template-columns:1fr 1fr 1fr 1fr}.bsl-cards-collection-large .cards .cards-wrapper>div{min-width:100%}}.bsc-price-card{display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff}.bsc-price-card em{font-style:italic}.bsc-price-card.sizing-md .container .title-wrapper,.bsc-price-card.sizing-sm .container .title-wrapper{order:1}.bsc-price-card.sizing-md .container .description,.bsc-price-card.sizing-sm .container .description{order:2}.bsc-price-card.sizing-md .container .prices,.bsc-price-card.sizing-sm .container .prices{order:4}.bsc-price-card.sizing-md .container .features .feature,.bsc-price-card.sizing-sm .container .features .feature{display:none}.bsc-price-card.sizing-md .container .features .feature.fixed,.bsc-price-card.sizing-sm .container .features .feature.fixed{display:block}.bsc-price-card.sizing-md .container .extra-btn-wrapper,.bsc-price-card.sizing-sm .container .extra-btn-wrapper,.bsc-price-card.sizing-sm .container .features{display:none}.bsc-price-card.sizing-sm .container .button-wrapper{order:3}.bsc-price-card.sizing-sm .container .card-link{order:6}.bsc-price-card.sizing-md .container .features{order:3}.bsc-price-card.sizing-md .container .button-wrapper{order:5;height:100%}.bsc-price-card.sizing-md .container .card-link{display:none}.bsc-price-card.tag .card-tag{text-align:center;padding:4px;height:15px;color:#fff;font-size:11px;font-weight:800;background-color:#4839a3}.bsc-price-card.tag.saved-plan .card-tag{font-size:12px;font-weight:700;line-height:100%;background-color:#f8dca0;color:#000}.bsc-price-card.tag.saved-plan .card-tag:after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 2.66675H2.66666V13.3334H13.3333V2.66675ZM5.90475 6.2858C5.90475 5.55008 6.50237 4.95246 7.23808 4.95246H8.59285C9.4238 4.95246 10.0952 5.62627 10.0952 6.45484C10.0952 6.99294 9.80713 7.49056 9.34047 7.7596L8.57142 8.20008V8.76199H7.42856V8.19056V7.86913V7.53818L7.71666 7.37389L8.77142 6.76913C8.88332 6.70484 8.95237 6.5858 8.95237 6.45722C8.95237 6.25722 8.79047 6.0977 8.59285 6.0977H7.23808C7.13332 6.0977 7.04761 6.18341 7.04761 6.28818V6.44294H5.90475V6.2858ZM7.42856 9.52389H8.57142V10.6667H7.42856V9.52389Z' fill='%23002A3D'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:50%;margin-left:10px}.bsc-price-card.tag.saved-plan .card-tag .content-tooltip{max-width:296px;white-space:normal}.bsc-price-card.tag.saved-plan .container{background-color:#fefaf1;border-color:#f2bf4e}.bsc-price-card .container{display:inline-flex;flex-direction:column;padding:20px 24px;border:1px solid #7e8a98;gap:20px;box-sizing:border-box}.bsc-price-card .container .hidden{display:none}.bsc-price-card .container .title-wrapper{display:flex;align-items:center;gap:10px;color:#100c27}.bsc-price-card .container .title-wrapper .plan-link{color:#100c27}.bsc-price-card .container .title-wrapper .icon{height:40px;width:40px}.bsc-price-card .container .title-wrapper .icon svg{height:auto;width:100%}.bsc-price-card .container .description{color:#636e7c}.bsc-price-card .container .prices{box-sizing:border-box}.bsc-price-card .container .prices .secondary-price{color:#7e8a98}.bsc-price-card .container .prices .secondary-price s{display:flex;align-items:center}.bsc-price-card .container a{width:100%}.bsc-price-card .container .features{display:flex;flex-direction:column;gap:20px}.bsc-price-card .container .features .feature-title{margin-bottom:16px}.bsc-price-card .container .features .feature.fixed{min-height:152px}.bsc-price-card .container .features .feature-items .feature-item{display:flex;justify-content:space-between;align-items:center;font-size:14px}.bsc-price-card .container .features .feature-items .feature-item:not(:last-child){margin-bottom:10px}.bsc-price-card .container .feature-item .tooltip-wrapper,.bsc-price-card .container .main-price .tooltip-wrapper{width:100%;display:flex;justify-content:space-between}.bsc-price-card .container .feature-item .tooltip-wrapper :after,.bsc-price-card .container .main-price .tooltip-wrapper :after{width:22px;height:22px;content:"";background-image:url('data:image/svg+xml,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5834 3.66699H3.91675V18.3337H18.5834V3.66699ZM9.94056 13.6194H10.7263V11.5241H9.94056H9.15484V9.95271H9.94056H11.512H12.2977V10.7384V13.6194H12.5596H13.3453V15.1908H12.5596H9.94056H9.15484V13.6194H9.94056ZM12.2977 6.80985V8.90509H10.2025V6.80985H12.2977Z" fill="%2311A7B6"/></svg>')}.bsc-price-card .container .feature-item .tooltip-wrapper .content-tooltip,.bsc-price-card .container .main-price .tooltip-wrapper .content-tooltip{white-space:unset}.bsc-price-card .container .main-price .tooltip-wrapper.hide{cursor:auto}.bsc-price-card .container .main-price .tooltip-wrapper.hide:after{display:none}.bsc-price-card .container .main-price .tooltip-wrapper.hide .content-tooltip{visibility:hidden}.bsc-price-card .container .button-wrapper{display:flex;justify-content:center;align-items:center}.bsc-price-card .container .button-wrapper .form-cta,.bsc-price-card .container .button-wrapper a,.bsc-price-card .container .button-wrapper button{width:100%}.bsc-price-card .container .button-wrapper a{justify-content:center}.bsc-price-card .container .button-wrapper.secondary-cta{flex-direction:column;gap:20px}.bsc-price-card .container .extra-btn-wrapper{height:100%;margin-top:auto;display:flex;align-items:flex-end;justify-content:center}.bsc-tooltip{display:inline-flex;justify-content:center;align-items:center;position:relative;text-decoration:none}.bsc-tooltip:not(.fixed):hover{cursor:help}.bsc-tooltip:not(.fixed):hover .content-tooltip,.bsc-tooltip:not(.fixed):hover .content-tooltip:before{opacity:1;z-index:10;pointer-events:auto}.bsc-tooltip .content-tooltip{font-size:14px;padding:8px 12px;border-radius:2px;white-space:nowrap}.bsc-tooltip .content-tooltip,.bsc-tooltip .content-tooltip:before{position:absolute;opacity:0;pointer-events:none;transition:opacity .15s ease-in-out}.bsc-tooltip .content-tooltip:before{content:"";width:0;height:0}.bsc-tooltip .content-tooltip.fixed{cursor:default;opacity:1;z-index:10;pointer-events:auto}.bsc-tooltip .content-tooltip.fixed:before{opacity:1;z-index:10}.bsc-tooltip.mobile-left .content-tooltip{right:100%;bottom:unset;top:unset;left:unset;margin:0 6px 0 0}.bsc-tooltip.mobile-left .content-tooltip:before{left:100%;top:0;bottom:0;margin:auto 0;right:unset}.bsc-tooltip.mobile-right .content-tooltip{left:100%;margin:0 0 0 6px;top:unset;bottom:unset;right:unset}.bsc-tooltip.mobile-right .content-tooltip:before{right:100%;top:0;bottom:0;margin:auto 0;left:unset}.bsc-tooltip.mobile-top .content-tooltip{bottom:100%;top:unset;left:unset;right:unset;margin:0 0 6px}.bsc-tooltip.mobile-top .content-tooltip:before{top:100%;margin:0 auto;bottom:unset;left:0;right:0}.bsc-tooltip.mobile-bottom .content-tooltip{top:100%;bottom:unset;left:unset;right:unset;margin:6px 0 0}.bsc-tooltip.mobile-bottom .content-tooltip:before{bottom:100%;margin:0 auto;left:0;right:0;top:unset}.bsc-tooltip.light .content-tooltip{background-color:#fff;color:#212429;border:1px solid #acb4bd;box-shadow:0 4px 12px rgba(33,36,41,.14)}.bsc-tooltip.light.mobile-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.mobile-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 5 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.mobile-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 1 11 7" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="white" stroke="%23acb4bd" stroke-width="1" stroke-linejoin="round"/></svg>')}.bsc-tooltip.light.mobile-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 5"%3E%3Cpath d="M5.5 0L11 6H0L5.5 0Z" fill="white"/%3E%3Cpath d="M5 0L11 6M5.5 0L0 6" fill="none" stroke="%23acb4bd" stroke-width="1"/%3E%3C/svg%3E')}.bsc-tooltip.dark .content-tooltip{background-color:#261d5d;color:#fff}.bsc-tooltip.dark.mobile-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.mobile-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.mobile-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.mobile-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%23212429"/></svg>')}@media(min-width:768px){.bsc-tooltip.tablet-left .content-tooltip{right:100%;bottom:unset;top:unset;left:unset;margin:0 6px 0 0}.bsc-tooltip.tablet-left .content-tooltip:before{left:100%;top:0;bottom:0;margin:auto 0;right:unset}.bsc-tooltip.tablet-right .content-tooltip{left:100%;margin:0 0 0 6px;top:unset;bottom:unset;right:unset}.bsc-tooltip.tablet-right .content-tooltip:before{right:100%;top:0;bottom:0;margin:auto 0;left:unset}.bsc-tooltip.tablet-top .content-tooltip{bottom:100%;top:unset;left:unset;right:unset;margin:0 0 6px}.bsc-tooltip.tablet-top .content-tooltip:before{top:100%;margin:0 auto;bottom:unset;left:0;right:0}.bsc-tooltip.tablet-bottom .content-tooltip{top:100%;bottom:unset;left:unset;right:unset;margin:6px 0 0}.bsc-tooltip.tablet-bottom .content-tooltip:before{bottom:100%;margin:0 auto;left:0;right:0;top:unset}.bsc-tooltip.light.tablet-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.tablet-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 5 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.tablet-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 1 11 7" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="white" stroke="%23acb4bd" stroke-width="1" stroke-linejoin="round"/></svg>')}.bsc-tooltip.light.tablet-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 5"%3E%3Cpath d="M5.5 0L11 6H0L5.5 0Z" fill="white"/%3E%3Cpath d="M5 0L11 6M5.5 0L0 6" fill="none" stroke="%23acb4bd" stroke-width="1"/%3E%3C/svg%3E')}.bsc-tooltip.dark.tablet-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.tablet-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.tablet-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.tablet-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%23212429"/></svg>')}}@media(min-width:1280px){.bsc-tooltip.desktop-left .content-tooltip{right:100%;bottom:unset;top:unset;left:unset;margin:0 6px 0 0}.bsc-tooltip.desktop-left .content-tooltip:before{left:100%;top:0;bottom:0;margin:auto 0;right:unset}.bsc-tooltip.desktop-right .content-tooltip{left:100%;margin:0 0 0 6px;top:unset;bottom:unset;right:unset}.bsc-tooltip.desktop-right .content-tooltip:before{right:100%;top:0;bottom:0;margin:auto 0;left:unset}.bsc-tooltip.desktop-top .content-tooltip{bottom:100%;top:unset;left:unset;right:unset;margin:0 0 6px}.bsc-tooltip.desktop-top .content-tooltip:before{top:100%;margin:0 auto;bottom:unset;left:0;right:0}.bsc-tooltip.desktop-bottom .content-tooltip{top:100%;bottom:unset;left:unset;right:unset;margin:6px 0 0}.bsc-tooltip.desktop-bottom .content-tooltip:before{bottom:100%;margin:0 auto;left:0;right:0;top:unset}.bsc-tooltip.light.desktop-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.desktop-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 5 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.desktop-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 1 11 7" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="white" stroke="%23acb4bd" stroke-width="1" stroke-linejoin="round"/></svg>')}.bsc-tooltip.light.dektop-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 5"%3E%3Cpath d="M5.5 0L11 6H0L5.5 0Z" fill="white"/%3E%3Cpath d="M5 0L11 6M5.5 0L0 6" fill="none" stroke="%23acb4bd" stroke-width="1"/%3E%3C/svg%3E')}.bsc-tooltip.dark.desktop-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.desktop-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.desktop-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.desktop-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%23212429"/></svg>')}}@media(min-width:1620px){.bsc-tooltip.large-left .content-tooltip{right:100%;bottom:unset;top:unset;left:unset;margin:0 6px 0 0}.bsc-tooltip.large-left .content-tooltip:before{left:100%;top:0;bottom:0;margin:auto 0;right:unset}.bsc-tooltip.large-right .content-tooltip{left:100%;margin:0 0 0 6px;top:unset;bottom:unset;right:unset}.bsc-tooltip.large-right .content-tooltip:before{right:100%;top:0;bottom:0;margin:auto 0;left:unset}.bsc-tooltip.large-top .content-tooltip{bottom:100%;top:unset;left:unset;right:unset;margin:0 0 6px}.bsc-tooltip.large-top .content-tooltip:before{top:100%;margin:0 auto;bottom:unset;left:0;right:0}.bsc-tooltip.large-bottom .content-tooltip{top:100%;bottom:unset;left:unset;right:unset;margin:6px 0 0}.bsc-tooltip.large-bottom .content-tooltip:before{bottom:100%;margin:0 auto;left:0;right:0;top:unset}.bsc-tooltip.light.large-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.large-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 5 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="white" stroke="%23acb4bd" stroke-width="1"/></svg>')}.bsc-tooltip.light.large-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 1 11 7" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="white" stroke="%23acb4bd" stroke-width="1" stroke-linejoin="round"/></svg>')}.bsc-tooltip.light.large-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 5"%3E%3Cpath d="M5.5 0L11 6H0L5.5 0Z" fill="white"/%3E%3Cpath d="M5 0L11 6M5.5 0L0 6" fill="none" stroke="%23acb4bd" stroke-width="1"/%3E%3C/svg%3E')}.bsc-tooltip.dark.large-right .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.large-left .content-tooltip:before{width:6px;height:11px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.large-top .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%23212429"/></svg>')}.bsc-tooltip.dark.large-bottom .content-tooltip:before{width:11px;height:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%23212429"/></svg>')}}.bsc-tag{display:inline-flex;justify-content:center;align-items:center;color:#000;background-color:#c3bbff;border-radius:2px}.bsc-tag,.bsc-tag.sm{padding:4px 8px}.bsc-tag.md{padding:6px 8px}.bsc-tag span{color:#000}.bsc-tag.primary{background-color:#c3bbff}.bsc-tag.highlight{background-color:#f8dca0}.bsc-tag.red{background-color:#fbabb2}.bsc-tag.functional{background-color:#d1f7d8}.bsc-tag.rdstation{background-color:#c3bbff}.bsc-tag.neutral{background-color:#f1f3f5}.bsc-tag.icon .bsc-tag__icon{margin-right:4px;width:16px;height:16px}.bsl-crm-prices-cards{padding-top:35px}.bsl-crm-prices-cards .top-wrapper{text-align:center}.bsl-crm-prices-cards .top-wrapper .title{margin-bottom:10px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content{text-align:left}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body{max-height:600px;overflow-y:scroll;margin-right:-15px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body .info{margin-right:15px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body .info p{margin-top:16px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar{width:8px;border-radius:100px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-track{background:#e8e8e8;border-radius:100px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:100px}.bsl-crm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb:hover{background:#100c27}.bsl-crm-prices-cards .title{text-align:center}.bsl-crm-prices-cards .switcher-wrapper{display:flex;gap:40px;border:1px solid #e1e4e8;width:-moz-fit-content;width:fit-content;margin:auto;padding:10px}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip:not(.active) .content-tooltip{background-color:#4839a3}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-top .content-tooltip{margin:0 0 16px}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-top:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-bottom .content-tooltip{margin:16px 0 0}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-bottom:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-left .content-tooltip{margin:0 16px 0 0}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-left:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-right .content-tooltip{margin:0 0 0 16px}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.mobile-position-right:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .cards-wrapper .card-wrapper.no-price-tag .prices{min-height:77px}.bsl-crm-prices-cards .cards-wrapper .card{background-color:transparent}.bsl-crm-prices-cards .cards-wrapper .card .container{background-color:#fff;padding:24px}.bsl-crm-prices-cards .cards-wrapper .card .container .prices span{display:inline}.bsl-crm-prices-cards .cards-wrapper .card .container .features .feature.fixed{min-height:100%}.bsl-crm-prices-cards .crm-cards{display:flex;justify-content:center}.bsl-crm-prices-cards .crm-cards .cards-wrapper{grid-column-gap:0}.bsl-crm-prices-cards .link-wrapper{background-color:#fff;border:1px solid #7e8a98;padding:10px;text-align:center}.bsl-crm-prices-cards .link-wrapper.disclaimer{display:flex;align-items:center;flex-direction:column;justify-content:center;padding:24px 32px;row-gap:24px}.bsl-crm-prices-cards .link-wrapper.disclaimer p{max-width:100%;text-align:left}.bsl-crm-prices-cards .link-wrapper.disclaimer .more-info-link-wrapper{margin:auto 0}.bsl-crm-prices-cards .extra-btn-wrapper button{width:100%}@media(min-width:768px){.bsl-crm-prices-cards .cards-wrapper{grid-row-gap:0;align-items:stretch}.bsl-crm-prices-cards .cards-wrapper .card-wrapper{max-width:355px}.bsl-crm-prices-cards .cards-wrapper .card-wrapper:nth-child(2) .card .container{border-width:1px 0}.bsl-crm-prices-cards .cards-wrapper .card{height:100%}.bsl-crm-prices-cards .cards-wrapper .card:not(.tag){padding-top:23px}.bsl-crm-prices-cards .cards-wrapper .card .container{height:100%}.bsl-crm-prices-cards .cards-wrapper .card .container .description{min-height:88px}.bsl-crm-prices-cards .cards-wrapper .card .container .prices{min-height:111px}.bsl-crm-prices-cards .cards-wrapper .card .container .prices .secondary-price .disclaimer{display:block;min-height:36px}.bsl-crm-prices-cards .cards-wrapper .card .container .features .feature.fixed{min-height:227px}.bsl-crm-prices-cards .switcher-wrapper{padding:8px;gap:0;background-color:#e1e4e8;border:2px solid #e1e4e8}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.monthly .content-tooltip{background-color:#4839a3}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-top .content-tooltip{margin:0 0 16px}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-top:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-bottom .content-tooltip{margin:16px 0 0}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-bottom:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-left .content-tooltip{margin:0 16px 0 0}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-left:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-right .content-tooltip{margin:0 0 0 16px}.bsl-crm-prices-cards .switcher-wrapper .bsc-tooltip.desktop-position-right:not(.active) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%230A626B"/></svg>')}.bsl-crm-prices-cards .link-wrapper{border-width:0 1px 1px}.bsl-crm-prices-cards .link-wrapper.disclaimer{padding:24px 40px}}@media(min-width:1280px){.bsl-crm-prices-cards .cards-wrapper .card .container .description{min-height:52px}.bsl-crm-prices-cards .cards-wrapper .card .container .prices{min-height:77px}.bsl-crm-prices-cards .cards-wrapper .card .container .prices span{display:initial}.bsl-crm-prices-cards .link-wrapper.disclaimer{flex-direction:row;justify-content:space-between;padding:16px 40px}.bsl-crm-prices-cards .link-wrapper.disclaimer p{max-width:694px;text-align:left}}@media(min-width:1609px){.bsl-crm-prices-cards .container{row-gap:54px}}main .bsc-modal#buy-now-modal .modal-dialog{width:100%}main .bsc-modal#buy-now-modal .modal-dialog .modal-header.no-logo{position:absolute;left:-24px;top:20px;display:flex;justify-content:space-between}main .bsc-modal#buy-now-modal .modal-dialog .modal-header.no-logo button svg path{fill:#000}main .bsc-modal#buy-now-modal .modal-dialog .modal-content{margin:0;padding:0}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body{margin:0;display:flex;flex-direction:column;justify-content:space-between;gap:40px;overflow:hidden}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:20px;padding:30px 20px;border:1px solid;transition:background-color .3s ease-out}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta{width:100%}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta.basic,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta.pro,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta.basic,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta.pro{display:none}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta.basic.active,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta.pro.active,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta.basic.active,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta.pro.active{display:block}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta a,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account .cta button,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta a,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta button{width:100%;box-sizing:border-box}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login{color:#4839a3;border-color:#9688ff}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login:hover{background-color:#d9d4ff}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login:hover .icon rect{fill:#c3bbff}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta{width:100%}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta a,main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login .cta button{width:100%;box-sizing:border-box}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account{border-color:#f2bf4e}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account:hover{background-color:#fdf5e2}main .bsc-modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account:hover .icon rect{fill:#f8dca0}@media(min-width:768px){main .modal#buy-now-modal .modal-dialog{min-width:600px}main .modal#buy-now-modal .modal-dialog .modal-content .modal-body{flex-direction:row}main .modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-account,main .modal#buy-now-modal .modal-dialog .modal-content .modal-body .box-login{width:100%;flex-direction:column}}.bsl-faq{background-color:#fff;padding:80px 0}.bsl-faq .button-toggle{white-space:nowrap;grid-column:4;margin-bottom:-40px}.bsl-faq .category-wrapper .category-grid{display:block}.bsl-faq .category-wrapper .category-grid .questions-wrapper{margin-top:40px}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper{padding:24px 0 24px 32px;border-top:1px solid #6c5ae0}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .question{display:flex;align-items:center;justify-content:space-between;position:relative;cursor:pointer}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .question::-webkit-details-marker,.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .question::marker{display:none;content:""}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .question svg{height:10px;width:15px;flex-shrink:0;transition:transform .3s ease;margin-left:16px}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .answer{padding:0;transition:padding .3s ease 50ms}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .answer ul{list-style:initial;list-style-position:inside}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .answer em{font-style:italic}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper .answer a{color:inherit}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper[open] .question svg{transform:rotate(180deg)}.bsl-faq .category-wrapper .category-grid .questions-wrapper .question-wrapper[open] .answer{padding:40px 0 0}@media(min-width:768px){.bsl-faq .button-toggle{grid-column:12}}@media(min-width:1280px){.bsl-faq .category-wrapper .category-grid{display:grid}.bsl-faq .category-wrapper .category-grid .questions-wrapper{margin-top:0;padding-left:32px}}.bsl-hero.dark{background:#002a3d}.bsl-hero.light{background:#fff}.bsl-hero.grayscale{background:#f1f3f5}.bsl-hero.angle,.bsl-hero.half{background:linear-gradient(var(--angle),var(--color-1) var(--percentage),var(--color-2) var(--percentage))}.bsl-hero.angle.dark,.bsl-hero.half.dark{--color-1:#002a3d;--color-2:#0a626b}.bsl-hero.angle.light,.bsl-hero.half.light{--color-1:#fff;--color-2:#06d9df}.bsl-hero.angle.grayscale,.bsl-hero.half.grayscale{--color-1:#f1f3f5;--color-2:#06d9df}.bsl-hero.angle.centered.custom,.bsl-hero.half.centered.custom{--color-1:#fff}.bsl-hero.half{--angle:180deg;--percentage:calc(100% - 180px)}.bsl-hero.angle{--angle:130deg;--percentage:calc(100% - 200px)}.bsl-hero .hero-container:not(.full-image){padding:80px 0}.bsl-hero .hero-container.full-image{padding:32px 24px 0}.bsl-hero .hero-container.centered{padding:48px 0}.bsl-hero .hero-container.centered .image-wrapper.image-border{border:1px solid #cfd3d8;border-radius:4px}.bsl-hero .hero-container.centered .image-wrapper .hero-image{min-height:180px;object-fit:cover;aspect-ratio:auto}.bsl-hero .hero-container.centered .hero-item{justify-content:center}.bsl-hero .hero-container.centered .hero-item .hero-content{text-align:center;margin-bottom:16px}.bsl-hero .hero-container.centered .hero-item .hero-content .brand{margin-bottom:24px}.bsl-hero .hero-container.centered .hero-item .hero-content .brand img{width:100%;height:auto;max-height:40px}.bsl-hero .hero-container.centered .button-content{margin:8px auto 0}.bsl-hero .hero-container.dark .caption,.bsl-hero .hero-container.dark .description,.bsl-hero .hero-container.dark .title{color:#fff}.bsl-hero .hero-container.dark .subtitle{color:#ada1ff}.bsl-hero .hero-container.light .description,.bsl-hero .hero-container.light .title{color:#100c27}.bsl-hero .hero-container.light .caption{color:#3a4149}.bsl-hero .hero-container.light .subtitle{color:#0a626b}.bsl-hero .hero-container.grayscale .description,.bsl-hero .hero-container.grayscale .subtitle,.bsl-hero .hero-container.grayscale .title{color:#100c27}.bsl-hero .hero-container.grayscale .caption{color:#3a4149}.bsl-hero .hero-container.left .hero-item{order:0}.bsl-hero .hero-container.left .image-wrapper{order:1}.bsl-hero .hero-container.full-image .image-wrapper .hero-image,.bsl-hero .hero-container.show-player .image-wrapper .hero-image{aspect-ratio:auto}.bsl-hero .hero-container .image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin:auto}.bsl-hero .hero-container .image-wrapper .video-wrapper{height:100%}.bsl-hero .hero-container .image-wrapper.show-player .video-wrapper{position:relative}.bsl-hero .hero-container .image-wrapper.show-player .video-wrapper .video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:0;padding:30px 42px;transition:background-color .35s ease;cursor:pointer}.bsl-hero .hero-container .image-wrapper.show-player .video-wrapper .video-play:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:14px solid #806eff;transition:border-color .35s ease}.bsl-hero .hero-container .image-wrapper.show-player .video-wrapper .video-play:hover{background-color:#0a626b}.bsl-hero .hero-container .image-wrapper.show-player .video-wrapper .video-play:hover:after{border-left:14px solid #fff}.bsl-hero .hero-container .image-wrapper .hero-image{width:100%;height:100%;aspect-ratio:8/5;object-fit:contain}.bsl-hero .hero-container .image-wrapper .hero-image svg{width:100%;height:auto}.bsl-hero .hero-content{text-align:center}.bsl-hero .hero-content .title strong{position:relative;z-index:1}.bsl-hero .hero-content .title strong:before{position:absolute;content:"";background-color:#d9d4ff;height:30px;width:calc(100% + 4px);z-index:-1;top:0}@media(min-width:1280px){.bsl-hero .hero-content .title strong:before{top:30px}}.bsl-hero .hero-content .button-content{margin:auto;display:flex;align-items:center;flex-direction:column;flex-wrap:wrap;gap:24px}@media(min-width:768px){.bsl-hero.half:not(.centered){--percentage:calc(100% - 390px)}.bsl-hero.angle{--angle:145deg;--percentage:calc(100% - 420px)}.bsl-hero .hero-container.full-image{padding:32px 48px 0}.bsl-hero .hero-container.centered{padding:80px 0}.bsl-hero .hero-container.centered .image-wrapper .hero-image{min-height:400px}.bsl-hero .hero-container.centered .hero-item .hero-content{margin-bottom:48px}.bsl-hero .hero-container.centered .hero-item .hero-content .brand img{max-height:53px}.bsl-hero .hero-container.centered .button-content{margin:24px auto 0}.bsl-hero .hero-container .hero-content .button-content{flex-direction:row;row-gap:32px;column-gap:48px}}@media(min-width:1280px){.bsl-hero.left.dark{--color-1:#0a626b;--color-2:#002a3d}.bsl-hero.left.light{--color-1:#06d9df;--color-2:$color-white}.bsl-hero.left.grayscale{--color-1:#06d9df;--color-2:#f1f3f5}.bsl-hero.half:not(.centered){--angle:90deg}.bsl-hero.half:not(.centered).right{--percentage:55%}.bsl-hero.half:not(.centered).left{--percentage:45%}.bsl-hero.half.centered{--percentage:calc(100% - 360px)}.bsl-hero.angle:not(.centered).right{--angle:130deg;--percentage:calc(100% - 520px)}.bsl-hero.angle:not(.centered).left{--angle:50deg;--percentage:calc(100% - 930px)}.bsl-hero.angle.centered{--angle:157deg;--percentage:71%}.bsl-hero .hero-container{padding:120px 0}.bsl-hero .hero-container.left .hero-item{order:1}.bsl-hero .hero-container.left .image-wrapper{order:0}.bsl-hero .hero-container.full-image .hero-item{width:549px;grid-column:span 5;padding:100px 0}.bsl-hero .hero-container.full-image.right{padding:0 0 0 80px}.bsl-hero .hero-container.full-image.left{padding:0 80px 0 0}.bsl-hero .hero-container.full-image .image-wrapper{grid-column:span 7}.bsl-hero .hero-container.full-image .image-wrapper .hero-image{object-fit:cover}.bsl-hero .hero-container .image-wrapper{grid-row:auto}.bsl-hero .hero-container .image-wrapper .hero-image{object-fit:contain}.bsl-hero .hero-container.centered .hero-item .hero-content{margin-bottom:0}.bsl-hero .hero-item{display:flex;align-items:center}.bsl-hero .hero-content{text-align:start}.bsl-hero .hero-content .button-content{margin:0}.bsl-hero .left:not(.full-image) .hero-item,.bsl-hero .right:not(.full-image) .hero-item{margin-right:22px}}@media(min-width:1440px){.bsl-hero.half:not(.centered).left,.bsl-hero.half:not(.centered).right{--angle:90deg}.bsl-hero.half.centered{--percentage:calc(100% - 460px)}.bsl-hero .left:not(.full-image) .hero-item{margin-left:56px}.bsl-hero .right:not(.full-image) .hero-item{margin-right:56px}.bsl-hero .hero-container:not(.full-image),.bsl-hero .hero-container:not(.full-image).centered{padding:120px 0}.bsl-hero .hero-container:not(.full-image).centered .image-wrapper .hero-image{min-height:500px}}@media(min-width:1608px){.bsl-hero .hero-container.left.full-image{padding:0}.bsl-hero .hero-container.left.full-image .hero-item{margin-right:calc(50vw - 724px)}.bsl-hero .hero-container.right.full-image{padding:0}.bsl-hero .hero-container.right.full-image .hero-item{margin-left:calc(50vw - 724px)}.bsl-hero .hero-container.centered .image-wrapper .hero-image{min-height:550px}}.bsl-player-content{background:#100c27}@keyframes expandVideo{0%{width:70%}to{width:100%}}@keyframes retractVideo{0%{width:100%}to{width:70%}}@keyframes expandContent{0%{opacity:0;width:0}90%{opacity:0}to{opacity:1;width:100%}}@keyframes retractContent{0%{opacity:0;width:0}80%{opacity:0}to{opacity:1;width:30%}}@keyframes expandDescription{0%{opacity:0;transform:translate3d(0,-5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes retractDescription{0%{opacity:0;transform:translate3d(0,5px,0)}to{opacity:1;transform:translateZ(0)}}.bsl-player-content .bsc-grid .video-wrapper{margin:0 -24px}.bsl-player-content .bsc-grid .video-wrapper .video{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.bsl-player-content .bsc-grid .video-wrapper .video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bsl-player-content .bsc-grid .video-wrapper button{position:absolute;bottom:-50px;display:none;align-items:center;gap:8px;margin-top:10px;color:#fff}.bsl-player-content .bsc-grid .video-wrapper button svg{width:20px;height:20px}.bsl-player-content .bsc-grid .video-wrapper button svg path{fill:#fff;transition:.3s ease-out}.bsl-player-content .bsc-grid .video-wrapper button:hover{color:#100c27}.bsl-player-content .bsc-grid .video-wrapper button:hover svg path{fill:#100c27}.bsl-player-content .bsc-grid .video-wrapper button:focus{color:#fff}.bsl-player-content .bsc-grid .video-wrapper button:focus svg path{fill:#fff}@media(min-width:1280px){.bsl-player-content .bsc-grid .video-wrapper button{display:flex}}@media(min-width:768px){.bsl-player-content .bsc-grid .video-wrapper{margin:0 -48px}}@media(min-width:1280px){.bsl-player-content .bsc-grid .video-wrapper{margin:0;width:70%}}.bsl-player-content .bsc-grid .content-wrapper{padding:40px 0 48px;display:flex;flex-direction:column}.bsl-player-content .bsc-grid .content-wrapper .infos{display:flex;flex-direction:column;color:#fff;order:1}.bsl-player-content .bsc-grid .content-wrapper .infos .tags{display:flex;flex-wrap:wrap;gap:20px}.bsl-player-content .bsc-grid .content-wrapper .infos .tags .tag{color:#9688ff}.bsl-player-content .bsc-grid .content-wrapper .infos .title{margin:10px 0 24px}.bsl-player-content .bsc-grid .content-wrapper .infos .description{display:none;max-width:800px}.bsl-player-content .bsc-grid .content-wrapper .infos .description.expand{display:block;margin-bottom:20px;animation:expandDescription .5s forwards}.bsl-player-content .bsc-grid .content-wrapper .infos .description.retract{animation:retractDescription .5s forwards}@media(min-width:1280px){.bsl-player-content .bsc-grid .content-wrapper .infos .description{display:block}.bsl-player-content .bsc-grid .content-wrapper .infos .description.expand{margin-bottom:0}}.bsl-player-content .bsc-grid .content-wrapper .infos .expand-description{cursor:pointer;align-self:flex-start}@media(min-width:1280px){.bsl-player-content .bsc-grid .content-wrapper .infos .expand-description{margin-top:20px}.bsl-player-content .bsc-grid .content-wrapper .infos{order:2}}.bsl-player-content .bsc-grid .content-wrapper .cta{display:flex;flex-direction:column;color:#fff;background:#212429;padding:15px 20px;border-left:9px solid #806eff;margin-top:30px;order:2}.bsl-player-content .bsc-grid .content-wrapper .cta .cta-text{margin:5px 0 15px}.bsl-player-content .bsc-grid .content-wrapper .cta a{text-decoration:none;width:max-content}@media(min-width:1280px){.bsl-player-content .bsc-grid .content-wrapper .cta{order:1;margin-top:0;margin-bottom:50px}.bsl-player-content .bsc-grid .content-wrapper{width:30%;padding:0}.bsl-player-content{padding:60px 0 110px}.bsl-player-content.active{padding:60px 0}.bsl-player-content.active .bsc-grid{flex-direction:column}.bsl-player-content.active .video-wrapper{animation:expandVideo 1s forwards}.bsl-player-content.active .content-wrapper{width:100%;flex-direction:row;justify-content:space-between;gap:100px;margin-top:90px;animation:expandContent 1s forwards}.bsl-player-content.active .content-wrapper .infos{order:1}.bsl-player-content.active .content-wrapper .cta{order:2;align-self:flex-start}.bsl-player-content.disabled .video-wrapper{animation:retractVideo 1s forwards}.bsl-player-content.disabled .content-wrapper{animation:retractContent 1s forwards}}.bsc-chip{display:inline-block;position:relative;padding:10px 0;white-space:nowrap;box-sizing:border-box}.bsc-chip input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;margin:-10px 0 0;position:absolute;cursor:pointer}.bsc-chip.light label{border:2px solid #7e8a98}.bsc-chip.light label span,.bsc-chip.light label svg{color:#7e8a98}.bsc-chip.light input:checked~label{background:#6c5ae0;border:2px solid #6c5ae0}.bsc-chip.light input:checked~label span,.bsc-chip.light input:checked~label svg{color:#f0eeff}.bsc-chip.dark label{border:2px solid #e1e4e8}.bsc-chip.dark label span,.bsc-chip.dark label svg{color:#e1e4e8}.bsc-chip.dark input:checked~label{background:#d9d4ff;border:2px solid #d9d4ff}.bsc-chip.dark input:checked~label span,.bsc-chip.dark input:checked~label svg{color:#6c5ae0}.bsc-chip.gray label{background:transparent;border:2px solid #636e7c}.bsc-chip.gray label span,.bsc-chip.gray label svg{color:#636e7c}.bsc-chip.gray input:checked~label{background:#e1e4e8;border:2px solid #e1e4e8}.bsc-chip.black label{background:transparent;border:2px solid #000}.bsc-chip.black label span,.bsc-chip.black label svg{color:#000}.bsc-chip.black input:checked~label{background:#bec4cb;border:2px solid #bec4cb}.bsc-chip.white label{background:transparent;border:2px solid #fff}.bsc-chip.white label span,.bsc-chip.white label svg{color:#fff}.bsc-chip.white input:checked~label{background:#bec4cb;border:2px solid #bec4cb}.bsc-chip.uppercase label span{text-transform:uppercase}.bsc-chip input:disabled~label{background:transparent;border:2px solid #cfd3d8}.bsc-chip input:disabled~label span,.bsc-chip input:disabled~label svg{color:#cfd3d8}.bsc-chip label{padding:8px 16px;border-radius:9999px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s ease}.bsc-chip label span{font-family:var(--font-family-base),sans-serif;font-weight:800;font-size:14px;letter-spacing:.02em;line-height:140%}.bsc-chip label svg{margin-right:12px}.bsc-filter:before{display:none!important}.bsc-filter.light .open-filter{border-color:#7e8a98;color:#7e8a98}.bsc-filter.light .open-filter svg *{fill:#7e8a98}.bsc-filter.dark .open-filter{border-color:#f0eeff;color:#f0eeff}.bsc-filter.dark .open-filter svg *{fill:#f0eeff}.bsc-filter .open-filter{padding:8px 16px;border-radius:999px;border-width:2px;text-transform:none;font-size:16px;line-height:150%}.bsc-filter .open-filter svg.filter-icon{margin-right:8px;height:20px;width:20px}.bsc-filter .filter{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:1050;width:100%;height:100vh;overflow:hidden;outline:0;display:none;overflow-y:auto}.bsc-filter .filter.show{display:block}.bsc-filter .filter .filter-wrapper{max-width:calc(100% - 32px);background-color:#fff;position:relative;padding:16px;margin:30px auto;animation:translateModal .3s ease-out;box-sizing:border-box}.bsc-filter .filter .filter-wrapper .filter-bottom,.bsc-filter .filter .filter-wrapper .filter-top{margin-bottom:10px;position:-webkit-sticky;position:sticky;width:100%;background-color:#fff;padding:8px 0;z-index:10}.bsc-filter .filter .filter-wrapper .filter-top{top:0}.bsc-filter .filter .filter-wrapper .filter-top .modal-close{background-color:transparent;border:0;position:absolute;right:0;top:12px;cursor:pointer}.bsc-filter .filter .filter-wrapper .filter-bottom{bottom:0}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper{display:flex;flex-wrap:wrap;gap:12px;padding:2px 0}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .highlight{background-color:#fff;padding-right:12px;border-right:2px solid #acb4bd}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .highlight.active{pointer-events:none}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .shadow{content:"";display:block;position:absolute;right:-4px;top:0;width:60px;height:100%;background:linear-gradient(90deg,rgba(241,243,245,0),#f1f3f5 85%)}@media(max-width:768px){.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .chip.dark label{border-color:#7e8a98}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .chip.dark label span,.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .chip.dark label svg{color:#7e8a98}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .chip.dark input:checked~label{background:#6c5ae0;border:2px solid #6c5ae0}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .chip.dark input:checked~label span,.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .chip.dark input:checked~label svg{color:#f0eeff}}@media(min-width:768px){.bsc-filter .mobile{display:none}.bsc-filter .filter{position:static;display:block}.bsc-filter .filter,.bsc-filter .filter .filter-wrapper{background-color:transparent;height:-moz-fit-content;height:fit-content}.bsc-filter .filter .filter-wrapper{animation:unset;margin:0;padding:0;max-width:unset;position:relative}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper{flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden;height:60px;align-items:center;padding-bottom:10px}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .highlight{position:-webkit-sticky;position:sticky;left:0;z-index:10;padding:10px 12px 10px 0}}@media(min-width:1280px){.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper{flex-wrap:wrap;overflow:hidden;height:auto;padding-bottom:0}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .highlight{position:static}.bsc-filter .filter .filter-wrapper .filter-buttons-wrapper .shadow{display:none}}.bsl-post-grid{padding:68px 0 44px}.bsl-post-grid .post-grid-title{margin-bottom:-28px}.bsl-post-grid .border-custom{margin:20px 0 0;border-bottom:1px solid #cfd3d8}.bsl-post-grid .more-posts-btn{margin-top:-8px;margin-left:auto;margin-right:auto}.bsl-post-grid .more-posts-btn.loading-posts,.bsl-post-grid .more-posts-btn:disabled{background-color:rgba(0,0,0,.4)!important;color:#100c27!important;border-color:#100c27!important}.bsl-post-grid .more-posts-btn.loading-posts svg.arrow-icon path,.bsl-post-grid .more-posts-btn:disabled svg.arrow-icon path{fill:#100c27!important}.bsl-post-grid .more-posts-btn .right-icon{margin-left:8px}.bsl-post-grid .more-posts-btn .right-icon svg{width:14px;height:14px;position:relative;top:-1px}.bsl-post-grid .post-card-wrapper .bsc-card{border-color:#e1e4e8}.bsl-post-grid .post-card-wrapper .bsc-card .card-container .content .title{color:#6c5ae0;text-transform:none;font-weight:400}.bsl-post-grid .post-card-wrapper .bsc-card .card-container .content .description{font-weight:700}.bsl-post-grid .pagination-wrapper{margin-top:22px}@media(min-width:768px){.bsl-post-grid{padding:44px 0}.bsl-post-grid .post-grid-title{margin-bottom:0}.bsl-post-grid .more-posts-btn{margin-top:0}.bsl-post-grid .post-card-wrapper>div{height:100%}}@media(min-width:1280px){.bsl-post-grid .more-posts-btn{margin-top:8px}.bsl-post-grid .more-posts-btn .right-icon svg{width:17px;height:17px}.bsl-post-grid .pagination-wrapper{margin-top:40px}}@media(min-width:1608px){.bsl-post-grid{padding:72px 0}.bsl-post-grid .post-grid-title{margin-bottom:-10px}.bsl-post-grid .more-posts-btn{margin-top:-8px}}.bsc-banner{display:flex;width:100%;height:max-content}.bsc-banner picture{width:100%;height:100%}.bsc-banner picture img{width:100%;height:100%;object-fit:cover}.bsc-pagination .pagination-list{display:flex;justify-content:center}.bsc-pagination .pagination-list-item{font-size:12px;font-weight:700;line-height:140%;font-family:var(--font-family-base),sans-serif;color:#6c5ae0}.bsc-pagination .pagination-list-item.bullet{padding:8px}.bsc-pagination .pagination-list-item-btn{font-size:12px;font-weight:700;line-height:140%;font-family:var(--font-family-base),sans-serif;border:none;padding:8px;color:#6c5ae0;background-color:transparent}.bsc-pagination .pagination-list-item-btn.btn-next,.bsc-pagination .pagination-list-item-btn.btn-prev,.bsc-pagination .pagination-list-item-btn.btn-range{cursor:pointer}.bsc-pagination .pagination-list-item-btn:disabled{cursor:none;pointer-events:none;color:#bec4cb}.bsc-pagination .pagination-list-item-btn.active{color:#bec4cb}.bsc-pagination .pagination-list-item-input{display:none}@media(min-width:768px){.bsc-pagination .pagination-list-item{font-size:24px;line-height:150%}.bsc-pagination .pagination-list-item.bullet{padding:0}.bsc-pagination .pagination-list-item-btn{font-size:16px;line-height:150%;padding:8px 16px}}.bsl-product-features{padding:80px 0;background:#fff}.bsl-product-features.grayscale{background:#f1f3f5}.bsl-product-features.grayscale .content-desktop .content-navigation ul .category-box.category-box-active{background:#e1e4e8}.bsl-product-features.dark{background:#261d5d}.bsl-product-features.dark .content-desktop .content-navigation ul .category-box{border-bottom:1px solid #4839a3}.bsl-product-features.dark .content-desktop .content-navigation ul .category-box .category-box-title>svg path{fill:#6c5ae0}.bsl-product-features.dark .content-desktop .content-navigation ul .category-box .category-box-features li h4,.bsl-product-features.dark .content-desktop .content-navigation ul .category-box .category-box-features li span,.bsl-product-features.dark .content-desktop .content-navigation ul .category-box .category-box-title .category-title{color:#6c5ae0}.bsl-product-features.dark .content-desktop .content-navigation ul .category-box.category-box-active{background:#4839a3}.bsl-product-features.dark .content-desktop .content-navigation ul .category-box.category-box-active .category-box-title>svg path{fill:#fff}.bsl-product-features.dark .content-desktop .content-media .content-media-info h3,.bsl-product-features.dark .content-desktop .content-media .content-media-info p,.bsl-product-features.dark .content-desktop .content-navigation ul .category-box.category-box-active .category-box-features li h4,.bsl-product-features.dark .content-desktop .content-navigation ul .category-box.category-box-active .category-box-features li span,.bsl-product-features.dark .content-desktop .content-navigation ul .category-box.category-box-active .category-box-title .category-title{color:#fff}.bsl-product-features.dark .head .subtitle{color:#9688ff}.bsl-product-features.dark .head .description,.bsl-product-features.dark .head .title{color:#fff}.bsl-product-features.dark .content-mobile .category-head>svg path{fill:#fff}.bsl-product-features.dark .content-mobile .category-head .category-title{color:#fff}.bsl-product-features.dark .content-mobile .category-head hr{background:#fff}.bsl-product-features .head{display:flex;flex-direction:column;gap:24px}.bsl-product-features .head .subtitle{color:#4839a3}.bsl-product-features .head .description,.bsl-product-features .head .title{color:#100c27}.bsl-product-features .content-desktop{display:none}.bsl-product-features .content-mobile .card-container .content .description{font-weight:400}.bsl-product-features .content-mobile>div .category-head{display:flex;align-items:center;gap:8px}.bsl-product-features .content-mobile>div .category-head>svg{position:relative;top:-1px}.bsl-product-features .content-mobile>div .category-head .category-title{color:#4839a3;flex-grow:0}.bsl-product-features .content-mobile>div .category-head hr{height:1px;width:100%;background:#4839a3;border:none;margin:0;flex:1 1}.bsl-product-features .content-mobile>div .category-content{display:flex;gap:16px;padding:32px 0 56px;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.bsl-product-features .content-mobile>div .category-content>li{flex:none;width:241px}.bsl-product-features .content-mobile>div .category-content>li>div{height:100%}.bsl-product-features .content-mobile>div:last-child .category-content{padding:32px 0 2px}@media(min-width:1280px){.bsl-product-features.left .content-desktop .content-navigation{order:1}.bsl-product-features.right .content-desktop .content-navigation{order:0}.bsl-product-features .content-mobile{display:none}.bsl-product-features .content-desktop{display:flex;align-items:flex-start;gap:80px}.bsl-product-features .content-desktop .content-navigation ul .category-box{display:flex;justify-content:space-between;gap:32px;border-bottom:1px solid #f1f3f5;border-left:1px solid transparent;padding:16px 32px}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-title{display:flex;width:180px;align-items:center;gap:8px}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-title>svg{position:relative;top:-1px}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-title .category-title{color:#636e7c}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-features{display:flex;flex-direction:column}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-features>li{display:flex;width:240px;box-sizing:border-box;gap:19px;padding:8px;cursor:pointer}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-features>li h4,.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-features>li span{color:#636e7c}.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-features>li.feature-active h4,.bsl-product-features .content-desktop .content-navigation ul .category-box .category-box-features>li.feature-active span{font-weight:700}.bsl-product-features .content-desktop .content-navigation ul .category-box:last-child{border-bottom:0}.bsl-product-features .content-desktop .content-navigation ul .category-box.category-box-active{background:#f1f3f5;border-left:1px solid #806eff}.bsl-product-features .content-desktop .content-navigation ul .category-box.category-box-active .category-box-title>svg path{fill:#4839a3}.bsl-product-features .content-desktop .content-navigation ul .category-box.category-box-active .category-box-title .category-title{font-weight:700;color:#4839a3}.bsl-product-features .content-desktop .content-navigation ul .category-box.category-box-active .category-box-features li h4,.bsl-product-features .content-desktop .content-navigation ul .category-box.category-box-active .category-box-features li span{color:#000}.bsl-product-features .content-desktop .content-media{width:60%}.bsl-product-features .content-desktop .content-media .midia-wrapper{background-color:#f1f3f5;padding:56px 32px}.bsl-product-features .content-desktop .content-media .midia-wrapper>img,.bsl-product-features .content-desktop .content-media .midia-wrapper>video{width:100%;object-fit:contain}.bsl-product-features .content-desktop .content-media .content-media-info{display:flex;margin-top:64px;padding:0 24px;flex-direction:column;gap:16px}.bsl-product-features .content-desktop .content-media.content-media-animate{animation:media-animate .5s forwards}}@keyframes media-animate{0%{transform:translate3d(30px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.bsl-rdsc-prices-cards{padding-top:35px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content{text-align:left}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body{max-height:600px;overflow-y:scroll;margin-right:-15px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body .info{margin-right:15px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body .info p{margin-top:16px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar{width:8px;border-radius:100px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-track{background:#e8e8e8;border-radius:100px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:100px}.bsl-rdsc-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb:hover{background:#100c27}.bsl-rdsc-prices-cards .title{text-align:center}.bsl-rdsc-prices-cards .top-wrapper{padding:20px 0;text-align:center}.bsl-rdsc-prices-cards .switcher-wrapper{display:flex;background-color:#e1e4e8;border:2px solid #e1e4e8;width:-moz-fit-content;width:fit-content;margin:auto;padding:10px}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle:not(.yearly) .content-tooltip{background-color:#4839a3}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-top .content-tooltip{margin:0 0 16px}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-top:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-bottom .content-tooltip{margin:16px 0 0}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-bottom:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-left .content-tooltip{margin:0 16px 0 0}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-left:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-right .content-tooltip{margin:0 0 0 16px}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.mobile-right:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .cards-container{display:flex;justify-content:center;align-items:center}.bsl-rdsc-prices-cards .cards-container.tag{margin-top:23px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container{padding:32px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container .description{font-size:16px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container .prices.no-tag{padding:26px 0 0;min-height:73px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .section-disclaimer{padding:0 24px 12px;color:#3a4149}.bsl-rdsc-prices-cards .link-wrapper{background-color:#fff;border:1px solid #7e8a98;padding:10px;text-align:center}.bsl-rdsc-prices-cards .link-wrapper .more-info-link-wrapper a{display:flex;justify-content:center;align-items:center;width:100%}.bsl-rdsc-prices-cards .link-wrapper .more-info-link-wrapper a .icon svg path{fill:#4839a3}.bsl-rdsc-prices-cards .conversations-select .input-select{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:22px}.bsl-rdsc-prices-cards .conversations-select .input-select .label{font-weight:400;margin:0}.bsl-rdsc-prices-cards .conversations-select .input-select .select-wrapper{width:auto}.bsl-rdsc-prices-cards .conversations-select .input-select .select-wrapper select{height:48px;font-size:16px;width:auto;padding-right:40px}.bsl-rdsc-prices-cards .conversations-select .input-select .select-wrapper :after{top:0;bottom:0;margin:auto;right:8px}@media(min-width:768px){.bsl-rdsc-prices-cards .link-wrapper{border-width:0 1px 1px}.bsl-rdsc-prices-cards .conversations-select .input-select{flex-direction:row;text-align:left}.bsl-rdsc-prices-cards .conversations-select .input-select .label{max-width:217px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper{align-items:stretch}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .section-disclaimer{padding:12px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper:nth-child(2) .card .container{border-width:1px 0}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper{max-width:400px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card{position:relative;height:100%}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .card-tag{position:absolute;width:100%;box-sizing:border-box;top:-23px;height:23px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container{padding:24px;height:100%}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container .description{min-height:88px}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.monthly .content-tooltip{background-color:#4839a3}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-top .content-tooltip{margin:0 0 16px}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-top:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M5.5 6L0.5 0H10.5L5.5 6Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-bottom .content-tooltip{margin:16px 0 0}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-bottom:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 10 6" fill="none"><path d="M5 0L10 6L0 6L5 0Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-left .content-tooltip{margin:0 16px 0 0}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-left:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="1 0 7 11" fill="none"><path d="M6 5.5L0 10.5L0 0.5L6 5.5Z" fill="%230A626B"/></svg>')}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-right .content-tooltip{margin:0 0 0 16px}.bsl-rdsc-prices-cards .switcher-wrapper .bsc-tooltip.billing-cycle.desktop-right:not(.yearly) .content-tooltip:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="11" viewBox="0 0 6 11" fill="none"><path d="M0 5.5L6 0.5L6 10.5L0 5.5Z" fill="%230A626B"/></svg>')}}@media(min-width:1280px){.bsl-rdsc-prices-cards .conversations-select .input-select .label{max-width:100%}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container{padding:24px 40px}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container .description{min-height:auto}.bsl-rdsc-prices-cards .cards-container .cards-wrapper .card-wrapper .card .container .prices{min-height:unset}}.bsl-rdsm-prices-cards{padding:104px 0}.bsl-rdsm-prices-cards .top-wrapper{text-align:center}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content{text-align:left}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body{max-height:600px;overflow-y:scroll;margin-right:-15px}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body .info{margin-right:15px}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body .info p{margin-top:16px}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar{width:8px;border-radius:100px}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-track{background:#e8e8e8;border-radius:100px}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:100px}.bsl-rdsm-prices-cards+.bsc-modal .modal-dialog .modal-content .modal-body ::-webkit-scrollbar-thumb:hover{background:#100c27}.bsl-rdsm-prices-cards .title{text-align:center}.bsl-rdsm-prices-cards .link-wrapper{display:flex;justify-content:center;background-color:#fff;border:1px solid #7e8a98;border-top:0 solid #7e8a98;padding:10px;text-align:center;margin-top:-16px}.bsl-rdsm-prices-cards .link-wrapper.disclaimer{flex-direction:column;padding:24px 32px;row-gap:24px}.bsl-rdsm-prices-cards .link-wrapper.disclaimer p{max-width:694px;text-align:left}.bsl-rdsm-prices-cards .link-wrapper.disclaimer .more-info-link-wrapper{margin:auto 0}.bsl-rdsm-prices-cards .contacts-select{margin:auto}.bsl-rdsm-prices-cards .contacts-select label{display:flex;flex-direction:column;gap:22px;align-items:center;justify-content:center}.bsl-rdsm-prices-cards .contacts-select label .label{font-weight:400;margin-bottom:0}@media(min-width:768px){.bsl-rdsm-prices-cards .cards-wrapper{row-gap:23px;align-items:stretch}.bsl-rdsm-prices-cards .cards-wrapper .card-wrapper:first-child .card .container,.bsl-rdsm-prices-cards .cards-wrapper .card-wrapper:nth-child(3) .card .container{border-width:1px 0 1px 1px}.bsl-rdsm-prices-cards .cards-wrapper .card{height:100%}.bsl-rdsm-prices-cards .cards-wrapper .card.tag{height:calc(100% + 23px)}.bsl-rdsm-prices-cards .cards-wrapper .card:not(.tag){margin-top:23px}.bsl-rdsm-prices-cards .cards-wrapper .card .container{height:100%}.bsl-rdsm-prices-cards .cards-wrapper .card .container .description{min-height:35px}.bsl-rdsm-prices-cards .cards-wrapper .card .container .prices{min-height:75px}.bsl-rdsm-prices-cards .link-wrapper{margin-top:0}.bsl-rdsm-prices-cards .link-wrapper.disclaimer{padding:24px 40px}.bsl-rdsm-prices-cards .contacts-select label{flex-direction:row}.bsl-rdsm-prices-cards .contacts-select label .select-wrapper{width:-moz-fit-content;width:fit-content}}@media(min-width:1280px){.bsl-rdsm-prices-cards .switcher-wrapper .wrapper .tooltip{top:0;transform:translate(100%,50%);left:12px}.bsl-rdsm-prices-cards .switcher-wrapper .wrapper .tooltip:after{bottom:0;left:-6px;transform:rotate(90deg) translateX(-10px)}.bsl-rdsm-prices-cards .cards-wrapper{row-gap:0}.bsl-rdsm-prices-cards .cards-wrapper .card-wrapper:first-child .card .container,.bsl-rdsm-prices-cards .cards-wrapper .card-wrapper:nth-child(2) .card .container,.bsl-rdsm-prices-cards .cards-wrapper .card-wrapper:nth-child(3) .card .container{border-width:1px 0 1px 1px}.bsl-rdsm-prices-cards .cards-wrapper .card .container{padding:24px}.bsl-rdsm-prices-cards .link-wrapper{margin-top:23px}.bsl-rdsm-prices-cards .link-wrapper.disclaimer{flex-direction:row;justify-content:space-between;padding:16px 40px}.bsl-rdsm-prices-cards .link-wrapper.disclaimer p{max-width:694px;text-align:left}}@media(min-width:1608px){.bsl-rdsm-prices-cards .grid-container{row-gap:54px}.bsl-rdsm-prices-cards .cards-wrapper .card .container{padding:24px 40px}}.bsl-trails{background-color:#f0eeff;display:flex;position:relative;margin:24px 0}.bsl-trails .images{overflow:hidden;height:366px;position:relative;width:90px}.bsl-trails .images .wrapper{position:absolute;width:100%;height:100%;transition:all .5s ease-in-out;cursor:pointer}.bsl-trails .images .wrapper .img{display:block;width:100%;height:100%}.bsl-trails .images .wrapper .img img{object-fit:cover;width:100%;height:100%}.bsl-trails .images .wrapper-0{top:-244px;z-index:1}.bsl-trails .images .wrapper-0-active0{transform:translateY(244px);z-index:2}.bsl-trails .images .wrapper-0-active1{transform:translateY(-122px)}.bsl-trails .images .wrapper-2{top:244px;z-index:1}.bsl-trails .images .wrapper-2-active2{transform:translateY(-244px);z-index:2}.bsl-trails .images .wrapper-2-active1{transform:translateY(122px)}.bsl-trails .contents{width:calc(100% - 90px - 48px)}.bsl-trails .contents .content{text-decoration:none;cursor:pointer;height:122px;display:flex;flex-direction:column;justify-content:center}.bsl-trails .contents .content .title{color:#636e7c}.bsl-trails .contents .content .link{color:#636e7c;text-decoration:none;font-size:18px;font-weight:700;display:flex}.bsl-trails .contents .content .link svg path{fill:#7e8a98}.bsl-trails .contents .content:hover .title{color:#4839a3}.bsl-trails .contents .content:hover .link{color:#261d5d}.bsl-trails .contents .content:hover .link svg path{fill:#261d5d}@media(min-width:768px){.bsl-trails{flex-direction:column}.bsl-trails .images{display:flex;width:100%;height:150px}.bsl-trails .images .wrapper{position:absolute;width:100%;transition:all .7s ease-in-out}.bsl-trails .images .wrapper img{width:100%}.bsl-trails .images .wrapper-0{top:0;left:-66.6666666667%}.bsl-trails .images .wrapper-0-active0{transform:translateY(0);transform:translateX(66.6666666667%)}.bsl-trails .images .wrapper-0-active1{transform:translateY(0);transform:translateX(-66.6666666667%)}.bsl-trails .images .wrapper-2{top:0;right:-66.6666666667%}.bsl-trails .images .wrapper-2-active2{transform:translateY(0);transform:translateX(-66.6666666667%)}.bsl-trails .images .wrapper-2-active1{transform:translateY(0);transform:translateX(66.6666666667%)}.bsl-trails .contents .content{height:114px;width:100%;align-items:center}.bsl-trails .contents .content .link{font-size:20px}}@media(min-width:1440px){.bsl-trails{margin-top:36px;margin-bottom:36px}.bsl-trails .contents .content{height:150px;width:100%}.bsl-trails .contents .content .link{font-size:24px}}.bsl-video-section .container{padding:90px 0}.bsl-video-section .container.dark{background:#100c27;color:#fff}.bsl-video-section .container.dark .title-wrapper .subtitle{color:#ada1ff}.bsl-video-section .container.light{background:#fff;color:#261d5d}.bsl-video-section .title-wrapper{display:flex;flex-direction:column;gap:32px}.bsl-video-section .video-wrapper{margin-top:60px}.bsl-video-section .video-wrapper img,.bsl-video-section .video-wrapper video{width:100%;height:auto}@media(min-width:768px){.bsl-video-section .container{padding:120px 0}}.rdl-card-full-pp{background-color:#f1f3f5;padding:80px 0}.rdl-card-full-pp .card .content-wrapper{display:flex;flex-direction:column;background:#fff;padding:24px;position:relative;box-sizing:border-box}.rdl-card-full-pp .card .content-wrapper .description{margin-top:8px;color:#636e7c}.rdl-card-full-pp .card .content-wrapper .pp-form{margin-top:24px}.rdl-card-full-pp .card .content-wrapper .pp-form .mkt-form-body{display:flex;justify-content:center}.rdl-card-full-pp .card .content-wrapper .pp-form .mkt-form-body .field{overflow:unset}@media(min-width:768px){.rdl-card-full-pp .card .content-wrapper .pp-form .mkt-form-body .field{width:calc(50% - 15px)}}@media(min-width:768px){.rdl-card-full-pp .card .content-wrapper .pp-form .mkt-form-body .field:has(input[name=email]){width:100%}}.rdl-card-full-pp .card .content-wrapper .typ-wrapper img{margin:0 auto 24px;display:block;width:100px;height:30px}.rdl-card-full-pp .card .content-wrapper .typ-wrapper .typ{background:linear-gradient(#c9eaf1,#e3f7f8);padding:48px 24px;text-align:center}.rdl-card-full-pp .card .content-wrapper .typ-wrapper .typ .title{color:#4839a3}.rdl-card-full-pp .card .content-wrapper .typ-wrapper .typ .description{margin-top:0;color:#000}.rdl-card-full-pp .card .image-wrapper img{width:100%;height:auto}@media(min-width:1280px){.rdl-card-full-pp{background-color:#fff}.rdl-card-full-pp .card{position:relative;display:flex;aspect-ratio:1.72;align-items:center;padding-left:110px}.rdl-card-full-pp .card .content-wrapper{max-width:620px;z-index:1;height:-moz-fit-content;height:fit-content}.rdl-card-full-pp .card .image-wrapper{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.rdl-card-full-pp .card .image-wrapper img{height:100%;object-fit:cover}}.bsl-categories{padding:56px 0}.bsl-categories .main-heading{margin-bottom:20px}.bsl-categories .board-item{display:flex;justify-content:center;align-items:center;text-align:center;padding:8px 6px;border:3px solid #806eff}.bsl-categories .board-item a{color:#000;text-decoration:none}.rdl-content-graph{padding:60px 0}.rdl-content-graph.light{background:#fff;color:#000}.rdl-content-graph.grayscale{background:#f1f3f5;color:#000}.rdl-content-graph.dark{background:#261d5d;color:#fff}.rdl-content-graph .description p:not(:last-child){margin-bottom:28px}.rdl-content-graph .graphic-wrapper{display:flex;justify-content:center}.rdl-content-graph .graphic-wrapper.horizontal .chart,.rdl-content-graph .graphic-wrapper.horizontal .chart .graphic{width:100%}.rdl-content-graph .ctas-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap;gap:16px}.rdc-tip-settings{display:flex;flex-direction:column;padding:48px;border-radius:16px}.rdc-tip-settings .ts-icon-wrapper{min-width:40px;max-width:40px;height:40px;margin-bottom:24px}.rdc-tip-settings .ts-icon-wrapper .ts-icon{width:100%;height:100%}.rdc-tip-settings .ts-text{color:#000}.rdc-tip-settings .ts-text strong{font-weight:700}@media(min-width:768px){.rdc-tip-settings{flex-direction:row;justify-content:center;align-items:flex-start}.rdc-tip-settings-center{align-items:center}.rdc-tip-settings .ts-icon-wrapper{margin-bottom:0;margin-right:48px;min-width:48px;max-width:48px;height:48px}}.rdl-hero-advanced{text-align:center;background-position:50%;width:100%;min-height:100vh;background-size:cover;background-repeat:no-repeat;color:#fff}.rdl-hero-advanced #hero-anchor{position:absolute;top:0}.rdl-hero-advanced .video-wrapper{width:100%;height:100%;position:fixed;z-index:0;background:#000;top:0;transition:opacity .4s;opacity:0;pointer-events:none}.rdl-hero-advanced .video-wrapper.show{z-index:100;opacity:1}.rdl-hero-advanced .video{position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.rdl-hero-advanced .video.hide{opacity:0;z-index:0;transition:opacity .4s;pointer-events:none}.rdl-hero-advanced .video.show{z-index:101;opacity:1}.rdl-hero-advanced .hero-container{opacity:0;padding-top:100px;padding-bottom:64px}.rdl-hero-advanced .hero-container.show-content{transition:all .4s;animation-name:show-content;animation-duration:.5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-delay:.7s}@keyframes show-content{to{opacity:1;padding-top:0}}.rdl-hero-advanced .hero-container .hero-content .logo{width:190px;height:auto;margin-bottom:33px}.rdl-hero-advanced .hero-container .hero-content .title{margin-bottom:24px}.rdl-hero-advanced .hero-container .hero-content .description{margin-bottom:40px}.rdl-hero-advanced .hero-container .hero-content .hero-button{margin:0 auto 40px}.rdl-hero-advanced .hero-container .hero-content .hero-button div{display:inline-block}.rdl-hero-advanced .hero-container .hero-content img{max-width:100%;height:auto}@media(min-width:768px){.rdl-hero-advanced{padding-top:66px}.rdl-hero-advanced .hero-container{padding-bottom:0;margin-top:50%;transform:translateY(-50%)}}@media(min-width:1280px){.rdl-hero-advanced .video{width:100%;height:100%;top:0;right:0;left:0;transform:none}.rdl-hero-advanced .hero-container{padding-bottom:56px;margin-top:0;transform:none}.rdl-hero-advanced .hero-container .hero-content .description,.rdl-hero-advanced .hero-container .hero-content .title{max-width:640px;margin-left:auto;margin-right:auto}}@media(min-width:1440px){.rdl-hero-advanced .hero-container{padding-bottom:113px}.rdl-hero-advanced .hero-container .hero-content .title{margin-bottom:40px}}.bsc-checkbox{display:flex;align-items:center;justify-content:flex-start;width:max-content;padding:8px;cursor:pointer}.bsc-checkbox:hover input:not(:disabled)~.checkmark{background-color:#f1f3f5}.bsc-checkbox:focus input:not(:disabled)~.checkmark{box-shadow:inset 0 0 0 2px 4px 4px 0 0 #f1f3f5 #f1f3f5}.bsc-checkbox:focus input.inverse:not(:disabled)~.checkmark{box-shadow:inset 0 0 0 2px 4px 4px 0 0 #636e7c #f1f3f5}.bsc-checkbox input{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bsc-checkbox input:not(.inverse):not(:disabled)~.checkmark{border:2px solid #000;box-shadow:inset 4px 4px 0 0 #f1f3f5}.bsc-checkbox input:not(:disabled)~.checkmark{background-color:#fff}.bsc-checkbox input:checked+.checkmark svg{display:block}.bsc-checkbox input:disabled~.lbl-checkbox{color:#97a1ac;cursor:not-allowed}.bsc-checkbox input:disabled+.checkmark{background-color:#e1e4e8;cursor:not-allowed}.bsc-checkbox input:disabled+.checkmark svg path{fill:#97a1ac}.bsc-checkbox .checkmark{width:20px;height:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.bsc-checkbox .checkmark svg{display:none}.bsc-checkbox.has-children .checkmark{margin-right:12px}.bsc-checkbox.has-children input:not(:disabled).inverse~.lbl-checkbox{color:#fff}.bsc-checkbox.has-children input:not(:disabled)~.lbl-checkbox{color:#212429}.bsc-switch{box-sizing:border-box;display:flex;align-items:center}.bsc-switch .label-left{margin-right:14px}.bsc-switch .label-right{margin-left:14px}.bsc-switch input{position:relative;width:49px;height:29px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border-radius:99px;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.bsc-switch input:before{transition:.3s;position:absolute;top:3px;left:3px;content:"";display:block;width:19px;height:19px;border-radius:50%;box-shadow:0 .1px .3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.2)}.bsc-switch input:hover{background-color:#cfd3d8}.bsc-switch input:checked{background-color:#806eff;border-color:#806eff}.bsc-switch input:checked:hover{background-color:#6c5ae0;border-color:#6c5ae0}.bsc-switch input:checked:before{left:23px;background-color:#fff}.bsc-switch.light input{border:2px solid #212429}.bsc-switch.light input:before{background-color:#212429}.bsc-switch.light input:checked{border-color:#806eff}.bsc-switch.light input:checked:before{background-color:#fff}.bsc-switch.dark .label-left,.bsc-switch.dark .label-right{color:#fff}.bsc-switch.dark input{border:2px solid #fff}.bsc-switch.dark input:before{background-color:#fff}.bsc-switch.dark input:checked{border-color:#806eff}.bsc-switch.dark input:checked:before{background-color:#fff}.bsc-switch.disabled{cursor:default}.bsc-switch.disabled input{background-color:#cfd3d8;pointer-events:none}.bsc-switch.disabled.light input:checked{background-color:#c3bbff;border-color:#c3bbff}.bsc-switch.disabled.light input:checked:before{background-color:#fff}.bsc-switch.disabled.dark input:checked{background-color:#4839a3;border-color:#4839a3}.bsc-switch.disabled.dark input:checked:before{background-color:#97a1ac}.rdl-integrations-cards-collection{padding-top:56px;background-color:#f1f3f5}.rdl-integrations-cards-collection .wrapper #anchor{position:absolute}.rdl-integrations-cards-collection .wrapper .title-wrapper{align-self:center}.rdl-integrations-cards-collection .wrapper .search-wrapper .search{position:relative}.rdl-integrations-cards-collection .wrapper .search-wrapper .search-button{position:absolute;background-color:transparent;border:0;cursor:pointer;top:0;right:0;padding:12px}.rdl-integrations-cards-collection .wrapper .filters-button.close{margin:12px auto 0}@media(max-width:1279px){.rdl-integrations-cards-collection .wrapper .filters-wrapper.hidden{display:none}}.rdl-integrations-cards-collection .wrapper .filters-wrapper .clear-filters{background-color:transparent;border:0;padding:0;color:#4839a3;font-family:var(--font-family-base),sans-serif;font-size:14px;line-height:120%;cursor:pointer;display:flex}.rdl-integrations-cards-collection .wrapper .filters-wrapper .clear-filters:after{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%230A626B' d='m12.562 5.466.77-.766-1.536-1.536-.766.767-3.031 3.03-3.032-3.027-.766-.77L2.665 4.7l.767.766 3.03 3.032-3.027 3.03-.77.767 1.536 1.536.766-.766L8 10.034l3.03 3.03.767.767 1.536-1.536-.766-.766-3.031-3.031 3.03-3.032h-.003Z'/%3E%3C/svg%3E");width:16px;height:17px;margin-left:4px}.rdl-integrations-cards-collection .wrapper .filters-wrapper .clear-filters:disabled{color:#acb4bd;cursor:not-allowed}.rdl-integrations-cards-collection .wrapper .filters-wrapper .clear-filters:disabled:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23ACB4BD' d='m12.562 5.466.77-.766-1.536-1.536-.766.767-3.031 3.03-3.032-3.027-.766-.77L2.665 4.7l.767.766 3.03 3.032-3.027 3.03-.77.767 1.536 1.536.766-.766L8 10.034l3.03 3.03.767.767 1.536-1.536-.766-.766-3.031-3.031 3.03-3.032h-.003Z'/%3E%3C/svg%3E")}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper{padding:12px 0}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper .filter-title{margin-bottom:12px}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper:not(:last-child){border-bottom:1px solid #acb4bd}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper.categories .other-categories .show-more{background-color:transparent;border:0;margin:12px 0 0;padding:0;color:#4839a3;font-family:var(--font-family-base),sans-serif;font-size:14px;line-height:120%;cursor:pointer;display:flex;min-width:91px;justify-content:space-between}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper.categories .other-categories .show-more:after{display:block;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%230A626B' d='M7.69 10.56 4.128 7a.44.44 0 0 1 0-.623l.415-.415a.44.44 0 0 1 .621 0L8 8.782l2.835-2.822a.44.44 0 0 1 .621.001l.415.415a.44.44 0 0 1 0 .622l-3.56 3.56a.44.44 0 0 1-.622 0Z'/%3E%3C/svg%3E");width:20px;height:16px;margin-left:4px;transform:rotate(0deg);transition:transform .3s ease}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper.categories .other-categories .show-more.open:after{transform:rotate(180deg)}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper.categories .other-categories .other{height:0;overflow:hidden;opacity:0;transition:padding .3s ease,opacity .3s ease}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper.categories .other-categories .other.show{height:auto;opacity:1;padding-top:12px}.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper .integrators .integrator,.rdl-integrations-cards-collection .wrapper .filters-wrapper .filter-wrapper .languages .language{width:100%;justify-content:space-between}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card,.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper{height:100%;opacity:1;transform:translateY(0);transition:transform .4s ease,opacity .4s ease-in,height .2s ease}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper.hidden,.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card.hidden{height:0;opacity:0;pointer-events:none;transform:translateY(-50%);overflow:hidden;position:absolute;transition:transform .4s ease,opacity .4s ease-in,height .2s ease;max-width:0}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper .card .image{background-color:#e1e4e8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper .card .image img{width:72px;height:72px;border-radius:12px;box-shadow:0 8.74286px 8.74286px 0 rgba(0,0,0,.25);padding:10px;background-color:#fff}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper .card .content{height:100%}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper .card .content .title{color:#4839a3}.rdl-integrations-cards-collection .wrapper .cards-wrapper .cards .card-wrapper .card .content a{margin-top:auto}.rdl-integrations-cards-collection .wrapper .cards-wrapper .no-integrations{display:flex;flex-direction:column;gap:24px;padding:32px;background-color:#fff;opacity:1;height:auto;transition:padding .3s ease,opacity .3s ease}.rdl-integrations-cards-collection .wrapper .cards-wrapper .no-integrations.hidden{opacity:0;height:0;padding:0;overflow:hidden}.rdl-integrations-cards-collection .wrapper .cards-wrapper .no-integrations .title{color:#4839a3}.rdl-integrations-cards-collection .wrapper .cards-wrapper .no-integrations .categories,.rdl-integrations-cards-collection .wrapper .cards-wrapper .no-integrations .plataforms{display:flex;flex-wrap:wrap;gap:12px}.rdl-integrations-cards-collection .wrapper .cards-wrapper .no-integrations .plataform-link{font-family:var(--font-family-base),sans-serif;font-size:16px;font-weight:700;line-height:150%;padding:8px 16px;border-radius:999px;border:2px solid #7e8a98;color:#7e8a98;text-decoration:none}@media(min-width:1280px){.rdl-integrations-cards-collection .wrapper .filters-button{display:none}}.bsl-link-list{position:relative;padding-bottom:80px}.bsl-link-list .bsc-link .icon{display:none}@media(min-width:1280px){.bsl-link-list .bsc-link .icon{display:inline-flex}}.bsl-link-list .site-map-header{display:flex;flex-direction:row-reverse;gap:100px;padding-bottom:56px;padding-top:56px;justify-items:center;text-align:center;align-items:center}.bsl-link-list .site-map-header p{margin-top:16px}@media(min-width:1280px){.bsl-link-list .site-map-header{padding-bottom:32px;padding-top:0;justify-items:start;text-align:start}.bsl-link-list .site-map-header p{max-width:630px}.bsl-link-list .site-map-header:before{display:block;content:"";width:630px;height:285px;background-image:url(/img/site-map-header.png);background-size:100%;background-repeat:no-repeat}}@media(min-width:1440px){.bsl-link-list .site-map-header p{max-width:812px}}.bsl-link-list .site-map-list,.bsl-link-list .site-map-list .item-content{display:flex;flex-direction:column;gap:32px}.bsl-link-list .site-map-list .item-content.no-subcategories{gap:12px}.bsl-link-list .site-map-list .item-content.no-subcategories .post-list{padding:0}.bsl-link-list .site-map-list .subitem-list{display:flex;flex-direction:column;gap:32px}.bsl-link-list .site-map-list .item-title,.bsl-link-list .site-map-list .subitem-title{color:#261d5d}.bsl-link-list .site-map-list .post-list{display:flex;flex-direction:column;gap:12px;padding-top:12px}.bsl-link-list .site-map-list .post-list .post-title{color:#6c5ae0}.bsl-materials-hero{position:relative;padding:68px 0 64px}.bsl-materials-hero .background{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(106.74deg,#c3bbff .42%,#d9d4ff);-webkit-clip-path:polygon(65% 35%,100% 0,100% 100%,0 100%,0 42%);clip-path:polygon(65% 35%,100% 0,100% 100%,0 100%,0 42%);z-index:-2}.bsl-materials-hero .hero-content{position:relative}.bsl-materials-hero .hero-content .title{max-width:328px}.bsl-materials-hero .hero-content .description{margin-top:24px;display:block;max-width:240px}.bsl-materials-hero .hero-content .text{margin-top:190px;display:block}.bsl-materials-hero .hero-content .mt-logo-wrapper{top:220px;right:0;margin-top:24px;position:absolute;overflow:hidden;z-index:-1;width:360px;height:300px}.bsl-materials-hero .hero-content .mt-logo-wrapper img{z-index:-1;position:relative;width:563px;height:466px}.bsl-materials-hero .carousel{margin-top:17px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.bsl-materials-hero .carousel::-webkit-scrollbar{display:none}.bsl-materials-hero .carousel .materials-wrapper{display:flex;height:100%}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper{margin-right:24px;min-width:240px;min-height:100%;position:relative;margin-bottom:2px}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper>div{height:100%}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper>div>div{height:100%;box-sizing:border-box}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper>div>div>a{height:100%}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper>div>div>a .title{margin-bottom:0}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper>div>div>a .description{margin-top:4px}@media(min-width:768px){.bsl-materials-hero .hero-content .title{max-width:440px}.bsl-materials-hero .hero-content .description{max-width:390px}.bsl-materials-hero .hero-content .mt-logo-wrapper{top:140px;width:560px;height:450px}}@media(min-width:1280px){.bsl-materials-hero{padding:92px 0 64px}.bsl-materials-hero .hero-content .title{max-width:580px}.bsl-materials-hero .hero-content .description{max-width:600px;margin-top:32px}.bsl-materials-hero .hero-content .text{margin-top:136px}.bsl-materials-hero .hero-content .mt-logo-wrapper{top:0;right:-80px}.bsl-materials-hero .carousel .materials-wrapper{display:grid}.bsl-materials-hero .carousel .materials-wrapper .card-wrapper{margin-right:0}}.rdc-show-case-card{padding:24px 16px;border-radius:4px;max-width:456px;width:100%;min-height:334px;box-sizing:border-box;background-color:#fff;margin:auto;height:100%}.rdc-show-case-card .image-wrapper{margin-bottom:8px;position:relative}.rdc-show-case-card .image-wrapper .btn-wrapper{display:none}.rdc-show-case-card .image-wrapper img{max-width:100%;object-fit:cover;aspect-ratio:1.669291339;height:auto;max-height:254px}.rdc-show-case-card .mobile{margin-top:8px;display:flex;flex-direction:column}.rdc-show-case-card .mobile button{font-weight:700;margin-bottom:8px;line-height:150%;font-size:16px}.rdc-show-case-card .mobile button:after{background-image:url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.55942 4.3109L1.99908 7.87122C1.82737 8.04293 1.54898 8.04293 1.37729 7.87122L0.962031 7.45596C0.790613 7.28454 0.790283 7.00672 0.961298 6.8349L3.78293 3.99999L0.961298 1.1651C0.790283 0.993275 0.790613 0.715456 0.962031 0.544038L1.37729 0.128783C1.549 -0.0429278 1.82738 -0.0429278 1.99908 0.128783L5.5594 3.6891C5.73111 3.8608 5.73111 4.13918 5.55942 4.3109Z' fill='%234839A3'/%3E%3C/svg%3E%0A");content:"";width:6px;height:8px;display:inline-block;margin-left:8px}.rdc-show-case-card:hover .image-wrapper .btn-wrapper{opacity:1;pointer-events:auto}@media(min-width:1280px){.rdc-show-case-card{min-height:unset}.rdc-show-case-card .mobile{display:none}.rdc-show-case-card .image-wrapper .btn-wrapper{position:absolute;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;background:linear-gradient(0deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7));opacity:0;transition:.3s ease-out;pointer-events:none}.rdc-show-case-card:hover .image-wrapper .btn-wrapper{opacity:1;pointer-events:auto}}.rdc-show-case-modal{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;overflow:hidden;outline:0;display:none}.rdc-show-case-modal.show{display:block}.rdc-show-case-modal .modal-dialog{display:grid;grid-template-rows:min-content auto;background-color:transparent;position:relative;margin:25px 0 0;animation:translateModal .3s ease-out;box-sizing:border-box;height:100%}.rdc-show-case-modal .modal-dialog.image{height:100%}.rdc-show-case-modal .modal-dialog.image .modal-content{overflow:auto}.rdc-show-case-modal .modal-dialog .modal-header{text-align:center;position:-webkit-sticky;position:sticky;top:0;width:100%;background-color:transparent;z-index:10}.rdc-show-case-modal .modal-dialog .modal-header .information-box-container{padding:4.5px 0 6.5px}.rdc-show-case-modal .modal-dialog .modal-header .logo-wrapper img{max-width:125px;margin:0 auto;max-height:29px!important;display:block}.rdc-show-case-modal .modal-dialog .modal-header .modal-close{display:flex;margin-left:auto;background-color:hsla(0,0%,100%,.5);border:0;cursor:pointer;padding:15px}.rdc-show-case-modal .modal-dialog .modal-content{background-color:#fff;text-align:center;display:flex;flex-direction:column;gap:20px;height:100%}.rdc-show-case-modal .modal-dialog .modal-content.submit-success{padding:0}.rdc-show-case-modal .modal-dialog .modal-content.submit-success .form-content,.rdc-show-case-modal .modal-dialog .modal-content.submit-success .modal-info{display:none}.rdc-show-case-modal .modal-dialog .modal-content.submit-success .submit-success{display:block}.rdc-show-case-modal .modal-dialog .modal-content .modal-body{height:100%}.rdc-show-case-modal .modal-dialog .modal-content .modal-body .preview-image{width:100%;height:auto}.rdc-show-case-modal .modal-dialog .modal-content .modal-body .preview-page{width:100%;height:calc(100% - 25px)}@keyframes translateModal{0%{transform:translateY(-50px)}to{transform:none}}@media(min-width:768px){.rdc-show-case-modal .modal-dialog{margin:25px 25px 0}}@media(min-width:1280px){.rdc-show-case-modal .information-box-container{padding:6.5px 0}}@media(min-width:1920px){.rdc-show-case-modal .modal-dialog{width:calc(100% - 50px)}}.rdc-information-box{position:-webkit-sticky;position:sticky;width:100%;height:auto;top:0;bottom:0;right:0;left:0;color:#fff;background-color:#261d5d}.rdc-information-box .information-box-container{align-items:center}.rdc-information-box .information-box-container .content-wrapper{display:flex;flex-direction:column;gap:5px}.rdc-information-box .information-box-container .information-box-button{margin:auto}.rdc-information-box .information-box-container .description.description-desktop{display:none}@media(min-width:1280px){.rdc-information-box .information-box-container .content-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:20px}.rdc-information-box .information-box-container .information-box-button{margin:0}.rdc-information-box .information-box-container .description.description-desktop{display:block}.rdc-information-box .information-box-container .description.description-mobile{display:none}}.rdl-show-case-cards-collection{padding:32px 0;background-color:#f1f3f5;position:relative}.rdl-show-case-cards-collection .anchor{position:absolute;top:calc(-1*var(--top-distance))}.rdl-show-case-cards-collection .title{color:#261d5d}.rdl-show-case-cards-collection .cards .cards-wrapper .card,.rdl-show-case-cards-collection .cards .cards-wrapper div:not(.image-wrapper,.btn-wrapper){opacity:1;transform:translateY(0);transition:transform .4s ease,opacity .4s ease-in,height .2s ease}.rdl-show-case-cards-collection .cards .cards-wrapper .card.hidden,.rdl-show-case-cards-collection .cards .cards-wrapper div:not(.image-wrapper,.btn-wrapper).hidden{height:0;opacity:0;pointer-events:none;transform:translateY(-50%);overflow:hidden;position:absolute;transition:transform .4s ease,opacity .4s ease-in,height .2s ease;max-width:0}.rdl-show-case-cards-collection .grid-bottom{position:-webkit-sticky;position:sticky;bottom:0}.rdl-show-case-cards-collection .grid-bottom.hidden{display:none}.rdl-show-case-cards-collection .grid-bottom .button-to-top{margin-left:auto}@media(min-width:1280px){.rdl-show-case-cards-collection .filter-wrapper{margin-top:30px;padding:0}.rdl-show-case-cards-collection .grid-bottom{bottom:30px}}.bsc-paywall{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:9999999;width:100%;height:100vh;overflow:hidden;outline:0;display:none;align-items:center;justify-content:center;overflow-y:auto}.bsc-paywall.active{display:flex}.bsc-paywall .box{width:600px;margin:0 24px;background-color:#fff;box-sizing:border-box;border-radius:2px;box-shadow:0 12px 24px 0 rgba(33,36,41,.2)}.bsc-paywall .box .head{display:flex;justify-content:space-between;margin-bottom:20px;padding:24px 24px 0}.bsc-paywall .box .head h2{font-family:var(--font-family-base),sans-serif;font-size:28px;font-weight:700;line-height:130%;letter-spacing:-1%}.bsc-paywall .box .head button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;cursor:pointer;background:none}.bsc-paywall .box .content{display:flex;flex-direction:column;padding:24px 24px 34px}.bsc-paywall .box .content .field{margin-bottom:0;width:100%}.bsc-paywall .box .content .step{text-align:center}.bsc-paywall .box .content ul{margin-top:34px;list-style:disc;padding-left:20px}.bsc-paywall .box .content ul li span{color:#4839a3}.bsc-paywall .box .content p.success{font-size:20px;line-height:120%;font-weight:700}.bsc-paywall .box .content p span{color:#806eff}.bsc-paywall .box .content button{align-self:center}.bsc-paywall .simple-form-paywall{display:flex;flex-direction:column;justify-content:center;font-size:10px}.bsc-paywall .simple-form-paywall .disclaimer{text-align:center}.bsc-paywall .simple-form-paywall .disclaimer li{display:block;list-style:none}.bsc-paywall .simple-form-paywall .disclaimer li a.privacy-policy{color:#000;text-decoration:underline}.bsc-paywall .simple-form-paywall .disclaimer li,.bsc-paywall .simple-form-paywall .disclaimer span{line-height:20px;font-size:10px}.bsc-paywall .simple-form-paywall .btn-submit{margin:32px auto}.bsc-text-area{box-sizing:border-box;display:flex;flex-direction:column}.bsc-text-area.inversed .label{color:#fff}.bsc-text-area.inversed textarea{border:1px solid #bec4cb;box-shadow:none}.bsc-text-area.inversed textarea:active,.bsc-text-area.inversed textarea:focus{box-shadow:0 0 0 4px #e1e4e8,inset 4px 4px 0 0 #f1f3f5}.bsc-text-area.inversed .helper{color:#fff}.bsc-text-area.alert textarea{border:1px solid #e34263}.bsc-text-area.alert .helper{color:#e34263}.bsc-text-area.alert.inversed textarea{border:1px solid #f58491}.bsc-text-area.alert.inversed .helper{color:#f58491}.bsc-text-area.disabled textarea{background:#e1e4e8;border:1px solid #bec4cb;box-shadow:none}.bsc-text-area.small .label{font-size:14px}.bsc-text-area.small textarea{font-size:14px;line-height:140%}.bsc-text-area.small .helper{font-size:12px}.bsc-text-area .label{margin-bottom:12px;font-size:16px;font-weight:700;line-height:100%;color:#212429}.bsc-text-area textarea{background:#fff;font-family:var(--font-family-base),sans-serif;font-size:16px;font-weight:400;line-height:150%;color:#212429;outline:none;padding:12px;box-sizing:border-box;resize:vertical;height:106px;border:1px solid #000;box-shadow:inset 4px 4px 0 0 #f1f3f5}.bsc-text-area textarea::-webkit-scrollbar{width:12px}.bsc-text-area textarea::-webkit-scrollbar-track{background:transparent;margin:8px 0}.bsc-text-area textarea::-webkit-scrollbar-thumb{background-color:#e1e4e8;border-left:1px solid transparent;border-right:1px solid transparent;border-radius:9999px;padding:0 2px;background-clip:padding-box}.bsc-text-area textarea::placeholder{color:#636e7c}.bsc-text-area textarea:hover{background:#f1f3f5}.bsc-text-area textarea:active,.bsc-text-area textarea:focus{box-shadow:inset 4px 4px 0 0 #f1f3f5,0 0 0 4px #e1e4e8}.bsc-text-area .helper{font-family:var(--font-family-base),sans-serif;font-weight:400;line-height:100%;opacity:.88;margin-top:12px;color:#212429;font-size:14px}.rdl-tools-ai .nav-breadcrumbs{padding:0}.rdl-tools-ai .nav-breadcrumbs .nav-breadcrumbs-items{margin:0 0 32px}.rdl-tools-ai .tools-form-container{padding:48px 24px}.rdl-tools-ai .tools-form-container .tools-content{display:flex;flex-direction:column;gap:12px;padding-bottom:32px;border-bottom:1px solid #f1f3f5}.rdl-tools-ai .tools-form-container .tools-content .icon,.rdl-tools-ai .tools-form-container .tools-content .tools-title{display:inline-flex;align-items:center}.rdl-tools-ai .tools-form-container .tools-content .tools-title{color:#4839a3}.rdl-tools-ai .tools-form-container .tools-content .tools-title .icon{margin-right:12px}.rdl-tools-ai .tools-form-container .tools-form .input-label{display:flex;flex-direction:column;gap:8px;margin:32px 0;cursor:pointer}.rdl-tools-ai .tools-form-container .tools-form .input-label textarea{min-height:56px}.rdl-tools-ai .tools-form-container .tools-form .buttons-wrapper{display:flex;justify-content:space-between;padding-top:32px;border-top:1px solid #f1f3f5}.rdl-tools-ai .tools-form-container .tools-form .buttons-wrapper .btn-restart:disabled{background-color:transparent}.rdl-tools-ai .tools-form-container .tools-form .buttons-wrapper .btn-submit .right-icon{display:none}.rdl-tools-ai .tools-prompt{display:flex;flex-direction:column;gap:24px;padding:48px 24px;border-radius:4px;background:linear-gradient(66deg,#19c1ce 54.35%,#06d9df 90.18%);color:#fff}.rdl-tools-ai .tools-prompt .tools-label-prompt{height:100%}.rdl-tools-ai .tools-prompt .tools-label-prompt textarea{height:100%;min-height:151px}.rdl-tools-ai .tools-prompt .buttons-wrapper{display:flex;justify-content:space-between;gap:12px}.rdl-tools-ai .tools-prompt .buttons-wrapper .content-tooltip{opacity:0;pointer-events:none;z-index:-1}.rdl-tools-ai .tools-prompt .buttons-wrapper .content-tooltip.show{opacity:1;pointer-events:all;z-index:1}.rdl-tools-ai .tools-prompt .buttons-wrapper .btn-copy:before{content:"";margin-right:8px;width:20px;height:20px;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6663 3.3335H7.49967V12.5002H16.6663V3.3335ZM4.99967 7.50016H3.33301V9.16683V15.0002V16.6668H4.99967H10.833H12.4997V15.0002V13.3335H10.833V15.0002H4.99967V9.16683H6.66634V7.50016H4.99967Z" fill="black"/></svg>')}.rdl-tools-ai .tools-prompt .buttons-wrapper .btn-copy.disabled:before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6663 3.3335H7.49967V12.5002H16.6663V3.3335ZM4.99967 7.50016H3.33301V9.16683V15.0002V16.6668H4.99967H10.833H12.4997V15.0002V13.3335H10.833V15.0002H4.99967V9.16683H6.66634V7.50016H4.99967Z" fill="%2397A1AC"/></svg>')}.rdl-tools-ai .tools-prompt .buttons-wrapper .btn-restart{color:#fff}.rdl-tools-ai .tools-prompt .buttons-wrapper .btn-restart:before{content:"";margin-right:8px;width:20px;height:20px;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.87304 6.63349L8.57226 8.33271L7.85805 9.04691H3.09668V4.28554L3.81089 3.57133L5.52498 5.28543C8.12886 2.68155 12.3486 2.68155 14.9525 5.28543C17.5564 7.8893 17.5564 12.1091 14.9525 14.7129C12.3486 17.3168 8.12886 17.3168 5.52498 14.7129L6.87304 13.3649C8.73296 15.2248 11.7475 15.2248 13.6074 13.3649C15.4673 11.505 15.4673 8.49043 13.6074 6.63051C11.7475 4.7706 8.73296 4.7706 6.87304 6.63051V6.63349Z" fill="white"/></svg>')}.rdl-tools-ai #modal-tools-signup.show{display:flex;justify-content:center;align-items:center;height:100%}.rdl-tools-ai #modal-tools-signup .modal-dialog{max-width:375px;height:auto;padding:24px}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-header.no-logo .modal-close{padding:8px 16px}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-header.no-logo .modal-close svg{display:none}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-header.no-logo .modal-close:after{content:"";display:block;width:20px;height:20px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.3713 6.2111L16.3333 5.25327L14.4134 3.33337L13.4556 4.2912L9.66667 8.08014L5.87773 4.29544L4.9199 3.33337L3 5.25327L3.95783 6.2111L7.74677 10L3.96207 13.789L3 14.7468L4.9199 16.6667L5.87773 15.7089L9.66667 11.9199L13.4556 15.7089L14.4134 16.6667L16.3333 14.7468L15.3755 13.789L11.5866 10L15.3755 6.2111H15.3713Z" fill="%2300121A"/></svg>')}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-content{text-align:left;padding:0;gap:24px}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-content .modal-info{padding:8px 0}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-content .modal-body a,.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-content .modal-body button{margin-top:32px}.rdl-tools-ai #modal-tools-signup .modal-dialog .modal-content .modal-body a{width:auto}@media(min-width:768px){.rdl-tools-ai .tools-form-container,.rdl-tools-ai .tools-prompt{padding:48px}}@media(min-width:1280px){.rdl-tools-ai .tools-form-container{padding:48px 80px}.rdl-tools-ai .tools-form-container .tools-form .input-label textarea{min-height:80px;resize:none}.rdl-tools-ai .tools-form-container .tools-form .buttons-wrapper .btn-restart:before{content:"";margin-right:8px;width:20px;height:20px;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.87304 6.63349L8.57226 8.33271L7.85805 9.04691H3.09668V4.28554L3.81089 3.57133L5.52498 5.28543C8.12886 2.68155 12.3486 2.68155 14.9525 5.28543C17.5564 7.8893 17.5564 12.1091 14.9525 14.7129C12.3486 17.3168 8.12886 17.3168 5.52498 14.7129L6.87304 13.3649C8.73296 15.2248 11.7475 15.2248 13.6074 13.3649C15.4673 11.505 15.4673 8.49043 13.6074 6.63051C11.7475 4.7706 8.73296 4.7706 6.87304 6.63051V6.63349Z" fill="black"/></svg>')}.rdl-tools-ai .tools-form-container .tools-form .buttons-wrapper .btn-restart.disabled:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M6.87304 6.63349L8.57226 8.33271L7.85805 9.04691H3.09668V4.28554L3.81089 3.57133L5.52498 5.28543C8.12886 2.68155 12.3486 2.68155 14.9525 5.28543C17.5564 7.8893 17.5564 12.1091 14.9525 14.7129C12.3486 17.3168 8.12886 17.3168 5.52498 14.7129L6.87304 13.3649C8.73296 15.2248 11.7475 15.2248 13.6074 13.3649C15.4673 11.505 15.4673 8.49043 13.6074 6.63051C11.7475 4.7706 8.73296 4.7706 6.87304 6.63051V6.63349Z" fill="%2397A1AC"/></svg>')}.rdl-tools-ai .tools-form-container .tools-form .buttons-wrapper .btn-submit .right-icon{display:inline-block}.rdl-tools-ai .tools-prompt{padding:48px 80px}.rdl-tools-ai .tools-prompt .buttons-wrapper{justify-content:flex-end}}@media(min-width:1608px){.rdl-tools-ai .tools-form-container{margin-left:calc(50vw - 724px);padding-left:0}.rdl-tools-ai .tools-prompt{padding-right:calc(50vw - 724px)}}.bsl-tools-hero{padding:96px 0 56px;background:linear-gradient(180deg,#fff 9.12%,hsla(0,0%,100%,.709) 44.4%,hsla(0,0%,100%,0)),linear-gradient(98.6deg,#d9d4ff -5.44%,#ada1ff);position:relative;overflow:hidden}.bsl-tools-hero .element1-hero,.bsl-tools-hero .element2-hero{position:absolute}.bsl-tools-hero .element1-hero{top:27px;left:-92px}.bsl-tools-hero .element2-hero{bottom:18px;right:-92px}.bsl-tools-hero .hero-content{position:relative}.bsl-tools-hero .hero-content .title{text-align:center}.bsl-tools-hero .hero-content .description{margin-top:24px;display:block;text-align:center}.bsl-tools-hero .hero-content .text{margin-top:190px;display:block}.bsl-tools-hero .carousel{margin-top:102px;position:relative;z-index:5}.bsl-tools-hero .carousel::-webkit-scrollbar{display:none}.bsl-tools-hero .carousel .materials-wrapper{display:flex;height:100%;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;gap:24px}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper{width:100%;min-width:272px;min-height:100%;position:relative;margin-bottom:2px}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper>div{height:100%}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper>div>div{height:100%;box-sizing:border-box}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper>div>div>a{height:100%}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper>div>div>a .title{margin-bottom:0}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper>div>div>a .description{margin-top:4px}@media(min-width:768px){.bsl-tools-hero{padding:72px 0 104px}.bsl-tools-hero .carousel{margin-top:40px}}@media(min-width:1280px){.bsl-tools-hero{padding:100px 0 104px}.bsl-tools-hero .carousel{margin-top:98px}.bsl-tools-hero .carousel .materials-wrapper{display:grid;overflow:hidden}.bsl-tools-hero .carousel .materials-wrapper .card-wrapper{width:100%;min-width:290px;margin-right:0}}.rdl-topics-list-demo{padding:120px 0}.rdl-topics-list-demo .topics-title{margin-bottom:80px}.rdl-topics-list-demo .topics-title.text-center{text-align:center}.rdl-topics-list-demo .topics-title .title{text-align:left}.rdl-topics-list-demo .filter-wrapper{margin-bottom:46px}.rdl-topics-list-demo.dark{background:#100c27;color:#fff}.rdl-topics-list-demo.dark .card-top svg *{fill:#fff}.rdl-topics-list-demo.light{background:#fff;color:#261d5d}.rdl-topics-list-demo.light .card-top svg *{fill:#261d5d}.rdl-topics-list-demo.light .card-caption{color:#100c27}.rdl-topics-list-demo.grayscale{background:#f1f3f5;color:#261d5d}.rdl-topics-list-demo.grayscale .card-top svg *{fill:#261d5d}.rdl-topics-list-demo.grayscale .card-caption{color:#100c27}.rdl-topics-list-demo .cards-wrapper .card,.rdl-topics-list-demo .cards-wrapper div{opacity:1;transform:translateY(0);transition:transform .4s ease,opacity .4s ease-in,height .2s ease}.rdl-topics-list-demo .cards-wrapper .card.hidden,.rdl-topics-list-demo .cards-wrapper div.hidden{height:0;opacity:0;pointer-events:none;transform:translateY(-50%);overflow:hidden;position:absolute;transition:transform .4s ease,opacity .4s ease-in,height .2s ease;max-width:0}.rdl-topics-list-demo .cards-wrapper .card{column-gap:24px;text-decoration:none}.rdl-topics-list-demo .cards-wrapper .card,.rdl-topics-list-demo .cards-wrapper .card .card-top{display:flex;flex-direction:column;gap:24px}.rdl-topics-list-demo .cards-wrapper .card .card-top.media img,.rdl-topics-list-demo .cards-wrapper .card .card-top.media svg,.rdl-topics-list-demo .cards-wrapper .card .card-top.media video{width:100%;height:100%}.rdl-topics-list-demo .cards-wrapper .card .card-title{color:#261d5d}.rdl-topics-list-demo .cards-wrapper .card .card-categories{display:flex;flex-wrap:wrap;gap:20px}.rdl-topics-list-demo .cards-wrapper .card .card-categories span{background:#c3bbff;color:#000;text-transform:uppercase;padding:4px 8px;border-radius:2px}.rdl-topics-list-demo .cards-wrapper .card .card-link{width:max-content}.rdl-topics-list-demo .cards-wrapper .card .card-link:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;bottom:0;right:0}.rdl-topics-list-demo .cards-wrapper .card .card-description ul{list-style:initial;list-style-position:inside;line-height:150%}.rdl-topics-list-demo .cards-wrapper .card .card-description ul em{font-style:italic}.rdl-topics-list-demo .cards-wrapper .card .card-caption,.rdl-topics-list-demo .cards-wrapper .card .card-description{color:#212429}@media(min-width:768px){.rdl-topics-list-demo .cards-wrapper .card .card-top.media img,.rdl-topics-list-demo .cards-wrapper .card .card-top.media svg,.rdl-topics-list-demo .cards-wrapper .card .card-top.media video{object-fit:cover;aspect-ratio:6/5;max-height:160px}}@media(max-width:768px){.rdl-topics-list-demo .container{padding:80px 0}}.bsc-card-title{display:block;padding:24px;background:#f1f3f5;box-shadow:none;text-decoration:none;transition:background-color .2s,box-shadow .2s}.bsc-card-title .card-icon{width:30px;height:30px;padding:5px;box-sizing:border-box}.bsc-card-title .title{display:block;margin-top:16px;color:#000;transition:font-weight .2s}.bsc-card-title .bsc-link,.bsc-card-title .description{margin-top:0;opacity:0;max-height:0;box-shadow:none;transition:opacity .3s,max-height .3s,margin-top .3s;overflow:hidden}.bsc-card-title .description{display:block}.bsc-card-title .bsc-link{display:inline-flex}.bsc-card-title:hover{background:#d9d4ff;box-shadow:0 2px 6px 0 rgba(33,36,41,.1)}.bsc-card-title:hover .title{font-weight:700}.bsc-card-title:hover .bsc-link,.bsc-card-title:hover .description{opacity:1;max-height:100px}.bsc-card-title:hover .description{margin-top:8px}.bsc-card-title:hover .bsc-link{margin-top:16px}.bsl-trails-hub{padding:72px 0 64px}.bsl-trails-hub.expanded{padding:72px 0 56px}.bsl-trails-hub .head{margin-bottom:102px}.bsl-trails-hub .head .title{text-align:center}.bsl-trails-hub .head .description{text-align:center;margin-top:16px}.bsl-trails-hub .trail{margin-bottom:16px}.bsl-trails-hub .more-trails{margin-top:28px}.bsl-trails-hub .more-trails>button{display:flex;justify-content:center;align-items:center;margin:0 auto;gap:8px;color:#000!important;border:1px solid #000!important}.bsl-trails-hub .more-trails>button:hover{background:#e1e4e8!important}.bsl-trails-hub .icon svg{width:14px;height:14px;position:relative;top:1px}@media(min-width:768px){.bsl-trails-hub.expanded{padding:72px 0 32px}.bsl-trails-hub .head{margin-bottom:56px}.bsl-trails-hub .trail{margin-bottom:40px}.bsl-trails-hub .more-trails{margin-top:4px}}@media(min-width:1280px){.bsl-trails-hub{padding:72px 0}.bsl-trails-hub .icon svg{width:17px;height:17px;top:2px}}