/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.section-hero{background:var(--background-color);padding:var(--padding-top) 0 var(--padding-bottom);overflow:hidden}.section-hero.padding-top-default{--padding-top:60px}@media screen and (max-width:768px){.section-hero.padding-top-default{--padding-top:24px}}.section-hero.padding-bottom-default{--padding-bottom:60px}@media screen and (max-width:768px){.section-hero.padding-bottom-default{--padding-bottom:40px}}.section-hero.padding-top-none .section-hero__content{padding-top:48px}@media screen and (max-width:768px){.section-hero.padding-top-none .section-hero__content{padding-top:24px}}@media screen and (max-width:1024px){.section-hero.hide-image-on-mobile .section-hero__media{display:none}}.section-hero.theme-color-default{--title-secondary:var(--black)}.section-hero.theme-color-blue-gradient .section-hero__media{display:flex;align-items:center}.section-hero.theme-color-blue-gradient .section-hero__media picture{position:relative;z-index:2}.section-hero.theme-color-blue-gradient .section-hero__media::before{width:470px;height:324px;background:linear-gradient(90deg,var(--purple-300) 0.19%,rgba(6,182,212,0) 87.7%);content:"";display:block;position:absolute;right:-200px;z-index:1}@media screen and (max-width:1024px){.section-hero.theme-color-blue-gradient .section-hero__media::before{display:none}}.section-hero.theme-color-blue-gray-50-gradient .bg-image,.section-hero.theme-color-blue-white-gradient .bg-image{right:-397px;top:0;width:902px;height:422px}.section-hero.section-hero--with-video .bg-image{width:633.71px;height:279.003px;top:34px;right:-45px;opacity:1}.section-hero.theme-color-purple-100{--title-main:var(--purple-400);--body:var(--purple-400);--page-label:var(--purple-400)}.section-hero::before{z-index:9}.section-hero_nav{padding-top:24px}.section-hero_logos{padding-bottom:100px;z-index:1}@media screen and (max-width:768px){.section-hero_logos{padding-bottom:60px}}@media screen and (max-width:576px){.section-hero_logos--hide-mobile .section-hero__logos{display:none}}.section-hero .container{display:flex;gap:24px 0;position:relative}.section-hero .container:has(.section-hero__logos)::after{position:absolute;top:-50px;left:calc(-50vw + 80px);width:50vw;height:calc(100% + 100px);content:"";background:var(--background-color);display:block;z-index:7}@media screen and (max-width:1441px){.section-hero .container:has(.section-hero__logos)::after{left:calc(-50vw + 50px)}}@media screen and (max-width:1280px){.section-hero .container:has(.section-hero__logos)::after{left:calc(-50vw + 18px)}}@media screen and (max-width:1024px){.section-hero .container:has(.section-hero__logos)::after{left:calc(-50vw + 16px)}}.section-hero__nav{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px;position:relative;z-index:5}@media screen and (max-width:768px){.section-hero__nav{flex-direction:column-reverse}}@media screen and (max-width:576px){.section-hero__nav{margin-bottom:8px}}@media screen and (max-width:768px){.section-hero__nav.is-breadcrumbs .hero-nav{margin-left:0}}.section-hero__nav.is-breadcrumbs .hero-nav li{display:flex;gap:16px;align-items:center;margin-right:16px}.section-hero__nav.is-breadcrumbs .hero-nav li::after{content:"";display:inline-block;width:8px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMUw2LjcxNzM1IDYuNzE3MzNDNi43OTIwMiA2Ljc5MiA2LjgzNDY3IDYuODkzMzMgNi44MzQ2NyA3QzYuODM0NjcgNy4xMDY2NyA2Ljc5MjAyIDcuMjA4IDYuNzE3MzUgNy4yODI2N0wxIDEzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") no-repeat center;background-size:contain}.section-hero__nav.is-breadcrumbs .hero-nav li:last-child::after{display:none}.section-hero__nav.is-breadcrumbs .hero-nav a{padding:0}.section-hero .hero-nav{display:flex;list-style:none;padding:0;margin:0}@media screen and (max-width:768px){.section-hero .hero-nav{margin-left:-12px}}.section-hero .hero-nav li{margin:0;padding:0}.section-hero .hero-nav li.active a{color:var(--link-color-hover)}.section-hero .hero-nav a{font-weight:300;font-family:var(--font-secondary)}.section-hero .hero-nav a,.section-hero .hero-nav a--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-hero .hero-nav a--bold{font-weight:500}@media screen and (max-width:1024px){.section-hero .hero-nav a,.section-hero .hero-nav a--bold{line-height:130%}}@media screen and (max-width:576px){.section-hero .hero-nav a,.section-hero .hero-nav a--bold{font-size:.875rem;line-height:125%}}.section-hero .hero-nav a{color:var(--link-color);transition:all .3s;padding:8px 12px;text-decoration:none;display:flex;font-weight:400}.section-hero .hero-nav a:hover{color:var(--link-color-hover)}.section-hero__content{width:100%;display:flex;flex-direction:column;justify-content:center;gap:24px;position:relative;z-index:99}.section-hero__content:has(+.section-hero__media){width:calc(100% - 620px);padding-right:40px}@media screen and (max-width:1441px){.section-hero__content:has(+.section-hero__media){width:calc(100% - 520px)}}@media screen and (max-width:1024px){.section-hero__content:has(+.section-hero__media){width:100%;padding-right:0;gap:16px}}.section-hero__content *{margin:0}.section-hero__content p,.section-hero__content li{font-weight:300;font-family:var(--font-secondary)}.section-hero__content p,.section-hero__content p--bold,.section-hero__content li,.section-hero__content li--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.section-hero__content p--bold,.section-hero__content li--bold{font-weight:400}@media screen and (max-width:1024px){.section-hero__content p,.section-hero__content p--bold,.section-hero__content li,.section-hero__content li--bold{line-height:130%}}@media screen and (max-width:576px){.section-hero__content p,.section-hero__content p--bold,.section-hero__content li,.section-hero__content li--bold{font-size:1.125rem;line-height:110%}}.section-hero .section-hero__eyebrow,.section-hero .section-hero__label{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary);color:var(--page-label)}@media screen and (max-width:576px){.section-hero .section-hero__eyebrow,.section-hero .section-hero__label{font-size:.875rem}}.section-hero__description{max-width:1000px;display:flex;gap:24px;flex-direction:column}@media screen and (max-width:1024px){.section-hero__description{gap:16px}}.section-hero__media{width:620px;position:relative;z-index:5}@media screen and (max-width:1441px){.section-hero__media{width:520px}}@media screen and (max-width:1024px){.section-hero__media{width:100%;order:3;display:flex;justify-content:center}}.section-hero__media--top{align-self:flex-start}.section-hero__media--center{align-self:center}.section-hero__media--bottom{align-self:flex-end}.section-hero__media--bottom::after{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;pointer-events:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background:linear-gradient(180deg,rgba(128,108,240,0) 65%,var(--purple-300) 100%)}.section-hero__media--bottom-of-section{align-self:flex-end;margin-bottom:calc(-1*var(--padding-bottom))}.section-hero__media--bottom-of-section:has(+.section-hero__logos){margin-bottom:0}.section-hero__media object{width:100%;height:auto;opacity:0;position:absolute;top:0;transition:all .3s}.section-hero__media object.active{opacity:1}.section-hero__media picture{display:block;width:100%;height:auto;max-width:620px;opacity:1;transition:opacity .3s ease-out}.section-hero__media picture.hidden{opacity:0;visibility:hidden;pointer-events:none}.section-hero__media picture img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.section-hero__media .video-wrapper{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:16px}.section-hero__media iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media screen and (max-width:576px){.section-hero__media--hide-mobile{display:none}}.section-hero__logos{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:16px;position:relative;z-index:5}@media screen and (max-width:1024px){.section-hero__logos{order:2;margin-top:0}}.section-hero__logos__slider{width:100%;display:flex;justify-content:center}.section-hero__logos .splide__list{justify-content:center}@media screen and (max-width:1024px){.section-hero__logos .splide__list{justify-content:left}}@media screen and (min-width:1281px){.section-hero__logos .splide:not(.is-overflow) .splide__list{margin-right:-80px !important}}.section-hero__logos article{display:flex;align-items:center}.section-hero__logos svg{max-width:100%;max-height:100%}.section-hero__logos p{text-align:center;margin:0}@media screen and (max-width:1024px){.section-hero__logos p{text-align:left}}.section-hero.logos-type-title-inline .section-hero__logos{flex-direction:row;gap:40px;margin-top:66px}@media screen and (max-width:1024px){.section-hero.logos-type-title-inline .section-hero__logos{margin-top:0;flex-direction:column;align-items:center;gap:20px}}@media screen and (min-width:1025px){.section-hero.logos-type-title-inline .section-hero__logos__heading{width:301px}}.section-hero.logos-type-title-inline .section-hero__logos__heading *{text-align:left}.section-hero.logos-type-title-inline .section-hero__logos__slider{width:calc(100% - 341px);justify-content:left}@media screen and (max-width:1441px){.section-hero.logos-type-title-inline .section-hero__logos__slider{width:100%;justify-content:center}}.section-hero.logos-type-title-inline .section-hero__logos .splide__track{overflow:hidden}@media screen and (max-width:1024px){.section-hero.logos-type-title-inline .section-hero__logos .splide__track{overflow:unset}}.section-hero.logos-type-title-inline .section-hero__logos .splide__list{justify-content:left;margin-right:0 !important}.section-hero.logos-type-title-inline .section-hero__logos .splide__slide img,.section-hero.logos-type-title-inline .section-hero__logos .splide__slide svg{max-width:120px}.section-hero .bg-image{position:absolute;top:37px;right:-1074px;width:1317px;z-index:0;height:auto;opacity:.5}.section-hero .bg-image img,.section-hero .bg-image svg,.section-hero .bg-image picture,.section-hero .bg-image article{width:100%;height:auto}@media screen and (max-width:1024px){.section-hero .bg-image{display:none}}.section-hero .splide{width:100%}@media screen and (max-width:768px){.section-hero .splide__track{overflow:unset}}.section-hero .splide__slide{display:flex;align-items:center}.section-hero .splide__slide picture{display:flex}.section-hero .splide__slide img{width:100%;max-height:30px;-o-object-fit:contain;object-fit:contain}.section-hero .is-overflow .splide__list{justify-content:left}.section-hero.show-underline h1 span:not(.mobile-block),.section-hero.show-underline .h1 span:not(.mobile-block){--circle-size:9px;--circle-half-size:calc(var(--circle-size) / 2);--line-end:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Ccircle cx='4.5' cy='4.5' r='4' stroke='%23806CF0'/%3E%3Ccircle cx='4.5' cy='4.5' r='1.5' fill='%23806CF0'/%3E%3C/svg%3E");color:var(--text-selected);display:inline;background-image:var(--line-end),linear-gradient(to right,var(--text-selected),var(--text-selected)),var(--line-end);background-repeat:no-repeat;background-position:0 100%,var(--circle-half-size) calc(100% - var(--circle-half-size)),100% 100%;background-size:var(--circle-size),calc(100% - var(--circle-size)) 1px,var(--circle-size);padding-bottom:3px;padding-left:var(--circle-size);margin-left:calc(-1*var(--circle-size));padding-right:var(--circle-size);margin-right:calc(-1*var(--circle-size));white-space:nowrap}@media screen and (max-width:1024px){.section-hero.show-underline h1 span:not(.mobile-block),.section-hero.show-underline .h1 span:not(.mobile-block){padding-left:0;margin-left:0}}@media screen and (max-width:576px){.section-hero.show-underline h1 span:not(.mobile-block),.section-hero.show-underline .h1 span:not(.mobile-block){white-space:normal}}.section-hero.show-block-span h1 span:not(.mobile-block,.highlight),.section-hero.show-block-span .h1 span:not(.mobile-block,.highlight){display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-hero.remove-red-span h1 span:not(.mobile-block,.highlight),.section-hero.remove-red-span .h1 span:not(.mobile-block,.highlight){color:var(--title-main)}.section-hero h1 .highlight,.section-hero .h1 .highlight{display:inline;font-family:"Caveat",cursive !important;font-size:1em;font-weight:400;font-style:italic;color:var(--black);line-height:inherit}.section-hero h1 span.mobile-block,.section-hero .h1 span.mobile-block{color:var(--title-main)}@media screen and (max-width:576px){.section-hero h1 span.mobile-block,.section-hero .h1 span.mobile-block{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.hero-type-no-media .section-hero__content{width:100%;padding-right:0}.hero-type-no-media .section-hero__media{display:none}.hero-type-full-width .section-hero__media,.hero-type-full-width .section-hero__content{width:100%}.hero-type-full-width .section-hero__media picture{max-width:100%}.hero-type-full-width .section-hero__media picture img{border-radius:16px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.hero-type-full-width .section-hero__media.section-hero__media--bottom-of-section::after{content:"";display:block;position:absolute;border-radius:16px;width:100%;height:120px;bottom:0;left:0;background:linear-gradient(to bottom,transparent,var(--media-mask-color))}.hero-type-full-width .section-hero__media--multi-image picture:not(:first-child){display:none}@media screen and (max-width:1024px){.hero-type-full-width .section-hero__media--multi-image picture:first-child{display:none}.hero-type-full-width .section-hero__media--multi-image picture:nth-child(2){display:block}}.hero-type-image-with-background .section-hero__media{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}.hero-type-image-with-background .section-hero__media picture,.hero-type-image-with-background .section-hero__media svg{width:calc(100% + 80px);margin-right:-80px;max-width:none;position:relative;z-index:3}@media screen and (max-width:1024px){.hero-type-image-with-background .section-hero__media picture,.hero-type-image-with-background .section-hero__media svg{border-radius:16px;width:100%;margin-right:0}}@media screen and (max-width:1024px){.hero-type-image-with-background .section-hero__media img{border-radius:16px}}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.section-text-and-media{background:var(--background-color);padding:var(--padding-top) 0 var(--padding-bottom);overflow:hidden}.section-text-and-media.padding-top-default{--padding-top:100px}@media screen and (max-width:1024px){.section-text-and-media.padding-top-default{--padding-top:60px}}.section-text-and-media.padding-bottom-default{--padding-bottom:100px}@media screen and (max-width:1024px){.section-text-and-media.padding-bottom-default{--padding-bottom:60px}}.section-text-and-media.theme-color-default{--background-color:var(--white);--title-secondary:var(--black)}@media screen and (max-width:1024px){.section-text-and-media.hide-image-on-mobile .section-text-and-media__media{display:none}}.section-text-and-media h2 span{color:var(--purple-300)}.section-text-and-media .container{gap:40px 80px;align-items:center}@media screen and (max-width:1024px){.section-text-and-media .container{gap:16px;flex-direction:column}}.section-text-and-media--media-left .container{flex-direction:row-reverse}@media screen and (max-width:1024px){.section-text-and-media--media-left .container{flex-direction:column}}.section-text-and-media__title{width:100%}.section-text-and-media__content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.section-text-and-media__description{display:flex;flex-direction:column;justify-content:center;gap:16px}.section-text-and-media__description ul{gap:24px}.section-text-and-media__description ul *{font-size:1em !important}.section-text-and-media__description a{color:var(--link-color);transition:all .3s;font-weight:700}.section-text-and-media__description a:hover{color:var(--link-color-hover)}.section-text-and-media__description li strong{color:var(--title-main)}.section-text-and-media__media{--offset-right:68px;--offset-bottom:45px;display:flex;justify-content:center;position:relative}@media screen and (max-width:1024px){.section-text-and-media__media{--offset-right:84px;--offset-bottom:48px;width:100%}}.section-text-and-media__media img,.section-text-and-media__media picture,.section-text-and-media__media svg{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.section-text-and-media__media-wrapper{z-index:20;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.section-text-and-media__media-bg{display:block;position:absolute;right:calc(-1*var(--offset-right));bottom:calc(-1*var(--offset-bottom));z-index:0}.section-text-and-media__media:has(.section-text-and-media__media-bg){margin-bottom:var(--offset-bottom)}.section-text-and-media--slider{overflow:hidden}.section-text-and-media--slider .splide{--arrow-width:40px;display:flex;flex-direction:column;width:100%;visibility:visible !important}@media screen and (max-width:576px){.section-text-and-media--slider .splide{width:calc(100% - 24px)}}.section-text-and-media--slider .splide__track{overflow:unset}.section-text-and-media--slider .splide__pagination{display:flex;justify-content:flex-start;gap:8px;padding:0;flex-wrap:nowrap}.section-text-and-media--slider .splide__pagination li{display:flex;margin-top:24px;flex:0 1 35px}.section-text-and-media--slider .splide__pagination__page{all:unset;max-width:35px;width:100%;height:2px;background-color:var(--purple-200);transition:all .3s;cursor:pointer}.section-text-and-media--slider .splide__pagination__page.is-active{-webkit-transform:scale(1.2);transform:scale(1.2)}.section-text-and-media--slider .splide__arrows{display:flex;gap:16px;position:absolute;top:calc(-1*(var(--arrow-width) + 40px));right:0}.section-text-and-media--slider .splide__arrow{-webkit-appearance:none;appearance:none;display:flex;width:var(--arrow-width);height:var(--arrow-width);justify-content:center;align-items:center;flex-shrink:0;border:2px solid var(--purple-300);border-radius:50%;color:var(--purple-300);background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_25463_10456)%22%3E%3Cpath%20d%3D%22M1.42822%208.57129H15.7139%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M10.0005%202.85742L15.7148%208.57171L10.0005%2014.286%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_25463_10456%22%3E%3Crect%20width%3D%2217.1429%22%20height%3D%2217.1429%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;position:relative;top:auto;background-color:rgba(0,0,0,0);box-shadow:none;outline:none;cursor:pointer}.section-text-and-media--slider .splide__arrow--next:hover,.section-text-and-media--slider .splide__arrow--next:active,.section-text-and-media--slider .splide__arrow--next:focus{color:var(--white);background-color:var(--purple-300);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.42822 8.57129H15.7139' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99902 2.85645L15.7133 8.57073L9.99902 14.285' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.section-text-and-media--slider .splide__arrow--prev:hover,.section-text-and-media--slider .splide__arrow--prev:active,.section-text-and-media--slider .splide__arrow--prev:focus{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:var(--white);background-color:var(--purple-300);transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.42822 8.57129H15.7139' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99902 2.85645L15.7133 8.57073L9.99902 14.285' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.section-text-and-media--slider .splide__arrow--prev:not(:hover):not(:active):not(:focus){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.section-text-and-media--slider .splide__arrow--next:not(:disabled):hover,.section-text-and-media--slider .splide__arrow--next:not(:disabled):active,.section-text-and-media--slider .splide__arrow--next:not(:disabled):focus{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.section-text-and-media--slider .container{align-items:flex-start}@media screen and (max-width:1024px){.section-text-and-media--slider .container{align-items:center}}@media screen and (max-width:1024px){.section-text-and-media--slider .section-text-and-media__media{max-width:535px}}@media screen and (max-width:480px){.section-text-and-media--slider .section-text-and-media__media{max-width:100%}}.section-text-and-media--slider .splide{position:relative;margin-bottom:64px}.section-text-and-media--slider .splide__track{overflow:hidden;z-index:2}.section-text-and-media--slider .splide__arrows{bottom:-64px;top:auto}.section-text-and-media--slider .splide__arrows button svg{display:none}.section-text-and-media--slider .splide.is-at-start .splide__arrow--prev,.section-text-and-media--slider .splide.is-at-end .splide__arrow--next{border-color:var(--gray-300);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.42822 8.57129H15.7139' stroke='%23CCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99902 2.85645L15.7133 8.57073L9.99902 14.285' stroke='%23CCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");cursor:default;pointer-events:none}.section-text-and-media--slider .splide.is-at-start .splide__arrow--prev:hover,.section-text-and-media--slider .splide.is-at-start .splide__arrow--prev:active,.section-text-and-media--slider .splide.is-at-start .splide__arrow--prev:focus,.section-text-and-media--slider .splide.is-at-end .splide__arrow--next:hover,.section-text-and-media--slider .splide.is-at-end .splide__arrow--next:active,.section-text-and-media--slider .splide.is-at-end .splide__arrow--next:focus{background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.42822 8.57129H15.7139' stroke='%23CCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99902 2.85645L15.7133 8.57073L9.99902 14.285' stroke='%23CCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.section-text-and-media--slider .splide__pagination{position:absolute;bottom:-26px}.section-text-and-media--slider .splide__pagination li{margin-bottom:0}.section-text-and-media--slider .splide img{height:472px;-o-object-fit:cover;object-fit:cover;border-radius:16px}@media screen and (max-width:576px){.section-text-and-media--slider .splide img{height:auto}}@media screen and (max-width:1024px){.section-text-and-media--slider .splide{margin-bottom:26px}}@media screen and (max-width:576px){.section-text-and-media--slider .splide{width:100%}}.section-text-and-media--noimage .section-text-and-media__content p{max-width:1000px}.section-text-and-media--noimage .section-text-and-media__media{display:none}.section-text-and-media--size-medium .section-text-and-media__media,.section-text-and-media--size-default .section-text-and-media__media{width:41.8%}@media screen and (max-width:1024px){.section-text-and-media--size-medium .section-text-and-media__media,.section-text-and-media--size-default .section-text-and-media__media{width:100%}}.section-text-and-media--size-large .container{gap:40px}@media screen and (max-width:1024px){.section-text-and-media--size-large .container{gap:24px}}.section-text-and-media--size-large .section-text-and-media__media{width:48.44%}@media screen and (max-width:1024px){.section-text-and-media--size-large .section-text-and-media__media{width:100%}}.section-text-and-media--description-s .section-text-and-media__description *{margin:0}.section-text-and-media--description-s .section-text-and-media__description p+p,.section-text-and-media--description-s .section-text-and-media__description p+table,.section-text-and-media--description-s .section-text-and-media__description table+p,.section-text-and-media--description-s .section-text-and-media__description ul+table,.section-text-and-media--description-s .section-text-and-media__description table+ul,.section-text-and-media--description-s .section-text-and-media__description ol+table,.section-text-and-media--description-s .section-text-and-media__description table+ol,.section-text-and-media--description-s .section-text-and-media__description p+ul,.section-text-and-media--description-s .section-text-and-media__description ul+p{margin-top:16px}.section-text-and-media--description-s .section-text-and-media__description p,.section-text-and-media--description-s .section-text-and-media__description a,.section-text-and-media--description-s .section-text-and-media__description li{color:var(--body);font-weight:300;font-family:var(--font-secondary)}.section-text-and-media--description-s .section-text-and-media__description p,.section-text-and-media--description-s .section-text-and-media__description p--bold,.section-text-and-media--description-s .section-text-and-media__description a,.section-text-and-media--description-s .section-text-and-media__description a--bold,.section-text-and-media--description-s .section-text-and-media__description li,.section-text-and-media--description-s .section-text-and-media__description li--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-text-and-media--description-s .section-text-and-media__description p--bold,.section-text-and-media--description-s .section-text-and-media__description a--bold,.section-text-and-media--description-s .section-text-and-media__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-text-and-media--description-s .section-text-and-media__description p,.section-text-and-media--description-s .section-text-and-media__description p--bold,.section-text-and-media--description-s .section-text-and-media__description a,.section-text-and-media--description-s .section-text-and-media__description a--bold,.section-text-and-media--description-s .section-text-and-media__description li,.section-text-and-media--description-s .section-text-and-media__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-text-and-media--description-s .section-text-and-media__description p,.section-text-and-media--description-s .section-text-and-media__description p--bold,.section-text-and-media--description-s .section-text-and-media__description a,.section-text-and-media--description-s .section-text-and-media__description a--bold,.section-text-and-media--description-s .section-text-and-media__description li,.section-text-and-media--description-s .section-text-and-media__description li--bold{font-size:.875rem;line-height:125%}}.section-text-and-media--description-s .section-text-and-media__description a{font-weight:400}.section-text-and-media--description-s .section-text-and-media__description ul,.section-text-and-media--description-s .section-text-and-media__description ol{padding:0;display:flex;flex-direction:column;gap:16px;list-style:none;margin:1rem 0}.section-text-and-media--description-s .section-text-and-media__description li{padding-left:24px;position:relative}.section-text-and-media--description-s .section-text-and-media__description li::before{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--purple-300);position:absolute;top:.5em;left:8px}.section-text-and-media--description-s .section-text-and-media__description li strong{margin-bottom:16px;display:inline-block}.section-text-and-media--description-s .section-text-and-media__description strong,.section-text-and-media--description-s .section-text-and-media__description strong *{font-size:1.25rem;font-style:normal;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:576px){.section-text-and-media--description-s .section-text-and-media__description strong,.section-text-and-media--description-s .section-text-and-media__description strong *{font-size:1.125rem}}.section-text-and-media--description-m .section-text-and-media__description *{margin:0}.section-text-and-media--description-m .section-text-and-media__description p+p,.section-text-and-media--description-m .section-text-and-media__description p+table,.section-text-and-media--description-m .section-text-and-media__description table+p,.section-text-and-media--description-m .section-text-and-media__description ul+table,.section-text-and-media--description-m .section-text-and-media__description table+ul,.section-text-and-media--description-m .section-text-and-media__description ol+table,.section-text-and-media--description-m .section-text-and-media__description table+ol,.section-text-and-media--description-m .section-text-and-media__description p+ul,.section-text-and-media--description-m .section-text-and-media__description ul+p{margin-top:16px}.section-text-and-media--description-m .section-text-and-media__description p,.section-text-and-media--description-m .section-text-and-media__description a,.section-text-and-media--description-m .section-text-and-media__description li{color:var(--body);font-weight:300;font-family:var(--font-secondary)}.section-text-and-media--description-m .section-text-and-media__description p,.section-text-and-media--description-m .section-text-and-media__description p--bold,.section-text-and-media--description-m .section-text-and-media__description a,.section-text-and-media--description-m .section-text-and-media__description a--bold,.section-text-and-media--description-m .section-text-and-media__description li,.section-text-and-media--description-m .section-text-and-media__description li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-text-and-media--description-m .section-text-and-media__description p--bold,.section-text-and-media--description-m .section-text-and-media__description a--bold,.section-text-and-media--description-m .section-text-and-media__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-text-and-media--description-m .section-text-and-media__description p,.section-text-and-media--description-m .section-text-and-media__description p--bold,.section-text-and-media--description-m .section-text-and-media__description a,.section-text-and-media--description-m .section-text-and-media__description a--bold,.section-text-and-media--description-m .section-text-and-media__description li,.section-text-and-media--description-m .section-text-and-media__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-text-and-media--description-m .section-text-and-media__description p,.section-text-and-media--description-m .section-text-and-media__description p--bold,.section-text-and-media--description-m .section-text-and-media__description a,.section-text-and-media--description-m .section-text-and-media__description a--bold,.section-text-and-media--description-m .section-text-and-media__description li,.section-text-and-media--description-m .section-text-and-media__description li--bold{font-size:1rem;line-height:125%}}.section-text-and-media--description-m .section-text-and-media__description a{font-weight:400}.section-text-and-media--description-m .section-text-and-media__description ul,.section-text-and-media--description-m .section-text-and-media__description ol{padding:0;display:flex;flex-direction:column;gap:16px;list-style:none;margin:1rem 0}.section-text-and-media--description-m .section-text-and-media__description li{padding-left:24px;position:relative}.section-text-and-media--description-m .section-text-and-media__description li::before{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--purple-300);position:absolute;top:.5em;left:8px}.section-text-and-media--description-m .section-text-and-media__description li strong{margin-bottom:16px;display:inline-block}.section-text-and-media--description-default .section-text-and-media__description *{margin:0}.section-text-and-media--description-default .section-text-and-media__description p+p,.section-text-and-media--description-default .section-text-and-media__description p+table,.section-text-and-media--description-default .section-text-and-media__description table+p,.section-text-and-media--description-default .section-text-and-media__description ul+table,.section-text-and-media--description-default .section-text-and-media__description table+ul,.section-text-and-media--description-default .section-text-and-media__description ol+table,.section-text-and-media--description-default .section-text-and-media__description table+ol,.section-text-and-media--description-default .section-text-and-media__description p+ul,.section-text-and-media--description-default .section-text-and-media__description ul+p{margin-top:16px}.section-text-and-media--description-default .section-text-and-media__description p,.section-text-and-media--description-default .section-text-and-media__description a,.section-text-and-media--description-default .section-text-and-media__description li{color:var(--body);font-weight:300;font-family:var(--font-secondary)}.section-text-and-media--description-default .section-text-and-media__description p,.section-text-and-media--description-default .section-text-and-media__description p--bold,.section-text-and-media--description-default .section-text-and-media__description a,.section-text-and-media--description-default .section-text-and-media__description a--bold,.section-text-and-media--description-default .section-text-and-media__description li,.section-text-and-media--description-default .section-text-and-media__description li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-text-and-media--description-default .section-text-and-media__description p--bold,.section-text-and-media--description-default .section-text-and-media__description a--bold,.section-text-and-media--description-default .section-text-and-media__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-text-and-media--description-default .section-text-and-media__description p,.section-text-and-media--description-default .section-text-and-media__description p--bold,.section-text-and-media--description-default .section-text-and-media__description a,.section-text-and-media--description-default .section-text-and-media__description a--bold,.section-text-and-media--description-default .section-text-and-media__description li,.section-text-and-media--description-default .section-text-and-media__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-text-and-media--description-default .section-text-and-media__description p,.section-text-and-media--description-default .section-text-and-media__description p--bold,.section-text-and-media--description-default .section-text-and-media__description a,.section-text-and-media--description-default .section-text-and-media__description a--bold,.section-text-and-media--description-default .section-text-and-media__description li,.section-text-and-media--description-default .section-text-and-media__description li--bold{font-size:1rem;line-height:125%}}.section-text-and-media--description-default .section-text-and-media__description a{font-weight:400}.section-text-and-media--description-default .section-text-and-media__description ul,.section-text-and-media--description-default .section-text-and-media__description ol{padding:0;display:flex;flex-direction:column;gap:16px;list-style:none;margin:1rem 0}.section-text-and-media--description-default .section-text-and-media__description li{padding-left:24px;position:relative}.section-text-and-media--description-default .section-text-and-media__description li::before{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--purple-300);position:absolute;top:.5em;left:8px}.section-text-and-media--description-default .section-text-and-media__description li strong{margin-bottom:16px;display:inline-block}.section-text-and-media--description-default .section-text-and-media__description a{color:var(--link-color)}.section-text-and-media--description-default .section-text-and-media__description a:hover{color:var(--link-color-hover)}.section-text-and-media--valign-top .container{align-items:flex-start}.section-text-and-media table{font-family:var(--font-secondary);font-size:1.125rem;width:100%;margin:24px 0;padding:0;border-collapse:collapse;table-layout:fixed}.section-text-and-media table td{padding:16px;border:1px solid var(--gray-200);font-weight:350;vertical-align:top;width:auto}.section-text-and-media table td p+p,.section-text-and-media table td ul+p,.section-text-and-media table td p+ul,.section-text-and-media table td ul+ul{margin-top:16px}.section-text-and-media table tr:first-child td{background-color:var(--purple-100)}.section-text-and-media table tr:not(:first-child) td{color:var(--gray-700);background-color:var(--white)}.section-text-and-media table tr:not(:first-child):not(.secondary-row)>td:first-child{background-color:var(--gray-100)}
.node--header .social-sharing-buttons,.sponsored-event--content .social-sharing-buttons{align-items:center;display:flex;flex-flow:wrap row;margin-top:16px;width:100%}.node--header .social-sharing-buttons .share-heading,.sponsored-event--content .social-sharing-buttons .share-heading{display:none}.node--header .social-sharing-buttons>*,.sponsored-event--content .social-sharing-buttons>*{margin:0 16px 0 0}.sponsored-event--content .social-sharing-buttons{margin-bottom:40px}.node--content .social-sharing-buttons{align-items:center;display:flex;flex-flow:wrap row;margin-bottom:24px}@media screen and (min-width:75em){.node--content .social-sharing-buttons{flex-flow:wrap column;left:-96px;position:absolute;top:0}}.node--content .social-sharing-buttons>*{margin:0 16px 0 0}@media screen and (min-width:75em){.node--content .social-sharing-buttons>*{margin:0 0 16px 0}}.social-sharing-buttons .share-heading{color:#858585;font-size:.6666666667rem;font-weight:700;line-height:1;text-transform:uppercase}.social-sharing-buttons a{align-items:center;border:solid 1px #858585;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .25s ease-in-out;width:40px}.node--header .social-sharing-buttons a{margin-right:16px}.social-sharing-buttons a:before{color:#858585;font-size:16px;transition:all .25s ease-in-out}.social-sharing-buttons a:hover{border:solid 1px #806cf0}.social-sharing-buttons a:hover:before{color:#806cf0}.social-sharing-buttons .share-linkedin:before{content:"";font-family:"icomoon"}.social-sharing-buttons .share-facebook:before{content:"";font-family:"icomoon"}.social-sharing-buttons .share-twitter:before{content:"";font-family:"icomoon"}
.mktoField.mktoHasWidth.stateTracked.mktoRequired.mktoInvalid:has(+.mktoError),.mktoField.mktoHasWidth.stateTracked.mktoRequired.mktoInvalid:has(+.mktoError),.mktoField.mktoHasWidth.stateTracked.mktoRequired.mktoInvalid:has(+.mktoError){background-color:#fff;border:3px solid #e53535}.paragraph--type--reference-marketo-form .marketo-form .mktoErrorMsg{color:#e53535;font-weight:bold}.mktoCaptchaDisclaimer{font-size:.875rem;padding-left:20px;color:#000;line-height:1.3}.mktoCaptchaDisclaimer a{font-size:.875rem}.bg-theme--dark .mktoCaptchaDisclaimer{color:#fff}.paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label{background-color:inherit}.paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio).marketo-focus-form-item .mktoLabel.mktoHasWidth{background-color:#fff;z-index:13;padding:0 6px;margin-left:10px}.bg-theme--dark .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label{background-color:transparent !important}.paragraph--type--reference-marketo-form{text-align:center}@media print,screen and (min-width:64em){.paragraph--type--reference-marketo-form{text-align:left}}.paragraph--type--reference-marketo-form h2{font-size:1.3333333333rem;margin-bottom:16px;text-align:center}.paragraph--type--reference-marketo-form .field--name-field-submission-confirmation{text-align:center}.paragraph--type--reference-marketo-form .field--name-field-thank-you-title{font-size:1.8888888889rem;font-weight:400}@media print,screen and (min-width:40em){.paragraph--type--reference-marketo-form .field--name-field-thank-you-title{font-size:2.3333333333rem}}.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap{padding-top:16px;position:relative}.paragraph--type--reference-marketo-form .oneoff-form form,.paragraph--type--reference-marketo-form .marketo-form form{display:flex;flex-flow:row wrap;margin:auto;text-align:left}.paragraph--type--reference-marketo-form .oneoff-form form>*,.paragraph--type--reference-marketo-form .marketo-form form>*{width:100%}@media print,screen and (min-width:64em){.paragraph--type--reference-marketo-form .oneoff-form form .mktoFieldFirstName,.paragraph--type--reference-marketo-form .marketo-form form .mktoFieldFirstName{width:calc(50% - 8px);margin-right:16px}}@media print,screen and (min-width:64em){.paragraph--type--reference-marketo-form .oneoff-form form .mktoFieldLastName,.paragraph--type--reference-marketo-form .marketo-form form .mktoFieldLastName{width:calc(50% - 8px)}}.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label{font-size:.8888888889rem;font-weight:500;left:0;padding:0 16px}.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label .mktoLabel-addendum,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox):not(.marketo-radio)>label .mktoLabel-addendum{font-weight:normal}.paragraph--type--reference-marketo-form .oneoff-form input[type=text],.paragraph--type--reference-marketo-form .oneoff-form input[type=email],.paragraph--type--reference-marketo-form .oneoff-form input[type=tel],.paragraph--type--reference-marketo-form .oneoff-form input[type=url],.paragraph--type--reference-marketo-form .oneoff-form input[type=date],.paragraph--type--reference-marketo-form .oneoff-form select,.paragraph--type--reference-marketo-form .oneoff-form textarea,.paragraph--type--reference-marketo-form .marketo-form input[type=text],.paragraph--type--reference-marketo-form .marketo-form input[type=email],.paragraph--type--reference-marketo-form .marketo-form input[type=tel],.paragraph--type--reference-marketo-form .marketo-form input[type=url],.paragraph--type--reference-marketo-form .marketo-form input[type=date],.paragraph--type--reference-marketo-form .marketo-form select,.paragraph--type--reference-marketo-form .marketo-form textarea{background-color:#f1f2f2;border:none;box-shadow:none}.paragraph--type--reference-marketo-form .oneoff-form input[type=text],.paragraph--type--reference-marketo-form .oneoff-form input[type=email],.paragraph--type--reference-marketo-form .oneoff-form input[type=tel],.paragraph--type--reference-marketo-form .oneoff-form input[type=url],.paragraph--type--reference-marketo-form .oneoff-form input[type=date],.paragraph--type--reference-marketo-form .marketo-form input[type=text],.paragraph--type--reference-marketo-form .marketo-form input[type=email],.paragraph--type--reference-marketo-form .marketo-form input[type=tel],.paragraph--type--reference-marketo-form .marketo-form input[type=url],.paragraph--type--reference-marketo-form .marketo-form input[type=date]{margin:0 0 4px;padding:16px 18px;font-family:var(--font-secondary)}.paragraph--type--reference-marketo-form .oneoff-form select,.paragraph--type--reference-marketo-form .marketo-form select{height:52px;margin:0 0 4px;padding-left:16px;padding-top:2px;width:100% !important}.paragraph--type--reference-marketo-form .oneoff-form textarea,.paragraph--type--reference-marketo-form .marketo-form textarea{padding:16px}.paragraph--type--reference-marketo-form .oneoff-form .marketo-radio.mktoFieldWrap>label,.paragraph--type--reference-marketo-form .marketo-form .marketo-radio.mktoFieldWrap>label{font-weight:bold;text-align:left}.paragraph--type--reference-marketo-form .oneoff-form .marketo-radio.mktoFieldWrap .mktoRadioList input,.paragraph--type--reference-marketo-form .marketo-form .marketo-radio.mktoFieldWrap .mktoRadioList input{margin:4px 8px 2px 0;float:left;clear:both;width:13px}.paragraph--type--reference-marketo-form .oneoff-form .marketo-radio.mktoFieldWrap .mktoRadioList label,.paragraph--type--reference-marketo-form .marketo-form .marketo-radio.mktoFieldWrap .mktoRadioList label{line-height:1.3;margin:2px 0;float:left;width:calc(100% - (21px));text-align:left}.paragraph--type--reference-marketo-form .oneoff-form .mktoInstruction,.paragraph--type--reference-marketo-form .marketo-form .mktoInstruction{font-size:.875rem;color:#fff}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox.hasEmptyChildLabel,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox.hasEmptyChildLabel{display:flex}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox.hasEmptyChildLabel>label,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox.hasEmptyChildLabel>label{flex-grow:2;margin-top:2px;font-weight:normal}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox.mktoRequiredField>label:empty:after,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox.mktoRequiredField>label:empty:after{display:none}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox.mktoRequiredField>label:empty+.mktoCheckboxList label:after,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox.mktoRequiredField>label:empty+.mktoCheckboxList label:after{display:inline-block;width:6px;height:6px;margin:0 .3em;content:"";vertical-align:super;background-image:url("/core/misc/icons/ee0000/required.svg");background-repeat:no-repeat;background-size:6px 6px}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox>label,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox>label{font-weight:700;line-height:1.3;order:3;text-align:left}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox .mktoCheckboxList input,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox .mktoCheckboxList input{margin:4px 8px 2px 0;float:left;clear:both;width:13px}.paragraph--type--reference-marketo-form .oneoff-form .marketo-checkbox .mktoCheckboxList label,.paragraph--type--reference-marketo-form .marketo-form .marketo-checkbox .mktoCheckboxList label{line-height:1.3;margin:2px 0;float:left;width:calc(100% - (21px));text-align:left}.paragraph--type--reference-marketo-form .oneoff-form .g-recaptcha,.paragraph--type--reference-marketo-form .marketo-form .g-recaptcha{margin-top:16px}.paragraph--type--reference-marketo-form .oneoff-form .mktoErrorMsg,.paragraph--type--reference-marketo-form .marketo-form .mktoErrorMsg{color:#e53535;font-size:.6666666667rem;text-align:left}.paragraph--type--reference-marketo-form .oneoff-form .required_section,.paragraph--type--reference-marketo-form .marketo-form .required_section{display:none}.paragraph--type--reference-marketo-form .oneoff-form button[type=submit],.paragraph--type--reference-marketo-form .marketo-form button[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-size:.8888888889rem;font-weight:500;line-height:1;outline:none;padding:18px 24px;text-align:center;transition:all .25s ease-in-out;background-color:#806cf0;border:solid 2px #806cf0;color:#fff;cursor:pointer;margin-top:16px;width:100%}[data-whatinput=mouse] .paragraph--type--reference-marketo-form .oneoff-form button[type=submit],[data-whatinput=mouse] .paragraph--type--reference-marketo-form .marketo-form button[type=submit]{outline:0}.paragraph--type--reference-marketo-form .oneoff-form button[type=submit]:hover,.paragraph--type--reference-marketo-form .oneoff-form button[type=submit]:focus,.paragraph--type--reference-marketo-form .oneoff-form button[type=submit]:active,.paragraph--type--reference-marketo-form .marketo-form button[type=submit]:hover,.paragraph--type--reference-marketo-form .marketo-form button[type=submit]:focus,.paragraph--type--reference-marketo-form .marketo-form button[type=submit]:active{background:#fff;color:#806cf0;-webkit-transform:translateY(-2px);transform:translateY(-2px);outline:none}@media print,screen and (min-width:64em){.paragraph--type--reference-marketo-form .oneoff-form button[type=submit],.paragraph--type--reference-marketo-form .marketo-form button[type=submit]{width:auto}}.paragraph--type--reference-marketo-form .oneoff-form .marketo-focus-form-item:not(.marketo-checkbox):not(.marketo-radio)>label,.paragraph--type--reference-marketo-form .oneoff-form .has-value:not(.marketo-checkbox):not(.marketo-radio)>label,.paragraph--type--reference-marketo-form .marketo-form .marketo-focus-form-item:not(.marketo-checkbox):not(.marketo-radio)>label,.paragraph--type--reference-marketo-form .marketo-form .has-value:not(.marketo-checkbox):not(.marketo-radio)>label{font-size:.7777777778rem;-webkit-transform:translateY(4px);transform:translateY(4px);background-color:#fff;padding:0 6px;margin-left:10px;z-index:2}.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldprivacyPolicyCheckbox,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldprivacyPolicyCheckbox{order:17}.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldexplicitOptinCheckbox,.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldoptinCheckbox,.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldoptInCheckbox,.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldoptInStatus,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldexplicitOptinCheckbox,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldoptinCheckbox,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldoptInCheckbox,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldoptInStatus{order:18}.paragraph--type--reference-marketo-form .oneoff-form .mktoFormSubmitButton,.paragraph--type--reference-marketo-form .oneoff-form .mktoButtonRow,.paragraph--type--reference-marketo-form .marketo-form .mktoFormSubmitButton,.paragraph--type--reference-marketo-form .marketo-form .mktoButtonRow{order:19}.paragraph--type--reference-marketo-form .oneoff-form .mktoFieldprivacyPolicyStatus,.paragraph--type--reference-marketo-form .marketo-form .mktoFieldprivacyPolicyStatus{order:20;font-size:.6111111111rem;line-height:2}.paragraph--type--reference-marketo-form .oneoff-form .mktoFormRow .marketo-date.mktoFieldWrap>label,.paragraph--type--reference-marketo-form .marketo-form .mktoFormRow .marketo-date.mktoFieldWrap>label{font-size:.7777777778rem;-webkit-transform:translateY(4px);transform:translateY(4px)}.paragraph--type--reference-marketo-form .oneoff-form .mktoFormRow .marketo-date.mktoFieldWrap>input,.paragraph--type--reference-marketo-form .marketo-form .mktoFormRow .marketo-date.mktoFieldWrap>input{height:52px;line-height:52px;padding-top:0;padding-bottom:0}.paragraph--type--reference-marketo-form .oneoff-form #LblbugBountyProofAttachment,.paragraph--type--reference-marketo-form .oneoff-form #LbllanguagePreference,.paragraph--type--reference-marketo-form .oneoff-form #LblState,.paragraph--type--reference-marketo-form .oneoff-form #LblCountry,.paragraph--type--reference-marketo-form .oneoff-form #LblNumberOfEmployees,.paragraph--type--reference-marketo-form .oneoff-form #LblSalesforce_Customer__c,.paragraph--type--reference-marketo-form .oneoff-form #LblSalutation,.paragraph--type--reference-marketo-form .marketo-form #LblbugBountyProofAttachment,.paragraph--type--reference-marketo-form .marketo-form #LbllanguagePreference,.paragraph--type--reference-marketo-form .marketo-form #LblState,.paragraph--type--reference-marketo-form .marketo-form #LblCountry,.paragraph--type--reference-marketo-form .marketo-form #LblNumberOfEmployees,.paragraph--type--reference-marketo-form .marketo-form #LblSalesforce_Customer__c,.paragraph--type--reference-marketo-form .marketo-form #LblSalutation{display:flex;font-size:.8888888889rem;-webkit-transform:translateY(4px);transform:translateY(4px);width:auto !important}.paragraph--type--reference-marketo-form .oneoff-form #LblbugBountyProofAttachment .mktoAsterix,.paragraph--type--reference-marketo-form .oneoff-form #LbllanguagePreference .mktoAsterix,.paragraph--type--reference-marketo-form .oneoff-form #LblState .mktoAsterix,.paragraph--type--reference-marketo-form .oneoff-form #LblCountry .mktoAsterix,.paragraph--type--reference-marketo-form .oneoff-form #LblNumberOfEmployees .mktoAsterix,.paragraph--type--reference-marketo-form .oneoff-form #LblSalesforce_Customer__c .mktoAsterix,.paragraph--type--reference-marketo-form .oneoff-form #LblSalutation .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LblbugBountyProofAttachment .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LbllanguagePreference .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LblState .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LblCountry .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LblNumberOfEmployees .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LblSalesforce_Customer__c .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form #LblSalutation .mktoAsterix{color:red;margin-left:4px;order:3}.paragraph--type--reference-marketo-form .oneoff-form .mktoFormRow .mktoFieldWrap.marketo-select>label,.paragraph--type--reference-marketo-form .marketo-form .mktoFormRow .mktoFieldWrap.marketo-select>label{display:flex;font-size:14px;-webkit-transform:translateY(4px);transform:translateY(4px);width:auto !important}.paragraph--type--reference-marketo-form .oneoff-form .mktoFormRow .mktoFieldWrap.marketo-select>label .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form .mktoFormRow .mktoFieldWrap.marketo-select>label .mktoAsterix{color:red;margin-left:4px;order:3}.paragraph--type--reference-marketo-form .oneoff-form #LblMktoPersonNotes,.paragraph--type--reference-marketo-form .marketo-form #LblMktoPersonNotes{line-height:1.4;padding:0;position:relative;-webkit-transform:translateY(0px);transform:translateY(0px)}.paragraph--type--reference-marketo-form .oneoff-form #LbldietaryRestrictions,.paragraph--type--reference-marketo-form .marketo-form #LbldietaryRestrictions{line-height:1.4;padding:0 16px;position:relative;font-size:.7777777778rem;-webkit-transform:translateY(11px);transform:translateY(11px)}.paragraph--type--reference-marketo-form .oneoff-form label[for=optInCheckbox] .mktoAsterix,.paragraph--type--reference-marketo-form .marketo-form label[for=optInCheckbox] .mktoAsterix{color:red;margin-left:2px;margin-top:-16px}
.section-form{--background-color:var(--purple-400);--title-main:white;--body:white;--progress-line:var(--gray-200);padding:100px 0;background-color:var(--background-color);overflow:hidden}@media screen and (max-width:576px){.section-form{padding:60px 0}}.section-form .container{display:flex;flex-wrap:wrap;position:relative}@media screen and (max-width:1024px){.section-form .container:has(.field--name-field-submission-confirmation){gap:16px}}.section-form .container::before{width:563.5px;height:368px;content:"";background-image:url(/themes/custom/conga/build/images/large-form-bg-right.svg);background-size:contain;background-repeat:no-repeat;position:absolute;top:-111px;right:-140px}.section-form .container::after{width:563.5px;height:368px;content:"";background-image:url(/themes/custom/conga/build/images/large-form-bg-left.svg);background-size:contain;position:absolute;top:270px;left:-60px;background-repeat:no-repeat}.section-form__content{--body:var(--gray-100);width:calc(100% - 609px);padding-right:40px;position:relative;z-index:5;display:flex;flex-direction:column;gap:16px}.section-form__content *{margin:0}@media screen and (max-width:1024px){.section-form__content{width:100%;padding-right:0}}.section-form__content p{font-weight:300;font-family:var(--font-secondary)}.section-form__content p,.section-form__content p--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-form__content p--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__content p,.section-form__content p--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__content p,.section-form__content p--bold{font-size:.875rem;line-height:125%}}.section-form__content p{color:var(--gray-100)}.section-form__description{font-weight:300;font-family:var(--font-secondary)}.section-form__description,.section-form__description--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-form__description--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__description,.section-form__description--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__description,.section-form__description--bold{font-size:.875rem;line-height:125%}}.section-form__description a{color:var(--purple-200)}.section-form__description{color:var(--gray-100);display:flex;flex-direction:column;gap:16px}.section-form__form{width:609px;position:relative;z-index:5;--marketo-form-min-height:26rem;min-height:var(--marketo-form-min-height)}.section-form__form .h1,.section-form__form .h1 *,.section-form__form h1,.section-form__form h1 *{font-size:3.75rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-form__form .h1,.section-form__form .h1 *,.section-form__form h1,.section-form__form h1 *{font-size:3rem;line-height:100%}}@media screen and (max-width:576px){.section-form__form .h1,.section-form__form .h1 *,.section-form__form h1,.section-form__form h1 *{font-size:2.5rem}}@media(max-width:375px){.section-form__form .h1,.section-form__form .h1 *,.section-form__form h1,.section-form__form h1 *{font-size:2.25rem}}.section-form__form .h1 span,.section-form__form .h1 * span,.section-form__form h1 span,.section-form__form h1 * span{color:var(--text-selected)}.section-form__form .h2,.section-form__form .h2 *,.section-form__form h2,.section-form__form h2 *{font-size:3rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-form__form .h2,.section-form__form .h2 *,.section-form__form h2,.section-form__form h2 *{font-size:2.5rem;line-height:100%}}@media screen and (max-width:576px){.section-form__form .h2,.section-form__form .h2 *,.section-form__form h2,.section-form__form h2 *{font-size:2rem}}.section-form__form .h2,.section-form__form h2{text-align:left}.section-form__form .h3,.section-form__form .h3 *,.section-form__form h3,.section-form__form h3 *{font-size:2.5rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-form__form .h3,.section-form__form .h3 *,.section-form__form h3,.section-form__form h3 *{font-size:2rem;line-height:100%}}@media screen and (max-width:576px){.section-form__form .h3,.section-form__form .h3 *,.section-form__form h3,.section-form__form h3 *{font-size:1.5rem}}.section-form__form .h4,.section-form__form .h4 *,.section-form__form h4,.section-form__form h4 *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-form__form .h4,.section-form__form .h4 *,.section-form__form h4,.section-form__form h4 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.section-form__form .h4,.section-form__form .h4 *,.section-form__form h4,.section-form__form h4 *{font-size:1.375rem}}.section-form__form .h5,.section-form__form .h5 *,.section-form__form h5,.section-form__form h5 *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-form__form .h5,.section-form__form .h5 *,.section-form__form h5,.section-form__form h5 *{line-height:100%}}@media screen and (max-width:576px){.section-form__form .h5,.section-form__form .h5 *,.section-form__form h5,.section-form__form h5 *{font-size:1.25rem}}.section-form__form .h6,.section-form__form .h6 *,.section-form__form h6,.section-form__form h6 *{font-size:1.25rem;font-style:normal;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:576px){.section-form__form .h6,.section-form__form .h6 *,.section-form__form h6,.section-form__form h6 *{font-size:1.125rem}}@media screen and (max-width:1024px){.section-form__form{width:100%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form form,.section-form__form .paragraph--type--reference-marketo-form .marketo-form form{gap:0 16px;width:100% !important}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFormRow,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFormRow{flex:1 1 calc(50% - 8px)}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFormRow,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFormRow{flex-basis:100%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldFirstName,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldFirstName{margin:0}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldcustomerAdvocacyProgram,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldcustomerAdvocacyProgram{flex-basis:100%}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldEmail,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldoptinCheckbox,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldEmail,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldoptinCheckbox{flex:1 1 100%}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form select,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form input[type=text],.section-form__form .paragraph--type--reference-marketo-form .oneoff-form input[type=email],.section-form__form .paragraph--type--reference-marketo-form .oneoff-form input[type=tel],.section-form__form .paragraph--type--reference-marketo-form .oneoff-form input[type=url],.section-form__form .paragraph--type--reference-marketo-form .oneoff-form input[type=date],.section-form__form .paragraph--type--reference-marketo-form .oneoff-form textarea,.section-form__form .paragraph--type--reference-marketo-form .marketo-form select,.section-form__form .paragraph--type--reference-marketo-form .marketo-form input[type=text],.section-form__form .paragraph--type--reference-marketo-form .marketo-form input[type=email],.section-form__form .paragraph--type--reference-marketo-form .marketo-form input[type=tel],.section-form__form .paragraph--type--reference-marketo-form .marketo-form input[type=url],.section-form__form .paragraph--type--reference-marketo-form .marketo-form input[type=date],.section-form__form .paragraph--type--reference-marketo-form .marketo-form textarea{display:flex;height:48px;padding:0 16px;justify-content:space-between;align-items:center;align-self:stretch;width:100% !important;font-family:var(--font-secondary);font-size:16px}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form textarea,.section-form__form .paragraph--type--reference-marketo-form .marketo-form textarea{padding:16px;height:96px;resize:none;width:100% !important}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap.marketo-select select,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap.marketo-select select{-webkit-appearance:none;appearance:none;background-image:url(/themes/custom/conga/build/images/select-expand.svg);background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap.marketo-select select.mktoInvalid:has(+.mktoError),.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap.marketo-select select.mktoInvalid:has(+.mktoError){border:none;outline:3px solid #e53535}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldState,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldContact_Us_Form_Comments__c,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldlanguagePreference,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldState,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldContact_Us_Form_Comments__c,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldlanguagePreference{flex:auto}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label{position:relative;top:0;left:0;padding-left:12px !important;margin-bottom:6px !important;display:block;-webkit-transform:unset;transform:unset;background:rgba(0,0,0,0) !important;font-weight:400;font-family:var(--font-secondary);font-weight:500;color:var(--black)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label--bold{font-size:.75rem;line-height:125%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label#LblCountry,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label#LblState,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label#LblCountry,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoFieldWrap:not(.marketo-checkbox,.marketo-radio)>label#LblState{-webkit-transform:translateY(0);transform:translateY(0)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoRequiredField:not(.marketo-checkbox,.marketo-radio)>label::before,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoRequiredField:not(.marketo-checkbox,.marketo-radio)>label::before{content:"*";color:#bf0000;position:absolute;left:0;top:2px;font-size:13px;font-style:normal;font-weight:500;line-height:15.6px;letter-spacing:.01px}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoRequiredField:not(.marketo-checkbox,.marketo-radio)>label::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoRequiredField:not(.marketo-checkbox,.marketo-radio)>label::after{content:none}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList{color:#fff;padding-left:0;font-weight:400;font-family:var(--font-secondary)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList--bold{font-size:.75rem;line-height:125%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p{margin:0;font-weight:400;font-family:var(--font-secondary)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText p--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList p--bold{font-size:.75rem;line-height:125%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a{--body:var(--purple-300);font-weight:400;font-family:var(--font-secondary);text-decoration:underline}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a--bold{font-size:.75rem;line-height:125%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCaptchaDisclaimer a:hover,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoHtmlText a:hover,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form .mktoCheckboxList a:hover,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCaptchaDisclaimer a:hover,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoHtmlText a:hover,.section-form__form .paragraph--type--reference-marketo-form .marketo-form .mktoCheckboxList a:hover{--body:var(--purple-100)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:500;line-height:1;min-height:48px}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--bold,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--bold{font-size:.875rem;line-height:125%}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:.875em;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--l,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--l{min-height:56px}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button.extra_large,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button.extra_large{font-size:1.1rem;min-height:64px}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button.extra_large,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button.extra_large{font-size:1rem}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button:hover,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button:focus,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button:active,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--primary,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--secondary,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--primary,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--secondary{display:flex;align-items:center}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--primary.disabled,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--secondary,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--secondary.disabled,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--tertiary,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button-tertiary,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--outer,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--tertiary,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button-tertiary,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center;min-height:auto !important}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--tertiary:hover::after,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button-tertiary:hover::after,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--outer:hover::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--tertiary:hover::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button-tertiary:hover::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--tertiary::after,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button-tertiary::after,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--outer::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--tertiary::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button-tertiary::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--tertiary.disabled,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button-tertiary.disabled,.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--outer.disabled,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--tertiary.disabled,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button-tertiary.disabled,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--outer::after,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23806CF0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--hide-mobile,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--hide-mobile{display:none}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--hide-desktop,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--hide-desktop{display:none}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button--hide-desktop,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button--hide-desktop{display:flex}}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button{background-color:#fff;border-color:rgba(0,0,0,0);color:var(--purple-300);border-width:1.5px !important;font-size:16px}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button:hover,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button:hover{background-color:var(--purple-300);border-color:var(--purple-300);color:var(--white);-webkit-transform:none;transform:none}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button:focus,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button:focus{color:var(--purple-300);background-color:#fff;border-color:var(--purple-300)}.section-form__form .paragraph--type--reference-marketo-form .oneoff-form button:active,.section-form__form .paragraph--type--reference-marketo-form .marketo-form button:active{background-color:var(--purple-400);border-color:var(--purple-400)}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-submission-confirmation{--body:var(--gray-700);background-color:var(--white);border-radius:20px;padding:32px}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title{--title-main:var(--black)}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title *{font-size:1.375rem}}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title{text-align:left;display:flex;flex-direction:row;align-items:center;gap:16px}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title::before{content:"";width:60px;height:60px;display:block;position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' viewBox='0 0 60 61' fill='none'%3E%3Ccircle cx='30' cy='30.4573' r='30' fill='%2321CCA1'/%3E%3Cpath d='M42.5 20.4573L25.3125 37.9573L17.5 30.0027' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}@media screen and (max-width:480px){.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-title::before{width:40px;height:40px}}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p{font-weight:300;font-family:var(--font-secondary)}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description--bold,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description--bold,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p--bold{font-weight:500}@media screen and (max-width:1024px){.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description--bold,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p--bold{line-height:130%}}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description--bold,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p--bold{font-size:.875rem;line-height:125%}}.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description:last-child,.section-form__form .paragraph--type--reference-marketo-form .field--name-field-thank-you-description p:last-child{margin-bottom:0}.section-form__form .paragraph--type--reference-marketo-form .marketo-form-1019 .mktoFieldPhone{flex:auto}.section-form__form .paragraph--type--reference-marketo-form .marketo-form-1019 .mktoFieldEmail:has(+.mktoFieldPhone:not([style="display:none"])),.section-form__form .paragraph--type--reference-marketo-form .marketo-form-1019 .mktoFieldEmail+.mktoFieldPhone:not([style="display:none"]){flex:1 1 calc(50% - 8px)}@media screen and (max-width:576px){.section-form__form .paragraph--type--reference-marketo-form .marketo-form-1019 .mktoFieldEmail:has(+.mktoFieldPhone:not([style="display:none"])),.section-form__form .paragraph--type--reference-marketo-form .marketo-form-1019 .mktoFieldEmail+.mktoFieldPhone:not([style="display:none"]){flex-basis:100%}}.section-form__form .paragraph--type--reference-marketo-form .marketo-form-1819 .mktoFieldCompany{width:100%;margin-right:0px}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoHtmlText{font-size:12px;color:var(--gray-600);font-family:var(--font-secondary)}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow{flex:unset;width:unset}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldEmail,.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldbugBountyURL,.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldbugBountyDescribeVulnerability,.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldbugBountyPostResolutionPlan,.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldcVSSBaseScoreVector{width:100%;flex:unset}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldbugBountyEstimatedSeverity,.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldFirstName,.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldLastName{flex:1 1 calc(50% - 8px)}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldbugBountyDescribeVulnerability label>strong{font-weight:500 !important}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow.mktoFieldcVSSBaseScoreVector .mktoInstruction{display:none}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .mktoFormRow textarea{height:48px}.section-form__form .paragraph--type--reference-marketo-form .marketo-steps-wrapper .marketo-form .marketo-form-1696 .marketo-form .marketo-form .mktoFormRow .mktoFieldWrap.marketo-select>label{font-size:rem-calc(16);font-weight:500;left:0;padding:0 16px}.section-form__form form{width:100% !important}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;}@media (prefers-reduced-motion:no-preference){.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{animation:gin-throbber .75s linear infinite;}}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
