/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-absolutezero:var(--color-blue-600);--color-white:#fff;--color-text:var(--color-gray);--color-text-light:var(--color-gray-500);--color-gray-050-o-40:rgb(243,244,249,0.4);--color-gray-200-o-80:rgb(212,212,218,0.8);--color-maximumred:var(--color-red-500);--color-sunglow:#ffd23f;--color-sunglow-shaded:#977405;--color-lightninggreen:#26a769;--color-focus:var(--color-lightninggreen);--color-absolutezero-hover:var(--color-blue-650);--color-absolutezero-active:var(--color-blue-700);--color-maximumred-hover:var(--color-red-550);--color-maximumred-active:var(--color-red-600);--color-bgblue-hover:var(--color-blue-020);--color-bgblue-active:var(--color-blue-050);--color-bgred-hover:var(--color-red-020);--color-bgred-active:var(--color-red-050);--color-gray:#232429;--color-gray-900:#393a3f;--color-gray-800:#55565b;--color-gray-700:#75767b;--color-gray-600:#828388;--color-gray-500:#919297;--color-gray-400:#adaeb3;--color-gray-300:#c1c2c7;--color-gray-200:#d3d4d9;--color-gray-100:#dedfe4;--color-gray-050:#f3f4f9;--color-gray-025:#f9faff;--color-blue:var(--color-blue-600);--color-blue-900:#000f33;--color-blue-800:#001f66;--color-blue-700:#002e9a;--color-blue-650:#0036b1;--color-blue-600:#003ecc;--color-blue-500:#004eff;--color-blue-400:#3371ff;--color-blue-300:#6694ff;--color-blue-200:#99b8ff;--color-blue-100:#ccdbff;--color-blue-070:#dbe6ff;--color-blue-050:#e5edff;--color-blue-020:#f5f8ff;--color-red:var(--color-red-500);--color-red-900:#2c0707;--color-red-800:#580e0e;--color-red-700:#841515;--color-red-600:#b01c1c;--color-red-550:#c61f1f;--color-red-500:#dc2323;--color-red-400:#e34f4f;--color-red-300:#ea7b7b;--color-red-200:#f1a7a7;--color-red-100:#f8d3d3;--color-red-070:#fae0e0;--color-red-050:#fce9e9;--color-red-020:#fdf5f5;--color-fg:var(--color-text);--color-bg:var(--color-white);--color-link:var(--color-absolutezero);--color-link-hover:var(--color-absolutezero-hover);--color-link-active:var(--color-absolutezero-active);--color-divider:rgb(142,146,156,0.5);--font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-family-serif:"Times New Roman",times,serif;--line-height:1.5;--line-height-heading:1.3;--line-height-form-label:calc(18rem / 16);--font-size-base:1rem;--font-size-xl:2.25rem;--font-size-h1:2.027rem;--font-size-h2:1.802rem;--font-size-h3:1.602rem;--font-size-h4:1.424rem;--font-size-h5:1.266rem;--font-size-h6:1.125rem;--font-size-s:0.889rem;--font-size-xs:0.79rem;--font-size-xxs:0.702rem;--font-size-label:var(--font-size-s);--font-size-description:var(--font-size-xs);--space-xl:3rem;--space-l:1.5rem;--space-m:1rem;--space-s:0.75rem;--space-xs:0.5rem;--speed-transition:0.2s;--transition:all var(--speed-transition) ease-out;--base-border-radius:2px;--focus-border-size:0.1875rem;--focus-border-offset-size:2px;--outline-size:2px;--focus-outline:var(--outline-size) dotted transparent;--focus-box-shadow:0 0 0 var(--focus-border-offset-size) var(--color-white),0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size)) var(--color-focus);--shadow-z3:0 0.875rem 1.875rem rgb(0,0,0,0.1);--input-fg-color:var(--color-fg);--input-bg-color:var(--color-bg);--input-fg-color--description:var(--color-gray-800);--input-fg-color--placeholder:var(--color-gray-700);--input-border-color:var(--color-gray-500);--input--hover-border-color:var(--color-text);--input--focus-border-color:var(--color-absolutezero);--input--error-color:var(--color-maximumred);--input--error-border-color:var(--color-maximumred);--input--disabled-color:rgb(84,85,96,0.6);--input--disabled-fg-color:var(--color-gray-800);--input--disabled-bg-color:#f2f2f3;--input--disabled-border-color:#bababf;--input--disabled-border-opacity:0.5;--input-border-radius-size:0.125rem;--input-border-size:1px;--input--error-border-size:2px;--input-padding-vertical:calc(var(--space-s) - var(--input-border-size));--input-padding-horizontal:calc(var(--space-m) - var(--input-border-size));--input-font-size:var(--font-size-base);--input-line-height:var(--space-l);--input-padding-vertical--small:calc(var(--space-xs) - (var(--input-border-size) * 2));--input-padding-horizontal--small:calc(var(--space-m) - var(--input-border-size));--input-font-size--small:var(--font-size-xs);--input-line-height--small:1.3125rem;--input--extrasmall-padding-vertical:calc(0.15rem - var(--input-border-size));--input--extrasmall-padding-horizontal:calc(var(--space-xs) - var(--input-border-size));--input--extrasmall-font-size:var(--font-size-s);--input--extrasmall-line-height:calc(var(--space-m) + 0.2rem);--input--required-mark-size:0.4375rem;--input--label-spacing:1.6875rem;--details-border-color:var(--color-gray-100);--details-summary-shadow-color:var(--color-focus);--details-summary-focus-border-size:var(--focus-border-size);--details-desktop-wrapper-padding-start:calc(var(--space-m) + var(--space-s) + var(--space-xs));--details-box-shadow:0 2px 0.25rem rgb(0,0,0,0.1);--details-border-size:1px;--details-border-size-radius:2px;--details-accordion-border-size-radius:var(--base-border-radius);--details-spread-box-shadow-radius:2px;--details-bg-color-transition-duration:0.12s;--details-box-shadow-transition-duration:0.2s;--details-transform-transition-duration:0.12s;--details-line-height:1.295rem;--button--focus-border-color:var(--color-blue-300);--button-border-radius-size:var(--base-border-radius);--button-fg-color:var(--color-text);--button-bg-color:var(--color-gray-200);--button--hover-bg-color:var(--color-gray-300);--button--active-bg-color:var(--color-gray-400);--button--disabled-bg-color:#ebebed;--button--disabled-fg-color:var(--color-gray-500);--button-fg-color--primary:var(--color-white);--button-bg-color--primary:var(--color-absolutezero);--button--hover-bg-color--primary:var(--color-absolutezero-hover);--button--active-bg-color--primary:var(--color-absolutezero-active);--button--focus-bg-color--primary:var(--button-bg-color--primary);--button--disabled-bg-color--primary:var(--color-gray-200);--button--disabled-fg-color--primary:var(--color-gray-600);--button-fg-color--danger:var(--color-white);--button-bg-color--danger:var(--color-maximumred);--button--hover-bg-color--danger:var(--color-maximumred-hover);--button--active-bg-color--danger:var(--color-maximumred-active);--dropbutton-widget-z-index:100;--jui-dropdown-fg-color:var(--color-gray-800);--jui-dropdown-bg-color:var(--color-white);--jui-dropdown--active-fg-color:var(--color-white);--jui-dropdown--active-bg-color:var(--color-absolutezero);--jui-dropdown-border-color:rgb(216,217,224,0.8);--jui-dropdown-shadow-color:rgb(34,35,48,0.1);--jui-dialog-title-color:var(--color-white);--jui-dialog-title-bg-color:var(--color-text);--jui-dialog-title-font-size:var(--font-size-h4);--jui-dialog-close-button-size:calc(var(--space-m) * 2);--jui-dialog-close-button-border-radius:50%;--jui-dialog-close-button-reserved-space:calc(var(--space-m) * 4);--jui-dialog-off-canvas-close-button-reserved-space:calc(var(--space-m) * 3);--jui-dialog-border-radius:0.25rem;--jui-dialog-box-shadow:0 0 var(--space-m) calc(var(--space-m) / -4) var(--color-text);--jui-dialog--focus-outline:2px dotted transparent;--jui-dialog--focus-box-shadow:0 0 0 0.1875rem var(--color-focus);--jui-dialog-z-index:1260;--jui-dialog-off-canvas-z-index:501;--progress-bar-border-size:1px;--progress-bar-small-size:calc(var(--space-xs) - (2 * var(--progress-bar-border-size)));--progress-bar-small-size-radius:var(--space-xs);--progress-bar-spacing-size:var(--space-xs);--progress-bar-transition:width 0.5s ease-out;--progress-bar-label-color:var(--color-text);--progress-bar-description-color:var(--color-gray-800);--progress-bar-description-font-size:var(--font-size-xs);--progress-track-border-color:var(--color-gray-500);--progress-track-bg-color:var(--color-gray-200);--ajax-progress-margin-horizontal:var(--space-s);--breadcrumb-height:1.25rem;--layout-region-edit-width:min(60rem,100%);--layout-region-edit-extended-width:min(68rem,100%);--vertical-tabs-margin-vertical:var(--space-s);--vertical-tabs-border-radius:var(--details-accordion-border-size-radius);--vertical-tabs-shadow:var(--details-box-shadow);--vertical-tabs-border-color:var(--details-border-color);--vertical-tabs-border-size:1px;--vertical-tabs-border:var(--vertical-tabs-border-size) solid var(--vertical-tabs-border-color);--vertical-tabs-menu-item-shadow-extraspace:0.5rem;--vertical-tabs-menu-item--top-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -2);--vertical-tabs-menu-item--right-margin:calc(var(--vertical-tabs-border-size) * -1);--vertical-tabs-menu-item--bottom-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-item--left-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-separator-color:var(--color-gray-200);--vertical-tabs-menu-separator-size:1px;--vertical-tabs-menu-width:20em;--vertical-tabs-pane-width:calc(100% - var(--vertical-tabs-menu-width));--vertical-tabs-menu-link-focus-border-size:var(--details-summary-focus-border-size);--vertical-tabs-menu-link--active-border-size:0.25rem;--vertical-tabs-menu-link--active-border-color:var(--color-absolutezero);--vertical-tabs-menu--z-index:0;}
.ui-widget{background:none;}.ui-widget-content{border:none;}.ui-dialog{z-index:var(--jui-dialog-z-index);}.ui-state-default,.ui-state-hover,.ui-state-focus,.ui-state-active{outline:0;}.ui-state-highlight{font-weight:bold;}.ui-state-active,.ui-widget-content .ui-state-active{color:#840;}.ui-state-error,.ui-widget-content .ui-state-error{color:#fff;border-color:#d52;background:#e63;}.ui-state-disabled,.ui-widget-content .ui-state-disabled{opacity:0.35;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary{opacity:0.7;}.ui-icon{display:block;overflow:hidden;width:1rem;height:1rem;text-indent:-6249.9375rem;background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);background-repeat:no-repeat;}.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);}.ui-state-default .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-888888-256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-highlight .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-454545-256x240.png);}.ui-state-active .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-800000-256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-ffffff-256x240.png);}.ui-widget p .ui-icon{margin:2px 0.1875rem 0 0;}[dir="rtl"] .ui-widget p .ui-icon{margin:2px 0 0 0.1875rem;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-off{background-position:-96px -144px;}.ui-icon-radio-on{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-icon-carat-1-n{background-position:0 0;}.ui-accordion{border:none;}.ui-accordion .ui-accordion-header{text-transform:uppercase;border:solid 1px #ccc;}.ui-accordion h3.ui-accordion-header,#block-system-main h3.ui-accordion-header{margin:0.625rem 0;font-size:1.1em;}#block-system-main .ui-accordion h3.ui-state-active,.ui-accordion h3.ui-state-active{margin-bottom:0;}.ui-accordion .ui-accordion-header a{display:block;}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border:solid 1px #ccc;border-top:0;}.ui-tabs{padding:0;}.ui-tabs .ui-tabs-nav{margin:0;padding:0.3125rem 0.625rem 0.25rem;border-bottom:solid 1px #ccc;border-bottom-right-radius:0;border-bottom-left-radius:0;line-height:1.25rem;}.ui-tabs .ui-tabs-nav li{margin:0;padding:0 1em 0 0.625rem;list-style:none;}[dir="rtl"] .ui-tabs .ui-tabs-nav li{padding:0 0.625rem 0 1em;}.ui-tabs .ui-tabs-nav li a{float:none;padding:0 0.625rem;border-radius:0.625rem;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{color:#fff;background:#666;font-weight:normal;}.ui-widget-overlay{z-index:calc(var(--jui-dialog-z-index) - 1);opacity:0.7;background:var(--color-text);}.ui-slider{border:solid 1px #ccc;}.ui-slider .ui-slider-range{background:#e4e4e4;}.ui-slider .ui-slider-handle{border:1px solid #e4e4e4;border-right-color:#d2d2d2;border-bottom:1px solid #b4b4b4;border-left-color:#d2d2d2;border-radius:0.25rem;background-color:#e4e4e4;}.ui-slider a.ui-state-active,.ui-slider .ui-slider-handle:active{color:#fff;border:solid 1px #555;background:#666;}.ui-progressbar{height:1.4em;background:#e4e4e4;}.ui-progressbar .ui-progressbar-value{height:1.5em;background:var(--color-blue-600) url(/core/themes/misc/progress.gif);}.ui-autocomplete{color:var(--jui-dropdown-fg-color);border:var(--input-border-size) solid var(--jui-dropdown-border-color);border-top:0;border-radius:0 0 var(--input-border-radius-size) var(--input-border-radius-size);background:var(--jui-dropdown-bg-color);box-shadow:0 0.125rem 0.25rem var(--jui-dropdown-shadow-color);}.ui-autocomplete .ui-menu-item{list-style:none;}.ui-autocomplete .ui-menu-item-wrapper{display:block;padding:0.75rem 0.9375rem;color:inherit;background:inherit;}.ui-autocomplete .ui-menu-item-wrapper:focus,.ui-autocomplete .ui-menu-item-wrapper:hover{-webkit-text-decoration:none;text-decoration:none;}.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{margin:0;color:var(--jui-dropdown--active-fg-color);background:var(--jui-dropdown--active-bg-color);}.ui-autocomplete .ui-menu-item.ui-state-focus,.autocomplete .ui-menu-item.ui-state-hover{margin:0;background:var(--color-blue-600);}.ui-autocomplete .ui-state-focus a,.autocomplete .ui-state-hover a{color:#fff;}
.breadcrumb{font-size:0.929em;}
.form-required::after{content:'';vertical-align:super;display:inline-block;background-image:url(/themes/contrib/bootstrap_barrio/images/required.svg);background-repeat:no-repeat;background-size:7px 7px;width:7px;height:7px;margin:0 0.3em;}form .form-actions{align-self:flex-end;}form .filter-wrapper{padding-left:0;padding-right:0;margin-left:1rem;margin-right:1rem;}form .form-type-textarea{margin-bottom:0;}.link-edit-summary{border:0;background:none;text-decoration:underline;color:var(--bs-link-color);}.image-button.form-control{border:none;}
.block-dropdown-language{height:60px;margin:0 1.5rem}.block-dropdown-language legend{margin:0;display:none}.block-dropdown-language .fieldset-legend{display:none}.block-dropdown-language .fieldset-wrapper{margin:0}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60px;width:70px}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget{display:flex;align-items:flex-start;height:100%;width:100%;background:rgba(0,0,0,0);border:none;margin:0;border-radius:0;padding-right:0;overflow:visible}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item{border:none;overflow:visible;width:100%;position:relative}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:first-of-type.dropbutton-action{display:flex;align-items:center;gap:4px;color:var(--c1-500);height:60px;padding:0 .5rem}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:first-of-type.dropbutton-action:hover{background:rgba(0,0,0,0)}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:first-of-type.dropbutton-action:before{content:"";width:.75rem;height:.75rem;background-image:url(/themes/custom/socomec/assets/images/picto/ui/planet.svg);background-position:center;background-repeat:no-repeat;display:block}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:first-of-type.dropbutton-action span.active-language{font-size:.875rem;font-weight:400;line-height:20px;padding:0;margin:0}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:first-of-type.dropbutton-action a{height:auto;padding:.5rem}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:first-of-type.dropbutton-action a:hover{background:none;text-decoration:underline}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:nth-child(3){padding-top:.5rem}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item li:last-child{padding-bottom:.5rem}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .secondary-action{background-color:var(--n-00);width:100%;border-top:0;padding:0 .5rem}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .secondary-action .language-link{padding:.75rem .5rem;font-size:.875rem;font-weight:400;line-height:20px;color:var(--n-600);border-radius:4px}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .secondary-action .language-link:hover{color:var(--c1-900);background:rgba(0,79,159,.04);text-decoration:none}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .dropbutton-toggle{position:absolute;width:100%;height:60px;left:0;top:0}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .dropbutton-toggle button{position:relative;background:rgba(0,0,0,0);border:none;display:flex;justify-content:flex-end;align-items:center}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .dropbutton-toggle button .dropbutton-arrow{position:static;margin-right:.75rem;width:.5rem;height:.5rem;border-color:var(--c1-500);border-bottom:none;border-width:2px;border-right:none;transform:rotate(-135deg);transition:all .25s ease;margin-top:-4px}@media(max-width:1022.98px){.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .dropbutton-toggle button .dropbutton-arrow{width:.375rem;height:.375rem}}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper .dropbutton-widget .dropdown-language-item .dropbutton-toggle button .dropbutton-arrow:hover{background:none}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper.open .dropbutton-widget .dropdown-language-item{background:rgba(0,0,0,0);height:auto}.block-dropdown-language .fieldset-wrapper .dropbutton-wrapper.open .dropbutton-widget .dropdown-language-item .dropbutton-toggle button .dropbutton-arrow{transform:rotate(45deg);margin-top:4px;transition:all .25s ease}.nav-wrapper.scrolled .block-dropdown-language .fieldset-wrapper .dropbutton-wrapper.open .dropbutton-widget .dropdown-language-item{background:var(--c1-500)}
.jump-to-block{margin-bottom:-10px;margin-top:34px}.product-navigation{margin-bottom:40px}.product-navigation,.jump-to-block{background:var(--n-00);text-transform:uppercase;top:60px;z-index:1000}.product-navigation.sticky-top,.jump-to-block.sticky-top{top:60px}@media(max-width:1022.98px){.product-navigation,.jump-to-block{z-index:9000}}.product-navigation .row,.jump-to-block .row{align-items:center;justify-content:flex-start}.product-navigation .nav-static,.jump-to-block .nav-static{padding:15px;background:var(--n-00);color:var(--n-1000);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:1px;line-height:20px}@media(max-width:1022.98px){.product-navigation .nav-static,.jump-to-block .nav-static{width:100%;text-align:center;color:var(--n-00);background:var(--c1-400)}.product-navigation .nav-static svg g,.jump-to-block .nav-static svg g{fill:var(--n-00)}}@media(min-width:768px){.product-navigation .product-nav-item,.jump-to-block .product-nav-item{display:inline-block}}.product-navigation .product-nav-item a,.jump-to-block .product-nav-item a{padding:15px;background:var(--n-00);color:var(--c1-500);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:1px;line-height:20px;height:51px;display:block}@media(max-width:1022.98px){.product-navigation .product-nav-item,.jump-to-block .product-nav-item{width:100%;text-align:center}}@media(min-width:1024px){.product-navigation .mobile-dropdown-jumpto,.jump-to-block .mobile-dropdown-jumpto{display:block !important}}@media(max-width:1024px){.product-navigation .mobile-dropdown-jumpto,.jump-to-block .mobile-dropdown-jumpto{width:100%;box-shadow:var(--box-shadow02)}}.jump-to-block .nav-static{display:flex;justify-content:center}.jump-to-block .field--name-field-jump-to-menu-label{text-overflow:ellipsis;max-width:300px;overflow:hidden;white-space:nowrap;margin:0 auto;outline:none;display:block}.jump-to-block .field--name-field-jump-to-menu-label p{margin:0}.product-navigation a{text-overflow:ellipsis;max-width:300px;overflow:hidden;white-space:nowrap;margin:0 auto;outline:none}.product-navigation p{margin:0}

body .product-item{display:flex;width:285px;max-width:285px;flex:0 0 285px;height:420px !important}body .product-item.swiper-slide{flex:0 0 255px}body .product-item .product-teaser-wrapper{position:relative;background:var(--n-00);padding:20px 20px 15px;width:100%;min-height:100%;justify-content:space-between}body .product-item .product-teaser-wrapper>*{width:auto}body .product-item .product-teaser-wrapper .img-wrapper{width:100%}body .product-item .product-teaser-wrapper>img{height:auto}body .product-item .product-teaser-wrapper .field-name-update-new-statut{position:absolute;top:5px;right:5px}body .product-item .product-teaser-wrapper .field-name-update-new-statut .field-name-field-product-new{border-radius:2px;background-color:var(--c1-200);color:var(--n-00);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:.5px;line-height:20px;text-align:center;padding:0 10px;text-transform:uppercase}body .product-item .product-teaser-wrapper .field-name-update-new{position:absolute;top:5px;right:5px}body .product-item .product-teaser-wrapper .field-name-update-new .field--name-field-product-new{border-radius:2px;background-color:var(--c1-200);color:var(--n-00);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:.5px;line-height:20px;text-align:center;padding:0 10px;text-transform:uppercase}body .product-item .product-teaser-wrapper .text-wrapper{position:absolute;left:0;right:0;bottom:30px;background:var(--n-00);height:130px;overflow:hidden;padding:15px 15px 0;transition:var(--transition02)}body .product-item .product-teaser-wrapper .product-teaser-title{text-align:center;line-height:0}body .product-item .product-teaser-wrapper .product-teaser-title a{color:var(--c1-500);font-family:var(--main-font);font-size:20px;font-weight:300;line-height:30px;text-align:center}body .product-item .product-teaser-wrapper .product-teaser-title a:hover{text-decoration:none}body .product-item .product-teaser-wrapper .product-teaser-title a:before{content:"";position:absolute;inset:0}body .product-item .product-teaser-wrapper .field--name-field-teaser,body .product-item .product-teaser-wrapper .field--name-field-teaser-override{text-align:center;color:var(--n-500);font-family:var(--main-font);font-size:16px;line-height:25px;width:100%}body .product-item .product-teaser-wrapper .field--name-field-teaser *,body .product-item .product-teaser-wrapper .field--name-field-teaser-override *{text-align:center;color:var(--n-500);font-family:var(--main-font);font-size:16px;line-height:25px}body .product-item .product-teaser-wrapper .parent-overlap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;padding:inherit}body .product-item .product-teaser-wrapper .parent-overlap:hover{text-decoration:none}body .product-item .product-teaser-wrapper:hover{box-shadow:var(--box-shadow-card-list);transition:var(--transition02)}body .product-item .product-teaser-wrapper:hover .text-wrapper{transition:var(--transition02);height:210px}body .product-div-wrapper .product-wrapper li{display:flex;margin-bottom:15px}
.region.region-footer-third{position:relative;background-color:var(--c1-500)}.region.region-footer-third:before{background:var(--c1-500);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.region.region-footer-third:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.region.region-footer-third:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.region.region-footer-third:before{display:none}}.region.region-footer-third:after{background:var(--c2-500);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.region.region-footer-third:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.region.region-footer-third:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.region.region-footer-third:after{display:none}}.region.region-footer-third:before,.region.region-footer-third:after{z-index:0}.region.region-footer-third #iframe-newsletter-container{margin-bottom:-6px;position:relative;width:100%;height:auto}.region.region-footer-third #iframe-newsletter-container .soc-newsletter-label{position:absolute;color:var(--n-00);font-family:var(--main-font);font-size:32px;font-weight:300;letter-spacing:0;line-height:40px;padding:0 220px 0 10px;top:30px;width:100%}@media(max-width:1022.98px){.region.region-footer-third #iframe-newsletter-container .soc-newsletter-label{top:20px;font-size:22px;line-height:30px;padding:0 10px 0 10px}}.region.region-footer-third #iframe-newsletter-container .gdpr-replacement{color:var(--n-00);margin-top:15px;margin-bottom:21px}.region.region-footer-third #iframe-newsletter-container .gdpr-replacement p,.region.region-footer-third #iframe-newsletter-container .gdpr-replacement a{color:var(--n-00);margin:0}.region.region-footer-third #iframe-newsletter-container .gdpr-replacement a{text-decoration:underline}.region.region-footer-third .block-contact-block{margin-bottom:-6px;position:relative;width:100%;height:auto}.region.region-footer-third .block-contact-block h2{margin-bottom:15px;color:var(--n-00);font-family:var(--main-font);font-size:32px;font-weight:300;letter-spacing:0;line-height:40px;padding:0 220px 0 10px;width:100%}@media(max-width:1022.98px){.region.region-footer-third .block-contact-block h2{top:20px;font-size:22px;line-height:30px;padding:0 10px 0 10px;margin-top:1em}}.region.region-footer-third .block-contact-block form{margin-left:-7.5px}.region.region-footer-third .block-contact-block form div.field--type-boolean label{color:var(--n-00)}.region.region-footer-third .block-contact-block form div.form-actions button.button--primary{background-color:var(--c2-500);margin-left:-2px;color:var(--c1-500);font-weight:500}.region.region-footer-third .block-contact-block form div fieldset{margin-bottom:30px;padding:0;background-color:var(--n-025);-webkit-box-shadow:inset 1px 2.5px 5px 0 rgba(0,0,0,.1);box-shadow:inset 1px 2.5px 5px 0 rgba(0,0,0,.1);border-top:1px solid var(--n-500)}.region.region-footer-third .block-contact-block form div fieldset label{text-align:left;height:20px;color:var(--c1-500);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:.5px;line-height:20px;margin-left:10px;margin-bottom:0}.region.region-footer-third .block-contact-block form div fieldset input.form-text,.region.region-footer-third .block-contact-block form div fieldset input.form-tel,.region.region-footer-third .block-contact-block form div fieldset input.form-number,.region.region-footer-third .block-contact-block form div fieldset textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none !important;box-shadow:none !important;border:none;width:calc(100% - 15px);background-color:rgba(0,0,0,0) !important;color:var(--c1-500);font-family:"Roboto";font-size:16px;line-height:25px;padding-left:10px;size:unset}.region.region-footer-third .block-contact-block form div fieldset textarea{height:inherit}.region.region-footer-third .block-contact-block form div fieldset input.form-text,.region.region-footer-third .block-contact-block form div fieldset input.form-tel,.region.region-footer-third .block-contact-block form div fieldset input.form-number{height:30px}.region.region-footer-third .block-contact-block form div fieldset .form-select{border-radius:0;background-color:var(--n-025)}.region.region-footer-third .block-contact-block form div fieldset .form-select select{position:static !important;padding:5px 10px 0 15px !important;width:100% !important;opacity:1 !important;height:30px !important;display:block;color:var(--c1-500);font-family:"Roboto";font-size:16px;line-height:25px;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;border:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOSAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOSAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTt9DQoJLnN0MXtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM3Nzc3NzI7fQ0KPC9zdHlsZT4NCjxsaW5lIGlkPSJiYWNrZ3JvdW5kcmVjdF8yXyIgY2xhc3M9InN0MCIgeDE9IjkiIHkxPSIxOCIgeDI9IjAiIHkyPSIxOCIvPg0KPHRpdGxlPjU4RDRGOTY1LTJBMjgtNENBQS05Mjk4LUIzMkJDOTMzODAyQjwvdGl0bGU+DQo8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+DQo8Zz4NCgk8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+DQoJPGcgaWQ9Ik1haW4iPg0KCQk8ZyBpZD0iX3gzMF8xLWxhbmRpbmctd2ViaW5hci10aGFua3lvdS12LnNvY28iPg0KCQkJPGcgaWQ9Il94MzNfX3hGRTBGX194MjBFM19feDJGX05hdmlnYXRpb25feDJGX0Zvb3Rlci1ta3QiPg0KCQkJCTxnIGlkPSJHcm91cCI+DQoJCQkJCTxnIGlkPSJHcm91cC00Ij4NCgkJCQkJCTxnIGlkPSJTdGFja2VkLUdyb3VwLTIiPg0KCQkJCQkJCTxnIGlkPSJHcm91cC0zIj4NCgkJCQkJCQkJPGcgaWQ9InVpX3gyRl9NZWRpdW1feDJGX3NlbGVjdCI+DQoJCQkJCQkJCQk8cGF0aCBpZD0iU2hhcGUiIGNsYXNzPSJzdDEiIGQ9Ik01LjEsMTEuN0M0LjgsMTIsNC4zLDEyLDQsMTEuN0wwLjYsOC40QzAuMyw4LDAuMyw3LjYsMC42LDcuMmMwLjMtMC4zLDAuOC0wLjMsMS4xLDANCgkJCQkJCQkJCQlsMi44LDIuOGwyLjgtMi44YzAuMy0wLjMsMC44LTAuMywxLjEsMGMwLjMsMC4zLDAuMywwLjgsMCwxLjF6Ii8+DQoJCQkJCQkJCTwvZz4NCgkJCQkJCQk8L2c+DQoJCQkJCQk8L2c+DQoJCQkJCTwvZz4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQoJPGc+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:right 10px center;-webkit-background-size:10px 10px;background-size:10px}.region.region-footer-third .block-contact-block form div fieldset button.dropdown-toggle{display:none}
.branding a,.branding dotlottie-player{float:inherit;height:60px;display:flex;justify-content:center;align-items:center;padding:0}.branding a img,.branding a svg,.branding dotlottie-player img,.branding dotlottie-player svg{width:170px}

body .breadcrumb{padding-left:0}body .breadcrumb .breadcrumb-item{color:var(--n-600);font-family:var(--main-font);font-size:12px;line-height:20px}body .breadcrumb .breadcrumb-item a{color:var(--n-600);font-family:var(--main-font);font-size:12px;line-height:20px}body .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"·";color:var(--n-600)}body .block-system-breadcrumb-block{position:relative;z-index:1}@media(min-width:600px){body .block-system-breadcrumb-block .content{max-width:540px}}@media(min-width:768px){body .block-system-breadcrumb-block .content{max-width:720px}}@media(min-width:1023px){body .block-system-breadcrumb-block .content{max-width:960px}}@media(min-width:1200px){body .block-system-breadcrumb-block .content{max-width:1140px}}body .block-system-breadcrumb-block .content{margin-right:auto;margin-left:auto;padding:0 15px}body .block-system-breadcrumb-block ol{background:none}body .block-system-breadcrumb-block ol li,body .block-system-breadcrumb-block ol a{color:var(--n-600)}body #header .block-system-breadcrumb-block ol li,body #header .block-system-breadcrumb-block ol a{color:var(--n-00)}body .breadcrumb-container{position:relative;width:100%}body .breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item{padding:0}body .breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"·";padding:0 1rem;color:var(--c2-500)}body .breadcrumb-wrapper{position:relative}body .breadcrumb-toggle-wrapper{display:flex;align-items:center}body .breadcrumb-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:none;border:0;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;text-align:left;min-height:44px;background:hsla(0,0%,100%,.04)}body .breadcrumb-toggle:hover{background-color:var(--n-00)}body .breadcrumb-toggle:active,body .breadcrumb-toggle.expanded{background-color:var(--n-050)}body .breadcrumb-toggle:hover svg path,body .breadcrumb-toggle:active svg path,body .breadcrumb-toggle.expanded svg path{fill:var(--c1-600)}body .breadcrumb-toggle-icon{display:flex;width:1rem;height:1rem;font-size:1rem;flex-shrink:0;transition:transform .2s ease-in-out}body .breadcrumb-toggle-text{color:var(--n-00);font-family:var(--main-font);font-size:12px;line-height:20px}body .breadcrumb-toggle-text:before{content:"·";padding:0 10px;color:var(--c2-500)}body .node--type-product-reference .breadcrumb-toggle-text{color:var(--n-600)}body .node--type-product-reference .breadcrumb-toggle svg path{fill:var(--n-600)}body .breadcrumb-container .breadcrumb{list-style:none;display:flex;flex-wrap:wrap;align-items:center;font-size:.875rem;line-height:1.5}body .breadcrumb-container .breadcrumb-item{display:flex;align-items:center}@media(max-width:767.98px){body .breadcrumb-container .breadcrumb{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--n-00);box-shadow:var(--box-shadow04);border-radius:0;padding:1rem;z-index:1000;flex-direction:column;align-items:flex-start}body .breadcrumb-container .breadcrumb .breadcrumb-item{border-radius:4px;padding:.625rem .5rem !important}body .breadcrumb-container .breadcrumb .breadcrumb-item:hover{background:rgba(0,79,159,.04)}body .breadcrumb-container .breadcrumb.expanded{display:flex}body .breadcrumb-container .breadcrumb-item,body .breadcrumb-container .breadcrumb-item a{width:100%;color:var(--n-500) !important;font-size:14px !important;font-style:normal;font-weight:400 !important;line-height:20px !important;text-decoration:none}body .breadcrumb-container .breadcrumb-wrapper .breadcrumb .breadcrumb-item{padding:0;gap:.5rem}body .breadcrumb-container .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before{content:"";display:block;width:12px;height:12px;background-image:url(/themes/custom/socomec/assets/images/picto/ui/chevron-right.svg);background-repeat:no-repeat;background-size:contain;padding:0;color:var(--n-500)}body .breadcrumb-container .breadcrumb-item:not(:last-child)::after,body .breadcrumb-container .breadcrumb-item.active{display:none}}@media(min-width:768px){body .breadcrumb-toggle-wrapper{display:none}body .breadcrumb-container .breadcrumb{display:flex;position:static;background:none;border:none;box-shadow:none;flex-direction:row;align-items:center;gap:0}body .breadcrumb-container .breadcrumb-item{width:auto}body .breadcrumb-container .breadcrumb-item:not(:last-child)::after{display:inline}}body .breadcrumb-toggle[aria-expanded=true]{background-color:#e9ecef;border-color:#adb5bd}body .breadcrumb-toggle:focus-visible{outline:2px solid #007bff;outline-offset:2px}







.block-menu-item-fieldsprivate-portals{transition:var(--transition02)}@media(max-width:1022.98px){.block-menu-item-fieldsprivate-portals{display:none}}.block-menu-item-fieldsprivate-portals ul{display:flex;width:100%;padding:0;margin:0}.block-menu-item-fieldsprivate-portals ul li{position:relative;list-style-type:none}.block-menu-item-fieldsprivate-portals ul li:nth-child(2){border-left:1px solid var(--n-025)}.block-menu-item-fieldsprivate-portals ul li svg{width:20px;height:20px}.block-menu-item-fieldsprivate-portals ul li svg g path{fill:var(--c1-500) !important}.block-menu-item-fieldsprivate-portals .dropdown-label,.block-menu-item-fieldsprivate-portals .field--name-link a{display:flex;height:60px;align-items:center;justify-content:start;padding:0;font-family:var(--heading-font);font-weight:600;font-size:.75rem;text-decoration:none;color:var(--c1-500);text-transform:uppercase}.block-menu-item-fieldsprivate-portals .dropdown-label:before,.block-menu-item-fieldsprivate-portals .field--name-link a:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:block}.block-menu-item-fieldsprivate-portals .field--name-field-menu-icons svg{width:20px}.block-menu-item-fieldsprivate-portals .dropdown-panel{position:absolute;right:0;justify-content:center;align-items:center;flex-direction:column;white-space:nowrap;width:fit-content;box-shadow:var(--box-shadow02);background:var(--n-00);transition:var(--transition02);border-top:1px solid var(--c1-500);z-index:1000}@media(max-width:1022.98px){.block-menu-item-fieldsprivate-portals .dropdown-panel{bottom:59px;width:100%}}.block-menu-item-fieldsprivate-portals .dropdown-panel.collapsing{display:flex !important;transition:.2s !important}.block-menu-item-fieldsprivate-portals .dropdown-panel.show{display:flex !important;transition:.2s !important}.block-menu-item-fieldsprivate-portals .dropdown-panel ul{flex-direction:column}.block-menu-item-fieldsprivate-portals .dropdown-panel ul li:nth-child(n+1){box-shadow:0 -1px 0 0 var(--n-700)}.block-menu-item-fieldsprivate-portals .dropdown-panel .login-subtitle{display:block;margin-bottom:6px;font-family:var(--main-font);color:var(--c1-500);font-size:1.5rem;font-weight:900;letter-spacing:0;text-transform:uppercase;margin-left:-65px;margin-top:30px}@media(max-width:1022.98px){.block-menu-item-fieldsprivate-portals .dropdown-panel .login-subtitle{margin-left:-25px}}.block-menu-item-fieldsprivate-portals .dropdown-panel .field--name-link{width:100%;z-index:1}.block-menu-item-fieldsprivate-portals .dropdown-panel .space-panel{height:5px}.block-menu-item-fieldsprivate-portals .media--view-mode-svg-render{overflow:inherit}.block-menu-item-fieldsprivate-portals .fielded-menu-item{display:flex;align-items:center;gap:1rem;padding:0 1rem}.block-menu-item-fieldsprivate-portals .field--name-field-menu-icons{margin:0}.menu--header-visitors.responsive{z-index:9}.menu--header-visitors.responsive .fielded-menu-item{background:var(--n-00)}.menu--header-visitors.responsive .dropdown-panel.show{position:fixed}@media(max-width:1022.98px){.menu--header-visitors.responsive .block-menu-item-fieldsprivate-portals{display:block;position:static;right:initial}}.visitor-private-aside{display:flex;align-items:center}.visitor-private-aside .block-menu.menu--header-visitors{margin:0}.visitor-private-aside .block-menu.menu--header-visitors .nav{gap:0}.visitor-private-aside .block-menu-item-fieldsprivate-portals .content .dropdown-label{text-indent:-9999px;width:40px;height:40px;padding:0}.visitor-private-aside .block-menu-item-fieldsprivate-portals .dropdown-panel{width:fit-content}.visitor-private-aside .block-menu-item-fieldsprivate-portals .dropdown-panel .dropdown-label{text-indent:inherit;width:fit-content;height:inherit;white-space:nowrap;padding:.5rem 1rem .5rem 3rem}.visitor-private-aside .block-menu-item-fieldsprivate-portals .field--name-field-menu-icons{width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center}.visitor-private-aside .fielded-menu-item{height:40px;background:var(--n-00);gap:.5rem;padding:0}.visitor-private-aside div.accordion>ul>li .fielded-menu-item .field--type-link{padding-right:.5rem;display:none}.visitor-private-aside .dropdown-panel .fielded-menu-item{padding:0 1rem 0 .5rem}body.scrolled:not(.scrollup) .block-menu.menu--header-visitors{margin:0}body.scrolled:not(.scrollup) .block-menu.menu--header-visitors .nav{gap:0}body.scrolled:not(.scrollup) .block-menu-item-fieldsprivate-portals .content .dropdown-label{text-indent:-9999px;width:40px;height:40px;padding:0}body.scrolled:not(.scrollup) .block-menu-item-fieldsprivate-portals .dropdown-panel{width:fit-content}body.scrolled:not(.scrollup) .block-menu-item-fieldsprivate-portals .dropdown-panel .dropdown-label{text-indent:inherit;width:fit-content;height:inherit;white-space:nowrap;padding:.5rem 1rem .5rem 3rem}body.scrolled:not(.scrollup) .block-menu-item-fieldsprivate-portals .field--name-field-menu-icons{width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center}body.scrolled:not(.scrollup) .fielded-menu-item{height:40px;background:var(--n-00);gap:.5rem;padding:0}body.scrolled:not(.scrollup) div.accordion>ul>li [data-toggle=collapse] .fielded-menu-item .field--type-link{padding-right:.5rem;display:none}body.scrolled:not(.scrollup) div.accordion>ul>li>.fielded-menu-item{gap:0}body.scrolled:not(.scrollup) div.accordion>ul>li>.fielded-menu-item>.field--name-link a{font-size:0}body.scrolled:not(.scrollup) .dropdown-panel .fielded-menu-item{padding:0 1rem 0 .5rem}
.node--type-editorial #header{margin-bottom:0}.node--type-editorial article .jump-to-block{margin-top:0}.node--type-editorial article section{padding-top:35px}.node--type-editorial .multiline-content{width:100%}.path-node .text-formatted a,.path-node .text-formatted span.obfuscated{text-decoration:none}.path-node .text-formatted a:hover,.path-node .text-formatted span.obfuscated:hover{color:var(--c1-800);text-decoration:underline}.path-node .text-formatted a.custom-cke-link-elaborate,.path-node .text-formatted a.custom-cke-link-elaborate-2,.path-node .text-formatted span.obfuscated.custom-cke-link-elaborate,.path-node .text-formatted span.obfuscated.custom-cke-link-elaborate-2{text-decoration:none;color:var(--c1-500);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:1px;line-height:20px}.path-node .text-formatted a.custom-cke-link-elaborate:hover,.path-node .text-formatted a.custom-cke-link-elaborate-2:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-elaborate:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-elaborate-2:hover{color:var(--c1-800)}.path-node .text-formatted a.custom-cke-link-cta-1,.path-node .text-formatted a.custom-cke-link-cta-8,.path-node .text-formatted a.custom-cke-link-cta-9,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-1,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-8,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-9{background-color:var(--c2-500)}.path-node .text-formatted a.custom-cke-link-cta-1:hover,.path-node .text-formatted a.custom-cke-link-cta-8:hover,.path-node .text-formatted a.custom-cke-link-cta-9:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-1:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-8:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-9:hover{background-color:var(--c2-400);text-decoration:none}.path-node .text-formatted a.custom-cke-link-cta-2,.path-node .text-formatted a.custom-cke-link-cta-5,.path-node .text-formatted a.custom-cke-link-cta-10,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-2,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-5,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-10{background-color:var(--c1-500)}.path-node .text-formatted a.custom-cke-link-cta-2:hover,.path-node .text-formatted a.custom-cke-link-cta-5:hover,.path-node .text-formatted a.custom-cke-link-cta-10:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-2:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-5:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-10:hover{background-color:var(--c1-400);text-decoration:none;color:#fff}.path-node .text-formatted a.custom-cke-link-cta-3,.path-node .text-formatted a.custom-cke-link-cta-6,.path-node .text-formatted a.custom-cke-link-cta-11,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-3,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-6,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-11{background-color:var(--c1-050)}.path-node .text-formatted a.custom-cke-link-cta-3:hover,.path-node .text-formatted a.custom-cke-link-cta-6:hover,.path-node .text-formatted a.custom-cke-link-cta-11:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-3:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-6:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-11:hover{background-color:var(--c1-025);text-decoration:none}.path-node .text-formatted a.custom-cke-link-cta-4,.path-node .text-formatted a.custom-cke-link-cta-7,.path-node .text-formatted a.custom-cke-link-cta-12,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-4,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-7,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-12{border:solid 1px var(--c1-050);background-color:var(--n-00)}.path-node .text-formatted a.custom-cke-link-cta-4:hover,.path-node .text-formatted a.custom-cke-link-cta-7:hover,.path-node .text-formatted a.custom-cke-link-cta-12:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-4:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-7:hover,.path-node .text-formatted span.obfuscated.custom-cke-link-cta-12:hover{text-decoration:none;border:solid 1px var(--c1-500);background-color:var(--n-00)}


.soc-paragraph-background-color-blue{position:relative}.soc-paragraph-background-color-blue:after{background:var(--c1-500);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue:after{display:none}}.soc-paragraph-background-color-blue:before{background:var(--c1-500);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue:before{display:none}}.soc-paragraph-background-color-blue{background:var(--c1-500) !important}.soc-paragraph-background-color-blue:before{background:var(--c1-500) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue:after{background:var(--c1-500) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue .field--name-field-title,.soc-paragraph-background-color-blue .number,.soc-paragraph-background-color-blue .summary-multiline-title,.soc-paragraph-background-color-blue .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-blue .text-formatted{color:var(--c1-050) !important}.soc-paragraph-background-color-blue .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-blue .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-blue .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-blue .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-blue .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-blue .text-formatted p.custom-p-heading,.soc-paragraph-background-color-blue .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-blue .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-blue .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-blue .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-blue .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-blue .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-blue .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-blue .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-blue .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-blue .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-blue .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-blue .text-formatted h6.custom-cke-subtitle-6{color:var(--c2-500) !important}.soc-paragraph-background-color-blue .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--c1-050) !important}.soc-paragraph-background-color-blue .text-formatted p{color:var(--c1-050) !important}.soc-paragraph-background-color-blue .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-blue .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-blue .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-blue figcaption{color:var(--c1-050) !important}.soc-paragraph-background-color-blue blockquote p{color:var(--c1-050) !important}.soc-paragraph-background-color-blue blockquote footer{color:var(--c2-500) !important}.soc-paragraph-background-color-blue blockquote footer cite{color:var(--c1-050) !important}.soc-paragraph-background-color-blue .text,.soc-paragraph-background-color-blue .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-blue .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-blue .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue .paragraph--type--model-list-of-links .field--name-field-description{color:var(--c1-050) !important}.soc-paragraph-background-color-blue .field--name-field-summary-icon svg path{fill:var(--c2-500) !important}.soc-paragraph-background-color-blue .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c2-500) !important}.soc-paragraph-background-color-blue .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-blue .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-050) !important}.soc-paragraph-background-color-blue .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--c1-050) !important}.soc-paragraph-background-color-blue .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-blue .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-blue a.custom-cke-link-cta-4{padding:14px 29px}.soc-paragraph-background-color-blue a.custom-cke-link-cta-4:hover{background-color:var(--c1-600) !important}.soc-paragraph-background-color-blue blockquote footer{border-color:var(--c1-800) !important}.soc-paragraph-background-color-blue .paragraph--type--model-large-summary .paragraph--type--large-summary-item:before{background:linear-gradient(0deg,rgba(35,44,119,0.33) 40%,rgba(35,44,119,0) 100%),linear-gradient(0deg,var(--c1-800) 40%,rgba(35,44,119,0) 100%) !important}.soc-paragraph-background-color-black{position:relative}.soc-paragraph-background-color-black:after{background:var(--n-1000);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-black:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-black:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-black:after{display:none}}.soc-paragraph-background-color-black:before{background:var(--n-1000);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-black:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-black:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-black:before{display:none}}.soc-paragraph-background-color-black{background:var(--n-1000) !important}.soc-paragraph-background-color-black:before{background:var(--n-1000) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-black:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-black:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-black:after{background:var(--n-1000) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-black:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-black:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-black .field--name-field-title,.soc-paragraph-background-color-black .number,.soc-paragraph-background-color-black .summary-multiline-title,.soc-paragraph-background-color-black .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-black .text-formatted{color:var(--c1-050) !important}.soc-paragraph-background-color-black .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-black .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-black .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-black .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-black .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-black .text-formatted p.custom-p-heading,.soc-paragraph-background-color-black .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-black .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-black .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-black .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-black .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-black .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-black .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-black .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-black .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-black .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-black .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-black .text-formatted h6.custom-cke-subtitle-6{color:var(--c2-500) !important}.soc-paragraph-background-color-black .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--c1-050) !important}.soc-paragraph-background-color-black .text-formatted p{color:var(--c1-050) !important}.soc-paragraph-background-color-black .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-black .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-black .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-black .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-black .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-black .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-black .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-black figcaption{color:var(--c1-050) !important}.soc-paragraph-background-color-black blockquote p{color:var(--c1-050) !important}.soc-paragraph-background-color-black blockquote footer{color:var(--c2-500) !important}.soc-paragraph-background-color-black blockquote footer cite{color:var(--c1-050) !important}.soc-paragraph-background-color-black .text,.soc-paragraph-background-color-black .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-black .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-black .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-black .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-black .paragraph--type--model-list-of-links .field--name-field-description{color:var(--c1-050) !important}.soc-paragraph-background-color-black .field--name-field-summary-icon svg path{fill:var(--c2-500) !important}.soc-paragraph-background-color-black .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c2-500) !important}.soc-paragraph-background-color-black .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-black .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-050) !important}.soc-paragraph-background-color-black .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--c1-050) !important}.soc-paragraph-background-color-black .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-black .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-black a.custom-cke-link-cta-4{padding:14px 29px}.soc-paragraph-background-color-black a.custom-cke-link-cta-4:hover{background-color:var(--n-975) !important}.soc-paragraph-background-color-blue-bright{position:relative}.soc-paragraph-background-color-blue-bright:after{background:var(--c1-200);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue-bright:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-bright:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-bright:after{display:none}}.soc-paragraph-background-color-blue-bright:before{background:var(--c1-200);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue-bright:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-bright:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-bright:before{display:none}}.soc-paragraph-background-color-blue-bright{background:var(--c1-200) !important}.soc-paragraph-background-color-blue-bright:before{background:var(--c1-200) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-bright:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue-bright:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue-bright:after{background:var(--c1-200) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-bright:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue-bright:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue-bright .field--name-field-title,.soc-paragraph-background-color-blue-bright .number,.soc-paragraph-background-color-blue-bright .summary-multiline-title,.soc-paragraph-background-color-blue-bright .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-blue-bright .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-bright .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-bright .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-bright .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-bright .text-formatted p.custom-p-heading,.soc-paragraph-background-color-blue-bright .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-blue-bright .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-blue-bright .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-blue-bright .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-blue-bright .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-blue-bright .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-blue-bright .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-blue-bright .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-blue-bright .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-blue-bright .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-blue-bright .text-formatted h6.custom-cke-subtitle-6{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-bright .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted p{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-blue-bright .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-bright .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-bright .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-bright .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-bright .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-blue-bright .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-blue-bright figcaption{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright blockquote p{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright blockquote footer{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-bright blockquote footer cite{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text,.soc-paragraph-background-color-blue-bright .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-blue-bright .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue-bright .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-blue-bright .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue-bright .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .field--name-field-summary-icon svg path{fill:var(--c2-500) !important}.soc-paragraph-background-color-blue-bright .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-bright .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-blue-bright .text-formatted a.custom-cke-link-elaborate-2{color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-blue-bright .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-blue-bright.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title svg g,.soc-paragraph-background-color-blue-bright.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title svg path{fill:var(--c2-500) !important}.soc-paragraph-background-color-blue-ligth{position:relative}.soc-paragraph-background-color-blue-ligth:after{background:var(--c1-300);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue-ligth:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-ligth:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-ligth:after{display:none}}.soc-paragraph-background-color-blue-ligth:before{background:var(--c1-300);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue-ligth:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-ligth:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-ligth:before{display:none}}.soc-paragraph-background-color-blue-ligth{background:var(--c1-300) !important}.soc-paragraph-background-color-blue-ligth:before{background:var(--c1-300) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-ligth:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue-ligth:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue-ligth:after{background:var(--c1-300) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-ligth:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue-ligth:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue-ligth .field--name-field-title,.soc-paragraph-background-color-blue-ligth .number,.soc-paragraph-background-color-blue-ligth .summary-multiline-title,.soc-paragraph-background-color-blue-ligth .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-blue-ligth .text-formatted{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-blue-ligth .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-ligth .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-ligth .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-ligth .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-ligth .text-formatted p.custom-p-heading,.soc-paragraph-background-color-blue-ligth .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-blue-ligth .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-blue-ligth .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-blue-ligth .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-blue-ligth .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-blue-ligth .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-blue-ligth .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-blue-ligth .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-blue-ligth .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-blue-ligth .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-blue-ligth .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-blue-ligth .text-formatted h6.custom-cke-subtitle-6{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-ligth .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .text-formatted p{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-blue-ligth .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-blue-ligth figcaption{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth blockquote p{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth blockquote footer{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-ligth blockquote footer cite{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .text,.soc-paragraph-background-color-blue-ligth .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-blue-ligth .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue-ligth .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-blue-ligth .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue-ligth .paragraph--type--model-list-of-links .field--name-field-description{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .field--name-field-summary-icon svg path{fill:var(--c2-500) !important}.soc-paragraph-background-color-blue-ligth .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-ligth .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-blue-ligth .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-blue-ligth .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-blue-ligth a.custom-cke-link-cta-4{border:solid 1px var(--c1-050) !important}.soc-paragraph-background-color-blue-ligth a.custom-cke-link-cta-4:hover{background-color:var(--c1-300) !important}.soc-paragraph-background-color-blue-ligth a.custom-cke-link-cta-2{color:var(--n-00) !important;background-color:var(--c1-800) !important}.soc-paragraph-background-color-blue-ligth a.custom-cke-link-cta-2:hover{background-color:var(--c1-600) !important}.soc-paragraph-background-color-blue-dark{position:relative}.soc-paragraph-background-color-blue-dark:after{background:var(--c1-800);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue-dark:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-dark:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-dark:after{display:none}}.soc-paragraph-background-color-blue-dark:before{background:var(--c1-800);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-blue-dark:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-dark:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-dark:before{display:none}}.soc-paragraph-background-color-blue-dark{background:var(--c1-800) !important}.soc-paragraph-background-color-blue-dark:before{background:var(--c1-800) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-dark:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue-dark:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue-dark:after{background:var(--c1-800) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-blue-dark:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-blue-dark:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-blue-dark .field--name-field-title,.soc-paragraph-background-color-blue-dark .number,.soc-paragraph-background-color-blue-dark .summary-multiline-title,.soc-paragraph-background-color-blue-dark .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-blue-dark .text-formatted{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-blue-dark .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-dark .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-dark .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-dark .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-blue-dark .text-formatted p.custom-p-heading,.soc-paragraph-background-color-blue-dark .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-blue-dark .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-blue-dark .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-blue-dark .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-blue-dark .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-blue-dark .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-blue-dark .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-blue-dark .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-blue-dark .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-blue-dark .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-blue-dark .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-blue-dark .text-formatted h6.custom-cke-subtitle-6{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-dark .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .text-formatted p{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-blue-dark .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-dark .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-dark .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-dark .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-blue-dark .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-blue-dark .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-blue-dark figcaption{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark blockquote p{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark blockquote footer{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-dark blockquote footer cite{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .text,.soc-paragraph-background-color-blue-dark .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-blue-dark .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue-dark .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-blue-dark .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-blue-dark .paragraph--type--model-list-of-links .field--name-field-description{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .field--name-field-summary-icon svg path{fill:var(--c2-500) !important}.soc-paragraph-background-color-blue-dark .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c2-500) !important}.soc-paragraph-background-color-blue-dark .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-blue-dark .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--c1-050) !important}.soc-paragraph-background-color-blue-dark .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-blue-dark .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-blue-dark a.custom-cke-link-cta-4{border:solid 1px var(--c1-050) !important}.soc-paragraph-background-color-blue-dark a.custom-cke-link-cta-4:hover{background-color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue,.soc-paragraph-background-color-light-blue:before{background:var(--c1-025) !important}.soc-paragraph-background-color-light-blue,.soc-paragraph-background-color-grey-blue{position:relative}.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{background:var(--c1-050);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{display:none}}.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{background:var(--c1-050);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{display:none}}.soc-paragraph-background-color-light-blue,.soc-paragraph-background-color-grey-blue{background:var(--c1-050) !important}.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{background:var(--c1-050) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-light-blue:before,.soc-paragraph-background-color-grey-blue:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{background:var(--c1-050) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-light-blue:after,.soc-paragraph-background-color-grey-blue:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-light-blue .field--name-field-title,.soc-paragraph-background-color-light-blue .number,.soc-paragraph-background-color-light-blue .summary-multiline-title,.soc-paragraph-background-color-light-blue .tilded_title .field--name-field-tidle-title,.soc-paragraph-background-color-grey-blue .field--name-field-title,.soc-paragraph-background-color-grey-blue .number,.soc-paragraph-background-color-grey-blue .summary-multiline-title,.soc-paragraph-background-color-grey-blue .tilded_title .field--name-field-tidle-title{color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue .text-formatted,.soc-paragraph-background-color-grey-blue .text-formatted{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-light-blue .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-light-blue .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-light-blue .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-light-blue .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-light-blue .text-formatted p.custom-p-heading,.soc-paragraph-background-color-light-blue .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-light-blue .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-light-blue .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-light-blue .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-light-blue .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-light-blue .text-formatted h4.custom-cke-subtitle-4,.soc-paragraph-background-color-grey-blue .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-grey-blue .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-grey-blue .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-grey-blue .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-grey-blue .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-grey-blue .text-formatted p.custom-p-heading,.soc-paragraph-background-color-grey-blue .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-grey-blue .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-grey-blue .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-grey-blue .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-grey-blue .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-grey-blue .text-formatted h4.custom-cke-subtitle-4{color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-light-blue .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-light-blue .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-light-blue .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-light-blue .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-light-blue .text-formatted h6.custom-cke-subtitle-6,.soc-paragraph-background-color-grey-blue .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-grey-blue .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-grey-blue .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-grey-blue .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-grey-blue .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-grey-blue .text-formatted h6.custom-cke-subtitle-6{color:var(--c1-800) !important}.soc-paragraph-background-color-light-blue .text-formatted a:not([class^=custom-cke-link-cta-]),.soc-paragraph-background-color-grey-blue .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-600) !important}.soc-paragraph-background-color-light-blue .text-formatted p,.soc-paragraph-background-color-grey-blue .text-formatted p{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue .text-formatted table,.soc-paragraph-background-color-grey-blue .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-light-blue .text-formatted table tr:nth-child(odd),.soc-paragraph-background-color-grey-blue .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-light-blue .text-formatted table tr:nth-child(odd) th,.soc-paragraph-background-color-grey-blue .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-light-blue .text-formatted table tr:nth-child(even),.soc-paragraph-background-color-grey-blue .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-light-blue .text-formatted table tr:nth-child(even) th,.soc-paragraph-background-color-grey-blue .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-light-blue .text-formatted table th,.soc-paragraph-background-color-grey-blue .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue .text-formatted table td,.soc-paragraph-background-color-grey-blue .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-light-blue figcaption,.soc-paragraph-background-color-grey-blue figcaption{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue blockquote p,.soc-paragraph-background-color-grey-blue blockquote p{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue blockquote footer,.soc-paragraph-background-color-grey-blue blockquote footer{color:var(--c1-800) !important}.soc-paragraph-background-color-light-blue blockquote footer cite,.soc-paragraph-background-color-grey-blue blockquote footer cite{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue .text,.soc-paragraph-background-color-light-blue .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-light-blue .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-light-blue .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-light-blue .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-light-blue .paragraph--type--model-list-of-links .field--name-field-description,.soc-paragraph-background-color-grey-blue .text,.soc-paragraph-background-color-grey-blue .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-grey-blue .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-grey-blue .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-grey-blue .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-grey-blue .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue .field--name-field-summary-icon svg path,.soc-paragraph-background-color-grey-blue .field--name-field-summary-icon svg path{fill:var(--c1-800) !important}.soc-paragraph-background-color-light-blue .paragraph--type--model-small-summary .field--name-field-title-80,.soc-paragraph-background-color-grey-blue .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c1-800) !important}.soc-paragraph-background-color-light-blue .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-light-blue .text-formatted a.custom-cke-link-elaborate-2,.soc-paragraph-background-color-grey-blue .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-grey-blue .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue .text-formatted a.custom-cke-link-elaborate:before,.soc-paragraph-background-color-grey-blue .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--c1-050) !important}.soc-paragraph-background-color-light-blue a.custom-cke-link-cta-4,.soc-paragraph-background-color-grey-blue a.custom-cke-link-cta-4{border:solid 1px var(--c1-800) !important;color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue a.custom-cke-link-cta-4:hover,.soc-paragraph-background-color-grey-blue a.custom-cke-link-cta-4:hover{background-color:var(--c1-500) !important}.soc-paragraph-background-color-light-blue a.custom-cke-link-cta-4:before,.soc-paragraph-background-color-grey-blue a.custom-cke-link-cta-4:before{background-color:var(--c1-800) !important}.soc-paragraph-background-color-light-blue a.custom-cke-link-cta-3,.soc-paragraph-background-color-grey-blue a.custom-cke-link-cta-3{color:var(--c1-500) !important;background-color:var(--c1-800) !important}.soc-paragraph-background-color-light-blue a.custom-cke-link-cta-3:hover,.soc-paragraph-background-color-grey-blue a.custom-cke-link-cta-3:hover{background-color:var(--c1-600) !important}@media(min-width:575.99px){.soc-paragraph-background-color-light-blue .paragraph--type--key-figures,.soc-paragraph-background-color-grey-blue .paragraph--type--key-figures{border-top:2px solid var(--n-600) !important;border-bottom:2px solid var(--n-600) !important}}@media(max-width:575.98px){.soc-paragraph-background-color-light-blue .paragraph--type--key-figures .key-figure:first-child,.soc-paragraph-background-color-grey-blue .paragraph--type--key-figures .key-figure:first-child{border-top:2px solid var(--n-600) !important}.soc-paragraph-background-color-light-blue .paragraph--type--key-figures .key-figure,.soc-paragraph-background-color-grey-blue .paragraph--type--key-figures .key-figure{border-bottom:2px solid var(--n-600) !important}}@media(min-width:768px){.soc-paragraph-background-color-light-blue .paragraph--type--key-figures.even-count .key-figure:not(:last-child)::after,.soc-paragraph-background-color-grey-blue .paragraph--type--key-figures.even-count .key-figure:not(:last-child)::after{background-color:var(--c1-500) !important}}.soc-paragraph-background-color-light-blue .paragraph--type--key-figures.odd-count .key-figure:not(:last-child),.soc-paragraph-background-color-grey-blue .paragraph--type--key-figures.odd-count .key-figure:not(:last-child){border-bottom:2px solid var(--n-600) !important}.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-up-title,.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-tidled-title,.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description p,.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description a:not([class*=custom-cke-link-]),.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description div,.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description li,.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description span,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-up-title,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-tidled-title,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description p,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description a:not([class*=custom-cke-link-]),.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description div,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description li,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description span{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link a,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link a{color:var(--n-600) !important}.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html{border-color:var(--n-600) !important}.soc-paragraph-background-color-light-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html svg path,.soc-paragraph-background-color-grey-blue.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html svg path{fill:var(--n-600) !important}.soc-paragraph-background-color-gray-med,.soc-paragraph-background-color-gray-dark{position:relative}.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{background:var(--n-500);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{display:none}}.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{background:var(--n-500);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{display:none}}.soc-paragraph-background-color-gray-med,.soc-paragraph-background-color-gray-dark{background:var(--n-500) !important}.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{background:var(--n-500) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-gray-med:before,.soc-paragraph-background-color-gray-dark:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{background:var(--n-500) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-gray-med:after,.soc-paragraph-background-color-gray-dark:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-gray-med .field--name-field-title,.soc-paragraph-background-color-gray-med .number,.soc-paragraph-background-color-gray-med .summary-multiline-title,.soc-paragraph-background-color-gray-med .tilded_title .field--name-field-tidle-title,.soc-paragraph-background-color-gray-dark .field--name-field-title,.soc-paragraph-background-color-gray-dark .number,.soc-paragraph-background-color-gray-dark .summary-multiline-title,.soc-paragraph-background-color-gray-dark .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted,.soc-paragraph-background-color-gray-dark .text-formatted{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-gray-med .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-med .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-med .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-med .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-med .text-formatted p.custom-p-heading,.soc-paragraph-background-color-gray-med .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-gray-med .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-gray-med .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-gray-med .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-gray-med .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-gray-med .text-formatted h4.custom-cke-subtitle-4,.soc-paragraph-background-color-gray-dark .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted p.custom-p-heading,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-gray-med .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-gray-med .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-gray-med .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-gray-med .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-gray-med .text-formatted h6.custom-cke-subtitle-6,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-subtitle-6{color:var(--c1-050) !important}.soc-paragraph-background-color-gray-med .text-formatted a:not([class^=custom-cke-link-cta-]),.soc-paragraph-background-color-gray-dark .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted p,.soc-paragraph-background-color-gray-dark .text-formatted p{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted table,.soc-paragraph-background-color-gray-dark .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-gray-med .text-formatted table tr:nth-child(odd),.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-med .text-formatted table tr:nth-child(odd) th,.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-med .text-formatted table tr:nth-child(even),.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-med .text-formatted table tr:nth-child(even) th,.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-med .text-formatted table th,.soc-paragraph-background-color-gray-dark .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-gray-med .text-formatted table td,.soc-paragraph-background-color-gray-dark .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-gray-med figcaption,.soc-paragraph-background-color-gray-dark figcaption{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med blockquote p,.soc-paragraph-background-color-gray-dark blockquote p{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med blockquote footer,.soc-paragraph-background-color-gray-dark blockquote footer{color:var(--c1-050) !important}.soc-paragraph-background-color-gray-med blockquote footer cite,.soc-paragraph-background-color-gray-dark blockquote footer cite{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text,.soc-paragraph-background-color-gray-med .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-med .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-med .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-med .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-med .paragraph--type--model-list-of-links .field--name-field-description,.soc-paragraph-background-color-gray-dark .text,.soc-paragraph-background-color-gray-dark .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-dark .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-dark .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-dark .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-dark .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .field--name-field-summary-icon svg path,.soc-paragraph-background-color-gray-dark .field--name-field-summary-icon svg path{fill:var(--c1-050) !important}.soc-paragraph-background-color-gray-med .paragraph--type--model-small-summary .field--name-field-title-80,.soc-paragraph-background-color-gray-dark .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c1-050) !important}.soc-paragraph-background-color-gray-med .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-gray-med .text-formatted a.custom-cke-link-elaborate-2,.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate-2{color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted a.custom-cke-link-elaborate:before,.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted a.custom-cke-link-elaborate-2:before,.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-gray-med .text-formatted a.custom-cke-link-elaborate-2:hover:before,.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-gray-med a.custom-cke-link-cta-4,.soc-paragraph-background-color-gray-dark a.custom-cke-link-cta-4{border:solid 1px var(--n-00) !important;color:var(--c1-500) !important}.soc-paragraph-background-color-gray-med a.custom-cke-link-cta-4:hover,.soc-paragraph-background-color-gray-dark a.custom-cke-link-cta-4:hover{background-color:var(--n-500) L !important}.soc-paragraph-background-color-gray-dark{position:relative}.soc-paragraph-background-color-gray-dark:after{background:var(--n-600);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-gray-dark:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-dark:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-dark:after{display:none}}.soc-paragraph-background-color-gray-dark:before{background:var(--n-600);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-gray-dark:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-dark:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-dark:before{display:none}}.soc-paragraph-background-color-gray-dark{background:var(--n-600) !important}.soc-paragraph-background-color-gray-dark:before{background:var(--n-600) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-dark:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-gray-dark:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-gray-dark:after{background:var(--n-600) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-dark:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-gray-dark:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-gray-dark .field--name-field-title,.soc-paragraph-background-color-gray-dark .number,.soc-paragraph-background-color-gray-dark .summary-multiline-title,.soc-paragraph-background-color-gray-dark .tilded_title .field--name-field-tidle-title{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-dark .text-formatted p.custom-p-heading,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-gray-dark .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-gray-dark .text-formatted h4.custom-cke-subtitle-4{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-gray-dark .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-gray-dark .text-formatted h6.custom-cke-subtitle-6{color:var(--c1-050) !important}.soc-paragraph-background-color-gray-dark .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted p{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-dark .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-dark .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-gray-dark .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-gray-dark figcaption{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark blockquote p{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark blockquote footer{color:var(--c1-050) !important}.soc-paragraph-background-color-gray-dark blockquote footer cite{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text,.soc-paragraph-background-color-gray-dark .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-dark .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-dark .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-dark .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-dark .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .field--name-field-summary-icon svg path{fill:var(--c1-050) !important}.soc-paragraph-background-color-gray-dark .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c1-050) !important}.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate-2{color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--n-00) !important;color:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate-2:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background:var(--n-00) !important}.soc-paragraph-background-color-gray-dark .text-formatted a.custom-cke-link-elaborate-2:hover:before{-webkit-mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle-plane.svg) no-repeat 50% 50%;mask:url(/themes/custom/socomec/assets/images/ckeditor/chevron-right-circle.svg) no-repeat 50% 50%}.soc-paragraph-background-color-gray-ligth{position:relative}.soc-paragraph-background-color-gray-ligth:after{background:#f0efef;content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-gray-ligth:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-ligth:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-ligth:after{display:none}}.soc-paragraph-background-color-gray-ligth:before{background:#f0efef;content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-gray-ligth:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-ligth:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-ligth:before{display:none}}.soc-paragraph-background-color-gray-ligth{background:#f0efef !important}.soc-paragraph-background-color-gray-ligth:before{background:#f0efef !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-ligth:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-gray-ligth:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-gray-ligth:after{background:#f0efef !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-gray-ligth:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-gray-ligth:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-gray-ligth .field--name-field-title,.soc-paragraph-background-color-gray-ligth .number,.soc-paragraph-background-color-gray-ligth .summary-multiline-title,.soc-paragraph-background-color-gray-ligth .tilded_title .field--name-field-tidle-title{color:var(--c1-500) !important}.soc-paragraph-background-color-gray-ligth .text-formatted{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-gray-ligth .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-ligth .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-ligth .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-ligth .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-gray-ligth .text-formatted p.custom-p-heading,.soc-paragraph-background-color-gray-ligth .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-gray-ligth .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-gray-ligth .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-gray-ligth .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-gray-ligth .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-gray-ligth .text-formatted h4.custom-cke-subtitle-4{color:var(--c1-500) !important}.soc-paragraph-background-color-gray-ligth .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-gray-ligth .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-gray-ligth .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-gray-ligth .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-gray-ligth .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-gray-ligth .text-formatted h6.custom-cke-subtitle-6{color:var(--c1-800) !important}.soc-paragraph-background-color-gray-ligth .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth .text-formatted p{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-gray-ligth .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-gray-ligth figcaption{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth blockquote p{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth blockquote footer{color:var(--c1-800) !important}.soc-paragraph-background-color-gray-ligth blockquote footer cite{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth .text,.soc-paragraph-background-color-gray-ligth .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-ligth .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-ligth .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-gray-ligth .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-gray-ligth .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth .field--name-field-summary-icon svg path{fill:var(--c1-800) !important}.soc-paragraph-background-color-gray-ligth .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c1-800) !important}.soc-paragraph-background-color-gray-ligth .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-gray-ligth .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-500) !important}.soc-paragraph-background-color-gray-ligth .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--c1-050) !important}@media(min-width:768px){.soc-paragraph-background-color-gray-ligth .paragraph--type--key-figures.even-count .key-figure:not(:last-child)::after{background-color:var(--c1-500) !important}}.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-up-title,.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-tidled-title,.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description p,.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description a:not([class*=custom-cke-link-]),.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description div,.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description li,.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description span{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link a{color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html{border-color:var(--n-600) !important}.soc-paragraph-background-color-gray-ligth.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html svg path{fill:var(--n-600) !important}.soc-paragraph-background-color-white{position:relative}.soc-paragraph-background-color-white:after{background:var(--n-00);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-white:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-white:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-white:after{display:none}}.soc-paragraph-background-color-white:before{background:var(--n-00);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-white:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-white:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-white:before{display:none}}.soc-paragraph-background-color-white{background:var(--n-00) !important}.soc-paragraph-background-color-white:before{background:var(--n-00) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-white:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-white:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-white:after{background:var(--n-00) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-white:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-white:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-white .field--name-field-title,.soc-paragraph-background-color-white .number,.soc-paragraph-background-color-white .summary-multiline-title,.soc-paragraph-background-color-white .tilded_title .field--name-field-tidle-title{color:var(--c1-500) !important}.soc-paragraph-background-color-white .text-formatted{color:var(--n-600) !important}.soc-paragraph-background-color-white .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-white .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-white .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-white .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-white .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-white .text-formatted p.custom-p-heading,.soc-paragraph-background-color-white .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-white .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-white .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-white .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-white .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-white .text-formatted h4.custom-cke-subtitle-4{color:var(--c1-500) !important}.soc-paragraph-background-color-white .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-white .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-white .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-white .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-white .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-white .text-formatted h6.custom-cke-subtitle-6{color:var(--c1-800) !important}.soc-paragraph-background-color-white .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-600) !important}.soc-paragraph-background-color-white .text-formatted p{color:var(--n-600) !important}.soc-paragraph-background-color-white .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-white .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-white .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-white .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-white .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-white .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-white .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-white figcaption{color:var(--n-600) !important}.soc-paragraph-background-color-white blockquote p{color:var(--n-600) !important}.soc-paragraph-background-color-white blockquote footer{color:var(--c1-800) !important}.soc-paragraph-background-color-white blockquote footer cite{color:var(--n-600) !important}.soc-paragraph-background-color-white .text,.soc-paragraph-background-color-white .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-white .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-white .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-white .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-white .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-600) !important}.soc-paragraph-background-color-white .field--name-field-summary-icon svg path{fill:var(--c1-800) !important}.soc-paragraph-background-color-white .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c1-800) !important}.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-up-title,.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-tidled-title{color:var(--c1-800) !important}.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description p,.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description a:not([class*=custom-cke-link-]),.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description div,.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description li,.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description span{color:var(--n-800) !important}.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link a{color:var(--c1-500) !important}.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html{border-color:var(--c1-500) !important}.soc-paragraph-background-color-white.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html svg path{fill:var(--c1-500) !important}.soc-paragraph-background-color-yellow{position:relative}.soc-paragraph-background-color-yellow:after{background:var(--c2-500);content:"";display:block;position:absolute;top:0;bottom:0;right:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-yellow:after{right:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-yellow:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-yellow:after{display:none}}.soc-paragraph-background-color-yellow:before{background:var(--c2-500);content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:calc((1140px - 100vw)/2 - 30px/2);width:calc((100vw - 1140px)/2 + 30px/2)}@media(max-width:1199.98px){.soc-paragraph-background-color-yellow:before{left:calc((960px - 100vw)/2 - 30px/2);width:calc((100vw - 960px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-yellow:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:1022.98px){.soc-paragraph-background-color-yellow:before{display:none}}.soc-paragraph-background-color-yellow{background:var(--c2-500) !important}.soc-paragraph-background-color-yellow:before{background:var(--c2-500) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-yellow:before{left:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-yellow:before{left:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-yellow:after{background:var(--c2-500) !important;display:block}@media(max-width:1022.98px){.soc-paragraph-background-color-yellow:after{right:calc((720px - 100vw)/2 - 30px/2);width:calc((100vw - 720px)/2 + 30px/2)}}@media(max-width:767.98px){.soc-paragraph-background-color-yellow:after{right:calc((540px - 100vw)/2 - 30px/2);width:calc((100vw - 540px)/2 + 30px/2)}}.soc-paragraph-background-color-yellow .field--name-field-title,.soc-paragraph-background-color-yellow .number,.soc-paragraph-background-color-yellow .summary-multiline-title,.soc-paragraph-background-color-yellow .tilded_title .field--name-field-tidle-title{color:var(--c1-500) !important}.soc-paragraph-background-color-yellow .text-formatted{color:var(--n-600) !important}.soc-paragraph-background-color-yellow .text-formatted p.custom-p-with-wave,.soc-paragraph-background-color-yellow .text-formatted h3.custom-cke-title-with-wave,.soc-paragraph-background-color-yellow .text-formatted h4.custom-cke-title-with-wave,.soc-paragraph-background-color-yellow .text-formatted h5.custom-cke-title-with-wave,.soc-paragraph-background-color-yellow .text-formatted h6.custom-cke-title-with-wave,.soc-paragraph-background-color-yellow .text-formatted p.custom-p-heading,.soc-paragraph-background-color-yellow .text-formatted h3.custom-cke-title-heading,.soc-paragraph-background-color-yellow .text-formatted h4.custom-cke-title-heading,.soc-paragraph-background-color-yellow .text-formatted h3.custom-cke-title-3,.soc-paragraph-background-color-yellow .text-formatted h3.custom-cke-subtitle-3,.soc-paragraph-background-color-yellow .text-formatted h4.custom-cke-title-4,.soc-paragraph-background-color-yellow .text-formatted h4.custom-cke-subtitle-4{color:var(--c1-500) !important}.soc-paragraph-background-color-yellow .text-formatted h5.custom-cke-title-heading,.soc-paragraph-background-color-yellow .text-formatted h6.custom-cke-title-heading,.soc-paragraph-background-color-yellow .text-formatted h5.custom-cke-title-5,.soc-paragraph-background-color-yellow .text-formatted h5.custom-cke-subtitle-5,.soc-paragraph-background-color-yellow .text-formatted h6.custom-cke-title-6,.soc-paragraph-background-color-yellow .text-formatted h6.custom-cke-subtitle-6{color:var(--c1-800) !important}.soc-paragraph-background-color-yellow .text-formatted a:not([class^=custom-cke-link-cta-]){color:var(--n-600) !important}.soc-paragraph-background-color-yellow .text-formatted p{color:var(--n-600) !important}.soc-paragraph-background-color-yellow .text-formatted table{color:var(--n-800) !important}.soc-paragraph-background-color-yellow .text-formatted table tr:nth-child(odd){background-color:color-mix(in srgb,var(--n-00) 70%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-yellow .text-formatted table tr:nth-child(odd) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-yellow .text-formatted table tr:nth-child(even){background-color:color-mix(in srgb,var(--n-00) 80%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-yellow .text-formatted table tr:nth-child(even) th{background-color:color-mix(in srgb,var(--n-00) 50%,rgba(0,0,0,0)) !important}.soc-paragraph-background-color-yellow .text-formatted table th{border:none !important;border-bottom:1px var(--n-00) solid !important;color:var(--c1-500) !important}.soc-paragraph-background-color-yellow .text-formatted table td{border:none !important;border-bottom:1px color-mix(in srgb,var(--c1-500) 50%,rgba(0,0,0,0)) solid !important}.soc-paragraph-background-color-yellow figcaption{color:var(--n-600) !important}.soc-paragraph-background-color-yellow blockquote p{color:var(--n-600) !important}.soc-paragraph-background-color-yellow blockquote footer{color:var(--c1-800) !important}.soc-paragraph-background-color-yellow blockquote footer cite{color:var(--n-600) !important}.soc-paragraph-background-color-yellow .text,.soc-paragraph-background-color-yellow .paragraph--type--model-large-summary .field--name-field-teaser,.soc-paragraph-background-color-yellow .paragraph--type--model-large-summary .field--name-field-teaser p,.soc-paragraph-background-color-yellow .paragraph--type--model-medium-summary .field--name-field-teaser,.soc-paragraph-background-color-yellow .paragraph--type--model-medium-summary .field--name-field-teaser p,.soc-paragraph-background-color-yellow .paragraph--type--model-list-of-links .field--name-field-description{color:var(--n-600) !important}.soc-paragraph-background-color-yellow .field--name-field-summary-icon svg path{fill:var(--c1-800) !important}.soc-paragraph-background-color-yellow .paragraph--type--model-small-summary .field--name-field-title-80{color:var(--c1-800) !important}.soc-paragraph-background-color-yellow .text-formatted a.custom-cke-link-elaborate,.soc-paragraph-background-color-yellow .text-formatted a.custom-cke-link-elaborate-2{color:var(--c1-500) !important}.soc-paragraph-background-color-yellow .text-formatted a.custom-cke-link-elaborate:before{background-color:var(--c1-050) !important}.soc-paragraph-background-color-yellow .field--name-field-title:after{background:var(--n-600) !important}.soc-paragraph-background-color-yellow .text-formatted p.custom-p-with-wave:after{background:var(--n-600) !important}.soc-paragraph-background-color-yellow .field--name-field-up-title,.soc-paragraph-background-color-yellow .tilded_title .field--name-field-tidled-title{color:var(--c1-500) !important}.soc-paragraph-background-color-yellow .field--name-field-inverted-description p,.soc-paragraph-background-color-yellow .field--name-field-inverted-description a:not([class*=custom-cke-link-]),.soc-paragraph-background-color-yellow .field--name-field-inverted-description div,.soc-paragraph-background-color-yellow .field--name-field-inverted-description li,.soc-paragraph-background-color-yellow .field--name-field-inverted-description span{color:var(--n-600) !important}.soc-paragraph-background-color-yellow .field--name-field-inverted-link .paragraph--type-link a{color:var(--c1-500) !important}.soc-paragraph-background-color-yellow .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html{border:solid 1px var(--c1-500) !important}.soc-paragraph-background-color-yellow .field--name-field-inverted-link .paragraph--type-link .media--view-mode-simple-html svg path{fill:var(--c1-500) !important}.soc-paragraph-background-color-yellow a.custom-cke-link-cta-3{color:var(--c1-500) !important;background-color:var(--n-600) !important}.soc-paragraph-background-color-yellow a.custom-cke-link-cta-3:hover{background-color:var(--131312) !important}.soc-paragraph-background-color-yellow a.custom-cke-link-cta-4{border:solid 1px var(--c1-800) !important}.soc-paragraph-background-color-yellow a.custom-cke-link-cta-4:hover{background-color:var(--c2-400) !important}.soc-paragraph-background-color-yellow blockquote p{border-color:var(--n-00) !important}@media(min-width:575.99px){.soc-paragraph-background-color-yellow .paragraph--type--key-figures{border-top:2px solid var(--n-600) !important;border-bottom:2px solid var(--n-600) !important}}@media(max-width:575.98px){.soc-paragraph-background-color-yellow .paragraph--type--key-figures .key-figure:first-child{border-top:2px solid var(--n-600) !important}.soc-paragraph-background-color-yellow .paragraph--type--key-figures .key-figure{border-bottom:2px solid var(--n-600) !important}}@media(min-width:768px){.soc-paragraph-background-color-yellow .paragraph--type--key-figures.even-count .key-figure:not(:last-child)::after{background-color:var(--c1-500) !important}}.soc-paragraph-background-color-yellow .paragraph--type--key-figures.odd-count .key-figure:not(:last-child){border-bottom:2px solid var(--n-600) !important}
.paragraph--type--model-cta,.paragraph--type--model-cta-pdf{text-align:center;padding:2.5rem 0;width:100%}.paragraph--type--model-cta .socomec-cta-btn,.paragraph--type--model-cta-pdf .socomec-cta-btn{display:inline-flex;align-items:center;padding:15px 30px;color:var(--c1-500);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:1px;line-height:20px;text-decoration:none;border:solid 1px var(--c1-050)}.paragraph--type--model-cta .socomec-cta-btn:hover,.paragraph--type--model-cta-pdf .socomec-cta-btn:hover{text-decoration:none;border:solid 1px var(--c1-500);background:var(--c1-800);color:var(--c1-050)}.paragraph--type--model-cta .socomec-cta-btn:hover svg path,.paragraph--type--model-cta-pdf .socomec-cta-btn:hover svg path{fill:var(--c1-050)}.paragraph--type--model-cta .socomec-cta-btn:hover .file,.paragraph--type--model-cta-pdf .socomec-cta-btn:hover .file{border:none}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-light,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-light{background-color:var(--c1-400);color:var(--n-00);border:solid 1px var(--c1-400)}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-light svg path,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-light svg path{fill:var(--n-00)}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-light:hover,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-light:hover{background:var(--c1-500)}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-lighter,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-lighter{background-color:var(--c1-050);color:var(--c1-500)}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-lighter svg path,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-lighter svg path{fill:var(--c1-500)}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-lighter:hover,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-lighter:hover{background:var(--c1-400);color:var(--n-00)}.paragraph--type--model-cta .socomec-cta-btn.cta-blue-lighter:hover svg path,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-blue-lighter:hover svg path{fill:var(--n-00)}.paragraph--type--model-cta .socomec-cta-btn.cta-yellow,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-yellow{background-color:var(--c2-500);color:var(--c1-500);border:solid 1px var(--c2-500)}.paragraph--type--model-cta .socomec-cta-btn.cta-yellow svg path,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-yellow svg path{fill:var(--c1-500)}.paragraph--type--model-cta .socomec-cta-btn.cta-yellow:hover,.paragraph--type--model-cta-pdf .socomec-cta-btn.cta-yellow:hover{background:var(--c2-600)}.paragraph--type--model-cta .socomec-cta-btn .field--name-field-link-icon,.paragraph--type--model-cta .socomec-cta-btn .fontawesome-icon,.paragraph--type--model-cta-pdf .socomec-cta-btn .field--name-field-link-icon,.paragraph--type--model-cta-pdf .socomec-cta-btn .fontawesome-icon{display:inherit;margin-bottom:0;margin-right:5px}.paragraph--type--model-cta .socomec-cta-btn svg,.paragraph--type--model-cta-pdf .socomec-cta-btn svg{width:20px;height:20px;margin-right:10px}.paragraph--type--model-cta .socomec-cta-btn svg path,.paragraph--type--model-cta-pdf .socomec-cta-btn svg path{fill:var(--c1-500)}
.paragraph--type--model-double-text .field--name-field-title{color:var(--c1-500);font-family:var(--main-font);font-size:3rem;font-weight:var(--title-weight);margin:40px 0 20px}@media(max-width:767.98px){.paragraph--type--model-double-text .field--name-field-title{font-size:2.5rem}}.paragraph--type--model-double-text .field--name-field-title{position:relative;display:inline-flex}.paragraph--type--model-double-text .field--name-field-title:after{content:"";height:2px;width:60px;bottom:-5px;right:-30px;background:var(--c2-500);display:block;position:absolute}@media(max-width:767.98px){.paragraph--type--model-double-text .field--name-field-title:after{right:0}}
.paragraph--type-model-hero-type-4{padding-bottom:40px;padding-top:20px}.paragraph--type-model-hero-type-4 .row{min-height:inherit !important}.paragraph--type-model-hero-type-4 h1{color:#fff;display:inline-flex;font-family:"Roboto",Arial,Verdana,sans-serif;font-size:56px;font-style:normal;font-weight:300;line-height:72px;position:relative;margin-bottom:0}.paragraph--type-model-hero-type-4 h1:after{content:"";width:60px;height:8px;bottom:-9px;right:-28px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjAgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuNzYwMTlDMjAuMDY3MyA4LjU1NDk1IDM5Ljk0MDUgLTMuMTU5NjUgNjAgMi42NzY2NlY0Ljc2MDE5QzM5Ljk0MDUgLTEuMDc2MTIgMjAuMDY3MyAxMC42Mzg1IDAgNC44NDM3MVYyLjc2MDE5WiIgZmlsbD0iI0ZGQ0MwMCIvPgo8L3N2Zz4K");background-repeat:no-repeat;background-size:contain;display:block;position:absolute}@media(max-width:768px){.paragraph--type-model-hero-type-4 h1:after{display:none}}.paragraph--type-model-hero-type-4 .field--name-field-heading-text{margin-top:40px;color:hsla(0,0%,100%,.88);font-family:"Roboto",Arial,Verdana,sans-serif;font-size:24px;font-style:normal;font-weight:300;line-height:32px}#header.model_hero_type_4.white{background:#fff}#header.model_hero_type_4.white .nav-wrapper{background:var(--c1-500)}#header.model_hero_type_4.white .block-system-breadcrumb-block ol li,#header.model_hero_type_4.white .block-system-breadcrumb-block ol a,#header.model_hero_type_4.white ol.breadcrumb .breadcrumb-item a,#header.model_hero_type_4.white ol.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:var(--n-800)}#header.model_hero_type_4.white h1{color:var(--c1-500)}#header.model_hero_type_4.white .field--name-field-heading-text{color:#252523}#header.model_hero_type_4.blue{background:linear-gradient(180deg,var(--c1-500) 0%,var(--c1-400) 100%)}#header.model_hero_type_4.yellow{background:linear-gradient(180deg,var(--c2-500) 0%,#FC0 100%)}#header.model_hero_type_4.yellow .nav-wrapper{background:var(--c1-500)}#header.model_hero_type_4.yellow .block-system-breadcrumb-block ol li,#header.model_hero_type_4.yellow .block-system-breadcrumb-block ol a,#header.model_hero_type_4.yellow ol.breadcrumb .breadcrumb-item a,#header.model_hero_type_4.yellow ol.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#000}#header.model_hero_type_4.yellow h1,#header.model_hero_type_4.yellow .field--name-field-heading-text{color:var(--c1-800)}#header.model_hero_type_4.yellow h1:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjAgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuNzYwMTlDMjAuMDY3MyA4LjU1NDk1IDM5Ljk0MDUgLTMuMTU5NjUgNjAgMi42NzY2NlY0Ljc2MDE5QzM5Ljk0MDUgLTEuMDc2MTIgMjAuMDY3MyAxMC42Mzg1IDAgNC44NDM3MVYyLjc2MDE5WiIgZmlsbD0iIzAwNEY5RiIvPgo8L3N2Zz4K")}#header.model_hero_type_4.yellow-image{background:linear-gradient(94deg,rgba(255,173,0,0.6) 0%,rgba(255,173,0,0.6) 15%,#FC0 85%),url("/themes/custom/socomec/assets/images/background-world.png"),#d3d3d3 50%/cover no-repeat;background-position:0% 50%}#header.model_hero_type_4.yellow-image .paragraph--type-model-hero-type-4{padding-top:40px;padding-bottom:75px}#header.model_hero_type_4.yellow-image h1:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjAgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuNzYwMTlDMjAuMDY3MyA4LjU1NDk1IDM5Ljk0MDUgLTMuMTU5NjUgNjAgMi42NzY2NlY0Ljc2MDE5QzM5Ljk0MDUgLTEuMDc2MTIgMjAuMDY3MyAxMC42Mzg1IDAgNC44NDM3MVYyLjc2MDE5WiIgZmlsbD0iIzAwNEY5RiIvPgo8L3N2Zz4K")}
.paragraph--type--model-large-summary,.paragraph--type--model-medium-summary{padding-bottom:2rem;padding-top:2rem;flex-direction:column}@media(max-width:1022.98px){.paragraph--type--model-large-summary,.paragraph--type--model-medium-summary{padding:2rem 0}}.paragraph--type--model-large-summary .summary-multiline-title,.paragraph--type--model-medium-summary .summary-multiline-title{margin-bottom:0}.paragraph--type--model-large-summary .summary-multiline-title::after,.paragraph--type--model-medium-summary .summary-multiline-title::after{display:none}.paragraph--type--model-large-summary .field--name-field-title,.paragraph--type--model-medium-summary .field--name-field-title{margin-bottom:1.5rem;font-weight:var(--title-weight)}.paragraph--type--model-large-summary .field--name-field-teaser,.paragraph--type--model-medium-summary .field--name-field-teaser{margin-top:0;margin-bottom:.75rem}.paragraph--type--model-large-summary .field--name-field-teaser p,.paragraph--type--model-medium-summary .field--name-field-teaser p{font-family:var(--main-font);font-size:1.5rem;font-weight:300;line-height:30px;color:var(--n-500)}.paragraph--type--model-large-summary .paragraph--type--large-summary-item,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item{display:flex;position:relative;flex-direction:column;justify-content:flex-end;min-height:27.5rem;padding:2.5rem;background-size:36rem;background-position-x:50%}@media(max-width:1022.98px){.paragraph--type--model-large-summary .paragraph--type--large-summary-item,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item{margin-bottom:1.5rem}}.paragraph--type--model-large-summary .paragraph--type--large-summary-item:before,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item:before,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item:before,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:before{content:"";position:absolute;z-index:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,79,159,0.33) 40%,rgba(0,79,159,0) 100%),linear-gradient(0deg,var(--c1-500) 40%,rgba(0,79,159,0) 100%)}.paragraph--type--model-large-summary .paragraph--type--large-summary-item .field--name-field-title-80,.paragraph--type--model-large-summary .paragraph--type--large-summary-item .field--name-field-title-48,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .field--name-field-title-80,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .field--name-field-title-48,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .field--name-field-title-80,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .field--name-field-title-48,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .field--name-field-title-80,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .field--name-field-title-48{position:relative;z-index:2;font-family:var(--heading-font);font-size:1.125rem;font-weight:600;line-height:30px;color:var(--n-00)}.paragraph--type--model-large-summary .paragraph--type--large-summary-item .field--name-field-subtitle-80,.paragraph--type--model-large-summary .paragraph--type--large-summary-item .field--name-field-description-48,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .field--name-field-subtitle-80,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .field--name-field-description-48,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .field--name-field-subtitle-80,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .field--name-field-description-48,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .field--name-field-subtitle-80,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .field--name-field-description-48{position:relative;z-index:2;font-family:var(--main-font);font-size:1rem;line-height:30px;color:var(--n-00);margin-bottom:1.25rem}.paragraph--type--model-large-summary .paragraph--type--large-summary-item .title-arrow,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .title-arrow,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .title-arrow,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .title-arrow{position:relative;z-index:2;display:flex;align-items:center}.paragraph--type--model-large-summary .paragraph--type--large-summary-item .title-arrow svg,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .title-arrow svg,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .title-arrow svg,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .title-arrow svg{width:50px;height:50px;margin-right:.5rem}.paragraph--type--model-large-summary .paragraph--type--large-summary-item .large-summary-item-link,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .large-summary-item-link,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .large-summary-item-link,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .large-summary-item-link{position:relative;z-index:1;font-size:.75rem;font-weight:600;font-family:var(--heading-font);letter-spacing:1px;line-height:20px;text-transform:uppercase;color:var(--n-00)}.paragraph--type--model-large-summary .paragraph--type--large-summary-item .large-summary-item-link:hover,.paragraph--type--model-large-summary .paragraph--type--medium-summary-item .large-summary-item-link:hover,.paragraph--type--model-medium-summary .paragraph--type--large-summary-item .large-summary-item-link:hover,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .large-summary-item-link:hover{text-decoration:underline}.paragraph--type--model-large-summary.Fluid .grid-4>div:last-child,.paragraph--type--model-large-summary.Fluid .grid-7>div:last-child,.paragraph--type--model-large-summary.Fluid .grid-10>div:last-child,.paragraph--type--model-medium-summary.Fluid .grid-4>div:last-child,.paragraph--type--model-medium-summary.Fluid .grid-7>div:last-child,.paragraph--type--model-medium-summary.Fluid .grid-10>div:last-child{flex:0 0 100%;max-width:100%}@media(min-width:768px){.paragraph--type--model-large-summary.Fluid .grid-5>div:nth-last-child(-n+2),.paragraph--type--model-large-summary.Fluid .grid-8>div:nth-last-child(-n+2),.paragraph--type--model-large-summary.Fluid .grid-11>div:nth-last-child(-n+2),.paragraph--type--model-medium-summary.Fluid .grid-5>div:nth-last-child(-n+2),.paragraph--type--model-medium-summary.Fluid .grid-8>div:nth-last-child(-n+2),.paragraph--type--model-medium-summary.Fluid .grid-11>div:nth-last-child(-n+2){flex:0 0 50%;max-width:50%}}@media(min-width:768px){.paragraph--type--model-large-summary.Contain .field--name-field-summary-items,.paragraph--type--model-medium-summary.Contain .field--name-field-summary-items{display:grid;grid-template-columns:repeat(3,1fr);row-gap:4rem;column-gap:2rem}.paragraph--type--model-large-summary.Contain .field--name-field-summary-items .field__item,.paragraph--type--model-medium-summary.Contain .field--name-field-summary-items .field__item{flex:inherit;max-width:inherit}}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item{min-height:19.5rem;padding:1.5rem 1rem;box-shadow:var(--box-shadow02)}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:after{content:"";position:absolute;left:0;top:0;height:100%;width:2px;opacity:0;background-color:var(--c1-500);transition:var(--transition02)}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:hover,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:active{box-shadow:var(--box-shadow04)}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:hover:after,.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:active:after{content:"";opacity:1;transition:var(--transition02)}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item:before{background:linear-gradient(0deg,var(--n-00) 35%,rgba(0,79,159,0) 100%),linear-gradient(0deg,rgba(255,255,255,0.5) 20%,rgba(0,79,159,0) 100%)}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .field--name-field-title-48{color:var(--c1-500);position:relative !important;line-height:25px}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .field--name-field-subtitle-48{color:var(--n-600)}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .title-arrow{padding-left:1.75rem;position:relative;z-index:2;display:flex;align-items:center}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .title-arrow:before{content:"";position:absolute;left:0;background:url("/themes/custom/socomec/assets/images/picto/ui/chevron-right-circle-plane.svg") no-repeat;display:block;width:20px;height:20px;background-size:contain;transition:transform .5s ease}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .title-arrow svg{display:none}.paragraph--type--model-medium-summary .paragraph--type--medium-summary-item .large-summary-item-link{color:var(--c1-500)}.paragraph--type--model-medium-summary.Fluid .grid-5>div:last-child,.paragraph--type--model-medium-summary.Fluid .grid-9>div:last-child,.paragraph--type--model-medium-summary.Fluid .grid-13>div:last-child{flex:0 0 100%;max-width:100%}@media(min-width:768px){.paragraph--type--model-medium-summary.Fluid .grid-6>div:nth-last-child(-n+2),.paragraph--type--model-medium-summary.Fluid .grid-10>div:nth-last-child(-n+2),.paragraph--type--model-medium-summary.Fluid .grid-14>div:nth-last-child(-n+2){flex:0 0 50%;max-width:50%}}@media(min-width:768px){.paragraph--type--model-medium-summary.Fluid .grid-7>div:nth-last-child(-n+3),.paragraph--type--model-medium-summary.Fluid .grid-11>div:nth-last-child(-n+3),.paragraph--type--model-medium-summary.Fluid .grid-15>div:nth-last-child(-n+3){flex:0 0 33.33333333%;max-width:33.33333333%}}.paragraph--type--model-medium-summary.Contain .field--name-field-medium-summary-items .field--name-field-description-48{margin-bottom:0}@media(min-width:768px){.paragraph--type--model-medium-summary.Contain .field--name-field-medium-summary-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 15px}.paragraph--type--model-medium-summary.Contain .field--name-field-medium-summary-items .field__item{flex:inherit;max-width:inherit;padding:5px 0}}@media(min-width:1023px){.paragraph--type--model-medium-summary.Contain .field--name-field-medium-summary-items{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0 15px}.paragraph--type--model-medium-summary.Contain .field--name-field-medium-summary-items .field__item{flex:inherit;max-width:inherit;padding:5px 0}}.field--name-field-medium-summary-items{row-gap:4rem}
