@charset "UTF-8";.integration-hero__header{grid-area:header}.integration-hero__title{margin-top:16px;margin-bottom:32px;word-break:normal}.integration-hero__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.integration-hero__body{grid-area:body;display:grid;grid-template-areas:"plans" "fields" "description";gap:40px}@media screen and (min-width: 64em){.integration-hero__body{grid-template-columns:1fr 1fr;grid-template-areas:"plans fields" "description fields";column-gap:114px;row-gap:32px}}.integration-hero__plans{grid-area:plans}.integration-hero__fields{grid-area:fields;align-self:start}.integration-hero__fields .tags{margin-top:12px}.integration-hero__description{grid-area:description}.integration-hero__section-heading{margin:0 0 8px;font-size:16px;font-weight:600;line-height:20px}.integration-hero__plans-text{font-size:16px;line-height:28px;color:var(--Function-Greyscale-700)}.integration-hero__help-url{margin-top:20px;font-size:14px}.integration-hero__help-url a{display:flex;flex-direction:row;align-items:center;gap:4px;text-decoration:underline;color:var(--link-color--blog)}.integration-hero__help-url a img{width:16px;height:16px}.integration-hero__description-text{font-size:16px;line-height:28px;color:var(--Function-Greyscale-700)}@media screen and (min-width: 64em){.integration-hero__body--no-fields{grid-template-columns:1fr;grid-template-areas:"plans" "description"}}.integration-hero__body--no-plans.integration-hero__body--no-fields{grid-template-areas:"description"}@media screen and (min-width: 64em){.integration-hero__body--no-plans.integration-hero__body--no-fields{grid-template-areas:"description"}}@media screen and (min-width: 64em){.integration-hero__body--no-plans:not(.integration-hero__body--no-fields){grid-template-areas:"fields fields" "description description"}}.integration-hero__logo{grid-area:logo}.integration-hero__image-container{display:flex;flex-direction:row;justify-content:center}@media screen and (min-width: 64em){.integration-hero__image-container{justify-content:flex-start}}.integration-hero__image-container .integration-hero__circle,.integration-hero__image-container .integration-hero__square{box-sizing:border-box;flex:0 0 auto;aspect-ratio:1/1;width:calc(50vw - 20px);height:auto;background-color:var(--Tertiary-Grey-10)}@media screen and (min-width: 48em){.integration-hero__image-container .integration-hero__circle,.integration-hero__image-container .integration-hero__square{width:min(25vw,240px)}}.integration-hero__image-container .integration-hero__circle{display:flex;align-items:center;justify-content:center;border-radius:50%}.integration-hero__image-container .integration-hero__circle .integration-hero__image{width:min(140px,72%);height:min(140px,72%);object-fit:contain}.integration-hero{display:grid;grid-template-areas:"header" "body" "logo";gap:56px;width:100%;max-width:1280px;margin-inline:auto;padding:120px 20px 80px}@media screen and (min-width: 64em){.integration-hero{grid-template-columns:1fr 1fr;grid-template-areas:"header logo" "body body";column-gap:100px;row-gap:56px;padding:80px 20px 100px}}
