@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");.custom-carousel{align-items:center;background:#fff;box-sizing:border-box;display:flex;font-family:Figtree,Arial,Helvetica,sans-serif;gap:2;justify-content:center;margin:3rem auto;max-width:1300px;padding:2.5rem}.custom-carousel__viewport{box-sizing:border-box;max-width:1200px;overflow:hidden;width:100%}.custom-carousel__wrapper{display:flex;gap:.6rem;transition:transform .5s cubic-bezier(.85,.01,.3,1);will-change:transform}.custom-carousel__slide{align-items:stretch;background:#fff;border-radius:1rem;box-sizing:border-box;display:flex;flex:0 0 calc(33.33333% - 0.7rem);flex-direction:column;margin:0;max-width:100%;min-height:420px;min-width:0;padding:1.2rem 1.5rem 1.1rem 1.2rem}.custom-carousel__image{height:200px;margin-bottom:.7em;object-fit:cover;width:100%}.custom-carousel__caption{background:transparent;border-radius:.5rem;box-shadow:none;color:#223;display:block;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:100;line-height:1.7;overflow-wrap:anywhere;padding:1rem;text-align:left;white-space:normal;width:100%}.custom-carousel__button{align-items:center;background:#00415b;border:none;border-radius:1.4em;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:.7rem;font-weight:300;justify-content:center;letter-spacing:.6px;margin:1em auto 0;min-width:unset;padding:1.1em 1.6em;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .18s,color .18s}.custom-carousel__arrow,.custom-carousel__button:focus,.custom-carousel__button:hover{background:#0d8199;color:#fff}.custom-carousel__arrow{align-items:center;border:1px solid #0d8199;border-radius:45px;cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.1rem;height:40px;justify-content:center;margin:0;transition:background .2s,border .2s,color .2s;width:50px}.custom-carousel__arrow--prev{margin-right:2rem}.custom-carousel__arrow--next{margin-left:2rem}.custom-carousel__arrow:focus,.custom-carousel__arrow:hover{background:#fff;border-color:#0d8199;color:#0d8199}@media (max-width:900px){.custom-carousel{padding:.7rem 0}.custom-carousel__viewport{max-width:98vw}.custom-carousel__wrapper{gap:.5rem}.custom-carousel__slide{flex-basis:100%;max-width:100%;min-height:240px;min-width:unset;padding:1rem}.custom-carousel__image{height:130px}.custom-carousel__caption{font-size:2rem;padding:2rem}.custom-carousel__arrow{font-size:.5rem;height:10px;width:14px}.custom-carousel__arrow--next,.custom-carousel__arrow--prev{margin:0}}.custom-carousel__slide:not(:nth-child(3n)){border-right:1px solid #e0e3e7}@media (max-width:400px){.custom-carousel__slide{border-right:none}}