@charset "UTF-8";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-size:16px;line-height:1.5;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../inter-latin-300-normal.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../inter-latin-400-normal.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../inter-latin-500-normal.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../inter-latin-600-normal.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../inter-latin-700-normal.woff) format("woff")}.checkbox-round{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;width:24px;height:24px;border-radius:8px;background-color:#f3f8fa;border:1px solid #dde3e6;cursor:pointer;transition:background-color .15s,border-color .15s}.checkbox-round:checked{background-color:#0b3948;border-color:#0b3948;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11.0398L10.9762 15L17 9' stroke='white' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.checkbox-square{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;width:15px;height:15px;border-radius:0;background-color:transparent;border:1px solid #919191;cursor:pointer}.checkbox-square:checked{background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2727 3.71722C12.5743 3.30543 12.5024 2.71365 12.1121 2.39545C11.7217 2.07724 11.1608 2.15311 10.8591 2.5649L6.4522 8.58137L4.48871 6.27984C4.15871 5.89302 3.59394 5.86167 3.22727 6.2098C2.8606 6.55794 2.83088 7.15374 3.16088 7.54055L5.8405 10.6815C6.0177 10.8892 6.27316 11.0032 6.53787 10.9928C6.80258 10.9823 7.04923 10.8484 7.2112 10.6273L12.2727 3.71722Z' fill='%237886A1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(11,25,35,.55);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.popup_show{opacity:1;visibility:visible}.popup__content{position:relative;width:100%;max-width:620px;background:#fff;border-radius:14px;padding:26px 30px;box-shadow:0 30px 80px #00000040}.popup__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #e5e7eb;margin-bottom:18px}.popup__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#0b3948;padding:0;border-radius:6px}.popup__close:hover{background:#f3f4f6}.popup__close svg{width:22px;height:22px}.popup__body{display:flex;flex-direction:column}.popup__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e5e7eb}.popup__row:last-child{border-bottom:none}.popup__label p{font-size:15px;font-weight:700;color:#0b3948}.popup__value p{font-size:15px;color:#0b3948}.popup__footer{display:flex;justify-content:flex-end;margin-top:16px}.popup__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 26px;background:#0B3948;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer}.popup__btn:hover{background:#0a2e3a}@media (max-width: 29.99875em){.popup{padding:12px}.popup__content{padding:20px 18px;border-radius:10px}.popup__title h2{font-size:20px}.popup__row{padding:12px 0}}html.popup-show{overflow:hidden}.faq__item{border-bottom:1px solid #eeeae5;padding-inline:10px}.faq__item:last-child{border-bottom:0}.faq__item>summary{list-style:none}.faq__item>summary::-webkit-details-marker{display:none}.faq__item-trigger{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:27.5px 0;cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width: 47.99875em){.faq__item-trigger{padding:18px 0}}.faq__item-q{flex:1;min-width:0}.faq__item-q h3{font-size:20px}@media (max-width: 61.99875em){.faq__item-q h3{font-size:18px}}@media (max-width: 47.99875em){.faq__item-q h3{font-size:16px}}.faq__item-chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .25s ease}.faq__item-chevron svg{display:block}.faq__item[open] .faq__item-chevron{transform:rotate(180deg)}.faq__item-body{overflow:hidden}.faq__item-a{padding:0 0 15px;margin-top:-5px}.faq__item-a p{font-size:18px;line-height:1.4;color:#0b3948}@media (max-width: 61.99875em){.faq__item-a p{font-size:18px}}@media (max-width: 47.99875em){.faq__item-a p{font-size:16px}}.page__back{display:inline-flex;align-items:center;gap:6px;font-size:16px;color:#0b3948;text-decoration:none;padding-block:1px}.page__back svg{width:22px;height:22px}@media (max-width: 61.99875em){.page__back-label{display:none}}.wrapper{display:flex;flex-direction:column;min-height:100vh;letter-spacing:.08px;line-height:1.25}main{flex:1}[class*=__container]{margin:0 auto;max-width:1460px;padding-inline:30px}.profile{background-color:#f7f5f2;position:relative;padding-top:20px;padding-bottom:70px}.profile__heading{padding-bottom:20px}.profile__heading h1{font-size:24px;font-weight:700;color:#0b3948}@media (max-width: 47.99875em){.profile__heading h1{font-size:20px}}.profile__row{display:flex;gap:20px}h1,h2{font-family:"Averia Serif Libre",serif}h2,.h2{font-size:24px;font-weight:700;color:#0b3948}@media (max-width: 61.99875em){h2,.h2{font-size:20px}}h3,.h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}svg{fill:none}body.zoomed{zoom:1.2}.sitemap{background-color:#f7f5f2;padding:60px 0 80px}.sitemap__hero{padding-bottom:48px}.sitemap__hero-label{font-size:13px;font-weight:600;color:#f0c040;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.sitemap__hero-heading{margin-bottom:10px}.sitemap__hero-heading h1{font-family:"Averia Serif Libre",serif;font-size:42px;font-weight:700;color:#0b3948}.sitemap__hero-sub p{font-size:15px;color:#6b7a83}.sitemap__group{margin-bottom:32px}.sitemap__group-title{margin-bottom:14px}.sitemap__group-title h2{font-size:14px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.07em}.sitemap__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sitemap__card{display:flex;align-items:center;gap:20px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 24px;transition:border-color .2s ease,box-shadow .2s ease}.sitemap__card:hover{border-color:#0b3948;box-shadow:0 4px 16px #0b394814}.sitemap__card-body{flex:1;min-width:0}.sitemap__card-label h2{font-size:20px}.sitemap__card-desc p{font-size:14px;line-height:1.55;color:#6b7a83}.sitemap__card-arrow{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:#f7f5f2;display:flex;align-items:center;justify-content:center;color:#0b3948;transition:background-color .2s ease}.sitemap__card-arrow svg{width:18px;height:18px}.sitemap__card:hover .sitemap__card-arrow{background-color:#0b3948;color:#fff}@media (max-width: 767px){.sitemap__grid{grid-template-columns:1fr}.sitemap__hero-heading h1{font-size:32px}}.header{background-color:#fff;position:relative;box-shadow:9px 6px 20px 11px #00000014;z-index:10}.header__row{display:flex;align-items:center;padding:18px 0}.header__row-top{gap:42px;border-bottom:1px solid #e4e8eb}.header__row-top .header__list-item{padding:0}.header__row-bottom{justify-content:space-between;padding:0}.header__logo{flex-shrink:0;display:flex}.header__logo a{display:inline-flex}.header__logo svg{width:165px;height:42px}.header__nav{display:flex;align-items:center}.header__list{display:flex;align-items:center;gap:44px;margin:0;padding:0;list-style:none}.header__row-bottom .header__list{gap:144px}.header__list-item{display:flex}.header__list-item a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#0b3948;text-transform:uppercase;white-space:nowrap}.header__chevron{display:inline-flex;align-items:center;justify-content:center;width:10px;height:7px;margin-top:2px}.header__chevron:after{content:"";display:block;width:10px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.371643 0.334961L4.87164 5.33496L9.37164 0.334961' stroke='%230B3948'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.header__text-size{display:inline-flex;align-items:center;gap:5px;color:#0b3948;cursor:pointer}.header__text-size-label{font-size:13px;font-weight:700}.header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto}.header__actions a{width:130px;height:40px}.header__login a,.header__login button{display:inline-flex;align-items:center;gap:6px;padding:9px 20px 9px 10px;background-color:#ffd470;border-radius:8px;font-size:16px;font-weight:500;color:#0b3948;line-height:1.5;transition:.35s ease color,.35s ease background-color;justify-content:center}.header__login a svg path,.header__login button svg path{transition:.35s ease fill}.header__login a:hover,.header__login button:hover{background-color:#0b3948;color:#fff}.header__login a:hover svg path,.header__login button:hover svg path{fill:#fff}.header__signup a,.header__signup button{display:inline-flex;align-items:center;gap:6px;padding:8px 20px 10px 10px;background-color:#0b3948;border-radius:8px;font-weight:500;color:#fff;justify-content:center;transition:.35s ease color,.35s ease background-color}.header__signup a svg path,.header__signup button svg path{transition:.35s ease fill}.header__signup a:hover,.header__signup button:hover{background-color:#ffd470;color:#0b3948}.header__btn-icon{display:inline-flex;align-items:center;justify-content:center}.header__btn-icon svg{width:20px;height:20px}.header__bottom-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.header__search{display:flex;align-items:center;gap:8px;width:235px;padding:11px 14px;border:1px solid #EEEAE5;border-radius:8px;height:42px}.header__search input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:18px;line-height:1.48;color:#3e4552}.header__search input::placeholder{color:#3e4552}.header__search-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.header__search-icon svg{width:17px;height:17px}.header__lang{display:inline-flex;align-items:center;font-size:13px;font-weight:700;color:#0b3948;text-transform:uppercase}.header__list-item{position:static;padding-block:26px}.header__list-item:hover>.header__menu{opacity:1;visibility:visible}.header__menu{opacity:0;visibility:hidden;position:absolute;left:0;right:0;top:100%;background:#fff;padding:40px 0;transition:opacity .35s,visibility .35s;z-index:200;box-shadow:0 8px 24px #00000014}@media (max-width: 61.99875em){.header__menu{display:none}}.header__menu-wrapper{max-width:1460px;margin:0 auto;padding:0 30px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.header__menu-col{display:flex;flex-direction:column;gap:9px;width:275px;max-width:20%}.header__menu-col a{color:#000;position:relative;padding:2px 37px 2px 8px;font-weight:400;line-height:1.5;border:1px solid transparent;border-radius:4px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;font-size:16px;transition:font-weight 0s,border-color .2s}.header__menu-col a:after{content:url('data:image/svg+xml,<svg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.36395C0.447715 6.36395 -4.82823e-08 6.81167 0 7.36395C4.82823e-08 7.91624 0.447715 8.36395 1 8.36395L1 7.36395L1 6.36395ZM18.7071 8.07106C19.0976 7.68053 19.0976 7.04737 18.7071 6.65684L12.3431 0.292884C11.9526 -0.0976405 11.3195 -0.0976405 10.9289 0.292884C10.5384 0.683408 10.5384 1.31657 10.9289 1.7071L16.5858 7.36395L10.9289 13.0208C10.5384 13.4113 10.5384 14.0445 10.9289 14.435C11.3195 14.8255 11.9526 14.8255 12.3431 14.435L18.7071 8.07106ZM1 7.36395L1 8.36395L18 8.36395L18 7.36395L18 6.36395L1 6.36395L1 7.36395Z" fill="%230B3948" /></svg>');opacity:0;transition:opacity .35s;position:absolute;top:calc(50% - 10px);right:10px}.header__menu-col a:hover{border-color:#eeeae5;font-weight:600}.header__menu-col a:hover:after{opacity:1}.header__menu-col a:active{font-weight:600;border-color:#c1b8b8}.header__menu-col a:active:after{opacity:1}.header__menu-btns{width:215px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;border:1px solid #eeeae5;border-radius:8px;box-shadow:9px 6px 20px 11px #00000014;background:#fff;padding:12px}.header__menu-btn-primary{width:100%;height:42px;padding:0 10px 0 15px;border-radius:6px;background:#ffd470;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:500;font-size:13px;line-height:1.48;text-transform:none!important;color:#0b3948;text-decoration:none;transition:background .2s}.header__menu-btn-primary:hover{background:#f9a21b}.header__menu-btn-primary svg{flex-shrink:0;width:20px;height:auto}.header__menu-btn-secondary{width:100%;height:42px;padding:0 10px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#0b3948;font-weight:500!important;font-size:13px;letter-spacing:0!important;line-height:1.48;text-transform:none!important;color:#fff!important;text-decoration:none;transition:background .2s}.header__menu-btn-secondary:hover{background:#6d7758}@media (max-width: 1200px){.header__row{display:none}.header__mobile{display:flex;align-items:center;gap:9px;padding:10px 0}.header__mobile-logo svg{height:24px;width:80px}.header__mobile-actions{display:flex;align-items:center;gap:10px;flex:1 0 auto;justify-content:end}}@media (min-width: 1201px){.header__mobile{display:none}}.header__mobile-menu{width:32px;height:32px;flex-shrink:0;border:1.5px solid #000;display:flex;align-items:center;justify-content:center}.header__mobile-listed a{display:inline-flex;align-items:center;padding:7px 21px;background-color:#ffd470;border-radius:8px;font-size:11px;font-weight:400;color:#0b3948;white-space:nowrap}.header__mobile-user{display:flex;align-items:center;gap:4px}.header__mobile-user svg{width:24px;height:24px}.mobile-menu{display:block;position:fixed;background:rgba(120,134,161,.4);width:100%;height:100%;top:0;left:0;z-index:200;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.mobile-menu--open{opacity:1;visibility:visible;pointer-events:auto}@media (min-width: 1201px){.mobile-menu{display:none!important}}.mobile-menu__wrapper{width:300px;min-height:100%;background:#f7f5f2;padding:20px 30px 60px;display:flex;flex-direction:column;gap:30px}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:20px}.mobile-menu__logo{flex-shrink:0;width:80px;height:24px}.mobile-menu__logo a{display:inline-flex}.mobile-menu__logo svg{width:80px;height:24px}.mobile-menu__close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.mobile-menu__list{display:flex;flex-direction:column;gap:30px;list-style:none;padding:0;margin:0}.mobile-menu__item>a{font-weight:500;line-height:1.2;color:#0b3948;display:flex;align-items:center;gap:8px;text-decoration:none}.mobile-menu__item--has-children>a:after{content:"";flex-shrink:0;width:16px;height:16px;background:center/contain no-repeat url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.353516 0.353516L8.35352 8.35352L16.3535 0.353516" stroke="%230B3948" /></svg>');transition:transform .35s}.mobile-menu__item--has-children.mobile-menu__item--open>a:after{transform:rotate(180deg)}.mobile-menu__sub-menu{display:flex;flex-direction:column;list-style:none;gap:12px;height:0;padding:0;margin:0;overflow:hidden}.mobile-menu__sub-menu>.mobile-menu__item:first-child{padding-top:20px}.mobile-menu__sub-menu .mobile-menu__item>a{font-weight:400;line-height:1.48;color:#04242b}.mobile-menu__bottom{display:flex;flex-direction:column;gap:12px}.mobile-menu__find-btn{width:100%;height:35px;border-radius:7px;padding:0 16px;background:#0b3948;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:13px;line-height:1.48;color:#fff;text-decoration:none}.mobile-menu__search{width:100%}.mobile-menu__search input{outline:none;border:none;width:100%;height:40px;padding-left:36px;padding-right:20px;border-radius:4px;font-weight:400;color:#3e4552;background:center left 12px/16px no-repeat url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.25 12.5C10.1495 12.5 12.5 10.1495 12.5 7.25C12.5 4.35051 10.1495 2 7.25 2C4.35051 2 2 4.35051 2 7.25C2 10.1495 4.35051 12.5 7.25 12.5Z" stroke="%2304242B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M10.9619 10.9629L13.9995 14.0004" stroke="%2304242B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>'),#fff}.mobile-menu__search input::placeholder{color:#3e4552;opacity:1}.footer{background-color:#04242b;color:#fff}.footer__container{padding:60px 30px 22px}@media (max-width: 61.99875em){.footer__container{padding:40px 20px;font-size:14px}}.footer__info{font-weight:700;font-size:16px;letter-spacing:-.02em;line-height:148%;display:grid;gap:1px;margin-top:-2px}.footer__info-text{font-size:14px}.footer__main{display:grid;grid-template-columns:repeat(5,1fr);gap:40px}@media (max-width: 61.99875em){.footer__main{gap:30px 20px}}.footer__col-title{font-weight:700;text-transform:uppercase;margin-bottom:20px;font-family:"Averia Serif Libre",serif}.footer__list{display:flex;flex-direction:column;gap:12px;margin:0;list-style:none;padding:0 0 0 10px}@media (max-width: 61.99875em){.footer__list{padding-left:0}}.footer__list-item{display:flex;align-items:baseline;gap:5px}.footer__list-item:before{content:"•";font-size:13px;color:#fff9;flex-shrink:0;transform:scale(1.3) translate(-3px)}.footer__list-item a{color:#ffffffb3;line-height:1.5}.footer__aside{display:flex;gap:20px;flex-direction:column}@media (max-width: 61.99875em){.footer__aside{grid-column-start:1;grid-column-end:3}}.footer__aside-block{display:flex;flex-direction:column;gap:20px}.footer__aside-block:nth-child(1){margin-bottom:30px}.footer__aside-title{font-weight:700;font-size:16px;line-height:1.48}.footer__social{display:flex;gap:6px;margin-bottom:10px}.footer__social a{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border:1px solid rgb(255,255,255);border-radius:50%;color:#fff;flex-shrink:0;transition:background .2s ease,color .2s ease}.footer__social a:hover{background:#fff;color:#04242b}.footer__social a svg{width:14px;height:14px}.footer__social a:last-child svg{width:17px;height:17px}.footer__email{display:flex;align-items:center;gap:10px;font-size:16px}.footer__email-icon{display:flex;align-items:center;justify-content:center}.footer__email-icon svg{width:24px;height:24px}.footer__desc p{line-height:1.48;font-weight:300;color:#ffffffb3}.footer__bottom{padding-top:40px}@media (max-width: 61.99875em){.footer__bottom{padding-top:30px}}.footer__disclaimer{display:flex;flex-direction:column;gap:32px;margin-bottom:40px;line-height:1.48;color:#ffffffb3}@media (max-width: 61.99875em){.footer__disclaimer{gap:26px;margin-bottom:30px}}.footer__disclaimer-bold p{font-weight:700}.footer__policy{border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);padding:22px 0;margin-bottom:20px}.footer__policy-list{display:flex;flex-wrap:wrap;align-items:center;gap:10px 0px;margin:0;padding:0;list-style:none;gap:4px}@media (max-width: 61.99875em){.footer__policy-list{flex-direction:column;align-items:start;gap:10px}}.footer__policy-item{display:flex;align-items:center}.footer__policy-item:first-child:before{margin-left:0}.footer__policy-item:before{content:"•";font-size:12px;color:#ffffffb3;margin-inline:6px;scale:1.3}.footer__policy-item a{font-size:16px;color:#ffffffb3;white-space:nowrap}@media (max-width: 61.99875em){.footer__policy-item a{font-size:14px}}.footer__copyright p{font-size:16px;color:#ffffffb3}@media (max-width: 47.99875em){.footer__main{grid-template-columns:1fr 1fr}}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;background-color:#0b3948;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;line-height:1.48;cursor:pointer;white-space:nowrap;font-family:inherit}.button.yellow{background-color:#ffd470;color:#0b3948;font-weight:600}.button.orange{background-color:#f9a21b;color:#0b3948;font-weight:600}.pricing{position:relative;overflow:hidden;background-color:#f7f5f2;padding:20px 0 70px}@media (max-width: 47.99875em){.pricing{padding:20px 0 50px}}.pricing__watermark{position:absolute;top:50%;right:-80px;transform:translateY(-50%);width:480px;max-width:40vw;pointer-events:none;opacity:.35;z-index:0}@media (max-width: 61.99875em){.pricing__watermark{display:none}}.pricing__watermark img{display:block;width:100%;height:auto}.pricing__container{position:relative;z-index:1;margin:0 auto;max-width:1460px;padding:0 30px;display:flex;flex-direction:column}.pricing__top{position:relative}@media (max-width: 47.99875em){.pricing__top{margin-bottom:20px}}.pricing__page-title{margin-top:46px;text-align:center}.pricing__page-title h1{font-family:"Averia Serif Libre",serif;font-size:36px;line-height:1.25;letter-spacing:-.4px;font-weight:700;color:#0b3948;margin-right:20px}@media (max-width: 47.99875em){.pricing__page-title h1{font-size:24px}}.pricing__head{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;margin:96px auto 0;max-width:931px;padding-right:16px}@media (max-width: 61.99875em){.pricing__head{padding-left:0}}.pricing__label{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border-radius:999px;padding:9px 14.5px;font-size:13px;font-weight:500;color:#0b3948;text-transform:uppercase}.pricing__label-icon{display:inline-flex;align-items:center;justify-content:center}.pricing__title{padding-left:10px}.pricing__title h2{font-size:36px;line-height:1.25}.pricing__text p{font-size:14px;line-height:1.4;color:#0b3948;margin-top:-5px}.pricing__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;max-width:1158px;width:100%;margin:33px auto 0;transform:translate(-10px)}@media (max-width: 61.99875em){.pricing__cards{grid-template-columns:1fr;gap:18px;max-width:460px}}.pricing__card{position:relative;background-color:#fff;border-radius:12px;padding:25px 30px 30px;display:flex;flex-direction:column;align-items:center}@media (max-width: 47.99875em){.pricing__card{padding:20px}}.pricing__card--best{border:2px solid #ffd470}.pricing__card-badge{position:absolute;top:0;right:0;background-color:#ffd470;border-radius:0 8px;padding:4px 12px}.pricing__card-badge p{font-size:11px;font-weight:700;color:#0b3948;letter-spacing:.06em}.pricing__card-icon{display:flex;align-items:center;justify-content:center;margin-top:4px}.pricing__card-icon svg{display:block;width:95px;height:95px}.pricing__card-title{margin-top:16px}.pricing__card-title h3{font-size:28px;letter-spacing:-.5px;font-weight:700;color:#0b3948}.pricing__card-price{margin-top:6px}.pricing__card-price p{font-size:20px;line-height:1.25;font-weight:700;color:#205874}.pricing__card-price--free p{color:#33a752}.pricing__card-cta{margin-top:25px}.pricing__card-cta .button{padding:9px 20px;font-weight:500;font-family:Rubik,sans-serif}.pricing__card-cta-arrow{display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.pricing__features{list-style:none;padding:16px 0 0;margin:16px 0 0;align-self:stretch;display:flex;flex-direction:column;gap:6.7px;flex:1;border-top:1px solid #F4F2EF}.pricing__feature{display:flex;align-items:flex-start;gap:13px;font-size:14px;color:#748289;line-height:1.45;padding-left:6px}.pricing__feature-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:15px;height:11px;margin-top:6px}.pricing__feature-icon:before{content:"";display:block;width:15px;height:11px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.3L5.5 9.5L13.5 1.5' stroke='%230B3948' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.pricing__feature-text{flex:1}.pricing__card-action{align-self:stretch;margin-top:14px}.pricing__card-action .button{width:100%;padding:8px 20px;font-weight:500;line-height:1.48}.pricing__note{margin-top:20px;text-align:center}.pricing__note p{font-size:12px;line-height:1.48;color:#0b3948;opacity:.4;font-weight:500;font-family:Rubik,sans-serif}.sidebar{width:335px;flex-shrink:0}.sidebar__body{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.sidebar__search{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid #e5e7eb}.sidebar__search input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#374151}.sidebar__search input::placeholder{color:#9ca3af}.sidebar__search-icon{display:flex;align-items:center;color:#9ca3af;flex-shrink:0}.sidebar__search-icon svg{width:18px;height:18px;fill:none}.sidebar__nav{display:flex;flex-direction:column;padding:20px 0}.sidebar__item{display:flex;flex-direction:column}.sidebar__item-title{display:flex;align-items:center;gap:10px;padding:11px 21px;cursor:pointer;list-style:none}.sidebar__item-title::-webkit-details-marker{display:none}.sidebar__item[open]:not(.sidebar__item--collapsing) .sidebar__chevron:after{transform:rotate(180deg)}.sidebar__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__item-icon svg{width:18px;height:18px;fill:none}.sidebar__item-label{flex:1}.sidebar__item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.sidebar__eye{display:flex;align-items:center}.sidebar__eye svg{width:15px;height:11px;fill:none}.sidebar__chevron{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.sidebar__chevron:after{content:"";display:block;width:50%;height:50%;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.371643 0.334961L4.87164 5.33496L9.37164 0.334961' stroke='%239ca3af'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transition:transform .2s ease}.sidebar__submenu{display:flex;flex-direction:column;padding-left:50px;overflow:hidden}.sidebar__sub-item a{display:block;padding:5px 0;color:#0009}.sidebar__sub-item--active{position:relative}.sidebar__sub-item--active:before{content:"";background-color:#fff6e2;position:absolute;right:0;top:0;height:100%;width:300%;z-index:0}.sidebar__sub-item--active a{position:relative;z-index:1}.sidebar__trigger,.sidebar__overlay,.sidebar__mobile-head,.sidebar__panel--sub{display:none}@media (max-width: 61.99875em){.sidebar{width:0;flex-shrink:0;position:absolute}.sidebar__heading{display:none}.sidebar__trigger{display:block;position:fixed;left:0;top:86px;z-index:50;padding:0}.sidebar__trigger svg{display:block}.sidebar__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar--open .sidebar__overlay{opacity:1;pointer-events:auto}.sidebar__body{position:fixed;top:0;left:0;width:340px;height:100vh;border-radius:0 8px 8px 0;border:1px solid #b0bec5;overflow-y:auto;overflow-x:hidden;z-index:200;transform:translate(-100%);transition:transform .3s ease}.sidebar--open .sidebar__body{transform:translate(0)}.sidebar__mobile-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e5e7eb}.sidebar__mobile-close{display:flex;align-items:center;justify-content:center}.sidebar__mobile-close svg{width:20px;height:20px}.sidebar__nav{padding:0}.sidebar__item-title{padding:14px 20px;border-bottom:1px solid #e5e7eb}.sidebar__eye{display:none}.sidebar__chevron{width:24px;height:24px}.sidebar__chevron:after{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.sidebar__item[open]:not(.sidebar__item--collapsing) .sidebar__chevron:after{transform:rotate(90deg)}.sidebar__submenu{padding-left:48px}.sidebar__panels--sub .sidebar__panel--main{display:none}.sidebar__panels--sub .sidebar__panel--sub{display:block}.sidebar__back-row{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid #e5e7eb;width:100%;text-align:left}.sidebar__back-arrow{display:flex;align-items:center;flex-shrink:0}.sidebar__back-arrow svg{width:20px;height:20px}.sidebar__back-icon{display:flex;align-items:center;flex-shrink:0}.sidebar__back-icon svg{width:18px;height:18px;fill:none}.sidebar__back-label{font-size:15px;font-weight:600;color:#0b3948}.sidebar__sub-list .sidebar__sub-item a{display:block;padding:14px 20px;color:#374151;font-size:15px;border-bottom:1px solid #e5e7eb}.sidebar__sub-list .sidebar__sub-item:first-child a{padding-top:14px}.sidebar__sub-list .sidebar__sub-item:last-child a{border-bottom:none}}.agent-profile{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0;max-width:690px}.agent-card{background-color:#f8f0e2;border-radius:8px;padding:20px;position:relative}@media (max-width: 61.99875em){.agent-card{padding:10px}}.agent-card__edit{position:absolute;top:20px;right:20px}.agent-card__edit a,.agent-card__edit button{font-size:14px;color:#0b3948;text-decoration:underline}.agent-card__name{margin-bottom:5px}.agent-card__rating{display:flex;align-items:center;gap:10px;margin-bottom:25px}.agent-card__stars{display:flex;gap:2px;color:#f59e0b;font-size:18px}.agent-card__star-half{opacity:.4}.agent-card__ask a{text-decoration:underline;font-size:14px;color:#a6a6a6}.agent-card__btn .button{padding-inline:21px}.agent-tier{background-color:#fff;border-radius:8px;padding:20px}@media (max-width: 61.99875em){.agent-tier{padding:10px;font-size:14px}}.agent-tier__progress{position:relative;padding-block:30px}@media (max-width: 61.99875em){.agent-tier__progress{padding-block:15px}}.agent-tier__line{position:absolute;top:50%;left:12px;right:12px;height:6px;background-color:#f0c040;transform:translateY(-50%);border-radius:2px;filter:grayscale(1)}.agent-tier__nodes{position:relative;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.agent-tier__node{display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;width:38px;height:38px;cursor:pointer;transition:filter .2s ease,opacity .2s ease}@media (max-width: 61.99875em){.agent-tier__node{width:30px;height:30px}}.agent-tier__node svg{position:relative;z-index:1}.agent-tier__node--inactive{filter:grayscale(1);position:relative}.agent-tier__node:not(.agent-tier__node--inactive):after{content:"";background-color:#f0c040;position:absolute;top:50%;transform:translateY(-50%);right:0;height:6px;width:100vw;z-index:0}.agent-tier__status{display:flex;align-items:center;gap:10px}@media (max-width: 61.99875em){.agent-tier__status{justify-content:space-between}}.agent-tier__details{position:relative}.agent-tier__details a{text-decoration:underline;color:#0b3948}.agent-tier__tooltip{position:absolute;top:calc(100% + 8px);z-index:10;width:280px;padding:10px 14px;background:#ffffff;border-radius:6px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;border:1px solid #eeeae5}@media (min-width: 61.99875em){.agent-tier__tooltip{left:0}}@media (max-width: 61.99875em){.agent-tier__tooltip{right:0}}.agent-tier__tooltip p{font-size:14px;line-height:1.45}.agent-tier__tooltip a{color:#f9a21b;text-decoration:underline}.agent-tier__tooltip:before{content:"";position:absolute;bottom:100%;border:6px solid transparent;border-bottom-color:#eeeae5}@media (min-width: 61.99875em){.agent-tier__tooltip:before{left:18px}}@media (max-width: 61.99875em){.agent-tier__tooltip:before{right:18px}}.agent-tier__tooltip:after{content:"";position:absolute;bottom:100%;left:0;right:0;height:8px}.agent-tier__details:hover .agent-tier__tooltip,.agent-tier__details:focus-within .agent-tier__tooltip,.agent-tier__tooltip:hover{opacity:1;visibility:visible;pointer-events:auto}.agent-info{background-color:#fff;border-radius:8px;overflow:hidden;padding:20px;display:grid;gap:30px}@media (max-width: 61.99875em){.agent-info{padding:10px;gap:15px;font-size:14px}}.agent-info__field{display:flex;align-items:flex-start;gap:15px}.agent-info__field-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-top:2px}.agent-info__field-icon svg{width:18px;height:18px;fill:none}.agent-info__field-body{display:flex;flex-direction:column;gap:9px}.agent-info__field-label{font-weight:700;color:#0b3948}.agent-info__field-link a{color:#f0a500;text-decoration:underline}.agent-bio{background-color:#f8f0e2;border-radius:8px;padding:20px;position:relative}@media (max-width: 61.99875em){.agent-bio{padding:10px;font-size:14px}}.agent-bio__edit{position:absolute;top:20px;right:20px}@media (max-width: 61.99875em){.agent-bio__edit{top:10px;right:10px}}.agent-bio__edit a,.agent-bio__edit button{font-size:14px;color:#0b3948;text-decoration:underline}.agent-bio__title{margin-bottom:10px}.agent-reviews{background-color:#fff;border-radius:8px;padding:24px;display:flex;align-items:flex-start;gap:57px}.agent-reviews.small{padding:20px;margin-top:10px;min-height:162px}.agent-reviews.small .agent-reviews__title h2{font-size:20px}.agent-reviews.small .agent-reviews__summary{gap:8px}.agent-reviews.small .agent-reviews__row{gap:3px}.agent-reviews.small .agent-reviews__score p{font-size:20px}.agent-reviews.small .agent-reviews__count p{font-size:14px}@media (max-width: 61.99875em){.agent-reviews{padding:10px;font-size:14px}}@media (max-width: 47.99875em){.agent-reviews{gap:10px;justify-content:space-between}}.agent-reviews__summary{display:flex;flex-direction:column;gap:5px;height:100%}.agent-reviews__title{flex:1 0 auto}.agent-reviews__score{display:flex}.agent-reviews__score p{font-size:25px;line-height:1;font-weight:700}@media (max-width: 61.99875em){.agent-reviews__score p{font-size:20px}}.agent-reviews__stars{display:flex;align-items:center;gap:5px}@media (max-width: 61.99875em){.agent-reviews__stars{gap:3px}}.agent-reviews__star{position:relative;display:block;flex:0 0 24px;width:24px;height:24px}@media (max-width: 61.99875em){.agent-reviews__star{flex:0 0 15px;width:15px;height:15px}}.agent-reviews__star>svg{display:block;width:24px;height:24px}@media (max-width: 61.99875em){.agent-reviews__star>svg{width:15px;height:15px}}.agent-reviews__star-base{fill:#fff;stroke:#f9a21b;stroke-linecap:round;stroke-linejoin:round}.agent-reviews__star-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;overflow:hidden;pointer-events:none;clip-path:inset(0 100% 0 0)}.agent-reviews__star-fill svg{display:block;width:24px;height:24px}@media (max-width: 61.99875em){.agent-reviews__star-fill svg{width:15px;height:15px}}.agent-reviews__star-fill-path{fill:#ffd470;stroke:none}.agent-reviews__star-filled .agent-reviews__star-fill{clip-path:inset(0 0 0 0)}.agent-reviews__star-half .agent-reviews__star-fill{clip-path:inset(0 50% 0 0)}.agent-reviews__star-empty .agent-reviews__star-fill{clip-path:inset(0 100% 0 0)}.agent-reviews__star-small{flex-basis:18px;width:18px;height:18px}.agent-reviews__star-small>svg,.agent-reviews__star-small .agent-reviews__star-fill svg{width:18px;height:18px}.agent-reviews__star-small .agent-reviews__star-fill svg{width:18px;height:18px}.agent-reviews__count p{line-height:1;color:#000}.agent-reviews__breakdown{display:flex;flex-direction:column;gap:5px;height:100%;justify-content:flex-end}@media (max-width: 61.99875em){.agent-reviews__breakdown{gap:3.75px}}.agent-reviews__row{display:grid;grid-template-columns:12px auto 100px 36px;align-items:center;gap:5px;font-size:14px}@media (max-width: 61.99875em){.agent-reviews__row{grid-template-columns:12px auto 75px 26px;font-size:10px;gap:3px}.agent-reviews__row .agent-reviews__star{width:12px;height:12px}.agent-reviews__row .agent-reviews__star svg{width:12px;height:12px}}.agent-reviews__number p,.agent-reviews__percent p{line-height:1;color:#000}.agent-reviews__track{height:8px;background-color:#efefef;border-radius:999px;overflow:hidden}@media (max-width: 61.99875em){.agent-reviews__track{height:6px}}.agent-reviews__fill{height:100%;background-color:#ffd470;border-radius:inherit}.agent-import{background-color:#fff;border-radius:8px;padding:20px;display:grid;gap:30px}@media (max-width: 61.99875em){.agent-import{padding:10px;font-size:14px;gap:15px}}.agent-import__item{background-color:#f9f9f9;border-radius:8px;padding:10px 40px 10px 10px;display:flex;align-items:center;gap:15px}@media (max-width: 61.99875em){.agent-import__item{gap:10px}}.agent-import a.agent-import__item{position:relative}.agent-import a.agent-import__item:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .2s ease-in-out}.agent-import a.agent-import__item:hover:after{transform:translateY(-50%) translate(5px)}.agent-import__title{font-weight:700;color:#0b3948}.agent-import__body{display:grid;gap:10px}.agent-import__icon{flex:0 0 24px}.agent-import__icon svg{aspect-ratio:1}.agent-credentials{background-color:#f8f0e2;border-radius:8px;padding:20px;display:grid;gap:20px}@media (max-width: 61.99875em){.agent-credentials{padding:10px;gap:15px}}.agent-credentials__field{display:flex;align-items:flex-start;gap:15px}@media (max-width: 61.99875em){.agent-credentials__field{gap:10px}}.agent-credentials__field-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-top:2px}.agent-credentials__field-icon svg{width:18px;height:18px;fill:none}.agent-credentials__field-body{display:flex;flex-direction:column;gap:9px}.agent-credentials__field-label{font-weight:700;color:#0b3948}.agent-business{background-color:#fff;border-radius:8px;padding:20px;position:relative}@media (max-width: 61.99875em){.agent-business{padding:10px;font-size:13px}}.agent-business__edit{position:absolute;top:20px;right:20px}@media (max-width: 61.99875em){.agent-business__edit{top:10px;right:10px}}.agent-business__edit a,.agent-business__edit button{font-size:14px;color:#0b3948;text-decoration:underline}.agent-business__title{margin-bottom:10px}.agent-business__box{border:1px solid #0b3948;border-radius:8px;overflow:hidden;padding:10px 20px;display:grid;gap:15px}.agent-business__box-header{font-weight:700;color:#0b3948}.agent-business__main-checks{display:flex;flex-direction:column;gap:15px;border-bottom:1px solid #eeeae5;padding-bottom:15px}.agent-business__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;border-bottom:1px solid #e5e7eb;padding-bottom:15px}@media (max-width: 47.99875em){.agent-business__grid{grid-template-columns:100%}}.agent-business__confirm label a{color:#0b3948}.agent-business__check{display:flex;align-items:center;gap:10px}.agent-business__check label{cursor:pointer}.agent-states{background-color:#fff;border-radius:8px;padding:20px}@media (max-width: 61.99875em){.agent-states{padding:10px;font-size:14px}}.agent-states__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:20px}.agent-states__edit a,.agent-states__edit button{font-size:14px;color:#0b3948;text-decoration:underline}.agent-states__item{display:flex;flex-direction:column;gap:6px}.agent-states__item:not(:last-child){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eeeae5}.agent-states__codes{font-weight:700;color:#0b3948}.agent-states__check{display:flex;align-items:center;gap:10px;margin-top:11px}.agent-states__check label{cursor:pointer}.agent-states__note{margin-top:11px}.agent-states__note p span{font-weight:700}.agent-faq{background-color:#fff;border-radius:8px;padding:20px}@media (max-width: 61.99875em){.agent-faq{padding:10px;font-size:14px}}.agent-faq__header{display:flex;justify-content:space-between;align-items:start;gap:20px}.agent-faq__edit a,.agent-faq__edit button{font-size:14px;color:#0b3948;text-decoration:underline}.agent-faq__list{margin-top:20px;display:grid}.agent-faq__item{display:grid;gap:5px}.agent-faq__item:not(:last-child){border-bottom:1px solid #eeeae5;padding-bottom:20px;margin-bottom:20px}@media (max-width: 61.99875em){.agent-faq__item:not(:last-child){padding-bottom:15px;margin-bottom:15px}}.agent-faq__question{font-weight:700;color:#0b3948}.agent-faq__answer{font-size:16px}.ask-question__head{display:flex;flex-direction:column;margin-bottom:15px}.ask-question .my-blog__pagination{margin-top:10px}.ask-question__title{order:0}.ask-question__title h1{font-family:"Averia Serif Libre",serif;font-size:24px;font-weight:700;color:#0b3948}.ask-question__back{order:1;margin-top:10px}.ask-question__head-burger{order:2;display:none;background:transparent;border:0;padding:0;cursor:pointer}.ask-question__body{display:flex;align-items:flex-start;gap:20px}.ask-question__sidebar{width:335px;margin-top:5px;flex-shrink:0}.ask-question__sidebar.mobile,.ask-question__sidebar-trigger,.ask-question__sidebar-overlay{display:none}.ask-question__sidebar-card{background:#fff;border-radius:8px;overflow:hidden}.ask-question__sidebar-list{display:flex;flex-direction:column;list-style:none;padding:0;margin:0}.ask-question__sidebar-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9.5px 20px;color:#0b3948;cursor:pointer;transition:background-color .15s ease}.ask-question__sidebar-item:hover:not(.ask-question__sidebar-item--active){background-color:#f7f5f2}.ask-question__sidebar-item--active{background-color:#fff6e2}.ask-question__sidebar-label{flex:1}.ask-question__sidebar-count{flex-shrink:0;background-color:#ffd470;color:#0b3948;font-size:14px;padding:3px 5px;border-radius:24px}.ask-question__sidebar-item:not(.ask-question__sidebar-item--active) .ask-question__sidebar-count{background-color:#eeeae5;color:#748289}.ask-question__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px;max-width:808px}.ask-question__content-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-left:20px}@media (max-width: 47.99875em){.ask-question__content-head{flex-direction:column;align-items:stretch;gap:10px}}.ask-question__search{display:flex;align-items:center;gap:8px;width:335px;max-width:100%;background-color:#fff;border-radius:6px;padding:10px 20px}@media (max-width: 47.99875em){.ask-question__search{width:100%}}.ask-question__search input{flex:1;min-width:0;border:0;outline:none;background:transparent;font-family:inherit;color:#0b3948}.ask-question__search input::placeholder{color:#000}.ask-question__search-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ask-question__search-icon svg{width:18px;height:18px}.ask-question__list{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;padding:20px}@media (max-width: 47.99875em){.ask-question__list{padding:6px 14px}}.ask-question__item{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #EEEAE5;padding-bottom:15px;margin-bottom:15px}.ask-question__item:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.ask-question__item-title h3{font-size:18px}.ask-question__item-title h3 a{color:inherit;text-decoration:none}.ask-question__item-title h3 a:hover{opacity:.75}.ask-question__item-text p{font-size:14px;line-height:1.4;color:#0b3948}.ask-question__item-meta{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-top:7px}.ask-question__item-meta p{font-size:13px;color:#748289}.ask-question__item-author{display:flex;align-items:center;gap:6px}.ask-question__item-author p{font-size:12px;font-weight:700;color:#363c48}.ask-question__item-avatar{width:26px;height:26px;border-radius:50%;background-color:#ffd470;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#0b3948}.ask-question__item-comments{font-weight:500}.ask-question__item-tag{background-color:#ffd4700f;border-radius:8px;padding:3px 10px;line-height:1.4;font-weight:500;border:1px solid #EEEAE5}@media (max-width: 61.99875em){.ask-question__head{flex-direction:row;align-items:center;gap:10px;margin-bottom:40px}.ask-question__back{order:0;margin-top:0;gap:0}.ask-question__title{order:1;flex:1}.ask-question__head-burger{display:flex;align-items:center;justify-content:center}.ask-question__body{flex-direction:column}.ask-question__sidebar{width:100%;order:1}.ask-question__sidebar-trigger{display:block;position:fixed;left:0;top:86px;z-index:50;padding:0;background:transparent;border:none;cursor:pointer}.ask-question__sidebar-trigger svg{display:block}.ask-question__sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease}.ask-question--sidebar-open .ask-question__sidebar-overlay{opacity:1;pointer-events:auto}.ask-question__sidebar.mobile{display:flex;position:fixed;top:68px;left:0;width:340px;max-width:90vw;max-height:calc(100vh - 68px);background:#fff;border:1px solid #0b3948;border-radius:0 8px 8px 0;overflow-y:auto;overflow-x:hidden;z-index:200;padding:14px;transform:translate(-100%);transition:transform .3s ease}.ask-question--sidebar-open .ask-question__sidebar.mobile{transform:translate(0)}}@media (max-width: 47.99875em){.ask-question__title h1{font-size:20px}}.ask-article__sidebar-action{margin-top:14px;padding-top:14px;border-top:1px solid #eeeae5}.ask-article__sidebar-action .button{width:100%;padding:14px 18px;font-weight:700}.ask-article__content{display:flex;flex-direction:column;gap:18px}.ask-article__card{background-color:#fff;border-radius:8px;padding:24px 28px;display:flex;flex-direction:column;gap:14px}@media (max-width: 47.99875em){.ask-article__card{padding:16px;gap:12px}}.ask-article__card-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ask-article__rating{display:inline-flex;align-items:center;gap:3px}.ask-article__rating svg{display:block}.ask-article__rating-score{margin-left:6px;font-size:13px;color:#748289}.ask-article__head-meta{margin-left:auto;display:flex;flex-wrap:wrap;align-items:center;gap:12px}@media (max-width: 47.99875em){.ask-article__head-meta{margin-left:0;width:100%}}.ask-article__head-meta p{font-size:13px;color:#748289}.ask-article__title{margin-top:6px}.ask-article__title h2{font-size:22px;line-height:1.25}@media (max-width: 47.99875em){.ask-article__title h2{font-size:18px}}.ask-article__text p{font-size:15px;line-height:1.55;color:#3e4552}@media (max-width: 47.99875em){.ask-article__text p{font-size:14px}}.ask-article__subheading{margin-top:4px}.ask-article__subheading p{font-size:16px;color:#0b3948}.ask-article__step{display:flex;flex-direction:column;gap:6px}.ask-article__step-title p{font-size:15px;color:#0b3948}.ask-article__notice{display:flex;align-items:flex-start;gap:10px;background-color:#f8f0e2;border-radius:8px;padding:16px 20px;margin-top:6px}.ask-article__notice-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}.ask-article__notice-text{flex:1;min-width:0}.ask-article__notice-text p{font-size:14px;line-height:1.5;color:#0b3948}.ask-article__notice-text strong{font-weight:700}.ask-article__comments{background-color:#fff;border-radius:8px;padding:24px 28px;display:flex;flex-direction:column;gap:16px}@media (max-width: 47.99875em){.ask-article__comments{padding:16px;gap:12px}}.ask-article__comments-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ask-article__comments-title h2{font-size:20px}.ask-article__comments-action .button{padding:10px 18px;font-weight:700;font-size:14px}.ask-article__comments-list{display:flex;flex-direction:column;gap:14px}.ask-article__comment{display:flex;align-items:flex-start;gap:12px;padding-bottom:14px;border-bottom:1px solid #f1ede7}.ask-article__comment:last-child{padding-bottom:0;border-bottom:0}.ask-article__comment-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:15px;font-weight:700;color:#fff;text-transform:uppercase}.ask-article__comment-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ask-article__comment-name p{font-size:14px;font-weight:700;color:#0b3948}.ask-article__comment-date p{font-size:12px;color:#9ba6ad}.ask-article__comment-text{margin-top:6px}.ask-article__comment-text p{font-size:14px;line-height:1.5;color:#3e4552}@media (max-width: 61.99875em){.profile__heading--my-blog-posts{display:none}}.my-blog{max-width:1044px;width:100%;display:flex;flex-direction:column;margin-top:22px}@media (max-width: 61.99875em){.my-blog{margin-top:0;gap:14px}}.my-blog__author{display:flex;align-items:center;gap:16px}@media (max-width: 47.99875em){.my-blog__author{flex-wrap:wrap;gap:12px}}.my-blog__author-avatar{flex-shrink:0;width:82px;height:82px;padding:4px;border-radius:50%;overflow:hidden;background-color:#eeeae5;display:flex;align-items:center;justify-content:center}.my-blog__author-avatar img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}@media (max-width: 47.99875em){.my-blog__author-avatar{width:50px;height:50px}}.my-blog__author-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.my-blog__author-meta{display:flex;align-items:center;gap:5px}.my-blog__author-meta p{line-height:1.48;color:#919191;font-weight:500}.my-blog__author-meta-icon{display:inline-flex;align-items:center;justify-content:center;color:#748289}.my-blog__author-action{flex-shrink:0;align-self:start}.my-blog__author-action .button{padding:8px 26px 8px 15px;gap:6px}.my-blog__author-action-plus{font-size:16px;line-height:1;margin-right:2px}.my-blog__bio{margin-top:16px}.my-blog__bio p{font-weight:300;font-size:14px;line-height:1.4;color:#4f4e4e}.my-blog__posts{display:flex;flex-direction:column;gap:40px;margin-top:28px}.my-blog__post{display:flex;gap:36px}@media (max-width: 47.99875em){.my-blog__post{flex-direction:column;gap:12px}}.my-blog__post-img{position:relative;flex:0 0 427px;aspect-ratio:427/200;border-radius:8px;overflow:hidden;background-color:#f2f2f2}.my-blog__post-img img{display:block;width:100%;height:100%;object-fit:cover}@media (max-width: 47.99875em){.my-blog__post-img{flex:0 0 auto;width:100%;height:180px}}.my-blog__post-tag{position:absolute;top:11px;left:19px;background-color:#0b3948e6;border-radius:8px;padding:2px 8.5px;z-index:1}.my-blog__post-tag p{font-weight:500;color:#fff;line-height:1.48;text-transform:capitalize}.my-blog__post-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px;max-width:503px;justify-content:center;align-items:flex-start}.my-blog__post-date{background-color:#fff;border-radius:8px;padding:3px 16px}.my-blog__post-date p{font-size:12px;color:#0b3948;font-weight:500;line-height:1.48;opacity:.5}.my-blog__post-title h3{font-size:24px;line-height:1.25;font-family:Inter;font-weight:500;letter-spacing:.49px}.my-blog__post-excerpt p{font-size:18px;font-weight:300;line-height:1.4;color:#0b3948;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-blog__pagination{display:flex;flex-wrap:wrap;gap:6px;margin-top:36px;align-items:stretch}.my-blog__page{display:inline-flex;align-items:center;justify-content:center;min-width:36px;aspect-ratio:1;padding:0 10px;background-color:#fff;border:0;border-radius:6px;font-family:inherit;font-size:14px;font-weight:600;color:#0b3948;cursor:pointer;transition:background-color .15s ease}.my-blog__page:hover:not(.my-blog__page--active){background-color:#eeeae5}.my-blog__page--active{background-color:#0b3948;color:#fff}.my-blog__page--arrow{aspect-ratio:unset;width:64px}.my-blog__page--arrow svg{display:block}.author{width:100%;padding:30px 0 60px;background-color:#f7f5f2}.author .my-blog__post-body{max-width:none}@media (max-width: 47.99875em){.author{padding:20px 0 40px}}.author__container{display:flex;flex-direction:column;gap:20px}@media (max-width: 47.99875em){.author__container{gap:14px}}.author__card{background-color:#fff;border-radius:12px;overflow:hidden}.author__head{display:flex;align-items:flex-start;gap:28px;padding:30px 60px;background-color:#fff}@media (max-width: 47.99875em){.author__head{flex-wrap:wrap;gap:16px;padding:18px 16px}}.author__avatar{flex-shrink:0;width:153px;height:153px;padding:8px;border-radius:50%;overflow:hidden;background-color:#eeeae5;display:flex;align-items:center;justify-content:center}.author__avatar img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}@media (max-width: 47.99875em){.author__avatar{width:80px;height:80px}}.author__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:18px;padding-top:4px}.author__name h2{font-family:"Averia Serif Libre",serif;font-size:36px;font-weight:700;color:#0b3948}@media (max-width: 47.99875em){.author__name h2{font-size:22px}}.author__role p{font-size:20px;line-height:.75;color:#9a9393}@media (max-width: 47.99875em){.author__role p{font-size:17px}}.author__meta-row{display:flex;flex-wrap:wrap;gap:6px;flex-direction:column}.author__meta{display:inline-flex;align-items:center;gap:8px}.author__meta p{font-size:14px;color:#9a9393}.author__meta a{font-size:14px;color:#9a9393;text-decoration:underline}.author__meta-icon{display:inline-flex;align-items:center;justify-content:center;color:#9a9393}.author__meta-icon svg{width:12px;height:12px}.author__socials{flex-shrink:0;display:flex;align-items:center;gap:14px;padding-top:6px}.author__socials a{display:inline-flex;align-items:center;justify-content:center;color:#748289;transition:opacity .15s ease}.author__socials a:hover{opacity:.7}.author__socials a svg{width:22px;height:22px;display:block}@media (max-width: 47.99875em){.author__socials{width:100%;justify-content:flex-end;padding-top:0}}.author__bio{background-color:#f2f0ee;padding:30px 60px;display:flex;flex-direction:column;gap:14px}@media (max-width: 47.99875em){.author__bio{padding:18px 16px;gap:12px}}.author__bio p{font-size:18px;line-height:1.48;color:#0b3948}@media (max-width: 61.99875em){.profile__heading--become-contributor{display:none}}.become-contributor{max-width:808px;width:100%;display:flex;flex-direction:column;gap:20px;margin-top:22px}@media (max-width: 61.99875em){.become-contributor{margin-top:0;gap:15px}}.become-contributor__header{display:flex;flex-direction:column;gap:10px}.become-contributor__desc p{line-height:1.25}@media (max-width: 47.99875em){.become-contributor__desc p{font-size:14px}}.become-contributor__card{position:relative;display:flex;flex-direction:column;gap:18px;background-color:#eeeae5;border-radius:8px;padding:26px}@media (max-width: 47.99875em){.become-contributor__card{padding:15px;gap:12px}}.become-contributor__card:before{content:"";position:absolute;top:-9px;left:56px;width:18px;height:9px;background-color:#eeeae5;clip-path:polygon(50% 0,100% 100%,0 100%)}@media (max-width: 47.99875em){.become-contributor__card:before{left:32px}}.become-contributor__notice{display:flex;align-items:center;justify-content:center;gap:12px;background-color:#f8f0e2;border-radius:8px;padding:18px 24px;text-align:center}@media (max-width: 47.99875em){.become-contributor__notice{padding:14px;gap:10px;text-align:left}}.become-contributor__notice-icon{flex-shrink:0;align-self:flex-start;display:flex;align-items:center;justify-content:center;margin-top:2px}.become-contributor__notice-icon svg{width:18px;height:18px}.become-contributor__notice-text{text-align:left;min-width:0}.become-contributor__notice-text p{line-height:1.25;color:#0b3948}.become-contributor__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 47.99875em){.become-contributor__row{grid-template-columns:1fr;gap:12px}}.become-contributor__input{width:100%;height:64px;background-color:#fff;border:none;border-radius:8px;padding:20px 26px;font-family:inherit;font-size:18px;color:#0b3948;outline:none}.become-contributor__input::placeholder{color:#0b3948;opacity:1}@media (max-width: 47.99875em){.become-contributor__input{height:52px;padding:14px 18px;font-size:15px}}.become-contributor__textarea{width:100%;min-height:150px;background-color:#fff;border:none;border-radius:8px;padding:20px 26px;font-family:inherit;font-size:18px;color:#0b3948;outline:none;resize:vertical}.become-contributor__textarea::placeholder{color:#0b3948;opacity:1}@media (max-width: 47.99875em){.become-contributor__textarea{min-height:110px;padding:14px 18px;font-size:15px}}.become-contributor__links-title{margin-top:6px}.become-contributor__links-title h3{font-size:20px}.become-contributor__links{display:flex;flex-direction:column;gap:14px}@media (max-width: 47.99875em){.become-contributor__links{gap:10px}}.become-contributor__action{display:flex;justify-content:flex-end;margin-top:6px}.become-contributor__action .button{padding:14px 28px;font-size:16px;font-weight:700}@media (max-width: 47.99875em){.become-contributor__action{justify-content:stretch}.become-contributor__action .button{width:100%}}.top-rated{background-color:#f7f5f2;padding:20px 0 38px}.top-rated__container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1490px}.top-rated__back{align-self:flex-start}.top-rated__label{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #eeeae5;border-radius:999px;padding:9px 10px 7px;font-size:13px;font-weight:500;color:#0b3948;text-transform:uppercase;margin-top:20px}.top-rated__label-icon{display:inline-flex;align-items:center;justify-content:center}.top-rated__title{margin-top:20px}.top-rated__title h1{font-size:36px;font-weight:700;color:#0b3948;line-height:1.25}@media (max-width: 47.99875em){.top-rated__title h1{font-size:26px}}.top-rated__text{max-width:680px;margin-top:12px}.top-rated__text p{font-size:14px;line-height:1.55;color:#0b3948}.promo{background-color:#0b3948;padding-top:100px;padding-bottom:78px;overflow:hidden}@media (max-width: 61.99875em){.promo{padding-top:40px}}.promo__container{display:grid;grid-template-columns:1fr 1fr;align-items:start}@media (max-width: 61.99875em){.promo__container{grid-template-columns:1fr;padding-left:0;padding-right:0;gap:30px}}.promo__intro{display:flex;flex-direction:column}@media (max-width: 61.99875em){.promo__intro{padding:0 30px 30px}}.promo__intro-label{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background-color:#21596d;border-radius:999px;padding:10px 14px 8px 15px;font-size:13px;font-weight:500;color:#fff;text-transform:uppercase}.promo__intro-label-icon{display:inline-flex;align-items:center;justify-content:center}.promo__intro-title{max-width:654px;margin-top:29px}.promo__intro-title h2{font-size:40px;color:#fff}@media (max-width: 47.99875em){.promo__intro-title h2{font-size:24px}}.promo__intro-text{margin-top:24px}.promo__intro-text p{color:#fff}.promo__intro-action{margin-top:12px}.promo__intro-action .button{padding:12px 41px;font-weight:500}.promo__intro-img{margin-top:8px;max-width:524px}.promo__intro-img img{display:block;width:100%;height:auto}.promo__steps{padding:40px;display:flex;flex-direction:column;min-height:100%;position:relative}.promo__steps:before{content:"";position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:#fff;border-radius:32px;z-index:0}.promo__steps>*{z-index:1}@media (max-width: 61.99875em){.promo__steps{border-radius:16px 16px 0 0;padding:30px}}@media (max-width: 47.99875em){.promo__steps{padding:20px}}.promo__steps-title h2{font-size:30px;font-weight:700;color:#0b3948;line-height:1.25}@media (max-width: 47.99875em){.promo__steps-title h2{font-size:20px}}.promo__steps-text p{line-height:1.62;margin-top:17px;color:#748289}.promo__steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px;width:calc(100% + 65px)}@media (max-width: 61.99875em){.promo__steps-grid{grid-template-columns:repeat(2,1fr);gap:22px 18px}}@media (max-width: 47.99875em){.promo__steps-grid{grid-template-columns:1fr;gap:18px}}.promo__step{display:flex;flex-direction:column;gap:9px}.promo__step-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.promo__step-title p{color:#0b3948;line-height:1.49;letter-spacing:-.4px}.promo__step-text p{line-height:1.62;color:#748289}.faq{background-color:#f7f5f2;padding:91px 0 120px}@media (max-width: 47.99875em){.faq{padding:40px 0 60px}}.faq__container{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}@media (max-width: 61.99875em){.faq__container{grid-template-columns:1fr;gap:30px}}.faq__intro{display:flex;flex-direction:column;align-items:flex-start}.faq__intro-label{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #eeeae5;border-radius:999px;padding:9px 15px 7px 14px;font-size:13px;font-weight:500;color:#0b3948;text-transform:uppercase}.faq__intro-label-icon{display:inline-flex;align-items:center;justify-content:center}.faq__intro-title{margin-top:20px}.faq__intro-title h2{font-size:50px;line-height:1.16;letter-spacing:-.4px}@media (max-width: 47.99875em){.faq__intro-title h2{font-size:28px}}.faq__intro-text{max-width:540px;margin-top:15px}.faq__intro-text p{line-height:1.6;color:#666}.faq__intro-img{margin-top:21px;max-width:578px}.faq__intro-img img{display:block;width:100%;height:auto}.faq__list{background-color:#fff;border-radius:8px;padding:0 10px;margin-top:15px}@media (max-width: 47.99875em){.faq__list{padding:0 10px}}@media (max-width: 61.99875em){.profile__heading--cities-zip{display:none}}.cities-zip{max-width:808px;width:100%;display:flex;flex-direction:column;gap:40px}@media (max-width: 47.99875em){.cities-zip{gap:20px}}.cities-zip__intro{display:flex;flex-direction:column;gap:20px}@media (max-width: 47.99875em){.cities-zip__intro h2{font-size:20px}}.cities-zip__intro-text p{line-height:1.25;color:#000}@media (max-width: 47.99875em){.cities-zip__intro-text p{font-size:14px}}.cities-zip__google-card{display:flex;gap:20px;background-color:#f8f0e2;border-radius:8px;padding:20px}@media (max-width: 61.99875em){.cities-zip__google-card{flex-direction:column}}@media (max-width: 47.99875em){.cities-zip__google-card{padding:10px}}.cities-zip__google-left{flex:1;display:flex;flex-direction:column;gap:10px}.cities-zip__google-img{border-radius:8px;overflow:hidden}.cities-zip__google-img img{display:block;width:100%;height:auto}.cities-zip__google-right{flex:1;display:flex;flex-direction:column;gap:15px}.cities-zip__how{display:flex;flex-direction:column;gap:20px}.cities-zip__how-text p{line-height:1.25;color:#000}@media (max-width: 47.99875em){.cities-zip__how-text p{font-size:14px}}.cities-zip__upgrade{display:flex;flex-direction:column;gap:15px;background-color:#d4308033;border-radius:8px;padding:20px}@media (max-width: 47.99875em){.cities-zip__upgrade{padding:10px}}.cities-zip__upgrade-text{display:flex;flex-direction:column;gap:10px}.cities-zip__upgrade-text p{line-height:1.25;color:#0b3948}@media (max-width: 47.99875em){.cities-zip__upgrade-text p{font-size:14px}}.cities-zip__list-card{display:flex;flex-direction:column;gap:16px;background-color:#fff;border-radius:8px;padding:20px 16px}.cities-zip__list-head{display:flex;flex-direction:column;gap:16px}.cities-zip__list-desc p{line-height:1.25;color:#000}@media (max-width: 47.99875em){.cities-zip__list-desc p{font-size:14px}}.cities-zip__info{display:flex;flex-direction:column;gap:5px}.cities-zip__info-row{display:flex;justify-content:space-between;align-items:center}.cities-zip__info-label{color:#000;font-weight:500}.cities-zip__info-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.cities-zip__info-meta p{font-size:14px;line-height:1.25;color:#748289}@media (max-width: 47.99875em){.cities-zip__info-meta p{font-size:12px}}.cities-zip__info-meta strong{font-weight:700}.cities-zip__rows{display:flex;flex-direction:column;gap:6px}.cities-zip__row{display:flex;align-items:center;gap:10px;background-color:#f9f9f9;border-radius:8px;padding:10px}.cities-zip__city{flex:1;min-width:0}.cities-zip__city a{font-weight:700;color:#0b3948;text-decoration:none}.cities-zip__city a:hover{opacity:.55}@media (max-width: 47.99875em){.cities-zip__city a{font-size:14px}}.cities-zip__zips{display:flex;flex-shrink:0;gap:44px}@media (max-width: 61.99875em){.cities-zip__zips{gap:5px}}.cities-zip__zip{width:60px;text-align:right;font-weight:700;color:#0b3948;text-decoration:none}.cities-zip__zip:hover{opacity:.55}@media (max-width: 47.99875em){.cities-zip__zip{width:70px;font-size:14px}}@media (max-width: 61.99875em){.profile__heading--reviews-connected{display:none}}.reviews-connected{max-width:690px;width:100%;display:flex;flex-direction:column;margin-top:16px;gap:10px}@media (max-width: 61.99875em){.reviews-connected{margin-top:0}}.reviews-connected__reviews{background-color:#fff;border-radius:8px;padding:20px 16px}.reviews-connected__bar{display:flex;align-items:start;justify-content:space-between;gap:16px}.reviews-connected__test-btn{display:inline-flex;align-items:center;gap:8px;background-color:#f7f5f2;border-radius:18px;padding:8px 12px 8px 11px;font-family:inherit;font-size:13px;font-weight:700;color:#0b3948;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease}.reviews-connected__test-btn:hover{background-color:#eeeae5}.reviews-connected__test-btn-icon{display:inline-flex;align-items:center;justify-content:center;color:#0b3948}.reviews-connected__google-badge{flex-shrink:0;width:60px;height:60px;margin-top:-10px;margin-right:-4px}.reviews-connected__google-badge img{display:block;width:100%;height:100%;object-fit:contain}.reviews-connected__total{display:flex;align-items:center;gap:4px;margin-top:9px}.reviews-connected__total-text p{font-size:14px;font-weight:700;color:#0b3948}.reviews-connected__total-score{margin-left:4px}.reviews-connected__total-score p{font-size:14px;font-weight:300;color:#748289}.reviews-connected__stars{display:inline-flex;align-items:center;gap:3px}.reviews-connected__stars .agent-reviews__star-small,.reviews-connected__stars svg,.reviews-connected__stars .agent-reviews__star-small .agent-reviews__star-fill svg{width:15px;height:15px}.reviews-connected__list{display:flex;flex-direction:column;margin-top:15px;padding-top:10px;border-top:1px solid #eeeae5}.reviews-connected__item{display:flex;flex-direction:column;gap:10px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #eeeae5}.reviews-connected__item:last-child{padding-bottom:0;border-bottom:0}.reviews-connected__top{display:flex;gap:15px}.reviews-connected__avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:34.5px;color:#fff;text-transform:uppercase;grid-row-start:1;grid-row-end:2}.reviews-connected__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.reviews-connected__name p{font-size:18px;font-weight:700;color:#0b3948;line-height:1.44}.reviews-connected__date p{font-size:12px;font-weight:300;line-height:1.4;color:#748289}.reviews-connected__text p{font-size:14px;line-height:1.4;color:#0b3948}.connect-reviews{max-width:690px;width:100%;display:flex;flex-direction:column}@media (max-width: 47.99875em){.connect-reviews{gap:12px}}.connect-reviews .agent-reviews,.connect-reviews .agent-import{margin-top:10px}.connect-reviews__note{display:flex;flex-direction:column;gap:15px;background-color:#f8f0e2;border-radius:8px;padding:20px 25px 20px 20px;margin-top:7px}@media (max-width: 47.99875em){.connect-reviews__note{padding:15px}}.connect-reviews__note-text p{line-height:1.25}@media (max-width: 47.99875em){.connect-reviews__note-text p{font-size:14px}}.connect-reviews__google{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-bottom:10px;border-bottom:1px solid #eeeae5}.connect-reviews__google-head{display:flex;flex-direction:column;gap:20px;padding-bottom:9px;border-bottom:1px solid #eeeae5}.connect-reviews__google-text p{line-height:1.25;color:#000}@media (max-width: 47.99875em){.connect-reviews__google-text p{font-size:14px}}.connect-reviews__google-form{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:-3px}@media (max-width: 47.99875em){.connect-reviews__google-form{grid-template-columns:1fr;gap:14px}}.connect-reviews__google-field{display:flex;flex-direction:column;gap:8px}.connect-reviews__google-label p{font-weight:700;color:#0b3948;font-family:"Averia Serif Libre",serif}@media (max-width: 47.99875em){.connect-reviews__google-label p{font-size:14px}}.connect-reviews__google-input{width:100%;height:60px;background-color:#fff;border:1px solid #eeeae5;border-radius:8px;padding:20px;font-family:inherit;font-size:19px;color:#0b3948;outline:none;line-height:1}.connect-reviews__google-input::placeholder{color:#0b3948}.connect-reviews__google-input:focus{border-color:#0b3948}.connect-reviews__agree{display:flex;align-items:center;gap:10px;cursor:pointer;padding-top:10px;border-top:1px solid #eeeae5}.connect-reviews__agree-text p{line-height:1.25;color:#000}.connect-reviews__agree-text a{color:#0b3948}.connect-reviews__google-action{display:flex;justify-content:flex-end}.connect-reviews__google-action .button{font-weight:500}@media (max-width: 47.99875em){.connect-reviews__google-action{justify-content:stretch}.connect-reviews__google-action .button{width:100%}}@media (max-width: 61.99875em){.profile__heading--connect-crm{display:none}}.connect-crm{max-width:688px;width:100%;display:flex;flex-direction:column}@media (max-width: 47.99875em){.connect-crm{gap:15px}}.connect-crm__header{margin-top:16px}.connect-crm__payment{margin-top:22px;display:flex;flex-direction:column;gap:15px;background-color:#f4d2da;border-radius:8px;padding:20px}@media (max-width: 47.99875em){.connect-crm__payment{padding:15px;gap:12px}}.connect-crm__payment-text{font-family:"Averia Serif Libre",serif}.connect-crm__payment-text p{font-weight:700;color:#0b3948}@media (max-width: 47.99875em){.connect-crm__payment-text p{font-size:14px}}.connect-crm__payment-action .button{padding:12px 22px}.connect-crm__intro{display:flex;flex-direction:column;gap:15px;margin-top:12px;padding-bottom:14px;margin-bottom:15px;border-bottom:1px solid #EEEAE5}.connect-crm__intro-text p{line-height:1.25}@media (max-width: 47.99875em){.connect-crm__intro-text p{font-size:14px}}.connect-crm__note{display:flex;flex-direction:column;gap:10px;background-color:#f8f0e2;border-radius:8px;padding:20px}@media (max-width: 47.99875em){.connect-crm__note{padding:15px}}.connect-crm__note-text p{color:#0b3948}@media (max-width: 47.99875em){.connect-crm__note-text p{font-size:14px}}.connect-crm__offer{display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:8px;margin-top:15px;padding:24px 20px}@media (max-width: 47.99875em){.connect-crm__offer{padding:15px;gap:12px}}.connect-crm__offer-text{max-width:600px}.connect-crm__offer-text p{line-height:1.25}@media (max-width: 47.99875em){.connect-crm__offer-text p{font-size:14px}}.connect-crm__offer-video{position:relative;width:100%;aspect-ratio:648/397;border-radius:8px;overflow:hidden;background-color:#000}.connect-crm__offer-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.connect-crm__offer-foot{display:flex;align-items:start;justify-content:space-between;gap:20px}@media (max-width: 47.99875em){.connect-crm__offer-foot{flex-direction:column;align-items:stretch;gap:12px}}.connect-crm__offer-credit{flex:1;min-width:0}.connect-crm__offer-credit p{line-height:1.25;color:#0b3948}.connect-crm__offer-credit strong{font-weight:700}.connect-crm__offer-action{flex-shrink:0}.connect-crm__offer-action .button{font-weight:500;padding:12px 20px}.connect-crm__contextual{margin-top:15px;display:flex;flex-direction:column;gap:10px;background-color:#f8f0e2;border-radius:8px;padding:20px;line-height:1.25}@media (max-width: 47.99875em){.connect-crm__contextual{padding:15px;gap:12px}}@media (max-width: 47.99875em){.connect-crm__contextual-text p{font-size:14px}}.connect-crm__contextual-list{display:flex;flex-direction:column;gap:20px;margin-top:10px}@media (max-width: 47.99875em){.connect-crm__contextual-item p{font-size:14px}}.connect-crm__contextual-item strong{font-weight:700}.connect-crm__contextual-text:last-child{margin-top:10px}.dashboard{min-width:0;display:grid;align-items:flex-start;gap:20px;grid-template-columns:690fr 333fr}.dashboard__main{min-width:0;display:flex;flex-direction:column;background-color:#fff;border-radius:8px}.dashboard__aep{gap:14px;padding:20px;background:#f8f0e2}.dashboard__aep-icon{flex-shrink:0;display:inline-flex}.dashboard__aep-icon svg{width:24px;height:24px}.dashboard__aep-title{display:flex;align-items:center;gap:10px;margin-bottom:5px}.dashboard__aep-title h3{font-size:24px}.dashboard__aep-text p{color:#0b3948;line-height:1.5}.dashboard__aep-text a{text-decoration:underline}.dashboard__blocks{padding:6px 20px 30px;display:grid;gap:30px}.dashboard__stats{display:flex;flex-direction:column;gap:30px}.dashboard__stats-head{display:flex;align-items:center;gap:20px}.dashboard__stats-title h2{font-size:20px}.dashboard__dropdown{position:relative}.dashboard__dropdown button{display:inline-flex;align-items:center;gap:6px;padding:5px 15px;border:1px solid #0b3948;border-radius:8px;font-family:inherit;font-size:16px;color:#0b3948;cursor:pointer;line-height:1.48;font-weight:500}.dashboard__dropdown svg{width:10px;height:7px;transition:transform .2s ease}.dashboard__dropdown--open svg{transform:rotate(180deg)}.dashboard__dropdown-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:100%;z-index:20;background:#fff;border:1px solid #e3e5ec;border-radius:8px;box-shadow:0 4px 20px #0000001a;padding:6px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none}.dashboard__dropdown--open .dashboard__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dashboard__dropdown-item{padding:8px 16px;font-size:14px;color:#0b3948;white-space:nowrap;cursor:pointer}.dashboard__dropdown-item:hover{background:#f7f5f2}.dashboard__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dashboard__stat{border:1px solid #e3e5ec;border-radius:8px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;line-height:1.48}.dashboard__stat-title h3{font-size:16px;font-weight:600;color:#000;font-family:Inter}.dashboard__stat-value p{color:#000;font-family:Inter;font-weight:600;font-size:40px}.dashboard__stat-time{display:inline-flex;align-items:center;gap:5px}.dashboard__stat-time p{font-size:13px;color:#919191}.dashboard__stat-time-icon{display:inline-flex}.dashboard__stat-time-icon svg{width:14px;height:14px}.dashboard__todos{display:flex;flex-direction:column;gap:16px}.dashboard__todos-title h2{font-size:32px}.dashboard__todos-sub{margin-top:2px;margin-bottom:6px}.dashboard__todos-sub h3{font-size:20px}.dashboard__todo-list{display:flex;flex-direction:column;gap:6px}.dashboard__todo{display:flex;align-items:center;gap:12px;padding:9px 15px;border-radius:8px;background:#f7f5f2}.dashboard__todo--done{background:rgba(51,167,82,.0784313725)}.dashboard__todo-check{flex-shrink:0;cursor:pointer;display:inline-flex}.dashboard__todo-check input{display:none}.dashboard__todo-mark{width:24px;height:24px;border-radius:8px;background:#fff;border:1px solid #e3e5ec;display:inline-flex;align-items:center;justify-content:center}.dashboard__todo-mark svg{width:14px;height:14px}.dashboard__todo--done .dashboard__todo-mark{background:#33a752;border-color:#33a752}.dashboard__todo-text{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.dashboard__todo-text p{font-size:14px;color:#000}.dashboard__todo-highlight{color:#0b3948}.dashboard__todo--done .dashboard__todo-text p{text-decoration:line-through;color:#000}.dashboard__todo-info{display:inline-flex}.dashboard__todo-info svg{width:15px;height:15px}.dashboard__todo-dismiss{flex-shrink:0}.dashboard__todo-dismiss a{color:#f9a21b;text-decoration:underline;font-size:16px;font-weight:500;line-height:1.25}.dashboard__activity{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;display:flex;flex-direction:column}.dashboard__activity-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:10px}.dashboard__activity-title h2{font-size:18px;font-weight:700;color:#0b3948}.dashboard__activity-list{display:flex;gap:10px;flex-direction:column}.dashboard__activity-item{display:flex;align-items:flex-start;gap:12px;padding:6px 10px;background-color:#f7f5f2;border-radius:8px}.dashboard__activity-avatar{flex-shrink:0;width:38px;height:38px;border-radius:50%;overflow:hidden;background:#f3f4f6}.dashboard__activity-avatar img{width:100%;height:100%;object-fit:cover}.dashboard__activity-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.dashboard__activity-text p{font-size:14px;color:#0b3948;line-height:1.35}.dashboard__activity-text strong{font-weight:700}.dashboard__activity-time p{font-size:12px;color:#9ca3af}.dashboard__activity-action{margin-top:4px;display:flex;align-items:center;gap:6px}.dashboard__activity-action svg{width:22px;height:22px}.dashboard__activity-action a{font-size:13px;color:#dfab32;font-weight:500}.dashboard__activity-more{margin-top:10px;background:#fbf6ee;text-align:center;padding:11px}.dashboard__activity-more span{color:#f9a21b;text-decoration:underline;font-size:16px;font-weight:500}@media (max-width: 1199px){.dashboard{flex-direction:column}.dashboard__activity{width:100%}}@media (max-width: 47.99875em){.dashboard__stats-grid{grid-template-columns:1fr}.dashboard__todo{flex-wrap:wrap}.dashboard__todo-text{flex:1 0 calc(100% - 34px)}.dashboard__todo-dismiss{width:100%;text-align:right}}.deactivate-account{flex:1;min-width:0;max-width:808px}.deactivate-account__card{background:#fff;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:15px}.deactivate-account__alert{display:flex;align-items:flex-start;gap:10px;background:rgba(212,48,128,.2);border-radius:8px;padding:20px}.deactivate-account__alert-icon{flex-shrink:0;margin-top:2px;display:inline-flex}.deactivate-account__alert-icon svg{width:20px;height:20px}.deactivate-account__alert-body{display:flex;flex-direction:column;gap:14px}.deactivate-account__alert-body p{font-size:16px;color:#0b3948;line-height:1.5}.deactivate-account__alert-body a{color:#0b3948;font-weight:700;text-decoration:none}.deactivate-account__reasons{display:flex;flex-direction:column;gap:10px;padding-block:15px;border-block:1px solid #EEEAE5}.deactivate-account__reason{display:flex;align-items:center;gap:12px;cursor:pointer}.deactivate-account__reason span{font-size:16px;color:#0b3948}.deactivate-account__field input{width:100%;height:50px;padding:0 18px;background:#fff;border:1px solid #d8dde1;border-radius:8px;font-size:16px;color:#0b3948;font-family:inherit;outline:none}.deactivate-account__field input::placeholder{color:#748289}.deactivate-account__field input:focus{border-color:#0b3948}.deactivate-account__actions{display:flex;gap:12px;margin-top:4px}@media (max-width: 29.99875em){.deactivate-account__card{padding:18px 16px 20px}.deactivate-account__alert{padding:14px 16px}.deactivate-account__title h2{font-size:22px}.deactivate-account__actions{flex-direction:column}.deactivate-account__actions .button{width:100%}}@media (max-width: 61.99875em){.profile__heading--edit-profile{display:none}}.edit-profile{max-width:690px;margin-top:15px;width:100%}.edit-profile__heading{margin-bottom:26px}.edit-profile__top{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center;background-color:#f8f0e2;border-radius:12px;padding:20px}@media (max-width: 61.99875em){.edit-profile__top{padding:10px}}.edit-profile__avatar{position:relative;width:180px;height:180px;aspect-ratio:1}.edit-profile__avatar-img{width:100%;height:100%;aspect-ratio:1;border-radius:50%;background-color:#d4c8ba;display:flex;align-items:center;justify-content:center;overflow:hidden}.edit-profile__avatar-img img{width:100%;height:100%;object-fit:cover}.edit-profile__avatar-edit{position:absolute;top:-7.5px;right:0;width:41px;height:41px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-profile__avatar-edit svg{width:24px;height:24px}.edit-profile__name-fields{display:flex;flex-direction:column;gap:13px}.edit-profile__form{display:flex;flex-direction:column;gap:16px;padding-top:16px;margin-top:16px;border-top:1px solid #EEEAE5}.edit-profile__row{display:grid;grid-template-columns:calc(50% - 7.5px) calc(50% - 7.5px);gap:16px}.edit-profile__row--full{grid-template-columns:1fr}.edit-profile__field{display:flex;flex-direction:column;gap:9px}.edit-profile__label{font-size:20px;font-weight:700;font-family:"Averia Serif Libre",serif;color:#0b3948}.edit-profile__input{width:100%;padding:18px 20px;background:#fff;border:1px solid #d0cbb8;border-radius:8px;font-size:18px;color:#0b3948;outline:none;font-family:inherit}.edit-profile__input::placeholder{color:#b0a898}@media (max-width: 61.99875em){.edit-profile__input{font-size:16px;padding:13px 20px}}.edit-profile__input-wrap{position:relative}.edit-profile__input-wrap:has(.edit-profile__input-icon) .edit-profile__input{padding-left:54px}.edit-profile__input-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);display:flex;align-items:center}.edit-profile__input-icon svg{width:24px;height:24px}.edit-profile__section-title{margin-top:10px}.edit-profile__section-title h2{font-size:24px}.edit-profile__languages{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 47.99875em){.edit-profile__languages{flex-direction:column;gap:21px;align-items:stretch}}.edit-profile__select-wrap{flex:1;position:relative}.edit-profile__select-wrap--with-btn{display:flex;gap:20px}.edit-profile__select-wrap--with-btn .button{height:100%;padding:18px 20px;max-height:60px;gap:6px}@media (max-width: 61.99875em){.edit-profile__select-wrap--with-btn .button{padding:12px 20px;max-height:48px}}.edit-profile__select-inner{flex:1;position:relative}.edit-profile__select{width:100%;padding:19px 18px 19px 35px;background:#fff;border:1px solid #E3E5EC;border-radius:8px;color:#0b3948;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;font-family:inherit}@media (max-width: 61.99875em){.edit-profile__select{padding:13px 20px}}.edit-profile__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center}.edit-profile__select-arrow svg{width:16px;height:16px}.edit-profile__lang-add{flex-shrink:0}.edit-profile__social{display:flex;flex-direction:column;gap:9px}.edit-profile__social-field{display:flex;align-items:center;background:#fff;border:1px solid #d0cbb8;border-radius:8px;overflow:hidden}.edit-profile__social-field input{flex:1;padding:19px 16px 19px 0;border:none;outline:none;color:#0b3948;background:transparent;font-family:inherit;font-size:18px}@media (max-width: 61.99875em){.edit-profile__social-field input{font-size:16px;padding-block:14px}}.edit-profile__social-field input::placeholder{color:#b0a898}.edit-profile__social-icon{padding-left:20px;padding-right:10px;display:flex;align-items:center;justify-content:center;align-self:stretch;flex:0 0 54px}.edit-profile__social-icon svg{width:24px;height:24px}.edit-profile__actions{display:flex;justify-content:flex-end;gap:16px;padding-top:16px;border-top:1px solid #EEEAE5}.edit-profile__actions .button:nth-child(2){padding:12px 81px}@media (max-width: 47.99875em){.edit-profile__actions .button:nth-child(1){padding:12px 16px}}@media (max-width: 47.99875em){.edit-profile__row,.edit-profile__top{grid-template-columns:1fr}.edit-profile__photo{display:flex;justify-content:center}.edit-profile__avatar{width:90px;height:90px}}.edit-profile__select-wrap--lang-tag{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:19px 16px;background:#fff;border:1px solid #E3E5EC;border-radius:8px;color:#0b3948}.edit-profile__lang-tag-label{flex:1}.edit-profile__lang-remove{background:none;border:none;cursor:pointer;color:#919191;font-size:16px;padding:0;line-height:1;flex-shrink:0;transition:color .15s}@media (max-width: 61.99875em){.profile__heading--hide-business-temporary{display:none}}.hide-business{flex:1;min-width:0;max-width:690px;display:flex;flex-direction:column}.hide-business__text{margin-top:20px}@media (max-width: 61.99875em){.hide-business__text{font-size:14px}}.hide-business__calendar{background:#fff;border-radius:8px;padding:20px;max-width:320px;margin-top:40px}.hide-business__cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.hide-business__cal-title h3{font-family:"Averia Serif Libre",serif;font-size:18px;font-weight:700;color:#0b3948}.hide-business__cal-nav{display:flex;align-items:center;gap:4px}.hide-business__cal-nav button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#0b3948;padding:0}.hide-business__cal-nav button:hover:not(:disabled){background:#f3f4f6}.hide-business__cal-nav button:disabled{color:#c2c8cc;cursor:default}.hide-business__cal-nav button svg{width:20px;height:20px}.hide-business__cal-grid{display:grid;grid-template-columns:repeat(7,40px);justify-content:start}.hide-business__cal-weekday{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.hide-business__cal-weekday p{font-size:14px;font-weight:700;color:#0b3948}.hide-business__cal-day{width:40px;aspect-ratio:1;height:40px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid #F7F5F2;border-radius:0;font-family:inherit;font-size:14px;color:#0b3948;cursor:pointer;padding:0}.hide-business__cal-day:hover:not(.hide-business__cal-day--muted):not(.hide-business__cal-day--selected):not(.hide-business__cal-day--disabled){background:#f7f5f2}.hide-business__cal-day--selected{background:#F9A21B;color:#f7f5f2;border-radius:50%}.hide-business__cal-day--muted{background:#EEEAE5;color:#4d5567;cursor:default}.hide-business__cal-day--disabled{color:#b8c0c5;cursor:default;opacity:.65}.hide-business__actions{margin-top:40px;display:flex;gap:12px}@media (max-width: 61.99875em){.hide-business__calendar{padding:18px 14px;margin-top:20px}.hide-business__cal-day{font-size:12px}.hide-business__actions{margin-top:20px}.hide-business__actions .button{width:100%}}@media (max-width: 61.99875em){.profile__heading--how-it-works{display:none}}.how-it-works{max-width:808px;width:100%;display:flex;flex-direction:column;gap:40px;margin-top:18px}@media (max-width: 61.99875em){.how-it-works{margin-top:0;gap:15px}}.how-it-works__header{display:flex;flex-direction:column;gap:20px}.how-it-works__desc p{line-height:1.45;color:#000}@media (max-width: 47.99875em){.how-it-works__desc p{font-size:14px}}.how-it-works__card{background-color:#fff;border-radius:8px;padding:0 10px}@media (max-width: 47.99875em){.how-it-works__card{padding:4px 16px}}@media (max-width: 61.99875em){.profile__heading--fmo-partner{display:none}}.fmo-partner{max-width:690px;width:100%;display:flex;flex-direction:column;gap:20px;margin-top:22px}@media (max-width: 61.99875em){.fmo-partner{margin-top:0;gap:15px}}.fmo-partner__header{display:flex;flex-direction:column;gap:10px}.fmo-partner__desc p{line-height:1.45;color:#000}@media (max-width: 47.99875em){.fmo-partner__desc p{font-size:14px}}.fmo-partner__card{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:20px;background-color:#eeeae5;border-radius:8px;padding:30px;overflow:hidden}@media (max-width: 47.99875em){.fmo-partner__card{padding:15px;gap:15px}}.fmo-partner__bg{position:absolute;top:0;right:0;width:154px;height:201px;opacity:.3;pointer-events:none}.fmo-partner__bg img{display:block;width:100%;height:100%;object-fit:cover}.fmo-partner__fields{position:relative;display:flex;flex-direction:column;gap:16px;align-self:stretch}.fmo-partner__input{width:100%;height:56px;background-color:#fff;border:none;border-radius:8px;padding:18px 24px;font-family:inherit;font-size:17px;color:#0b3948;outline:none}.fmo-partner__input::placeholder{color:#0b3948;opacity:1}@media (max-width: 47.99875em){.fmo-partner__input{height:48px;padding:14px 18px;font-size:15px}}.fmo-partner__textarea-wrap{position:relative;align-self:stretch}.fmo-partner__textarea{width:100%;min-height:130px;background-color:#fff;border:none;border-radius:8px;padding:18px 24px;font-family:inherit;font-size:17px;color:#0b3948;outline:none;resize:vertical}.fmo-partner__textarea::placeholder{color:#0b3948;opacity:1}@media (max-width: 47.99875em){.fmo-partner__textarea{min-height:100px;padding:14px 18px;font-size:15px}}.fmo-partner__agree{position:relative;display:flex;align-items:flex-start;align-self:stretch;gap:11px;cursor:pointer}.fmo-partner__agree-text p{font-size:12px;line-height:1.5;color:#9a9393}.fmo-partner .button{padding:12px 28px;font-weight:700}@media (max-width: 47.99875em){.fmo-partner .button{width:100%}}.billing-history{flex:1;min-width:0;max-width:690px}.billing-history__card{background:#fff;border-radius:12px;box-shadow:0 10px 90px #00000014;padding:28px 30px 32px}.billing-history__title{padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid #EEEAE5}.billing-history__year{margin-bottom:14px}.billing-history__year h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.billing-history__list{display:flex;flex-direction:column;gap:6px}.billing-history__item{border-radius:8px}.billing-history__item a{display:flex;align-items:center;padding:14px 18px;text-decoration:none;color:inherit}.billing-history__item{background:#F4F5F6}.billing-history__item-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.billing-history__item-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.billing-history__status p{font-weight:700;color:#0b3948}.billing-history__info p{font-size:14px;color:#748289}.billing-history__price p{font-weight:700;color:#0b3948}.billing-history__price--strike p{text-decoration:line-through}.billing-history__payment p{font-size:14px;color:#748289}.billing-history__chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#c2c8cc;margin-left:4px}.billing-history__item--failed .billing-history__status p{color:#d43080}.billing-history__item--cancelled .billing-history__status p{color:#7886a1}@media (max-width: 47.99875em){.billing-history{margin-top:30px}.billing-history__card{padding:20px 18px 24px}.billing-history__title h2{font-size:22px}.billing-history__item a{padding:12px 14px;gap:10px}.billing-history__status p{font-size:15px}.billing-history__price p{font-size:16px}}@media (max-width: 29.99875em){.billing-history__card{padding:18px 14px 20px}}.my-communication{flex:1;min-width:0;max-width:690px}.my-communication__heading{margin-top:14px;margin-bottom:7px}.my-communication__heading h2{font-size:20px}@media (max-width: 61.99875em){.my-communication__heading{display:none}}.my-communication__card{display:grid;gap:10px}.my-communication__block{padding:20px 50px 20px 20px;border-radius:8px;display:flex;flex-direction:column;gap:15px;background-color:#fff}.my-communication__block--last{border-bottom:none}@media (max-width: 61.99875em){.my-communication__block{padding:20px}}.my-communication__block-title h3{font-weight:700;color:#0b3948;line-height:.75}@media (max-width: 61.99875em){.my-communication__block-title h3{font-size:14px}}.my-communication__block-text{letter-spacing:.1px}@media (max-width: 61.99875em){.my-communication__block-text{font-size:14px}}.my-communication__field{border:1px solid #EEEAE5;border-radius:8px;padding:10px 24px;background:#fefdfd;display:block;cursor:text}.my-communication__field-label{display:flex;font-size:12px;color:#b0a5a5;text-transform:uppercase;letter-spacing:2.34px}@media (max-width: 61.99875em){.my-communication__field-label{font-size:10px}}.my-communication__field-input{margin-top:4px}.my-communication__field-input input{width:100%;border:none;outline:none;background:transparent;font-size:18px;color:#374151;font-family:inherit}.my-communication__field-input input::placeholder{color:#b0a5a5}@media (max-width: 61.99875em){.my-communication__field-input input{font-size:16px}}.my-communication__checks{display:flex;flex-direction:column;gap:12px}.my-communication__check-item{display:flex;align-items:center;gap:12px;cursor:pointer}@media (max-width: 61.99875em){.my-communication__check-item{font-size:14px}}.my-communication__radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;width:22px;height:22px;border-radius:50%;background-color:#f3f8fa;border:2px solid #dde3e6;cursor:pointer;transition:background-color .15s,border-color .15s}.my-communication__radio:checked{background-color:#0b3948;border-color:#0b3948;background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='4' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.my-communication__radios{display:flex;flex-direction:column;gap:12px}.my-communication__radios--inline{flex-direction:row;gap:24px}.my-communication__radio-item{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.my-communication__radio-item span{color:#000}.my-communication__sub-question{display:grid;gap:15px}.my-communication__sub-question p{font-size:14px;line-height:.71;font-weight:700;color:#0b3948}@media (max-width: 61.99875em){.my-communication__sub-question p{line-height:1.25}}.my-communication__terms{margin-top:-5px;padding-top:10px;border-top:1px solid #EEEAE5}.my-communication__terms .my-communication__check-item span a{color:#0b3948;font-weight:500}.my-communication__terms .my-communication__check-item span a:hover{opacity:.75}.my-communication__footer{display:flex;justify-content:flex-end;margin-top:24px}@media (max-width: 61.99875em){.my-communication__footer{justify-content:start;margin-top:10px}}.my-communication__save-btn{font-size:20px!important;padding:15px 30px!important;gap:16px!important}.my-communication__save-btn svg{width:20px;height:20px}@media (max-width: 61.99875em){.my-communication__save-btn svg{display:none}}@media (max-width: 61.99875em){.my-communication__save-btn{font-size:16px!important}}@media (max-width: 47.99875em){.my-communication__save-btn{width:100%}}.my-leads{padding-top:6px}.my-leads__head{display:flex;flex-direction:column;margin-bottom:15px}.my-leads__title{order:0}.my-leads__title h1{font-family:"Averia Serif Libre",serif;font-size:24px;font-weight:700;color:#0b3948}.my-leads__back{order:1;margin-top:10px}.my-leads__head-burger{order:2;display:none;background:transparent;border:none;padding:0;cursor:pointer}.my-leads__body{display:flex;align-items:flex-start;gap:22px}.my-leads__sidebar{width:335px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.my-leads__sidebar.mobile,.my-leads__sidebar-trigger,.my-leads__sidebar-overlay{display:none}.my-leads__sidebar-card{background:#fff;border-radius:8px;padding:20px}.my-leads__sidebar-title{margin-bottom:20px}.my-leads__sidebar-title h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.my-leads__sidebar-list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.my-leads__sidebar-item{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#374151;padding-left:25px;position:relative;cursor:pointer}.my-leads__sidebar-item:before{content:"•";position:absolute;left:0;color:#374151}.my-leads__sidebar-item--active{font-weight:700;color:#0b3948}.my-leads__sidebar-item--active:before{color:#0b3948}.my-leads__sidebar-label{flex:1}.my-leads__unread-badge{background:#FFD470;color:#000;font-size:12px;padding:2px 5px;line-height:1.48;border-radius:20px;white-space:nowrap;flex-shrink:0;font-weight:400}.my-leads__content{flex:1;min-width:0;display:flex;flex-direction:column}.my-leads__content-heading{display:flex;align-items:center;gap:12px}.my-leads__content-heading h2{font-size:20px}.my-leads__content-heading .my-leads__unread-badge{font-size:14px}.my-leads__content-desc{margin-top:20px}.my-leads__cards{margin-top:40px;display:grid;gap:20px}.my-leads__card{background:#fff;border-radius:8px;display:flex;gap:20px}.my-leads__card-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px;padding:24px 20px 24px 30px}.my-leads__card-right{flex-shrink:0;background-color:#ffd4700f;min-width:225px;display:flex;align-items:center;justify-content:center;padding-inline:20px}.my-leads__card-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:14px}.my-leads__status-badge{background:#D43080;color:#fff;line-height:1.5;font-weight:500;padding:3px 20px;border-radius:122px}.my-leads__date-pill{color:#c1b8b8;font-weight:500;padding:2px 8px;border:1px solid #C1B8B8;border-radius:122px;line-height:1.5}.my-leads__card-action,.my-leads__dropdown{position:relative}.my-leads__dropdown-trigger{display:flex;align-items:center;gap:8px;padding:9px 35px;background:#FFD470;border:1px solid transparent;border-radius:8px;font-size:20px;font-weight:500;color:#0b3948;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.my-leads__dropdown-trigger svg{width:16px;height:16px;flex-shrink:0}.my-leads__dropdown-trigger--selected{background:#F7F5F2;border-color:#f7f5f2;color:#374151;font-weight:500;line-height:.75;padding:12px 20px;border-radius:24px;font-size:16px;gap:11px}.my-leads__dropdown-trigger--selected:after{content:"";width:17px;height:10px;flex-shrink:0;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'><path d='M0.353516 0.353516L8.35352 8.35352L16.3535 0.353516' stroke='%230B3948'/></svg>") no-repeat center/contain}.my-leads__dropdown-trigger--bold{border-color:#f7f5f2}.my-leads__dropdown-trigger--green{border-color:#33a752}.my-leads__dropdown-trigger--orange{border-color:#f9a21b}.my-leads__dropdown-trigger--pink{border-color:#d63c88}.my-leads__dropdown-trigger--red{border-color:#ef4444}.my-leads__dropdown-trigger--blue{border-color:#3b82f6}.my-leads__dropdown-menu{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:210px;z-index:20;box-shadow:0 4px 20px #0000001a;padding:6px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none}.my-leads__dropdown--open .my-leads__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.my-leads__dropdown-item{padding:8px 16px;font-size:14px;color:#374151;cursor:pointer}.my-leads__dropdown-item:hover{background:#f9f9f9}.my-leads__dropdown-item--bold{font-weight:700;color:#0b3948}.my-leads__dropdown-item--green{color:#33a752}.my-leads__dropdown-item--orange{color:#f9a21b}.my-leads__dropdown-item--red{color:#ef4444}.my-leads__dropdown-item--pink{color:#d63c88}.my-leads__dropdown-item--blue{color:#3b82f6}.my-leads__card-phone{display:flex;align-items:center;gap:5px;align-self:start;padding-block:2.5px}.my-leads__phone-icon{display:flex;align-items:center;color:#919191}.my-leads__phone-icon svg{width:18px;height:18px}.my-leads__phone-num p{color:#0b3948}.my-leads__card-text p{color:#000}@media (max-width: 61.99875em){.my-leads__head{flex-direction:row;align-items:center;gap:10px;margin-bottom:40px}.my-leads__back{order:0;margin-top:0;gap:0}.my-leads__title{order:1;flex:1}.my-leads__head-burger{display:flex;align-items:center;justify-content:center;order:2}.my-leads__body{flex-direction:column}.my-leads__sidebar{width:100%;order:1}.my-leads__sidebar-trigger{display:block;position:fixed;left:0;top:86px;z-index:50;padding:0;background:transparent;border:none;cursor:pointer}.my-leads__sidebar-trigger svg{display:block}.my-leads__sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s ease}.my-leads--sidebar-open .my-leads__sidebar-overlay{opacity:1;pointer-events:auto}.my-leads__sidebar.mobile{display:flex;position:fixed;top:68px;left:0;width:340px;max-height:calc(100vh - 68px);background:#fff;border:1px solid #0B3948;border-radius:0 8px 8px 0;overflow-y:auto;overflow-x:hidden;z-index:200;padding:0;transform:translate(-100%);gap:0;transition:transform .3s ease}.my-leads__sidebar.mobile .my-leads__sidebar-card:not(:first-child){border-top:1px solid #EEEAE5;margin-top:20px;padding-top:40px}.my-leads--sidebar-open .my-leads__sidebar.mobile{transform:translate(0)}.my-leads__dropdown-trigger{padding:12px 45px;font-size:16px}.my-leads__dropdown-menu{left:0;right:auto}.my-leads__card{flex-direction:column;gap:0}.my-leads__card-left{padding:15px 10px 0;gap:17.5px}.my-leads__card-text,.my-leads__content-desc{font-size:14px}.my-leads__card-meta{font-size:12px}.my-leads__card-right{align-self:stretch;min-width:0;justify-content:flex-start;padding:15px 10px 10px}}@media (max-width: 47.99875em){.my-leads__title h1{font-size:20px}}.my-membership{flex:1;min-width:0;max-width:690px}.my-membership__card{background:#fff;padding:20px 16px;border-radius:12px;overflow:hidden}.my-membership__cancel-info-title{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e5e7eb}.my-membership__cancel-info-title h2{font-size:22px}.my-membership__cancel-info-text{color:#0b3948}.my-membership__subscriptions{padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 10px 90px #00000014;margin-top:22px}.my-membership__sub-heading{margin-bottom:16px}.my-membership__sub-heading h2{font-size:28px}.my-membership__list{display:flex;flex-direction:column}.my-membership__item{border-top:1px solid #e5e7eb}.my-membership__item:last-child{border-bottom:1px solid #e5e7eb}.my-membership__item-header,.my-membership__item-body-inner{display:grid;grid-template-columns:1fr 220px 130px;column-gap:20px}.my-membership__item-header{align-items:center;padding:16px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.my-membership__item-name{min-width:0}.my-membership__item-name h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.my-membership__item-expire p{font-size:14px;color:#6b7280}.my-membership__item-controls{display:flex;align-items:center;gap:8px}.my-membership__item-body{overflow:hidden}.my-membership__item-body-inner{align-items:start;padding-bottom:20px}.my-membership__item-body-left{min-width:0;display:flex;flex-direction:column;gap:6px}.my-membership__item-price p{font-size:15px;color:#374151}.my-membership__item-payment p{font-size:15px;color:#6b7280}.my-membership__item-date p{font-size:14px;color:#6b7280}.my-membership__item-cancel{margin-top:6px}.my-membership__cancel-btn{display:inline-flex;align-items:center;padding:5px 14px;background:#FFD470;color:#0b3948;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit}.my-membership__cancel-btn:hover{background:#f5c842}.my-membership__status{display:inline-flex;align-items:center;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:500}.my-membership__status--expired{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.my-membership__status--active{background:#d1fae5;color:#059669}.my-membership__chevron{display:flex;align-items:center;color:#9ca3af;transition:transform .28s ease}.my-membership__chevron svg{width:20px;height:20px}.my-membership__item--open .my-membership__chevron{transform:rotate(180deg)}@media (max-width: 47.99875em){.my-membership{max-width:100%}.my-membership__card{padding:16px 14px;border-radius:6px}.my-membership__cancel-info-title{padding-bottom:8px;margin-bottom:12px}.my-membership__cancel-info-title h2{font-size:17px;line-height:1.25}.my-membership__cancel-info-text p{font-size:12px;line-height:1.28}.my-membership__subscriptions{margin-top:18px;padding:13px 8px 0;border-radius:6px;box-shadow:none;border:1px solid #f1eee9}.my-membership__sub-heading{margin-bottom:14px;padding:0 0 12px;border-bottom:1px solid #eeeae5}.my-membership__sub-heading h2{font-size:18px;line-height:1.2}.my-membership__item{padding:0;border-top:0}.my-membership__item:last-child{border-bottom:0}.my-membership__item+.my-membership__item{border-top:1px solid #eeeae5}.my-membership__item-header{display:grid;grid-template-columns:1fr auto;gap:10px 8px;align-items:center;padding:16px 0 12px}.my-membership__item-name h3{font-size:16px;line-height:1.25}.my-membership__item-expire{grid-column:1/-1}.my-membership__item-expire p{font-size:13px;line-height:1.25}.my-membership__item-controls{display:contents}.my-membership__status{grid-column:1/-1;justify-self:start;padding:6px 18px;font-size:11px;line-height:1.2}.my-membership__chevron{grid-column:2;grid-row:1;color:#0b3948}.my-membership__chevron svg{width:18px;height:18px}.my-membership__item-body-inner{display:flex;flex-direction:column;gap:8px;padding-bottom:16px}.my-membership__item-body-left{gap:9px}.my-membership__item-body-right{flex:unset}.my-membership__item-price p,.my-membership__item-payment p,.my-membership__item-date p{font-size:13px;line-height:1.25;color:#788695}.my-membership__item-cancel{margin-top:0}.my-membership__cancel-btn{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600}}@media (max-width: 29.99875em){.my-membership__cancel-info{padding:0}}.partner-agency{flex:1;min-width:0;max-width:690px;display:flex;flex-direction:column;gap:16px}.partner-agency__alert{background:rgba(212,48,128,.2);border-radius:8px;padding:20px}.partner-agency__alert-text{margin-bottom:14px;font-family:"Averia Serif Libre",serif}.partner-agency__alert-text p{font-weight:700;color:#0b3948}.partner-agency__intro{background:#fff;border-radius:8px;padding:20px}.partner-agency__intro p{color:#0b3948}.partner-agency__partner{background:#fff;border-radius:8px;padding:24px 20px;display:flex;flex-direction:column;gap:14px}.partner-agency__partner-logo{display:flex;align-items:center;height:60px}.partner-agency__partner-logo svg{max-width:100%;height:100%;object-fit:contain}.partner-agency__contacts{display:flex;flex-wrap:wrap;align-items:center;gap:6px 18px;background:rgba(120,134,161,.12);border-radius:8px;padding:6px 10px}.partner-agency__contact{display:inline-flex;align-items:center;gap:6px}.partner-agency__contact-icon{display:inline-flex;align-items:center}.partner-agency__contact-icon svg{width:14px;height:14px}.partner-agency__contact-label{font-size:14px;color:#0b3948}.partner-agency__partner-desc{display:flex;flex-direction:column;gap:14px;margin-top:4px}@media (max-width: 47.99875em){.partner-agency__alert,.partner-agency__intro,.partner-agency__partner{padding:18px 18px 20px}.partner-agency__contacts{border-radius:12px;padding:12px 14px}.partner-agency__partner-name h2{font-size:22px}}.payment-methods{flex:1;min-width:0;max-width:690px}.payment-methods__card-block{background:#fff;border-radius:12px;box-shadow:0 10px 90px #00000014;padding:28px 30px 32px}.payment-methods__title{padding-bottom:18px;margin-bottom:26px;border-bottom:1px solid #e5e7eb}.payment-methods__title h2{font-size:26px;font-weight:700;color:#0b3948}.payment-methods__preview{position:relative;background:#F4F2EE;border-radius:14px;padding:36px 20px 28px;overflow:hidden;display:flex;flex-direction:column;align-items:center;margin-bottom:22px}.payment-methods__bg-circle{position:absolute;border-radius:50%;background:#ECE6DD;pointer-events:none}.payment-methods__bg-circle--tl{width:110px;height:110px;top:24px;left:30px}.payment-methods__bg-circle--br{width:130px;height:130px;bottom:30px;right:30px}.payment-methods__card{position:relative;width:100%;max-width:405px;aspect-ratio:405/243;z-index:1;color:#fff;font-family:Inter,sans-serif}.payment-methods__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.payment-methods__chip{position:absolute;top:16%;left:8%;width:11%}.payment-methods__number{position:absolute;top:50%;left:8%;right:8%;transform:translateY(-50%);font-family:"Averia Serif Libre",serif}.payment-methods__number p{font-size:clamp(14px,4.6vw,28px);font-weight:500;letter-spacing:1.5px;color:#fff}.payment-methods__details{position:absolute;left:8%;right:8%;bottom:14%;display:flex;align-items:flex-start;gap:6%;justify-content:space-between}.payment-methods__detail{min-width:0}.payment-methods__detail--cvv{position:relative}.payment-methods__detail-label{margin-bottom:1px}.payment-methods__detail-label p{font-family:"Averia Serif Libre",serif;font-size:9.5px;color:#7ab8cc}.payment-methods__detail-value p{font-family:"Averia Serif Libre",serif;font-size:18px;font-weight:700;color:#fff;line-height:1.2;letter-spacing:.4px}.payment-methods__cvv-dots{display:block}.payment-methods__cvv-tip{position:absolute;top:calc(100% + 4px);right:-8px;background:rgba(232,184,75,.15);border-radius:4px;padding:1px 5px}.payment-methods__cvv-tip p{font-size:8px;font-family:"Averia Serif Libre",serif;color:#e8b84b;white-space:nowrap}.payment-methods__brand{position:absolute;bottom:7%;right:8%;width:clamp(36px,11%,46px);height:auto;z-index:2}.payment-methods__caption{margin-top:16px;text-align:center}.payment-methods__caption p{font-size:11px;font-weight:500;letter-spacing:.12em;color:#6b7a83;text-transform:uppercase}.payment-methods__form{display:flex;flex-direction:column;gap:14px}.payment-methods__field{flex:1;min-width:0}.payment-methods__field input{width:100%;height:52px;padding:0 18px;background:#fff;border:1px solid #d8dde1;border-radius:8px;font-size:15px;color:#0b3948;font-family:inherit;outline:none}.payment-methods__field input::placeholder{color:#748289}.payment-methods__field input:focus{border-color:#0b3948}.payment-methods__row{display:flex;gap:14px}.payment-methods__terms{margin-top:4px}.payment-methods__terms-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#0b3948}.payment-methods__terms-label a{color:#d4a843;text-decoration:underline}.payment-methods__actions{display:flex;justify-content:flex-end;margin-top:8px}@media (max-width: 47.99875em){.payment-methods__card-block{padding:22px 18px 24px}.payment-methods__preview{padding:24px 16px 20px}.payment-methods__row{flex-direction:column}.payment-methods__field input{height:48px}}@media (max-width: 29.99875em){.payment-methods__bg-circle--tl,.payment-methods__bg-circle--br{display:none}.payment-methods__title h2{font-size:22px}}@media (max-width: 61.99875em){.profile__heading--profile-ranking{display:none}}.profile-ranking{max-width:808px;width:100%;display:flex;flex-direction:column;gap:40px}.profile-ranking__block-title{margin-bottom:20px}.profile-ranking__block-title h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.profile-ranking__block-text p{font-size:15px;line-height:1.6;color:#0b3948}.profile-ranking__list{display:flex;flex-direction:column;gap:8px;padding-left:20px}.profile-ranking__list li{font-size:15px;line-height:1.5;color:#0b3948;list-style:disc}.profile-ranking__cta{display:grid;gap:15px;background-color:#f9d7e0;border-radius:10px;padding:20px}.profile-ranking__cta-text p{font-family:"Averia Serif Libre",serif;font-weight:700;color:#0b3948}.profile-ranking__cta-action{flex-shrink:0}.refer-friend{max-width:690px;width:100%;display:flex;flex-direction:column;gap:40px}.refer-friend__heading h2{font-size:28px}.refer-friend__heading p{margin-top:20px}.refer-friend__link-block{background-color:#f5ede0;border-radius:10px;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.refer-friend__link-label p{font-family:"Averia Serif Libre",serif;font-size:18px;font-weight:700;color:#0b3948}.refer-friend__link-row{display:flex;align-items:center;gap:12px}.refer-friend__link-input{flex:1}.refer-friend__link-input input{width:100%;padding:14px 16px;border:1px solid #d0cbb8;border-radius:8px;background:#fff;font-size:15px;color:#0b3948;outline:none;font-family:inherit}.refer-friend__copy-btn{flex-shrink:0;padding:14px 24px!important}.refer-friend__copy-icon{display:inline-flex;align-items:center;width:18px;height:18px}.refer-friend__copy-icon--check,.refer-friend__copy-btn.is-copied .refer-friend__copy-icon{display:none}.refer-friend__copy-btn.is-copied .refer-friend__copy-icon--check{display:inline-flex}.refer-friend__how-title{margin-bottom:20px}.refer-friend__how-title h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.refer-friend__list{display:flex;flex-direction:column;gap:5px;padding-left:20px}.refer-friend__list li{font-size:15px;line-height:1.5;color:#0b3948;list-style:disc}.refer-friend__table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.refer-friend__table-heading{padding:20px 24px;border-bottom:1px solid #e5e7eb}.refer-friend__table-heading h2{font-size:22px}.refer-friend__table{display:flex;flex-direction:column;padding:0 12px 12px}.refer-friend__table-head{display:flex;align-items:center;padding:12px}.refer-friend__table-head span{font-size:14px;color:#9ca3af}.refer-friend__row{display:flex;align-items:start;padding:14px 12px;background:#F9F9F9;border-radius:8px}.refer-friend__row+.refer-friend__row{margin-top:6px}.refer-friend__col--name{flex:0 0 220px}.refer-friend__col--status{flex:1}.refer-friend__col--reward{width:130px;text-align:right;display:flex;flex-direction:column;align-self:stretch;justify-content:space-between}.refer-friend__col--reward:not(:has(.refer-friend__reward-amount)){justify-content:end}.refer-friend__row-name{font-weight:700;color:#0b3948;margin-bottom:6px}.refer-friend__row-date{font-size:13px;color:#9ca3af}.refer-friend__status{font-weight:600}.refer-friend__status--subscribed{color:#33a752}.refer-friend__status--pending{color:#f9a21b}.refer-friend__reward-amount{font-weight:700;color:#0b3948;margin-bottom:6px}.refer-friend__reward-label{font-size:14px;color:#748289}@media (max-width: 47.99875em){.refer-friend__link-row{flex-direction:column;align-items:stretch}.refer-friend__copy-btn{width:100%}.refer-friend__col--status{width:110px}.refer-friend__col--reward{width:100px}}.service-coverage{max-width:1043px;width:100%;display:flex;flex-direction:column}@media (max-width: 61.99875em){.service-coverage{font-size:14px}}.service-coverage__header{margin-top:17px}@media (max-width: 61.99875em){.service-coverage__header{display:none}}.service-coverage__card{margin-top:22px;display:flex;flex-direction:column;gap:15px;background-color:#f8f0e2;border-radius:8px;padding:20px}@media (max-width: 61.99875em){.service-coverage__card{margin-top:0}}@media (max-width: 61.99875em){.service-coverage__card{padding:10px}}.service-coverage__title h3{font-family:"Averia Serif Libre",serif;font-weight:700;color:#0b3948}.service-coverage__text{display:flex;flex-direction:column;gap:15px}.service-coverage__text p{font-size:14px;color:#0b3948}.service-coverage__note{display:flex;align-items:stretch;gap:60px;background-color:#f7f5f2;border-radius:8px;padding:16px 24px}@media (max-width: 61.99875em){.service-coverage__note{gap:7px;align-items:start;padding:10px}}.service-coverage__note-body{flex:1;display:flex;flex-direction:column;gap:6px}.service-coverage__note-head{display:flex;align-items:center;gap:10px}.service-coverage__note-icon{display:flex;align-items:center;justify-content:center}.service-coverage__note-icon svg{width:20px;height:20px}.service-coverage__note-title p{font-size:14px;font-weight:600;color:#1e2228}.service-coverage__note-text{padding-left:30px}.service-coverage__note-text p{font-size:14px;color:#1e2228}.service-coverage__miles{flex-shrink:0;display:flex;align-items:stretch}.service-coverage__miles-input{width:83px;height:60px;padding:18px 20px;background-color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:18px;color:#0b3948;outline:none;align-self:stretch;text-align:center}.service-coverage__miles-input::placeholder{color:#0b3948;opacity:1}@media (max-width: 61.99875em){.service-coverage__miles-input{height:auto;font-size:16px;padding:10px;width:60px}}.service-coverage__agree{display:flex;align-items:center;gap:11px;cursor:pointer}.service-coverage__agree-text a{color:#2b6478}.service-coverage__work{display:grid;grid-template-columns:minmax(0,570fr) minmax(0,451fr);column-gap:22px;row-gap:15px;align-items:start;margin-top:27px}@media (max-width: 61.99875em){.service-coverage__work{grid-template-columns:1fr;margin-top:10px}}.service-coverage__work-head{display:flex;flex-direction:column;gap:15px}.service-coverage__work-title h3{font-family:"Averia Serif Libre",serif;font-size:24px;font-weight:700;color:#0b3948}@media (max-width: 61.99875em){.service-coverage__work-title h3{font-size:20px}}.service-coverage__select{display:flex;flex-direction:column;gap:10px;background-color:#f8f0e2;border-radius:8px;padding:20px}.service-coverage__select-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.service-coverage__select-heading p{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.service-coverage__select-edit a{font-size:14px;font-weight:400;color:#0b3948;text-decoration:underline}.service-coverage__select-body{display:flex;align-items:stretch;gap:15px;background:transparent;border:1px solid #0b3948;border-radius:8px;padding:10px 10px 10px 20px}.service-coverage__select-info{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.service-coverage__select-label p{font-size:16px;font-weight:700;color:#0b3948}.service-coverage__select-codes p{font-weight:700;color:#0b3948;word-break:break-word;line-height:1}.service-coverage__select-action{display:flex;align-items:center}.service-coverage__select-action .button{padding:8px 24px;height:48px}.service-coverage__spoiler{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;padding:20px}@media (max-width: 61.99875em){.service-coverage__spoiler{padding:10px}}.service-coverage__spoiler-head{display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.service-coverage__spoiler-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#8a9097;transition:transform .28s ease}.service-coverage__spoiler-toggle svg{width:16px;height:16px}.service-coverage__spoiler--open .service-coverage__spoiler-toggle{transform:rotate(180deg)}.service-coverage__spoiler-body{overflow:hidden}.service-coverage__spoiler-body-inner{display:flex;flex-direction:column;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #eeeae5}.service-coverage__spoiler-info{display:flex;flex-direction:column;gap:8px;min-width:0}.service-coverage__spoiler-title h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}@media (max-width: 61.99875em){.service-coverage__spoiler-title h3{font-size:16px}}.service-coverage__spoiler-meta{font-size:16px}.service-coverage__spoiler-meta strong{font-weight:700}.service-coverage__states-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding-right:10px;align-items:start}@media (max-width: 61.99875em){.service-coverage__states-grid{grid-template-columns:repeat(2,1fr)}}.service-coverage__state{display:flex;align-items:center;gap:6px;padding:6px 8px;background-color:#f7f5f2;border:1px solid #e6e5e3;border-radius:18px;cursor:pointer;min-width:0}.service-coverage__state span{font-family:Rubik,sans-serif;font-size:14px;font-weight:300;color:#0b3948;line-height:1;word-break:break-word}.service-coverage__state .checkbox-round{width:20px;height:20px;border-radius:50%;background-color:#fff;border:1px solid #d6d0c2}.service-coverage__state--all span{color:#e6575b;font-weight:700}.service-coverage__state:not(.service-coverage__state--all):has(input:checked){background-color:#0b3948;border-color:#0b3948}.service-coverage__state:not(.service-coverage__state--all):has(input:checked) span{color:#fff;font-weight:500}.service-coverage__state:not(.service-coverage__state--all):has(input:checked) .checkbox-round{background-color:transparent;border-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11.0398L10.9762 15L17 9' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}.service-coverage__states-foot{display:flex;justify-content:center;padding-top:6px}.service-coverage__states-foot a{font-size:16px;color:#0b3948;text-decoration:underline}.service-coverage__map{grid-column:2;grid-row:1/span 20;align-self:start;height:450px;border-radius:8px;overflow:hidden;background-color:#e8ecee}.service-coverage__map iframe{display:block;width:100%;height:100%}@media (max-width: 61.99875em){.service-coverage__map{grid-column:auto;grid-row:auto;height:450px}}@media (max-width: 61.99875em){.profile__heading--support-request{display:none}}.support-request{max-width:808px;width:100%;display:flex;flex-direction:column;gap:40px}@media (max-width: 61.99875em){.support-request{gap:20px}}@media (max-width: 61.99875em){.support-request__desc{font-size:14px}}.support-request__header{display:grid;gap:20px}.support-request__card{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:20px;background-color:#eeeae5;border-radius:8px;padding:42px;overflow:hidden}@media (max-width: 61.99875em){.support-request__card{padding:15px;gap:15px}}.support-request__bg{position:absolute;top:0;right:0;width:154px;height:201px;opacity:.3;pointer-events:none}.support-request__bg img{display:block;width:100%;height:100%;object-fit:cover}.support-request__fields{display:flex;flex-direction:column;gap:20px;align-self:stretch}.support-request__input{width:100%;height:48px;background-color:#fff;border:none;border-radius:8px;padding:18px 36px 18px 24px;font-family:inherit;font-size:18px;color:#0b3948;outline:none}.support-request__input::placeholder{color:#0b3948;opacity:1}.support-request__textarea-wrap{position:relative;align-self:stretch}.support-request__textarea{width:100%;height:126px;background-color:#fff;border:none;border-radius:8px;padding:18px 20px;font-family:inherit;font-size:18px;color:#0b3948;outline:none;resize:vertical}.support-request__textarea::placeholder{color:#0b3948;opacity:1}.support-request__agree{display:flex;align-items:center;align-self:stretch;gap:11px;cursor:pointer}.support-request__agree-text p{font-size:12px;line-height:1.48;color:#9a9393}.support-request .button{padding:15px 20px;height:48px;font-family:Rubik,sans-serif;font-size:20px;font-weight:700}.verified-badges{flex:1;min-width:0;display:flex;flex-direction:column;padding-bottom:121px}.verified-badges__head{margin-bottom:18px}@media (max-width: 61.99875em){.verified-badges__head{display:none}}.verified-badges__bg img{height:679px;width:auto;position:absolute;right:0;bottom:0}@media (max-width: 61.99875em){.verified-badges__bg{display:none}}.verified-badges__title{margin-bottom:12px}.verified-badges__title h1{font-family:"Averia Serif Libre",serif;font-size:24px;font-weight:700;color:#0b3948}.verified-badges__back{margin-top:4px}.verified-badges__hero{text-align:center;margin-bottom:42px}.verified-badges__hero-heading{margin-bottom:16px}.verified-badges__hero-heading h2{font-size:36px}.verified-badges__hero-text{max-width:824px;margin:0 auto}.verified-badges__hero-text p{font-size:14px;line-height:1.4;color:#0b3948}.verified-badges__cards{display:grid;grid-template-columns:repeat(3,calc(33% - 10px));gap:20px;margin-bottom:112px;max-width:1158px;margin-inline:auto}.verified-badges__card{display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:12px;padding:28px 24px 24px;box-shadow:0 2px 8px #0b39480a}.verified-badges__card-media{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #F4F2EF}.verified-badges__card-media img,.verified-badges__card-media svg{object-fit:contain;height:205px}.verified-badges__card-title{text-align:center;margin-bottom:6px}.verified-badges__card-title h3{font-family:"Averia Serif Libre",serif;font-size:20px;font-weight:700;color:#0b3948}.verified-badges__card-sub{text-align:center;margin-bottom:10px}.verified-badges__card-sub p{font-size:16px;color:#748289}.verified-badges__code{width:100%;margin-bottom:18px}.verified-badges__code textarea{width:100%;min-height:164px;resize:vertical;padding:18px 20px;border:1px solid #d0cbb8;border-radius:8px;background:#fff;font-family:Inter,monospace;font-size:18px;color:#0b3948;outline:none}.verified-badges__card-action{width:100%;display:flex;justify-content:center;margin-top:auto}.verified-badges__card-action .button{min-width:140px;padding:12px 18px}.verified-badges__card-action .button svg{width:18px;height:18px}.verified-badges__card-action--full .button{width:100%}.verified-badges__copy-icon{display:inline-flex;align-items:center}.verified-badges__copy-icon svg path{stroke:#fff}.verified-badges__copy-icon--check,.verified-badges__copy-btn.is-copied .verified-badges__copy-icon{display:none}.verified-badges__copy-btn.is-copied .verified-badges__copy-icon--check{display:inline-flex}.verified-badges__help{position:relative;display:grid;grid-template-columns:690fr 597fr;gap:115px;align-items:center;justify-content:space-between}.verified-badges__help-info{display:flex;flex-direction:column;gap:18px}.verified-badges__help-heading h2{font-family:"Averia Serif Libre",serif;font-size:48px;font-weight:700;color:#0b3948;line-height:1.2}.verified-badges__help-text p{font-size:16px;line-height:1.48;color:#4d5463}.verified-badges__form{background-color:#eeeae5;border-radius:8px;padding:30px;display:flex;flex-direction:column;gap:20px}.verified-badges__form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.verified-badges__form-row--full{grid-template-columns:1fr}.verified-badges__form-field input,.verified-badges__form-field textarea{width:100%;padding:18px 20px;border:1px solid #d0cbb8;border-radius:8px;background:#fff;font-size:18px;color:#0b3948;outline:none;font-family:inherit}.verified-badges__form-field input::placeholder,.verified-badges__form-field textarea::placeholder{color:#b0a898}@media (max-width: 61.99875em){.verified-badges__form-field input,.verified-badges__form-field textarea{font-size:16px;padding:13px 20px}}.verified-badges__form-field textarea{min-height:110px;resize:vertical}.verified-badges__form-bottom{display:flex;justify-content:space-between;gap:16px;flex-direction:column;margin-top:4px}.verified-badges__form-bottom .button{align-self:end}.verified-badges__form-check{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.verified-badges__form-check-label{font-size:14px;color:#0b3948}.verified-badges__form-check-label a{color:#e8a23a;text-decoration:underline}@media (max-width: 61.99875em){.verified-badges__cards{grid-template-columns:1fr}.verified-badges__help{grid-template-columns:1fr;padding:30px 16px}.verified-badges__hero-heading h2{font-size:26px}.verified-badges__help-heading h2{font-size:30px}}@media (max-width: 47.99875em){.verified-badges__form-row{grid-template-columns:1fr}.verified-badges__form-bottom{flex-direction:column;align-items:stretch;gap:12px}}.write-post{max-width:808px;width:100%;display:flex;flex-direction:column;gap:20px}@media (max-width: 61.99875em){.write-post{margin-top:0;gap:15px}}.write-post__tabs{display:flex;background-color:#fff;border-radius:8px}@media (max-width: 47.99875em){.write-post__tabs{gap:18px;padding:0 16px}}.write-post__tab{position:relative;background:none;border:0;padding:18px 4px;font-family:inherit;font-size:18px;font-weight:700;color:#0b3948;cursor:pointer;width:139px;height:50px;display:flex;align-items:center;justify-content:center}.write-post__tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background-color:#ffd470;border-radius:2px;opacity:0;transition:opacity .2s ease}.write-post__tab:not(.write-post__tab--active){color:#0b3948;opacity:.7}.write-post__tab--active:after{opacity:1}.write-post__panel{display:none;flex-direction:column;gap:20px}@media (max-width: 61.99875em){.write-post__panel{gap:15px}}.write-post__panel--active{display:flex}.write-post__notice{display:flex;align-items:center;justify-content:space-between;gap:16px;background-color:#f8f0e2;border-radius:8px;padding:20px}@media (max-width: 47.99875em){.write-post__notice{flex-direction:column;align-items:stretch;padding:14px}}.write-post__notice-text{flex:1;min-width:0}.write-post__notice-text p{color:#0b3948;font-weight:500}@media (max-width: 47.99875em){.write-post__notice-text p{font-size:14px}}.write-post__notice-action{flex-shrink:0}.write-post__draft{display:flex;flex-direction:column;gap:20px}@media (max-width: 47.99875em){.write-post__draft{gap:15px}}.write-post__draft-title{margin-top:4px}.write-post__title-field{position:relative;background-color:#fff;border-radius:8px;padding:14px 20px}@media (max-width: 47.99875em){.write-post__title-field{padding:16px 70px 16px 16px}}.write-post__title-input{width:100%;border:0;outline:none;background:transparent;font-family:inherit;font-size:18px;color:#0b3948}.write-post__title-input::placeholder{color:#0b3948;opacity:1}@media (max-width: 47.99875em){.write-post__title-input{font-size:18px}}.write-post__title-counter{position:absolute;right:27px;bottom:7px;pointer-events:none}.write-post__title-counter p{font-size:12px;color:#7886a1}.write-post__editor{position:relative;background-color:#fff;border-radius:8px;overflow:hidden}.write-post__editor-counter{position:absolute;right:14px;bottom:8px;pointer-events:none}.write-post__editor-counter p{font-size:13px;color:#748289}.write-post__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:12px 14px;background-color:#fff;border-bottom:1px solid #eeeae5}.write-post__toolbar-group{display:flex;align-items:center;gap:2px}.write-post__toolbar-divider{width:1px;height:22px;background-color:#eeeae5;margin:0 4px}.write-post__tool{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 6px;background:transparent;border:0;border-radius:4px;color:#3e4552;cursor:pointer;font-family:inherit;font-size:14px;line-height:1;transition:background-color .15s ease}.write-post__tool:hover{background-color:#eeeae5}.write-post__tool--active{background-color:#ffd470;color:#0b3948}.write-post__tool svg{display:block}.write-post__tool--color{position:relative;font-weight:700}.write-post__tool--color input[type=color]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;border:0;padding:0}.write-post__tool-color-label{border-bottom:3px solid currentColor;line-height:1;padding-bottom:1px}.write-post__tool-select{height:30px;padding:0 28px 0 10px;background-color:#fff;border:1px solid #eeeae5;border-radius:4px;font-family:inherit;font-size:13px;color:#3e4552;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%233e4552' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.write-post__content{min-height:380px;font-family:8inherit;font-size:18px;color:#0b3948}.write-post__content .ProseMirror{min-height:380px;padding:16px;outline:none;line-height:1.55}.write-post__content .ProseMirror>*+*{margin-top:.75em}.write-post__content .ProseMirror h1,.write-post__content .ProseMirror h2,.write-post__content .ProseMirror h3{font-family:"Averia Serif Libre",serif;color:#0b3948;line-height:1.2}.write-post__content .ProseMirror h1{font-size:26px}.write-post__content .ProseMirror h2{font-size:22px}.write-post__content .ProseMirror h3{font-size:18px}.write-post__content .ProseMirror ul,.write-post__content .ProseMirror ol{padding-left:1.4em}.write-post__content .ProseMirror ul li{list-style:disc}.write-post__content .ProseMirror ol li{list-style:decimal}.write-post__content .ProseMirror a{color:#f9a21b;text-decoration:underline}.write-post__content .ProseMirror img{max-width:100%;height:auto;border-radius:6px}.write-post__content .ProseMirror mark{background-color:#fff2a8;color:inherit;padding:0 2px;border-radius:2px}.write-post__content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#748289;float:left;height:0;pointer-events:none}.write-post__check{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.write-post__check-text p{font-size:13px;line-height:1.45;color:#0b3948}.write-post__actions{display:grid;gap:12px;margin-top:6px;grid-template-columns:184fr 292fr 292fr}.write-post__actions .button{height:60px;padding:12px 24px;font-size:20px;font-weight:700;font-weight:500;border-radius:8px}@media (max-width: 47.99875em){.write-post__actions{flex-direction:column}.write-post__actions .button{height:52px;font-size:18px}}.write-post__submit-arrow{display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.write-post__submit-arrow svg{display:block;width:22px;height:16px}.write-post__guidelines{display:flex;flex-direction:column;gap:12px}.write-post__guidelines-text p{line-height:1.5;color:#0b3948}.write-post__toolbar{justify-content:center}
