/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--font-main:"Newsreader";--font-secondary:"Archivo",sans-serif;--black:#000;--white:#fff;--gray-50:#F8FAFC;--gray-100:#F2F2F2;--gray-200:#E6E6E6;--gray-300:#CCC;--gray-400:#B3B3B3;--gray-500:#808080;--gray-600:#4D4D4D;--gray-700:#333;--gray-800:#1A1A1A;--gray-900:#072034;--green-100:#BCEBDF;--green-200:#21CCA1;--green-300:#0A3329;--yellow-100:#FFEDC2;--yellow-200:#FFBE3D;--yellow-300:#AD6318;--orange-100:#FCD9D2;--orange-200:#FA7850;--orange-300:#751B05;--purple-100:#D9D2FC;--purple-200:#ADA3F0;--purple-300:#806CF0;--purple-400:#0B004A;--background-color:var(--gray-100);--link-color:var(--black);--link-color-hover:var(--purple-400);--title-main:var(--black);--title-secondary:var(--gray-700);--body:var(--gray-700);--card-border:var(--purple-300);--card-bg:var(--white);--text-selected:var(--purple-400);--label-color:var(--black);--label-background:var(--purple-300);--page-label:var(--gray-700);--progress-line:var(--gray-200)}@font-face{font-family:"Newsreader";src:url(/themes/custom/conga/assets/fonts/Newsreader/Newsreader-VariableFont_opsz%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:"Newsreader";src:url(/themes/custom/conga/assets/fonts/Newsreader/Newsreader-Italic-VariableFont_opsz%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:italic}@font-face{font-family:"Archivo";src:url(/themes/custom/conga/assets/fonts/Archivo/Archivo-VariableFont_wdth%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:"Archivo";src:url(/themes/custom/conga/assets/fonts/Archivo/Archivo-Italic-VariableFont_wdth%2Cwght.ttf) format("truetype");font-weight:100 900;font-style:italic}html{font-size:1rem}body{font-family:var(--font-main)}html{scroll-padding-top:152px}@media screen and (max-width:1024px){html{scroll-padding-top:98px}}body{padding:0;margin:0}body *{box-sizing:border-box}section{width:100%;display:flex;justify-content:center}#main-content{position:relative}.container{padding:0 80px;max-width:1440px;width:100%;display:flex;flex-wrap:wrap}.container_column{flex-direction:column}@media screen and (max-width:1441px){.container{padding:0 50px;max-width:1280px}}@media screen and (max-width:1280px){.container{padding:0 18px;max-width:1060px}}@media screen and (max-width:1024px){.container{padding:0 16px;max-width:800px}}@media screen and (max-width:768px){.container{max-width:608px}}@media screen and (max-width:576px){.container{max-width:512px}}@media screen and (max-width:480px){.container{max-width:100%}}.has-progress{position:relative}.has-progress section,.has-progress footer{position:relative}.has-progress section::before,.has-progress footer::before{position:absolute;top:0;left:calc((100% - 1440px)/2 + 64px);width:1px;height:100%;content:"";z-index:800;background-color:var(--progress-line)}@media screen and (max-width:1441px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 1280px)/2 + 34px)}}@media screen and (max-width:1280px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 1060px)/2 + 2px)}}@media screen and (max-width:1024px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 800px)/2 + 8px)}}@media screen and (max-width:768px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 608px)/2 + 8px)}}@media screen and (max-width:576px){.has-progress section::before,.has-progress footer::before{left:calc((100% - 512px)/2 + 8px)}}@media screen and (max-width:480px){.has-progress section::before,.has-progress footer::before{left:8px}}.vertical-progress-line{position:fixed;top:116px;bottom:0;left:calc((100% - 1440px)/2 + 64px);width:1px;z-index:999}@media screen and (max-width:1441px){.vertical-progress-line{left:calc((100% - 1280px)/2 + 34px)}}@media screen and (max-width:1280px){.vertical-progress-line{left:calc((100% - 1060px)/2 + 2px)}}@media screen and (max-width:1024px){.vertical-progress-line{left:calc((100% - 800px)/2 + 8px);top:98px}}@media screen and (max-width:768px){.vertical-progress-line{left:calc((100% - 608px)/2 + 8px)}}@media screen and (max-width:576px){.vertical-progress-line{left:calc((100% - 512px)/2 + 8px)}}@media screen and (max-width:480px){.vertical-progress-line{left:8px}}.vertical-progress-line .line{background-color:var(--purple-200);width:100%;height:0;transition:height .25s ease-out}.admin-sections{width:100%;padding:50px 0;background-color:var(--purple-200)}.labels-row{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0}.label{background-color:var(--label-background);display:inline-flex;padding:4px 12px;border-radius:4px;text-decoration:none}.label,.label a{color:var(--label-color);text-decoration:none;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}.label.red{--label-color:var(--white);--label-background:var(--purple-300)}.label.dark{--label-color:var(--white);--label-background:var(--purple-400)}.label.grey{--label-color:var(--black);--label-background:var(--gray-200)}.label.purple{--label-color:var(--title-main);--label-background:var(--purple-100)}.label.purple.primary-label{--label-color:var(--white);--label-background:var(--purple-300)}.btn{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600;line-height:1}.btn,.btn--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.btn--bold{font-weight:600}@media screen and (max-width:1024px){.btn,.btn--bold{line-height:130%}}@media screen and (max-width:576px){.btn,.btn--bold{font-size:.875rem;line-height:125%}}.btn.extra_large{font-size:1.1rem}@media screen and (max-width:576px){.btn.extra_large{font-size:1rem}}.btn{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:14px;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.btn--l{padding:14px 24px}.btn:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.btn:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.btn:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.btn--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.btn--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.btn--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.btn--tertiary,.btn-tertiary,.btn--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center}.btn--tertiary:hover::after,.btn-tertiary:hover::after,.btn--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.btn--tertiary::after,.btn-tertiary::after,.btn--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.btn--tertiary.disabled,.btn-tertiary.disabled,.btn--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.btn--tertiary.extra_large,.btn-tertiary.extra_large,.btn--outer.extra_large{font-size:18px}.btn--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23C81A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.btn--hide-mobile{display:none}}.btn--hide-desktop{display:none}@media screen and (max-width:576px){.btn--hide-desktop{display:flex}}.row-buttons{display:flex;flex-wrap:wrap;gap:16px;width:100%}.page-node-type-builder-page .block-extra-field-blocknodebuilder-pagesharing-buttons{display:none}.page-node-type-builder-page .layout-container{padding-top:0}.block--type{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em",serif}.page-label{display:flex;align-items:center;gap:24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width:768px){.page-label{gap:8px}}.page-label svg,.page-label article,.page-label img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:768px){.page-label svg,.page-label article,.page-label img{width:32px;height:32px}}.page-label span{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary)}@media screen and (max-width:576px){.page-label span{font-size:.875rem}}.page-label span{color:var(--page-label)}.no-scroll{overflow:hidden}.no-scroll::after{content:"";position:fixed;inset:0;background-color:rgba(0,0,0,.6);z-index:998;-webkit-animation:overlay-fade-in .2s ease;animation:overlay-fade-in .2s ease}@-webkit-keyframes overlay-fade-in{from{opacity:0}to{opacity:1}}@keyframes overlay-fade-in{from{opacity:0}to{opacity:1}}.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h1,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h2,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h3,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h4,.field--name-field-p-form:has(.field--name-field-submission-confirmation) .h5,.form-wrapper:has(.field--name-field-submission-confirmation) .h1,.form-wrapper:has(.field--name-field-submission-confirmation) .h2,.form-wrapper:has(.field--name-field-submission-confirmation) .h3,.form-wrapper:has(.field--name-field-submission-confirmation) .h4,.form-wrapper:has(.field--name-field-submission-confirmation) .h5{display:none}.thank-you-message{display:flex;flex-direction:column;gap:16px;border-radius:20px;background:#fff;box-shadow:0 10px 24px 0 rgba(0,0,0,.2);padding:32px;width:100%;max-width:560px}@media screen and (max-width:576px){.thank-you-message{max-width:calc(100vw - 32px)}}.thank-you-message *{margin:0}.thank-you-message::before{content:"";width:60px;height:60px;display:block;position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' viewBox='0 0 60 61' fill='none'%3E%3Ccircle cx='30' cy='30.4573' r='30' fill='%23118A62'/%3E%3Cpath d='M42.5 20.4573L25.3125 37.9573L17.5 30.0027' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}@media screen and (max-width:480px){.thank-you-message::before{width:40px;height:40px}}.thank-you-message a{--border-width:1.5px;--btn-bg:var(--purple-300);--btn-color:var(--white);--btn-border:var(--purple-300);--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--purple-300);--btn-bg-focus:var(--purple-300);--btn-color-focus:var(--white);--btn-border-focus:var(--purple-300);--btn-bg-active:rgba(128,108,240,0.05);--btn-color-active:var(--purple-300);--btn-border-active:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600;line-height:1}.thank-you-message a,.thank-you-message a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.thank-you-message a--bold{font-weight:600}@media screen and (max-width:1024px){.thank-you-message a,.thank-you-message a--bold{line-height:130%}}@media screen and (max-width:576px){.thank-you-message a,.thank-you-message a--bold{font-size:.875rem;line-height:125%}}.thank-you-message a.extra_large{font-size:1.1rem}@media screen and (max-width:576px){.thank-you-message a.extra_large{font-size:1rem}}.thank-you-message a{padding:10px 24px;border-radius:8px;border:var(--border-width) solid var(--btn-border);transition:all .3s;text-decoration:none;text-transform:uppercase;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-color);outline:none;font-size:14px;letter-spacing:1.4px;font-weight:500;font-family:var(--font-secondary)}.thank-you-message a--l{padding:14px 24px}.thank-you-message a:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-hover)}.thank-you-message a:focus{color:var(--btn-color-focus);background-color:var(--btn-bg-focus);border-color:var(--btn-border-focus)}.thank-you-message a:active{background-color:var(--btn-bg-active);color:var(--btn-color-active);border-color:var(--btn-border-active)}.thank-you-message a--primary.disabled{background-color:var(--gray-400);border-color:var(--gray-400)}.thank-you-message a--secondary{--btn-bg:var(--btn-bg-color);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.thank-you-message a--secondary.disabled{background-color:var(--gray-400);border-color:var(--gray-400);color:var(--gray-400)}.thank-you-message a--tertiary,.thank-you-message a-tertiary,.thank-you-message a--outer{--btn-bg:transparent;--btn-color:var(--purple-300);--btn-border:transparent;--btn-bg-hover:transparent;--btn-color-hover:var(--purple-400);--btn-border-hover:transparent;--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-200);--btn-bg-active:transparent;--btn-color-active:var(--purple-600);--btn-border-active:transparent;padding:0 !important;border-radius:0;color:var(--btn-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);gap:4px;align-items:center}.thank-you-message a--tertiary:hover::after,.thank-you-message a-tertiary:hover::after,.thank-you-message a--outer:hover::after{content:"";background-color:var(--btn-color-hover);mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_101_1489)%22%3E%3Cpath%20d%3D%22M1.14282%206.85742H12.5714%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%202.28613L12.5714%206.85756L8%2011.429%22%20stroke%3D%22%230B004A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_101_1489%22%3E%3Crect%20width%3D%2213.7143%22%20height%3D%2213.7143%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center}.thank-you-message a--tertiary::after,.thank-you-message a-tertiary::after,.thank-you-message a--outer::after{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.5%203L10.5%208L5.5%2013%22%20stroke%3D%22%23806CF0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");width:20px;height:16px;background-repeat:no-repeat}.thank-you-message a--tertiary.disabled,.thank-you-message a-tertiary.disabled,.thank-you-message a--outer.disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--gray-400)}.thank-you-message a--tertiary.extra_large,.thank-you-message a-tertiary.extra_large,.thank-you-message a--outer.extra_large{font-size:18px}.thank-you-message a--outer::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_11548_35317)'%3E%3Cpath d='M14.6303 7.26566V4.224C14.6303 3.18844 13.7908 2.349 12.7553 2.349H9.73434M6.04166 10.9583L14.0913 2.90866M15.875 10.9583V11.8634C15.875 12.8579 15.4799 13.8118 14.7767 14.515L14.515 14.7767C13.8118 15.4799 12.8579 15.875 11.8634 15.875H5.13663C4.14206 15.875 3.18822 15.4799 2.485 14.7767L2.22338 14.515C1.52009 13.8118 1.125 12.8579 1.125 11.8634V5.13663C1.125 4.14206 1.52009 3.18825 2.22338 2.485L2.485 2.22334C3.18822 1.52009 4.14206 1.125 5.13663 1.125H6.04166' stroke='%23C81A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11548_35317'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:17px}@media screen and (max-width:576px){.thank-you-message a--hide-mobile{display:none}}.thank-you-message a--hide-desktop{display:none}@media screen and (max-width:576px){.thank-you-message a--hide-desktop{display:flex}}html{scroll-behavior:smooth}.toolbar-fixed .main-header{position:static}.layout-container{--top-menu-top-height:0px;--top-menu-bottom-height:116px;--top-menu-height:calc(var(--top-menu-top-height,36px) + var(--top-menu-bottom-height,116px))}@media screen and (max-width:1024px){.layout-container{--top-menu-bottom-height:72px}}.layout-container:has(.main-header__top){--top-menu-top-height:36px}.layout-container.theme-color-purple-400 .site-logo{color:#fff}.layout-container.theme-color-purple-400 .main-header .site-logo svg path{fill:var(--white) !important}.layout-container.theme-color-purple-400 .main-header__top,.layout-container.theme-color-purple-400 .main-header__bottom{border-color:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>.item-title,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>.item-title{--body:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a{--body:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a:hover,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a:hover{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item>a:hover::after,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item>a:hover::after{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item:hover>.item-title,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item:hover>.item-title{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .menu-level-0>.menu-item:hover>.item-title::after,.layout-container.theme-color-purple-400 .main-header__bottom .menu-level-0>.menu-item:hover>.item-title::after{--body:var(--purple-300)}.layout-container.theme-color-purple-400 .main-header__top .languages-switcher::before,.layout-container.theme-color-purple-400 .main-header__bottom .languages-switcher::before{-webkit-filter:brightness(0) saturate(100%) invert(1);filter:brightness(0) saturate(100%) invert(1)}.layout-container.theme-color-purple-400 .main-header__top .search-box .search-open,.layout-container.theme-color-purple-400 .main-header__bottom .search-box .search-open{color:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .mobile-menu-trigger,.layout-container.theme-color-purple-400 .main-header__bottom .mobile-menu-trigger{border-color:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .mobile-menu-trigger::before,.layout-container.theme-color-purple-400 .main-header__bottom .mobile-menu-trigger::before{border-color:var(--white)}.layout-container.theme-color-purple-400 .main-header__top .mobile-menu-trigger.active,.layout-container.theme-color-purple-400 .main-header__bottom .mobile-menu-trigger.active{-webkit-filter:brightness(0) saturate(100%) invert(1);filter:brightness(0) saturate(100%) invert(1)}.layout-container.theme-color-purple-400 .main-header .btn--primary{--btn-color:var(--purple-400);--btn-border:var(--white);--btn-bg:var(--white);--btn-color-hover:var(--purple-300);--btn-border-hover:var(--white);--btn-bg-hover:transparent;--btn-border-hover:var(--white);--btn-color-hover:var(--white);--btn-bg-focus:transparent;--btn-border-focus:var(--white);--btn-color-focus:var(--white);--btn-bg-active:transparent;--btn-border-active:var(--white);--btn-color-active:var(--white)}.main-header{width:100%;display:flex;flex-direction:column;position:sticky;top:0;left:0;z-index:99999;height:var(--top-menu-height,116px);font-family:var(--font-main),sans-serif}.main-header.theme-color-default{--background-color:var(--gray-100);--link-color:var(--black);--link-color-hover:var(--red-600);--title-main:var(--black);--title-secondary:var(--black);--body:var(--black);--page-label:var(--gray-700)}.main-header.theme-color-purple-400{--body:var(--white)}.main-header:has(.main-menu>.menu-item.has-dropdown:hover)::before{content:"";display:block;width:100vw;position:fixed;top:0;left:0;right:0;background:rgba(1,36,42,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:100vh;z-index:-1}.main-header .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 64px;max-width:1440px;width:100%}@media screen and (max-width:1441px){.main-header .container{padding:0 50px;max-width:1280px}}@media screen and (max-width:1280px){.main-header .container{padding:0 18px;max-width:1060px}}@media screen and (max-width:1024px){.main-header .container{padding:0 16px;max-width:800px}}.main-header__top,.main-header__bottom{display:flex;justify-content:center}.main-header__top{--body:var(--white);height:var(--top-menu-top-height,36px);background-color:var(--purple-400)}.main-header__top .container{justify-content:flex-end}.main-header__top .container:has(.language-switcher){justify-content:space-between}@media screen and (max-width:1024px){.main-header__top .container:has(.language-switcher){justify-content:flex-end}}.main-header__top ul{list-style:none;display:flex;align-items:center;gap:26px;padding:0;margin:0}@media screen and (max-width:768px){.main-header__top ul{gap:18px}}@media screen and (max-width:576px){.main-header__top ul{gap:6px}}.main-header__top li{position:relative;display:flex;align-items:center}.main-header__top li:first-child::before{content:unset}.main-header__top li::before{width:6px;height:6px;border-radius:50%;content:"";background-color:var(--red-600);position:absolute;left:-16px}@media screen and (max-width:768px){.main-header__top li::before{left:-12px}}@media screen and (max-width:576px){.main-header__top li::before{width:4px;height:4px;left:-4px}}.main-header__top a{padding:8px 12px;text-decoration:none;transition:all .3s;font-weight:400;font-family:var(--font-secondary)}.main-header__top a,.main-header__top a--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header__top a--bold{font-weight:500}@media screen and (max-width:1024px){.main-header__top a,.main-header__top a--bold{line-height:130%}}@media screen and (max-width:576px){.main-header__top a,.main-header__top a--bold{font-size:.75rem;line-height:125%}}.main-header__top a:hover{color:var(--purple-300)}@media screen and (max-width:576px){.main-header__top a{padding:8px 4px}}@media screen and (max-width:1024px){.main-header__top .languages-switcher{display:none}}.main-header__top .languages-switcher ul{gap:12px}.main-header__top .languages-switcher li::before{content:unset}.main-header__top .languages-switcher .language-link{display:block;width:33px;height:22px;font-size:0;background-position:center;background-size:cover;border:1px solid #fff}.main-header__top .languages-switcher .language-link:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.main-header__top .languages-switcher .language-link[hreflang=de]{background-image:url(/themes/custom/conga/build/images/l-de.svg)}.main-header__top .languages-switcher .language-link[hreflang=fr]{background-image:url(/themes/custom/conga/build/images/l-fr.svg)}.main-header__top .languages-switcher .language-link[hreflang=en]{background-image:url(/themes/custom/conga/build/images/l-en.svg)}.main-header__bottom{height:var(--top-menu-bottom-height,116px);padding:20px 0;background:var(--background-color);box-shadow:0 2px 8px 0 rgba(0,0,0,.07);border-bottom:1px solid var(--gray-200)}@media screen and (max-width:1024px){.main-header__bottom{height:var(--top-menu-bottom-height,72px);padding:6px 0}}.main-header__bottom .container{gap:40px;display:flex;flex-wrap:nowrap;justify-content:unset;position:relative}.main-header__bottom .container>nav{position:unset}@media screen and (max-width:1024px){.main-header__bottom .container>nav{display:none}}@media screen and (max-width:1280px){.main-header__bottom .container{gap:30px}}.main-header__bottom .item-title,.main-header__bottom .menu-item>a{--body:var(--black);display:flex;align-items:center;gap:4px;padding:46px 12px;text-decoration:none;transition:all .3s;cursor:pointer;font-weight:300;font-family:var(--font-secondary)}.main-header__bottom .item-title,.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a,.main-header__bottom .menu-item>a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a--bold{font-weight:600}@media screen and (max-width:1024px){.main-header__bottom .item-title,.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a,.main-header__bottom .menu-item>a--bold{line-height:130%}}@media screen and (max-width:576px){.main-header__bottom .item-title,.main-header__bottom .item-title--bold,.main-header__bottom .menu-item>a,.main-header__bottom .menu-item>a--bold{font-size:.875rem;line-height:125%}}@media screen and (max-width:1280px){.main-header__bottom .item-title,.main-header__bottom .menu-item>a{padding:46px 4px}}.main-header__bottom .item-title .link_content p,.main-header__bottom .menu-item>a .link_content p{color:var(--black)}.main-header__bottom .item-title:hover::after,.main-header__bottom .menu-item>a:hover::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-header__bottom .item-title>a:hover,.main-header__bottom .menu-item>a:hover{--body:var(--purple-300)}.main-header__bottom .mobile-menu-trigger{all:unset;display:none;width:24px;height:16px;align-items:center;border-top:2px solid var(--purple-400);border-bottom:2px solid var(--purple-400);cursor:pointer;transition:all .3s;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:1024px){.main-header__bottom .mobile-menu-trigger{display:flex}}.main-header__bottom .mobile-menu-trigger::before{width:100%;border-bottom:2px solid var(--purple-400);content:""}.main-header__bottom .mobile-menu-trigger.active{background-image:url(/themes/custom/conga/build/images/x-close.svg);width:24px;height:24px;border:none}.main-header__bottom .mobile-menu-trigger.active::before{display:none}.main-header__bottom .has-image{display:flex;align-items:flex-start !important;gap:8px !important}.main-header__bottom .has-image img,.main-header__bottom .has-image svg,.main-header__bottom .has-image picture{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.main-header__bottom .has-image .link_content{width:calc(100% - 40px)}.main-header__bottom .link_content{display:flex;flex-direction:column;gap:8px}.main-header__bottom .languages-switcher{min-width:105px;color:var(--gray-700);position:relative !important}.main-header__bottom .languages-switcher:hover{cursor:pointer}.main-header__bottom .languages-switcher:hover ul .links{display:flex}.main-header__bottom .languages-switcher:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='%23806CF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.main-header__bottom .languages-switcher .item-list>ul{margin:0;padding:0}.main-header__bottom .languages-switcher .item-list>ul>li{margin:0}.main-header__bottom .languages-switcher ul{list-style:none}.main-header__bottom .languages-switcher ul .links{display:none;position:absolute;bottom:100%;left:calc(-50% + 40px);padding:0;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--gray-50);margin:0;border-radius:16px;border:none;box-shadow:0 4px 15px 0 rgba(172,172,172,.5);overflow:hidden}.main-header__bottom .languages-switcher ul .links li{width:100%;margin:0}.main-header__bottom .languages-switcher ul .links li a{display:flex;width:100%;padding:8px 12px}.main-header__bottom .languages-switcher ul .links li a:hover{-webkit-transform:none;transform:none;color:var(--body);background-color:var(--gray-100)}.main-header__bottom .languages-switcher ul .links li a::before{width:30px;height:16px;content:"";background-size:contain;background-repeat:no-repeat;margin-right:8px}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links li a::before{display:none}}.main-header__bottom .languages-switcher ul .links li.en a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Cg clip-path='url(%23clip0_17017_108482)'%3E%3Cpath d='M46 0H0V24.2105H46V0Z' fill='%23B22234'/%3E%3Cpath d='M0 2.79352H46H0ZM46 6.51821H0H46ZM0 10.2429H46H0ZM46 13.9676H0H46ZM0 17.6923H46H0ZM46 21.417H0H46Z' fill='black'/%3E%3Cpath d='M0 2.79352H46M46 6.51821H0M0 10.2429H46M46 13.9676H0M0 17.6923H46M46 21.417H0' stroke='white' stroke-width='1.86235'/%3E%3Cpath d='M18.4 0H0V13.0364H18.4V0Z' fill='%233C3B6E'/%3E%3Cpath d='M1.53465 0.558716L1.97252 1.90632L0.826172 1.07346H2.24313L1.09679 1.90632L1.53465 0.558716Z' fill='white'/%3E%3Cpath d='M1.53465 3.16602L1.97252 4.51362L0.826172 3.68076H2.24313L1.09679 4.51362L1.53465 3.16602Z' fill='white'/%3E%3Cpath d='M1.53465 5.77328L1.97252 7.12089L0.826172 6.28803H2.24313L1.09679 7.12089L1.53465 5.77328Z' fill='white'/%3E%3Cpath d='M1.53465 8.38058L1.97252 9.72819L0.826172 8.89533H2.24313L1.09679 9.72819L1.53465 8.38058Z' fill='white'/%3E%3Cpath d='M1.53465 10.9879L1.97252 12.3355L0.826172 11.5026H2.24313L1.09679 12.3355L1.53465 10.9879Z' fill='white'/%3E%3Cpath d='M3.06785 1.86237L3.50572 3.20997L2.35938 2.37711H3.77633L2.62999 3.20997L3.06785 1.86237Z' fill='white'/%3E%3Cpath d='M3.06785 4.46967L3.50572 5.81727L2.35938 4.98441H3.77633L2.62999 5.81727L3.06785 4.46967Z' fill='white'/%3E%3Cpath d='M3.06785 7.07693L3.50572 8.42454L2.35938 7.59168H3.77633L2.62999 8.42454L3.06785 7.07693Z' fill='white'/%3E%3Cpath d='M3.06785 9.68423L3.50572 11.0318L2.35938 10.199H3.77633L2.62999 11.0318L3.06785 9.68423Z' fill='white'/%3E%3Cpath d='M4.5991 0.558716L5.03697 1.90632L3.89062 1.07346H5.30758L4.16124 1.90632L4.5991 0.558716Z' fill='white'/%3E%3Cpath d='M4.5991 3.16602L5.03697 4.51362L3.89062 3.68076H5.30758L4.16124 4.51362L4.5991 3.16602Z' fill='white'/%3E%3Cpath d='M4.5991 5.77328L5.03697 7.12089L3.89062 6.28803H5.30758L4.16124 7.12089L4.5991 5.77328Z' fill='white'/%3E%3Cpath d='M4.5991 8.38058L5.03697 9.72819L3.89062 8.89533H5.30758L4.16124 9.72819L4.5991 8.38058Z' fill='white'/%3E%3Cpath d='M4.5991 10.9879L5.03697 12.3355L3.89062 11.5026H5.30758L4.16124 12.3355L4.5991 10.9879Z' fill='white'/%3E%3Cpath d='M6.13426 1.86237L6.57212 3.20997L5.42578 2.37711H6.84274L5.6964 3.20997L6.13426 1.86237Z' fill='white'/%3E%3Cpath d='M6.13426 4.46967L6.57212 5.81727L5.42578 4.98441H6.84274L5.6964 5.81727L6.13426 4.46967Z' fill='white'/%3E%3Cpath d='M6.13426 7.07693L6.57212 8.42454L5.42578 7.59168H6.84274L5.6964 8.42454L6.13426 7.07693Z' fill='white'/%3E%3Cpath d='M6.13426 9.68423L6.57212 11.0318L5.42578 10.199H6.84274L5.6964 11.0318L6.13426 9.68423Z' fill='white'/%3E%3Cpath d='M7.66746 0.558716L8.10533 1.90632L6.95898 1.07346H8.37594L7.2296 1.90632L7.66746 0.558716Z' fill='white'/%3E%3Cpath d='M7.66746 3.16602L8.10533 4.51362L6.95898 3.68076H8.37594L7.2296 4.51362L7.66746 3.16602Z' fill='white'/%3E%3Cpath d='M7.66746 5.77328L8.10533 7.12089L6.95898 6.28803H8.37594L7.2296 7.12089L7.66746 5.77328Z' fill='white'/%3E%3Cpath d='M7.66746 8.38058L8.10533 9.72819L6.95898 8.89533H8.37594L7.2296 9.72819L7.66746 8.38058Z' fill='white'/%3E%3Cpath d='M7.66746 10.9879L8.10533 12.3355L6.95898 11.5026H8.37594L7.2296 12.3355L7.66746 10.9879Z' fill='white'/%3E%3Cpath d='M9.20067 1.86237L9.63853 3.20997L8.49219 2.37711H9.90915L8.7628 3.20997L9.20067 1.86237Z' fill='white'/%3E%3Cpath d='M9.20067 4.46967L9.63853 5.81727L8.49219 4.98441H9.90915L8.7628 5.81727L9.20067 4.46967Z' fill='white'/%3E%3Cpath d='M9.20067 7.07693L9.63853 8.42454L8.49219 7.59168H9.90915L8.7628 8.42454L9.20067 7.07693Z' fill='white'/%3E%3Cpath d='M9.20067 9.68423L9.63853 11.0318L8.49219 10.199H9.90915L8.7628 11.0318L9.20067 9.68423Z' fill='white'/%3E%3Cpath d='M10.7319 0.558716L11.1698 1.90632L10.0234 1.07346H11.4404L10.2941 1.90632L10.7319 0.558716Z' fill='white'/%3E%3Cpath d='M10.7319 3.16602L11.1698 4.51362L10.0234 3.68076H11.4404L10.2941 4.51362L10.7319 3.16602Z' fill='white'/%3E%3Cpath d='M10.7319 5.77328L11.1698 7.12089L10.0234 6.28803H11.4404L10.2941 7.12089L10.7319 5.77328Z' fill='white'/%3E%3Cpath d='M10.7319 8.38058L11.1698 9.72819L10.0234 8.89533H11.4404L10.2941 9.72819L10.7319 8.38058Z' fill='white'/%3E%3Cpath d='M10.7319 10.9879L11.1698 12.3355L10.0234 11.5026H11.4404L10.2941 12.3355L10.7319 10.9879Z' fill='white'/%3E%3Cpath d='M12.2671 1.86237L12.7049 3.20997L11.5586 2.37711H12.9756L11.8292 3.20997L12.2671 1.86237Z' fill='white'/%3E%3Cpath d='M12.2671 4.46967L12.7049 5.81727L11.5586 4.98441H12.9756L11.8292 5.81727L12.2671 4.46967Z' fill='white'/%3E%3Cpath d='M12.2671 7.07693L12.7049 8.42454L11.5586 7.59168H12.9756L11.8292 8.42454L12.2671 7.07693Z' fill='white'/%3E%3Cpath d='M12.2671 9.68423L12.7049 11.0318L11.5586 10.199H12.9756L11.8292 11.0318L12.2671 9.68423Z' fill='white'/%3E%3Cpath d='M13.8022 0.558716L14.2401 1.90632L13.0938 1.07346H14.5107L13.3644 1.90632L13.8022 0.558716Z' fill='white'/%3E%3Cpath d='M13.8022 3.16602L14.2401 4.51362L13.0938 3.68076H14.5107L13.3644 4.51362L13.8022 3.16602Z' fill='white'/%3E%3Cpath d='M13.8022 5.77328L14.2401 7.12089L13.0938 6.28803H14.5107L13.3644 7.12089L13.8022 5.77328Z' fill='white'/%3E%3Cpath d='M13.8022 8.38058L14.2401 9.72819L13.0938 8.89533H14.5107L13.3644 9.72819L13.8022 8.38058Z' fill='white'/%3E%3Cpath d='M13.8022 10.9879L14.2401 12.3355L13.0938 11.5026H14.5107L13.3644 12.3355L13.8022 10.9879Z' fill='white'/%3E%3Cpath d='M15.3354 1.86237L15.7733 3.20997L14.627 2.37711H16.0439L14.8976 3.20997L15.3354 1.86237Z' fill='white'/%3E%3Cpath d='M15.3354 4.46967L15.7733 5.81727L14.627 4.98441H16.0439L14.8976 5.81727L15.3354 4.46967Z' fill='white'/%3E%3Cpath d='M15.3354 7.07693L15.7733 8.42454L14.627 7.59168H16.0439L14.8976 8.42454L15.3354 7.07693Z' fill='white'/%3E%3Cpath d='M15.3354 9.68423L15.7733 11.0318L14.627 10.199H16.0439L14.8976 11.0318L15.3354 9.68423Z' fill='white'/%3E%3Cpath d='M16.8647 0.558716L17.3026 1.90632L16.1562 1.07346H17.5732L16.4269 1.90632L16.8647 0.558716Z' fill='white'/%3E%3Cpath d='M16.8647 3.16602L17.3026 4.51362L16.1562 3.68076H17.5732L16.4269 4.51362L16.8647 3.16602Z' fill='white'/%3E%3Cpath d='M16.8647 5.77328L17.3026 7.12089L16.1562 6.28803H17.5732L16.4269 7.12089L16.8647 5.77328Z' fill='white'/%3E%3Cpath d='M16.8647 8.38058L17.3026 9.72819L16.1562 8.89533H17.5732L16.4269 9.72819L16.8647 8.38058Z' fill='white'/%3E%3Cpath d='M16.8647 10.9879L17.3026 12.3355L16.1562 11.5026H17.5732L16.4269 12.3355L16.8647 10.9879Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108482'%3E%3Crect width='46' height='24.2105' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-header__bottom .languages-switcher ul .links li.de a::before{background-image:url("data:image/svg+xml,%3Csvg width='46' height='24' viewBox='0 0 46 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17017_108566)'%3E%3Cpath d='M46 0H0V8H46V0Z' fill='black'/%3E%3Cpath d='M46 8H0V16H46V8Z' fill='%23DD0000'/%3E%3Cpath d='M46 16H0V24H46V16Z' fill='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108566'%3E%3Crect width='46' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-header__bottom .languages-switcher ul .links li.fr a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Crect width='15.3333' height='24' fill='%23002654'/%3E%3Crect x='15.3301' width='15.3333' height='24' fill='white'/%3E%3Crect x='30.6602' width='15.3333' height='24' fill='%23CE1126'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.main-header__bottom .languages-switcher ul .links{left:calc(-50% + 54px)}}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links{left:24px}}.main-header__bottom .languages-switcher ul li a{color:var(--gray-700);text-decoration:none}.main-header__bottom .languages-switcher::before{width:24px;height:24px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block;transition:all .3s;margin-right:8px}.main-header__bottom .languages-switcher::after{width:16px;height:16px;content:"";display:inline-block;background-color:var(--body);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s;margin-left:8px}.main-header__bottom .languages-switcher{min-width:unset;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 0}@media screen and (max-width:1024px){.main-header__bottom .languages-switcher{display:flex !important}}.main-header__bottom .languages-switcher .item-list{width:0}.main-header__bottom .languages-switcher ul{gap:0}.main-header__bottom .languages-switcher ul .links{bottom:unset;top:100%;left:calc(-100% - 24px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links{left:-100%}}.main-header__bottom .languages-switcher ul .links li a::before{margin-right:0;background-image:none}.main-header__bottom .languages-switcher ul .links .language-link{--body:var(--black);border:none;gap:12px;align-items:center;text-decoration:none;padding:12px;font-weight:400;font-family:var(--font-secondary)}.main-header__bottom .languages-switcher ul .links .language-link,.main-header__bottom .languages-switcher ul .links .language-link--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header__bottom .languages-switcher ul .links .language-link--bold{font-weight:500}@media screen and (max-width:1024px){.main-header__bottom .languages-switcher ul .links .language-link,.main-header__bottom .languages-switcher ul .links .language-link--bold{line-height:130%}}@media screen and (max-width:576px){.main-header__bottom .languages-switcher ul .links .language-link,.main-header__bottom .languages-switcher ul .links .language-link--bold{font-size:.75rem;line-height:125%}}.main-header__bottom .languages-switcher ul .links .language-link.is-active{background-color:var(--gray-200)}.main-header__bottom .languages-switcher ul .links .language-link::before{width:46px;height:24px}.main-header__bottom .languages-switcher::before{margin:0;transition:all .1s}.main-header__bottom .languages-switcher::after{content:none}.main-header__bottom.is_front{background-color:var(--white)}.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>.main-title,.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>a,.main-header__bottom.is_front .container>.search-box:not(.active)>form>button>svg{color:var(--white)}.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>.main-title::after,.main-header__bottom.is_front .container>nav>.main-menu>.menu-item>a::after,.main-header__bottom.is_front .container>.search-box:not(.active)>form>button>svg::after{background-color:var(--black)}.main-header__bottom.is_front .container>.mobile-menu-trigger{border-color:var(--white)}.main-header__bottom.is_front .container>.mobile-menu-trigger.active{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(185deg) brightness(114%) contrast(101%);filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(185deg) brightness(114%) contrast(101%)}.main-header__bottom.is_front .container>.mobile-menu-trigger::before{border-color:var(--white)}.main-header__bottom.is_front .languages-switcher::before{-webkit-filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.main-header .site-logo{display:block;width:92px;height:auto;color:#846bf8}@media screen and (max-width:1024px){.main-header .site-logo{width:77px}}.main-header .site-logo svg{width:100%;height:auto;display:block}.main-header .search-box{flex:1 1;display:flex;justify-content:flex-end}.main-header .search-box input[type=search]::-ms-clear{display:none;width:0;height:0}.main-header .search-box input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.main-header .search-box input[type=search]:focus-visible{outline-color:var(--gray-300)}.main-header .search-box form{position:relative;display:flex;align-items:center}.main-header .search-box input{display:none;height:48px;padding:0 16px 0 40px;align-items:center;align-self:stretch;background:var(--gray-100);border:1px solid var(--gray-200);margin:0}.main-header .search-box .search-submit,.main-header .search-box .search-open{all:unset;color:var(--black);cursor:pointer;width:21.24px;height:22px;transition:all .3s}.main-header .search-box .search-submit:hover,.main-header .search-box .search-open:hover{-webkit-transform:scale(1.2);transform:scale(1.2);color:var(--purple-300)}.main-header .search-box .search-submit svg,.main-header .search-box .search-open svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-header .search-box .search-submit{display:none}.main-header .search-box .search-close{all:unset;display:none;position:absolute;left:16px;width:20px;height:20px;font-size:0;cursor:pointer;transition:all .3s}.main-header .search-box .search-close:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.main-header .search-box .search-close:hover::before,.main-header .search-box .search-close:hover::after{background-color:var(--purple-600)}.main-header .search-box .search-close::before,.main-header .search-box .search-close::after{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background-color:#000}.main-header .search-box .search-close::before{-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.main-header .search-box .search-close::after{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.main-header .search-box.active{width:100%}@media screen and (max-width:576px){.main-header .search-box.active{position:absolute;left:0;right:0;z-index:999;padding:0 16px}}.main-header .search-box.active form{width:100%;display:flex}.main-header .search-box.active input{display:flex;flex:1 1}@media screen and (max-width:1024px){.main-header .search-box.active input{font-size:16px;width:100%}}.main-header .search-box.active .search-open{display:none}.main-header .search-box.active .search-submit{display:flex;position:absolute;right:16px}.main-header .search-box.active .search-close{display:flex}.main-header .row-buttons{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;flex:1 1;max-width:172px;justify-content:flex-end}.main-header .row-buttons a{white-space:nowrap}@media screen and (max-width:1024px){.main-header .row-buttons{display:none}}.main-header .has-dropdown .item-title::after{width:16px;height:16px;content:"";display:inline-block;background-color:var(--body);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s}.main-header .has-dropdown.mini-dropdown{position:relative}.main-header .has-dropdown.mini-dropdown .menu-level-1{width:calc(100% + 120px);top:unset}.main-header .has-dropdown.mini-dropdown .menu-level-1 .menu-item .link_content span{width:calc(100% + 40px)}.main-header .menu-level-0{list-style:none;display:flex;gap:4px;padding:0;margin:-12px}.main-header .menu-level-0>.menu-item>a:hover{--body:var(--purple-300)}.main-header .menu-level-0>.menu-item>a:hover::after{--body:var(--purple-300)}.main-header .menu-level-0>.menu-item:hover>.item-title{--body:var(--purple-300)}.main-header .menu-level-0>.menu-item:hover>.item-title::after{--body:var(--purple-300)}.main-header .menu-item:hover>.item-title{color:var(--body)}.main-header .menu-item:hover>.item-title::after{background-color:var(--body)}.main-header .menu-item:hover .menu-level-1{display:flex}.main-header .menu-level-1{display:none;position:absolute;width:100%;max-width:1280px;top:94px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:9999;border-radius:0 0 24px 24px;box-shadow:0 4px 21px 0 rgba(113,113,113,.15);overflow:hidden}.main-header .menu-level-1.no-feature>ul{width:100%}.main-header .menu-level-1.media--right{flex-direction:row-reverse}.main-header .menu-level-1 ul{list-style:none}.main-header .menu-level-1>ul{display:flex;flex-wrap:wrap;gap:24px;width:calc(100% - 274px);padding:24px;margin:0;background-color:var(--white)}.main-header .menu-level-1>ul>.menu-item>a{text-decoration:none;margin-bottom:24px;min-height:36px}.main-header .menu-level-1>ul>.menu-item>a .link_content span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}@media screen and (max-width:576px){.main-header .menu-level-1>ul>.menu-item>a .link_content span{font-size:.75rem}}.main-header .menu-level-1>ul>.menu-item>a .link_content span{text-decoration:none}.main-header .menu-level-1>ul>.menu-item>a .link_content span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";margin-left:4px}@media screen and (max-width:576px){.main-header .menu-level-1>ul>.menu-item>a .link_content span{font-size:14px}}.main-header .menu-level-1>ul>.menu-item>a:hover{color:var(--purple-300)}.main-header .menu-level-1>ul>.menu-item>a:hover .link_content span{color:var(--red-600)}.main-header .menu-level-1>ul>.menu-item>a:hover .link_content span::after{-webkit-transform:none;transform:none}.main-header .menu-level-1>ul>.menu-item>a{padding:0;font-size:1rem}.main-header .menu-level-1>ul>.menu-item>a.has-image{align-items:center !important}.main-header .menu-level-1>ul>.menu-item>a.has-image .media{display:flex}.main-header .menu-level-1>ul>.menu-item>.item-title{color:var(--body);font-size:.875rem;font-style:normal;font-weight:400;line-height:130%;text-transform:uppercase;cursor:unset;margin:0 0 24px;padding:0}.main-header .menu-level-1>ul>.menu-item>.item-title::after{display:none}.main-header .menu-level-1>ul li{flex:1 1}.main-header .menu-level-1>ul.count-1>li{width:100%}.main-header .menu-level-1>ul.count-2>li{width:calc(50% - 12px)}.main-header .menu-level-1>ul.count-3>li{width:calc(33.3333% - 16px)}.main-header .menu-level-1>ul .additional-links{width:calc(100% + 48px);margin:0 -24px -24px;display:flex;border-radius:0;border-top:1px solid var(--gray-200);background:var(--gray-100)}.main-header .menu-level-1>ul .submenu-link{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:16px}.main-header .menu-level-1>ul .submenu-link>a{display:flex;flex-direction:column;justify-content:center;text-decoration:none;transition:.3s all;padding:24px;height:100%}.main-header .menu-level-1>ul .submenu-link>a.has-image{flex-direction:row;align-items:center !important}.main-header .menu-level-1>ul .submenu-link>a.has-image svg{width:70px;height:70px}.main-header .menu-level-1>ul .submenu-link>a.has-image .link_content{flex-direction:row;gap:30px}@media screen and (max-width:576px){.main-header .menu-level-1>ul .submenu-link>a.has-image .link_content{flex-direction:column;gap:0px}}.main-header .menu-level-1>ul .submenu-link>a.has-image .link_content span{flex:none}.main-header .menu-level-1>ul .submenu-link>a:hover{background-color:var(--gray-300)}.main-header .menu-level-1>ul .submenu-link>a:hover span{color:var(--purple-300)}.main-header .menu-level-1>ul .submenu-link>a:hover span::after{-webkit-transform:none;transform:none}.main-header .menu-level-1>ul .submenu-link>a span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}@media screen and (max-width:576px){.main-header .menu-level-1>ul .submenu-link>a span{font-size:.75rem}}.main-header .menu-level-1>ul .submenu-link>a span{margin-bottom:0;text-decoration:none}.main-header .menu-level-1>ul .submenu-link>a span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-repeat:no-repeat;background-size:contain;content:""}.main-header .menu-level-1>ul .submenu-link>a p{--body:var(--black);font-weight:400;font-family:var(--font-secondary)}.main-header .menu-level-1>ul .submenu-link>a p,.main-header .menu-level-1>ul .submenu-link>a p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-1>ul .submenu-link>a p--bold{font-weight:500}@media screen and (max-width:1024px){.main-header .menu-level-1>ul .submenu-link>a p,.main-header .menu-level-1>ul .submenu-link>a p--bold{line-height:130%}}@media screen and (max-width:576px){.main-header .menu-level-1>ul .submenu-link>a p,.main-header .menu-level-1>ul .submenu-link>a p--bold{font-size:.75rem;line-height:125%}}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2){flex:unset;width:224px;border-left:1px solid var(--gray-200)}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span{--body:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span,.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{font-weight:600}@media screen and (max-width:1024px){.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span,.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{line-height:130%}}@media screen and (max-width:576px){.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span,.main-header .menu-level-1>ul .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:.875rem;line-height:125%}}.main-header .menu-level-1>ul .submenu-link--more{display:none}.main-header .menu-level-1 p{margin:0;font-weight:400;font-family:var(--font-secondary)}.main-header .menu-level-1 p,.main-header .menu-level-1 p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-1 p--bold{font-weight:500}@media screen and (max-width:1024px){.main-header .menu-level-1 p,.main-header .menu-level-1 p--bold{line-height:130%}}@media screen and (max-width:576px){.main-header .menu-level-1 p,.main-header .menu-level-1 p--bold{font-size:.75rem;line-height:125%}}.main-header .menu-level-1 .submenu-feature{width:274px;padding:24px;background-color:var(--background-color)}.main-header .menu-level-1 .submenu-feature .field--name-field-title{padding-bottom:24px;border-bottom:1px solid var(--gray-200);text-transform:uppercase}.main-header .menu-level-1 .submenu-feature .resource-cards__list{margin:16px 0}.main-header .menu-level-1 .submenu-feature .resource-cards__item{display:flex;align-items:center}.main-header .menu-level-1 .submenu-feature .resource-cards__item img{margin-bottom:0;height:15px;width:auto;margin-right:12px}.main-header .menu-level-1.menu-theme--harbor_900 .submenu-feature{--body:var(--gray-50);--background-color:var(--purple-400);--title-main:var(--white);background-color:var(--purple-400)}.main-header .menu-level-1.menu-theme--harbor_900 .submenu-feature .field--type-string{color:var(--body)}.main-header .menu-level-1.menu-theme--gray_50 .submenu-feature{--body:var(--gray-700);--background-color:var(--gray-50);background-color:var(--gray-50);border-right:1px solid var(--gray-200)}.main-header .menu-level-1.menu-theme--gray_50.media--right .submenu-feature{border-left:1px solid var(--gray-200)}.main-header .menu-level-2{display:flex;flex-direction:column;gap:24px;padding:24px 0 0;margin:0;border-top:1px solid var(--gray-200)}.main-header .menu-level-2 li{margin:0;display:flex;flex-direction:column;gap:8px}.main-header .menu-level-2 a{padding:0;font-weight:300;font-family:var(--font-secondary);font-weight:600}.main-header .menu-level-2 a,.main-header .menu-level-2 a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.main-header .menu-level-2 a--bold{font-weight:600}@media screen and (max-width:1024px){.main-header .menu-level-2 a,.main-header .menu-level-2 a--bold{line-height:130%}}@media screen and (max-width:576px){.main-header .menu-level-2 a,.main-header .menu-level-2 a--bold{font-size:.875rem;line-height:125%}}.main-header .menu-level-2.count-1,.main-header .menu-level-2.count-2,.main-header .menu-level-2.count-3{gap:24px}.main-header .menu-level-2 .no-description{margin:-4px 0}.main-header .menu-level-2 .no-description img,.main-header .menu-level-2 .no-description svg,.main-header .menu-level-2 .no-description picture{width:22px;height:22px}.main-header .menu-level-2:hover{color:var(--purple-300)}.main-header .menu-media-size--small .card-benefit img,.main-header .menu-media-size--small .card-benefit svg,.main-header .menu-media-size--small .card-benefit picture{width:80px}.main-header .menu-media-size--medium .card-benefit img,.main-header .menu-media-size--medium .card-benefit svg,.main-header .menu-media-size--medium .card-benefit picture{width:140px}.main-header .menu-media-size--large .card-benefit img,.main-header .menu-media-size--large .card-benefit svg,.main-header .menu-media-size--large .card-benefit picture{width:100%}.main-header .card-benefit{display:flex;flex-direction:column;gap:8px}.main-header .card-benefit img,.main-header .card-benefit svg,.main-header .card-benefit picture{width:80px;height:auto}.main-header .card-benefit img,.main-header .card-benefit svg{margin-bottom:16px}.main-header .card-benefit p{font-weight:400;font-family:var(--font-secondary)}.main-header .card-benefit p,.main-header .card-benefit p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-header .card-benefit p--bold{font-weight:500}@media screen and (max-width:1024px){.main-header .card-benefit p,.main-header .card-benefit p--bold{line-height:130%}}@media screen and (max-width:576px){.main-header .card-benefit p,.main-header .card-benefit p--bold{font-size:.75rem;line-height:125%}}.main-header .card-benefit .p{font-weight:300;font-family:var(--font-secondary);font-weight:500}.main-header .card-benefit .p,.main-header .card-benefit .p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.main-header .card-benefit .p--bold{font-weight:400}@media screen and (max-width:1024px){.main-header .card-benefit .p,.main-header .card-benefit .p--bold{line-height:130%}}@media screen and (max-width:576px){.main-header .card-benefit .p,.main-header .card-benefit .p--bold{font-size:1.125rem;line-height:110%}}.main-header.active-search .menu-level-0{display:none}.toolbar-vertical .mobile-navigation,.toolbar-fixed .mobile-navigation{top:136px;height:calc(100% - 136px)}.mobile-navigation{--body:var(--black);position:fixed;top:72px;right:0;z-index:9999;width:100%;height:calc(100% - 72px);justify-content:flex-end;background-color:rgba(0,0,0,.35);display:none}@media(min-width:1025px){.mobile-navigation{display:none !important}}.mobile-navigation .btn--secondary{--btn-bg:var(--white);--btn-color:var(--purple-300);--btn-border:var(--purple-300);--btn-bg-hover:var(--purple-300);--btn-color-hover:var(--white);--btn-border-hover:var(--purple-300);--btn-bg-focus:transparent;--btn-color-focus:var(--purple-300);--btn-border-focus:var(--purple-300);--btn-bg-active:var(--purple-300);--btn-color-active:var(--white);--btn-border-active:var(--purple-300)}.mobile-navigation.active{display:flex}.mobile-navigation.active .mobile-navigation__box{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-navigation__box{width:100%;display:flex;flex-direction:column;align-items:center;background-color:var(--white);-webkit-transform:translateX(-100%);transform:translateX(-100%);position:relative}.mobile-navigation__box .container{display:flex;flex-direction:column;padding-bottom:94px;height:100%;position:unset;overflow:auto}@media screen and (max-width:1280px){.mobile-navigation__box .container{max-width:800px;padding:0 16px 94px}}.mobile-navigation__box>.container>.row-buttons{display:flex;padding:24px 16px;position:absolute;bottom:0;left:0;border-top:1px solid var(--gray-200);background-color:var(--white);width:100%}.mobile-navigation .menu-level-0{list-style:none;display:flex;flex-direction:column;margin:0;padding:16px 0}.mobile-navigation .menu-level-0>li{padding:8px 0;border-bottom:1px solid var(--gray-200)}.mobile-navigation .menu-level-0>li:first-child{padding-top:0}.mobile-navigation .menu-level-0>li:last-child{padding-bottom:0;border-bottom:none}.mobile-navigation .menu-level-0>li>a,.mobile-navigation .menu-level-0>li>.main-title{--body:var(--black);display:flex;align-items:center;padding:8px 12px;border-radius:4px;position:relative;text-decoration:none;cursor:pointer;font-weight:300;font-family:var(--font-secondary)}.mobile-navigation .menu-level-0>li>a,.mobile-navigation .menu-level-0>li>a--bold,.mobile-navigation .menu-level-0>li>.main-title,.mobile-navigation .menu-level-0>li>.main-title--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .menu-level-0>li>a--bold,.mobile-navigation .menu-level-0>li>.main-title--bold{font-weight:600}@media screen and (max-width:1024px){.mobile-navigation .menu-level-0>li>a,.mobile-navigation .menu-level-0>li>a--bold,.mobile-navigation .menu-level-0>li>.main-title,.mobile-navigation .menu-level-0>li>.main-title--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .menu-level-0>li>a,.mobile-navigation .menu-level-0>li>a--bold,.mobile-navigation .menu-level-0>li>.main-title,.mobile-navigation .menu-level-0>li>.main-title--bold{font-size:.875rem;line-height:125%}}@media screen and (max-width:576px){.mobile-navigation .menu-level-0>li>a,.mobile-navigation .menu-level-0>li>.main-title{font-size:16px}}.mobile-navigation .menu-level-0>li>a span,.mobile-navigation .menu-level-0>li>.main-title span{font-size:16px}.mobile-navigation .menu-level-0>li.has-dropdown{display:flex;flex-direction:column;position:relative}.mobile-navigation .menu-level-0>li.has-dropdown>a::after,.mobile-navigation .menu-level-0>li.has-dropdown>.main-title::after{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 6L8 11L3 6' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";position:absolute;top:9px;right:12px}.mobile-navigation .menu-level-0>li.has-dropdown>a.active,.mobile-navigation .menu-level-0>li.has-dropdown>.main-title.active{background-color:var(--purple-100);border-radius:4px}.mobile-navigation .menu-level-0>li.has-dropdown>a.active::after,.mobile-navigation .menu-level-0>li.has-dropdown>.main-title.active::after{color:var(--red-600);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13 10L8 5L3 10' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.mobile-navigation .menu-level-1{--body:var(--black);list-style:none;display:none;flex-direction:column;padding-left:24px}.mobile-navigation .menu-level-1.active{display:flex}.mobile-navigation .menu-level-1 *{margin:0}.mobile-navigation .menu-level-1 .card-benefit .resource-cards__item{display:flex;gap:12px}.mobile-navigation .menu-level-1 .card-benefit .resource-cards__item img,.mobile-navigation .menu-level-1 .card-benefit .resource-cards__item svg{width:15px;height:auto}.mobile-navigation .menu-level-1>ul{list-style:none;display:flex;flex-direction:column;padding:0}.mobile-navigation .menu-level-1>ul>li{padding:16px 0;border-top:1px solid var(--gray-200)}.mobile-navigation .menu-level-1>ul>li>a{text-decoration:none;margin-bottom:24px;min-height:36px}.mobile-navigation .menu-level-1>ul>li>a .link_content span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}@media screen and (max-width:576px){.mobile-navigation .menu-level-1>ul>li>a .link_content span{font-size:.75rem}}.mobile-navigation .menu-level-1>ul>li>a .link_content span{text-decoration:none}.mobile-navigation .menu-level-1>ul>li>a .link_content span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";margin-left:4px}@media screen and (max-width:576px){.mobile-navigation .menu-level-1>ul>li>a .link_content span{font-size:14px}}.mobile-navigation .menu-level-1>ul>li>a:hover{color:var(--purple-300)}.mobile-navigation .menu-level-1>ul>li>a:hover .link_content span{color:var(--red-600)}.mobile-navigation .menu-level-1>ul>li>a:hover .link_content span::after{-webkit-transform:none;transform:none}.mobile-navigation .menu-level-1>ul>li>a{display:flex;margin-bottom:16px;font-size:14px !important}.mobile-navigation .menu-level-1>ul>li>.item-title{margin-bottom:16px;font-size:14px}.mobile-navigation .menu-level-1 .additional-links{order:-1}.mobile-navigation .menu-level-1 .additional-links .submenu-link:first-child{display:flex}.mobile-navigation .menu-level-2{list-style:none;display:flex;flex-direction:column;gap:16px;padding:0}.mobile-navigation .menu-level-2>li{display:flex;flex-direction:column;gap:4px}.mobile-navigation .menu-level-2>li>a{--body:var(--black);text-decoration:none;font-weight:300;font-family:var(--font-secondary);font-weight:600}.mobile-navigation .menu-level-2>li>a,.mobile-navigation .menu-level-2>li>a--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .menu-level-2>li>a--bold{font-weight:600}@media screen and (max-width:1024px){.mobile-navigation .menu-level-2>li>a,.mobile-navigation .menu-level-2>li>a--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .menu-level-2>li>a,.mobile-navigation .menu-level-2>li>a--bold{font-size:.875rem;line-height:125%}}.mobile-navigation .menu-level-2>li>a{font-size:14px}.mobile-navigation .menu-level-2>li>a .link_content p{color:var(--black)}.mobile-navigation .menu-level-2>li>a:hover{--body:var(--purple-300)}.mobile-navigation .menu-level-2>li p{font-weight:400;font-family:var(--font-secondary)}.mobile-navigation .menu-level-2>li p,.mobile-navigation .menu-level-2>li p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .menu-level-2>li p--bold{font-weight:500}@media screen and (max-width:1024px){.mobile-navigation .menu-level-2>li p,.mobile-navigation .menu-level-2>li p--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .menu-level-2>li p,.mobile-navigation .menu-level-2>li p--bold{font-size:.75rem;line-height:125%}}.mobile-navigation .menu-level-2>li p{font-size:12px}.mobile-navigation .card-benefit{padding:16px 0 16px 62px;display:flex;flex-direction:column;gap:8px;position:relative}.mobile-navigation .card-benefit article{-o-object-fit:contain;object-fit:contain;position:absolute;left:0}.mobile-navigation .card-benefit img,.mobile-navigation .card-benefit svg{width:48px;height:48px}.mobile-navigation .card-benefit p{font-weight:400;font-family:var(--font-secondary)}.mobile-navigation .card-benefit p,.mobile-navigation .card-benefit p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .card-benefit p--bold{font-weight:500}@media screen and (max-width:1024px){.mobile-navigation .card-benefit p,.mobile-navigation .card-benefit p--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .card-benefit p,.mobile-navigation .card-benefit p--bold{font-size:.75rem;line-height:125%}}.mobile-navigation .card-benefit p{font-size:12px}.mobile-navigation .card-benefit .p{font-weight:300;font-family:var(--font-secondary);font-weight:500}.mobile-navigation .card-benefit .p,.mobile-navigation .card-benefit .p--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}.mobile-navigation .card-benefit .p--bold{font-weight:400}@media screen and (max-width:1024px){.mobile-navigation .card-benefit .p,.mobile-navigation .card-benefit .p--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .card-benefit .p,.mobile-navigation .card-benefit .p--bold{font-size:1.125rem;line-height:110%}}.mobile-navigation .card-benefit .p{font-size:18px}.mobile-navigation .additional-links{padding:16px 0}.mobile-navigation .additional-links .submenu-link{padding:0}.mobile-navigation .additional-links .submenu-link:last-child{display:none}.mobile-navigation .additional-links .submenu-link:last-child:nth-child(n+2){border-left:none}.mobile-navigation .additional-links .submenu-link a{text-decoration:none}.mobile-navigation .additional-links .submenu-link span{text-decoration:none;margin-bottom:24px;min-height:36px}.mobile-navigation .additional-links .submenu-link span .link_content span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}@media screen and (max-width:576px){.mobile-navigation .additional-links .submenu-link span .link_content span{font-size:.75rem}}.mobile-navigation .additional-links .submenu-link span .link_content span{text-decoration:none}.mobile-navigation .additional-links .submenu-link span .link_content span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";margin-left:4px}@media screen and (max-width:576px){.mobile-navigation .additional-links .submenu-link span .link_content span{font-size:14px}}.mobile-navigation .additional-links .submenu-link span:hover{color:var(--purple-300)}.mobile-navigation .additional-links .submenu-link span:hover .link_content span{color:var(--red-600)}.mobile-navigation .additional-links .submenu-link span:hover .link_content span::after{-webkit-transform:none;transform:none}.mobile-navigation .additional-links .submenu-link span{margin-bottom:0}.mobile-navigation .additional-links .submenu-link span::after{display:none}.mobile-navigation .additional-links .submenu-link p{font-weight:400;font-family:var(--font-secondary)}.mobile-navigation .additional-links .submenu-link p,.mobile-navigation .additional-links .submenu-link p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .additional-links .submenu-link p--bold{font-weight:500}@media screen and (max-width:1024px){.mobile-navigation .additional-links .submenu-link p,.mobile-navigation .additional-links .submenu-link p--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .additional-links .submenu-link p,.mobile-navigation .additional-links .submenu-link p--bold{font-size:.75rem;line-height:125%}}.mobile-navigation .additional-links .submenu-link--more{display:block}.mobile-navigation .additional-links .submenu-link--more>a span{color:var(--purple-300)}.mobile-navigation .additional-links .submenu-link--more>a span::after{display:flex}.mobile-navigation .has-image{display:flex;gap:8px}.mobile-navigation .has-image img,.mobile-navigation .has-image svg,.mobile-navigation .has-image picture{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.mobile-navigation .has-image .link_content{width:calc(100% - 40px)}.mobile-navigation .link_content{display:flex;flex-direction:column;justify-content:center;gap:4px}.mobile-navigation .submenu-link{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:16px}.mobile-navigation .submenu-link>a{display:flex;flex-direction:column;justify-content:center;text-decoration:none;transition:.3s all;padding:24px;height:100%}.mobile-navigation .submenu-link>a.has-image{flex-direction:row;align-items:center !important}.mobile-navigation .submenu-link>a.has-image svg{width:70px;height:70px}.mobile-navigation .submenu-link>a.has-image .link_content{flex-direction:row;gap:30px}@media screen and (max-width:576px){.mobile-navigation .submenu-link>a.has-image .link_content{flex-direction:column;gap:0px}}.mobile-navigation .submenu-link>a.has-image .link_content span{flex:none}.mobile-navigation .submenu-link>a:hover{background-color:var(--gray-300)}.mobile-navigation .submenu-link>a:hover span{color:var(--purple-300)}.mobile-navigation .submenu-link>a:hover span::after{-webkit-transform:none;transform:none}.mobile-navigation .submenu-link>a span{display:flex;align-items:center;color:var(--black);padding:0;font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary);font-size:.875rem !important}@media screen and (max-width:576px){.mobile-navigation .submenu-link>a span{font-size:.75rem}}.mobile-navigation .submenu-link>a span{margin-bottom:0;text-decoration:none}.mobile-navigation .submenu-link>a span::after{width:16px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' viewBox='0 0 16 22' fill='none'%3E%3Cpath d='M5.5 6L10.5 11L5.5 16' stroke='%23806CF0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-repeat:no-repeat;background-size:contain;content:""}.mobile-navigation .submenu-link>a p{--body:var(--black);font-weight:400;font-family:var(--font-secondary)}.mobile-navigation .submenu-link>a p,.mobile-navigation .submenu-link>a p--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .submenu-link>a p--bold{font-weight:500}@media screen and (max-width:1024px){.mobile-navigation .submenu-link>a p,.mobile-navigation .submenu-link>a p--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .submenu-link>a p,.mobile-navigation .submenu-link>a p--bold{font-size:.75rem;line-height:125%}}.mobile-navigation .submenu-link:last-child:nth-child(n+2){flex:unset;width:224px;border-left:1px solid var(--gray-200)}.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span{--body:var(--purple-300);font-weight:300;font-family:var(--font-secondary);font-weight:600}.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span,.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{font-weight:600}@media screen and (max-width:1024px){.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span,.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{line-height:130%}}@media screen and (max-width:576px){.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span,.mobile-navigation .submenu-link:last-child:nth-child(n+2) a span--bold{font-size:.875rem;line-height:125%}}.mobile-navigation .submenu-link--more{display:none}.mobile-navigation .submenu-link a{padding:0}.mobile-navigation .submenu-link a:hover{background-color:rgba(0,0,0,0)}.layout-container.theme-color-purple-400 .main-footer{--body:var(--black)}.main-footer{overflow:hidden;width:100%}.main-footer *{font-family:var(--font-main),sans-serif}.main-footer__top{padding:80px 0;background-color:var(--gray-100)}@media screen and (max-width:768px){.main-footer__top{padding:60px 0 10px}}.main-footer__top .container{display:flex;justify-content:space-between;position:relative;gap:68px;margin:0 auto}@media screen and (max-width:1024px){.main-footer__top .container{display:flex;flex-direction:column}}@media screen and (max-width:768px){.main-footer__top .container{gap:16px}}.main-footer__top .container>*{margin-bottom:0}.main-footer__top .container .footer-menu-nav{width:calc(100% - 68px - 76px)}@media screen and (max-width:1024px){.main-footer__top .container .footer-menu-nav{width:100%}}.main-footer__top .container .footer-menu-nav .footer-menu{display:flex;flex-flow:row nowrap;justify-content:space-between;gap:0 48px}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu{flex-wrap:wrap}}.main-footer__top .container .footer-menu-nav .footer-menu>li{max-width:25%}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu>li{width:100%;max-width:none}}.main-footer__top .container .footer-menu-nav .footer-menu>li:last-child{min-width:160px}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-area{border-bottom:1px solid var(--gray-200)}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-area:last-child{border-bottom:none}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-title--linked{margin-bottom:0;display:flex !important;padding:8px 12px;position:relative;text-transform:capitalize}.main-footer__top .container .footer-menu-nav .footer-menu .menu-title--linked::after{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:12px;content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMgNkw4IDExTDMgNiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");background-size:contain;background-repeat:no-repeat}.main-footer__top .container .footer-menu-nav .footer-menu .menu-title--linked a{padding-bottom:0;border-bottom:none;font-size:1rem;font-style:normal;font-weight:350;line-height:140%;margin:8px 0;text-transform:capitalize}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-item{width:100%;display:none}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .menu-item a{width:100%}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-title--linked{border-radius:4px;background:var(--purple-200);padding:8px 12px;border-bottom:none;position:relative}.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-title--linked::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMgMTBMOCA1TDMgMTAiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-title--linked a{border:none;padding-bottom:0;margin:0}}.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-item{display:flex}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-item{margin-bottom:16px;padding-left:24px}}@media screen and (max-width:768px){.main-footer__top .container .footer-menu-nav .footer-menu .active .menu-item.menu-title--linked{padding-left:12px}}.main-footer__top .footer-logo{display:block;width:76px;color:#846bf8}.main-footer__top .footer-logo svg{width:100%;height:100%;display:block}.main-footer__top #block-conga-globalhq p{margin:0;line-height:23.8px}.main-footer__top #block-conga-globalhq .field--name-field-heading{margin-bottom:12px}.main-footer__top #block-conga-globalhq .field--name-field-heading p{color:var(--black);line-height:110%;font-size:14px;font-weight:bold;font-family:var(--font-secondary)}.main-footer__top #block-conga-globalhq a{font-size:14px;color:#e53535;text-decoration:none;font-weight:600}.main-footer__top #block-conga-globalhq a:not([href*=tel]){position:relative}.main-footer__top #block-conga-globalhq a:not([href*=tel])::after{content:"";position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon - 16px'%3E%3Cpath id='Vector 3' d='M5.5 3L10.5 8L5.5 13' stroke='%23C81A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");top:1px;right:-17px;width:14px;height:100%}.main-footer__top .block--text{margin:-70% 0 0;max-width:325px;padding:50px 0 0;text-align:left;position:relative}@media screen and (max-width:1024px){.main-footer__top .block--text{margin:-30px 0 0}}.main-footer__top .block--text::after{content:"";position:absolute;top:-2%;left:-10%;width:125%;height:125%;background:url(/themes/custom/conga/build/images/footer-map.svg) no-repeat;background-size:contain;z-index:-1}@media screen and (max-width:1024px){.main-footer__top .block--text::after{background-size:auto;top:-50px}}.main-footer__top .block--text .field--name-field-heading{color:#000;font-size:14px;line-height:110%}.main-footer__top .block--text .field--name-field-heading p{font-size:14px;margin:0}.main-footer__top .block--text .field--name-field-description{margin-top:.75rem}.main-footer__top .block--text .field--name-field-description p{margin:0;font-size:.875rem}.main-footer__top .block--text .field--name-field-description a{color:#806cf0;display:inline-block;font-size:1rem;text-decoration:none;vertical-align:top}.main-footer__top .block--text .field--name-field-description a:hover{color:#806cf0}.main-footer__top .block--text .field--name-field-description a:active{color:#806cf0}@media all and (-ms-high-contrast:none){.main-footer__top .navigation{margin:0 48px}}@media screen and (max-width:1024px){.main-footer__top .navigation{grid-area:footer-03}}.main-footer__top .block--form .paragraph--type--reference-marketo-form h2{font-size:1rem;margin:0;text-align:left}.main-footer__top .block--cta-block{max-height:120px}.main-footer__top ul{list-style:none;font-size:16px;line-height:1.5;margin:0;padding:0}.main-footer__top ul .menu-item{margin-bottom:8px}.main-footer__top ul .menu-item>a{display:block;text-decoration:none;font-weight:400;font-family:var(--font-secondary)}.main-footer__top ul .menu-item>a,.main-footer__top ul .menu-item>a--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}.main-footer__top ul .menu-item>a--bold{font-weight:500}@media screen and (max-width:1024px){.main-footer__top ul .menu-item>a,.main-footer__top ul .menu-item>a--bold{line-height:130%}}@media screen and (max-width:576px){.main-footer__top ul .menu-item>a,.main-footer__top ul .menu-item>a--bold{font-size:.75rem;line-height:125%}}.main-footer__top ul .menu-item>a:hover,.main-footer__top ul .menu-item>a:focus,.main-footer__top ul .menu-item>a:active{color:#806cf0}.main-footer__top ul .menu-title{font-size:.875rem;font-weight:700;text-transform:uppercase}.main-footer__top ul .menu-title--linked{font-size:1rem;font-weight:700;line-height:100%;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid var(--gray-200);color:var(--black);margin-bottom:24px}.main-footer__bottom{width:100%;display:flex;justify-content:center;padding:8px 0;border-top:1px solid var(--gray-200);background-color:var(--white)}.main-footer__bottom *{font-family:var(--font-secondary)}.main-footer__bottom .container{justify-content:space-between;color:var(--gray-700);font-size:.85em;gap:0 145px}.main-footer__bottom .container .languages-switcher{min-width:105px;color:var(--gray-700);position:relative !important}.main-footer__bottom .container .languages-switcher:hover{cursor:pointer}.main-footer__bottom .container .languages-switcher:hover ul .links{display:flex}.main-footer__bottom .container .languages-switcher:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='%23806CF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.main-footer__bottom .container .languages-switcher .item-list>ul{margin:0;padding:0}.main-footer__bottom .container .languages-switcher .item-list>ul>li{margin:0}.main-footer__bottom .container .languages-switcher ul{list-style:none}.main-footer__bottom .container .languages-switcher ul .links{display:none;position:absolute;bottom:100%;left:calc(-50% + 40px);padding:0;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--gray-50);margin:0;border-radius:16px;border:none;box-shadow:0 4px 15px 0 rgba(172,172,172,.5);overflow:hidden}.main-footer__bottom .container .languages-switcher ul .links li{width:100%;margin:0}.main-footer__bottom .container .languages-switcher ul .links li a{display:flex;width:100%;padding:8px 12px}.main-footer__bottom .container .languages-switcher ul .links li a:hover{-webkit-transform:none;transform:none;color:var(--body);background-color:var(--gray-100)}.main-footer__bottom .container .languages-switcher ul .links li a::before{width:30px;height:16px;content:"";background-size:contain;background-repeat:no-repeat;margin-right:8px}@media screen and (max-width:576px){.main-footer__bottom .container .languages-switcher ul .links li a::before{display:none}}.main-footer__bottom .container .languages-switcher ul .links li.en a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Cg clip-path='url(%23clip0_17017_108482)'%3E%3Cpath d='M46 0H0V24.2105H46V0Z' fill='%23B22234'/%3E%3Cpath d='M0 2.79352H46H0ZM46 6.51821H0H46ZM0 10.2429H46H0ZM46 13.9676H0H46ZM0 17.6923H46H0ZM46 21.417H0H46Z' fill='black'/%3E%3Cpath d='M0 2.79352H46M46 6.51821H0M0 10.2429H46M46 13.9676H0M0 17.6923H46M46 21.417H0' stroke='white' stroke-width='1.86235'/%3E%3Cpath d='M18.4 0H0V13.0364H18.4V0Z' fill='%233C3B6E'/%3E%3Cpath d='M1.53465 0.558716L1.97252 1.90632L0.826172 1.07346H2.24313L1.09679 1.90632L1.53465 0.558716Z' fill='white'/%3E%3Cpath d='M1.53465 3.16602L1.97252 4.51362L0.826172 3.68076H2.24313L1.09679 4.51362L1.53465 3.16602Z' fill='white'/%3E%3Cpath d='M1.53465 5.77328L1.97252 7.12089L0.826172 6.28803H2.24313L1.09679 7.12089L1.53465 5.77328Z' fill='white'/%3E%3Cpath d='M1.53465 8.38058L1.97252 9.72819L0.826172 8.89533H2.24313L1.09679 9.72819L1.53465 8.38058Z' fill='white'/%3E%3Cpath d='M1.53465 10.9879L1.97252 12.3355L0.826172 11.5026H2.24313L1.09679 12.3355L1.53465 10.9879Z' fill='white'/%3E%3Cpath d='M3.06785 1.86237L3.50572 3.20997L2.35938 2.37711H3.77633L2.62999 3.20997L3.06785 1.86237Z' fill='white'/%3E%3Cpath d='M3.06785 4.46967L3.50572 5.81727L2.35938 4.98441H3.77633L2.62999 5.81727L3.06785 4.46967Z' fill='white'/%3E%3Cpath d='M3.06785 7.07693L3.50572 8.42454L2.35938 7.59168H3.77633L2.62999 8.42454L3.06785 7.07693Z' fill='white'/%3E%3Cpath d='M3.06785 9.68423L3.50572 11.0318L2.35938 10.199H3.77633L2.62999 11.0318L3.06785 9.68423Z' fill='white'/%3E%3Cpath d='M4.5991 0.558716L5.03697 1.90632L3.89062 1.07346H5.30758L4.16124 1.90632L4.5991 0.558716Z' fill='white'/%3E%3Cpath d='M4.5991 3.16602L5.03697 4.51362L3.89062 3.68076H5.30758L4.16124 4.51362L4.5991 3.16602Z' fill='white'/%3E%3Cpath d='M4.5991 5.77328L5.03697 7.12089L3.89062 6.28803H5.30758L4.16124 7.12089L4.5991 5.77328Z' fill='white'/%3E%3Cpath d='M4.5991 8.38058L5.03697 9.72819L3.89062 8.89533H5.30758L4.16124 9.72819L4.5991 8.38058Z' fill='white'/%3E%3Cpath d='M4.5991 10.9879L5.03697 12.3355L3.89062 11.5026H5.30758L4.16124 12.3355L4.5991 10.9879Z' fill='white'/%3E%3Cpath d='M6.13426 1.86237L6.57212 3.20997L5.42578 2.37711H6.84274L5.6964 3.20997L6.13426 1.86237Z' fill='white'/%3E%3Cpath d='M6.13426 4.46967L6.57212 5.81727L5.42578 4.98441H6.84274L5.6964 5.81727L6.13426 4.46967Z' fill='white'/%3E%3Cpath d='M6.13426 7.07693L6.57212 8.42454L5.42578 7.59168H6.84274L5.6964 8.42454L6.13426 7.07693Z' fill='white'/%3E%3Cpath d='M6.13426 9.68423L6.57212 11.0318L5.42578 10.199H6.84274L5.6964 11.0318L6.13426 9.68423Z' fill='white'/%3E%3Cpath d='M7.66746 0.558716L8.10533 1.90632L6.95898 1.07346H8.37594L7.2296 1.90632L7.66746 0.558716Z' fill='white'/%3E%3Cpath d='M7.66746 3.16602L8.10533 4.51362L6.95898 3.68076H8.37594L7.2296 4.51362L7.66746 3.16602Z' fill='white'/%3E%3Cpath d='M7.66746 5.77328L8.10533 7.12089L6.95898 6.28803H8.37594L7.2296 7.12089L7.66746 5.77328Z' fill='white'/%3E%3Cpath d='M7.66746 8.38058L8.10533 9.72819L6.95898 8.89533H8.37594L7.2296 9.72819L7.66746 8.38058Z' fill='white'/%3E%3Cpath d='M7.66746 10.9879L8.10533 12.3355L6.95898 11.5026H8.37594L7.2296 12.3355L7.66746 10.9879Z' fill='white'/%3E%3Cpath d='M9.20067 1.86237L9.63853 3.20997L8.49219 2.37711H9.90915L8.7628 3.20997L9.20067 1.86237Z' fill='white'/%3E%3Cpath d='M9.20067 4.46967L9.63853 5.81727L8.49219 4.98441H9.90915L8.7628 5.81727L9.20067 4.46967Z' fill='white'/%3E%3Cpath d='M9.20067 7.07693L9.63853 8.42454L8.49219 7.59168H9.90915L8.7628 8.42454L9.20067 7.07693Z' fill='white'/%3E%3Cpath d='M9.20067 9.68423L9.63853 11.0318L8.49219 10.199H9.90915L8.7628 11.0318L9.20067 9.68423Z' fill='white'/%3E%3Cpath d='M10.7319 0.558716L11.1698 1.90632L10.0234 1.07346H11.4404L10.2941 1.90632L10.7319 0.558716Z' fill='white'/%3E%3Cpath d='M10.7319 3.16602L11.1698 4.51362L10.0234 3.68076H11.4404L10.2941 4.51362L10.7319 3.16602Z' fill='white'/%3E%3Cpath d='M10.7319 5.77328L11.1698 7.12089L10.0234 6.28803H11.4404L10.2941 7.12089L10.7319 5.77328Z' fill='white'/%3E%3Cpath d='M10.7319 8.38058L11.1698 9.72819L10.0234 8.89533H11.4404L10.2941 9.72819L10.7319 8.38058Z' fill='white'/%3E%3Cpath d='M10.7319 10.9879L11.1698 12.3355L10.0234 11.5026H11.4404L10.2941 12.3355L10.7319 10.9879Z' fill='white'/%3E%3Cpath d='M12.2671 1.86237L12.7049 3.20997L11.5586 2.37711H12.9756L11.8292 3.20997L12.2671 1.86237Z' fill='white'/%3E%3Cpath d='M12.2671 4.46967L12.7049 5.81727L11.5586 4.98441H12.9756L11.8292 5.81727L12.2671 4.46967Z' fill='white'/%3E%3Cpath d='M12.2671 7.07693L12.7049 8.42454L11.5586 7.59168H12.9756L11.8292 8.42454L12.2671 7.07693Z' fill='white'/%3E%3Cpath d='M12.2671 9.68423L12.7049 11.0318L11.5586 10.199H12.9756L11.8292 11.0318L12.2671 9.68423Z' fill='white'/%3E%3Cpath d='M13.8022 0.558716L14.2401 1.90632L13.0938 1.07346H14.5107L13.3644 1.90632L13.8022 0.558716Z' fill='white'/%3E%3Cpath d='M13.8022 3.16602L14.2401 4.51362L13.0938 3.68076H14.5107L13.3644 4.51362L13.8022 3.16602Z' fill='white'/%3E%3Cpath d='M13.8022 5.77328L14.2401 7.12089L13.0938 6.28803H14.5107L13.3644 7.12089L13.8022 5.77328Z' fill='white'/%3E%3Cpath d='M13.8022 8.38058L14.2401 9.72819L13.0938 8.89533H14.5107L13.3644 9.72819L13.8022 8.38058Z' fill='white'/%3E%3Cpath d='M13.8022 10.9879L14.2401 12.3355L13.0938 11.5026H14.5107L13.3644 12.3355L13.8022 10.9879Z' fill='white'/%3E%3Cpath d='M15.3354 1.86237L15.7733 3.20997L14.627 2.37711H16.0439L14.8976 3.20997L15.3354 1.86237Z' fill='white'/%3E%3Cpath d='M15.3354 4.46967L15.7733 5.81727L14.627 4.98441H16.0439L14.8976 5.81727L15.3354 4.46967Z' fill='white'/%3E%3Cpath d='M15.3354 7.07693L15.7733 8.42454L14.627 7.59168H16.0439L14.8976 8.42454L15.3354 7.07693Z' fill='white'/%3E%3Cpath d='M15.3354 9.68423L15.7733 11.0318L14.627 10.199H16.0439L14.8976 11.0318L15.3354 9.68423Z' fill='white'/%3E%3Cpath d='M16.8647 0.558716L17.3026 1.90632L16.1562 1.07346H17.5732L16.4269 1.90632L16.8647 0.558716Z' fill='white'/%3E%3Cpath d='M16.8647 3.16602L17.3026 4.51362L16.1562 3.68076H17.5732L16.4269 4.51362L16.8647 3.16602Z' fill='white'/%3E%3Cpath d='M16.8647 5.77328L17.3026 7.12089L16.1562 6.28803H17.5732L16.4269 7.12089L16.8647 5.77328Z' fill='white'/%3E%3Cpath d='M16.8647 8.38058L17.3026 9.72819L16.1562 8.89533H17.5732L16.4269 9.72819L16.8647 8.38058Z' fill='white'/%3E%3Cpath d='M16.8647 10.9879L17.3026 12.3355L16.1562 11.5026H17.5732L16.4269 12.3355L16.8647 10.9879Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108482'%3E%3Crect width='46' height='24.2105' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-footer__bottom .container .languages-switcher ul .links li.de a::before{background-image:url("data:image/svg+xml,%3Csvg width='46' height='24' viewBox='0 0 46 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17017_108566)'%3E%3Cpath d='M46 0H0V8H46V0Z' fill='black'/%3E%3Cpath d='M46 8H0V16H46V8Z' fill='%23DD0000'/%3E%3Cpath d='M46 16H0V24H46V16Z' fill='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17017_108566'%3E%3Crect width='46' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.main-footer__bottom .container .languages-switcher ul .links li.fr a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='24' viewBox='0 0 46 24' fill='none'%3E%3Crect width='15.3333' height='24' fill='%23002654'/%3E%3Crect x='15.3301' width='15.3333' height='24' fill='white'/%3E%3Crect x='30.6602' width='15.3333' height='24' fill='%23CE1126'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.main-footer__bottom .container .languages-switcher ul .links{left:calc(-50% + 54px)}}@media screen and (max-width:576px){.main-footer__bottom .container .languages-switcher ul .links{left:24px}}.main-footer__bottom .container .languages-switcher ul li a{color:var(--gray-700);text-decoration:none}.main-footer__bottom .container .languages-switcher::before{width:24px;height:24px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22M2.50002 9H21.5M2.5 15H21.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-block;transition:all .3s;margin-right:8px}.main-footer__bottom .container .languages-switcher::after{width:16px;height:16px;content:"";display:inline-block;background-color:var(--body);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 6L8 11L3 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s;margin-left:8px}.main-footer__bottom .container .languages-switcher{display:flex !important;flex-flow:row nowrap !important}.main-footer__bottom .container .languages-switcher:hover:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:var(--purple-300)}.main-footer__bottom .container .copyright{font-size:.85rem;line-height:inherit;max-width:583px;display:flex;flex:1}@media screen and (max-width:1024px){.main-footer__bottom .container{flex-direction:column;align-items:center}.main-footer__bottom .container *{text-align:center}}.main-footer__bottom nav{display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.main-footer__bottom nav{flex-direction:column;align-items:center;gap:8px}.main-footer__bottom nav *{text-align:center}}.main-footer__bottom .menu--footer-utility>ul{display:flex;flex-wrap:wrap;line-height:inherit;list-style:none;margin:0 0 0 12px;font-size:1rem;padding:0;align-items:center;gap:12px}@media screen and (max-width:1024px){.main-footer__bottom .menu--footer-utility>ul{justify-content:center}}.main-footer__bottom .menu--footer-utility>ul li{display:flex}.main-footer__bottom .menu--footer-utility>ul li::after{content:"";display:block;width:6px;height:6px;background:currentcolor;border-radius:50%;margin:auto 0 auto 20px}.main-footer__bottom .menu--footer-utility>ul li:last-child::after{display:none}.main-footer__bottom .menu--footer-utility>ul li a{font-size:.875rem;font-style:normal;font-weight:350;line-height:140%;text-decoration:none;color:var(--gray-700)}.main-footer__bottom .menu--footer-utility>ul li a:hover{color:var(--purple-300)}.main-footer__top .social-links-menu{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:1024px){.main-footer__top .social-links-menu{flex-direction:row;justify-content:space-between;align-items:center;gap:48px}}@media screen and (max-width:576px){.main-footer__top .social-links-menu{margin-top:10px}}.main-footer__top .social-links-menu>ul{align-items:center;display:flex;flex-direction:column;line-height:1;list-style:none;justify-content:center;margin:0;padding:0;gap:16px}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul{flex-direction:row;align-items:center;gap:24px}}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul li{margin:0}}.main-footer__top .social-links-menu>ul li a{vertical-align:top;font-size:0;width:18px;height:19px;background-repeat:no-repeat;background-size:contain;display:inline-block;transition:all .3s}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul li a{background-position-y:center}}.main-footer__top .social-links-menu>ul li a:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.main-footer__top .social-links-menu>ul li:nth-child(1) a{background-image:url(/themes/custom/conga/build/images/in-gray.svg)}.main-footer__top .social-links-menu>ul li:nth-child(2) a{background-image:url(/themes/custom/conga/build/images/twitter-gray.svg)}.main-footer__top .social-links-menu>ul li:nth-child(3) a{background-image:url(/themes/custom/conga/build/images/facebook-gray.svg)}.main-footer__top .social-links-menu>ul li:nth-child(4) a{background-image:url(/themes/custom/conga/build/images/instagram.png);width:20px;height:20px}.main-footer__top .social-links-menu>ul li:nth-child(5) a{background-image:url(/themes/custom/conga/build/images/youtube-gray.svg)}@media screen and (max-width:1024px){.main-footer__top .social-links-menu>ul{justify-content:flex-start}}.padding-top-xl{--padding-top:100px;padding-top:100px !important}@media screen and (max-width:1024px){.padding-top-xl{--padding-top:60px;padding-top:60px !important}}.padding-top-small-l{--padding-top:80px;padding-top:80px !important}@media screen and (max-width:1024px){.padding-top-small-l{--padding-top:40px;padding-top:40px !important}}.padding-top-l{--padding-top:50px;padding-top:50px !important}@media screen and (max-width:1024px){.padding-top-l{--padding-top:30px;padding-top:30px !important}}.padding-top-s{--padding-top:48px;padding-top:48px !important}@media screen and (max-width:1024px){.padding-top-s{--padding-top:24px;padding-top:24px !important}}.padding-top-xs{--padding-top:24px;padding-top:24px !important}.padding-top-none{--padding-top:0;padding-top:0 !important}.padding-bottom-xl{--padding-bottom:100px;padding-bottom:100px !important}@media screen and (max-width:1024px){.padding-bottom-xl{--padding-bottom:60px;padding-bottom:60px !important}}.padding-bottom-small-l{--padding-bottom:80px;padding-bottom:80px !important}@media screen and (max-width:1024px){.padding-bottom-small-l{--padding-bottom:40px;padding-bottom:40px !important}}.padding-bottom-l{--padding-bottom:50px;padding-bottom:50px !important}@media screen and (max-width:1024px){.padding-bottom-l{--padding-bottom:30px;padding-bottom:30px !important}}.padding-bottom-s{--padding-bottom:48px;padding-bottom:48px !important}@media screen and (max-width:1024px){.padding-bottom-s{--padding-bottom:24px;padding-bottom:24px !important}}.padding-bottom-xs{--padding-bottom:24px;padding-bottom:24px !important}.padding-bottom-none{--padding-bottom:0;padding-bottom:0 !important}.theme-color-purple-white-gradient,.theme-color-purple-gray-gradient,.theme-color-purple-200,.theme-color-purple-100,.theme-color-white,.theme-color-gray-200,.theme-color-gray-100,.theme-color-gray-50{--link-color:var(--black);--link-color-hover:var(--purple-300);--title-main:var(--black);--title-secondary:var(--black);--body:var(--black);--page-label:var(--black);--card-border:var(--purple-200);--card-bg:var(--white);--card-text:var(--black);--card-title:var(--black);--text-selected:var(--purple-300);--progress-line:var(--gray-200);--media-mask-color:var(--purple-300);--btn-bg-color:var(--white)}.theme-color-gray-50{--background-color:var(--gray-50)}.theme-color-gray-100{--background-color:var(--gray-100)}.theme-color-gray-200{--background-color:var(--gray-200);--progress-line:var(--gray-300)}.theme-color-white{--background-color:var(--white);--card-bg:var(--gray-200)}.theme-color-purple-100{--background-color:var(--purple-100)}.theme-color-purple-200{--background-color:var(--purple-200)}.theme-color-purple-300{--background-color:var(--purple-300);--link-color:var(--white);--link-color-hover:var(--purple-200);--title-main:var(--white);--title-secondary:var(--white);--body:var(--white);--page-label:var(--white);--card-bg:var(--white);--card-text:var(--gray-700);--card-title:var(--black);--text-selected:var(--purple-200);--progress-line:var(--gray-200);--btn-bg-color:transparent}.theme-color-purple-400{--background-color:var(--purple-400);--link-color:var(--white);--link-color-hover:var(--purple-200);--title-main:var(--white);--title-secondary:var(--white);--body:var(--white);--page-label:var(--white);--card-bg:var(--white);--card-text:var(--gray-700);--card-title:var(--black);--text-selected:var(--purple-200);--progress-line:var(--gray-200);--btn-bg-color:transparent;--progress-line:var(--gray-600)}.theme-color-purple-gray-gradient{--background-color:linear-gradient(180deg,var(--purple-400) 0%,var(--purple-300) 100%);--media-mask-color:var(--purple-300)}.theme-color-purple-white-gradient{--background-color:linear-gradient(180deg,var(--purple-200) 0%,var(--white) 100%);--media-mask-color:var(--white)}section.theme-color-purple-400 .btn--secondary{--btn-color-hover:var(--purple-400);--btn-bg-hover:var(--white);--btn-color:var(--white);--btn-border:var(--white);--btn-border-hover:var(--white)}.bg-theme--gray{background-color:var(--gray-100)}.theme-color-purple-white-gradient .theme-color-purple-400{--background-color:var(--purple-400)}section.theme-color-purple-400{--text-selected:var(--purple-100)}section.theme-color-purple-400 .btn--primary{--btn-bg:var(--white);--btn-color:var(--purple-400);--btn-border:var(--purple-400);--btn-bg-hover:transparent;--btn-color-hover:var(--white);--btn-border-hover:var(--white)}.theme-color-purple-gray-gradient{background:linear-gradient(180deg,var(--purple-300) 25.48%,var(--purple-400) 100%);--title-main:var(--white);--body:var(--white);--link-color:var(--white);--page-label:var(--white)}.theme-color-purple-gray-gradient p{color:var(--body)}.theme-color-purple-gray-gradient .btn--primary{--btn-bg:var(--white);--btn-color:var(--purple-400);--btn-border:transparent}.theme-color-purple-gray-gradient .btn--primary:hover{--btn-bg-hover:transparent;--btn-border-hover:var(--white);--btn-color-hover:var(--white)}.theme-color-purple-gray-gradient .btn--secondary{--btn-border:var(--white);--btn-color:var(--white);--btn-bg:transparent}.theme-color-purple-gray-gradient .btn--secondary:hover{--btn-bg-hover:var(--white);--btn-color-hover:var(--purple-400);border:none}.layout-container.theme-color-purple-400 .splide__pagination__page.is-active{background-color:var(--purple-400)}.h1,h1,h2,h2,h3,h3,h4,h4,h5,h5,h6,.h6{font-family:var(--font-main)}.h1,.h1 *,h1,h1 *{font-size:3.75rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h1,.h1 *,h1,h1 *{font-size:3rem;line-height:100%}}@media screen and (max-width:576px){.h1,.h1 *,h1,h1 *{font-size:2.5rem}}@media(max-width:375px){.h1,.h1 *,h1,h1 *{font-size:2.25rem}}.h1 span,.h1 * span,h1 span,h1 * span{color:var(--text-selected)}.h2,.h2 *,h2,h2 *{font-size:3rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h2,.h2 *,h2,h2 *{font-size:2.5rem;line-height:100%}}@media screen and (max-width:576px){.h2,.h2 *,h2,h2 *{font-size:2rem}}.h3,.h3 *,h3,h3 *{font-size:2.5rem;font-weight:400;line-height:100%;margin:0;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h3,.h3 *,h3,h3 *{font-size:2rem;line-height:100%}}@media screen and (max-width:576px){.h3,.h3 *,h3,h3 *{font-size:1.5rem}}.h4,.h4 *,h4,h4 *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h4,.h4 *,h4,h4 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.h4,.h4 *,h4,h4 *{font-size:1.375rem}}.h5,.h5 *,h5,h5 *{font-size:1.5rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.h5,.h5 *,h5,h5 *{line-height:100%}}@media screen and (max-width:576px){.h5,.h5 *,h5,h5 *{font-size:1.25rem}}.h6,.h6 *,h6,h6 *{font-size:1.25rem;font-style:normal;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:576px){.h6,.h6 *,h6,h6 *{font-size:1.125rem}}.hxl,.hxl *{font-size:4.5rem;font-weight:400;line-height:100%;margin:0}@media screen and (max-width:1024px){.hxl,.hxl *{font-size:3.5rem;line-height:100%}}@media screen and (max-width:576px){.hxl,.hxl *{font-size:2.5rem}}.eyebrow-text,.eyebrow-text p,.eyebrow-text span{font-size:1rem;font-weight:500;line-height:1rem;color:var(--black);font-family:var(--font-secondary);text-transform:uppercase}@media screen and (max-width:576px){.eyebrow-text,.eyebrow-text p,.eyebrow-text span{font-size:.875rem}}p,.body-text{font-weight:300;font-family:var(--font-secondary)}p,p--bold,.body-text,.body-text--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}p--bold,.body-text--bold{font-weight:500}@media screen and (max-width:1024px){p,p--bold,.body-text,.body-text--bold{line-height:130%}}@media screen and (max-width:576px){p,p--bold,.body-text,.body-text--bold{font-size:1rem;line-height:125%}}p--xs,.body-text--xs{font-weight:400;font-family:var(--font-secondary)}p--xs,p--xs--bold,.body-text--xs,.body-text--xs--bold{font-size:.875rem;line-height:125%;text-align:left;color:var(--body)}p--xs--bold,.body-text--xs--bold{font-weight:500}@media screen and (max-width:1024px){p--xs,p--xs--bold,.body-text--xs,.body-text--xs--bold{line-height:130%}}@media screen and (max-width:576px){p--xs,p--xs--bold,.body-text--xs,.body-text--xs--bold{font-size:.75rem;line-height:125%}}p--s,.body-text--s{font-weight:300;font-family:var(--font-secondary)}p--s,p--s--bold,.body-text--s,.body-text--s--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}p--s--bold,.body-text--s--bold{font-weight:600}@media screen and (max-width:1024px){p--s,p--s--bold,.body-text--s,.body-text--s--bold{line-height:130%}}@media screen and (max-width:576px){p--s,p--s--bold,.body-text--s,.body-text--s--bold{font-size:.875rem;line-height:125%}}p--l,.body-text--l{font-weight:300;font-family:var(--font-secondary)}p--l,p--l--bold,.body-text--l,.body-text--l--bold{font-size:1.25rem;line-height:120%;text-align:left;color:var(--body)}p--l--bold,.body-text--l--bold{font-weight:400}@media screen and (max-width:1024px){p--l,p--l--bold,.body-text--l,.body-text--l--bold{line-height:130%}}@media screen and (max-width:576px){p--l,p--l--bold,.body-text--l,.body-text--l--bold{font-size:1.125rem;line-height:110%}}.tag{font-size:.875rem;font-weight:500;line-height:130%;text-align:left;text-transform:uppercase;margin:0;font-family:var(--font-secondary)}@media screen and (max-width:576px){.tag{font-size:.75rem}}
.section-features{--title-main:var(--black);--progress-line:var(--gray-200);padding:0 0 80px;overflow:hidden}@media screen and (max-width:576px){.section-features{padding-top:24px;padding-bottom:36px}}.section-features .container{display:flex;flex-flow:column wrap;position:relative;gap:40px}.section-features__content{display:flex;flex-direction:column;gap:16px}.section-features__heading *{margin:0}.section-features__description{display:flex;flex-direction:column;gap:16px;font-weight:300;font-family:var(--font-secondary)}.section-features__description,.section-features__description--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-features__description--bold{font-weight:500}@media screen and (max-width:1024px){.section-features__description,.section-features__description--bold{line-height:130%}}@media screen and (max-width:576px){.section-features__description,.section-features__description--bold{font-size:1rem;line-height:125%}}.section-features__description p,.section-features__description li{font-weight:300;font-family:var(--font-secondary)}.section-features__description p,.section-features__description p--bold,.section-features__description li,.section-features__description li--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-features__description p--bold,.section-features__description li--bold{font-weight:500}@media screen and (max-width:1024px){.section-features__description p,.section-features__description p--bold,.section-features__description li,.section-features__description li--bold{line-height:130%}}@media screen and (max-width:576px){.section-features__description p,.section-features__description p--bold,.section-features__description li,.section-features__description li--bold{font-size:1rem;line-height:125%}}.section-features__description *{margin:0}.section-features__list{display:flex;flex-flow:row wrap;gap:24px 16px}.section-features__list--one-row .card-feature:first-child,.section-features__list--one-row .card-feature:nth-child(2),.section-features__list--one-row .card-feature:nth-child(3){flex-basis:calc(33.333% - 10.6666666667px)}@media screen and (max-width:1024px){.section-features__list--one-row .card-feature:first-child,.section-features__list--one-row .card-feature:nth-child(2),.section-features__list--one-row .card-feature:nth-child(3){flex-basis:100%}}.card-feature{--title-main:var(--black);background:var(--purple-100);border-radius:16px;padding:24px;flex:1 1 calc(33.333% - 10.6666666667px)}.card-feature:first-child,.card-feature:nth-child(2),.card-feature:nth-child(6n),.card-feature:nth-child(7n){flex-basis:calc(50% - 8px)}@media screen and (max-width:1024px){.card-feature:first-child,.card-feature:nth-child(2),.card-feature:nth-child(6n),.card-feature:nth-child(7n){flex-basis:100%}}@media screen and (max-width:1024px){.card-feature{padding:16px;flex-basis:100%}}.card-feature__content{display:flex;justify-content:flex-start;flex-direction:column;gap:16px;height:100%}.card-feature__heading *{margin:0}.card-feature__description{display:flex;flex-direction:column;gap:16px;font-weight:300;font-family:var(--font-secondary)}.card-feature__description,.card-feature__description--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.card-feature__description--bold{font-weight:600}@media screen and (max-width:1024px){.card-feature__description,.card-feature__description--bold{line-height:130%}}@media screen and (max-width:576px){.card-feature__description,.card-feature__description--bold{font-size:.875rem;line-height:125%}}.card-feature__description p,.card-feature__description li{font-weight:300;font-family:var(--font-secondary)}.card-feature__description p,.card-feature__description p--bold,.card-feature__description li,.card-feature__description li--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.card-feature__description p--bold,.card-feature__description li--bold{font-weight:600}@media screen and (max-width:1024px){.card-feature__description p,.card-feature__description p--bold,.card-feature__description li,.card-feature__description li--bold{line-height:130%}}@media screen and (max-width:576px){.card-feature__description p,.card-feature__description p--bold,.card-feature__description li,.card-feature__description li--bold{font-size:.875rem;line-height:125%}}.card-feature__description *{margin:0}.card-feature__button{margin-top:auto}
.section-grid{padding:100px 0;background-color:var(--background-color)}@media screen and (max-width:576px){.section-grid{padding:60px 0}}.section-grid.theme-color-default{--background-color:var(--purple-100);--link-color:var(--purple-300);--link-color-hover:var(--purple-400);--title-main:var(--black);--title-secondary:var(--black);--body:var(--gray-700);--page-label:var(--gray-700);--card-bg:var(--white);--progress-line:var(--white)}.section-grid .container{gap:40px}.section-grid__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1280px){.section-grid__content.with-slider{max-width:800px}}.section-grid__content *{margin:0}.section-grid__content a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-grid__content a,.section-grid__content a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-grid__content a--bold{font-weight:500}@media screen and (max-width:1024px){.section-grid__content a,.section-grid__content a--bold{line-height:130%}}@media screen and (max-width:576px){.section-grid__content a,.section-grid__content a--bold{font-size:1rem;line-height:125%}}.section-grid__content a:hover{color:var(--purple-400);text-decoration:none}.section-grid__content h3,.section-grid__content h3 *,.section-grid__content h4,.section-grid__content h4 *,.section-grid__content h5,.section-grid__content h5 *,.section-grid__content h6,.section-grid__content h6 *{font-size:2rem;font-weight:400;line-height:100%;color:var(--title-main);font-family:var(--font-main)}@media screen and (max-width:1024px){.section-grid__content h3,.section-grid__content h3 *,.section-grid__content h4,.section-grid__content h4 *,.section-grid__content h5,.section-grid__content h5 *,.section-grid__content h6,.section-grid__content h6 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width:576px){.section-grid__content h3,.section-grid__content h3 *,.section-grid__content h4,.section-grid__content h4 *,.section-grid__content h5,.section-grid__content h5 *,.section-grid__content h6,.section-grid__content h6 *{font-size:1.375rem}}.section-grid .grid-list{width:100%;display:grid;grid-template-columns:repeat(32,1fr);grid-auto-rows:40px}@media screen and (max-width:1024px){.section-grid .grid-list{display:flex;flex-flow:column wrap;gap:16px}}.section-grid .grid-list>div:not(.card-feature){display:flex}@media screen and (max-width:1024px){.section-grid .grid-list>div:not(.card-feature){display:none}}.section-grid .grid-list>:nth-child(1){grid-column:1/span 8;grid-row:1/span 7;margin-right:18px;margin-bottom:28px}.section-grid .grid-list>:nth-child(2){grid-column:9/span 10;grid-row:1/span 7;margin-left:22px;margin-right:30px;margin-bottom:28px}.section-grid .grid-list>:nth-child(3){grid-column:19/span 8;grid-row:1/span 8;margin-left:10px;margin-right:8px;margin-bottom:8px}.section-grid .grid-list>:nth-child(4){grid-column:27/span 6;grid-row:1/span 10;margin-left:32px;margin-bottom:8px}.section-grid .grid-list>:nth-child(5){grid-column:1/span 7;grid-row:8/span 10;margin-top:12px;margin-right:26px}@media screen and (max-width:1024px){.section-grid .grid-list>:nth-child(5){order:10}}.section-grid .grid-list>:nth-child(6){grid-column:8/span 7;grid-row:8/span 10;margin:12px 12px 0 14px}.section-grid .grid-list>:nth-child(7){grid-column:15/span 10;grid-row:9/span 9;margin-top:32px;margin-left:28px;margin-right:24px}.section-grid .grid-list>:nth-child(8){grid-column:25/span 8;grid-row:11/span 7;margin-top:32px;margin-left:16px}.section-grid .card-feature{padding:24px;border-radius:16px;background-color:var(--card-bg);display:flex}@media screen and (max-width:1024px){.section-grid .card-feature{width:100%;margin:0 !important}}.section-grid .card-feature__content{display:flex;flex-direction:column;gap:16px}.section-grid .card-feature__description{--body:var(--gray-700);font-weight:300;font-family:var(--font-secondary)}.section-grid .card-feature__description,.section-grid .card-feature__description--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.section-grid .card-feature__description--bold{font-weight:600}@media screen and (max-width:1024px){.section-grid .card-feature__description,.section-grid .card-feature__description--bold{line-height:130%}}@media screen and (max-width:576px){.section-grid .card-feature__description,.section-grid .card-feature__description--bold{font-size:.875rem;line-height:125%}}.section-grid .card-feature *{margin:0}.section-grid picture{display:flex}.section-grid .field--name-field-media-image{width:100%;height:100%}.section-grid img,.section-grid svg,.section-grid picture{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.section-integrations{--progress-line:var(--gray-200);background:var(--background-color);padding:var(--padding-top) 0 var(--padding-bottom)}.section-integrations.padding-top-default{--padding-top:100px}@media screen and (max-width:768px){.section-integrations.padding-top-default{--padding-top:60px}}.section-integrations.padding-bottom-default{--padding-bottom:100px}@media screen and (max-width:768px){.section-integrations.padding-bottom-default{--padding-bottom:60px}}.section-integrations.theme-color-purple-100{--title-main:var(--black);--body:var(--black)}.section-integrations .container{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.section-integrations .container{gap:24px}}.section-integrations__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1280px){.section-integrations__content.with-slider{max-width:800px}}.section-integrations__content *{margin:0}.section-integrations__content a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-integrations__content a,.section-integrations__content a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-integrations__content a--bold{font-weight:500}@media screen and (max-width:1024px){.section-integrations__content a,.section-integrations__content a--bold{line-height:130%}}@media screen and (max-width:576px){.section-integrations__content a,.section-integrations__content a--bold{font-size:1rem;line-height:125%}}.section-integrations__content a:hover{color:var(--purple-400);text-decoration:none}.section-integrations .integrations__list{width:100%;display:flex;justify-content:center;align-items:center;gap:15px;margin:-15px 0}@media screen and (max-width:1280px){.section-integrations .integrations__list{flex-direction:column;margin:0}}.section-integrations .integrations__column{display:flex;gap:40px;flex-wrap:wrap-reverse;justify-content:space-around}@media screen and (max-width:1441px){.section-integrations .integrations__column{gap:24px}}@media screen and (max-width:1280px){.section-integrations .integrations__column{gap:40px}}@media screen and (max-width:576px){.section-integrations .integrations__column{gap:16px}}.section-integrations .integrations__item{border-radius:100px;box-shadow:0 0 21px 0 rgba(113,113,113,.1490196078);width:100px;height:100px;background-color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1280px){.section-integrations .integrations__item{width:140px;height:140px}}@media screen and (max-width:768px){.section-integrations .integrations__item{width:100px;height:100px}}@media screen and (max-width:576px){.section-integrations .integrations__item{width:60px;height:60px}}.section-integrations .integrations__item img,.section-integrations .integrations__item svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-integrations .integrations__plus{min-width:210px;height:210px;border-radius:50%;border:1px solid var(--purple-200);padding:20px;position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.section-integrations .integrations__plus{min-width:80px;height:80px}}.section-integrations .integrations__plus::before{content:"";width:calc(100% - 40px);height:calc(100% - 40px);border-radius:50%;border:1px solid var(--purple-200);position:absolute}@media screen and (max-width:768px){.section-integrations .integrations__plus::before{width:calc(100% - 16px);height:calc(100% - 16px)}}.section-integrations .integrations__plus::after{content:"";width:calc(100% - 80px);height:calc(100% - 80px);border-radius:50%;border:1px solid var(--purple-300);position:absolute}@media screen and (max-width:768px){.section-integrations .integrations__plus::after{width:calc(100% - 32px);height:calc(100% - 32px)}}.section-integrations .integrations__plus div{width:90px;height:90px;border-radius:50%;background-color:var(--purple-300);display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.section-integrations .integrations__plus div{width:34px;height:34px}}.section-integrations .integrations__plus div::after{position:absolute;content:"";display:inline-block;width:48px;height:48px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDE2VjMyTTE2IDI0SDMyTTQ0IDI0QzQ0IDM1LjA0NTcgMzUuMDQ1NyA0NCAyNCA0NEMxMi45NTQzIDQ0IDQgMzUuMDQ1NyA0IDI0QzQgMTIuOTU0MyAxMi45NTQzIDQgMjQgNEMzNS4wNDU3IDQgNDQgMTIuOTU0MyA0NCAyNFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");background-size:contain;background-repeat:no-repeat}@media screen and (max-width:768px){.section-integrations .integrations__plus div::after{width:18px;height:18px}}
.integrations-slider{--progress-line:var(--gray-200);background-color:var(--background-color)}.integrations-slider .container{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.integrations-slider .container{gap:24px}}.integrations-slider .container{position:relative;z-index:801}.integrations-slider__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1280px){.integrations-slider__content.with-slider{max-width:800px}}.integrations-slider__content *{margin:0}.integrations-slider__content a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.integrations-slider__content a,.integrations-slider__content a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.integrations-slider__content a--bold{font-weight:500}@media screen and (max-width:1024px){.integrations-slider__content a,.integrations-slider__content a--bold{line-height:130%}}@media screen and (max-width:576px){.integrations-slider__content a,.integrations-slider__content a--bold{font-size:1rem;line-height:125%}}.integrations-slider__content a:hover{color:var(--purple-400);text-decoration:none}.integrations-slider .integrations-sliders{width:100vw;display:flex;flex-direction:column;margin:-20px 0}.integrations-slider .integrations-sliders.paused .integrations-sliders__item img,.integrations-slider .integrations-sliders.paused .integrations-sliders__item svg{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.integrations-slider .integrations-sliders.paused .integrations-sliders__item:hover{border:1px solid var(--red-500)}.integrations-slider .integrations-sliders.paused .integrations-sliders__item:hover img,.integrations-slider .integrations-sliders.paused .integrations-sliders__item:hover svg{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.integrations-slider .integrations-sliders .splide:nth-child(3){display:none}@media screen and (max-width:768px){.integrations-slider .integrations-sliders .splide:nth-child(3){display:flex}}.integrations-slider .integrations-sliders .splide__track{padding:20px 0}.integrations-slider .integrations-sliders__wrapper{width:100%;display:flex;justify-content:center}.integrations-slider .integrations-sliders__item{width:100px;height:100px;border-radius:50%;box-shadow:0 0 21px 0 rgba(113,113,113,.149);display:flex;justify-content:center;align-items:center;background-color:var(--white);border:1px solid rgba(0,0,0,0)}.integrations-slider .integrations-sliders__item a{width:100%;display:flex;justify-content:center;align-items:center}.integrations-slider .integrations-sliders__item img,.integrations-slider .integrations-sliders__item svg{max-width:100%;max-height:100%;width:100%;height:auto}
.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");--teaser-right:-90px;--teaser-bottom:-71px;--teaser-width:385px;--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/build/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;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:600}@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;line-height:125%;text-align:left;color:var(--body)}.card-resources-center__description--bold,.card-resources__description--bold{font-weight:600}@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,.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;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:600}@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}.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--webinar,.card-resources-center--event-sponsored,.card-resources-center--event-overview,.card-resources--video,.card-resources--webinar,.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--webinar .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--webinar .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--webinar .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--webinar .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/cal-circle.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--webinar: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--webinar: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--webinar: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--webinar: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--webinar,.card-resources-center--event-sponsored,.card-resources-center--event-overview,.card-resources--webinar,.card-resources--event-sponsored,.card-resources--event-overview{--teaser-right:initial;--lines-number:5;--body:var(--gray-700)}.card-resources-center--webinar .card-resources-center__title,.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title,.card-resources--webinar .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--webinar .card-resources-center__info,.card-resources-center--event-sponsored .card-resources-center__info,.card-resources-center--event-overview .card-resources-center__info,.card-resources--webinar .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--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--webinar .card-resources-center__content,.card-resources--event-sponsored .card-resources-center__content,.card-resources--event-overview .card-resources-center__content{width:74.64%}.card-resources-center--webinar .card-resources-center__teaser,.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--webinar .card-resources-center__teaser,.card-resources--event-sponsored .card-resources-center__teaser,.card-resources--event-overview .card-resources-center__teaser{--play-bottom:calc((100% - 60px) / 2);--play-right:19px;height:100%}.card-resources-center--webinar .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--webinar .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-color:var(--purple-300);background:url("/themes/custom/conga/assets/images/cal-circle.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--webinar .card-resources-center__date,.card-resources-center--event-sponsored .card-resources-center__date,.card-resources-center--event-overview .card-resources-center__date,.card-resources--webinar .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--webinar .card-resources-center__date::after,.card-resources-center--event-sponsored .card-resources-center__date::after,.card-resources-center--event-overview .card-resources-center__date::after,.card-resources--webinar .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--webinar .teaser__image,.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image,.card-resources--webinar .teaser__image,.card-resources--event-sponsored .teaser__image,.card-resources--event-overview .teaser__image{left:79.88%;aspect-ratio:259/128;bottom:24px;width:auto;height:calc(100% - 48px);background-image:url(/themes/custom/conga/build/images/event-card-bg-2.svg);background-repeat:no-repeat;background-position:left center;background-size:cover;background-color:rgba(0,0,0,0);border-radius:unset}.card-resources-center--webinar:hover,.card-resources-center--event-sponsored:hover,.card-resources-center--event-overview:hover,.card-resources--webinar:hover,.card-resources--event-sponsored:hover,.card-resources--event-overview:hover{--teaser-right:calc(15.15% - 100%)}.card-resources-center--webinar: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--webinar:hover .card-resources-center__teaser,.card-resources--event-sponsored:hover .card-resources-center__teaser,.card-resources--event-overview:hover .card-resources-center__teaser{--play-right:15px;--play-bottom:calc((74.82% - 60px) / 2)}.card-resources-center--webinar:hover .teaser__image,.card-resources-center--event-sponsored:hover .teaser__image,.card-resources-center--event-overview:hover .teaser__image,.card-resources--webinar:hover .teaser__image,.card-resources--event-sponsored:hover .teaser__image,.card-resources--event-overview:hover .teaser__image{left:84.85%;bottom:24px;height:66.82%}.card-resources-center--webinar .teaser__image:has(img,svg),.card-resources--webinar .teaser__image:has(img,svg){border-radius:200px 0 0 200px}.card-resources-center--webinar .teaser__image:has(img,svg) div,.card-resources--webinar .teaser__image:has(img,svg) div{height:100%}.card-resources-center--webinar .teaser__image img,.card-resources-center--webinar .teaser__image picture,.card-resources-center--webinar .teaser__image svg,.card-resources--webinar .teaser__image img,.card-resources--webinar .teaser__image picture,.card-resources--webinar .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--video .card-resources-center__teaser{--play-bottom:33.18%;--play-right:13.57%}.card-resources-center--video:hover .card-resources-center__teaser,.card-resources--video:hover .card-resources-center__teaser{--play-bottom:35.77%;--play-right:5.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--webinar .card-resources-center__teaser,.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--webinar .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--webinar .card-resources-center__title,.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title,.card-resources--webinar .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--webinar .card-resources-center__description,.card-resources-center--event-sponsored .card-resources-center__description,.card-resources-center--event-overview .card-resources-center__description,.card-resources--webinar .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--webinar .card-resources-center__description,.card-resources-center--event-sponsored .card-resources-center__description,.card-resources-center--event-overview .card-resources-center__description,.card-resources--webinar .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--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--webinar .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--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--webinar .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--webinar .card-resources-center__info,.card-resources-center--event-sponsored .card-resources-center__info,.card-resources-center--event-overview .card-resources-center__info,.card-resources--webinar .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--webinar .teaser__image,.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image,.card-resources--webinar .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--webinar: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--webinar: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--webinar:hover .teaser__image,.card-resources-center--event-sponsored:hover .teaser__image,.card-resources-center--event-overview:hover .teaser__image,.card-resources--webinar: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--webinar .card-resources-center__title,.card-resources--webinar .card-resources-center__title{width:70%}.card-resources-center--webinar .teaser__image img,.card-resources-center--webinar .teaser__image picture,.card-resources-center--webinar .teaser__image svg,.card-resources--webinar .teaser__image img,.card-resources--webinar .teaser__image picture,.card-resources--webinar .teaser__image svg{min-width:170px}.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{--play-bottom:32.32%;--play-right:26.82%}.card-resources-center--video:hover .card-resources-center__teaser{--play-bottom:40.9%;--play-right:5.96%}.card-resources-center--webinar .card-resources-center__teaser,.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--webinar .card-resources-center__title,.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title{width:100%}.card-resources-center--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content{width:100%}.card-resources-center--webinar .teaser__image,.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--webinar: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{--play-bottom:19.62%;--play-right:3.97%}.card-resources-center--webinar:hover .teaser__image,.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-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:0}}.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;line-height:125%;text-align:left;color:var(--body)}.section-hero .hero-nav a--bold{font-weight:600}@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:all .3s}.section-hero__media picture.hidden{opacity:0}.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:1441px){.section-hero.logos-type-title-inline .section-hero__logos{flex-direction:column;gap:24px;margin-top:16px}}@media screen and (max-width:576px){.section-hero.logos-type-title-inline .section-hero__logos{margin-top:0}}.section-hero.logos-type-title-inline .section-hero__logos__heading{width:301px}@media screen and (max-width:1441px){.section-hero.logos-type-title-inline .section-hero__logos__heading{width:100%}}.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),.section-hero.show-block-span .h1 span:not(.mobile-block){display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-hero.remove-red-span h1 span:not(.mobile-block),.section-hero.remove-red-span .h1 span:not(.mobile-block){color:var(--title-main)}.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;height:541px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1024px){.hero-type-full-width .section-hero__media picture img{height:145px}}.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");--teaser-right:-90px;--teaser-bottom:-71px;--teaser-width:385px;--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;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:600}@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;line-height:125%;text-align:left;color:var(--body)}.card-resources-center__description--bold,.card-resources__description--bold{font-weight:600}@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,.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;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:600}@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}.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--webinar,.card-resources-center--event-sponsored,.card-resources-center--event-overview,.card-resources--video,.card-resources--webinar,.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--webinar .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--webinar .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--webinar .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--webinar .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/cal-circle.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--webinar: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--webinar: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--webinar: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--webinar: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--webinar,.card-resources-center--event-sponsored,.card-resources-center--event-overview,.card-resources--webinar,.card-resources--event-sponsored,.card-resources--event-overview{--teaser-right:initial;--lines-number:5;--body:var(--gray-700)}.card-resources-center--webinar .card-resources-center__title,.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title,.card-resources--webinar .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--webinar .card-resources-center__info,.card-resources-center--event-sponsored .card-resources-center__info,.card-resources-center--event-overview .card-resources-center__info,.card-resources--webinar .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--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--webinar .card-resources-center__content,.card-resources--event-sponsored .card-resources-center__content,.card-resources--event-overview .card-resources-center__content{width:74.64%}.card-resources-center--webinar .card-resources-center__teaser,.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--webinar .card-resources-center__teaser,.card-resources--event-sponsored .card-resources-center__teaser,.card-resources--event-overview .card-resources-center__teaser{--play-bottom:calc((100% - 60px) / 2);--play-right:19px;height:100%}.card-resources-center--webinar .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--webinar .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-color:var(--purple-300);background:url("/themes/custom/conga/assets/images/cal-circle.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--webinar .card-resources-center__date,.card-resources-center--event-sponsored .card-resources-center__date,.card-resources-center--event-overview .card-resources-center__date,.card-resources--webinar .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--webinar .card-resources-center__date::after,.card-resources-center--event-sponsored .card-resources-center__date::after,.card-resources-center--event-overview .card-resources-center__date::after,.card-resources--webinar .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--webinar .teaser__image,.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image,.card-resources--webinar .teaser__image,.card-resources--event-sponsored .teaser__image,.card-resources--event-overview .teaser__image{left:79.88%;aspect-ratio:259/128;bottom:24px;width:auto;height:calc(100% - 48px);background-image:url(/themes/custom/conga/images/event-card-bg-2.svg);background-repeat:no-repeat;background-position:left center;background-size:cover;background-color:rgba(0,0,0,0);border-radius:unset}.card-resources-center--webinar:hover,.card-resources-center--event-sponsored:hover,.card-resources-center--event-overview:hover,.card-resources--webinar:hover,.card-resources--event-sponsored:hover,.card-resources--event-overview:hover{--teaser-right:calc(15.15% - 100%)}.card-resources-center--webinar: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--webinar:hover .card-resources-center__teaser,.card-resources--event-sponsored:hover .card-resources-center__teaser,.card-resources--event-overview:hover .card-resources-center__teaser{--play-right:15px;--play-bottom:calc((74.82% - 60px) / 2)}.card-resources-center--webinar:hover .teaser__image,.card-resources-center--event-sponsored:hover .teaser__image,.card-resources-center--event-overview:hover .teaser__image,.card-resources--webinar:hover .teaser__image,.card-resources--event-sponsored:hover .teaser__image,.card-resources--event-overview:hover .teaser__image{left:84.85%;bottom:24px;height:66.82%}.card-resources-center--webinar .teaser__image:has(img,svg),.card-resources--webinar .teaser__image:has(img,svg){border-radius:200px 0 0 200px}.card-resources-center--webinar .teaser__image:has(img,svg) div,.card-resources--webinar .teaser__image:has(img,svg) div{height:100%}.card-resources-center--webinar .teaser__image img,.card-resources-center--webinar .teaser__image picture,.card-resources-center--webinar .teaser__image svg,.card-resources--webinar .teaser__image img,.card-resources--webinar .teaser__image picture,.card-resources--webinar .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--video .card-resources-center__teaser{--play-bottom:33.18%;--play-right:13.57%}.card-resources-center--video:hover .card-resources-center__teaser,.card-resources--video:hover .card-resources-center__teaser{--play-bottom:35.77%;--play-right:5.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--webinar .card-resources-center__teaser,.card-resources-center--event-sponsored .card-resources-center__teaser,.card-resources-center--event-overview .card-resources-center__teaser,.card-resources--webinar .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--webinar .card-resources-center__title,.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title,.card-resources--webinar .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--webinar .card-resources-center__description,.card-resources-center--event-sponsored .card-resources-center__description,.card-resources-center--event-overview .card-resources-center__description,.card-resources--webinar .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--webinar .card-resources-center__description,.card-resources-center--event-sponsored .card-resources-center__description,.card-resources-center--event-overview .card-resources-center__description,.card-resources--webinar .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--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--webinar .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--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content,.card-resources--webinar .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--webinar .card-resources-center__info,.card-resources-center--event-sponsored .card-resources-center__info,.card-resources-center--event-overview .card-resources-center__info,.card-resources--webinar .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--webinar .teaser__image,.card-resources-center--event-sponsored .teaser__image,.card-resources-center--event-overview .teaser__image,.card-resources--webinar .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--webinar: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--webinar: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--webinar:hover .teaser__image,.card-resources-center--event-sponsored:hover .teaser__image,.card-resources-center--event-overview:hover .teaser__image,.card-resources--webinar: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--webinar .card-resources-center__title,.card-resources--webinar .card-resources-center__title{width:70%}.card-resources-center--webinar .teaser__image img,.card-resources-center--webinar .teaser__image picture,.card-resources-center--webinar .teaser__image svg,.card-resources--webinar .teaser__image img,.card-resources--webinar .teaser__image picture,.card-resources--webinar .teaser__image svg{min-width:170px}.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{--play-bottom:32.32%;--play-right:26.82%}.card-resources-center--video:hover .card-resources-center__teaser{--play-bottom:40.9%;--play-right:5.96%}.card-resources-center--webinar .card-resources-center__teaser,.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--webinar .card-resources-center__title,.card-resources-center--event-sponsored .card-resources-center__title,.card-resources-center--event-overview .card-resources-center__title{width:100%}.card-resources-center--webinar .card-resources-center__content,.card-resources-center--event-sponsored .card-resources-center__content,.card-resources-center--event-overview .card-resources-center__content{width:100%}.card-resources-center--webinar .teaser__image,.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--webinar: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{--play-bottom:19.62%;--play-right:3.97%}.card-resources-center--webinar:hover .teaser__image,.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(--harbor-700)}.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}}
.section-why-cards{background-color:var(--background-color);padding:100px 0}@media screen and (max-width:576px){.section-why-cards{padding:60px 0}}.section-why-cards.theme-color-default{--background-color:var(--gray-100);--link-color:var(--black);--link-color-hover:var(--purple-400);--title-main:var(--black);--title-secondary:var(--black);--body:var(--black);--page-label:var(--gray-700);--card-border:var(--purple-200);--card-bg:var(--white);--text-selected:var(--purple-200);--progress-line:var(--gray-200)}.section-why-cards.theme-color-white{--card-border:var(--purple-200);--card-bg:var(--white)}.section-why-cards--4 .why-cards-list .card-why{width:calc(25% - 24px)}@media screen and (max-width:1024px){.section-why-cards--4 .why-cards-list .card-why{width:calc(50% - 24px)}}@media screen and (max-width:768px){.section-why-cards--4 .why-cards-list .card-why{width:calc(100% - 24px)}}.section-why-cards .container{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.section-why-cards .container{gap:24px}}.section-why-cards__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1280px){.section-why-cards__content.with-slider{max-width:800px}}.section-why-cards__content *{margin:0}.section-why-cards__content a{--body:var(--purple-300);transition:all .3s;font-weight:300;font-family:var(--font-secondary);font-weight:500}.section-why-cards__content a,.section-why-cards__content a--bold{font-size:1.125rem;line-height:125%;text-align:left;color:var(--body)}.section-why-cards__content a--bold{font-weight:500}@media screen and (max-width:1024px){.section-why-cards__content a,.section-why-cards__content a--bold{line-height:130%}}@media screen and (max-width:576px){.section-why-cards__content a,.section-why-cards__content a--bold{font-size:1rem;line-height:125%}}.section-why-cards__content a:hover{color:var(--purple-400);text-decoration:none}.section-why-cards .why-cards-list{width:calc(100% + 24px);margin:-12px;display:flex;flex-wrap:wrap;position:relative}.section-why-cards .card-why{width:calc(33.333% - 24px);margin:12px;border-radius:16px;border:1px solid var(--card-border);background:var(--card-bg);padding:24px;display:flex;flex-direction:column;gap:16px;position:relative;z-index:3}@media screen and (max-width:1024px){.section-why-cards .card-why{width:calc(50% - 24px)}}@media screen and (max-width:768px){.section-why-cards .card-why{width:calc(100% - 24px);padding:16px}}.section-why-cards .card-why *{margin:0}.section-why-cards .card-why p,.section-why-cards .card-why li{font-weight:300;font-family:var(--font-secondary)}.section-why-cards .card-why p,.section-why-cards .card-why p--bold,.section-why-cards .card-why li,.section-why-cards .card-why li--bold{font-size:1rem;line-height:125%;text-align:left;color:var(--body)}.section-why-cards .card-why p--bold,.section-why-cards .card-why li--bold{font-weight:600}@media screen and (max-width:1024px){.section-why-cards .card-why p,.section-why-cards .card-why p--bold,.section-why-cards .card-why li,.section-why-cards .card-why li--bold{line-height:130%}}@media screen and (max-width:576px){.section-why-cards .card-why p,.section-why-cards .card-why p--bold,.section-why-cards .card-why li,.section-why-cards .card-why li--bold{font-size:.875rem;line-height:125%}}.section-why-cards .card-why__heading{display:flex;align-items:center;gap:10px}.section-why-cards .card-why__heading .field--name-field-icon{width:48px;height:48px;flex-shrink:0}.section-why-cards .card-why__heading .field--name-field-icon article,.section-why-cards .card-why__heading .field--name-field-icon div,.section-why-cards .card-why__heading .field--name-field-icon picture{width:100%;height:100%;max-height:100%;max-width:100%}.section-why-cards .card-why__heading .field--name-field-icon img,.section-why-cards .card-why__heading .field--name-field-icon svg{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block}.section-why-cards .card-why .row-buttons{justify-content:flex-start}.section-why-cards .card-why svg,.section-why-cards .card-why img,.section-why-cards .card-why picture{width:48px;height:auto}.section-why-cards .show-block-span .card-why__heading span{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-why-cards--default-in-row .card-why{width:calc(33.333% - 24px)}@media screen and (max-width:1024px){.section-why-cards--default-in-row .card-why{width:calc(50% - 24px)}}@media screen and (max-width:768px){.section-why-cards--default-in-row .card-why{width:calc(100% - 24px)}}.section-why-cards--2 .card-why{width:calc(50% - 24px)}@media screen and (max-width:768px){.section-why-cards--2 .card-why{width:calc(100% - 24px)}}.section-why-cards .row-buttons{width:100%;justify-content:flex-start}@media screen and (max-width:768px){.section-why-cards .row-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}
