html{background-color:var(--background);height:100%;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:15px;overflow-x:hidden}@media (min-width:1024px){html{font-size:16px}}body{height:100%;margin:0;padding:0;font-family:inherit}button{font-family:inherit}.s30f9c23d__wrapper{flex-direction:column;min-width:360px;max-width:2048px;height:100%;margin:0 auto;display:flex}main{flex:1;width:100%}.s30f9c23d__container{width:calc(100% - 24px);max-width:1200px;margin:0 auto;padding:0 12px}.s30f9c23d__container .s30f9c23d__container{width:100%;padding:0}@media (min-width:768px){.s30f9c23d__container{width:calc(100% - 32px);padding:0 16px}}.s30f9c23d__logo{align-items:center;max-width:200px;text-decoration:none;transition:opacity .3s;display:flex}.s30f9c23d__logo[href]:hover{opacity:.8;text-decoration:none}.s30f9c23d__logo__image{line-height:0}.s30f9c23d__logo img{object-fit:contain;object-position:left;max-width:100%;max-height:80%;width:initial;height:initial}.s30f9c23d__logo__text{flex-direction:column;gap:1px;padding:0 5px;font-size:20px;font-weight:700;line-height:1;display:flex}@media (min-width:480px){.s30f9c23d__logo__text{padding:0 12px}}@media (min-width:768px){.s30f9c23d__logo__text{padding:0 16px;font-size:25px}}
.s30f9c23d__dialog{z-index:1500;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.s30f9c23d__dialog--open{justify-content:center;align-items:center;display:flex}.s30f9c23d__dialog__overlay{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;position:absolute;top:0;left:0}.s30f9c23d__dialog__content{z-index:300;width:auto;position:relative}[data-dialog-open=true]{justify-content:center;align-items:center;display:flex}
.s30f9c23d__input{flex-direction:column;width:100%;display:flex;position:relative}.s30f9c23d__input__control{border-radius:12px;width:100%;height:56px;padding:0 20px;font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.6;display:flex}@media (min-width:768px){.s30f9c23d__input__control{font-size:1.25rem}}.s30f9c23d__input__control{font-weight:400;line-height:1.5}.s30f9c23d__input__control--textarea{min-height:80px;padding:16px 20px}.s30f9c23d__input__control::-ms-input-placeholder{color:rgba(24,23,31,.698)}.s30f9c23d__input__control::placeholder{color:rgba(24,23,31,.698)}.s30f9c23d__input__hint{z-index:1;color:#fff;font-size:.75rem;font-weight:400;line-height:1.5;position:absolute;bottom:-11px;left:0}@media (min-width:768px){.s30f9c23d__input__hint{font-size:.875rem}}.s30f9c23d__input__hint{display:none}[data-input-control-success=true]{border:2px solid #16b53e}[data-input-control-error=true]{border:2px solid #ff383c}[data-input-hint-show=true]{display:flex}[data-input-hint-success=true]{color:#16b53e}[data-input-hint-error=true]{color:#ff383c}
.s30f9c23d__loader{box-sizing:border-box;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;width:20px;height:20px;animation:1s linear infinite rotation;display:none}[data-loader-show=true]{display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.s30f9c23d__button{opacity:1;z-index:2;justify-content:center;align-items:center;display:inline-flex;position:relative}.s30f9c23d__button__inner{justify-content:center;align-items:center;gap:10px;display:inline-flex}.s30f9c23d__button{cursor:pointer;vertical-align:middle;color:var(--text_color);border-radius:30px;padding:10px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none}@media (min-width:768px){.s30f9c23d__button{padding:8px 16px;font-size:16px;line-height:24px}}.s30f9c23d__button:hover{opacity:.8}.s30f9c23d__button--main{background-color:var(--primary)}.s30f9c23d__button--secondary{border:1px solid var(--primary);background:0 0}
.s30f9c23d__header{z-index:1000;width:100%;margin-bottom:-72px;padding:4px 0;position:sticky;top:0;left:0}@media (min-width:768px){.s30f9c23d__header{margin-bottom:-80px;padding:8px 0}}.s30f9c23d__header__menu-button{cursor:pointer;width:40px;height:40px;color:var(--text_color);background-color:transparent;border:none;justify-content:center;align-items:center;transition:color .3s;display:flex}.s30f9c23d__header__menu-button:hover,.s30f9c23d__header__menu-button:active{color:var(--primary)}@media (min-width:768px){.s30f9c23d__header__menu-button{display:none}}.s30f9c23d__header__menu-icon-close,.s30f9c23d__header[data-open] .s30f9c23d__header__menu-icon-open{display:none}.s30f9c23d__header[data-open] .s30f9c23d__header__menu-icon-close{display:block}.s30f9c23d__header__logo{z-index:2;max-width:110px;margin-right:auto;position:relative}@media (min-width:768px){.s30f9c23d__header__logo{max-width:initial;margin-right:0}}.s30f9c23d__header__content{background-color:var(--header_background);border:1px solid rgba(255,255,255,.1);border-radius:31px;justify-content:space-between;align-items:center;height:54px;padding:0 8px;display:flex;position:relative}@media (min-width:768px){.s30f9c23d__header__content{height:62px;padding:0 16px}}.s30f9c23d__header__nav{background-color:var(--header_background);box-sizing:border-box;border-radius:0 0 24px 24px;align-items:center;gap:1rem;width:100%;padding:40px 20px;display:none;position:absolute;top:calc(100% - 20px);left:0}.s30f9c23d__header[data-open] .s30f9c23d__header__nav{justify-content:center;display:flex}@media (min-width:768px){.s30f9c23d__header__nav{background-color:transparent;width:auto;padding:0;display:flex;position:static}}.s30f9c23d__header__nav ul{flex-direction:column;align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.s30f9c23d__header__nav ul{flex-direction:row}}.s30f9c23d__header__nav-item{align-items:center;display:flex}@media (min-width:768px){.s30f9c23d__header__nav-item--footer{display:none}}.s30f9c23d__header__nav .s30f9c23d__button{letter-spacing:0;color:#fff;vertical-align:middle;background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:0;font-size:18px;font-weight:600;line-height:24px;text-decoration:none;display:inline-flex}.s30f9c23d__header__nav .s30f9c23d__button:hover{opacity:.85}.s30f9c23d__header__nav .s30f9c23d__button[aria-current=page]{opacity:1;text-underline-offset:8px;text-decoration:underline;text-decoration-thickness:2px}.s30f9c23d__header__actions{z-index:2;align-items:center;gap:.5rem;display:flex;position:relative}.s30f9c23d__header+main{padding-top:80px}.s30f9c23d__header+main>.s30f9c23d__page .s30f9c23d__hero{margin-top:-80px;padding-top:100px}
.s30f9c23d__page{flex-direction:column;gap:2rem;padding-bottom:2rem;display:flex}
.s30f9c23d__content{width:100%;color:var(--text_color);line-height:1.5}.s30f9c23d__content h2{margin:.84rem 0 .56rem;font-size:1.8rem;font-weight:500;line-height:1.2}.s30f9c23d__content p{margin:1rem 0;line-height:1.5}.s30f9c23d__content a{color:var(--link_color)}.s30f9c23d__content ol,.s30f9c23d__content ul{padding-left:1.5rem}.s30f9c23d__content ol li+li,.s30f9c23d__content ul li+li{margin-top:.5rem}.s30f9c23d__content .s30f9c23d__table-wrap{width:100%;margin:1.5rem 0;overflow-x:auto}.s30f9c23d__content table{min-width:100%;border-collapse:separate!important;border-spacing:0!important;color:var(--text_color)!important;table-layout:fixed!important;text-align:left!important;vertical-align:top!important;table-layout:fixed!important}.s30f9c23d__content th,.s30f9c23d__content td{padding:.75rem;font-size:1rem;border:none!important;border-left:1px solid color-mix(in srgb, var(--text_color) 10%, transparent)!important;border-bottom:1px solid color-mix(in srgb, var(--text_color) 10%, transparent)!important;white-space:normal!important;vertical-align:top!important;width:1%!important}@media (min-width:768px){.s30f9c23d__content th,.s30f9c23d__content td{padding:1rem 1.5rem}}.s30f9c23d__content th>*,.s30f9c23d__content td>*{margin:0!important}.s30f9c23d__content th:last-child,.s30f9c23d__content td:last-child{border-right:1px solid color-mix(in srgb, var(--text_color) 10%, transparent)!important}.s30f9c23d__content th{font-size:1.1rem;font-weight:600;background-color:var(--primary)!important;border-left:1px solid color-mix(in srgb, var(--primary) 90%, #fff)!important;border-bottom:1px solid color-mix(in srgb, var(--primary) 90%, #fff)!important}.s30f9c23d__content th:last-child{border-right:1px solid color-mix(in srgb, var(--primary) 90%, #fff)!important}.s30f9c23d__content tr:first-child th,.s30f9c23d__content tr:first-child td{border-top:1px solid color-mix(in srgb, var(--text_color) 10%, transparent)!important}.s30f9c23d__content tr:first-child th:first-child,.s30f9c23d__content tr:first-child td:first-child{border-top-left-radius:1.5rem!important}.s30f9c23d__content tr:first-child th:last-child,.s30f9c23d__content tr:first-child td:last-child{border-top-right-radius:1.5rem!important}.s30f9c23d__content tr:first-child th{border-top:1px solid color-mix(in srgb, var(--primary) 90%, #fff)!important}.s30f9c23d__content tr:last-child td:first-child{border-bottom-left-radius:1.5rem!important}.s30f9c23d__content tr:last-child td:last-child{border-bottom-right-radius:1.5rem!important}.s30f9c23d__content .s30f9c23d__table-wrap thead+tbody>tr:first-child td{border-radius:0!important}.s30f9c23d__content img{max-width:100%;height:auto}
.s30f9c23d__faq{width:100%}.s30f9c23d__faq__title{text-align:center;color:var(--text_color);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.4}@media (min-width:768px){.s30f9c23d__faq__title{font-size:2.625rem}}.s30f9c23d__faq__list{flex-direction:column;display:flex}.s30f9c23d__faq__trigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;font-weight:500;display:flex}.s30f9c23d__faq__trigger-text{flex:1;padding-right:1rem;font-size:1.125rem}.s30f9c23d__faq__trigger-icon{flex-shrink:0;width:20px;height:20px;transition:transform .2s}.s30f9c23d__faq__item[data-expanded] .s30f9c23d__faq__trigger-icon{transform:rotate(180deg)}.s30f9c23d__faq__panel{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.s30f9c23d__faq__item[data-expanded] .s30f9c23d__faq__panel{grid-template-rows:1fr}.s30f9c23d__faq__panel-inner{min-height:0;overflow:hidden}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__list{gap:8px}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__item{border-radius:24px}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__trigger{background-color:var(--primary);color:var(--text_color);border:none;border:1px solid color-mix(in srgb, var(--primary) 90%, #fff);border-radius:24px;padding:20px 24px;transition:border-radius .2s .2s}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__trigger:hover{filter:brightness(1.05)}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__trigger:focus-visible{outline-offset:2px;outline:2px solid #fff}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__trigger-icon{color:var(--text_color)}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__item[data-expanded] .s30f9c23d__faq__trigger{border-radius:24px 24px 0 0;transition-delay:0s}.s30f9c23d__faq.s30f9c23d__faq--faq-1 .s30f9c23d__faq__answer{background-color:color-mix(in srgb, var(--text_color) 5%, transparent);color:color-mix(in srgb, var(--text_color) 85%, transparent);white-space:pre-wrap;border:1px solid color-mix(in srgb, var(--text_color) 10%, transparent);border-top:none;border-radius:0 0 24px 24px;padding:20px 24px;line-height:1.5}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__list{border:1px solid color-mix(in srgb, var(--text_color) 18%, transparent);gap:0;overflow:hidden}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__item{border-radius:0}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__item+.s30f9c23d__faq__item{border-top:1px solid color-mix(in srgb, var(--text_color) 14%, transparent)}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__trigger{color:var(--text_color);background-color:transparent;border:none;border-radius:0;padding:18px 20px;transition:background-color .2s}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__trigger:hover{background-color:color-mix(in srgb, var(--text_color) 6%, transparent)}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__trigger-icon{color:var(--primary)}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__item[data-expanded] .s30f9c23d__faq__trigger{background-color:color-mix(in srgb, var(--text_color) 4%, transparent)}.s30f9c23d__faq.s30f9c23d__faq--faq-2 .s30f9c23d__faq__answer{border-left:3px solid var(--primary);color:color-mix(in srgb, var(--text_color) 80%, transparent);white-space:pre-wrap;background-color:transparent;border:none;border-radius:0;padding:18px 20px;line-height:1.55}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__list{gap:16px}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__item{background-color:color-mix(in srgb, var(--text_color) 8%, transparent);box-shadow:0 4px 6px -1px rgba(0,0,0,.25),0 2px 4px -2px rgba(0,0,0,.2)}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__trigger{background-color:color-mix(in srgb, var(--text_color) 5%, transparent);color:var(--text_color);border:none;padding:20px;transition:background-color .2s;position:relative}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__trigger:before{content:"";aspect-ratio:1;background-color:color-mix(in srgb, var(--primary) 70%, transparent);z-index:1;height:100%;position:absolute;top:0;right:0}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__trigger:hover{background-color:color-mix(in srgb, var(--text_color) 10%, transparent)}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__trigger-text{padding-right:2rem}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__trigger-icon{z-index:2;color:color-mix(in srgb, var(--text_color) 70%, transparent);position:relative}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__item[data-expanded] .s30f9c23d__faq__trigger{transition-delay:0s}.s30f9c23d__faq.s30f9c23d__faq--faq-3 .s30f9c23d__faq__answer{background-color:color-mix(in srgb, var(--text_color) 4%, transparent);color:color-mix(in srgb, var(--text_color) 82%, transparent);white-space:pre-wrap;border:none;border-top:1px solid color-mix(in srgb, var(--text_color) 12%, transparent);padding:16px 20px;line-height:1.55}
.s30f9c23d__footer{background-color:var(--footer_background);width:100%;padding:12px 0}.s30f9c23d__footer__top{justify-content:space-between;align-items:center;padding:12px 0 16px;display:flex}.s30f9c23d__footer__nav{padding:12px 0;display:none}@media (min-width:768px){.s30f9c23d__footer__nav{display:block}}.s30f9c23d__footer__nav ul{flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.s30f9c23d__footer__nav .s30f9c23d__button:hover{opacity:.85}.s30f9c23d__footer__bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:12px 0;display:flex}.s30f9c23d__footer__copyright{color:color-mix(in srgb, var(--text_color) 70%, transparent);font-size:14px;font-weight:400;line-height:20px}.s30f9c23d__footer__support-email{color:var(--text_color);font-size:16px;font-weight:600;line-height:24px;text-decoration:none;transition:color .3s}.s30f9c23d__footer__support-email:hover{color:color-mix(in srgb, var(--text_color) 70%, transparent);text-decoration:underline}