.audio-card-module-scss-module__eHl9AG__card{--height-of-visible-track:.25rem;border-radius:2rem;flex-direction:column;flex-grow:1;justify-content:space-between;gap:3rem;padding:2rem;display:flex}.audio-card-module-scss-module__eHl9AG__card-background-secondary{--player-background:var(--Constant-Greyscale-0);--player-track-time-text-color:var(--Text-Primary);--progress-track-bg-active:var(--Background-Inverted-Reverse);--progress-track-bg-inactive:var(--Background-Hover);background-color:var(--Background-Secondary)}.audio-card-module-scss-module__eHl9AG__card-background-primary,.audio-card-module-scss-module__eHl9AG__card-background-secondary-elevated{--player-background:var(--Background-Secondary);--player-track-time-text-color:var(--Text-Primary);--progress-track-bg-active:var(--Background-Inverted-Reverse);--progress-track-bg-inactive:var(--Background-Hover);background-color:var(--Background-Primary);box-shadow:inset 0 0 0 1px var(--Background-Stroke)}@media (max-width:1439px){.audio-card-module-scss-module__eHl9AG__card{box-sizing:border-box;height:100%;min-height:18.25rem}}:root[data-theme=dark] .audio-card-module-scss-module__eHl9AG__card-background-secondary{--player-background:var(--Constant-Greyscale-900)}.audio-card-module-scss-module__eHl9AG__text-block{flex-direction:column;gap:.5rem;padding-right:2rem;display:flex}.audio-card-module-scss-module__eHl9AG__title{font:var(--h3-comp);color:var(--Text-Primary)}@media (max-width:1439px){.audio-card-module-scss-module__eHl9AG__title{font:var(--h4-comp)}}.audio-card-module-scss-module__eHl9AG__description{font:var(--p2-regular-comp);color:var(--Text-Secondary)}@media (max-width:1439px){.audio-card-module-scss-module__eHl9AG__description{font:var(--p3-regular-comp)}}.audio-card-module-scss-module__eHl9AG__player-container{align-items:center;display:flex}.audio-card-module-scss-module__eHl9AG__play-button-wrapper{z-index:1;background:var(--player-background);border-radius:7.5rem;align-items:center;padding:1rem;display:flex;overflow:hidden}@media (max-width:1439px){.audio-card-module-scss-module__eHl9AG__play-button-wrapper{padding:.5rem}}.audio-card-module-scss-module__eHl9AG__play-button-icon{cursor:pointer;background-color:var(--Brand-Light-Exolve-Yellow);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.audio-card-module-scss-module__eHl9AG__play-button-icon:not(:-webkit-any(.audio-card-module-scss-module__eHl9AG__active,:hover)){box-shadow:0 20px 40px rgba(193,235,29,.25),inset 0 2px 2px rgba(252,252,252,.5)}.audio-card-module-scss-module__eHl9AG__play-button-icon:not(:-moz-any(.audio-card-module-scss-module__eHl9AG__active,:hover)){box-shadow:0 20px 40px rgba(193,235,29,.25),inset 0 2px 2px rgba(252,252,252,.5)}.audio-card-module-scss-module__eHl9AG__play-button-icon:not(:is(.audio-card-module-scss-module__eHl9AG__active,:hover)){box-shadow:0 20px 40px rgba(193,235,29,.25),inset 0 2px 2px rgba(252,252,252,.5)}.audio-card-module-scss-module__eHl9AG__play-button-icon.audio-card-module-scss-module__eHl9AG__active{background-color:var(--Controls-Secondary-Active);color:var(--Text-Inverted)}.audio-card-module-scss-module__eHl9AG__play-button-icon:hover{background-color:var(--Controls-Secondary-Active-Hover);color:var(--Text-Inverted)}.audio-card-module-scss-module__eHl9AG__play-button-icon svg{width:1.5rem;height:1.5rem}.audio-card-module-scss-module__eHl9AG__track-info{box-sizing:border-box;background:var(--player-background);border-radius:7.5rem;flex-grow:1;align-items:center;gap:1.5rem;height:100%;margin-left:-.5rem;padding:1rem 2rem;display:flex;position:relative}@media (max-width:1439px){.audio-card-module-scss-module__eHl9AG__track-info{gap:1.5rem;padding:1rem 1.5rem}}.audio-card-module-scss-module__eHl9AG__track-time{font:var(--p3-regular-comp);color:var(--player-track-time-text-color);white-space:nowrap;flex-shrink:0;width:9ch;display:flex}@media (max-width:1439px){.audio-card-module-scss-module__eHl9AG__track-time{font:var(--p4-regular-comp);width:auto}.audio-card-module-scss-module__eHl9AG__track-time-current,.audio-card-module-scss-module__eHl9AG__track-time-separator{display:none}}.audio-card-module-scss-module__eHl9AG__progress-bar{height:var(--height-of-visible-track);cursor:pointer;border-radius:3px;flex-grow:1;position:relative}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input{width:100%;height:var(--height-of-visible-track);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;z-index:2;background:0 0;margin:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:focus{outline:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-ms-track{color:transparent;background:0 0;border-color:transparent}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:before{content:"";position:absolute;top:-.5rem;bottom:-.5rem;left:0;right:0}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-webkit-slider-runnable-track{width:100%;height:var(--height-of-visible-track);cursor:pointer;background:linear-gradient(to right,var(--progress-track-bg-active)var(--progress,0%),var(--progress-track-bg-inactive)var(--progress,0%));border-left-color:transparent;border-right-color:transparent;border-radius:3px}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-moz-range-track{width:100%;height:var(--height-of-visible-track);cursor:pointer;background:linear-gradient(to right,var(--progress-track-bg-active)var(--progress,0%),var(--progress-track-bg-inactive)var(--progress,0%));border-left-color:transparent;border-right-color:transparent;border-radius:3px}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-ms-track{width:100%;height:var(--height-of-visible-track);cursor:pointer;background:linear-gradient(to right,var(--progress-track-bg-active)var(--progress,0%),var(--progress-track-bg-inactive)var(--progress,0%));border-left-color:transparent;border-right-color:transparent;border-radius:3px}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;width:1px;height:1px;box-shadow:none;cursor:pointer;margin-top:calc(var(--height-of-visible-track)/2 - .5px);background:0 0;border:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;width:1px;height:1px;box-shadow:none;cursor:pointer;margin-top:calc(var(--height-of-visible-track)/2 - .5px);background:0 0;border:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;width:1px;height:1px;box-shadow:none;cursor:pointer;margin-top:calc(var(--height-of-visible-track)/2 - .5px);background:0 0;border:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:active{cursor:pointer}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:active::-webkit-slider-thumb{box-shadow:none;transform:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:active::-moz-range-thumb{box-shadow:none;transform:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:active::-ms-thumb{box-shadow:none;transform:none}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:hover::-webkit-slider-thumb{background:0 0}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:hover::-moz-range-thumb{background:0 0}.audio-card-module-scss-module__eHl9AG__progress-bar .audio-card-module-scss-module__eHl9AG__range-input:hover::-ms-thumb{background:0 0}.audio-card-module-scss-module__eHl9AG__label{--thumb-size:2rem}
.base-card-wrapper-module-scss-module__9ygq9G__base-card-wrapper{box-sizing:border-box;background:var(--card-bg,var(--Background-Primary));flex-direction:column;display:flex}.base-card-wrapper-module-scss-module__9ygq9G__base-card-wrapper.base-card-wrapper-module-scss-module__9ygq9G__with-border{border:1px solid var(--Background-Stroke)}.base-card-wrapper-module-scss-module__9ygq9G__base-card-wrapper-background-secondary{--card-bg:var(--Background-Secondary)}.base-card-wrapper-module-scss-module__9ygq9G__base-card-wrapper-background-primary{--card-bg:var(--Background-Primary)}.base-card-wrapper-module-scss-module__9ygq9G__base-card-wrapper-background-secondary-elevated{--card-bg:var(--Background-Secondary-Elevated)}
.styles-module-scss-module__jDCkNq__stars{align-items:center;column-gap:.25rem;display:flex}.styles-module-scss-module__jDCkNq__stars .styles-module-scss-module__jDCkNq__star{display:flex}.styles-module-scss-module__jDCkNq__stars .styles-module-scss-module__jDCkNq__star:disabled{cursor:default}.styles-module-scss-module__jDCkNq__stars svg{width:1.5rem;height:1.5rem;color:var(--Icons-Secondary)}.styles-module-scss-module__jDCkNq__stars .styles-module-scss-module__jDCkNq__activeStar svg{color:var(--Icons-Primary)}.styles-module-scss-module__jDCkNq__display{color:var(--Text-Secondary-Link);align-items:center;column-gap:.25rem;display:flex}.styles-module-scss-module__jDCkNq__display svg{color:var(--Icons-Secondary)}.styles-module-scss-module__jDCkNq__voting{color:var(--Text-Secondary-Link);align-items:center;column-gap:1rem;display:flex}
.styles-module-scss-module__ATQ4HW__card{flex-direction:column;row-gap:1rem;text-decoration:none;display:flex}.styles-module-scss-module__ATQ4HW__image{aspect-ratio:1.83;object-fit:cover;border-radius:2rem;width:100%;max-width:100%;height:auto}.styles-module-scss-module__ATQ4HW__textBlock{flex-direction:column;row-gap:.5rem;display:flex}.styles-module-scss-module__ATQ4HW__title{font:var(--h3-comp);color:var(--Text-Primary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.styles-module-scss-module__ATQ4HW__description{font:var(--p3-regular-comp);color:var(--Text-Secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.styles-module-scss-module__ATQ4HW__badges{flex-wrap:wrap;gap:.5rem;display:flex}.styles-module-scss-module__ATQ4HW__footer{color:var(--Text-Secondary-Link);align-items:center;column-gap:1.5rem;display:flex}.styles-module-scss-module__ATQ4HW__footer:empty{display:none}
.button-group-module-scss-module__0JmqIa__button-group{justify-content:center;gap:1rem;width:100%;display:flex}@media (max-width:767px){.button-group-module-scss-module__0JmqIa__button-group{gap:.5rem}}.button-group-module-scss-module__0JmqIa__button-group.button-group-module-scss-module__0JmqIa__desktop-direction-vertical{flex-direction:column;align-items:center}@media (max-width:767px){.button-group-module-scss-module__0JmqIa__button-group.button-group-module-scss-module__0JmqIa__mobile-direction-vertical{--button-width:100%;flex-direction:column;align-items:center}.button-group-module-scss-module__0JmqIa__button{width:100%}}
.card-grid-module-scss-module__4MLweW__grid{grid-template-columns:repeat(var(--cols-desktop,1),minmax(0,1fr));gap:2rem;width:100%;display:grid}@media (min-width:768px) and (max-width:1279px){.card-grid-module-scss-module__4MLweW__grid{grid-template-columns:repeat(var(--cols-tablet,1),minmax(0,1fr))}}@media (max-width:767px){.card-grid-module-scss-module__4MLweW__grid{grid-template-columns:repeat(var(--cols-mobile,1),minmax(0,1fr));gap:1rem}}@media (min-width:1280px){.card-grid-module-scss-module__4MLweW__grid:not([data-expanded])>[data-collapse-desktop]{display:none}}@media (min-width:768px) and (max-width:1279px){.card-grid-module-scss-module__4MLweW__grid:not([data-expanded])>[data-collapse-tablet]{display:none}}@media (max-width:767px){.card-grid-module-scss-module__4MLweW__grid:not([data-expanded])>[data-collapse-mobile]{display:none}}.card-grid-module-scss-module__4MLweW__grid[data-align=center]{flex-wrap:wrap;place-content:flex-start center;display:flex}.card-grid-module-scss-module__4MLweW__grid[data-align=center]>.card-grid-module-scss-module__4MLweW__cell{flex:0 0 calc((100% - (var(--cols-desktop) - 1)*2rem)/var(--cols-desktop));max-width:calc((100% - (var(--cols-desktop) - 1)*2rem)/var(--cols-desktop))}@media (min-width:768px) and (max-width:1279px){.card-grid-module-scss-module__4MLweW__grid[data-align=center]>.card-grid-module-scss-module__4MLweW__cell{flex:0 0 calc((100% - (var(--cols-tablet) - 1)*2rem)/var(--cols-tablet));max-width:calc((100% - (var(--cols-tablet) - 1)*2rem)/var(--cols-tablet))}}@media (max-width:767px){.card-grid-module-scss-module__4MLweW__grid[data-align=center]>.card-grid-module-scss-module__4MLweW__cell{flex:0 0 100%;max-width:100%}}.card-grid-module-scss-module__4MLweW__grid[data-stagger]{align-items:start}@media (min-width:1280px){.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="1"]{padding-bottom:0}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="1"]>:nth-child(n+1){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="2"]{padding-bottom:2.5rem}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="2"]>:nth-child(odd){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="2"]>:nth-child(2n+2){transform:translateY(2.5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="3"]{padding-bottom:5rem}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="3"]>:nth-child(3n+1){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="3"]>:nth-child(3n+2){transform:translateY(2.5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="3"]>:nth-child(3n+3){transform:translateY(5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="4"]{padding-bottom:7.5rem}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="4"]>:nth-child(4n+1){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="4"]>:nth-child(4n+2){transform:translateY(2.5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="4"]>:nth-child(4n+3){transform:translateY(5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-desktop="4"]>:nth-child(4n+4){transform:translateY(7.5rem)}}@media (min-width:768px) and (max-width:1279px){.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="1"]{padding-bottom:0}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="1"]>:nth-child(n+1){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="2"]{padding-bottom:2.5rem}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="2"]>:nth-child(odd){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="2"]>:nth-child(2n+2){transform:translateY(2.5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="3"]{padding-bottom:5rem}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="3"]>:nth-child(3n+1){transform:translateY(0)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="3"]>:nth-child(3n+2){transform:translateY(2.5rem)}.card-grid-module-scss-module__4MLweW__grid[data-stagger][data-cols-tablet="3"]>:nth-child(3n+3){transform:translateY(5rem)}}@media (max-width:767px){.card-grid-module-scss-module__4MLweW__grid[data-stagger]{padding-bottom:0}.card-grid-module-scss-module__4MLweW__grid[data-stagger]>*{transform:none}}.card-grid-module-scss-module__4MLweW__cell{grid-column:span var(--col-span-desktop,var(--span-desktop,1));grid-row:span var(--row-span-desktop,1);order:var(--order-desktop,0);--card-layout:var(--card-layout-desktop,narrow);min-width:0;display:grid}@media (min-width:768px) and (max-width:1279px){.card-grid-module-scss-module__4MLweW__cell{grid-column:span var(--col-span-tablet,var(--span-tablet,1));grid-row:span var(--row-span-tablet,1);order:var(--order-tablet,0);--card-layout:var(--card-layout-tablet,var(--card-layout-desktop,narrow))}}@media (max-width:767px){.card-grid-module-scss-module__4MLweW__cell{grid-column:span var(--col-span-mobile,var(--span-mobile,1));grid-row:span var(--row-span-mobile,1);order:var(--order-mobile,0);--card-layout:var(--card-layout-mobile,var(--card-layout-tablet,var(--card-layout-desktop,narrow)))}}.card-grid-module-scss-module__4MLweW__showMore{justify-content:center;display:none}@media (min-width:1280px){.card-grid-module-scss-module__4MLweW__grid:has(>[data-collapse-desktop])~.card-grid-module-scss-module__4MLweW__showMore{display:flex}}@media (min-width:768px) and (max-width:1279px){.card-grid-module-scss-module__4MLweW__grid:has(>[data-collapse-tablet])~.card-grid-module-scss-module__4MLweW__showMore{display:flex}}@media (max-width:767px){.card-grid-module-scss-module__4MLweW__grid:has(>[data-collapse-mobile])~.card-grid-module-scss-module__4MLweW__showMore{display:flex}}
.slider-buttons-module-scss-module__SbOIEG__buttons{gap:1rem;display:flex}.slider-buttons-module-scss-module__SbOIEG__button{background:var(--Controls-Alternative);border-radius:1rem;justify-content:center;align-items:center;padding:.625rem;display:flex}.slider-buttons-module-scss-module__SbOIEG__button.slider-buttons-module-scss-module__SbOIEG__dark{background:var(--Controls-Tertiary-Active)}.slider-buttons-module-scss-module__SbOIEG__button:hover{background:var(--Background-Hover)}.slider-buttons-module-scss-module__SbOIEG__icon{width:1.5rem;height:1.5rem;color:var(--Icons-Primary)}
.styles-module-scss-module__C2pLkW__sliderSection{flex-direction:column;gap:2.5rem;display:flex}@media (max-width:767px){.styles-module-scss-module__C2pLkW__sliderSection{gap:1.5rem}}.styles-module-scss-module__C2pLkW__slider{align-items:center;gap:1.25rem;display:flex}@media (min-width:768px) and (max-width:1439px){.styles-module-scss-module__C2pLkW__slider{gap:1rem}}.styles-module-scss-module__C2pLkW__track{overflow-clip-margin:2rem;width:100%;overflow:clip!important}@media (max-width:1439px){.styles-module-scss-module__C2pLkW__track{overflow-clip-margin:1rem}}
.styles-module-scss-module__nGyacG__container{flex-direction:column;row-gap:.5rem;display:flex}.styles-module-scss-module__nGyacG__chips{flex-wrap:wrap;gap:.5rem;display:flex}
.styles-module-scss-module__bnAZ8G__pre{max-width:100%;margin:0;position:relative;overflow:hidden}@media (max-width:1279px){.styles-module-scss-module__bnAZ8G__pre .styles-module-scss-module__bnAZ8G__code{max-height:21.3rem;overflow:scroll}}.styles-module-scss-module__bnAZ8G__pre .hljs{color:var(--Text-Primary);background:var(--Background-Secondary);border-radius:2rem;padding:2em;display:block;overflow-x:auto}.styles-module-scss-module__bnAZ8G__pre .hljs-number{color:var(--Text-Negative)}.styles-module-scss-module__bnAZ8G__pre .hljs-literal{color:var(--Text-Negative)}.styles-module-scss-module__bnAZ8G__pre .hljs-symbol{color:var(--Text-Negative)}.styles-module-scss-module__bnAZ8G__pre .hljs-bullet{color:var(--Text-Negative)}.styles-module-scss-module__bnAZ8G__pre .hljs-keyword{color:#cc7832}.styles-module-scss-module__bnAZ8G__pre .hljs-selector-tag{color:#cc7832}.styles-module-scss-module__bnAZ8G__pre .hljs-deletion{color:#cc7832}.styles-module-scss-module__bnAZ8G__pre .hljs-variable{color:var(--Text-Positive)}.styles-module-scss-module__bnAZ8G__pre .hljs-template-variable{color:var(--Text-Positive)}.styles-module-scss-module__bnAZ8G__pre .hljs-link{color:var(--Text-Positive)}.styles-module-scss-module__bnAZ8G__pre .hljs-comment{color:var(--Text-Secondary)}.styles-module-scss-module__bnAZ8G__pre .hljs-quote{color:var(--Text-Secondary)}.styles-module-scss-module__bnAZ8G__pre .hljs-string{color:var(--Text-Positive)}.styles-module-scss-module__bnAZ8G__pre .hljs-attribute{color:var(--Text-Positive)}.styles-module-scss-module__bnAZ8G__pre .hljs-addition{color:var(--Text-Positive)}.styles-module-scss-module__bnAZ8G__pre .hljs-meta{color:var(--Accent-Warning)}.styles-module-scss-module__bnAZ8G__pre .hljs-section{color:var(--Accent-Warning)}.styles-module-scss-module__bnAZ8G__pre .hljs-title{color:var(--Accent-Warning)}.styles-module-scss-module__bnAZ8G__pre .hljs-type{color:var(--Accent-Warning)}.styles-module-scss-module__bnAZ8G__pre .hljs-name{color:var(--Accent-Negative-Inverted)}.styles-module-scss-module__bnAZ8G__pre .hljs-selector-id{color:var(--Accent-Negative-Inverted)}.styles-module-scss-module__bnAZ8G__pre .hljs-selector-class{color:var(--Accent-Negative-Inverted)}.styles-module-scss-module__bnAZ8G__pre .hljs-emphasis{font-style:italic}.styles-module-scss-module__bnAZ8G__pre .hljs-strong{font-weight:700}.styles-module-scss-module__bnAZ8G__code.styles-module-scss-module__bnAZ8G__variant-card{border-radius:unset;background:0 0;padding:.375em;font-size:1rem;line-height:normal}@media (max-width:767px){.styles-module-scss-module__bnAZ8G__code.styles-module-scss-module__bnAZ8G__variant-card{font-size:.75rem}}.styles-module-scss-module__bnAZ8G__pre .styles-module-scss-module__bnAZ8G__copy-button-on-hover{visibility:hidden}.styles-module-scss-module__bnAZ8G__pre .styles-module-scss-module__bnAZ8G__copy-button-on-hover:focus-visible{visibility:visible}.styles-module-scss-module__bnAZ8G__pre:hover .styles-module-scss-module__bnAZ8G__copy-button-on-hover,.styles-module-scss-module__bnAZ8G__pre:focus-within .styles-module-scss-module__bnAZ8G__copy-button-on-hover{visibility:visible}.styles-module-scss-module__bnAZ8G__copy-button{background:var(--Background-Secondary);width:2rem;height:2rem;box-shadow:var(--shadows-low);color:var(--Icon-Primary);border-radius:.375rem;padding:.25rem;display:flex;position:absolute;top:2rem;right:2rem}.styles-module-scss-module__bnAZ8G__copy-button:active{transform:scale(.9615)}.styles-module-scss-module__bnAZ8G__copy-button svg{width:1.5rem;height:1.5rem}
.cta-module-scss-module__FTRynG__section{box-sizing:border-box;background:var(--Background-Dark-Tertiary);border-radius:1rem;grid-template-columns:18.1rem 1fr 18.1rem;justify-content:center;width:100%;max-width:100%;min-height:23.8rem;display:grid;position:relative;overflow:hidden}@media (min-width:1680px) and (max-width:1919px){.cta-module-scss-module__FTRynG__section{grid-template-columns:15.7rem 1fr 15.7rem}}@media (min-width:1440px) and (max-width:1679px){.cta-module-scss-module__FTRynG__section{grid-template-columns:16.7rem 1fr 16.7rem}}@media (min-width:960px) and (max-width:1279px){.cta-module-scss-module__FTRynG__section{grid-template-columns:12.8rem 1fr 12.8rem}}@media (min-width:768px) and (max-width:959px){.cta-module-scss-module__FTRynG__section{grid-template-columns:9.8rem 1fr 9.8rem}}@media (max-width:767px){.cta-module-scss-module__FTRynG__section{grid-template-rows:9.25rem 1fr 9.25rem;grid-template-columns:1fr}}.cta-module-scss-module__FTRynG__title{text-transform:uppercase;color:var(--Constant-Greyscale-0)}.cta-module-scss-module__FTRynG__description{color:var(--Constant-Greyscale-400)}.cta-module-scss-module__FTRynG__content{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:2rem 1.25rem;display:flex}@media (max-width:767px){.cta-module-scss-module__FTRynG__content{padding:3rem .5rem}}.cta-module-scss-module__FTRynG__cta-button{width:13.75rem}.cta-module-scss-module__FTRynG__text-block{flex-direction:column;gap:1rem;display:flex}.cta-module-scss-module__FTRynG__imageContainer{width:100%;height:100%;display:flex;position:relative;overflow:hidden}@media (max-width:767px){.cta-module-scss-module__FTRynG__imageContainer{justify-content:center;align-items:flex-start}}.cta-module-scss-module__FTRynG__imageArea:first-of-type .cta-module-scss-module__FTRynG__imageContainer{justify-content:flex-end}@media (max-width:767px){.cta-module-scss-module__FTRynG__imageArea:first-of-type .cta-module-scss-module__FTRynG__imageContainer{justify-content:center;align-items:flex-end}}.cta-module-scss-module__FTRynG__image{flex-shrink:0;width:auto;height:100%}@media (max-width:767px){.cta-module-scss-module__FTRynG__image{width:100%;height:auto}}
.cutout-card-module-scss-module__6aF3jG__card{height:100%;color:inherit;border-radius:2rem;text-decoration:none;display:flex;position:relative}.cutout-card-module-scss-module__6aF3jG__card-background-secondary{--card-bg:var(--Background-Secondary)}.cutout-card-module-scss-module__6aF3jG__card-background-secondary-elevated{--card-bg:var(--Background-Secondary-Elevated)}@media (min-width:1280px){.cutout-card-module-scss-module__6aF3jG__card{background:var(--card-bg)}.cutout-card-module-scss-module__6aF3jG__card .cutout-card-module-scss-module__6aF3jG__cutout{fill:transparent}.cutout-card-module-scss-module__6aF3jG__card .cutout-card-module-scss-module__6aF3jG__cardBtn{visibility:hidden}.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__alwaysCutout{background:0 0}.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__alwaysCutout .cutout-card-module-scss-module__6aF3jG__cutout{fill:var(--card-bg)}.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__alwaysCutout .cutout-card-module-scss-module__6aF3jG__cardBtn{visibility:visible}}@media (min-width:1280px) and (min-width:1280px){.cutout-card-module-scss-module__6aF3jG__card:hover{background:0 0}.cutout-card-module-scss-module__6aF3jG__card:hover .cutout-card-module-scss-module__6aF3jG__cutout{fill:var(--card-bg)}.cutout-card-module-scss-module__6aF3jG__card:hover .cutout-card-module-scss-module__6aF3jG__cardBtn{visibility:visible}}@media (max-width:1279px){.cutout-card-module-scss-module__6aF3jG__card{background:0 0}.cutout-card-module-scss-module__6aF3jG__card .cutout-card-module-scss-module__6aF3jG__cutout{fill:var(--card-bg)}.cutout-card-module-scss-module__6aF3jG__card .cutout-card-module-scss-module__6aF3jG__cardBtn{visibility:visible}}.cutout-card-module-scss-module__6aF3jG__card:not(:has(.cutout-card-module-scss-module__6aF3jG__cutout)){background:var(--card-bg)}.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__isInteractive:hover{cursor:pointer}.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__isInteractive:hover .cutout-card-module-scss-module__6aF3jG__cardInner,.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__isInteractive:hover .cutout-card-module-scss-module__6aF3jG__cutoutRef{filter:drop-shadow(0 0 16px rgba(0,0,0,.08))drop-shadow(0 4px 16px rgba(0,0,0,.08))}@media (max-width:1279px){.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__isInteractive:hover .cutout-card-module-scss-module__6aF3jG__cardInner,.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__isInteractive:hover .cutout-card-module-scss-module__6aF3jG__cutoutRef{filter:drop-shadow(0 0 8px rgba(0,0,0,.08))drop-shadow(0 2px 8px rgba(0,0,0,.08))}}.cutout-card-module-scss-module__6aF3jG__card.cutout-card-module-scss-module__6aF3jG__isInteractive:hover .cutout-card-module-scss-module__6aF3jG__cardBtn{background-color:var(--Text-Primary);color:var(--Text-Inverted)}.cutout-card-module-scss-module__6aF3jG__cardLink{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.cutout-card-module-scss-module__6aF3jG__header{z-index:2;pointer-events:none;flex-direction:column;row-gap:.5rem;display:flex;position:relative}.cutout-card-module-scss-module__6aF3jG__links a{pointer-events:all}:root[data-theme=dark] .cutout-card-module-scss-module__6aF3jG__card .cutout-card-module-scss-module__6aF3jG__cardBtn{color:var(--Brand-Neutral-Exolve-Black)}.cutout-card-module-scss-module__6aF3jG__cardInner{border-radius:2rem 0 2rem 2rem;flex:1;position:relative;overflow:hidden}.cutout-card-module-scss-module__6aF3jG__cardContent{flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.cutout-card-module-scss-module__6aF3jG__footer,.cutout-card-module-scss-module__6aF3jG__header{margin:2rem 4.25rem 2rem 2rem}.cutout-card-module-scss-module__6aF3jG__cardTitle{color:var(--Text-Primary);font:var(--h3-comp)}@media (max-width:959px){.cutout-card-module-scss-module__6aF3jG__cardTitle{font:var(--h4-comp)}}.cutout-card-module-scss-module__6aF3jG__cardText{font:var(--p3-regular-comp);color:var(--Text-Secondary)}.cutout-card-module-scss-module__6aF3jG__cardIcon{position:absolute;top:5.9375rem;bottom:0;right:0}.cutout-card-module-scss-module__6aF3jG__cardBtn{box-sizing:border-box;background:var(--Brand-Light-Exolve-Yellow);border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;padding:.625rem;display:flex;position:absolute;top:0;right:0;overflow:hidden}.cutout-card-module-scss-module__6aF3jG__cutout{position:absolute;top:0;left:0}.cutout-card-module-scss-module__6aF3jG__cutoutRef{height:5.5rem;position:absolute;left:20%}.cutout-card-module-scss-module__6aF3jG__alwaysCutout .cutout-card-module-scss-module__6aF3jG__cardBtn{transition:background-color .3s ease-in-out,color .3s ease-in-out}.cutout-card-module-scss-module__6aF3jG__alwaysCutout .cutout-card-module-scss-module__6aF3jG__cutout{transition:fill .3s ease-in-out}.cutout-card-module-scss-module__6aF3jG__alwaysCutout .cutout-card-module-scss-module__6aF3jG__cardInner,.cutout-card-module-scss-module__6aF3jG__alwaysCutout .cutout-card-module-scss-module__6aF3jG__cutoutRef{transition:filter .3s ease-in-out}
.error-content-module-scss-module__UoxEbW__error-content{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;height:100%;display:flex}.error-content-module-scss-module__UoxEbW__error-content .error-content-module-scss-module__UoxEbW__image{align-items:center;width:7.5rem;height:7.5rem}.error-content-module-scss-module__UoxEbW__error-content .error-content-module-scss-module__UoxEbW__text-block{flex-direction:column;gap:.5rem;display:flex}
.file-module-scss-module__omj7pa__file{background:var(--Background-Secondary);border-radius:.75rem;flex-grow:1;flex-shrink:0;align-items:center;gap:.75rem;padding:1rem;display:flex;overflow:hidden}.file-module-scss-module__omj7pa__file-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file-module-scss-module__omj7pa__load-button-container{position:relative}.file-module-scss-module__omj7pa__progress-button{visibility:hidden;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.file-module-scss-module__omj7pa__success{color:var(--Accent-Positive)}.file-module-scss-module__omj7pa__hidden{visibility:hidden}.file-module-scss-module__omj7pa__visible{visibility:visible}
.progress-module-scss-module__3xqZ9W__progressButton{--track-color:var(--Background-Stroke);--progress-color:var(--Accent-Positive);--border-thickness:2px;width:var(--size);height:var(--size);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.progress-module-scss-module__3xqZ9W__progressButton:focus-visible{outline-offset:2px;outline:2px solid #4285f4}.progress-module-scss-module__3xqZ9W__progressButton:after{content:"";background:conic-gradient(var(--progress-color)0% var(--progress-value),var(--track-color)var(--progress-value)100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--border-thickness)),#000 calc(100% - var(--border-thickness)));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--border-thickness)),#000 calc(100% - var(--border-thickness)));mask:radial-gradient(farthest-side,transparent calc(100% - var(--border-thickness)),#000 calc(100% - var(--border-thickness)));border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0}.progress-module-scss-module__3xqZ9W__close-icon{color:var(--Icons-Secondary)}
.fullscreen-image-module-scss-module__jHwJgq__container{border-radius:2rem;width:100%;position:relative;overflow:hidden}@media (max-width:767px){.fullscreen-image-module-scss-module__jHwJgq__container{border-radius:1.5rem}}.fullscreen-image-module-scss-module__jHwJgq__image{width:100%;height:auto;display:block}.fullscreen-image-module-scss-module__jHwJgq__container .fullscreen-image-module-scss-module__jHwJgq__openButton{cursor:pointer;z-index:2;padding:1rem;position:absolute;bottom:2rem;right:2rem;border-radius:50%!important}@media (max-width:1279px){.fullscreen-image-module-scss-module__jHwJgq__container .fullscreen-image-module-scss-module__jHwJgq__openButton{display:none}}.fullscreen-image-module-scss-module__jHwJgq__backdrop{z-index:110;pointer-events:none;transition:background .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:1279px){.fullscreen-image-module-scss-module__jHwJgq__backdrop{display:none}}.fullscreen-image-module-scss-module__jHwJgq__backdropVisible{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;background-color:var(--Background-Overlay)}.fullscreen-image-module-scss-module__jHwJgq__popup{z-index:110;opacity:0;pointer-events:none;border-radius:2rem;place-items:center;width:100%;height:100%;transition:top .45s cubic-bezier(.4,0,.2,1),left .45s cubic-bezier(.4,0,.2,1),width .45s cubic-bezier(.4,0,.2,1),height .45s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),border-radius .45s cubic-bezier(.4,0,.2,1);display:grid;position:fixed;top:0;left:0;overflow:hidden;transform:scale(.92)}@media (max-width:1279px){.fullscreen-image-module-scss-module__jHwJgq__popup{display:none}}.fullscreen-image-module-scss-module__jHwJgq__popupVisible{--padding-inline:calc(var(--page-padding-inline)*2);--padding-block:3.5rem;opacity:1;border-radius:1.5rem;transform:scale(1);top:var(--padding-block)!important;left:var(--padding-inline)!important;width:calc(100% - var(--padding-inline)*2)!important;height:calc(100% - var(--padding-block)*2)!important}@media (max-width:959px){.fullscreen-image-module-scss-module__jHwJgq__popupVisible{--padding-inline:calc(var(--page-padding-inline));border-radius:1rem}}.fullscreen-image-module-scss-module__jHwJgq__popupVisible .fullscreen-image-module-scss-module__jHwJgq__popupInner{pointer-events:auto}.fullscreen-image-module-scss-module__jHwJgq__popupInner{background:var(--Background-Primary);border-radius:inherit;flex-direction:column;width:100%;display:flex;position:relative;overflow:clip}.fullscreen-image-module-scss-module__jHwJgq__popupInner .fullscreen-image-module-scss-module__jHwJgq__closeButton{cursor:pointer;z-index:10;border-radius:50%;padding:1rem;transition:opacity .3s,transform .3s;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:959px){.fullscreen-image-module-scss-module__jHwJgq__popupInner .fullscreen-image-module-scss-module__jHwJgq__closeButton{top:1rem;right:1rem}}.fullscreen-image-module-scss-module__jHwJgq__popupImageWrapper{width:100%;height:100%;position:relative;overflow:hidden}.fullscreen-image-module-scss-module__jHwJgq__popupImage{object-fit:contain;object-position:bottom;width:100%;height:100%}
.styles-module-scss-module__juPFpW__section{box-sizing:border-box;width:100%;max-width:55rem;padding-inline:var(--page-padding-inline);flex-direction:column;align-items:center;margin-left:auto;margin-right:auto;display:flex;position:relative}.styles-module-scss-module__juPFpW__content{flex-direction:column;align-items:center;gap:2.5rem;width:100%;display:flex;position:relative}@media (max-width:767px){.styles-module-scss-module__juPFpW__content{gap:2rem}}.styles-module-scss-module__juPFpW__text-content{flex-direction:column;align-items:center;display:flex;position:relative}.styles-module-scss-module__juPFpW__title{max-width:76rem;font:var(--promo1-short-text);color:var(--Text-Primary);text-transform:uppercase;text-align:center;margin-bottom:1rem}@media (min-width:1680px) and (max-width:1919px){.styles-module-scss-module__juPFpW__title{max-width:65.75rem}}@media (min-width:1440px) and (max-width:1679px){.styles-module-scss-module__juPFpW__title{max-width:56rem}}@media (min-width:1280px) and (max-width:1439px){.styles-module-scss-module__juPFpW__title{max-width:50rem}}@media (min-width:960px) and (max-width:1279px){.styles-module-scss-module__juPFpW__title{max-width:45.5rem}}@media (max-width:1439px){.styles-module-scss-module__juPFpW__title{font:var(--promo-56-upp-text)}}@media (max-width:767px){.styles-module-scss-module__juPFpW__title{max-width:20rem;font:var(--promo-36-upp-text);margin-bottom:.5rem}}.styles-module-scss-module__juPFpW__text{font:var(--p1-regular-comp);color:var(--Text-Secondary);text-align:center;max-width:56.5rem}@media (max-width:1439px){.styles-module-scss-module__juPFpW__text{font:var(--p2-regular-comp)}}@media (max-width:767px){.styles-module-scss-module__juPFpW__text{font:var(--p3-regular-comp)}}.styles-module-scss-module__juPFpW__leftImage,.styles-module-scss-module__juPFpW__rightImage{position:absolute;bottom:0}@media (max-width:767px){.styles-module-scss-module__juPFpW__leftImage,.styles-module-scss-module__juPFpW__rightImage{display:none}}.styles-module-scss-module__juPFpW__leftImage{left:0}@media (min-width:1440px) and (max-width:1679px){.styles-module-scss-module__juPFpW__leftImage{left:-7.8rem}}@media (min-width:1280px) and (max-width:1439px){.styles-module-scss-module__juPFpW__leftImage{bottom:-2rem;left:-7.3rem}}@media (min-width:960px) and (max-width:1279px){.styles-module-scss-module__juPFpW__leftImage{bottom:-10rem;left:-6.4rem;transform:scale(.75)}}@media (min-width:768px) and (max-width:959px){.styles-module-scss-module__juPFpW__leftImage{bottom:-9.31rem;left:-11rem;transform:scale(.75)}}.styles-module-scss-module__juPFpW__rightImage{right:0}@media (min-width:1440px) and (max-width:1679px){.styles-module-scss-module__juPFpW__rightImage{right:-8.2rem}}@media (min-width:1280px) and (max-width:1439px){.styles-module-scss-module__juPFpW__rightImage{bottom:-2rem;right:-10.1rem}}@media (min-width:960px) and (max-width:1279px){.styles-module-scss-module__juPFpW__rightImage{bottom:-9rem;right:-8.9rem;transform:scale(.75)}}@media (min-width:768px) and (max-width:959px){.styles-module-scss-module__juPFpW__rightImage{bottom:-8.875rem;right:-11.8rem;transform:scale(.75)}}
.styles-module-scss-module__b-ERjW__input{width:100%}
.styles-module-scss-module__AKShZG__quote{background:var(--Background-Secondary)}.styles-module-scss-module__AKShZG__text{font:var(--p3-regular-comp);color:var(--Text-Primary);padding:2rem}.styles-module-scss-module__AKShZG__author{align-items:center;column-gap:.75rem;padding:.62rem 2rem 2rem;display:flex}.styles-module-scss-module__AKShZG__author .styles-module-scss-module__AKShZG__authorText{flex-direction:column;display:flex}.styles-module-scss-module__AKShZG__author .styles-module-scss-module__AKShZG__authorName{font:var(--p3-regular-comp);color:var(--Text-Primary)}.styles-module-scss-module__AKShZG__author .styles-module-scss-module__AKShZG__authorDescription{font:var(--p4-regular-comp);color:var(--Text-Secondary)}.styles-module-scss-module__AKShZG__author .styles-module-scss-module__AKShZG__authorImage{border-radius:1rem;flex-shrink:0}.styles-module-scss-module__AKShZG__cutoutRef{width:calc(100% - 30.3rem);max-width:50%}.styles-module-scss-module__AKShZG__cutout{z-index:-1;opacity:0;position:absolute}
.responsive-image-module-scss-module__anAkna__desktop{display:flex}.responsive-image-module-scss-module__anAkna__tablet,.responsive-image-module-scss-module__anAkna__mobile{display:none}.responsive-image-module-scss-module__anAkna__img{width:100%;height:100%}@media (min-width:768px) and (max-width:1279px){.responsive-image-module-scss-module__anAkna__desktop{display:none}.responsive-image-module-scss-module__anAkna__tablet{display:flex}}@media (max-width:767px){.responsive-image-module-scss-module__anAkna__desktop,.responsive-image-module-scss-module__anAkna__tablet{display:none}.responsive-image-module-scss-module__anAkna__mobile{display:flex}}
.rounded-union-group-module-scss-module__-Afozq__rounded-union-group{--card-height:4.5rem;--icon-container-width:3.5rem;height:var(--card-height);isolation:isolate;align-items:center;min-width:-moz-fit-content;min-width:fit-content;display:flex;position:relative}.rounded-union-group-module-scss-module__-Afozq__card-bg{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.rounded-union-group-module-scss-module__-Afozq__card-bg path{fill:var(--Controls-Alternative);transition:fill .3s}.rounded-union-group-module-scss-module__-Afozq__card-left{--icon-bg-color:#2f98f8;color:var(--Constant-Greyscale-0);box-shadow:-1px -1px 4px 0 rgba(255,255,255,.6) inset,0 17px 30px -15px rgba(0,0,0,.25),0 9px 20px 0 color-mix(in srgb,var(--icon-bg-color)30%,transparent);width:var(--icon-container-width);height:var(--icon-container-width);background:linear-gradient(148deg,#6fc2ff 23.67%,#2f98f8 80.39%),radial-gradient(214.71% 214.36% at 28.74% 92.01%,#f2fb4f 0%,#b9f317 63.63%,#d1f524 100%),linear-gradient(to bottom right,#fff 0%,#e0f952 21%,#f2f3f7 50%) 100% 100%/50% 50% no-repeat,linear-gradient(to bottom left,#fff 0%,#e0f952 21%,#f2f3f7 50%) 0 100%/50% 50% no-repeat,linear-gradient(to top left,#fff 0%,#e0f952 21%,#f2f3f7 50%) 0 0/50% 50% no-repeat,linear-gradient(to top right,#fff 0%,#e0f952 21%,#f2f3f7 50%) 100% 0/50% 50% no-repeat,#e0f952;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;left:8px;overflow:hidden}.rounded-union-group-module-scss-module__-Afozq__card-left-custom-bg{--icon-bg-color:transparent;box-shadow:none;background:0 0}.rounded-union-group-module-scss-module__-Afozq__card-icon{border-radius:50%}.rounded-union-group-module-scss-module__-Afozq__card-right{padding-inline:var(--text-padding-inline);white-space:nowrap;font-weight:600;font-size:var(--text-font-size);color:var(--Text-Primary);box-sizing:border-box;flex-grow:1;justify-content:center;align-items:center;min-width:278px;line-height:1.5;display:flex}
.section-layout-footer-module-scss-module__p7imVW__section-layout-footer{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:76rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:1680px) and (max-width:1919px){.section-layout-footer-module-scss-module__p7imVW__section-layout-footer{max-width:85rem}}@media (max-width:1279px){.section-layout-footer-module-scss-module__p7imVW__section-layout-footer{max-width:100%}}.section-layout-footer-module-scss-module__p7imVW__section-layout-footer.section-layout-footer-module-scss-module__p7imVW__with-page-padding-inline{padding-inline:var(--page-padding-inline)}
.section-layout-header-module-scss-module__SgFu6q__section-layout-header{box-sizing:border-box;width:100%;max-width:76rem;text-align:var(--text-align-desktop,center);align-items:center;gap:1rem;align-items:var(--items-align-desktop,center);flex-direction:column;margin-left:auto;margin-right:auto;display:flex}.section-layout-header-module-scss-module__SgFu6q__section-layout-header:empty{display:none}.section-layout-header-module-scss-module__SgFu6q__section-layout-header.section-layout-header-module-scss-module__SgFu6q__with-forced-color .section-layout-header-module-scss-module__SgFu6q__title-block .section-layout-header-module-scss-module__SgFu6q__title{color:var(--advanced-forced-text-color,var(--Text-Primary))}.section-layout-header-module-scss-module__SgFu6q__section-layout-header.section-layout-header-module-scss-module__SgFu6q__with-forced-color .section-layout-header-module-scss-module__SgFu6q__title-block .section-layout-header-module-scss-module__SgFu6q__subtitle{color:var(--advanced-forced-text-color,var(--Text-Secondary))}@media (min-width:768px) and (max-width:1439px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header{text-align:var(--text-align-tablet,var(--text-align-desktop,center));align-items:var(--items-align-tablet,var(--items-align-desktop,center))}}@media (max-width:767px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header{text-align:var(--text-align-mobile,var(--text-align-tablet,var(--text-align-desktop,center)));align-items:var(--items-align-mobile,var(--items-align-tablet,var(--items-align-desktop,center)))}}@media (min-width:1680px) and (max-width:1919px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header{max-width:85rem}}@media (max-width:1279px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header{max-width:100%}}.section-layout-header-module-scss-module__SgFu6q__section-layout-header.section-layout-header-module-scss-module__SgFu6q__with-page-padding-inline{padding-inline:var(--page-padding-inline)}.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__title-block{flex-wrap:wrap;flex-grow:1;justify-content:space-between;gap:1rem;display:flex}@media (max-width:767px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__title-block{gap:.75rem}}.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__title-block:not(:has(.section-layout-header-module-scss-module__SgFu6q__title+*)) .section-layout-header-module-scss-module__SgFu6q__title{text-align:inherit;flex-grow:1}.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__title-block .section-layout-header-module-scss-module__SgFu6q__title{color:var(--Text-Primary);font:var(--promo-32-upp-text);text-transform:uppercase;display:flex}@media (min-width:1440px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__title-block .section-layout-header-module-scss-module__SgFu6q__title{font:var(--promo-36-upp-text)}}@media (max-width:767px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__title-block .section-layout-header-module-scss-module__SgFu6q__title{font:var(--promo-24-upp-text)}}.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__subtitle{font:var(--p3-regular-comp);color:var(--Text-Secondary)}@media (min-width:1440px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__subtitle{font:var(--p2-regular-comp)}}@media (max-width:767px){.section-layout-header-module-scss-module__SgFu6q__section-layout-header .section-layout-header-module-scss-module__SgFu6q__subtitle{font:var(--p4-regular-comp)}}
.section-layout-module-scss-module__wyB1ba__section-layout{flex-direction:column;align-items:center;row-gap:2.5rem;width:100%;display:flex}@media (max-width:767px){.section-layout-module-scss-module__wyB1ba__section-layout{row-gap:1.5rem}}.section-layout-module-scss-module__wyB1ba__section-layout.section-layout-module-scss-module__wyB1ba__with-max-width{box-sizing:border-box;max-width:76rem;margin-left:auto;margin-right:auto}@media (min-width:1680px) and (max-width:1919px){.section-layout-module-scss-module__wyB1ba__section-layout.section-layout-module-scss-module__wyB1ba__with-max-width{max-width:85rem}}@media (max-width:1279px){.section-layout-module-scss-module__wyB1ba__section-layout.section-layout-module-scss-module__wyB1ba__with-max-width{max-width:100%}}.section-layout-module-scss-module__wyB1ba__section-layout.section-layout-module-scss-module__wyB1ba__with-page-padding-inline{padding-inline:var(--page-padding-inline)}
.styles-module-scss-module__xpkaqa__share{color:var(--Text-Secondary-Link);align-items:center;column-gap:1rem;display:flex}.styles-module-scss-module__xpkaqa__links{align-items:center;column-gap:.75rem;display:flex}.styles-module-scss-module__xpkaqa__links svg{width:1.5rem;height:1.5rem;color:var(--Icons-Secondary)}.styles-module-scss-module__xpkaqa__links .styles-module-scss-module__xpkaqa__link{display:flex}
.styles-module-scss-module__9v0uca__panel{--panel-max-height:300px;pointer-events:none;z-index:50;max-height:var(--panel-max-height);width:100%;transition:var(--animation-duration-medium-slow)var(--animation-ease-in-and-out);pointer-events:auto;flex-flow:column;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.styles-module-scss-module__9v0uca__panel:not(.styles-module-scss-module__9v0uca__panel_is-visible){max-height:0}.styles-module-scss-module__9v0uca__panel:not(.styles-module-scss-module__9v0uca__panel_is-visible) .styles-module-scss-module__9v0uca__inner{pointer-events:none;overflow:hidden;transform:scale(.8)translateY(calc(100% + 40px))}.styles-module-scss-module__9v0uca__inner{transform-origin:top;max-height:var(--panel-max-height);transition:var(--animation-duration-medium-slow)var(--animation-ease-in-and-out);pointer-events:auto;background:var(--Background-Primary);border-radius:1.5rem}
.styles-module-scss-module__dUxneG__toaster{flex-direction:column;justify-content:center;gap:.5rem;width:-moz-fit-content;width:fit-content;display:flex;position:relative}.styles-module-scss-module__dUxneG__toaster.styles-module-scss-module__dUxneG__center{align-items:center}.styles-module-scss-module__dUxneG__toaster.styles-module-scss-module__dUxneG__left{align-items:flex-start}.styles-module-scss-module__dUxneG__toaster.styles-module-scss-module__dUxneG__right{align-items:flex-end}.styles-module-scss-module__dUxneG__toast.styles-module-scss-module__dUxneG__entering{animation:.35s ease-in-out forwards styles-module-scss-module__dUxneG__fadeIn}.styles-module-scss-module__dUxneG__toast.styles-module-scss-module__dUxneG__exiting{animation:.35s ease-in-out forwards styles-module-scss-module__dUxneG__fadeOut}@keyframes styles-module-scss-module__dUxneG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes styles-module-scss-module__dUxneG__fadeOut{0%{opacity:1}to{opacity:0}}
.styles-module-scss-module__JIIxMW__iconWrapper{position:relative;overflow:hidden}.styles-module-scss-module__JIIxMW__circleFill{fill:var(--union-cta-icon-bg,#fff)}.styles-module-scss-module__JIIxMW__iconWrapperCircle{position:absolute;top:-1px;left:-10px}.styles-module-scss-module__JIIxMW__icon{position:absolute;top:50%;left:24px;transform:translateY(-50%)}.styles-module-scss-module__JIIxMW__ctaIconWrapperCircle{position:absolute;top:1px;left:-8px}.styles-module-scss-module__JIIxMW__ctaIcon{position:absolute;top:50%;left:26px;transform:translateY(-50%)}
.union-cta-module-scss-module__O2VijG__cta{align-items:flex-start;width:100%;display:flex}@media (max-width:1279px){.union-cta-module-scss-module__O2VijG__cta{background:var(--union-cta-bg,var(--Brand-Light-Exolve-Yellow));border-radius:1.5rem}}.union-cta-module-scss-module__O2VijG__ctaContent{background:var(--union-cta-bg,var(--Brand-Light-Exolve-Yellow));border-radius:0 2rem 2rem 0;width:100%;height:100%}@media (max-width:1279px){.union-cta-module-scss-module__O2VijG__ctaContent{border-radius:1.5rem}}.union-cta-module-scss-module__O2VijG__ctaIconWrapper svg{display:block}@media (max-width:1279px){.union-cta-module-scss-module__O2VijG__ctaIconWrapper{display:none}}.union-cta-module-scss-module__O2VijG__ctaIconMobile{display:none}@media (max-width:1279px){.union-cta-module-scss-module__O2VijG__ctaIconMobile{background:var(--union-cta-icon-bg,#fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 17px 30px -15px rgba(0,0,0,.25),0 9px 20px rgba(226,249,97,.3)}}.union-cta-module-scss-module__O2VijG__ctaGradient{box-sizing:border-box;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);border-radius:0 2rem 2rem 0;justify-content:center;align-items:center;column-gap:1rem;width:100%;height:100%;padding-right:1.5rem;display:flex}@media (max-width:1279px){.union-cta-module-scss-module__O2VijG__ctaGradient{background:0 0;border-radius:1.5rem;flex-direction:column;align-items:flex-start;row-gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.union-cta-module-scss-module__O2VijG__ctaContent .union-cta-module-scss-module__O2VijG__button{flex-shrink:0}@media (max-width:1279px){.union-cta-module-scss-module__O2VijG__ctaContent .union-cta-module-scss-module__O2VijG__button{align-self:flex-start}}.union-cta-module-scss-module__O2VijG__text{color:var(--union-cta-text,var(--Constant-Greyscale-900))}.union-cta-module-scss-module__O2VijG__icon{width:24px;height:24px;color:var(--union-cta-icon,var(--Constant-Greyscale-900))}
.union-pill-card-module-scss-module__e1tJPW__root{--pill-height:5rem;--icon-size:5rem;--icon-img-size:3rem;--text-padding-inline:1.5rem;--gap:1.5rem;height:var(--pill-height);isolation:isolate;min-width:-moz-fit-content;min-width:fit-content;fill:var(--Controls-Alternative);align-items:center;display:flex;position:relative}.union-pill-card-module-scss-module__e1tJPW__root.union-pill-card-module-scss-module__e1tJPW__withStroke{stroke:var(--Background-Stroke,transparent);stroke-width:2px}.union-pill-card-module-scss-module__e1tJPW__root.union-pill-card-module-scss-module__e1tJPW__interactive{cursor:pointer;transition:filter .3s ease-in-out}.union-pill-card-module-scss-module__e1tJPW__root.union-pill-card-module-scss-module__e1tJPW__interactive:hover{filter:drop-shadow(0 0 16px rgba(0,0,0,.08))drop-shadow(0 4px 16px rgba(0,0,0,.08))}@media (max-width:1439px){.union-pill-card-module-scss-module__e1tJPW__root{--gap:1rem}}@media (max-width:767px){.union-pill-card-module-scss-module__e1tJPW__root{--pill-height:4.375rem;--icon-size:4.375rem;--icon-img-size:2.5rem;--text-padding-inline:1rem;--gap:.5rem}}.union-pill-card-module-scss-module__e1tJPW__iconOnly .union-pill-card-module-scss-module__e1tJPW__iconContainer{background:var(--Controls-Alternative)}.union-pill-card-module-scss-module__e1tJPW__bg{width:100%;height:100%;fill:inherit;z-index:-1;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.union-pill-card-module-scss-module__e1tJPW__bgPath{vector-effect:non-scaling-stroke;transition:fill .3s}.union-pill-card-module-scss-module__e1tJPW__iconContainer{width:var(--icon-size);height:var(--icon-size);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.union-pill-card-module-scss-module__e1tJPW__icon{width:var(--icon-img-size);height:var(--icon-img-size);object-fit:contain;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.union-pill-card-module-scss-module__e1tJPW__text{font:var(--h3-comp);padding-inline:var(--text-padding-inline);white-space:nowrap;color:var(--Text-Primary);box-sizing:border-box;flex-grow:1;justify-content:center;align-items:center;min-width:278px;display:flex}@media (max-width:767px){.union-pill-card-module-scss-module__e1tJPW__text{font:var(--h4-comp)}}.union-pill-card-module-scss-module__e1tJPW__textMultiline{white-space:normal;text-align:center;text-wrap:balance;overflow-wrap:anywhere;min-width:0}
.card-with-icon-module-scss-module__kN7i0W__card-with-icon{box-sizing:border-box;border:1px solid var(--Background-Stroke);background:var(--Background-Secondary-Elevated);border-radius:2rem;flex-direction:column;justify-content:space-between;gap:1.5rem;height:15.75rem;padding:2rem 4rem 2rem 2rem;display:flex}@media (max-width:959px){.card-with-icon-module-scss-module__kN7i0W__card-with-icon{padding:1.5rem 2.5rem 1.5rem 1.5rem}}.card-with-icon-module-scss-module__kN7i0W__card-with-icon:hover .card-with-icon-module-scss-module__kN7i0W__icon-wrapper{background-color:var(--Brand-Light-Exolve-Yellow)}.card-with-icon-module-scss-module__kN7i0W__card-with-icon:hover .card-with-icon-module-scss-module__kN7i0W__icon-wrapper .card-with-icon-module-scss-module__kN7i0W__icon{color:var(--Constant-Greyscale-900)}.card-with-icon-module-scss-module__kN7i0W__icon-wrapper{background:var(--Background-Secondary);box-sizing:border-box;border-radius:.75rem;justify-content:center;align-items:center;min-width:2.75rem;min-height:2.75rem;transition:background-color .3s,transform .3s;display:flex}.card-with-icon-module-scss-module__kN7i0W__icon-wrapper .card-with-icon-module-scss-module__kN7i0W__icon{color:var(--Icons-Primary)}.card-with-icon-module-scss-module__kN7i0W__text-block{flex-direction:column;gap:1rem;display:flex}.card-with-icon-module-scss-module__kN7i0W__text-block .card-with-icon-module-scss-module__kN7i0W__title-with-icon{align-items:center;gap:1rem;display:flex}
.styles-module-scss-module__uEZ8Xa__button{box-sizing:border-box;width:var(--button-width,fit-content);border-radius:1rem;justify-content:center;align-items:center;padding:.625rem;text-decoration:none;display:flex;position:relative}.styles-module-scss-module__uEZ8Xa__button:disabled{pointer-events:none}.styles-module-scss-module__uEZ8Xa__button:focus-visible{outline:1px solid var(--Accent-Active);outline-offset:1px}.styles-module-scss-module__uEZ8Xa__button:disabled:not(.styles-module-scss-module__uEZ8Xa__isLoading){opacity:.6;background:var(--Controls-Inactive);color:var(--Text-Tertiary)}.styles-module-scss-module__uEZ8Xa__button .styles-module-scss-module__uEZ8Xa__spinner{border-radius:inherit;background:inherit;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.styles-module-scss-module__uEZ8Xa__button .styles-module-scss-module__uEZ8Xa__spinner svg{width:20px;height:20px}.styles-module-scss-module__uEZ8Xa__button.styles-module-scss-module__uEZ8Xa__fullWidth{--button-width:100%}.styles-module-scss-module__uEZ8Xa__button.styles-module-scss-module__uEZ8Xa__uppercase{text-transform:uppercase}.styles-module-scss-module__uEZ8Xa__content{text-transform:inherit;padding:.25rem .5rem}.styles-module-scss-module__uEZ8Xa__contentInline{text-transform:inherit;padding-left:.5rem;padding-right:.5rem}.styles-module-scss-module__uEZ8Xa__noWrap{white-space:nowrap}.styles-module-scss-module__uEZ8Xa__iconOnly .styles-module-scss-module__uEZ8Xa__content{padding:0}.styles-module-scss-module__uEZ8Xa__xs,.styles-module-scss-module__uEZ8Xa__sm{font:var(--c2-bold-upp-wide)}.styles-module-scss-module__uEZ8Xa__xs svg,.styles-module-scss-module__uEZ8Xa__sm svg{width:1rem;height:1rem}.styles-module-scss-module__uEZ8Xa__md,.styles-module-scss-module__uEZ8Xa__lg{font:var(--c1-bold-upp-wide)}.styles-module-scss-module__uEZ8Xa__xl{font:var(--p4-bold-upp-wide)}.styles-module-scss-module__uEZ8Xa__md svg,.styles-module-scss-module__uEZ8Xa__lg svg,.styles-module-scss-module__uEZ8Xa__xl svg{width:1.5rem;height:1.5rem}.styles-module-scss-module__uEZ8Xa__xl .styles-module-scss-module__uEZ8Xa__content{padding:.125rem .5rem}.styles-module-scss-module__uEZ8Xa__xl .styles-module-scss-module__uEZ8Xa__contentInline{padding-left:.5rem;padding-right:.5rem}.styles-module-scss-module__uEZ8Xa__xs{border-radius:.5rem;padding:.25rem}.styles-module-scss-module__uEZ8Xa__xs:active{transform:scale(.9167)}.styles-module-scss-module__uEZ8Xa__xs.styles-module-scss-module__uEZ8Xa__iconOnly{border-radius:.5rem}.styles-module-scss-module__uEZ8Xa__sm{border-radius:.75rem;padding:.375rem .5rem}.styles-module-scss-module__uEZ8Xa__sm:active{transform:scale(.9375)}.styles-module-scss-module__uEZ8Xa__sm.styles-module-scss-module__uEZ8Xa__iconOnly{border-radius:.5rem;padding:.25rem}.styles-module-scss-module__uEZ8Xa__sm.styles-module-scss-module__uEZ8Xa__iconOnly svg{width:1rem;height:1rem}.styles-module-scss-module__uEZ8Xa__md{padding:.62rem}.styles-module-scss-module__uEZ8Xa__md:active{transform:scale(.9545)}.styles-module-scss-module__uEZ8Xa__md.styles-module-scss-module__uEZ8Xa__iconOnly{border-radius:1rem;padding:.62rem}.styles-module-scss-module__uEZ8Xa__lg{padding:.88rem}.styles-module-scss-module__uEZ8Xa__lg:active{transform:scale(.9615)}.styles-module-scss-module__uEZ8Xa__lg.styles-module-scss-module__uEZ8Xa__iconOnly{border-radius:1rem;padding:.62rem}.styles-module-scss-module__uEZ8Xa__xl{border-radius:1.25rem;padding:1.5rem}.styles-module-scss-module__uEZ8Xa__xl:active{transform:scale(.9722)}.styles-module-scss-module__uEZ8Xa__xl.styles-module-scss-module__uEZ8Xa__iconOnly{border-radius:1.25rem;padding:1.25rem}.styles-module-scss-module__uEZ8Xa__primary{background:var(--Controls-Primary-Active);color:var(--Constant-Greyscale-0)}.styles-module-scss-module__uEZ8Xa__primary:hover:not(:disabled){background:var(--Controls-Primary-Active-Hover)}.styles-module-scss-module__uEZ8Xa__primaryAlternate{background:var(--Controls-Secondary-Active);color:var(--Text-Inverted)}.styles-module-scss-module__uEZ8Xa__primaryAlternate:hover:not(:disabled){background:var(--Controls-Secondary-Active-Hover)}.styles-module-scss-module__uEZ8Xa__alwaysWhite{background:var(--Constant-Greyscale-0);color:var(--Constant-Greyscale-800)}.styles-module-scss-module__uEZ8Xa__alwaysWhite:hover:not(:disabled){background:var(--Constant-Greyscale-0-Hover)}.styles-module-scss-module__uEZ8Xa__secondary{background:var(--Controls-Tertiary-Active);color:var(--Text-Primary)}.styles-module-scss-module__uEZ8Xa__secondary:hover:not(:disabled){background:var(--Controls-Tertiary-Active-Hover)}.styles-module-scss-module__uEZ8Xa__secondary.styles-module-scss-module__uEZ8Xa__onGrayBg{background:var(--Controls-Alternative)}.styles-module-scss-module__uEZ8Xa__secondary.styles-module-scss-module__uEZ8Xa__onGrayBg:hover:not(:disabled){background:var(--Controls-Alternative-Hover)}.styles-module-scss-module__uEZ8Xa__ghost{color:var(--Text-Primary);background:0 0}.styles-module-scss-module__uEZ8Xa__ghost:hover:not(:disabled){background:rgba(188,195,208,.25)}.styles-module-scss-module__uEZ8Xa__negative{background:var(--Controls-Tertiary-Active);color:var(--Text-Negative)}.styles-module-scss-module__uEZ8Xa__negative:hover{background:var(--Controls-Tertiary-Active-Hover)}.styles-module-scss-module__uEZ8Xa__negative.styles-module-scss-module__uEZ8Xa__onGrayBg{background:var(--Controls-Alternative)}.styles-module-scss-module__uEZ8Xa__negative.styles-module-scss-module__uEZ8Xa__onGrayBg:hover:not(:disabled){background:var(--Controls-Alternative-Hover)}.styles-module-scss-module__uEZ8Xa__exolve{text-transform:none;gap:.5rem}.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__xl{font:var(--h4-comp)}.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__lg,.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__md{font:var(--p3-medium-comp)}.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__lg .styles-module-scss-module__uEZ8Xa__content,.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__md .styles-module-scss-module__uEZ8Xa__content{padding-top:0;padding-bottom:0}.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__sm,.styles-module-scss-module__uEZ8Xa__exolve.styles-module-scss-module__uEZ8Xa__xs{font:var(--p4-medium-comp);gap:.25rem}
.styles-module-scss-module__mJK7Vq__title{margin-bottom:1.25rem}.styles-module-scss-module__mJK7Vq__main{grid-template-columns:27.25rem 1fr;column-gap:2rem;display:grid}@media (max-width:1279px){.styles-module-scss-module__mJK7Vq__main{grid-template-columns:1fr}.styles-module-scss-module__mJK7Vq__main:not(.styles-module-scss-module__mJK7Vq__mobileImageOutside)>.styles-module-scss-module__mJK7Vq__imageArea{display:none}}.styles-module-scss-module__mJK7Vq__main.styles-module-scss-module__mJK7Vq__showBorder{border:1px solid var(--Background-Stroke);border-radius:3rem;grid-template-columns:1fr 1fr;column-gap:0;padding:.5rem}@media (max-width:1279px){.styles-module-scss-module__mJK7Vq__main.styles-module-scss-module__mJK7Vq__showBorder{grid-template-columns:1fr}}.styles-module-scss-module__mJK7Vq__main.styles-module-scss-module__mJK7Vq__showBorder .styles-module-scss-module__mJK7Vq__image{border-radius:2.5rem}.styles-module-scss-module__mJK7Vq__main.styles-module-scss-module__mJK7Vq__showBorder .styles-module-scss-module__mJK7Vq__contentArea{padding:1.875rem}.styles-module-scss-module__mJK7Vq__image{border-radius:3rem;width:100%;max-width:100%;height:auto}.styles-module-scss-module__mJK7Vq__imageArea{max-width:100%}.styles-module-scss-module__mJK7Vq__imageArea.styles-module-scss-module__mJK7Vq__mobile{display:none}@media (max-width:1279px){.styles-module-scss-module__mJK7Vq__imageArea.styles-module-scss-module__mJK7Vq__mobile{margin-top:1.25rem;display:block}}.styles-module-scss-module__mJK7Vq__imageArea.styles-module-scss-module__mJK7Vq__reverseOrder{order:-1}.styles-module-scss-module__mJK7Vq__list{flex-direction:column;margin-top:1.5rem;display:flex}.styles-module-scss-module__mJK7Vq__item{padding-top:1rem;padding-bottom:1rem;position:relative}.styles-module-scss-module__mJK7Vq__item:before{content:"";background:var(--Background-Stroke);width:calc(100% - 3rem);height:1px;position:absolute;bottom:0;right:0}.styles-module-scss-module__mJK7Vq__item:last-child:before{display:none}.styles-module-scss-module__mJK7Vq__item .styles-module-scss-module__mJK7Vq__itemButton{align-items:center;column-gap:1rem;display:flex}.styles-module-scss-module__mJK7Vq__item .styles-module-scss-module__mJK7Vq__itemContent{flex-direction:column;row-gap:.5rem;display:flex}.styles-module-scss-module__mJK7Vq__item.styles-module-scss-module__mJK7Vq__active .styles-module-scss-module__mJK7Vq__itemButton{align-items:flex-start}.styles-module-scss-module__mJK7Vq__item .styles-module-scss-module__mJK7Vq__iconWrapper{box-sizing:border-box;clip-path:url(#rounded-rect-clip);background:var(--Background-Secondary);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.styles-module-scss-module__mJK7Vq__item.styles-module-scss-module__mJK7Vq__active .styles-module-scss-module__mJK7Vq__iconWrapper{background:var(--Brand-Light-Exolve-Yellow,#e0f952)}.styles-module-scss-module__mJK7Vq__item.styles-module-scss-module__mJK7Vq__active .styles-module-scss-module__mJK7Vq__iconWrapper .styles-module-scss-module__mJK7Vq__icon{transform:rotate(180deg)}.styles-module-scss-module__mJK7Vq__item .styles-module-scss-module__mJK7Vq__itemText{display:none}.styles-module-scss-module__mJK7Vq__item.styles-module-scss-module__mJK7Vq__active .styles-module-scss-module__mJK7Vq__itemText{display:block}@media (max-width:1279px){.styles-module-scss-module__mJK7Vq__button{width:100%}}
.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:rgba(255,255,255,.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:rgba(240,240,240,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:rgba(240,240,240,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,.08);--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,.08);--xy-selection-border-default:1px dotted rgba(0,89,220,.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:rgba(150,150,150,.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:rgba(240,240,240,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(255,255,255,.08);--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,.08);--xy-selection-border-default:1px dotted rgba(200,200,220,.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus{outline:none}.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus{outline:none}.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus{outline:none}.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-input.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-default.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__selection:focus{outline:none}.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}
.styles-module-scss-module__P66G8W__container{width:100%;height:600px}@media (min-width:768px) and (max-width:1439px){.styles-module-scss-module__P66G8W__container{height:500px}}@media (max-width:767px){.styles-module-scss-module__P66G8W__container{height:400px}}.styles-module-scss-module__P66G8W__scrollable .react-flow__pane{touch-action:pan-y!important}.styles-module-scss-module__P66G8W__node{color:#fff;box-sizing:border-box;border-radius:20px;justify-content:center;align-items:center;gap:6px;min-width:200px;height:48px;padding:12px 24px 12px 20px;font:400 .875rem/1.25rem MTSTextRegular;display:flex}.styles-module-scss-module__P66G8W__node .styles-module-scss-module__P66G8W__icon,.styles-module-scss-module__P66G8W__node .styles-module-scss-module__P66G8W__icom>div,.styles-module-scss-module__P66G8W__node .styles-module-scss-module__P66G8W__icon svg{flex-shrink:0;width:24px;height:24px}.styles-module-scss-module__P66G8W__node.styles-module-scss-module__P66G8W__pink{background:linear-gradient(330deg,#ff595c -.76%,#f3888a 109.68%);box-shadow:inset 0 0 12px rgba(255,255,255,.58),12px 12px 24px 12px rgba(255,89,92,.16)}.styles-module-scss-module__P66G8W__node.styles-module-scss-module__P66G8W__violet{background:linear-gradient(330deg,#7a59ff -.76%,#b788f3 109.68%);box-shadow:inset 0 0 12px rgba(255,255,255,.58),12px 12px 24px 12px rgba(122,89,255,.16)}.styles-module-scss-module__P66G8W__node.styles-module-scss-module__P66G8W__blue{background:linear-gradient(330deg,#59baff -.76%,#88c7f3 109.68%);box-shadow:inset 0 0 12px rgba(255,255,255,.58),12px 12px 24px 12px rgba(89,186,255,.16)}
.styles-module-scss-module__9-sjrW__section{grid-template-columns:27.25rem minmax(0,1fr);align-items:stretch;gap:2rem;width:100%;display:grid}@media (max-width:1279px){.styles-module-scss-module__9-sjrW__section{grid-template-columns:1fr;gap:1rem}}@media (min-width:1280px){.styles-module-scss-module__9-sjrW__sectionRight{grid-template-columns:minmax(0,1fr) 27.25rem}.styles-module-scss-module__9-sjrW__sectionRight .styles-module-scss-module__9-sjrW__iconCardMobile{order:2}.styles-module-scss-module__9-sjrW__sectionRight .styles-module-scss-module__9-sjrW__content{order:1}}.styles-module-scss-module__9-sjrW__iconCard{background:var(--Background-Secondary);box-sizing:border-box;border-radius:2rem;justify-content:center;align-items:center;min-height:27.25rem;padding:2rem;display:flex}@media (max-width:1279px){.styles-module-scss-module__9-sjrW__iconCard{width:14.5rem;min-height:13rem;padding:.875rem}}@media (max-width:767px){.styles-module-scss-module__9-sjrW__iconCard{width:100%;min-height:8.75rem;padding:1.25rem}.styles-module-scss-module__9-sjrW__iconCardMobile{display:flex!important}}@media (min-width:768px) and (max-width:1279px){.styles-module-scss-module__9-sjrW__iconCardMobile{display:none!important}}.styles-module-scss-module__9-sjrW__iconCircle{background:var(--Background-Secondary);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:17rem;height:17rem;display:flex;position:relative;overflow:hidden}@media (max-width:1279px){.styles-module-scss-module__9-sjrW__iconCircle{width:11.25rem;height:11.25rem}}@media (max-width:767px){.styles-module-scss-module__9-sjrW__iconCircle{width:6.25rem;height:6.25rem}}.styles-module-scss-module__9-sjrW__iconImage{object-fit:contain;width:100%;height:100%}.styles-module-scss-module__9-sjrW__content{flex-direction:column;gap:1rem;display:flex}@media (max-width:767px){.styles-module-scss-module__9-sjrW__content{gap:1.5rem}}@media (max-width:1279px){.styles-module-scss-module__9-sjrW__desktopHeader{display:none}}@media (min-width:768px){.styles-module-scss-module__9-sjrW__textIconWrapper{flex-direction:row;gap:1rem;display:flex}}.styles-module-scss-module__9-sjrW__textWrapper{width:100%;text-align:var(--text-align-tablet,var(--text-align-desktop,left));gap:1rem;align-items:var(--items-align-tablet,var(--items-align-desktop,flex-start));flex-direction:column;display:flex}@media (min-width:1280px){.styles-module-scss-module__9-sjrW__textWrapper{display:none}}@media (max-width:767px){.styles-module-scss-module__9-sjrW__textWrapper{text-align:var(--text-align-mobile,var(--text-align-tablet,var(--text-align-desktop,left)));align-items:var(--items-align-mobile,var(--items-align-tablet,var(--items-align-desktop,flex-start)))}}.styles-module-scss-module__9-sjrW__title{text-transform:uppercase;font:var(--promo-36-upp-text);margin:0}@media (max-width:1279px){.styles-module-scss-module__9-sjrW__title{font:var(--promo-32-upp-text)}}@media (max-width:767px){.styles-module-scss-module__9-sjrW__title{font:var(--promo-24-upp-text)}}.styles-module-scss-module__9-sjrW__subtitle{margin:0}.styles-module-scss-module__9-sjrW__features{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.styles-module-scss-module__9-sjrW__featureItem{box-sizing:border-box;align-items:flex-start;gap:1rem;min-height:4rem;display:flex}.styles-module-scss-module__9-sjrW__check{background:var(--Brand-Light-Exolve-Yellow);width:2rem;min-width:2rem;height:2rem;color:var(--Constant-Greyscale-900);border-radius:.7rem;justify-content:center;align-items:center;display:flex}.styles-module-scss-module__9-sjrW__featureText{overflow-wrap:anywhere;border-bottom:1px solid var(--Background-Stroke);width:100%;min-width:0;margin:0;padding-bottom:1.125rem}@media (min-width:768px) and (max-width:1279px){.styles-module-scss-module__9-sjrW__featureText{padding-bottom:1.375rem}}@media (max-width:767px){.styles-module-scss-module__9-sjrW__featureText{padding-bottom:1rem}}.styles-module-scss-module__9-sjrW__featureItem:last-child .styles-module-scss-module__9-sjrW__featureText{border-bottom:none;padding-bottom:0}.styles-module-scss-module__9-sjrW__summary{overflow-wrap:anywhere;margin:.5rem 0 0}.styles-module-scss-module__9-sjrW__summaryLabel{margin:0}.styles-module-scss-module__9-sjrW__summaryText{margin:0 0 0 .25em}
.anchor-navigation-section-module-scss-module__sBtjrW__anchor-navigation-section{display:contents}.anchor-navigation-section-module-scss-module__sBtjrW__anchor-navigation-wrapper{padding-top:2rem;padding-bottom:2rem;padding-inline:var(--page-padding-inline);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-self:stretch;place-items:center;gap:.625rem;width:100%;display:grid;overflow-y:auto}@media (max-width:767px){.anchor-navigation-section-module-scss-module__sBtjrW__anchor-navigation-wrapper{padding-top:1rem;padding-bottom:1rem}}.anchor-navigation-section-module-scss-module__sBtjrW__anchor-navigation{white-space:nowrap;background:var(--Background-Primary-Elevated);box-shadow:var(--shadows-lowest);border-radius:1.5rem;justify-content:center;align-items:center;gap:2rem;margin:0;padding:1rem 1.5rem;list-style:none;display:flex}.anchor-navigation-section-module-scss-module__sBtjrW__fixed-tabs-panel{top:var(--header-height,104px);z-index:9;background:var(--Background-Primary);border-bottom:1px solid var(--Stroke-Secondary);border-top:1px solid var(--Background-Stroke);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;position:fixed;left:0;right:0;transform:translateY(-10px)}.anchor-navigation-section-module-scss-module__sBtjrW__fixed-tabs-panel.anchor-navigation-section-module-scss-module__sBtjrW__is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.anchor-navigation-section-module-scss-module__sBtjrW__tabs-container{height:3.25rem;display:flex}.anchor-navigation-section-module-scss-module__sBtjrW__tabs-container>*>*{width:100%}
.api-examples-section-module-scss-module__uWxKJq__section{flex-direction:column;gap:2.5rem;display:flex}.api-examples-section-module-scss-module__uWxKJq__cards{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:.5rem;display:grid}@media (max-width:767px){.api-examples-section-module-scss-module__uWxKJq__cards{grid-template-columns:1fr}}.api-examples-section-module-scss-module__uWxKJq__card{border-radius:2.5rem;flex-direction:column;justify-content:space-between;gap:2.5rem;padding:2rem;display:flex;overflow:hidden}@media (max-width:767px){.api-examples-section-module-scss-module__uWxKJq__card{border-radius:1.25rem;gap:1.5rem;padding:1.25rem}}.api-examples-section-module-scss-module__uWxKJq__cardBody{flex-direction:column;gap:2.5rem;display:flex}@media (max-width:767px){.api-examples-section-module-scss-module__uWxKJq__cardBody{gap:1.5rem}}.api-examples-section-module-scss-module__uWxKJq__codeBlock{font-size:1rem;line-height:normal;border-radius:unset!important;background:0 0!important;padding:.375em!important}@media (max-width:767px){.api-examples-section-module-scss-module__uWxKJq__codeBlock{font-size:.75rem}}.api-examples-section-module-scss-module__uWxKJq__codeContent{--gap:1.5rem;flex-direction:column;min-width:0;display:flex}@media (max-width:767px){.api-examples-section-module-scss-module__uWxKJq__codeContent{--gap:.875rem}}.api-examples-section-module-scss-module__uWxKJq__codeContent>:not(:first-child){margin-top:var(--gap)}.api-examples-section-module-scss-module__uWxKJq__codeContent .api-examples-section-module-scss-module__uWxKJq__paragraph+pre{margin-top:0}.api-examples-section-module-scss-module__uWxKJq__codeContent .api-examples-section-module-scss-module__uWxKJq__paragraph:has(+pre){color:var(--Text-Secondary)}.api-examples-section-module-scss-module__uWxKJq__description{margin:0}
.audience-cards-card-module-scss-module__wglE0G__card{border-radius:2rem;flex-direction:column;display:flex;overflow:hidden}@media (min-width:768px) and (max-width:1279px){.audience-cards-card-module-scss-module__wglE0G__card{flex-direction:row;height:14rem}}@media (max-width:767px){.audience-cards-card-module-scss-module__wglE0G__card{border-radius:1.25rem}}.audience-cards-card-module-scss-module__wglE0G__content{flex-direction:column;flex:1;gap:.75rem;padding:2rem;display:flex}@media (min-width:768px) and (max-width:1279px){.audience-cards-card-module-scss-module__wglE0G__content:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:0}.audience-cards-card-module-scss-module__wglE0G__content:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:0}.audience-cards-card-module-scss-module__wglE0G__content:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:0}.audience-cards-card-module-scss-module__wglE0G__content:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:0}.audience-cards-card-module-scss-module__wglE0G__content:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:0}.audience-cards-card-module-scss-module__wglE0G__content:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:0}}@media (max-width:767px){.audience-cards-card-module-scss-module__wglE0G__content{padding:1.25rem}}.audience-cards-card-module-scss-module__wglE0G__imageWrapper{height:13.0625rem;position:relative;overflow:hidden}@media (min-width:768px) and (max-width:1279px){.audience-cards-card-module-scss-module__wglE0G__imageWrapper{flex-shrink:0;width:16.75rem;height:100%}}@media (max-width:767px){.audience-cards-card-module-scss-module__wglE0G__imageWrapper{height:auto}}
.audience-cards-section-module-scss-module__2L_ncq__cards{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}@media (max-width:1279px){.audience-cards-section-module-scss-module__2L_ncq__cards{grid-template-columns:1fr}}@media (max-width:767px){.audience-cards-section-module-scss-module__2L_ncq__cards{gap:1rem}}
@media (max-width:1439px){.base-splide-slide-module-scss-module__iJRmkq__base-splide-slide{max-width:24.75rem}}@media (max-width:767px){.base-splide-slide-module-scss-module__iJRmkq__base-splide-slide{max-width:18.375rem}}
.section-show-more-module-scss-module__u4jA4W__wrapper{justify-content:center;width:100%;display:flex}
.cards-transformations-layout-module-scss-module__d-crSq__root{box-sizing:border-box;width:100%}.cards-transformations-layout-module-scss-module__d-crSq__root:not(:has(.cards-transformations-layout-module-scss-module__d-crSq__marqueeWrapper)){padding-inline:var(--page-padding-inline);max-width:76rem}@media (min-width:1680px) and (max-width:1919px){.cards-transformations-layout-module-scss-module__d-crSq__root:not(:has(.cards-transformations-layout-module-scss-module__d-crSq__marqueeWrapper)){max-width:85rem}}@media (max-width:1279px){.cards-transformations-layout-module-scss-module__d-crSq__root:not(:has(.cards-transformations-layout-module-scss-module__d-crSq__marqueeWrapper)){max-width:100%}}.cards-transformations-layout-module-scss-module__d-crSq__gridWrapper{flex-direction:column;gap:2.5rem;display:flex}@media (max-width:767px){.cards-transformations-layout-module-scss-module__d-crSq__gridWrapper{gap:1.5rem}}.cards-transformations-layout-module-scss-module__d-crSq__grid{gap:2.5rem;width:100%;display:grid}@media (max-width:1439px){.cards-transformations-layout-module-scss-module__d-crSq__grid{gap:2rem}}@media (max-width:767px){.cards-transformations-layout-module-scss-module__d-crSq__grid{gap:1.5rem}}.cards-transformations-layout-module-scss-module__d-crSq__marqueeWrapper{flex-direction:column;gap:2.5rem;display:flex;overflow:visible}@media (max-width:767px){.cards-transformations-layout-module-scss-module__d-crSq__marqueeWrapper{gap:1.5rem}}.cards-transformations-layout-module-scss-module__d-crSq__marqueeLines{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:767px){.cards-transformations-layout-module-scss-module__d-crSq__marqueeLines{gap:.5rem}}.cards-transformations-layout-module-scss-module__d-crSq__marqueeLine{overflow:visible!important}.cards-transformations-layout-module-scss-module__d-crSq__marqueeItemWrapper{margin-right:1.5rem;overflow:visible}@media (max-width:767px){.cards-transformations-layout-module-scss-module__d-crSq__marqueeItemWrapper{margin-right:1rem}}.cards-transformations-layout-module-scss-module__d-crSq__footer{justify-content:center;margin-top:1rem;display:flex}
.audio-cards-section-module-scss-module__MAAduq__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.audio-cards-section-module-scss-module__MAAduq__grid{grid-template-columns:repeat(2,1fr)}.audio-cards-section-module-scss-module__MAAduq__grid>:nth-child(2n+2){transform:translateY(2.5rem)}}.audio-cards-section-module-scss-module__MAAduq__slider{margin-inline:calc(-1*var(--page-padding-inline));padding-left:var(--page-padding-inline)}.audio-cards-section-module-scss-module__MAAduq__slide{flex-direction:column;max-width:24.75rem;display:flex}
.styles-module-scss-module__pI5oea__mainContent{flex-direction:column;align-items:center;width:100%;display:flex}.styles-module-scss-module__pI5oea__tabs{min-height:3.25rem}.styles-module-scss-module__pI5oea__tabContent{border-radius:2rem;width:100%;position:relative;overflow:hidden}@media (max-width:767px){.styles-module-scss-module__pI5oea__tabContent{border-radius:1.5rem}}.styles-module-scss-module__pI5oea__tabContent.styles-module-scss-module__pI5oea__withBorder{border:1px solid var(--Background-Stroke)}.styles-module-scss-module__pI5oea__tabContentSide{border-radius:3rem;flex-direction:row;align-items:stretch;gap:.5rem;min-height:463px;padding:.5rem;display:flex;overflow:visible}@media (max-width:1279px){.styles-module-scss-module__pI5oea__tabContentSide{border-radius:2rem}}@media (max-width:959px){.styles-module-scss-module__pI5oea__tabContentSide{min-height:unset;flex-direction:column-reverse}}.styles-module-scss-module__pI5oea__tabContentSideReverse{flex-direction:row-reverse}@media (max-width:959px){.styles-module-scss-module__pI5oea__tabContentSideReverse{flex-direction:column-reverse}}.styles-module-scss-module__pI5oea__tabImageSide{border-radius:2.5rem;flex:0 0 calc(50% - .25rem);position:relative;overflow:hidden}@media (max-width:1279px){.styles-module-scss-module__pI5oea__tabImageSide{border-radius:1.5rem}}@media (max-width:959px){.styles-module-scss-module__pI5oea__tabImageSide{flex:none}}.styles-module-scss-module__pI5oea__withMargin{margin-top:2rem}.styles-module-scss-module__pI5oea__imageSide{object-fit:cover;width:100%;height:100%}@media (max-width:959px){.styles-module-scss-module__pI5oea__imageSide{height:auto}}.styles-module-scss-module__pI5oea__tabTextBlock{box-sizing:border-box;flex-direction:column;flex:0 0 calc(50% - .25rem);justify-content:flex-start;gap:.5rem;padding:2.5rem;display:flex}@media (max-width:1279px){.styles-module-scss-module__pI5oea__tabTextBlock{padding:1.5rem}}@media (max-width:959px){.styles-module-scss-module__pI5oea__tabTextBlock{flex:none;gap:.75rem;padding:.75rem}}.styles-module-scss-module__pI5oea__tabTitle{color:var(--Text-Primary)}.styles-module-scss-module__pI5oea__tabText{font:var(--p2-regular-comp);color:var(--Text-Secondary);margin:0}.styles-module-scss-module__pI5oea__image{width:100%;max-width:100%;height:auto}.styles-module-scss-module__pI5oea__benefitsContent{flex-direction:column;align-items:center;width:100%;display:flex}.styles-module-scss-module__pI5oea__caption{font:var(--p2-regular-comp);text-align:center;position:absolute}@media (max-width:959px){.styles-module-scss-module__pI5oea__caption{font:var(--p3-regular-comp)}}.styles-module-scss-module__pI5oea__caption.styles-module-scss-module__pI5oea__withBackground{background:var(--Background-Secondary-Elevated);color:var(--Text-Primary);border-radius:1.25rem;padding:1.5rem 2.5rem;top:.5rem;left:.5rem;right:.5rem}@media (max-width:1279px){.styles-module-scss-module__pI5oea__caption.styles-module-scss-module__pI5oea__withBackground{padding:1.5rem}}@media (max-width:959px){.styles-module-scss-module__pI5oea__caption.styles-module-scss-module__pI5oea__withBackground{font:var(--p3-regular-comp);padding:1rem;top:1rem;left:1rem;right:1rem}}.styles-module-scss-module__pI5oea__caption:not(.styles-module-scss-module__pI5oea__withBackground){text-align:center;color:var(--Controls-Alternative);top:2.5rem;left:7.25rem;right:7.25rem}@media (max-width:1279px){.styles-module-scss-module__pI5oea__caption:not(.styles-module-scss-module__pI5oea__withBackground){top:2rem;left:2.88rem;right:2.88rem}}@media (max-width:959px){.styles-module-scss-module__pI5oea__caption:not(.styles-module-scss-module__pI5oea__withBackground){top:1.25rem;left:1.25rem;right:1.25rem}}.styles-module-scss-module__pI5oea__tabContent .styles-module-scss-module__pI5oea__openButton{cursor:pointer;z-index:2;border-radius:50%;padding:1rem;position:absolute;bottom:2rem;right:2rem}@media (max-width:1279px){.styles-module-scss-module__pI5oea__tabContent .styles-module-scss-module__pI5oea__openButton{display:none}}.styles-module-scss-module__pI5oea__backdrop{z-index:110;pointer-events:none;transition:background .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:1279px){.styles-module-scss-module__pI5oea__backdrop{display:none}}.styles-module-scss-module__pI5oea__backdropVisible{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;background-color:var(--Background-Overlay)}.styles-module-scss-module__pI5oea__popup{z-index:110;opacity:0;pointer-events:none;border-radius:2rem;place-items:center;width:100%;height:100%;transition:top .45s cubic-bezier(.4,0,.2,1),left .45s cubic-bezier(.4,0,.2,1),width .45s cubic-bezier(.4,0,.2,1),height .45s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),border-radius .45s cubic-bezier(.4,0,.2,1);display:grid;position:fixed;top:0;left:0;overflow:hidden;transform:scale(.92)}@media (max-width:1279px){.styles-module-scss-module__pI5oea__popup{display:none}}.styles-module-scss-module__pI5oea__popupVisible{--padding-inline:calc(var(--page-padding-inline)*2);--padding-block:3.5rem;opacity:1;border-radius:1.5rem;transform:scale(1);top:var(--padding-block)!important;left:var(--padding-inline)!important;width:calc(100% - var(--padding-inline)*2)!important;height:calc(100% - var(--padding-block)*2)!important}@media (max-width:959px){.styles-module-scss-module__pI5oea__popupVisible{--padding-inline:calc(var(--page-padding-inline));border-radius:1rem}}.styles-module-scss-module__pI5oea__popupVisible .styles-module-scss-module__pI5oea__popupInner{pointer-events:auto}.styles-module-scss-module__pI5oea__popupInner{background:var(--Background-Primary);border-radius:inherit;flex-direction:column;width:100%;height:-moz-fit-content;height:fit-content;display:flex;position:relative;overflow:clip}.styles-module-scss-module__pI5oea__popupInner .styles-module-scss-module__pI5oea__closeButton{cursor:pointer;z-index:10;border-radius:50%;padding:1rem;transition:opacity .3s,transform .3s;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:959px){.styles-module-scss-module__pI5oea__popupInner .styles-module-scss-module__pI5oea__closeButton{top:1rem;right:1rem}}.styles-module-scss-module__pI5oea__popupImageWrapper{width:-moz-fit-content;width:fit-content;height:100%;position:relative;overflow:hidden}.styles-module-scss-module__pI5oea__popupImage{object-fit:contain;object-position:bottom;width:100%;height:100%}.styles-module-scss-module__pI5oea__popupText{background:var(--Background-Secondary-Elevated);border-radius:1.25rem;padding:1.5rem 2.5rem;position:absolute;top:.5rem;left:.5rem;right:.5rem}@media (max-width:1279px){.styles-module-scss-module__pI5oea__popupText{padding:1.5rem}}@media (max-width:959px){.styles-module-scss-module__pI5oea__popupText{padding:1rem;top:1rem;left:1rem;right:1rem}}
.styles-module-scss-module__MPEjWq__title{margin-bottom:2.5rem}.styles-module-scss-module__MPEjWq__text{color:var(--Text-Primary)}@media (max-width:959px){.styles-module-scss-module__MPEjWq__text{color:var(--Text-Secondary)}}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2{grid-template-rows:15rem min-content;grid-template-columns:repeat(8,1fr);grid-auto-rows:min-content;gap:2rem;display:grid}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2{grid-template-rows:15rem 15rem min-content;grid-template-columns:repeat(2,1fr)}}@media (max-width:959px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2{grid-template-rows:repeat(4,min-content);gap:1rem}}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(-n+4){grid-column:span 2}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(-n+4){grid-column:span 1}}@media (max-width:959px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(-n+4){flex-direction:row;grid-column:span 2;align-items:center}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(-n+4) .styles-module-scss-module__MPEjWq__imageArea{padding-top:var(--padding)}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(-n+4) .styles-module-scss-module__MPEjWq__cardContent{padding-right:0}}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(5){grid-column:span 3;height:-moz-fit-content;height:fit-content}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(5){grid-column:span 2}}@media (min-width:960px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(5){flex-direction:row;align-items:center}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(5) .styles-module-scss-module__MPEjWq__imageArea{padding-top:var(--padding)}}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(6){grid-column:span 5;height:-moz-fit-content;height:fit-content}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(6){grid-column:span 2}}@media (min-width:960px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(6){flex-direction:row;align-items:center}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_4_2 .styles-module-scss-module__MPEjWq__card:nth-child(6) .styles-module-scss-module__MPEjWq__imageArea{padding-top:var(--padding)}}@media (min-width:1280px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2{grid-template-columns:repeat(6,1fr);gap:2rem;display:grid}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(-n+3){grid-column:span 2}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(4),.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(5){flex-direction:row;grid-column:span 3;align-items:center}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(4) .styles-module-scss-module__MPEjWq__imageArea,.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(5) .styles-module-scss-module__MPEjWq__imageArea{padding-top:var(--padding)}}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(3){flex-direction:row;grid-column:span 2;align-items:center}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(3) .styles-module-scss-module__MPEjWq__imageArea{padding-top:var(--padding)}}@media (max-width:767px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2{grid-template-columns:1fr;gap:1rem}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card:nth-child(3){grid-column:span 1}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card{flex-direction:row;align-items:center}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card .styles-module-scss-module__MPEjWq__imageArea{padding-top:var(--padding);padding-left:0}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_2 .styles-module-scss-module__MPEjWq__card .styles-module-scss-module__MPEjWq__cardContent{padding-right:0}}.styles-module-scss-module__MPEjWq__card{--padding:2rem;box-sizing:border-box;background:linear-gradient(223deg,rgba(255,255,255,.95) 49.98%,rgba(255,255,255,.76) 92.2%);border-radius:2rem;flex-direction:column;justify-content:space-between;max-height:100%;display:flex;overflow:hidden}@media (max-width:959px){.styles-module-scss-module__MPEjWq__card{--padding:1.5rem}}.styles-module-scss-module__MPEjWq__primary .styles-module-scss-module__MPEjWq__card{border:1px solid var(--Background-Stroke,rgba(188,195,208,.5))}@media (min-width:1280px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3{--l-size:35.85%;flex-wrap:wrap;gap:2rem;width:100%;margin:0 auto;display:flex}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3 .styles-module-scss-module__MPEjWq__card{width:calc((100% - 4rem - var(--l-size))/2)}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3 .styles-module-scss-module__MPEjWq__card:nth-child(6n+1),.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3 .styles-module-scss-module__MPEjWq__card:nth-child(6n){width:var(--l-size);max-width:var(--l-size)}}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3{grid-template-columns:1fr 1fr;grid-auto-rows:min-content;gap:2rem;display:grid}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3 .styles-module-scss-module__MPEjWq__card{height:min-content;min-height:auto}}@media (max-width:959px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__rows_3_3{grid-template-columns:1fr;gap:1rem;display:grid}}@media (min-width:1280px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1{grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;gap:2rem;display:grid}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:first-child{grid-area:1/1/3;height:-moz-fit-content;height:fit-content}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:nth-child(2){grid-area:1/2}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:nth-child(3){grid-area:1/3}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:nth-child(4){grid-area:2/2/auto/4}}@media (max-width:1279px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1{grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;gap:2rem;display:grid}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:first-child,.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:nth-child(4){grid-column:span 2}}@media (max-width:959px){.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1{grid-template-columns:1fr;gap:1rem}.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:first-child,.styles-module-scss-module__MPEjWq__grid.styles-module-scss-module__MPEjWq__col_1_rows_2_1 .styles-module-scss-module__MPEjWq__card:nth-child(4){grid-column:span 1}}.styles-module-scss-module__MPEjWq__cardContent{padding:var(--padding);flex-direction:column;row-gap:1rem;display:flex}.styles-module-scss-module__MPEjWq__imageArea{padding:0 0 var(--padding)var(--padding);justify-content:flex-end;display:flex}@media (max-width:959px){.styles-module-scss-module__MPEjWq__imageArea{padding-left:0}}.styles-module-scss-module__MPEjWq__image{flex-shrink:0;width:auto;max-height:4.5rem}.styles-module-scss-module__MPEjWq__list{flex-direction:column;row-gap:.5rem;display:flex}.styles-module-scss-module__MPEjWq__listItem{padding-left:1.25rem;position:relative}.styles-module-scss-module__MPEjWq__listItem:before{content:"";background:var(--Icons-Tertiary);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.5rem;left:0}
