/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.section-hero{background:var(--background-color);padding:var(--padding-top) 0 var(--padding-bottom);overflow:hidden}.section-hero.padding-top-default{--padding-top:60px}@media screen and (max-width:768px){.section-hero.padding-top-default{--padding-top:24px}}.section-hero.padding-bottom-default{--padding-bottom:60px}@media screen and (max-width:768px){.section-hero.padding-bottom-default{--padding-bottom:40px}}.section-hero.padding-top-none .section-hero__content{padding-top:48px}@media screen and (max-width:768px){.section-hero.padding-top-none .section-hero__content{padding-top:24px}}@media screen and (max-width:1024px){.section-hero.hide-image-on-mobile .section-hero__media{display:none}}.section-hero.theme-color-default{--title-secondary:var(--black)}.section-hero.theme-color-blue-gradient .section-hero__media{display:flex;align-items:center}.section-hero.theme-color-blue-gradient .section-hero__media picture{position:relative;z-index:2}.section-hero.theme-color-blue-gradient .section-hero__media::before{width:470px;height:324px;background:linear-gradient(90deg,var(--purple-300) 0.19%,rgba(6,182,212,0) 87.7%);content:"";display:block;position:absolute;right:-200px;z-index:1}@media screen and (max-width:1024px){.section-hero.theme-color-blue-gradient .section-hero__media::before{display:none}}.section-hero.theme-color-blue-gray-50-gradient .bg-image,.section-hero.theme-color-blue-white-gradient .bg-image{right:-397px;top:0;width:902px;height:422px}.section-hero.section-hero--with-video .bg-image{width:633.71px;height:279.003px;top:34px;right:-45px;opacity:1}.section-hero.theme-color-purple-100{--title-main:var(--purple-400);--body:var(--purple-400);--page-label:var(--purple-400)}.section-hero::before{z-index:9}.section-hero_nav{padding-top:24px}.section-hero_logos{padding-bottom:100px;z-index:1}@media screen and (max-width:768px){.section-hero_logos{padding-bottom:60px}}@media screen and (max-width:576px){.section-hero_logos--hide-mobile .section-hero__logos{display:none}}.section-hero .container{display:flex;gap:24px 0;position:relative}.section-hero .container:has(.section-hero__logos)::after{position:absolute;top:-50px;left:calc(-50vw + 80px);width:50vw;height:calc(100% + 100px);content:"";background:var(--background-color);display:block;z-index:7}@media screen and (max-width:1441px){.section-hero .container:has(.section-hero__logos)::after{left:calc(-50vw + 50px)}}@media screen and (max-width:1280px){.section-hero .container:has(.section-hero__logos)::after{left:calc(-50vw + 18px)}}@media screen and (max-width:1024px){.section-hero .container:has(.section-hero__logos)::after{left:calc(-50vw + 16px)}}.section-hero__nav{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px;position:relative;z-index:5}@media screen and (max-width:768px){.section-hero__nav{flex-direction:column-reverse}}@media screen and (max-width:576px){.section-hero__nav{margin-bottom:8px}}@media screen and (max-width:768px){.section-hero__nav.is-breadcrumbs .hero-nav{margin-left:0}}.section-hero__nav.is-breadcrumbs .hero-nav li{display:flex;gap:16px;align-items:center;margin-right:16px}.section-hero__nav.is-breadcrumbs .hero-nav li::after{content:"";display:inline-block;width:8px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMUw2LjcxNzM1IDYuNzE3MzNDNi43OTIwMiA2Ljc5MiA2LjgzNDY3IDYuODkzMzMgNi44MzQ2NyA3QzYuODM0NjcgNy4xMDY2NyA2Ljc5MjAyIDcuMjA4IDYuNzE3MzUgNy4yODI2N0wxIDEzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") no-repeat center;background-size:contain}.section-hero__nav.is-breadcrumbs .hero-nav li:last-child::after{display:none}.section-hero__nav.is-breadcrumbs .hero-nav a{padding:0}.section-hero .hero-nav{display:flex;list-style:none;padding:0;margin:0}@media screen and (max-width:768px){.section-hero .hero-nav{margin-left:-12px}}.section-hero .hero-nav li{margin:0;padding:0}.section-hero .hero-nav li.active a{color:var(--link-color-hover)}.section-hero .hero-nav a{font-weight:300;font-family:var(--font-secondary)}.section-hero .hero-nav a,.section-hero .hero-nav a--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.section-hero .hero-nav a--bold{font-weight:500}@media screen and (max-width:1024px){.section-hero .hero-nav a,.section-hero .hero-nav a--bold{line-height:130%}}@media screen and (max-width:576px){.section-hero .hero-nav a,.section-hero .hero-nav a--bold{font-size:.875rem;line-height:125%}}.section-hero .hero-nav a{color:var(--link-color);transition:all .3s;padding:8px 12px;text-decoration:none;display:flex;font-weight:400}.section-hero .hero-nav a:hover{color:var(--link-color-hover)}.section-hero__content{width:100%;display:flex;flex-direction:column;justify-content:center;gap:24px;position:relative;z-index:99}.section-hero__content:has(+.section-hero__media){width:calc(100% - 620px);padding-right:40px}@media screen and (max-width:1441px){.section-hero__content:has(+.section-hero__media){width:calc(100% - 520px)}}@media screen and (max-width:1024px){.section-hero__content:has(+.section-hero__media){width:100%;padding-right:0;gap:16px}}.section-hero__content *{margin:0}.section-hero__content p,.section-hero__content li{font-weight:300;font-family:var(--font-secondary)}.section-hero__content p,.section-hero__content p--bold,.section-hero__content li,.section-hero__content li--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.section-hero__content p--bold,.section-hero__content li--bold{font-weight:400}@media screen and (max-width:1024px){.section-hero__content p,.section-hero__content p--bold,.section-hero__content li,.section-hero__content li--bold{line-height:130%}}@media screen and (max-width:576px){.section-hero__content p,.section-hero__content p--bold,.section-hero__content li,.section-hero__content li--bold{font-size:1.125rem;line-height:110%}}.section-hero .section-hero__eyebrow,.section-hero .section-hero__label{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary);color:var(--page-label)}@media screen and (max-width:576px){.section-hero .section-hero__eyebrow,.section-hero .section-hero__label{font-size:.875rem}}.section-hero__description{max-width:1000px;display:flex;gap:24px;flex-direction:column}@media screen and (max-width:1024px){.section-hero__description{gap:16px}}.section-hero__media{width:620px;position:relative;z-index:5}@media screen and (max-width:1441px){.section-hero__media{width:520px}}@media screen and (max-width:1024px){.section-hero__media{width:100%;order:3;display:flex;justify-content:center}}.section-hero__media--top{align-self:flex-start}.section-hero__media--center{align-self:center}.section-hero__media--bottom{align-self:flex-end}.section-hero__media--bottom::after{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;pointer-events:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background:linear-gradient(180deg,rgba(128,108,240,0) 65%,var(--purple-300) 100%)}.section-hero__media--bottom-of-section{align-self:flex-end;margin-bottom:calc(-1*var(--padding-bottom))}.section-hero__media--bottom-of-section:has(+.section-hero__logos){margin-bottom:0}.section-hero__media object{width:100%;height:auto;opacity:0;position:absolute;top:0;transition:all .3s}.section-hero__media object.active{opacity:1}.section-hero__media picture{display:block;width:100%;height:auto;max-width:620px;opacity:1;transition:opacity .3s ease-out}.section-hero__media picture.hidden{opacity:0;visibility:hidden;pointer-events:none}.section-hero__media picture img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.section-hero__media .video-wrapper{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:16px}.section-hero__media iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media screen and (max-width:576px){.section-hero__media--hide-mobile{display:none}}.section-hero__logos{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:16px;position:relative;z-index:5}@media screen and (max-width:1024px){.section-hero__logos{order:2;margin-top:0}}.section-hero__logos__slider{width:100%;display:flex;justify-content:center}.section-hero__logos .splide__list{justify-content:center}@media screen and (max-width:1024px){.section-hero__logos .splide__list{justify-content:left}}@media screen and (min-width:1281px){.section-hero__logos .splide:not(.is-overflow) .splide__list{margin-right:-80px !important}}.section-hero__logos article{display:flex;align-items:center}.section-hero__logos svg{max-width:100%;max-height:100%}.section-hero__logos p{text-align:center;margin:0}@media screen and (max-width:1024px){.section-hero__logos p{text-align:left}}.section-hero.logos-type-title-inline .section-hero__logos{flex-direction:row;gap:40px;margin-top:66px}@media screen and (max-width:1024px){.section-hero.logos-type-title-inline .section-hero__logos{margin-top:0;flex-direction:column;align-items:center;gap:20px}}@media screen and (min-width:1025px){.section-hero.logos-type-title-inline .section-hero__logos__heading{width:301px}}.section-hero.logos-type-title-inline .section-hero__logos__heading *{text-align:left}.section-hero.logos-type-title-inline .section-hero__logos__slider{width:calc(100% - 341px);justify-content:left}@media screen and (max-width:1441px){.section-hero.logos-type-title-inline .section-hero__logos__slider{width:100%;justify-content:center}}.section-hero.logos-type-title-inline .section-hero__logos .splide__track{overflow:hidden}@media screen and (max-width:1024px){.section-hero.logos-type-title-inline .section-hero__logos .splide__track{overflow:unset}}.section-hero.logos-type-title-inline .section-hero__logos .splide__list{justify-content:left;margin-right:0 !important}.section-hero.logos-type-title-inline .section-hero__logos .splide__slide img,.section-hero.logos-type-title-inline .section-hero__logos .splide__slide svg{max-width:120px}.section-hero .bg-image{position:absolute;top:37px;right:-1074px;width:1317px;z-index:0;height:auto;opacity:.5}.section-hero .bg-image img,.section-hero .bg-image svg,.section-hero .bg-image picture,.section-hero .bg-image article{width:100%;height:auto}@media screen and (max-width:1024px){.section-hero .bg-image{display:none}}.section-hero .splide{width:100%}@media screen and (max-width:768px){.section-hero .splide__track{overflow:unset}}.section-hero .splide__slide{display:flex;align-items:center}.section-hero .splide__slide picture{display:flex}.section-hero .splide__slide img{width:100%;max-height:30px;-o-object-fit:contain;object-fit:contain}.section-hero .is-overflow .splide__list{justify-content:left}.section-hero.show-underline h1 span:not(.mobile-block),.section-hero.show-underline .h1 span:not(.mobile-block){--circle-size:9px;--circle-half-size:calc(var(--circle-size) / 2);--line-end:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Ccircle cx='4.5' cy='4.5' r='4' stroke='%23806CF0'/%3E%3Ccircle cx='4.5' cy='4.5' r='1.5' fill='%23806CF0'/%3E%3C/svg%3E");color:var(--text-selected);display:inline;background-image:var(--line-end),linear-gradient(to right,var(--text-selected),var(--text-selected)),var(--line-end);background-repeat:no-repeat;background-position:0 100%,var(--circle-half-size) calc(100% - var(--circle-half-size)),100% 100%;background-size:var(--circle-size),calc(100% - var(--circle-size)) 1px,var(--circle-size);padding-bottom:3px;padding-left:var(--circle-size);margin-left:calc(-1*var(--circle-size));padding-right:var(--circle-size);margin-right:calc(-1*var(--circle-size));white-space:nowrap}@media screen and (max-width:1024px){.section-hero.show-underline h1 span:not(.mobile-block),.section-hero.show-underline .h1 span:not(.mobile-block){padding-left:0;margin-left:0}}@media screen and (max-width:576px){.section-hero.show-underline h1 span:not(.mobile-block),.section-hero.show-underline .h1 span:not(.mobile-block){white-space:normal}}.section-hero.show-block-span h1 span:not(.mobile-block,.highlight),.section-hero.show-block-span .h1 span:not(.mobile-block,.highlight){display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-hero.remove-red-span h1 span:not(.mobile-block,.highlight),.section-hero.remove-red-span .h1 span:not(.mobile-block,.highlight){color:var(--title-main)}.section-hero h1 .highlight,.section-hero .h1 .highlight{display:inline;font-family:"Caveat",cursive !important;font-size:1em;font-weight:400;font-style:italic;color:var(--black);line-height:inherit}.section-hero h1 span.mobile-block,.section-hero .h1 span.mobile-block{color:var(--title-main)}@media screen and (max-width:576px){.section-hero h1 span.mobile-block,.section-hero .h1 span.mobile-block{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.hero-type-no-media .section-hero__content{width:100%;padding-right:0}.hero-type-no-media .section-hero__media{display:none}.hero-type-full-width .section-hero__media,.hero-type-full-width .section-hero__content{width:100%}.hero-type-full-width .section-hero__media picture{max-width:100%}.hero-type-full-width .section-hero__media picture img{border-radius:16px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.hero-type-full-width .section-hero__media.section-hero__media--bottom-of-section::after{content:"";display:block;position:absolute;border-radius:16px;width:100%;height:120px;bottom:0;left:0;background:linear-gradient(to bottom,transparent,var(--media-mask-color))}.hero-type-full-width .section-hero__media--multi-image picture:not(:first-child){display:none}@media screen and (max-width:1024px){.hero-type-full-width .section-hero__media--multi-image picture:first-child{display:none}.hero-type-full-width .section-hero__media--multi-image picture:nth-child(2){display:block}}.hero-type-image-with-background .section-hero__media{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}.hero-type-image-with-background .section-hero__media picture,.hero-type-image-with-background .section-hero__media svg{width:calc(100% + 80px);margin-right:-80px;max-width:none;position:relative;z-index:3}@media screen and (max-width:1024px){.hero-type-image-with-background .section-hero__media picture,.hero-type-image-with-background .section-hero__media svg{border-radius:16px;width:100%;margin-right:0}}@media screen and (max-width:1024px){.hero-type-image-with-background .section-hero__media img{border-radius:16px}}
.card-resources-center,.card-resources{--body:var(--card-body);--title-main:var(--card-title-main);--card-padding:24px;--card-time-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M8.5 15.1969V2.81643C8.5 2.81643 6.75777 0.875097 0.86977 0.796875C0.770214 0.796875 0.677773 0.832426 0.606662 0.903537C0.535551 0.974648 0.5 1.06711 0.5 1.16667V12.8146C0.5 13.0138 0.656444 13.1773 0.855556 13.1844C6.75067 13.2627 8.5 15.204 8.5 15.204' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.36643 7.41784C5.15754 7.01251 3.89887 6.75651 2.62598 6.66406' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.36643 10.3964C5.15754 9.99102 3.89887 9.73502 2.62598 9.64258' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6338 7.41784C11.8427 7.01251 13.1014 6.75651 14.3742 6.66406' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6338 10.3964C11.8427 9.99102 13.1014 9.73502 14.3742 9.64258' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 15.1969V2.81643C8.5 2.81643 10.2422 0.875097 16.1302 0.796875C16.2298 0.796875 16.3222 0.832426 16.3933 0.903537C16.4644 0.974648 16.5 1.06711 16.5 1.16667V12.8146C16.5 13.0138 16.3436 13.1773 16.1444 13.1844C10.2493 13.2627 8.5 15.204 8.5 15.204' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--card-location-icon:url("data:image/svg+xml,%0A%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 8.75C15.5 12.97 12.57 15.4 10.37 17.75C9.05001 19.16 8 23.75 8 23.75C8 23.75 6.95 19.16 5.64 17.76C3.44 15.41 0.5 12.98 0.5 8.75C0.5 4.52 3.86 1.25 8 1.25C12.14 1.25 15.5 4.61 15.5 8.75Z' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 11.75C9.66 11.75 11 10.41 11 8.75C11 7.09 9.66 5.75 8 5.75C6.34 5.75 5 7.09 5 8.75C5 10.41 6.34 11.75 8 11.75Z' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--card-video-icon:url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.6339%2015.8599H6.36719L6.90052%2012.7878H10.1005L10.6339%2015.8599Z%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M4.76758%2015.8601H12.2342%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M0.5%202.63333C0.5%201.45289%201.45289%200.5%202.63333%200.5H14.3667C15.5471%200.5%2016.5%201.45289%2016.5%202.63333V10.6546C16.5%2011.835%2015.5471%2012.7879%2014.3667%2012.7879H2.63333C1.45289%2012.7879%200.5%2011.835%200.5%2010.6546V2.63333Z%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M5.83398%208.81291V4.47515C5.83398%204.29026%205.94065%204.11959%206.10421%204.02714C6.27488%203.9347%206.47397%203.94181%206.64464%204.02714L10.4064%206.19607C10.57%206.28851%2010.6624%206.45206%2010.6624%206.63695C10.6624%206.82184%2010.5629%206.98539%2010.4064%207.07784L6.64464%209.24667C6.48108%209.33912%206.27488%209.34623%206.10421%209.24667C5.93354%209.15423%205.83398%208.98356%205.83398%208.79867V8.81291Z%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");--teaser-right:-90px;--teaser-bottom:-71px;--teaser-width:385px;--teaser-width-event:311px;--teaser-right-event:-160px;--teaser-bottom-event:21px;--lines-number:7;--label-background:var(--purple-100);background:var(--card-bg-color);padding:var(--card-padding);border-radius:16px;position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;height:100%;width:100%;overflow:hidden;container-name:card-resources-center;container-type:inline-size}.card-resources-center .teaser,.card-resources .teaser{width:100%;position:absolute;bottom:0;right:0}@media screen and (max-width:768px){.card-resources-center .teaser,.card-resources .teaser{display:none}}.card-resources-center .teaser__image,.card-resources .teaser__image{position:absolute;overflow:hidden;width:var(--teaser-width);aspect-ratio:1;right:var(--teaser-right);bottom:var(--teaser-bottom);border-radius:50%;transition:all .3s}.card-resources-center .teaser__logo,.card-resources .teaser__logo{--teaser-logo-bottom:96px;position:absolute;right:0;bottom:var(--teaser-logo-bottom);display:flex;width:210px;height:50px;padding:13px 11px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:8px 0 0 8px;background:var(--card-bg-color);transition:bottom .3s}.card-resources-center .teaser__logo *,.card-resources .teaser__logo *{height:100%}.card-resources-center .teaser__logo img,.card-resources-center .teaser__logo svg,.card-resources-center .teaser__logo picture,.card-resources .teaser__logo img,.card-resources .teaser__logo svg,.card-resources .teaser__logo picture{width:auto;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}.card-resources-center__logo,.card-resources__logo{height:80px;display:flex;justify-content:flex-start;align-items:center;width:100%}.card-resources-center__logo *,.card-resources__logo *{height:100%}.card-resources-center__logo img,.card-resources-center__logo svg,.card-resources-center__logo picture,.card-resources__logo img,.card-resources__logo svg,.card-resources__logo picture{width:auto;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}.card-resources-center__teaser,.card-resources__teaser{height:319px;position:absolute;z-index:5}.card-resources-center__teaser--empty .teaser__image,.card-resources__teaser--empty .teaser__image{background-image:url(/themes/custom/conga/images/resource-card-empty-bg.svg);background-size:contain;background-position:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0)}.card-resources-center__teaser img,.card-resources-center__teaser svg,.card-resources-center__teaser picture,.card-resources__teaser img,.card-resources__teaser svg,.card-resources__teaser picture{width:auto;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block}@media screen and (max-width:768px){.card-resources-center__wrapper,.card-resources__wrapper{padding-bottom:0 !important}}.card-resources-center:hover .card-resources-center__teaser,.card-resources:hover .card-resources-center__teaser{--teaser-right:-30px;--teaser-bottom:24px;--teaser-width:220px}.card-resources-center:hover .card-resources-center__button,.card-resources:hover .card-resources-center__button{opacity:1}@media screen and (max-width:768px){.card-resources-center:hover .card-resources-center__button,.card-resources:hover .card-resources-center__button{display:none}}.card-resources-center:hover .teaser__logo,.card-resources:hover .teaser__logo{--teaser-logo-bottom:158px}.card-resources-center__link,.card-resources__link{position:absolute;inset:0;z-index:200;opacity:0}.card-resources-center__wrapper,.card-resources__wrapper{display:flex;padding-bottom:62px;flex-direction:column;align-items:flex-start;gap:16px;z-index:20;width:100%}.card-resources-center__labels,.card-resources__labels{width:100%}.card-resources-center__button,.card-resources__button{position:absolute;bottom:24px;left:24px;opacity:0;z-index:2;transition:opacity .3s ease-in-out}.card-resources-center__title,.card-resources__title{width:calc(100% - 291px);color:var(--card-title-main)}.card-resources-center__content,.card-resources__content{display:flex;flex-direction:column;gap:16px;width:calc(100% - 291px)}.card-resources-center__description,.card-resources__description{font-weight:300;font-family:var(--font-secondary)}.card-resources-center__description h1,.card-resources-center__description h2,.card-resources-center__description h3,.card-resources-center__description h4,.card-resources-center__description h5,.card-resources__description h1,.card-resources__description h2,.card-resources__description h3,.card-resources__description h4,.card-resources__description h5{font-weight:300;font-family:var(--font-secondary)}.card-resources-center__description h1,.card-resources-center__description h1--bold,.card-resources-center__description h2,.card-resources-center__description h2--bold,.card-resources-center__description h3,.card-resources-center__description h3--bold,.card-resources-center__description h4,.card-resources-center__description h4--bold,.card-resources-center__description h5,.card-resources-center__description h5--bold,.card-resources__description h1,.card-resources__description h1--bold,.card-resources__description h2,.card-resources__description h2--bold,.card-resources__description h3,.card-resources__description h3--bold,.card-resources__description h4,.card-resources__description h4--bold,.card-resources__description h5,.card-resources__description h5--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.card-resources-center__description h1--bold,.card-resources-center__description h2--bold,.card-resources-center__description h3--bold,.card-resources-center__description h4--bold,.card-resources-center__description h5--bold,.card-resources__description h1--bold,.card-resources__description h2--bold,.card-resources__description h3--bold,.card-resources__description h4--bold,.card-resources__description h5--bold{font-weight:500}@media screen and (max-width:1024px){.card-resources-center__description h1,.card-resources-center__description h1--bold,.card-resources-center__description h2,.card-resources-center__description h2--bold,.card-resources-center__description h3,.card-resources-center__description h3--bold,.card-resources-center__description h4,.card-resources-center__description h4--bold,.card-resources-center__description h5,.card-resources-center__description h5--bold,.card-resources__description h1,.card-resources__description h1--bold,.card-resources__description h2,.card-resources__description h2--bold,.card-resources__description h3,.card-resources__description h3--bold,.card-resources__description h4,.card-resources__description h4--bold,.card-resources__description h5,.card-resources__description h5--bold{line-height:130%}}@media screen and (max-width:576px){.card-resources-center__description h1,.card-resources-center__description h1--bold,.card-resources-center__description h2,.card-resources-center__description h2--bold,.card-resources-center__description h3,.card-resources-center__description h3--bold,.card-resources-center__description h4,.card-resources-center__description h4--bold,.card-resources-center__description h5,.card-resources-center__description h5--bold,.card-resources__description h1,.card-resources__description h1--bold,.card-resources__description h2,.card-resources__description h2--bold,.card-resources__description h3,.card-resources__description h3--bold,.card-resources__description h4,.card-resources__description h4--bold,.card-resources__description h5,.card-resources__description h5--bold{font-size:.875rem;line-height:125%}}.card-resources-center__description h1 *,.card-resources-center__description h2 *,.card-resources-center__description h3 *,.card-resources-center__description h4 *,.card-resources-center__description h5 *,.card-resources__description h1 *,.card-resources__description h2 *,.card-resources__description h3 *,.card-resources__description h4 *,.card-resources__description h5 *{font-size:inherit;line-height:inherit;color:inherit;font-weight:inherit}.card-resources-center__description,.card-resources-center__description--bold,.card-resources__description,.card-resources__description--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.card-resources-center__description--bold,.card-resources__description--bold{font-weight:500}@media screen and (max-width:1024px){.card-resources-center__description,.card-resources-center__description--bold,.card-resources__description,.card-resources__description--bold{line-height:130%}}@media screen and (max-width:576px){.card-resources-center__description,.card-resources-center__description--bold,.card-resources__description,.card-resources__description--bold{font-size:.875rem;line-height:125%}}.card-resources-center__description *,.card-resources__description *{margin:0}.card-resources-center__description p+p,.card-resources-center__description p+table,.card-resources-center__description table+p,.card-resources-center__description ul+table,.card-resources-center__description table+ul,.card-resources-center__description ol+table,.card-resources-center__description table+ol,.card-resources-center__description p+ul,.card-resources-center__description ul+p,.card-resources__description p+p,.card-resources__description p+table,.card-resources__description table+p,.card-resources__description ul+table,.card-resources__description table+ul,.card-resources__description ol+table,.card-resources__description table+ol,.card-resources__description p+ul,.card-resources__description ul+p{margin-top:8px}.card-resources-center__description p,.card-resources-center__description a,.card-resources-center__description li,.card-resources__description p,.card-resources__description a,.card-resources__description li{color:var(--body);font-weight:300;font-family:var(--font-secondary)}.card-resources-center__description p,.card-resources-center__description p--bold,.card-resources-center__description a,.card-resources-center__description a--bold,.card-resources-center__description li,.card-resources-center__description li--bold,.card-resources__description p,.card-resources__description p--bold,.card-resources__description a,.card-resources__description a--bold,.card-resources__description li,.card-resources__description li--bold{font-size:1rem;letter-spacing:.16px;line-height:125%;text-align:left;color:var(--body)}.card-resources-center__description p--bold,.card-resources-center__description a--bold,.card-resources-center__description li--bold,.card-resources__description p--bold,.card-resources__description a--bold,.card-resources__description li--bold{font-weight:500}@media screen and (max-width:1024px){.card-resources-center__description p,.card-resources-center__description p--bold,.card-resources-center__description a,.card-resources-center__description a--bold,.card-resources-center__description li,.card-resources-center__description li--bold,.card-resources__description p,.card-resources__description p--bold,.card-resources__description a,.card-resources__description a--bold,.card-resources__description li,.card-resources__description li--bold{line-height:130%}}@media screen and (max-width:576px){.card-resources-center__description p,.card-resources-center__description p--bold,.card-resources-center__description a,.card-resources-center__description a--bold,.card-resources-center__description li,.card-resources-center__description li--bold,.card-resources__description p,.card-resources__description p--bold,.card-resources__description a,.card-resources__description a--bold,.card-resources__description li,.card-resources__description li--bold{font-size:.875rem;line-height:125%}}.card-resources-center__description a,.card-resources__description a{font-weight:400}.card-resources-center__description ul,.card-resources-center__description ol,.card-resources__description ul,.card-resources__description ol{padding:0;display:flex;flex-direction:column;gap:8px;list-style:none;margin:1rem 0}.card-resources-center__description li,.card-resources__description li{padding-left:24px;position:relative}.card-resources-center__description li::before,.card-resources__description li::before{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--purple-300);position:absolute;top:.5em;left:8px}.card-resources-center__description li strong,.card-resources__description li strong{margin-bottom:16px;display:inline-block}@supports(-webkit-line-clamp:1){.card-resources-center__description,.card-resources__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--lines-number);overflow:hidden}}@supports not (-webkit-line-clamp:1){.card-resources-center__description,.card-resources__description{overflow:hidden;display:block;line-height:1.4em;max-height:calc(1.4em*var(--lines-number));position:relative;white-space:pre-wrap;text-align:left}.card-resources-center__description::after,.card-resources__description::after{content:"...";position:absolute;bottom:0;right:0;color:inherit;background:var(--card-bg-color);padding-left:.25em}}@media screen and (max-width:576px){.card-resources-center__description,.card-resources__description{display:none}}.card-resources-center__info,.card-resources__info{display:flex;flex-direction:row;justify-content:flex-start;gap:8px}.card-resources-center__date,.card-resources-center__time,.card-resources-center__location,.card-resources__date,.card-resources__time,.card-resources__location{display:flex;flex-direction:row;align-items:center;gap:8px;font-weight:400;font-family:var(--font-secondary)}.card-resources-center__date,.card-resources-center__date--bold,.card-resources-center__time,.card-resources-center__time--bold,.card-resources-center__location,.card-resources-center__location--bold,.card-resources__date,.card-resources__date--bold,.card-resources__time,.card-resources__time--bold,.card-resources__location,.card-resources__location--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.card-resources-center__date--bold,.card-resources-center__time--bold,.card-resources-center__location--bold,.card-resources__date--bold,.card-resources__time--bold,.card-resources__location--bold{font-weight:500}@media screen and (max-width:1024px){.card-resources-center__date,.card-resources-center__date--bold,.card-resources-center__time,.card-resources-center__time--bold,.card-resources-center__location,.card-resources-center__location--bold,.card-resources__date,.card-resources__date--bold,.card-resources__time,.card-resources__time--bold,.card-resources__location,.card-resources__location--bold{line-height:130%}}@media screen and (max-width:576px){.card-resources-center__date,.card-resources-center__date--bold,.card-resources-center__time,.card-resources-center__time--bold,.card-resources-center__location,.card-resources-center__location--bold,.card-resources__date,.card-resources__date--bold,.card-resources__time,.card-resources__time--bold,.card-resources__location,.card-resources__location--bold{font-size:.75rem;line-height:125%}}.card-resources-center__date:has(+.card-resources-center__time)::after,.card-resources__date:has(+.card-resources-center__time)::after{content:"";display:block;width:4px;height:4px;background:currentcolor;border-radius:50%}.card-resources-center__time::before,.card-resources-center__location::before,.card-resources__time::before,.card-resources__location::before{content:"";display:block;background-image:var(--card-time-icon);background-repeat:no-repeat;background-position:center;background-size:contain;width:16px;height:15px;position:relative}.card-resources-center__location,.card-resources__location{width:100%}.card-resources-center__location *,.card-resources__location *{margin:0}.card-resources-center__location br,.card-resources__location br{content:""}.card-resources-center__location br::after,.card-resources__location br::after{content:", "}.card-resources-center__location .address,.card-resources__location .address{width:100%}.card-resources-center__location .address,.card-resources-center__location .locality,.card-resources-center__location .country,.card-resources__location .address,.card-resources__location .locality,.card-resources__location .country{font-size:inherit}.card-resources-center__location::before,.card-resources__location::before{background-image:var(--card-location-icon);align-self:flex-start;height:22px}.card-resources-center--video,.card-resources-center--event-sponsored,.card-resources-center--event-overview,.card-resources--video,.card-resources--event-sponsored,.card-resources--event-overview{--card-time-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M10.6334 16.1804H6.3667L6.90003 13.1084H10.1L10.6334 16.1804Z' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.7666 16.1807H12.2333' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.5 2.95365C0.5 1.7732 1.45289 0.820312 2.63333 0.820312H14.3667C15.5471 0.820312 16.5 1.7732 16.5 2.95365V10.9749C16.5 12.1554 15.5471 13.1082 14.3667 13.1082H2.63333C1.45289 13.1082 0.5 12.1554 0.5 10.9749V2.95365Z' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 9.13273V4.79497C5.8335 4.61008 5.94017 4.43941 6.10372 4.34697C6.27439 4.25452 6.47348 4.26163 6.64415 4.34697L10.4059 6.51589C10.5695 6.60833 10.6619 6.77189 10.6619 6.95678C10.6619 7.14166 10.5624 7.30522 10.4059 7.39766L6.64415 9.5665C6.4806 9.65894 6.27439 9.66605 6.10372 9.5665C5.93306 9.47405 5.8335 9.30338 5.8335 9.11849V9.13273Z' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.card-resources-center--video .card-resources-center__teaser,.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--video .card-resources-center__teaser,.card-resources--event-sponsored .card-resources-center__teaser,.card-resources--event-overview .card-resources-center__teaser{--play-bottom:119px;--play-right:94px}.card-resources-center--video .card-resources-center__teaser::after,.card-resources-center--event-sponsored .card-resources-center__teaser::after,.card-resources-center--event-overview .card-resources-center__teaser::after,.card-resources--video .card-resources-center__teaser::after,.card-resources--event-sponsored .card-resources-center__teaser::after,.card-resources--event-overview .card-resources-center__teaser::after{content:"";background:url("/themes/custom/conga/assets/images/video.svg");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;width:60px;height:60px;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--video:hover .card-resources-center__teaser,.card-resources-center--event-sponsored:hover .card-resources-center__teaser,.card-resources-center--event-overview:hover .card-resources-center__teaser,.card-resources--video:hover .card-resources-center__teaser,.card-resources--event-sponsored:hover .card-resources-center__teaser,.card-resources--event-overview:hover .card-resources-center__teaser{--play-bottom:104px;--play-right:50px}.card-resources-center--video:hover .card-resources-center__teaser::after,.card-resources-center--event-sponsored:hover .card-resources-center__teaser::after,.card-resources-center--event-overview:hover .card-resources-center__teaser::after,.card-resources--video:hover .card-resources-center__teaser::after,.card-resources--event-sponsored:hover .card-resources-center__teaser::after,.card-resources--event-overview:hover .card-resources-center__teaser::after{transition:all .3s ease-in-out}.card-resources-center--video .teaser .teaser__image img,.card-resources--video .teaser .teaser__image img{-o-object-fit:cover;object-fit:cover}.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--event-sponsored .card-resources-center__content,.card-resources--event-overview .card-resources-center__content{width:calc(100% - 170px)}.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--event-sponsored .card-resources-center__teaser,.card-resources--event-overview .card-resources-center__teaser{--play-bottom:150px;--play-right:23px}.card-resources-center--webinar .card-resources-center__time::before,.card-resources--webinar .card-resources-center__time::before{content:"";background-image:var(--card-video-icon)}.card-resources-center--webinar .card-resources-center__title,.card-resources--webinar .card-resources-center__title{width:60%;padding-right:13px}.card-resources-center--webinar .teaser.webinar-video,.card-resources--webinar .teaser.webinar-video{--play-bottom:119px;--play-right:94px}.card-resources-center--webinar .teaser.webinar-video::after,.card-resources--webinar .teaser.webinar-video::after{content:"";background-color:var(--purple-300);background:url("/themes/custom/conga/assets/images/video.svg");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;width:60px;height:60px;border-radius:50%;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--guide .teaser.card-resources-center__teaser--empty::after,.card-resources--guide .teaser.card-resources-center__teaser--empty::after{content:"";background-color:var(--purple-300);background:url("/themes/custom/conga/assets/images/download-icon.svg");background-repeat:no-repeat;background-position:center;background-size:32px;position:absolute;width:60px;height:60px;border-radius:50%;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--blog .teaser.card-resources-center__teaser--empty::after,.card-resources--blog .teaser.card-resources-center__teaser--empty::after{content:"";background-color:var(--purple-300);background:url("/themes/custom/conga/assets/images/blog-icon.svg");background-repeat:no-repeat;background-position:center;background-size:32px;position:absolute;width:60px;height:60px;border-radius:50%;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--event-sponsored,.card-resources-center--event-overview,.card-resources--event-sponsored,.card-resources--event-overview{--lines-number:5;--body:var(--gray-700);--teaser-width:var(--teaser-width-event);--teaser-right:var(--teaser-right-event);--teaser-bottom:var(--teaser-bottom-event)}.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title,.card-resources--event-sponsored .card-resources-center__title,.card-resources--event-overview .card-resources-center__title{width:70%}.card-resources-center--event-sponsored .card-resources-center__info,.card-resources-center--event-overview .card-resources-center__info,.card-resources--event-sponsored .card-resources-center__info,.card-resources--event-overview .card-resources-center__info{width:100%;flex-direction:column}.card-resources-center--event-sponsored .card-resources-center__teaser--empty::after,.card-resources-center--event-overview .card-resources-center__teaser--empty::after,.card-resources--event-sponsored .card-resources-center__teaser--empty::after,.card-resources--event-overview .card-resources-center__teaser--empty::after{content:"";background-color:var(--purple-300);background:url("/themes/custom/conga/assets/images/cal-circle.svg");background-repeat:no-repeat;background-position:center;position:absolute;width:60px;height:60px;border-radius:50%;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--event-sponsored .card-resources-center__date,.card-resources-center--event-overview .card-resources-center__date,.card-resources--event-sponsored .card-resources-center__date,.card-resources--event-overview .card-resources-center__date{color:var(--purple-300)}.card-resources-center--event-sponsored .card-resources-center__date::after,.card-resources-center--event-overview .card-resources-center__date::after,.card-resources--event-sponsored .card-resources-center__date::after,.card-resources--event-overview .card-resources-center__date::after{content:none}.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image,.card-resources--event-sponsored .teaser__image,.card-resources--event-overview .teaser__image{position:absolute;overflow:hidden;width:var(--teaser-width);aspect-ratio:1;right:var(--teaser-right);bottom:var(--teaser-bottom);border-radius:50%;transition:all .3s}.card-resources-center--download:first-child .card-resources-center__teaser,.card-resources--download:first-child .card-resources-center__teaser{--play-right:80px}.card-resources-center--download .card-resources-center__teaser--empty,.card-resources--download .card-resources-center__teaser--empty{--play-bottom:calc((100% - 60px) / 2);--play-right:19px}.card-resources-center--download .card-resources-center__teaser--empty::after,.card-resources--download .card-resources-center__teaser--empty::after{content:"";background-color:var(--purple-300);background-image:url("/themes/custom/conga/assets/images/download-icon.svg");background-repeat:no-repeat;background-position:center;background-size:32px;position:absolute;width:60px;height:60px;border-radius:50%;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--download .teaser__image img,.card-resources-center--download .teaser__image picture,.card-resources-center--download .teaser__image svg,.card-resources--download .teaser__image img,.card-resources--download .teaser__image picture,.card-resources--download .teaser__image svg{max-width:460px;width:auto;height:105%}.card-resources-center--article .card-resources-center__teaser--empty,.card-resources--article .card-resources-center__teaser--empty{--play-bottom:calc((100% - 60px) / 2);--play-right:19px}.card-resources-center--article .card-resources-center__teaser--empty::after,.card-resources--article .card-resources-center__teaser--empty::after{content:"";background-color:var(--purple-300);background-image:url("/themes/custom/conga/assets/images/blog-icon.svg");background-repeat:no-repeat;background-position:center;background-size:32px;position:absolute;width:60px;height:60px;border-radius:50%;bottom:var(--play-bottom);right:var(--play-right);display:block;transition:all .3s ease-in-out}.card-resources-center--article .teaser__image img,.card-resources-center--article .teaser__image picture,.card-resources-center--article .teaser__image svg,.card-resources--article .teaser__image img,.card-resources--article .teaser__image picture,.card-resources--article .teaser__image svg{max-width:460px;width:auto;height:105%}@media screen and (max-width:768px){.card-resources-center--customer-story,.card-resources--customer-story{flex-direction:column-reverse;justify-content:space-between;gap:16px}}.card-resources-center--press-release,.card-resources-center--coverage,.card-resources--press-release,.card-resources--coverage{--body:var(--gray-700);flex-direction:column;gap:16px;justify-content:space-between}.card-resources-center--press-release .card-resources-center__wrapper,.card-resources-center--coverage .card-resources-center__wrapper,.card-resources--press-release .card-resources-center__wrapper,.card-resources--coverage .card-resources-center__wrapper{padding-bottom:0}.card-resources-center--press-release .card-resources-center__button,.card-resources-center--coverage .card-resources-center__button,.card-resources--press-release .card-resources-center__button,.card-resources--coverage .card-resources-center__button{position:relative;opacity:1;left:0;bottom:0}.card-resources-center--press-release:hover .card-resources-center__button,.card-resources-center--coverage:hover .card-resources-center__button,.card-resources--press-release:hover .card-resources-center__button,.card-resources--coverage:hover .card-resources-center__button{opacity:1}@media screen and (max-width:768px){.card-resources-center--press-release:hover .card-resources-center__button,.card-resources-center--coverage:hover .card-resources-center__button,.card-resources--press-release:hover .card-resources-center__button,.card-resources--coverage:hover .card-resources-center__button{display:block}}@container card-resources-center (width < 570px){.card-resources-center--video .card-resources-center__teaser,.card-resources-center--blog .card-resources-center__teaser,.card-resources-center--guide .card-resources-center__teaser,.card-resources--video .card-resources-center__teaser,.card-resources--blog .card-resources-center__teaser,.card-resources--guide .card-resources-center__teaser{--play-bottom:27.18%;--play-right:7.57%}.card-resources-center--video:hover .card-resources-center__teaser,.card-resources-center--blog:hover .card-resources-center__teaser,.card-resources-center--guide:hover .card-resources-center__teaser,.card-resources--video:hover .card-resources-center__teaser,.card-resources--blog:hover .card-resources-center__teaser,.card-resources--guide:hover .card-resources-center__teaser{--play-bottom:32.77%;--play-right:6.81%}.card-resources-center--webinar .teaser.webinar-video,.card-resources--webinar .teaser.webinar-video{--play-bottom:24.18%;--play-right:7.57%}.card-resources-center--webinar:hover .teaser.webinar-video,.card-resources--webinar:hover .teaser.webinar-video{--play-bottom:32.77%;--play-right:12.81%}@media screen and (max-width:768px){.card-resources-center--customer-story .teaser,.card-resources--customer-story .teaser{position:relative;display:block;height:auto;aspect-ratio:auto}}@media screen and (max-width:768px){.card-resources-center--customer-story .teaser__image,.card-resources--customer-story .teaser__image{display:none}}@media screen and (max-width:768px){.card-resources-center--customer-story .teaser__logo,.card-resources--customer-story .teaser__logo{position:relative;top:0;left:0;align-items:flex-start;padding-left:0}}.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--event-sponsored .card-resources-center__teaser,.card-resources--event-overview .card-resources-center__teaser{--play-bottom:21.11%;--play-right:13.57%}.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title,.card-resources--event-sponsored .card-resources-center__title,.card-resources--event-overview .card-resources-center__title{width:100%}.card-resources-center--event-sponsored .card-resources-center__description,.card-resources-center--event-overview .card-resources-center__description,.card-resources--event-sponsored .card-resources-center__description,.card-resources--event-overview .card-resources-center__description{--lines-number:3}@media screen and (max-width:768px){.card-resources-center--event-sponsored .card-resources-center__description,.card-resources-center--event-overview .card-resources-center__description,.card-resources--event-sponsored .card-resources-center__description,.card-resources--event-overview .card-resources-center__description{--lines-number:7}}.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--event-sponsored .card-resources-center__content,.card-resources--event-overview .card-resources-center__content{width:67.14%}@media screen and (max-width:768px){.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--event-sponsored .card-resources-center__content,.card-resources--event-overview .card-resources-center__content{width:100%}}.card-resources-center--event-sponsored .card-resources-center__info,.card-resources-center--event-overview .card-resources-center__info,.card-resources--event-sponsored .card-resources-center__info,.card-resources--event-overview .card-resources-center__info{width:100%}.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image,.card-resources--event-sponsored .teaser__image,.card-resources--event-overview .teaser__image{height:76.11%;left:66.6%;bottom:-8.61%}.card-resources-center--event-sponsored:hover .card-resources-center__teaser,.card-resources-center--event-overview:hover .card-resources-center__teaser,.card-resources--event-sponsored:hover .card-resources-center__teaser,.card-resources--event-overview:hover .card-resources-center__teaser{--play-bottom:22.22%;--play-right:5.81%}.card-resources-center--event-sponsored:hover .teaser__image,.card-resources-center--event-overview:hover .teaser__image,.card-resources--event-sponsored:hover .teaser__image,.card-resources--event-overview:hover .teaser__image{height:48.33%;left:76.08%;bottom:6.66%}.card-resources-center .teaser__logo,.card-resources .teaser__logo{--teaser-logo-bottom:30px;width:190px}.card-resources-center__teaser,.card-resources__teaser{height:232px;--teaser-right:-12.5%;--teaser-bottom:-18.53%;--teaser-width:59.26%}.card-resources-center__title,.card-resources__title{width:100%}.card-resources-center__content,.card-resources__content{width:calc(100% - 193px)}@media screen and (max-width:768px){.card-resources-center__content,.card-resources__content{width:100%}}.card-resources-center__description,.card-resources__description{--lines-number:5}@media screen and (max-width:768px){.card-resources-center__description,.card-resources__description{--lines-number:7}}.card-resources-center:hover .card-resources-center__teaser,.card-resources:hover .card-resources-center__teaser{--teaser-right:-30px;--teaser-bottom:24px;--teaser-width:175px}.card-resources-center:hover .teaser__logo,.card-resources:hover .teaser__logo{--teaser-logo-bottom:84px}}@container card-resources-center (width < 360px){.card-resources-center--video .card-resources-center__teaser,.card-resources-center--blog .card-resources-center__teaser,.card-resources-center--guide .card-resources-center__teaser{--play-bottom:32.32%;--play-right:26.82%}.card-resources-center--video:hover .card-resources-center__teaser,.card-resources-center--blog:hover .card-resources-center__teaser,.card-resources-center--guide:hover .card-resources-center__teaser{--play-bottom:40.9%;--play-right:5.96%}.card-resources-center--webinar .teaser.webinar-video{--play-bottom:32.32%;--play-right:26.82%}.card-resources-center--webinar:hover .teaser.webinar-video{--play-bottom:40.9%;--play-right:5.96%}.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser{--play-bottom:13.47%;--play-right:30.79%}.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title{width:100%}.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content{width:100%}.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image{height:64.77%;left:9.6%;bottom:-20.56%}.card-resources-center--event-sponsored:hover .card-resources-center__teaser,.card-resources-center--event-overview:hover .card-resources-center__teaser{--play-bottom:19.62%;--play-right:3.97%}.card-resources-center--event-sponsored:hover .teaser__image,.card-resources-center--event-overview:hover .teaser__image{height:41.13%;left:60.93%;bottom:6.14%}.card-resources-center--webinar .card-resources-center__title{width:100%}.card-resources-center--webinar .teaser__image img,.card-resources-center--webinar .teaser__image picture,.card-resources-center--webinar .teaser__image svg{min-width:360px;-o-object-fit:cover;object-fit:cover}.card-resources-center .teaser__logo{--teaser-logo-bottom:16px;width:210px}.card-resources-center__wrapper{padding-bottom:74.8031496063%}.card-resources-center__title,.card-resources-center__content{width:100%}.card-resources-center__teaser{height:auto;aspect-ratio:151/99;--teaser-right:-16.56%;--teaser-bottom:-52.53%;--teaser-width:100%}.card-resources-center:hover .card-resources-center__teaser{--teaser-right:-38px;--teaser-bottom:24px}.card-resources-center:hover .teaser__image{--teaser-width:57.6%}.card-resources-center:hover .teaser__logo{--teaser-logo-bottom:86px}}.hide-cards-description .card-resources-center__description{display:none}.section-related-grid{--progress-line:var(--gray-200);--card-bg-color:var(--white);overflow:hidden;background:var(--background-color);padding:var(--padding-top) 0 var(--padding-bottom)}.section-related-grid.padding-top-default{--padding-top:80px}@media screen and (max-width:768px){.section-related-grid.padding-top-default{--padding-top:60px}}.section-related-grid.padding-bottom-default{--padding-bottom:80px}@media screen and (max-width:768px){.section-related-grid.padding-bottom-default{--padding-bottom:60px}}.section-related-grid.theme-color-default{--background-color:var(--gray-50)}.section-related-grid.theme-color-none,.section-related-grid.theme-color-white{--background-color:var(--white);--card-bg-color:var(--purple-400);--card-body:var(--white);--card-title-main:var(--white)}.section-related-grid.theme-color-none .card-resources-center__time::before,.section-related-grid.theme-color-none .card-resources-center__location::before,.section-related-grid.theme-color-white .card-resources-center__time::before,.section-related-grid.theme-color-white .card-resources-center__location::before{-webkit-filter:invert(1) brightness(2);filter:invert(1) brightness(2)}.section-related-grid.theme-color-none .card-resources-center__wrapper .label.purple,.section-related-grid.theme-color-white .card-resources-center__wrapper .label.purple{--label-color:var(--black);--label-background:var(--white)}.section-related-grid.theme-color-none .card-resources-center__button .btn--primary,.section-related-grid.theme-color-white .card-resources-center__button .btn--primary{background-color:var(--white);border-color:rgba(0,0,0,0);color:var(--purple-300)}.section-related-grid.theme-color-none .card-resources-center__button .btn--primary:hover,.section-related-grid.theme-color-white .card-resources-center__button .btn--primary:hover{background-color:rgba(0,0,0,0);border-color:var(--purple-100);color:var(--purple-100)}.section-related-grid::before{z-index:9}.section-related-grid__content h2{margin-bottom:32px}.section-related-grid__cards{width:100%}.section-related-grid__cards .field--name-field-references-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media screen and (max-width:1441px){.section-related-grid__cards .field--name-field-references-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1024px){.section-related-grid__cards .field--name-field-references-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.section-related-grid__cards .field--name-field-references-cards{grid-template-columns:repeat(1,1fr)}}.section-related-grid__cards .field--name-field-references-cards>.field__item{display:none}.section-related-grid__cards .field--name-field-references-cards>.field__item.shown{display:block}.section-related-grid__cards .field--name-field-references-cards>.field__item .card-resources-center__description{display:none}.section-related-grid .field--name-field-description{max-width:1000px;display:flex;flex-direction:column;gap:16px;max-width:none}@media screen and (max-width:1280px){.section-related-grid .field--name-field-description.with-slider{max-width:800px}}.section-related-grid .field--name-field-description *{margin:0}.section-related-grid .field--name-field-description a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-related-grid .field--name-field-description a,.section-related-grid .field--name-field-description a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-related-grid .field--name-field-description a--bold{font-weight:500}@media screen and (max-width:1024px){.section-related-grid .field--name-field-description a,.section-related-grid .field--name-field-description a--bold{line-height:130%}}@media screen and (max-width:576px){.section-related-grid .field--name-field-description a,.section-related-grid .field--name-field-description a--bold{font-size:1rem;line-height:125%}}.section-related-grid .field--name-field-description a:hover{color:var(--purple-400);text-decoration:none}.section-related-grid .field--name-field-description a{--body:var(--purple-400)}.section-related-grid .container{flex-direction:column;align-items:start;gap:32px;position:relative}@media screen and (max-width:576px){.section-related-grid .container{gap:24px;align-items:flex-start}}.section-related-grid .container::after{position:absolute;top:-50px;left:calc(-50vw + 80px);width:50vw;height:calc(100% + 100px);content:"";background-color:var(--background-color);display:block;z-index:5}@media screen and (max-width:1441px){.section-related-grid .container::after{left:calc(-50vw + 50px)}}@media screen and (max-width:1280px){.section-related-grid .container::after{left:calc(-50vw + 18px)}}@media screen and (max-width:1024px){.section-related-grid .container::after{left:calc(-50vw + 16px)}}.section-related-grid .section-related-grid__buttons{width:100%;display:flex;justify-content:center}.section-related-grid .section-related-grid__buttons .btn.hidden{display:none}@media screen and (max-width:576px){.section-related-grid .section-related-grid__buttons{justify-content:flex-start}}
.layout.onecol-layout .layout__region{width:100%}.layout.onecol-layout.v-spacing--none .layout__region:last-child{padding-bottom:0}
