/* @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)}

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}
.block-soc-blocks-promotion,.block-promotion-block-product-page{width:100%;margin-bottom:2rem}.block-promotion-entity.block-promotion-entity-offer{position:relative}.block-promotion-entity.block-promotion-entity-offer .global-link{transition:var(--transition02);position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-99999px;z-index:20;box-shadow:var(--box-shadow02)}.block-promotion-entity.block-promotion-entity-offer .global-link:hover{box-shadow:var(--box-shadow-card-list);transition:var(--transition02)}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header{background:var(--n-00)}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title{font-size:1.25rem;color:var(--c1-500);text-transform:uppercase;font-family:var(--main-font);font-weight:900}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{font-size:.75rem;color:var(--c2-500);text-transform:uppercase;font-family:var(--heading-font);font-weight:600;letter-spacing:1px;line-height:25px}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{display:flex;justify-content:center}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content{background-size:cover}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{font-family:var(--main-font);font-size:1.5rem;font-weight:300;color:var(--n-00)}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser{font-family:var(--heading-font);font-size:.75rem;font-weight:500;color:var(--n-00)}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{color:var(--c2-500);font-family:var(--heading-font);font-size:.75rem;letter-spacing:1px;text-transform:uppercase;font-weight:600}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg{margin-right:3px}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{opacity:1}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer,.swiper-slide .block-promotion-entity.block-promotion-entity-offer,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer,.span3 .block-promotion-entity.block-promotion-entity-offer,.span6 .block-promotion-entity.block-promotion-entity-offer,.soc-10-col .block-promotion-entity.block-promotion-entity-offer,.soc-6-col .block-promotion-entity.block-promotion-entity-offer,.span3 .block-promotion-entity.block-promotion-entity-offer{text-align:center}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header{height:195px;padding-top:1rem;padding-left:1.25rem;padding-right:1.25rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{position:relative;z-index:10;top:100px;width:180px;height:180px;display:flex;align-items:center;margin:-55px auto 0 auto}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:45%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-050);width:210px;height:210px;z-index:-1}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child{width:13.125rem;height:13.125rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image img{margin-bottom:1rem;height:initial}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content{min-height:225px;position:relative;padding-top:7rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--c1-500);opacity:.8}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{display:none;position:relative;z-index:10;padding:0 1.25rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser{position:relative;z-index:10;margin-bottom:1.5rem;padding:0 1.25rem;letter-spacing:.5px}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link{position:relative;z-index:10;padding:0 1.25rem;text-align:left}@media(max-width:767.98px){.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link{text-align:center}}@media(min-width:768px)and (max-width:1024px){.col-lg-3 .block-promotion-entity.block-promotion-entity-offer,.swiper-slide .block-promotion-entity.block-promotion-entity-offer,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer,.span3 .block-promotion-entity.block-promotion-entity-offer,.span6 .block-promotion-entity.block-promotion-entity-offer,.soc-10-col .block-promotion-entity.block-promotion-entity-offer,.soc-6-col .block-promotion-entity.block-promotion-entity-offer,.span3 .block-promotion-entity.block-promotion-entity-offer{text-align:left;position:relative}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header{display:block;padding-top:3.5rem;padding-left:1rem;padding-right:1rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title{padding-left:16.5rem;padding-bottom:0;font-size:1.5rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{padding-left:15.5rem;line-height:41px;margin-left:1rem}}@media(min-width:768px)and (max-width:1024px)and (max-width:1022.98px){.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{line-height:initial}}@media(min-width:768px)and (max-width:1024px){.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{position:absolute;z-index:10;top:27%;left:50px}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child{width:13.125rem;height:13.125rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:45%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-050);width:220px;height:220px;z-index:-1}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content{position:relative;padding-bottom:3rem;padding-top:3.5rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--c1-500);opacity:.8}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{display:block;position:relative;min-height:2rem;z-index:10;font-size:1.125rem;padding-right:2rem;margin-bottom:.5rem;padding-left:2rem;padding-top:5.5rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser{position:absolute;z-index:10;margin-bottom:1.5rem;padding-right:1rem;padding-left:17.5rem;font-size:1.5rem;font-weight:300;font-family:var(--main-font);color:var(--n-00);top:20px;letter-spacing:initial;line-height:1.8rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span6 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.span3 .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link{position:relative;z-index:10;padding-right:2rem;padding-left:2rem}}.swiper-slide .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{top:85px}@media(min-width:768px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer,.soc-6-col .block-promotion-entity.block-promotion-entity-offer{text-align:left;position:relative}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header{display:block;padding-top:3.5rem;padding-left:1rem;padding-right:1rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title{padding-left:16.5rem;padding-bottom:0;font-size:1.5rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{padding-left:15.5rem;line-height:41px;margin-left:1rem;margin-bottom:1rem}}@media(min-width:768px)and (max-width:1022.98px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{line-height:initial}}@media(min-width:768px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{position:absolute;z-index:10;top:27%;left:50px}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child{width:13.125rem;height:13.125rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:45%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-050);width:220px;height:220px;z-index:-1}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content{position:relative;padding-bottom:3rem;padding-top:3.5rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--c1-500);opacity:.8}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{display:block;position:relative;min-height:2rem;z-index:10;font-size:1.125rem;padding-right:2rem;margin-bottom:.5rem;padding-left:2rem;padding-top:5.5rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser{position:absolute;z-index:10;margin-bottom:1.5rem;padding-right:1rem;padding-left:17.5rem;font-size:1.5rem;font-weight:300;font-family:var(--main-font);color:var(--n-00);top:20px;letter-spacing:initial;line-height:1.8rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link{position:relative;z-index:10;padding-right:2rem;padding-left:2rem}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer,.soc-6-col .block-promotion-entity.block-promotion-entity-offer{text-align:left;position:relative}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header{display:flex;padding-top:2rem;padding-left:2rem;padding-right:1rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title{padding-left:15.5rem;padding-bottom:5rem;font-size:1.5rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{margin-bottom:1rem;line-height:41px;margin-left:1rem;padding-left:0}}@media(min-width:1023px)and (max-width:1022.98px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{line-height:initial}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{position:absolute;display:flex;align-items:center;width:180px;height:180px;z-index:10;top:43%;left:50px}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image div:first-child{width:13.125rem;height:13.125rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:45%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-050);width:220px;height:220px;z-index:-1}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content{position:relative;padding-top:1.5rem;padding-bottom:3rem}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--c1-500);opacity:.8}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{display:block;position:relative;min-height:2rem;z-index:10;font-size:1.125rem;padding-right:2rem;padding-left:17.5rem;margin-bottom:.5rem;padding-top:0}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser{position:absolute;top:-70px;z-index:10;margin-bottom:1.5rem;padding-right:1rem;padding-left:17.5rem;color:var(--c1-400);font-size:1.5rem;font-weight:300;font-family:var(--main-font);letter-spacing:.5px}.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link{position:relative;z-index:10;padding-right:1rem;padding-left:17.5rem}}@media(max-width:1022.98px){.soc-10-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{font-size:1rem}}@media(min-width:768px){.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header{display:block}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-external-title{padding-left:16.5rem}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-sub-title{padding-left:15.5rem;margin-bottom:0}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-header .soc-block-promo-entity-central-image{top:27%}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content{top:1rem;padding-top:3.5rem}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-description{font-size:1rem;padding-left:1rem;padding-top:5rem}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-teaser{color:var(--n-00);top:20px}.soc-6-col .block-promotion-entity.block-promotion-entity-offer .soc-block-promo-entity-content .soc-block-promo-entity-link{padding-left:1rem}}.block-soc-blocks-promotion.block-promotion-block-product-page:hover{box-shadow:var(--box-shadow-card-list);transition:var(--transition02)}.field--name-field-mutliline-promo-block:hover{box-shadow:var(--box-shadow-card-list);transition:var(--transition02)}.field--name-field-mutliline-promo-block.field--type-entity-reference{margin:0}.block-promotion-entity.block-promotion-entity-digital-asset{position:relative;background-size:cover;padding-bottom:10rem;overflow:hidden;min-height:420px}.block-promotion-entity.block-promotion-entity-digital-asset .global-link{transition:var(--transition02);position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-99999px;z-index:999}.block-promotion-entity.block-promotion-entity-digital-asset .global-link:hover{box-shadow:var(--box-shadow-card-list);transition:var(--transition02)}@media(max-width:1022.98px){.block-promotion-entity.block-promotion-entity-digital-asset{min-height:475px}}@media(max-width:767.98px){.block-promotion-entity.block-promotion-entity-digital-asset{min-height:350px}}.block-promotion-entity.block-promotion-entity-digital-asset:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(26.93deg,var(--c1-500) 0%,color-mix(in srgb,var(--c1-500) 80%,rgba(0,0,0,0)) 100%)}.we-mega-menu-col .block-promotion-entity.block-promotion-entity-digital-asset:after{opacity:.5}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-tag{font-family:var(--heading-font);color:var(--turquoize);font-size:.75rem;text-transform:uppercase;font-weight:600;letter-spacing:1px}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type{display:inline-flex;font-size:1.5rem;font-weight:300;font-family:var(--main-font);color:var(--n-00);position:relative}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type:before{content:"";position:absolute;background-color:var(--c2-500);width:60px;height:2px;top:-1rem}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type:before{top:initial;bottom:0;right:-1.5rem}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content{background-size:cover}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-external-title{color:var(--c2-500);font-size:1.125rem;font-family:var(--heading-font);font-weight:600;line-height:30px}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title{color:var(--n-00);font-size:1.125rem;font-family:var(--heading-font);font-weight:600;line-height:30px}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description{color:var(--n-00);font-size:1rem;font-family:var(--main-font);line-height:25px;display:none}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{display:none;color:var(--n-00);font-family:var(--heading-font);font-size:.75rem;letter-spacing:1px;text-transform:uppercase;font-weight:500}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg{margin-right:3px}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{opacity:1}.block-promotion-entity.block-promotion-entity-digital-asset:hover{box-shadow:var(--box-shadow-card-list)}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .container,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .container,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .container,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .container,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .container{padding:0}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image{position:absolute;bottom:-6.5rem;left:50%;width:100%;transform:translateX(-50%);z-index:10;text-align:center;height:210px;max-height:210px}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-200);width:230px;height:230px;z-index:-1;opacity:.5}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img{width:150px}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header{position:relative;z-index:10;padding:1.25rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content{position:relative;z-index:10;padding:0 1.25rem}@media(min-width:768px)and (max-width:1024px){.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset,.span6 .block-promotion-entity.block-promotion-entity-digital-asset,.span3 .block-promotion-entity.block-promotion-entity-digital-asset,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset{display:flex;height:400px;flex-direction:column;justify-content:center;padding-bottom:initial}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .container,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .container,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .container,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .container,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .container{position:relative;height:100%;padding:0}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image{position:absolute;bottom:40%;transform:translateY(50%);z-index:10;left:70px;width:initial}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-200);width:270px;height:270px;z-index:-1;opacity:.5}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img{width:170px}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header{position:relative;z-index:10;padding:6.25rem 1.5rem 1.25rem 1.5rem;top:-60px}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type{font-size:3rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content{position:relative;z-index:10;padding:1.25rem 1.25rem 1.25rem 20rem;top:-55px}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title{margin-bottom:1.25rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description{display:none;margin-bottom:1.5rem}.col-lg-3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.swiper-slide .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.span6 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.span3 .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.field--name-field-single-promo-block .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{display:block}}@media(min-width:768px){.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset{display:flex;height:400px;flex-direction:column;justify-content:center;padding-bottom:initial}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .container{position:relative;height:100%;padding:0}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image{position:absolute;bottom:40%;transform:translateY(50%);z-index:10;left:70px;width:initial;max-height:none;height:auto}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-200);width:270px;height:270px;z-index:-1;opacity:.5}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img{width:170px}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header{position:relative;z-index:10;padding:6.25rem 1.5rem 1.25rem 1.5rem;top:-60px}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type{font-size:3rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content{position:relative;z-index:10;padding:1.25rem 1.25rem 1.25rem 20rem;top:-55px}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title{margin-bottom:1.25rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description{display:none;margin-bottom:1.5rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{display:block}}@media(min-width:768px){.soc-10-col.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-fullscreen.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-6-col.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header{top:-95px}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset{display:flex;height:520px;flex-direction:column;justify-content:center;padding-bottom:initial}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .container{position:relative;height:100%}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image{position:absolute;bottom:50%;transform:translateY(50%);z-index:10;left:95px;width:initial}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image:before{content:"";position:absolute;display:block;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background:var(--c1-200);width:420px;height:420px;z-index:-1;opacity:.5}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-central-image img{width:initial}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header{position:relative;z-index:10;padding:9.25rem 1.25rem 1.25rem 29.125rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type{font-size:3rem}}@media(min-width:1023px)and (max-width:1199.98px){.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-header .soc-block-promo-entity-type{font-size:2rem}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content{position:relative;z-index:10;padding:1.25rem 1.25rem 1.25rem 29.125rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-sub-title{margin-bottom:1.25rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-description{display:block;margin-bottom:1.5rem}.soc-10-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button,.soc-6-col .block-promotion-entity.block-promotion-entity-digital-asset .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{display:block}}.soc-fullscreen{max-width:100% !important;padding-top:0;padding-bottom:0;padding-right:0}.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset{width:100vw;position:relative;left:calc(-1*(100vw - 100%)/2)}@media(min-width:1023px){.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container{width:calc(80px*10 - 30px) !important;max-width:calc(80px*10 - 30px);flex:0 0 calc(80px*10 - 30px);flex:auto}}@media(min-width:1200px){.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container{width:calc(95px*10 - 30px) !important;max-width:calc(95px*10 - 30px);flex:0 0 calc(95px*10 - 30px);flex:auto}}@media(min-width:768px){.soc-fullscreen .block-promotion-entity.block-promotion-entity-digital-asset .container{position:relative}}.block-promotion-entity.block-promotion-entity-custom{position:relative}.block-promotion-entity.block-promotion-entity-custom:hover{box-shadow:var(--box-shadow-card-list)}.block-promotion-entity.block-promotion-entity-custom *{cursor:pointer}.block-promotion-entity.block-promotion-entity-custom .global-link{transition:var(--transition02);position:absolute;top:0;left:0;right:0;bottom:0;text-indent:-99999px;z-index:15}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content{background-size:cover;padding:4.6rem 3.5rem 5rem 2.5rem}.we-mega-menu-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content{padding:2rem 1rem}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-picto{margin-bottom:.5rem}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-picto svg,.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-picto img{width:100px;height:auto}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle{position:relative;z-index:10}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-external-title{font-size:1.5rem;font-family:var(--main-font);font-weight:300;line-height:30px;margin-bottom:.5rem}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title{font-size:1.25rem;font-family:var(--main-font);line-height:25px;margin-bottom:1rem;font-weight:300}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link{position:relative;z-index:1;flex:0 0 auto}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{font-family:var(--heading-font);font-size:.75rem;letter-spacing:1px;text-transform:uppercase;font-weight:600;display:inline-flex;align-items:center}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg{margin-right:10px}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{opacity:1;fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-picto svg g{fill:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-picto svg g path{fill:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content{background-color:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content:before{content:"";position:absolute;left:0;top:0;background:var(--c2-500);width:100%;height:100%;pointer-events:none;opacity:.8;z-index:0}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-external-title{color:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title{color:var(--n-800)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{color:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-content .soc-block-promo-entity-link:hover{color:var(--c1-800);font-family:var(--heading-font);font-size:12px;font-weight:600;letter-spacing:1px}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-picto svg g{fill:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-picto svg g path{fill:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content{background-color:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content:before{content:"";position:absolute;left:0;top:0;background:var(--c1-500);width:100%;height:100%;pointer-events:none;opacity:.8;z-index:0}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-external-title{color:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title{color:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{color:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-picto svg g{fill:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-picto svg g path{fill:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content{background-color:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content:before{content:"";position:absolute;left:0;top:0;background:var(--n-00);width:100%;height:100%;pointer-events:none;opacity:.8;z-index:0}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-external-title{color:var(--c1-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title{color:var(--n-800)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{color:var(--n-800)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--n-800)}.block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--n-800)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-picto svg g{fill:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-picto svg g path{fill:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content{background-color:var(--c1-800)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content:before{content:"";position:absolute;left:0;top:0;background:var(--c1-800);width:100%;height:100%;pointer-events:none;opacity:.8;z-index:0}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-external-title{color:var(--n-00)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title{color:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button{color:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c2-500)}.block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-content .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--c2-500)}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content{display:flex;align-items:center;justify-content:space-evenly}.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle{display:flex;align-items:center;padding-right:15px}.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-picto,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-picto{margin-right:1.875rem}.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle .soc-block-promo-entity-sub-title{font-size:1.25rem;font-weight:300}}@media(max-width:1022.98px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-link,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-link{margin-top:3.5rem}}.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-link .back-to-button{font-size:.875rem}@media(min-width:600px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button{transition:var(--transition02);background:var(--c1-500);color:var(--n-00);padding:1rem 1.25rem}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button:hover,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button:hover{background:var(--c1-400);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button svg g,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button svg g{fill:var(--n-00)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button svg g path,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-1 .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--n-00)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-1:hover .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-1:hover .back-to-button{background:var(--c1-400);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button{transition:var(--transition02);background:var(--c1-050);color:var(--c1-500);padding:1rem 1.25rem}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button:hover,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button:hover{background:var(--c1-025);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button svg g,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c1-500)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button svg g path,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-2 .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--c1-500)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-2:hover .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-2:hover .back-to-button{background:var(--c1-025);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button{transition:var(--transition02);background:var(--c1-500);color:var(--n-00);padding:1rem 1.25rem}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button:hover,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button:hover{background:var(--c1-400);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button svg g,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button svg g{fill:var(--n-00)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button svg g path,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-3 .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--n-00)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-3:hover .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-3:hover .back-to-button{background:var(--c1-400);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button{transition:var(--transition02);background:var(--n-00);color:var(--c1-500);padding:1rem 1.25rem}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button:hover,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button:hover{background:var(--n-00);transition:var(--transition02)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button svg g,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button svg g{fill:var(--c1-500)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button svg g path,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-4 .soc-block-promo-entity-link .back-to-button svg g path{fill:var(--c1-500)}.soc-10-col .block-promotion-entity.block-promotion-entity-custom.color-combination-4:hover .back-to-button,.soc-fullscreen .block-promotion-entity.block-promotion-entity-custom.color-combination-4:hover .back-to-button{background:var(--n-00);transition:var(--transition02)}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content{padding-left:0;padding-right:0;justify-content:space-between}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle{padding-left:calc(80px*1 - 30px);width:calc(80px*7 - 30px) !important;max-width:calc(80px*7 - 30px);flex:0 0 calc(80px*7 - 30px)}}@media(min-width:1200px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-middle{padding-left:calc(95px*1 - 30px);width:calc(95px*7 - 30px) !important;max-width:calc(95px*7 - 30px);flex:0 0 calc(95px*7 - 30px)}}@media(min-width:1023px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link{padding-right:calc(80px*1 - 30px);width:calc(80px*3 - 30px) !important;max-width:calc(80px*3 - 30px);flex:0 0 calc(80px*3 - 30px)}}@media(min-width:1200px){.soc-10-col .block-promotion-entity.block-promotion-entity-custom .soc-block-promo-entity-content .soc-block-promo-entity-link{padding-right:calc(95px*1 - 30px);width:calc(95px*3 - 30px) !important;max-width:calc(95px*3 - 30px);flex:0 0 calc(95px*3 - 30px)}}
.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-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-form .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-form .field--name-field-title{font-size:2.5rem}}.paragraph--type--model-form .field--name-field-title{position:relative;display:inline-flex}.paragraph--type--model-form .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-form .field--name-field-title:after{right:0}}
.model-hero-2-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-size:cover;background-position-y:50%;overflow:hidden}.hero-large-animated-circle{height:auto;position:absolute;width:100%;bottom:40px;display:flex;align-items:center;justify-content:center}.hero-large-animated-circle svg{background:none;width:100%;max-width:80vw;height:auto}.hero-large-animated-circle svg path{fill-opacity:0}_:-ms-fullscreen .hero-large-animated-circle,:root .hero-large-animated-circle{display:none}@media(min-width:1023px){.paragraph--type--model-hero-type-2{min-height:600px;max-height:100vh}}.paragraph--type--model-hero-type-2 .model-hero-title-wrapper{margin-top:100px}.paragraph--type--model-hero-type-2 .field--name-field-baseline{color:var(--c1-200);font:600 1.125rem var(--heading-font)}.paragraph--type--model-hero-type-2 .field--name-field-paragraph-title{color:var(--c2-500);font:600 1.125rem var(--heading-font)}.paragraph--type--model-hero-type-2 .field--name-field-paragraph-title:after{content:"";width:60px;height:8px;display:inline-block;content:"";-webkit-mask:url("/themes/custom/socomec/assets/images/wave.svg") no-repeat 50% 50%;mask:url("/themes/custom/socomec/assets/images/wave.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:var(--c2-500);line-height:1px;vertical-align:middle;margin-left:5px;margin-top:-2px}.paragraph--type--model-hero-type-2 h1.title .field--name-title{color:var(--n-00);font:200 4.5rem var(--heading-font);line-height:5.625rem;letter-spacing:-1px}@media(max-width:1022.98px){.paragraph--type--model-hero-type-2 h1.title .field--name-title{font-size:4rem;line-height:5rem}}@media(max-width:600px){.paragraph--type--model-hero-type-2 h1.title .field--name-title{font-size:2.5rem;line-height:3rem;white-space:normal;word-break:break-word}}.paragraph--type--model-hero-type-2 .field--name-field-description{color:var(--n-00);font:300 1.5rem "Roboto",Arial,Verdana,sans-serif;line-height:1.875rem}.paragraph--type--model-hero-type-2 .cta{display:flex}.paragraph--type--model-hero-type-2 .cta .field--name-field-rich-link{background:var(--c2-500);color:var(--c1-500);font:600 12px var(--heading-font);letter-spacing:1px;margin:30px 0;padding:15px 30px;text-transform:uppercase;vertical-align:middle}.paragraph--type--model-hero-type-2 .cta .field--name-field-rich-link:hover{background-color:var(--c2-400)}.paragraph--type--model-hero-type-2 .cta .field--name-field-rich-link a{color:var(--c1-500);text-decoration:none;display:flex;align-items:center}.paragraph--type--model-hero-type-2 .cta .field--name-field-rich-link svg{margin-right:11px;width:15px;height:auto}.paragraph--type--model-hero-type-2 .cta .field--name-field-rich-link svg g,.paragraph--type--model-hero-type-2 .cta .field--name-field-rich-link svg path{fill:var(--c1-500)}
.paragraph--type--model-inverted-image-text{width:100vw;position:relative;left:calc(-1*(100vw - 100%)/2);background:var(--c1-800);margin-top:200px;margin-bottom:200px;display:block !important}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text{padding:0;margin-top:0;margin-bottom:2rem}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div{margin-bottom:3rem}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div{margin-bottom:0}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:last-child{margin-bottom:-1rem}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:last-child{margin-bottom:0}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text{display:flex;position:relative;z-index:10}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text{width:100%;flex-direction:column}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .inverted-block-img{background-size:cover;background-position:center}@media(min-width:1023px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .inverted-block-img{width:50vw;position:absolute;top:0;bottom:0}}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .inverted-block-img{position:relative;height:500px;min-height:500px}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .inverted-block-content{padding:0}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .inverted-block-content{padding-top:20px}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-up-title{font-family:var(--main-font);font-size:3rem;color:var(--n-00);font-weight:300;line-height:60px}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-up-title{position:relative;z-index:10;font-size:2rem;line-height:2rem}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title{display:flex;margin-bottom:2.8rem;align-items:center}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title{margin-bottom:2rem}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title svg{margin-right:.5rem}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title svg{width:10%}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title svg g,.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .tilded_title svg path{fill:var(--c1-200)}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-tidled-title{font-family:var(--main-font);font-size:3rem;color:var(--n-00);font-weight:300;line-height:60px}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-tidled-title{font-size:2rem}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description p,.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description span,.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description li,.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-]),.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-description div{font-family:var(--main-font);font-size:1.25rem;color:var(--n-00);font-weight:300;line-height:28px;margin-bottom:1rem}.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-]){text-decoration:underline}.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-]):hover{text-decoration:none}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link{display:flex;gap:1rem;flex-direction:column;margin-bottom:1rem}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-link .field__item{margin-bottom:.5rem}.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{display:flex;font-family:var(--heading-font);text-transform:uppercase;font-size:.75rem;color:var(--n-00);font-weight:600;line-height:20px;margin-right:.6rem;letter-spacing:1px}.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{width:20px;height:20px;border:solid 1px var(--n-00);border-radius:50%;margin-right:.5rem;display:flex;align-items:center;justify-content:center}.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{width:10px;height:10px}.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-00)}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .inline-links-wrapper .field--name-field-inverted-link{flex-direction:row;align-items:center}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text .field--name-field-inverted-image-position{display:none}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.right{flex-direction:column}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.right .inverted-block-img{position:absolute;right:0;padding-right:0}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.right .inverted-block-img{margin-left:0}}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.right .inverted-block-img{position:static;padding:0}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.right .inverted-block-img .field--name-field-inverted-image{margin-bottom:0}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.right .inverted-block-img .field--name-field-inverted-image{width:100%;display:flex;justify-content:center}}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.left{flex-direction:column-reverse}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.left .inverted-block-img{padding-left:0}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.left .inverted-block-img{position:static;padding:0}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.left .inverted-block-img .field--name-field-inverted-image{margin-bottom:0}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item .paragraph--type--inverted-image-text.left .inverted-block-img .field--name-field-inverted-image{width:100%;display:flex;justify-content:center;height:500px}}@media(min-width:1023px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:nth-child(1) .inverted-block-img{top:-60px}}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:nth-child(1) .tilded_title{margin-bottom:40px}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:nth-child(1) .inverted-block-content{margin-top:2.5rem;margin-bottom:3.3rem;min-height:390px}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:nth-child(1) .inverted-block-content{margin-bottom:4rem;margin-top:1rem;min-height:300px}}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:nth-child(1) .inverted-block-content{margin-bottom:0}}@media(min-width:1023px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:last-child .inverted-block-img{bottom:-60px}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:last-child .inverted-block-content{margin-bottom:2.5rem;margin-top:3.3rem;min-height:390px}@media(max-width:1199.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:last-child .inverted-block-content{margin-bottom:4rem;margin-top:1rem;min-height:300px}}@media(max-width:1022.98px){.paragraph--type--model-inverted-image-text .field--name-field-inverted-item>div:last-child .inverted-block-content{margin-bottom:0}}.paragraph--type--model-inverted-image-text .field--name-field-inverted-description{margin-bottom:40px}.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .field--name-field-inverted-description p,.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .field--name-field-inverted-description span,.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .field--name-field-inverted-description div,.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .field--name-field-inverted-description li,.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .field--name-field-inverted-description a:not([class*=custom-cke-link-]){font-size:16px;font-weight:400;line-height:24px}.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .field--name-field-up-title,.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .tilded_title .field--name-field-tidled-title{font-size:32px;font-weight:300;line-height:40px}.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .tilded_title{margin-top:30px;margin-bottom:66px}.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item .tilded_title.with-content{margin-top:0;margin-bottom:40px;display:flex;align-items:flex-end;gap:.5rem}.paragraph--type--model-inverted-image-text.editorial-variation .field--name-field-inverted-item>div:last-child .inverted-block-img{top:0 !important;bottom:0 !important}@media(min-width:1023px){.paragraph--type--model-inverted-image-text.editorial-variation .inverted-block-content{margin-top:5rem !important;margin-bottom:7.5rem !important}}.paragraph--type--model-inverted-image-text .paragraph--type--model-cta{padding:0}.field__item:is(:last-child)>.paragraph--type--model-inverted-image-text{margin-bottom:0;padding-bottom:0}
