@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes arrow{0%{transform:translate3d(0, 0, 0)}50%{transform:translate3d(20px, 0, 0)}100%{transform:translate3d(0, 0, 0)}}@keyframes arrow{0%{transform:translate3d(0, 0, 0)}50%{transform:translate3d(20px, 0, 0)}100%{transform:translate3d(0, 0, 0)}}@-webkit-keyframes zoom{0%{transform:scale(1)}100%{transform:scale(1.1)}}@keyframes zoom{0%{transform:scale(1)}100%{transform:scale(1.1)}}@-webkit-keyframes fade-up{0%{opacity:0;transform:translate3d(0, 35px, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fade-up{0%{opacity:0;transform:translate3d(0, 35px, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}.homepage-hero{overflow:hidden;padding:30px 0 60px;position:relative;width:100%}.homepage-hero__lottie{position:absolute;left:50%;top:0;transform:translate3d(-50%, 0, 0);z-index:1}.homepage-hero__cta{margin:0 auto;display:grid;-moz-column-gap:var(--grid-column-gap);column-gap:var(--grid-column-gap);position:relative;z-index:2}@media(max-width: calc(600px - 1px)){.homepage-hero__cta{padding:0 24px;max-width:600px}}@media(min-width: 600px)and (max-width: calc(1024px - 1px)){.homepage-hero__cta{padding:0 min(5vw,72px);max-width:600px}}@media(min-width: 1024px)and (max-width: calc(1440px - 1px)){.homepage-hero__cta{padding:0 min(5vw,72px)}}@media(min-width: 1440px){.homepage-hero__cta{padding:0 min(5vw,72px);max-width:1440px}}@media(max-width: calc(600px - 1px)){.homepage-hero__cta{--grid-column-gap: 24px}}@media(min-width: 600px)and (max-width: calc(1024px - 1px)){.homepage-hero__cta{--grid-column-gap: 24px}}@media(min-width: 1024px)and (max-width: calc(1440px - 1px)){.homepage-hero__cta{--grid-column-gap: 44px}}@media(min-width: 1440px){.homepage-hero__cta{--grid-column-gap: 64px}}@media(max-width: calc(600px - 1px)){.homepage-hero__cta{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 600px)and (max-width: calc(1024px - 1px)){.homepage-hero__cta{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1024px)and (max-width: calc(1440px - 1px)){.homepage-hero__cta{grid-template-columns:repeat(12, 1fr)}}@media(min-width: 1440px){.homepage-hero__cta{grid-template-columns:repeat(12, 1fr)}}.homepage-hero__cta__wrap{grid-column-start:1;grid-column-end:span 12;display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column}@media(min-width: 1024px){.homepage-hero__cta__wrap{padding:0 72px}}.homepage-hero__cta__headline{color:#202124;font-family:"Google Sans Display","Google Sans","Roboto",Arial,sans-serif;font-weight:400;font-style:normal;font-size:36px;line-height:44px;letter-spacing:-0.25px;margin-top:16px;text-align:center}@media(min-width: 600px){.homepage-hero__cta__headline{font-size:48px;line-height:56px;letter-spacing:-0.5px}}@media(min-width: 1024px){.homepage-hero__cta__headline{font-size:60px;line-height:72px}}.homepage-hero__cta__subheadline{font-family:"Google Sans Text","Roboto",Arial,sans-serif;font-size:18px;line-height:28px;color:#3c4043;margin-top:-16px;text-align:center}@media(min-width: 1024px){.homepage-hero__cta__subheadline{margin-top:-32px}}.homepage-hero__grid{margin:0 auto;display:grid;align-items:start;grid-gap:20px;margin-top:60px;position:relative;z-index:2}@media(max-width: calc(600px - 1px)){.homepage-hero__grid{padding:0 24px;max-width:600px}}@media(min-width: 600px)and (max-width: calc(1024px - 1px)){.homepage-hero__grid{padding:0 min(5vw,72px);max-width:600px}}@media(min-width: 1024px)and (max-width: calc(1440px - 1px)){.homepage-hero__grid{padding:0 min(5vw,72px)}}@media(min-width: 1440px){.homepage-hero__grid{padding:0 min(5vw,72px);max-width:1440px}}@media(max-width: calc(600px - 1px)){.homepage-hero__grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 600px)and (max-width: calc(1024px - 1px)){.homepage-hero__grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1024px)and (max-width: calc(1440px - 1px)){.homepage-hero__grid{grid-template-columns:repeat(12, 1fr)}}@media(min-width: 1024px){.homepage-hero__grid{margin-top:60px}}@media(min-width: 1440px){.homepage-hero__grid{grid-template-columns:repeat(12, 1fr)}}.homepage-hero__grid-item{grid-column:span 12;display:flex;flex-direction:column;display:flex;align-items:center;justify-content:center}@media(min-width: 1024px){.homepage-hero__grid-item{grid-column:span 4}}.homepage-hero__animate{opacity:0;transform:translate3d(0, 35px, 0);-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}.homepage-hero__animate:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.homepage-hero__animate:nth-child(2){-webkit-animation-delay:.25s;animation-delay:.25s}.homepage-hero__animate:nth-child(3){-webkit-animation-delay:.5s;animation-delay:.5s}.homepage-hero__animate:nth-child(4){-webkit-animation-delay:.75s;animation-delay:.75s}.homepage-hero__card{display:flex;flex-direction:column;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(0, 35px, 0);-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;background:transparent;border:0;border-radius:24px;box-shadow:0px 12px 34px rgba(32,52,89,.25);outline:0;overflow:hidden;padding:0;position:relative;width:100%}.homepage-hero__card:hover>.homepage-hero__card__link>.homepage-hero__card__hover{transform:scale(1.1);transition:transform 500ms cubic-bezier(0.85, 0, 0.15, 1)}.homepage-hero__card:hover>.homepage-hero__card__link>.homepage-hero__card__content .homepage-hero__card__content__arrow{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-name:arrow;animation-name:arrow;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;opacity:1}.homepage-hero__card:not(:last-child){margin-bottom:20px}html:not([lang=en]) .homepage-hero__card--1 .homepage-hero__card__content{max-width:260px}.homepage-hero__card--1{-webkit-animation-delay:.2s;animation-delay:.2s}.homepage-hero__card--2{-webkit-animation-delay:.4s;animation-delay:.4s}.homepage-hero__card--3{-webkit-animation-delay:.6s;animation-delay:.6s}.homepage-hero__card--4{-webkit-animation-delay:.8s;animation-delay:.8s}.homepage-hero__card--5{-webkit-animation-delay:1s;animation-delay:1s}.homepage-hero__card__link{display:inline-block;width:100%}.homepage-hero__card__content{left:0;padding-left:24px;position:absolute;top:30px;max-width:180px;text-align:left;width:100%;z-index:1}@media(min-width: 1024px){.homepage-hero__card__content{padding-left:32px;max-width:220px}}.homepage-hero__card__content__eyebrow{font-family:"Google Sans Text","Roboto",Arial,sans-serif;font-size:14px;line-height:24px;font-weight:500;letter-spacing:2px;color:#202124;opacity:0;transform:translate3d(0, 35px, 0);-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;color:#fff;margin-bottom:24px;text-transform:uppercase}.homepage-hero__card__content__eyebrow--secondary{color:#1a73e8}.homepage-hero__card__content__eyebrow--tertiary{color:#202124}.homepage-hero__card__content__eyebrow--yellow{color:#f29900}.homepage-hero__card__content__eyebrow--green{color:#5bb974}.homepage-hero__card--1 .homepage-hero__card__content__eyebrow{-webkit-animation-delay:.25s;animation-delay:.25s}.homepage-hero__card--2 .homepage-hero__card__content__eyebrow{-webkit-animation-delay:.45s;animation-delay:.45s}.homepage-hero__card--3 .homepage-hero__card__content__eyebrow{-webkit-animation-delay:.65s;animation-delay:.65s}.homepage-hero__card--4 .homepage-hero__card__content__eyebrow{-webkit-animation-delay:.85s;animation-delay:.85s}.homepage-hero__card--5 .homepage-hero__card__content__eyebrow{-webkit-animation-delay:1.05s;animation-delay:1.05s}.homepage-hero__card__content__title{font-family:"Google Sans","Roboto",Arial,sans-serif;font-size:28px;line-height:36px;font-weight:400;color:#202124;opacity:0;transform:translate3d(0, 35px, 0);-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;color:#fff;margin-bottom:32px}@media(max-width: calc(1024px - 1px)){.homepage-hero__card__content__title{font-size:24px;margin-bottom:24px;margin-top:18px}}.homepage-hero__card__content__title strong{color:#fff;display:block;font-family:"Google Sans Display","Google Sans","Roboto",Arial,sans-serif;font-size:60px;font-weight:400;line-height:48px;letter-spacing:-2.5px;margin-top:32px}html:not([lang=en]) .homepage-hero__card__content__title strong{margin-bottom:16px}.homepage-hero__card__content__title strong:lang(en){font-size:80px;line-height:100px}@media(min-width: 1024px){.homepage-hero__card__content__title strong:lang(en){font-size:100px}}.homepage-hero__card__content__title strong:lang(fr),.homepage-hero__card__content__title strong:lang(it),.homepage-hero__card__content__title strong:lang(pt-BR){font-size:48px}.homepage-hero__card__content__title strong small{font-family:"Google Sans Display","Google Sans","Roboto",Arial,sans-serif;font-size:60px;font-weight:400;line-height:100px;letter-spacing:-2.5px}.homepage-hero__card__content__title--spacing-top{position:relative;top:-65px}.homepage-hero__card__content__title--secondary{color:#202124}.homepage-hero__card__content__title--tertiary{color:#202124}.homepage-hero__card__content__title--yellow{color:#202124}.homepage-hero__card__content__title--green{color:#202124}.homepage-hero__card--1 .homepage-hero__card__content__title{-webkit-animation-delay:.3s;animation-delay:.3s}.homepage-hero__card--2 .homepage-hero__card__content__title{-webkit-animation-delay:.5s;animation-delay:.5s}.homepage-hero__card--3 .homepage-hero__card__content__title{-webkit-animation-delay:.7s;animation-delay:.7s}.homepage-hero__card--4 .homepage-hero__card__content__title{-webkit-animation-delay:.9s;animation-delay:.9s}.homepage-hero__card--5 .homepage-hero__card__content__title{-webkit-animation-delay:1.1s;animation-delay:1.1s}.homepage-hero__card__hover{transform:scale(1);transition:transform 500ms cubic-bezier(0.85, 0, 0.15, 1);will-change:transform;width:100%}.homepage-hero__card__hover--image{background-position:top right;background-size:cover}.homepage-hero__card__hover--image img{-o-object-position:top right;object-position:top right;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.homepage-hero__card__hover--video video{-o-object-fit:cover;object-fit:cover;-o-object-position:center left;object-position:center left;height:100%;width:100%}@media(min-width: 1024px){.homepage-hero__card__hover--mobile{display:none}}.homepage-hero__card__hover--desktop{display:none}@media(min-width: 1024px){.homepage-hero__card__hover--desktop{display:block}}@media(max-width: calc(1440px - 1px)){.homepage-hero__card__content__arrow svg{width:30px;height:30px}}.homepage-hero__card__content__arrow svg path{fill:#1a73e8}.homepage-hero__card__content__arrow--spacing-top{margin-top:-65px}.homepage-hero__card__content__arrow--white svg path{fill:#fff}.homepage-hero__card__content__arrow--yellow svg path{fill:#f29900}.homepage-hero__card__content__arrow--green svg path{fill:#5bb974}.homepage-hero__card__content__arrow__animate{opacity:0;transform:translate3d(0, 35px, 0);-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}.homepage-hero__card--1 .homepage-hero__card__content__arrow__animate{-webkit-animation-delay:.35s;animation-delay:.35s}.homepage-hero__card--2 .homepage-hero__card__content__arrow__animate{-webkit-animation-delay:.55s;animation-delay:.55s}.homepage-hero__card--3 .homepage-hero__card__content__arrow__animate{-webkit-animation-delay:.75s;animation-delay:.75s}.homepage-hero__card--4 .homepage-hero__card__content__arrow__animate{-webkit-animation-delay:.95s;animation-delay:.95s}.homepage-hero__card--5 .homepage-hero__card__content__arrow__animate{-webkit-animation-delay:1.15s;animation-delay:1.15s}.homepage-hero__card__content__youtube{display:flex;align-items:center;justify-content:center;display:flex;flex-direction:row;justify-content:flex-start}.homepage-hero__card__content__youtube span{font-family:"Google Sans","Roboto",Arial,sans-serif;font-size:16px;line-height:24px;font-weight:500;color:#202124;margin-right:15px}