@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&family=Open+Sans:wght@100;300;400;500;600;700&display=swap");*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-padding-top:4rem;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body.page{display:flex;flex-direction:column;min-height:100vh;margin:0;font-family:'Noto Sans JP', sans-serif;font-size:1rem;line-height:1.7;color:#374151;background-color:#F3F9FB;-webkit-font-smoothing:antialiased}.header{position:sticky;top:0;width:100%;height:4rem;background-color:#F3F9FB;z-index:100}.header__inner{padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{margin:0}.header__logo-link{display:flex;align-items:center;text-decoration:none;transition:opacity 0.2s ease}.header__logo-link img{height:2rem;display:block}@media (max-width: 1023.98px){.header__logo-link img{height:1.5rem}}.header__logo-link:hover{opacity:0.7}.header__site-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#008DD0;background-color:#E8F8FF;text-decoration:none;border:1.5px solid #00A0E4;border-radius:.375rem;padding:.5rem 1rem;white-space:nowrap;transition:background-color 0.2s ease,color 0.2s ease}.header__site-link .material-icons{font-size:1rem}.header__site-link:hover{background-color:#008DD0;color:#fff}@media (max-width: 1023.98px){.header__site-link .header__site-link-full{display:none}}@media (min-width: 768px){.header__site-link .header__site-link-short{display:none}}.main{flex:1;padding:0}.body{background-color:#F3F9FB;width:100%;overflow:hidden}@media (max-width: 1023.98px){.body{background-color:#FFFFFF}}.splide__arrows,.splide__arrow,.splide__pagination{display:none !important}.splide__track{overflow:clip}.splide__list{display:flex;align-items:flex-start;list-style:none;padding:0;margin:0}.splide__slide{min-width:100%;flex-shrink:0}.hero{background-color:#3DB2E5;background-image:url("../images/pricing-calculator/hero-bg.png");background-size:contain;background-position:bottom center;background-repeat:no-repeat;display:flex;align-items:stretch;justify-content:center;min-height:7.1875rem;overflow:hidden;border-radius:0.5rem}@media (max-width: 1023.98px){.hero{min-height:auto;background-image:none}}.hero__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 8rem;text-align:center;color:#fff;min-width:0}@media (max-width: 1023.98px){.hero__content{padding:0.75rem}}.hero__heading{display:flex;align-items:baseline;gap:.5rem;justify-content:center;margin-bottom:.25rem}@media (max-width: 1023.98px){.hero__heading{flex-direction:column;align-items:center;gap:0}}.hero__title-label{font-size:1.5rem;font-weight:700;line-height:1.3}@media (max-width: 1023.98px){.hero__title-label{font-size:.875rem}}.hero__title{font-size:1.5rem;font-weight:700;margin:0;line-height:1.3}@media (max-width: 1023.98px){.hero__title{font-size:1.25rem}}.hero__subtitle{font-size:.875rem;margin:0;font-weight:bold}@media (max-width: 1023.98px){.hero__subtitle{font-size:0.625rem;font-weight:normal}}.hero__result-labels{margin-bottom:.5rem;text-align:center}.hero__result-label{font-size:.875rem;font-weight:700;opacity:0.9}.hero__label{font-size:.75rem;margin:0 0 .5rem;opacity:0.9;letter-spacing:0.05em}.hero__title-lg{font-size:1.5rem;font-weight:700;margin:0;line-height:1.2}@media (max-width: 1023.98px){.hero__title-lg{font-size:1.25rem}}.slide{background-color:#F3F9FB}.slide__content{max-width:60rem;margin:0 auto;padding:2.5rem}@media (max-width: 1023.98px){.slide__content{padding:0}}.step{border:solid #F0F4F6 1px;background-color:#fff;border-radius:0.5rem;padding:2.5rem}@media (max-width: 1023.98px){.step{border-radius:0;padding:1.5rem;border:none}}.step__footer{margin-top:2rem}@media (max-width: 1023.98px){.step__footer{margin-top:1.25rem}}.step__indicator{display:flex;flex-direction:column;align-items:center;margin-top:2rem;margin-bottom:1.5rem}@media (max-width: 1023.98px){.step__indicator{margin-top:1.25rem;margin-bottom:1.25rem}}.step__indicator-label{font-size:.75rem;font-weight:700;color:#008DD0;letter-spacing:0.05em;margin-bottom:.5rem}.step__indicator-bar{width:100%;max-width:20.625rem;height:0.625rem;background-color:#E5E7EB;border-radius:9999px;overflow:hidden}.step__indicator-bar-fill{height:100%;background-color:#00A0E4;border-radius:9999px;transition:width 0.4s ease}.question-badge{text-align:center;margin-bottom:1rem}.question-badge__text{display:inline-block;font-size:1rem;line-height:1.25;font-weight:700;color:#008DD0;background-color:#F9FAFB;border:1.5px solid #E5E7EB;border-radius:0.25rem;padding:0.25rem 0.75rem}@media (max-width: 1023.98px){.question-badge__text{font-size:0.875rem}}.question-text{font-size:1.5rem;font-weight:700;color:#374151;line-height:1.4;margin:0 0 1.5rem;text-align:center}@media (max-width: 1023.98px){.question-text{font-size:1.125rem;margin-bottom:1.25rem}}.radio-grid{display:grid;gap:1rem;max-width:40.625rem;margin:0 auto}.radio-grid.radio-grid--2col{grid-template-columns:repeat(2, 1fr)}@media (max-width: 1023.98px){.radio-grid.radio-grid--2col{grid-template-columns:1fr}}.radio-card{display:block;cursor:pointer;border-radius:0.5rem;border:1px solid #E2E8F0;background-color:#fff;transition:border-color 0.2s ease,background-color 0.2s ease,box-shadow 0.2s ease}.radio-card:hover{border-color:#5BC8F0;box-shadow:0 2px 8px rgba(0,141,208,0.15)}.radio-card.is-selected{border-color:#008DD0;background-color:#E6F6FD;box-shadow:0 2px 8px rgba(0,141,208,0.2)}.radio-card__input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.radio-card__body{padding:2rem 1.25rem;text-align:center;pointer-events:none}@media (max-width: 1023.98px){.radio-card__body{padding:1.5rem}}.radio-card__title{font-size:1.25rem;line-height:1.5;font-weight:700;color:#374151;margin-bottom:0.75rem}@media (max-width: 1023.98px){.radio-card__title{font-size:1rem}}.radio-card__desc{font-size:0.75rem;color:#6B7280;line-height:1.5;white-space:pre-line}.back-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:0.875rem;line-height:1.25;font-weight:600;color:#008DD0;background-color:#E8F8FF;border:1.5px solid #008DD0;border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease}.back-btn .material-icons{font-size:1.5rem}.back-btn:hover{background-color:#008DD0;color:#fff}.result-layout{display:flex;align-items:flex-start;max-width:79rem;padding:1.5rem 2.5rem;margin:0 auto;gap:2rem}@media (max-width: 1023.98px){.result-layout{flex-direction:column;padding:0;gap:2.5rem}}.result-main{flex:1;min-width:0;background-color:#fff;border-radius:0.5rem;padding:2rem}@media (max-width: 1023.98px){.result-main{border-radius:0;padding:1.5rem 1.5rem 0}}.result-sidebar{width:26.25rem;flex-shrink:0}@media (min-width: 768px){.result-sidebar{position:sticky;top:4rem;align-self:flex-start}}@media (max-width: 1023.98px){.result-sidebar{width:100%;padding:0 1.5rem 1.5rem}}.result-sidebar__inner{background-color:#E8F8FF;border-radius:0.5rem;padding:2rem;border:solid 1px #00A0E4}@media (min-width: 768px){.result-sidebar__inner{overflow-y:auto}}@media (max-width: 1023.98px){.result-sidebar__inner{padding:1.5rem}}.result-sidebar__title{font-size:1.25rem;font-weight:700;color:#008DD0;text-align:center;margin:0 0 1.5rem}@media (max-width: 1023.98px){.result-sidebar__title{font-size:1rem}}.result-price{display:flex;justify-content:center;align-items:baseline;margin:1.5rem 0;font-weight:700;color:#374151;flex-wrap:wrap}.result-price__label{font-size:1.25rem}@media (max-width: 1023.98px){.result-price__label{font-size:1rem}}.result-price__num{font-size:3rem;line-height:1;margin:0 0.25rem;color:#EA580C}@media (max-width: 1023.98px){.result-price__num{font-size:2rem}}.result-price__unit{font-size:1.25rem}@media (max-width: 1023.98px){.result-price__unit{font-size:1rem}}.result-price__tax{font-size:0.75rem;color:#6B7280;font-weight:400}.result-desc{display:flex;align-items:center;gap:1.25rem;border:solid 1px #E5E7EB;border-radius:0.5rem;padding:1.5rem;margin-bottom:2.5rem}@media (max-width: 1023.98px){.result-desc{flex-direction:column;padding:0.75rem 1.5rem 1.5rem;gap:0.75rem;margin-bottom:1.25rem}}.result-desc__icon{width:3.125rem;height:3.125rem;flex-shrink:0}.result-desc__text{font-size:1rem;line-height:1.5;margin:0}@media (max-width: 1023.98px){.result-desc__text{font-size:0.875rem}}.result-cases-title{font-size:1.25rem;font-weight:700;text-align:center;margin:0 0 2.5rem;line-height:1.5}@media (max-width: 1023.98px){.result-cases-title{font-size:1.125rem}}.result-cases{display:grid;gap:1.25rem;margin-bottom:2.5rem}@media (min-width: 1024px){.result-cases{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 1023.98px){.result-cases{gap:2.5rem}}.case-card{position:relative;display:flex;flex-direction:column;border-radius:0.5rem;border:1px solid;background-color:#fff;overflow:hidden}.case-card--orange{border-color:#F97316;order:-1}.case-card--orange .case-card__badge--orange{display:block;background-color:#F97316}.case-card--orange .case-card__price-num{color:#EA580C}.case-card--orange .case-card__arrow{color:#F97316}.case-card--orange .case-card__section-label--primary{color:#F97316}.case-card--orange .case-card__services{background-color:rgba(254,247,237,0.7)}.case-card--orange .case-card__service-list .material-icons{color:#F97316}.case-card--orange strong{color:#F97316}.case-card--blue{border-color:#CAD4DA}.case-card--blue .case-card__badge--blue{display:block;background-color:#6B7280}.case-card--blue .case-card__price-num{color:#008DD0}.case-card--blue .case-card__arrow{color:#008DD0}.case-card--blue .case-card__section-label--primary{color:#008DD0}.case-card--blue .case-card__services{background-color:#F9FAFB}.case-card--blue .case-card__service-list .material-icons{color:#008DD0}.case-card--blue strong{color:#008DD0}.case-card__badge{position:absolute;top:0;left:0;display:none;font-size:.75rem;font-weight:700;color:#fff;padding:.25rem .75rem;border-radius:0.5rem 0 0.5rem 0}.case-card__body{flex:1;padding:3rem 1.5rem 1.5rem}.case-card__company{font-size:1rem;font-weight:700;margin-bottom:0.75rem}.case-card__price{display:flex;align-items:baseline;gap:.25rem;font-weight:700}.case-card__price-label{font-size:.875rem}.case-card__price-num{font-size:2rem;line-height:1}.case-card__price-suffix{font-size:1rem}.case-card__price-suffix ._tax{font-size:0.75rem;color:#6B7280;font-weight:400}.case-card__divider{height:1px;background-color:#E2E8F0;margin:1rem 0}.case-card__section-label{font-size:0.6875rem;font-weight:700;margin:0 0 0.5rem}.case-card__issue{margin-bottom:.75rem}.case-card__issue-text{font-size:0.8125rem;margin:0;line-height:1.5}.case-card__arrow{margin-bottom:.25rem}.case-card__arrow .material-icons{font-size:1.25rem}.case-card__solution{margin-bottom:0}.case-card__solution-body{display:flex;align-items:flex-start;gap:.75rem}.case-card__solution-text{flex:1;font-size:0.8125rem;margin:0;line-height:1.5}.case-card__person{width:5rem;height:5rem;flex-shrink:0;-o-object-fit:cover;object-fit:cover;border-radius:50%}.case-card__services{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.case-card__service-group-label{font-size:0.6875rem;font-weight:700;margin:0 0 0.5rem}.case-card__service-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem;line-height:1.5}.case-card__service-list li{font-size:0.8125rem;display:flex;gap:0.125rem}.case-card__service-list li+li{margin-top:0.5rem}.case-card__service-list li ._text{flex:1}.case-card__service-list li .material-icons{font-size:1rem;color:#008DD0;-webkit-transform:translateY(6px);transform:translateY(6px)}.case-card__service-list li strong{font-size:1rem}.case-card__dash{display:inline-flex;width:1rem;justify-content:center;flex-shrink:0;color:#6B7280;font-weight:bold}.result-more{text-align:center;margin-bottom:2.5rem}.result-more__link{display:inline-flex;align-items:center;gap:.25rem;color:#008DD0;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity 0.2s ease}.result-more__link .material-icons{font-size:1.25rem}.result-more__link:hover{opacity:0.7}@media (max-width: 1023.98px){.result-more__link{font-size:0.875rem}}.result-note{font-size:.75rem;color:#6B7280;text-align:center;margin:0 0 2rem}.result-reset{text-align:center}.reset-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#008DD0;background:#E8F8FF;border:1.5px solid #008DD0;border-radius:.375rem;padding:.75rem 1.5rem;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease}.reset-btn .material-icons{font-size:1.125rem}.reset-btn:hover{background-color:#008DD0;color:#fff}.result-list-back{margin-bottom:1.25rem}.result-list-desc{font-size:0.875rem;text-align:center;margin:1.25rem 0}.result-filter{display:flex;justify-content:center;align-items:center;gap:0.75rem;margin-bottom:2rem}@media (max-width: 1023.98px){.result-filter{flex-direction:column;gap:0.5rem;margin-bottom:1.25rem}}.result-filter__label{font-size:1rem;color:#374151;white-space:nowrap}@media (max-width: 1023.98px){.result-filter__label{font-size:0.875rem}}.result-filter__sep{width:1px;height:1.2em;background-color:#6B7280;margin:0 .25rem;flex-shrink:0}.result-filter__list{display:flex;justify-content:center;align-items:center;gap:0}.result-filter__tab{display:inline-flex;align-items:center;gap:0.25rem;padding:.5rem .75rem;font-size:1rem;font-weight:700;color:#008DD0;text-decoration:none;white-space:nowrap;transition:opacity 0.2s ease}.result-filter__tab .material-icons{font-size:1.25rem}.result-filter__tab:hover{opacity:0.7}@media (max-width: 1023.98px){.result-filter__tab{font-size:0.875rem;padding:.25rem}.result-filter__tab .material-icons{font-size:1.125rem}}.result-cta-sp{display:none}@media (max-width: 1023.98px){.result-cta-sp{display:flex;align-items:center;justify-content:center;gap:.5rem;width:17.5rem;padding:1.25rem;margin:1.25rem auto 2.5rem;font-size:1.25rem;font-weight:700;color:#fff;background-color:#6AA84F;border:none;border-radius:0.375rem;cursor:pointer;transition:background-color 0.2s ease;position:relative}.result-cta-sp .material-icons{font-size:1.25rem;position:absolute;right:1.25rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.result-cta-sp:hover,.result-cta-sp:active{background-color:#15803D}}.result-list-section{margin-bottom:2.5rem}.result-list-section__title{font-size:1.25rem;font-weight:700;margin:0 0 2.5rem;color:#374151;text-align:center}@media (max-width: 1023.98px){.result-list-section__title{font-size:1.125rem}}.result-list-cards{display:flex;flex-direction:column;gap:1.5rem}.list-card{border:1px solid #E2E8F0;border-radius:.75rem;background-color:#fff;overflow:hidden;padding:2rem}@media (max-width: 1023.98px){.list-card{padding:1.5rem}}.list-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width: 1023.98px){.list-card__header{flex-direction:column}}.list-card__company{font-size:1rem;font-weight:700}.list-card__price{display:flex;align-items:baseline;gap:.25rem;font-weight:700;flex-shrink:0}.list-card__price-label{font-size:.875rem}.list-card__price-num{font-size:2rem;line-height:1;color:#F97316}.list-card__price-suffix{font-weight:700}.list-card__price-suffix ._unit{font-size:1rem}.list-card__price-suffix ._tax{font-size:0.75rem;color:#6B7280;font-weight:400;margin-left:0.125rem}.list-card__divider{height:1px;background-color:#E2E8F0;margin:1.25rem 0}.list-card__body{display:grid;gap:1.25rem;padding:0;align-items:stretch}@media (min-width: 1024px){.list-card__body{grid-template-columns:1fr 1fr}}.list-card__services{display:flex;flex-direction:column;gap:1.5rem;background-color:#F9FAFB;padding:1rem;border-radius:0.5rem}.list-card__service-group-label{font-size:0.6875rem;font-weight:700;margin:0 0 .5rem}.list-card__service-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.list-card__service-list li{display:flex;align-items:center;gap:.25rem;font-size:0.8125rem}.list-card__service-list li .material-icons{font-size:1rem;color:#008DD0;flex-shrink:0}.list-card__service-list li ._text{flex:1}.list-card__service-list li .list-card__dash+._text{color:#9CA3AF}.list-card__service-list li .highlight{color:#008DD0;font-weight:700}@media (max-width: 1023.98px){.list-card__service-list li{font-size:0.75rem}}.list-card__dash{display:inline-flex;width:1rem;justify-content:center;flex-shrink:0;color:#6B7280;font-weight:bold}.list-card__case{display:flex;flex-direction:column;padding:1rem 0}.list-card__section-label{font-size:0.6875rem;font-weight:700;margin:0 0 .25rem}.list-card__section-label.list-card__section-label--primary{color:#008DD0}.list-card__issue{margin-bottom:.75rem}.list-card__issue-text{font-size:0.8125rem;margin:0;line-height:1.5}@media (max-width: 1023.98px){.list-card__issue-text{font-size:0.75rem}}.list-card__arrow{margin-bottom:.75rem;color:#008DD0}.list-card__arrow .material-icons{font-size:1.25rem}.list-card__solution-body{display:flex;align-items:flex-start;gap:.75rem}.list-card__solution-text{flex:1;font-size:0.8125rem;margin:0;line-height:1.6}@media (max-width: 1023.98px){.list-card__solution-text{font-size:0.75rem}}.list-card__person{width:5rem;height:5rem;flex-shrink:0;-o-object-fit:cover;object-fit:cover;border-radius:50%}.list-card__footer{text-align:center;margin-top:1.5rem}@media (max-width: 1023.98px){.list-card__footer{margin-top:1rem}}.list-card__inquiry-link{display:inline-flex;align-items:center;gap:.25rem;color:#008DD0;font-size:0.875rem;font-weight:700;text-decoration:none;transition:opacity 0.2s ease}.list-card__inquiry-link .material-icons{font-size:1rem}.list-card__inquiry-link:hover{opacity:0.7}.footer{padding:1rem;text-align:center;margin-top:1.5rem;background-color:#F3F9FB}@media (max-width: 1023.98px){.footer{margin-top:0}}.footer__copy{font-size:.75rem;color:#374151}.u-br-sp{display:none}@media (max-width: 1023.98px){.u-br-sp{display:block}}.u-br-pc{display:block}@media (max-width: 1023.98px){.u-br-pc{display:none}}.u-text-gray{color:#9CA3AF}.result-sidebar__form .hbspt-form .hs-form-field{padding:0;margin-bottom:1rem;background-color:transparent}.result-sidebar__form .hbspt-form .hs-form-field>label{line-height:1.2;margin-bottom:0;font-size:1rem;font-weight:bold;color:#374151}@media (max-width: 1023.98px){.result-sidebar__form .hbspt-form .hs-form-field>label{font-size:0.875rem}}.result-sidebar__form .hbspt-form .hs-form-field .input{margin-top:0.5rem}.result-sidebar__form .hbspt-form .hs-form-field .input textarea{height:6rem}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input{width:100%;background-color:#fff;border:solid 1px #CCCCCC;border-radius:0.25rem;padding:0.5rem;font-size:1rem}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input::-webkit-input-placeholder{color:#CCCCCC}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input::-moz-placeholder{color:#CCCCCC}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input:-ms-input-placeholder{color:#CCCCCC}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input::-ms-input-placeholder{color:#CCCCCC}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input::placeholder{color:#CCCCCC}.result-sidebar__form .hbspt-form .hs-form-field .input .hs-input.error{border-color:#ff0d0d}.result-sidebar__form .hbspt-form .hs-form-required{background-color:#ff0000;color:#ff0000;display:inline-block;border-radius:0.25rem;margin-left:0.5rem;width:2.5625rem;height:1.4375rem;line-height:1.25;position:relative}.result-sidebar__form .hbspt-form .hs-form-required:after{content:'必須';color:#fff;position:absolute;font-weight:bold;left:0.5rem;top:0.1875rem;font-size:0.75rem}.result-sidebar__form .hbspt-form .hs-error-msgs{font-size:0.875rem;font-weight:bold;color:#ff0d0d;margin-left:0.625rem}.result-sidebar__form .hbspt-form .hs-error-msgs .hs-main-font-element{display:block}.result-sidebar__form .hbspt-form .hs-richtext{font-size:0.875rem;line-height:1.5;text-align:center}.result-sidebar__form .hbspt-form .hs-richtext p{margin-top:0;margin-bottom:0}.result-sidebar__form .hbspt-form .hs-richtext a{color:#008DD0;text-decoration:none}.result-sidebar__form .hbspt-form .hs-richtext a:hover{text-decoration:underline}@media (max-width: 1023.98px){.result-sidebar__form .hbspt-form .hs-richtext{font-size:0.75rem}}.result-sidebar__form .hbspt-form .hs-submit{margin-top:1.5rem;text-align:center}.result-sidebar__form .hbspt-form .hs-submit .actions{position:relative}.result-sidebar__form .hbspt-form .hs-submit .hs-button{width:80%;padding:1.25rem;border-radius:0.375rem;background-color:#6AA84F;border:none;color:#fff;font-weight:bold;font-size:1.25rem;transition:.2s;cursor:pointer}.result-sidebar__form .hbspt-form .hs-submit .hs-button:hover{background-color:#4e7430}@media (max-width: 1023.98px){.result-sidebar__form .hbspt-form .hs-submit .hs-button{width:100%}}@media (max-width: 767.98px){.result-sidebar__form .hbspt-form .multi-container>*{margin-bottom:0.9375rem}}@media (min-width: 768px){.result-sidebar__form .hbspt-form .multi-container{display:flex;flex-wrap:wrap;margin:-0.46875rem -0.9375rem}.result-sidebar__form .hbspt-form .multi-container>*{width:50%;padding:0.46875rem 0.9375rem}}.result-sidebar__form .hbspt-form .hs-form-radio-display{margin-bottom:0;width:100%}.result-sidebar__form .hbspt-form .hs-form-radio-display>input{display:none}.result-sidebar__form .hbspt-form .hs-form-radio-display>span{color:#004986;border:solid 1px #004986;border-radius:0.25rem;font-size:0.75rem;padding:0.375rem 0.75rem;display:block;text-align:center;cursor:pointer;transition:.2s}.result-sidebar__form .hbspt-form .hs-form-radio-display>input:checked+span,.result-sidebar__form .hbspt-form .hs-form-radio-display>span:hover{background-color:#004986;color:#fff}.result-sidebar__form .hbspt-form .legal-consent-container{margin-top:1.5rem;text-align:center}.result-sidebar__form .hbspt-form .legal-consent-container .hs-error-msgs{text-align:center}.result-sidebar__form .hbspt-form .hs-form-booleancheckbox-display{display:flex;justify-content:center;align-items:center;line-height:1.2}.result-sidebar__form .hbspt-form .hs-form-booleancheckbox-display>input{margin-right:0.25rem}.result-sidebar__form .hbspt-form .hs-form-booleancheckbox-display>span p{display:inline;margin:0}.result-sidebar__form .hbspt-form .hs-form-booleancheckbox-display>span p a{color:#0000ee;text-decoration:none;margin:0 0.375rem}
