@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap);.ed-form-template{width:100%;background-color:#fff;padding:1.5rem;border-radius:16px}@media(min-width:768px){.ed-form-template{padding:2rem 1.5rem}}.ed-form-template__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:1.5rem;gap:1.5rem}@media(min-width:768px){.ed-form-template__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.ed-bullet-card{width:100%;background-color:#fff;border-radius:.5rem;border:1px solid #a2a6bc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none;padding:1.25rem 1.875rem;-ms-flex-direction:row;flex-direction:row}.ed-bullet-card--pointer{cursor:pointer}.ed-bullet-card:active,.ed-bullet-card:focus,.ed-bullet-card:hover{border-color:#0f172a}.ed-bullet-card__subtitle{color:#1482c5;padding-top:.3125rem}.ed-bullet-card__text{color:#333}.ed-bullet-card__link{margin-top:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ed-search-result{width:100%;padding-top:3.125rem;margin:auto}.ed-search-result__count{font-size:.75rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#333;margin-bottom:1.25rem}.ed-search-result__results{display:grid;grid-template-columns:1fr;-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem;row-gap:1.875rem}@media(min-width:576px){.ed-search-result__results{grid-template-columns:1fr 1fr}}.ed-search-result__show-more{width:7.8125rem;padding-top:1.875rem;margin:auto}.ed-search-result__company-not-found{width:100%;text-align:center;padding-top:2.125rem}.ed-search-result__company-not-found .ed-button__button--link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.ed-search-form{width:100%}.ed-search-form__wrapper{display:grid;gap:2rem;margin-top:2rem}.ed-search-form__wrapper--one-col{grid-template-columns:1fr}.ed-search-form__wrapper--two-cols{margin:auto;grid-template-columns:1fr 1fr}.ed-search-form__link .ed-button__button{width:auto;padding:0;min-height:auto}