.hero-buttons-list{display:flex;width:-moz-fit-content;width:fit-content}.hero-buttons-list__item.residential{margin-left:12px}.hero-buttons-list__item-button.button{padding:18px 20px;width:-moz-fit-content;width:fit-content;white-space:nowrap;border-radius:8px}@media screen and (max-width:639px){.hero-buttons-list__item-button.button{padding:12px 14px}}.hero-buttons-list__item.main-link>.button{background:var(--Blue-purple);color:var(--White);border:1px transparent;box-shadow:none;transition:background .2s ease,box-shadow .2s ease}.hero-buttons-list__item.main-link>.button:hover{background:#4a3bd6;box-shadow:0 8px 20px -8px var(--Blue-purple-40)}.hero-buttons-list__item.main-link:has(~.hero-buttons-list__item.google)>.button{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}@media screen and (max-width:1023px){.hero-buttons-list__item.main-link:not(:has(~.hero-buttons-list__item.google)){justify-self:center;grid-column:span 2}}.hero-buttons-list__item.google>.button{border-top-left-radius:0;border-bottom-left-radius:0;box-sizing:border-box;border:1px solid rgba(27,93,248,.302);border-left-width:0;background:var(--White);color:var(--Blue-purple);transition:background .2s ease,border-color .2s ease}.hero-buttons-list__item.google>.button:hover{background:var(--Light-Gray);border-color:var(--Blue-purple);border-left-width:0}.hero-buttons-list__item .residential-trial{width:-moz-fit-content;width:fit-content}@media screen and (max-width:639px){.hero-buttons-list{flex-wrap:wrap;width:auto}.hero-buttons-list__item.residential{margin-left:12px}.hero-buttons-list:has(.hero-buttons-list__item.google) .hero-buttons-list__item.residential{margin-left:0;margin-top:12px}}@media screen and (max-width:1023px){.hero-buttons-list{margin:0 auto;grid-template-columns:auto auto;justify-content:center}.hero-buttons-list__item.residential{justify-self:center}}@property --gradient-bg-start{syntax:"<color>";initial-value:#fff;inherits:false}@property --gradient-bg-end{syntax:"<color>";initial-value:#fff;inherits:false}.residential-trial{position:relative;z-index:1;height:52px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:16px 18px;border-radius:8px;background:var(--trial-btn-bg,linear-gradient(27deg,var(--Pink) 0,#c55af2 100%));color:var(--trial-btn-text,var(--White));transition:box-shadow .2s ease,filter .2s ease}.residential-trial__subtitle-dot{display:inline-block;width:3.5px;height:3.5px;border-radius:50%;background-color:var(--trial-btn-text,var(--White))}.residential-trial:hover{filter:brightness(1.1);box-shadow:var(--trial-btn-hover-shadow,0 8px 20px -8px rgba(197,90,242,.4))}.residential-trial:active{filter:brightness(.95);box-shadow:var(--trial-btn-hover-shadow,0 4px 12px -4px rgba(197,90,242,.3))}@media screen and (max-width:767px){.residential-trial{padding:12px}}