.image-and-text-section-grid-container{display:grid;width:100%;align-items:center;grid-column-gap:8%;grid-row-gap:var(--spaces-3, 24px);grid-template-areas:"image title" "image subtitle";grid-template-columns:1fr 1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-left.no-title,.image-and-text-section-grid-container:not([class*=image-position-]).no-title{grid-template-areas:"image subtitle";grid-template-columns:1fr 1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-left.no-subtitle,.image-and-text-section-grid-container:not([class*=image-position-]).no-subtitle{grid-template-areas:"image title";grid-template-columns:1fr 1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-left.no-image,.image-and-text-section-grid-container:not([class*=image-position-]).no-image{grid-template-areas:"title" "subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-left.no-title.no-subtitle,.image-and-text-section-grid-container:not([class*=image-position-]).no-title.no-subtitle{grid-template-areas:"image";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-left.no-title.no-image,.image-and-text-section-grid-container:not([class*=image-position-]).no-title.no-image{grid-template-areas:"subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-left.no-subtitle.no-image,.image-and-text-section-grid-container:not([class*=image-position-]).no-subtitle.no-image{grid-template-areas:"title";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right{grid-template-areas:"title image" "subtitle image"}.image-and-text-section-grid-container.image-and-text-section-image-position-right.no-title{grid-template-areas:"subtitle image";grid-template-columns:1fr 1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right.no-subtitle{grid-template-areas:"title image";grid-template-columns:1fr 1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right.no-image{grid-template-areas:"title" "subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right.no-title.no-subtitle{grid-template-areas:"image";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right.no-title.no-image{grid-template-areas:"subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right.no-subtitle.no-image{grid-template-areas:"title";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-right .image-and-text-section-title,.image-and-text-section-grid-container.image-and-text-section-image-position-left .image-and-text-section-title{align-self:flex-end}.image-and-text-section-grid-container.image-and-text-section-image-position-right .image-and-text-section-subtitle,.image-and-text-section-grid-container.image-and-text-section-image-position-left .image-and-text-section-subtitle{align-self:flex-start}.image-and-text-section-grid-container.image-and-text-section-image-position-top{grid-template-areas:"image" "title" "subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-top.no-title{grid-template-areas:"image" "subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-top.no-subtitle{grid-template-areas:"image" "title"}.image-and-text-section-grid-container.image-and-text-section-image-position-top.no-image{grid-template-areas:"title" "subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-top.no-title.no-subtitle{grid-template-areas:"image"}.image-and-text-section-grid-container.image-and-text-section-image-position-top.no-title.no-image{grid-template-areas:"subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-top.no-subtitle.no-image{grid-template-areas:"title"}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom{grid-template-areas:"title" "subtitle" "image";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom.no-title{grid-template-areas:"subtitle" "image"}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom.no-subtitle{grid-template-areas:"title" "image"}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom.no-image{grid-template-areas:"title" "subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom.no-title.no-subtitle{grid-template-areas:"image"}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom.no-title.no-image{grid-template-areas:"subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-bottom.no-subtitle.no-image{grid-template-areas:"title"}.image-and-text-section-grid-container.image-and-text-section-image-position-between{grid-template-areas:"title" "image" "subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-image-position-between.no-title{grid-template-areas:"image" "subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-between.no-subtitle{grid-template-areas:"title" "image"}.image-and-text-section-grid-container.image-and-text-section-image-position-between.no-image{grid-template-areas:"title" "subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-between.no-title.no-subtitle{grid-template-areas:"image"}.image-and-text-section-grid-container.image-and-text-section-image-position-between.no-title.no-image{grid-template-areas:"subtitle"}.image-and-text-section-grid-container.image-and-text-section-image-position-between.no-subtitle.no-image{grid-template-areas:"title"}@media(max-width: 768px){.image-and-text-section-grid-container.has-grid-row-gap-mobile{grid-row-gap:var(--grid-row-gap-mobile) !important}}@media(max-width: 768px){.image-and-text-section-grid-container{grid-template-areas:"title" "image" "subtitle";grid-template-columns:1fr}.image-and-text-section-grid-container.image-and-text-section-mobile-image-position-top{grid-template-areas:"image" "title" "subtitle"}.image-and-text-section-grid-container.image-and-text-section-mobile-image-position-bottom{grid-template-areas:"title" "subtitle" "image"}.image-and-text-section-grid-container.image-and-text-section-mobile-image-position-between{grid-template-areas:"title" "image" "subtitle"}}.image-and-text-section-title{grid-area:title;display:flex;flex-direction:column;gap:var(--spaces-3, 24px);align-items:center;justify-content:center}@media(max-width: 768px){.image-and-text-section-title{align-items:center}}@media(max-width: 768px){.image-and-text-section-title.has-mobile-title-padding{padding:var(--mobile-title-padding) !important}}.image-and-text-section-title .image-and-text-second-title{font-weight:normal}.image-and-text-section-image-position-top .image-and-text-section-title,.image-and-text-section-image-position-bottom .image-and-text-section-title,.image-and-text-section-image-position-between .image-and-text-section-title{align-items:stretch}.image-and-text-section-subtitle{grid-area:subtitle;display:flex;flex-direction:column;gap:var(--spaces-3, 24px);align-items:start;justify-content:center}@media(max-width: 768px){.image-and-text-section-subtitle{align-items:center}}.image-and-text-section-image-position-top .image-and-text-section-subtitle,.image-and-text-section-image-position-bottom .image-and-text-section-subtitle,.image-and-text-section-image-position-between .image-and-text-section-subtitle{align-items:center}.image-and-text-section-image-position-top .image-and-text-section-subtitle p,.image-and-text-section-image-position-bottom .image-and-text-section-subtitle p,.image-and-text-section-image-position-between .image-and-text-section-subtitle p{text-align:center}.image-and-text-section-image{grid-area:image;width:100%;justify-self:center;will-change:transform,opacity}.image-and-text-section-image.clickable{cursor:pointer;user-select:none}.image-and-text-section-image.clickable:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:4px;border-radius:4px}.image-and-text-section-image svg{max-width:max-content;height:auto;display:block;margin:0 auto}.image-and-text-section-image img{width:100%;height:auto;display:block;margin:0 auto}@media(max-width: 768px){.image-and-text-section-image{max-width:450px}}@media(max-width: 480px){.image-and-text-section-image{max-width:320px}}@media(max-width: 768px){.image-and-text-section-image.has-mobile-padding{padding:var(--mobile-padding) !important}}@media(max-width: 768px){.image-and-text-section-image.has-mobile-max-width{max-width:var(--mobile-max-width) !important}}.image-and-text-section-image.has-border-radius img,.image-and-text-section-image.has-border-radius svg{border-radius:var(--image-border-radius)}@media(max-width: 768px){.image-and-text-section-image.has-mobile-border-radius img,.image-and-text-section-image.has-mobile-border-radius svg{border-radius:var(--mobile-border-radius) !important}}@media(max-width: 768px){.image-and-text-section-image.full-width-mobile{width:100vw;max-width:100vw !important;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}}.image-and-text-section-image.has-transform-offset{position:relative;z-index:var(--image-z-index, auto)}.image-and-text-section-image.has-transform-offset img{transform:translateY(var(--image-transform-offset))}.image-and-text-section-image.has-z-index:not(.has-transform-offset){position:relative;z-index:var(--image-z-index)}.image-and-text-section-image.desktop-only{display:block}@media(max-width: 768px){.image-and-text-section-image.desktop-only{display:none}}.image-and-text-section-image.mobile-only{display:none}@media(max-width: 768px){.image-and-text-section-image.mobile-only{display:block}}.image-and-text-section-text-wrapper{display:flex;flex-direction:column;gap:var(--spacing-lg)}@media(max-width: 768px),(max-height: 880px){.image-and-text-section-text-wrapper.has-mobile-font-size{font-size:var(--mobile-font-size) !important}}@media(max-width: 768px){.image-and-text-section-text-wrapper.has-mobile-line-height{line-height:var(--mobile-line-height) !important}}@media(max-width: 768px){.image-and-text-section-text-wrapper.has-mobile-subtitle-padding{padding:var(--mobile-subtitle-padding) !important}}@media(max-width: 768px){.image-and-text-section-text-wrapper.has-mobile-subtitle-wrapper-gap{gap:var(--mobile-subtitle-wrapper-gap) !important}}@media(max-width: 768px){.image-and-text-section-text-wrapper.has-mobile-subtitle-max-width{max-width:var(--mobile-subtitle-max-width) !important}}@media(max-width: 768px),(max-height: 880px){.image-and-text-section-text-wrapper .description.has-mobile-font-size{font-size:var(--mobile-font-size) !important}}@media(max-width: 768px){.image-and-text-section-text-wrapper .description.has-mobile-line-height{line-height:var(--mobile-line-height) !important}}.image-and-text-section-text-wrapper .description ul{list-style-type:none;display:flex;flex-direction:column;gap:var(--bullet-gap, var(--spacing-xs));padding:0;margin:0}.image-and-text-section-text-wrapper .description ul li{display:flex;gap:var(--bullet-row-gap, var(--spacing-md));align-items:flex-start;line-height:26px}.image-and-text-section-text-wrapper .description .bullet{display:inline-block;width:6px;height:6px;border-radius:9999px;background-color:#43c31f;flex-shrink:0;margin-top:10px}.image-and-text-section-text-wrapper .description .bullet-icon{width:20px;height:auto;flex-shrink:0}.image-and-text-section-text-wrapper .description .bullet-number{font-weight:600;flex-shrink:0;min-width:var(--bullet-min-width, auto)}.image-and-text-section-text-wrapper .description .bullet-with-title{display:flex;flex-direction:column;gap:var(--spacing-sm)}.image-and-text-section-text-wrapper .description .bullet-with-title .bullet-title{font-size:20px;font-weight:600;line-height:normal}.image-and-text-section-text-wrapper .description-second{display:flex;flex-direction:column;gap:var(--spacing-md)}.image-and-text-section-text-wrapper .description-second .sub-description-second{font-size:16px}.image-and-text-section-text-wrapper .cta-link{font-size:20px;font-weight:400;text-decoration:none;cursor:pointer;width:fit-content}@media(max-width: 768px){.image-and-text-section-text-wrapper .cta-link{align-self:var(--mobile-align-self, center) !important}}.image-and-text-section-text-wrapper .cta-buttons-wrapper{width:100%}.image-and-text-section-text-wrapper .cta-buttons-wrapper .rounded-button{justify-self:var(--align-self, center)}@media(max-width: 768px){.image-and-text-section-text-wrapper .cta-buttons-wrapper .rounded-button{justify-self:var(--mobile-align-self, center) !important}}.image-and-text-section-text-wrapper .download-apps-buttons-container{width:100%}@media(max-width: 768px){.image-and-text-section-text-wrapper .download-apps-buttons-container{align-self:var(--mobile-align-self, center) !important}}.image-and-text-section-text-wrapper .download-apps-buttons-container.desktop-only{display:block}@media(max-width: 768px){.image-and-text-section-text-wrapper .download-apps-buttons-container.desktop-only{display:none}}.image-and-text-section-text-wrapper .download-apps-buttons-container.mobile-only{display:none}@media(max-width: 768px){.image-and-text-section-text-wrapper .download-apps-buttons-container.mobile-only{display:block}}.image-wrapper{position:relative;width:100%;grid-area:image;justify-self:center;overflow:hidden;border-radius:var(--image-border-radius, 0)}@media(max-width: 768px){.image-wrapper{max-width:450px}}@media(max-width: 480px){.image-wrapper{max-width:320px}}.image-wrapper:has(.image-state-overlay) .image-and-text-section-image{visibility:hidden}@media(max-width: 768px){.image-wrapper.full-width-mobile{width:100vw;max-width:100vw !important;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}}.image-wrapper.desktop-only{display:block}@media(max-width: 768px){.image-wrapper.desktop-only{display:none}}.image-wrapper.mobile-only{display:none}@media(max-width: 768px){.image-wrapper.mobile-only{display:block}}.image-cta-overlay{position:absolute;z-index:10;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}.image-cta-overlay.clickable{cursor:pointer;user-select:none}.image-cta-overlay.clickable:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:4px;border-radius:4px}.image-cta-overlay.align-left-top{top:var(--spacing-lg);left:var(--spacing-lg)}.image-cta-overlay.align-left-bottom{bottom:var(--spacing-lg);left:var(--spacing-lg)}.image-cta-overlay.align-right-top{top:var(--spacing-lg);right:var(--spacing-lg)}.image-cta-overlay.align-right-bottom{bottom:var(--spacing-lg);right:var(--spacing-lg)}.image-cta-overlay.align-top-center{top:var(--spacing-lg);left:50%;transform:translateX(-50%)}.image-cta-overlay.align-bottom-center{bottom:var(--spacing-lg);left:50%;transform:translateX(-50%)}.image-cta-overlay.desktop-only{display:flex}@media(max-width: 768px){.image-cta-overlay.desktop-only{display:none}}.image-cta-overlay.mobile-only{display:none}@media(max-width: 768px){.image-cta-overlay.mobile-only{display:flex}}@media(max-width: 768px){.image-cta-overlay.align-left-top,.image-cta-overlay.align-left-bottom,.image-cta-overlay.align-right-top,.image-cta-overlay.align-right-bottom,.image-cta-overlay.align-top-center,.image-cta-overlay.align-bottom-center{max-width:calc(100% - var(--spacing-lg)*2)}.image-cta-overlay.align-mobile-left-top{top:var(--spacing-lg);left:var(--spacing-lg);bottom:auto;right:auto;transform:none}.image-cta-overlay.align-mobile-left-bottom{bottom:var(--spacing-lg);left:var(--spacing-lg);top:auto;right:auto;transform:none}.image-cta-overlay.align-mobile-right-top{top:var(--spacing-lg);right:var(--spacing-lg);bottom:auto;left:auto;transform:none}.image-cta-overlay.align-mobile-right-bottom{bottom:var(--spacing-lg);right:var(--spacing-lg);top:auto;left:auto;transform:none}.image-cta-overlay.align-mobile-top-center{top:var(--spacing-lg);left:50%;bottom:auto;right:auto;transform:translateX(-50%)}.image-cta-overlay.align-mobile-bottom-center{bottom:var(--spacing-lg);left:50%;top:auto;right:auto;transform:translateX(-50%);align-items:center}}.image-state-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:var(--image-border-radius);text-align:center;overflow:hidden}.image-state-overlay.desktop-only{display:flex}@media(max-width: 768px){.image-state-overlay.desktop-only{display:none}}.image-state-overlay.mobile-only{display:none}@media(max-width: 768px){.image-state-overlay.mobile-only{display:flex}}