/* @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}}
.layout-container.theme-color-purple-400 .section-slider-cards .is-visible .slider-card:hover{background-color:var(--purple-400)}.layout-container.theme-color-purple-400 .section-slider-cards .is-visible .slider-card:hover .slider-card__answer_text{--body:var(--purple-100);--title-main:var(--purple-100)}@media screen and (min-width:1441px){.layout-container.theme-color-purple-400 .section-slider-cards .slider-card:hover{background-color:var(--purple-400)}.layout-container.theme-color-purple-400 .section-slider-cards .slider-card:hover .slider-card__answer_text{--body:var(--purple-100);--title-main:var(--purple-100)}}.layout-container.theme-color-purple-400 .section-slider-cards .slider-card .btn--primary{--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300)}.layout-container.theme-color-purple-400 .section-slider-cards .slider-card .btn-tertiary:hover{--btn-color-hover:var(--purple-100)}.layout-container.theme-color-purple-400 .section-slider-cards .slider-card .btn-tertiary:hover::after{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-slider-cards{--body:var(--black);--background-color:var(--white);--progress-line:var(--gray-200);padding:50px 0;overflow:hidden}.section-slider-cards::before{z-index:9}.section-slider-cards--no_hover.section-slider-cards .slider-card .card-image--2{position:relative;width:calc(100% + 48px);margin:0 -24px -24px}.section-slider-cards .container{position:relative;display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.section-slider-cards .container{gap:24px}}.section-slider-cards .container::after{position:absolute;top:-50px;left:calc(-50vw + 80px);width:50vw;height:calc(100% + 100px);content:"";background-color:var(--background-color);display:block;z-index:5}@media screen and (max-width:1441px){.section-slider-cards .container::after{left:calc(-50vw + 50px)}}@media screen and (max-width:1280px){.section-slider-cards .container::after{left:calc(-50vw + 18px)}}@media screen and (max-width:1024px){.section-slider-cards .container::after{left:calc(-50vw + 16px)}}.section-slider-cards__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1280px){.section-slider-cards__content.with-slider{max-width:800px}}.section-slider-cards__content *{margin:0}.section-slider-cards__content a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-slider-cards__content a,.section-slider-cards__content a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-slider-cards__content a--bold{font-weight:500}@media screen and (max-width:1024px){.section-slider-cards__content a,.section-slider-cards__content a--bold{line-height:130%}}@media screen and (max-width:576px){.section-slider-cards__content a,.section-slider-cards__content a--bold{font-size:1rem;line-height:125%}}.section-slider-cards__content a:hover{color:var(--purple-400);text-decoration:none}.section-slider-cards .slider-card{--card-padding:24px;--image-margin:calc(-1 * var(--card-padding));display:flex;flex-direction:column;width:100%;border-radius:16px;background:var(--purple-100);padding:var(--card-padding);min-height:400px;position:relative;overflow:hidden;justify-content:space-between}.section-slider-cards .slider-card.no-hover .row-buttons{display:flex}.section-slider-cards .slider-card.no-hover .slider-card__top{margin-bottom:0}.section-slider-cards .slider-card .row-buttons,.section-slider-cards .slider-card .slider-card__answer{display:none}.section-slider-cards .slider-card .slider-card__question_text,.section-slider-cards .slider-card .slider-card__question_text p{font-weight:300;font-family:var(--font-secondary)}.section-slider-cards .slider-card .slider-card__question_text,.section-slider-cards .slider-card .slider-card__question_text--bold,.section-slider-cards .slider-card .slider-card__question_text p,.section-slider-cards .slider-card .slider-card__question_text p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.section-slider-cards .slider-card .slider-card__question_text--bold,.section-slider-cards .slider-card .slider-card__question_text p--bold{font-weight:400}@media screen and (max-width:1024px){.section-slider-cards .slider-card .slider-card__question_text,.section-slider-cards .slider-card .slider-card__question_text--bold,.section-slider-cards .slider-card .slider-card__question_text p,.section-slider-cards .slider-card .slider-card__question_text p--bold{line-height:130%}}@media screen and (max-width:576px){.section-slider-cards .slider-card .slider-card__question_text,.section-slider-cards .slider-card .slider-card__question_text--bold,.section-slider-cards .slider-card .slider-card__question_text p,.section-slider-cards .slider-card .slider-card__question_text p--bold{font-size:1.125rem;line-height:110%}}.section-slider-cards .slider-card *{margin:0}.section-slider-cards .slider-card__title{--font-main:var(--font-secondary)}.section-slider-cards .slider-card__title h1,.section-slider-cards .slider-card__title h2,.section-slider-cards .slider-card__title h3,.section-slider-cards .slider-card__title h4,.section-slider-cards .slider-card__title h5,.section-slider-cards .slider-card__title h6{font-size:1.75rem;font-style:normal;font-weight:500;line-height:110%;letter-spacing:.0175rem}.section-slider-cards .slider-card__top{display:flex;flex-direction:column;gap:16px;position:relative;z-index:5;margin-bottom:17px}.section-slider-cards .slider-card__description{--body:var(--black)}.section-slider-cards .slider-card__description *{margin:0}.section-slider-cards .slider-card__description p,.section-slider-cards .slider-card__description a,.section-slider-cards .slider-card__description li{color:var(--body);font-weight:300;font-family:var(--font-secondary)}.section-slider-cards .slider-card__description p,.section-slider-cards .slider-card__description p--bold,.section-slider-cards .slider-card__description a,.section-slider-cards .slider-card__description a--bold,.section-slider-cards .slider-card__description li,.section-slider-cards .slider-card__description li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-slider-cards .slider-card__description p--bold,.section-slider-cards .slider-card__description a--bold,.section-slider-cards .slider-card__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-slider-cards .slider-card__description p,.section-slider-cards .slider-card__description p--bold,.section-slider-cards .slider-card__description a,.section-slider-cards .slider-card__description a--bold,.section-slider-cards .slider-card__description li,.section-slider-cards .slider-card__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-slider-cards .slider-card__description p,.section-slider-cards .slider-card__description p--bold,.section-slider-cards .slider-card__description a,.section-slider-cards .slider-card__description a--bold,.section-slider-cards .slider-card__description li,.section-slider-cards .slider-card__description li--bold{font-size:1rem;line-height:125%}}.section-slider-cards .slider-card__description ul,.section-slider-cards .slider-card__description ol{padding:0;display:flex;flex-direction:column;gap:8px;list-style:none}.section-slider-cards .slider-card__description li{padding-left:22px;position:relative}.section-slider-cards .slider-card__description li::before{content:"";width:6px;height:6px;background-color:var(--purple-300);position:absolute;top:7px;left:7px;border-radius:50%}.section-slider-cards .slider-card__description li strong{margin-bottom:16px;display:inline-block}.section-slider-cards .slider-card__description p:last-child{margin-bottom:0}.section-slider-cards .slider-card__answer_text{visibility:hidden;display:block;position:absolute;top:0;left:0;transition:opacity .3s ease-in}.section-slider-cards .slider-card__question{display:flex;position:absolute;top:0;right:0;width:27px;height:27px;border-radius:50%;align-items:center;justify-content:center}.section-slider-cards .slider-card__question img{width:27px;height:27px;display:block}.section-slider-cards .slider-card__question_text,.section-slider-cards .slider-card__question_text p{font-weight:300;font-family:var(--font-secondary)}.section-slider-cards .slider-card__question_text,.section-slider-cards .slider-card__question_text--bold,.section-slider-cards .slider-card__question_text p,.section-slider-cards .slider-card__question_text p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.section-slider-cards .slider-card__question_text--bold,.section-slider-cards .slider-card__question_text p--bold{font-weight:400}@media screen and (max-width:1024px){.section-slider-cards .slider-card__question_text,.section-slider-cards .slider-card__question_text--bold,.section-slider-cards .slider-card__question_text p,.section-slider-cards .slider-card__question_text p--bold{line-height:130%}}@media screen and (max-width:576px){.section-slider-cards .slider-card__question_text,.section-slider-cards .slider-card__question_text--bold,.section-slider-cards .slider-card__question_text p,.section-slider-cards .slider-card__question_text p--bold{font-size:1.125rem;line-height:110%}}.section-slider-cards .slider-card__content{position:relative}.section-slider-cards .slider-card picture{display:flex}.section-slider-cards .slider-card .card-image{width:100%;height:auto;position:absolute;bottom:0;right:0;transition:all .3s}.section-slider-cards .slider-card .card-image--2{position:relative;margin:0 var(--image-margin) var(--image-margin);width:calc(100% + var(--card-padding)*2)}.section-slider-cards .slider-card .card-image img,.section-slider-cards .slider-card .card-image picture,.section-slider-cards .slider-card .card-image svg{width:100%;height:auto;display:block}.section-slider-cards .slider-card{height:100%}.section-slider-cards .slider-card::after{position:absolute;right:var(--image-margin);bottom:var(--image-margin);left:var(--image-margin);z-index:1;display:block;height:0;padding-top:79.5%;content:"";background-position:center calc(100% + 15px);background-repeat:no-repeat;background-size:100% auto}.section-slider-cards .slider-card:hover:not(.no-hover)::after{opacity:0}.section-slider-cards .slider-card .card-image:not(:last-child){display:none}.section-slider-cards .slider-card .card-image:last-child{position:relative;right:auto;bottom:auto;left:auto;z-index:2;margin:0 var(--image-margin) var(--image-margin);width:calc(100% + var(--card-padding)*2)}.section-slider-cards .slider-card__description p{margin-bottom:16px}.section-slider-cards .slider-card__description li{font-weight:300;font-family:var(--font-secondary);padding-left:12px}.section-slider-cards .slider-card__description li,.section-slider-cards .slider-card__description li--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-slider-cards .slider-card__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-slider-cards .slider-card__description li,.section-slider-cards .slider-card__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-slider-cards .slider-card__description li,.section-slider-cards .slider-card__description li--bold{font-size:.875rem;line-height:125%}}.section-slider-cards .slider-card__description li::before{left:0;border-radius:50%}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover){padding-top:71px}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .row-buttons,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer{display:flex}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .card-image{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__top{display:flex;flex-direction:column;justify-content:space-between;height:100%}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__question{top:calc(var(--card-padding) - 71px);background-color:var(--green-300)}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__question img{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__question::before{content:url("/themes/custom/conga/assets/images/purple-persona-check.svg");height:100%}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__title{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__question_text{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text{visibility:visible;position:relative}.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text *,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text p,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text p *{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-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text *,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text p,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text p *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text *,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text p,.section-slider-cards:not(.section-slider-cards--no_hover) .is-visible .slider-card:hover:not(.no-hover) .slider-card__answer_text p *{font-size:1.375rem}}@media screen and (min-width:1441px){.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover){padding-top:71px}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .row-buttons,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer{display:flex}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .card-image{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__top{display:flex;flex-direction:column;justify-content:space-between;height:100%}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__question{top:calc(var(--card-padding) - 71px);background-color:var(--green-300)}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__question img{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__question::before{content:url("/themes/custom/conga/assets/images/purple-persona-check.svg");height:100%}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__title{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__question_text{display:none}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text{visibility:visible;position:relative}.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text *,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text p,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text p *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}}@media screen and (min-width:1441px)and (max-width:1024px){.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text *,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text p,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text p *{font-size:1.75rem;line-height:100%}}@media screen and (min-width:1441px)and (max-width:576px){.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text *,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text p,.section-slider-cards:not(.section-slider-cards--no_hover) .slider-card:hover:not(.no-hover) .slider-card__answer_text p *{font-size:1.375rem}}.section-slider-cards .splide{--arrow-width:40px;display:flex;flex-direction:column;width:100%;visibility:visible !important}@media screen and (max-width:576px){.section-slider-cards .splide{width:calc(100% - 24px)}}.section-slider-cards .splide__track{overflow:unset}.section-slider-cards .splide__pagination{display:flex;justify-content:flex-start;gap:8px;padding:0;flex-wrap:nowrap}.section-slider-cards .splide__pagination li{display:flex;margin-top:24px;flex:0 1 35px}.section-slider-cards .splide__pagination__page{all:unset;max-width:35px;width:100%;height:2px;background-color:var(--purple-200);transition:all .3s;cursor:pointer}.section-slider-cards .splide__pagination__page.is-active{-webkit-transform:scale(1.2);transform:scale(1.2)}.section-slider-cards .splide__arrows{display:flex;gap:16px;position:absolute;top:calc(-1*(var(--arrow-width) + 40px));right:0}.section-slider-cards .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-slider-cards .splide__arrow--next:hover,.section-slider-cards .splide__arrow--next:active,.section-slider-cards .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-slider-cards .splide__arrow--prev:hover,.section-slider-cards .splide__arrow--prev:active,.section-slider-cards .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-slider-cards .splide__arrow--prev:not(:hover):not(:active):not(:focus){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.section-slider-cards .splide__arrow--next:not(:disabled):hover,.section-slider-cards .splide__arrow--next:not(:disabled):active,.section-slider-cards .splide__arrow--next:not(:disabled):focus{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.section-slider-cards .splide--slide .splide__list{justify-content:center}.section-slider-cards .splide--slide .splide__list:has(>:nth-child(4)){justify-content:normal}@media screen and (max-width:1024px){.section-slider-cards .splide--slide .splide__list{justify-content:normal}}.section-slider-cards .page-label{text-transform:uppercase}.section-slider-cards__slide--wave-1 .slider-card::after{background-image:url(/themes/custom/conga/build/images/wave_1.png);bottom:-64px}.section-slider-cards__slide--wave-2 .slider-card::after{background-image:url(/themes/custom/conga/build/images/wave_2.png)}.section-slider-cards__slide--wave-3 .slider-card::after{background-image:url(/themes/custom/conga/build/images/wave_3.png);bottom:-78px}.section-slider-cards__slide--wave-4 .slider-card::after{background-image:url(/themes/custom/conga/build/images/wave_4.png);bottom:-90px}.section-slider-cards__slide--wave-5 .slider-card::after{background-image:url(/themes/custom/conga/build/images/wave_5.png);bottom:-82px}.section-slider-cards__slide--wave-6 .slider-card::after{background-image:url(/themes/custom/conga/build/images/wave_6.png)}
.section-stats{--background:linear-gradient(180deg,var(--purple-400) 51.3%,var(--purple-300) 100%);--progress-line:var(--gray-600);--body:var(--gray-100);--title-main:var(--white);background:var(--background);color:var(--gray-50);padding:100px 0}.section-stats .container{gap:40px;flex-direction:column}.section-stats__content{gap:16px;display:flex;flex-direction:column}.section-stats__heading span{color:var(--purple-200);font-style:italic}.section-stats__description{display:flex;flex-direction:column;gap:16px}.section-stats__description p{font-weight:300;font-family:var(--font-secondary)}.section-stats__description p,.section-stats__description p--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-stats__description p--bold{font-weight:500}@media screen and (max-width:1024px){.section-stats__description p,.section-stats__description p--bold{line-height:130%}}@media screen and (max-width:576px){.section-stats__description p,.section-stats__description p--bold{font-size:1rem;line-height:125%}}.section-stats__description p{margin:0}.section-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%}@media screen and (max-width:1024px){.section-stats__grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}.section-stats__item{display:flex;text-align:center;align-items:center}.section-stats .stats-item__circle{background-color:var(--purple-200);color:var(--black);border-radius:50%;width:120px;height:120px;display:flex;flex:0 0 auto;align-items:center;justify-content:center;margin-right:16px}@media screen and (max-width:1024px){.section-stats .stats-item__circle{width:100px;height:100px}}@media screen and (max-width:576px){.section-stats .stats-item__circle{width:80px;height:80px}}.section-stats .stats-item__number{font-weight:400;color:inherit}.section-stats .stats-item__prefix{font-weight:400;margin-right:.25rem;color:inherit}.section-stats .stats-item__unit{font-weight:400;margin-left:.25rem;color:inherit}.section-stats .stats-item__description p{font-weight:300;font-family:var(--font-secondary)}.section-stats .stats-item__description p,.section-stats .stats-item__description p--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-stats .stats-item__description p--bold{font-weight:500}@media screen and (max-width:1024px){.section-stats .stats-item__description p,.section-stats .stats-item__description p--bold{line-height:130%}}@media screen and (max-width:576px){.section-stats .stats-item__description p,.section-stats .stats-item__description p--bold{font-size:.875rem;line-height:125%}}.section-stats .page-label{text-transform:uppercase}@media screen and (max-width:768px){.block--section-stats{padding:30px 0}.section-stats{padding:60px 0}.section-stats__grid{display:flex;flex-direction:column;padding-bottom:1rem}.section-stats__item{justify-content:flex-start}}@-webkit-keyframes countUp{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes countUp{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.stats-item__number,.stats-item__unit{-webkit-animation:countUp 2s ease-out forwards;animation:countUp 2s ease-out forwards}.animated-title.separate-line .animated-title__list{display:grid}.animated-title__list{position:relative;display:inline-grid;flex-direction:column;align-items:stretch;overflow:hidden;line-height:130%}.animated-title__item{visibility:hidden;grid-row-start:1;grid-column-start:1}.animated-title__item span{line-height:130%}.animated-title__item.active{visibility:visible;-webkit-animation:rotateDownUp 3s ease-in-out;animation:rotateDownUp 3s ease-in-out}.animated-title--center .animated-title__item{text-align:center}.animated-title--right .animated-title__item{text-align:right}.animated-title .color-red{color:var(--red-400)}.animated-title .color-blue{color:var(--harbor-200)}.animated-title .color-default{color:var(--body)}@-webkit-keyframes rotateDownUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}15%,85%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes rotateDownUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}15%,85%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}
@-webkit-keyframes tabs-progress{from{width:0}to{width:100%}}@keyframes tabs-progress{from{width:0}to{width:100%}}.section-tabs{background:var(--background-color);padding:var(--padding-top) 0 var(--padding-bottom);overflow:hidden}.section-tabs.padding-top-default{--padding-top:50px}.section-tabs.padding-bottom-default{--padding-bottom:50px}.section-tabs.theme-color-default{--background-color:var(--white);--body:var(--black);--progress-line:var(--purple-300)}@media(hover:hover){.section-tabs .container .tabs-wrapper:hover .tabs-nav-item.active button::after{-webkit-animation-play-state:paused;animation-play-state:paused}.section-tabs .container .tabs-wrapper:hover .tab-item-wrapper.active *,.section-tabs .container .tabs-wrapper:hover .tab-item.active *{-webkit-animation-play-state:paused !important;animation-play-state:paused !important}}.section-tabs .tabs-wrapper.paused .tabs-nav-item.active button::after{-webkit-animation-play-state:paused;animation-play-state:paused}.section-tabs .container{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.section-tabs .container{gap:24px}}@media screen and (max-width:768px){.section-tabs .container{gap:40px}}@media screen and (max-width:576px){.section-tabs .container{gap:32px}}@media screen and (max-width:480px){.section-tabs .container{gap:24px}}.section-tabs__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1280px){.section-tabs__content.with-slider{max-width:800px}}.section-tabs__content *{margin:0}.section-tabs__content a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-tabs__content a,.section-tabs__content a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-tabs__content a--bold{font-weight:500}@media screen and (max-width:1024px){.section-tabs__content a,.section-tabs__content a--bold{line-height:130%}}@media screen and (max-width:576px){.section-tabs__content a,.section-tabs__content a--bold{font-size:1rem;line-height:125%}}.section-tabs__content a:hover{color:var(--purple-400);text-decoration:none}.section-tabs__description{font-weight:300;font-family:var(--font-secondary)}.section-tabs__description,.section-tabs__description--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-tabs__description--bold{font-weight:500}@media screen and (max-width:1024px){.section-tabs__description,.section-tabs__description--bold{line-height:130%}}@media screen and (max-width:576px){.section-tabs__description,.section-tabs__description--bold{font-size:1rem;line-height:125%}}.section-tabs__description{display:flex;flex-direction:column;gap:16px}.section-tabs__description p,.section-tabs__description li{font-weight:300;font-family:var(--font-secondary)}.section-tabs__description p,.section-tabs__description p--bold,.section-tabs__description li,.section-tabs__description li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-tabs__description p--bold,.section-tabs__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-tabs__description p,.section-tabs__description p--bold,.section-tabs__description li,.section-tabs__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-tabs__description p,.section-tabs__description p--bold,.section-tabs__description li,.section-tabs__description li--bold{font-size:1rem;line-height:125%}}.section-tabs__description p{margin:0}.section-tabs .tabs-wrapper{width:100%;display:flex;flex-direction:column;gap:40px;margin:0}.section-tabs .tabs-nav{display:flex;list-style:none;padding:0;margin:0;gap:12px 24px}@media screen and (max-width:768px){.section-tabs .tabs-nav{display:none}}.section-tabs .tabs-nav-item{margin:0;padding:0;border-bottom:1px solid var(--gray-200);width:192px;transition:all .3s;flex:1}.section-tabs .tabs-nav-item button{all:unset;display:block;width:100%;height:calc(100% - 24px);padding-bottom:24px;text-align:center !important;margin-bottom:-1px;cursor:pointer;position:relative;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-tabs .tabs-nav-item button,.section-tabs .tabs-nav-item button--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--title-main)}.section-tabs .tabs-nav-item button--bold{font-weight:500}@media screen and (max-width:1024px){.section-tabs .tabs-nav-item button,.section-tabs .tabs-nav-item button--bold{line-height:130%}}@media screen and (max-width:576px){.section-tabs .tabs-nav-item button,.section-tabs .tabs-nav-item button--bold{font-size:1rem;line-height:125%}}.section-tabs .tabs-nav-item button::after{content:"";width:0;height:1px;background-color:var(--purple-300);position:absolute;bottom:0;left:0;margin-bottom:-1px}.section-tabs .tabs-nav-item.active button::after{-webkit-animation:tabs-progress 10s linear forwards;animation:tabs-progress 10s linear forwards}@media screen and (max-width:768px){.section-tabs .tabs-nav-item.active button::after{display:none;-webkit-animation:none;animation:none}}.section-tabs .tab-mob-nav{display:none;border-bottom:1px solid var(--gray-200);padding-bottom:8px;position:relative;width:100%;align-items:center;cursor:pointer;font-size:1.125rem !important}@media screen and (max-width:768px){.section-tabs .tab-mob-nav{display:flex}}.section-tabs .tab-mob-nav::after{content:"";display:inline-block;width:16px;height:17px;margin-left:8px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"%3E%3Cpath d="M13 11L8 6L3 11" stroke="%2301242A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');background-repeat:no-repeat;background-size:contain;position:absolute;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:all .3s}.section-tabs .tab-mob-nav.active{border-color:var(--purple-300)}.section-tabs .tab-mob-nav.active::after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.section-tabs .tab-item{width:100%;display:flex;flex-wrap:wrap;gap:40px 24px;align-items:flex-start}@media screen and (max-width:768px){.section-tabs .tab-item{display:none}.section-tabs .tab-item.active{display:flex}}.section-tabs .tab-item-wrapper{width:100%;display:none;flex-direction:column;gap:24px}.section-tabs .tab-item-wrapper.active{display:flex}@media screen and (max-width:768px){.section-tabs .tab-item-wrapper{display:flex}}.section-tabs .tab-item__content{width:520px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width:1024px){.section-tabs .tab-item__content{width:390px}}@media screen and (max-width:768px){.section-tabs .tab-item__content{width:100%;gap:24px}}.section-tabs .tab-item__content *{margin:0}.section-tabs .tab-item__logo{max-height:60px;max-width:100%}@media screen and (max-width:768px){.section-tabs .tab-item__logo{max-height:48px}}.section-tabs .tab-item__logo img,.section-tabs .tab-item__logo svg,.section-tabs .tab-item__logo picture{width:auto;height:60px;-o-object-fit:contain;object-fit:contain;display:block}@media screen and (max-width:768px){.section-tabs .tab-item__logo img,.section-tabs .tab-item__logo svg,.section-tabs .tab-item__logo picture{height:48px}}.section-tabs .tab-item__eyebrow *{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary);color:var(--title-secondary);margin:0}@media screen and (max-width:576px){.section-tabs .tab-item__eyebrow *{font-size:.875rem}}.section-tabs .tab-item__text{display:flex;flex-direction:column;gap:16px}.section-tabs .tab-item__description{display:flex;flex-direction:column;gap:16px}.section-tabs .tab-item__description *{margin:0}.section-tabs .tab-item__description p+p,.section-tabs .tab-item__description p+table,.section-tabs .tab-item__description table+p,.section-tabs .tab-item__description ul+table,.section-tabs .tab-item__description table+ul,.section-tabs .tab-item__description ol+table,.section-tabs .tab-item__description table+ol,.section-tabs .tab-item__description p+ul,.section-tabs .tab-item__description ul+p{margin-top:16px}.section-tabs .tab-item__description p,.section-tabs .tab-item__description a,.section-tabs .tab-item__description li{color:var(--body);font-weight:300;font-family:var(--font-secondary)}.section-tabs .tab-item__description p,.section-tabs .tab-item__description p--bold,.section-tabs .tab-item__description a,.section-tabs .tab-item__description a--bold,.section-tabs .tab-item__description li,.section-tabs .tab-item__description li--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-tabs .tab-item__description p--bold,.section-tabs .tab-item__description a--bold,.section-tabs .tab-item__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-tabs .tab-item__description p,.section-tabs .tab-item__description p--bold,.section-tabs .tab-item__description a,.section-tabs .tab-item__description a--bold,.section-tabs .tab-item__description li,.section-tabs .tab-item__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-tabs .tab-item__description p,.section-tabs .tab-item__description p--bold,.section-tabs .tab-item__description a,.section-tabs .tab-item__description a--bold,.section-tabs .tab-item__description li,.section-tabs .tab-item__description li--bold{font-size:.875rem;line-height:125%}}.section-tabs .tab-item__description a{font-weight:400}.section-tabs .tab-item__description ul,.section-tabs .tab-item__description ol{padding:0;display:flex;flex-direction:column;gap:16px;list-style:none;margin:1rem 0}.section-tabs .tab-item__description li{padding-left:24px;position:relative}.section-tabs .tab-item__description li::before{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--purple-300);position:absolute;top:.5em;left:8px}.section-tabs .tab-item__description li strong{margin-bottom:16px;display:inline-block}.section-tabs .tab-item__description li{font-weight:300;font-family:var(--font-secondary)}.section-tabs .tab-item__description li,.section-tabs .tab-item__description li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-tabs .tab-item__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-tabs .tab-item__description li,.section-tabs .tab-item__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-tabs .tab-item__description li,.section-tabs .tab-item__description li--bold{font-size:1rem;line-height:125%}}.section-tabs .tab-item__description li::before{top:7px}.section-tabs .tab-item__description li strong{margin-bottom:16px;display:inline-block}@media screen and (max-width:1024px){.section-tabs .tab-item__description li{padding-left:15px}.section-tabs .tab-item__description li::before{top:7px;left:5px;width:5px;height:5px}}.section-tabs .tab-item__media{width:calc(100% - 560px);display:flex;flex-direction:row;justify-content:center;position:relative}@media screen and (max-width:1024px){.section-tabs .tab-item__media{width:calc(100% - 430px)}}@media screen and (max-width:768px){.section-tabs .tab-item__media{width:100%}}.section-tabs .tab-item__media img,.section-tabs .tab-item__media svg{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;max-height:355px}.section-tabs .tab-item__media-img{display:flex;flex-direction:row;justify-content:center;z-index:20}.section-tabs .tab-item__media-bg{position:absolute;top:25%;left:0;width:calc(100% + 203px);height:auto;z-index:10}@media screen and (max-width:768px){.section-tabs .tab-item__media-bg{display:none}}
.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);}
